Started on documentation
authorNeil Smith <neil.git@njae.me.uk>
Wed, 4 Nov 2020 17:06:57 +0000 (17:06 +0000)
committerNeil Smith <neil.git@njae.me.uk>
Wed, 28 Apr 2021 11:59:32 +0000 (12:59 +0100)
52 files changed:
README.md
docs/szyfrow/affine.html [new file with mode: 0644]
docs/szyfrow/amsco.html [new file with mode: 0644]
docs/szyfrow/autokey.html [new file with mode: 0644]
docs/szyfrow/bifid.html [new file with mode: 0644]
docs/szyfrow/bombe.html [new file with mode: 0644]
docs/szyfrow/cadenus.html [new file with mode: 0644]
docs/szyfrow/caesar.html [new file with mode: 0644]
docs/szyfrow/column_transposition.html [new file with mode: 0644]
docs/szyfrow/enigma.html [new file with mode: 0644]
docs/szyfrow/hill.html [new file with mode: 0644]
docs/szyfrow/index.html [new file with mode: 0644]
docs/szyfrow/keyword_cipher.html [new file with mode: 0644]
docs/szyfrow/language_model_files/index.html [new file with mode: 0644]
docs/szyfrow/playfair.html [new file with mode: 0644]
docs/szyfrow/pocket_enigma.html [new file with mode: 0644]
docs/szyfrow/polybius.html [new file with mode: 0644]
docs/szyfrow/railfence.html [new file with mode: 0644]
docs/szyfrow/support/index.html [new file with mode: 0644]
docs/szyfrow/support/language_models.html [new file with mode: 0644]
docs/szyfrow/support/norms.html [new file with mode: 0644]
docs/szyfrow/support/plot_frequency_histogram.html [new file with mode: 0644]
docs/szyfrow/support/segment.html [new file with mode: 0644]
docs/szyfrow/support/text_prettify.html [new file with mode: 0644]
docs/szyfrow/support/utilities.html [new file with mode: 0644]
docs/szyfrow/vigenere.html [new file with mode: 0644]
szyfrow.sublime-project [new file with mode: 0644]
szyfrow/__init__.py
szyfrow/affine.py
szyfrow/amsco.py
szyfrow/autokey.py
szyfrow/bifid.py
szyfrow/bombe.py
szyfrow/cadenus.py
szyfrow/caesar.py
szyfrow/column_transposition.py
szyfrow/enigma.py
szyfrow/keyword_cipher.py
szyfrow/language_model_files/__init__.py
szyfrow/playfair.py
szyfrow/pocket_enigma.py
szyfrow/polybius.py
szyfrow/railfence.py
szyfrow/support/__init__.py
szyfrow/support/language_models.py
szyfrow/support/norms.py
szyfrow/support/segment.py
szyfrow/support/text_prettify.py
szyfrow/support/utilities.py
szyfrow/vigenere.py
tests/test_column_transposition.py
tests/test_keyword_cipher.py

index 5dc238b170c6c149949faa7d9523b235effec395..865e8ec248aa821a4b484ec42dae59357edb7b9a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
 # Szyfow ciphers
 
-Various tools for encipher, deciphering, and breaking simple (manual) ciphers.
+Various tools for enciphering, deciphering, and breaking simple (manual) ciphers.
 
diff --git a/docs/szyfrow/affine.html b/docs/szyfrow/affine.html
new file mode 100644 (file)
index 0000000..e37ea50
--- /dev/null
@@ -0,0 +1,429 @@
+<!doctype html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
+<meta name="generator" content="pdoc 0.9.2" />
+<title>szyfrow.affine API documentation</title>
+<meta name="description" content="Enciphering and deciphering using the [affine cipher](https://en.wikipedia.org/wiki/Affine_cipher).
+Also attempts to break messages that use an …" />
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/sanitize.min.css" integrity="sha256-PK9q560IAAa6WVRRh76LtCaI8pjTJ2z11v0miyNNjrs=" crossorigin>
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/typography.min.css" integrity="sha256-7l/o7C8jubJiy74VsKTidCy1yBkRtiUGbVkYBylBqUg=" crossorigin>
+<link rel="stylesheet preload" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/styles/github.min.css" crossorigin>
+<style>:root{--highlight-color:#fe9}.flex{display:flex !important}body{line-height:1.5em}#content{padding:20px}#sidebar{padding:30px;overflow:hidden}#sidebar > *:last-child{margin-bottom:2cm}.http-server-breadcrumbs{font-size:130%;margin:0 0 15px 0}#footer{font-size:.75em;padding:5px 30px;border-top:1px solid #ddd;text-align:right}#footer p{margin:0 0 0 1em;display:inline-block}#footer p:last-child{margin-right:30px}h1,h2,h3,h4,h5{font-weight:300}h1{font-size:2.5em;line-height:1.1em}h2{font-size:1.75em;margin:1em 0 .50em 0}h3{font-size:1.4em;margin:25px 0 10px 0}h4{margin:0;font-size:105%}h1:target,h2:target,h3:target,h4:target,h5:target,h6:target{background:var(--highlight-color);padding:.2em 0}a{color:#058;text-decoration:none;transition:color .3s ease-in-out}a:hover{color:#e82}.title code{font-weight:bold}h2[id^="header-"]{margin-top:2em}.ident{color:#900}pre code{background:#f8f8f8;font-size:.8em;line-height:1.4em}code{background:#f2f2f1;padding:1px 4px;overflow-wrap:break-word}h1 code{background:transparent}pre{background:#f8f8f8;border:0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;margin:1em 0;padding:1ex}#http-server-module-list{display:flex;flex-flow:column}#http-server-module-list div{display:flex}#http-server-module-list dt{min-width:10%}#http-server-module-list p{margin-top:0}.toc ul,#index{list-style-type:none;margin:0;padding:0}#index code{background:transparent}#index h3{border-bottom:1px solid #ddd}#index ul{padding:0}#index h4{margin-top:.6em;font-weight:bold}@media (min-width:200ex){#index .two-column{column-count:2}}@media (min-width:300ex){#index .two-column{column-count:3}}dl{margin-bottom:2em}dl dl:last-child{margin-bottom:4em}dd{margin:0 0 1em 3em}#header-classes + dl > dd{margin-bottom:3em}dd dd{margin-left:2em}dd p{margin:10px 0}.name{background:#eee;font-weight:bold;font-size:.85em;padding:5px 10px;display:inline-block;min-width:40%}.name:hover{background:#e0e0e0}dt:target .name{background:var(--highlight-color)}.name > span:first-child{white-space:nowrap}.name.class > span:nth-child(2){margin-left:.4em}.inherited{color:#999;border-left:5px solid #eee;padding-left:1em}.inheritance em{font-style:normal;font-weight:bold}.desc h2{font-weight:400;font-size:1.25em}.desc h3{font-size:1em}.desc dt code{background:inherit}.source summary,.git-link-div{color:#666;text-align:right;font-weight:400;font-size:.8em;text-transform:uppercase}.source summary > *{white-space:nowrap;cursor:pointer}.git-link{color:inherit;margin-left:1em}.source pre{max-height:500px;overflow:auto;margin:0}.source pre code{font-size:12px;overflow:visible}.hlist{list-style:none}.hlist li{display:inline}.hlist li:after{content:',\2002'}.hlist li:last-child:after{content:none}.hlist .hlist{display:inline;padding-left:1em}img{max-width:100%}td{padding:0 .5em}.admonition{padding:.1em .5em;margin-bottom:1em}.admonition-title{font-weight:bold}.admonition.note,.admonition.info,.admonition.important{background:#aef}.admonition.todo,.admonition.versionadded,.admonition.tip,.admonition.hint{background:#dfd}.admonition.warning,.admonition.versionchanged,.admonition.deprecated{background:#fd4}.admonition.error,.admonition.danger,.admonition.caution{background:lightpink}</style>
+<style media="screen and (min-width: 700px)">@media screen and (min-width:700px){#sidebar{width:30%;height:100vh;overflow:auto;position:sticky;top:0}#content{width:70%;max-width:100ch;padding:3em 4em;border-left:1px solid #ddd}pre code{font-size:1em}.item .name{font-size:1em}main{display:flex;flex-direction:row-reverse;justify-content:flex-end}.toc ul ul,#index ul{padding-left:1.5em}.toc > ul > li{margin-top:.5em}}</style>
+<style media="print">@media print{#sidebar h1{page-break-before:always}.source{display:none}}@media print{*{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a[href]:after{content:" (" attr(href) ")";font-size:90%}a[href][title]:after{content:none}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:0.5cm}p,h2,h3{orphans:3;widows:3}h1,h2,h3,h4,h5,h6{page-break-after:avoid}}</style>
+<script defer src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/highlight.min.js" integrity="sha256-Uv3H6lx7dJmRfRvH8TH6kJD1TSK1aFcwgx+mdg3epi8=" crossorigin></script>
+<script>window.addEventListener('DOMContentLoaded', () => hljs.initHighlighting())</script>
+</head>
+<body>
+<main>
+<article id="content">
+<header>
+<h1 class="title">Module <code>szyfrow.affine</code></h1>
+</header>
+<section id="section-intro">
+<p>Enciphering and deciphering using the <a href="https://en.wikipedia.org/wiki/Affine_cipher">affine cipher</a>.
+Also attempts to break messages that use an affine cipher.</p>
+<p>The affine cipher operates one letter at a time. It converts each letter to a
+number, then enciphers that number using a multiplier and a number. The result
+is taken mod 26 and converted back into a letter.</p>
+<p>For a multiplier <em>m</em> and adder <em>a</em>, a letter converted to number <em>x</em> is
+enciphered as <em>E(x)</em> = (<em>m</em> <em>x</em> + <em>a</em>) mod 26. Deciphering uses the modular
+inverse of <em>m</em>, <em>m</em>⁻¹, so that <em>D(x)</em> = <em>m</em>⁻¹ (<em>x</em> - <em>a</em>) mod 26.</p>
+<p>If <code>one_based</code> is <code>True</code>, the conversion between letters and numbers maps
+'a' → 1, 'b' → 2, … 'z'→ 26 and the <code>mod</code> function is adjusted to keep
+numbers in this range during enciphering and deciphering. If <code>one_based</code> is
+<code>False</code>, the conversion maps 'a' → 0, 'b' → 1, … 'z'→ 25 and <code>mod</code> behaves
+normally.</p>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">&#34;&#34;&#34;Enciphering and deciphering using the [affine cipher](https://en.wikipedia.org/wiki/Affine_cipher). 
+Also attempts to break messages that use an affine cipher.
+
+The affine cipher operates one letter at a time. It converts each letter to a 
+number, then enciphers that number using a multiplier and a number. The result 
+is taken mod 26 and converted back into a letter.
+
+For a multiplier _m_ and adder _a_, a letter converted to number _x_ is 
+enciphered as _E(x)_ = (_m_ _x_ + _a_) mod 26. Deciphering uses the modular 
+inverse of _m_, _m_⁻¹, so that _D(x)_ = _m_⁻¹ (_x_ - _a_) mod 26.
+
+If `one_based` is `True`, the conversion between letters and numbers maps 
+&#39;a&#39; → 1, &#39;b&#39; → 2, … &#39;z&#39;→ 26 and the `mod` function is adjusted to keep 
+numbers in this range during enciphering and deciphering. If `one_based` is 
+`False`, the conversion maps &#39;a&#39; → 0, &#39;b&#39; → 1, … &#39;z&#39;→ 25 and `mod` behaves
+normally.
+&#34;&#34;&#34;
+
+from szyfrow.support.utilities import *
+from szyfrow.support.language_models import *
+
+modular_division_table = {
+    (multiplier, (multiplier * plaintext) % 26): plaintext
+    for plaintext in range(26) 
+    for multiplier in range(26)
+    }
+
+
+def affine_encipher_letter(accented_letter, multiplier=1, adder=0, one_based=True):
+    &#34;&#34;&#34;Encipher a letter, given a multiplier and adder.
+
+    Accented version of latin letters (such as é and ö) are converted to their
+    non-accented versions before encryption.
+    
+    &gt;&gt;&gt; cat(affine_encipher_letter(l, 3, 5, True) \
+            for l in string.ascii_letters)
+    &#39;hknqtwzcfiloruxadgjmpsvybeHKNQTWZCFILORUXADGJMPSVYBE&#39;
+    &gt;&gt;&gt; cat(affine_encipher_letter(l, 3, 5, False) \
+            for l in string.ascii_letters)
+    &#39;filoruxadgjmpsvybehknqtwzcFILORUXADGJMPSVYBEHKNQTWZC&#39;
+    &#34;&#34;&#34;
+    letter = unaccent(accented_letter)
+    if letter in string.ascii_letters:
+        letter_number = pos(letter)
+        if one_based: letter_number += 1
+        cipher_number = (letter_number * multiplier + adder) % 26
+        if one_based: cipher_number -= 1
+        if letter in string.ascii_uppercase:
+            return unpos(cipher_number).upper()
+        else:
+            return unpos(cipher_number)
+    else:
+        return letter
+
+def affine_decipher_letter(letter, multiplier=1, adder=0, one_based=True):
+    &#34;&#34;&#34;Encipher a letter, given a multiplier and adder
+    
+    &gt;&gt;&gt; cat(affine_decipher_letter(l, 3, 5, True) \
+            for l in &#39;hknqtwzcfiloruxadgjmpsvybeHKNQTWZCFILORUXADGJMPSVYBE&#39;)
+    &#39;abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ&#39;
+    &gt;&gt;&gt; cat(affine_decipher_letter(l, 3, 5, False) \
+            for l in &#39;filoruxadgjmpsvybehknqtwzcFILORUXADGJMPSVYBEHKNQTWZC&#39;)
+    &#39;abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ&#39;
+    &#34;&#34;&#34;
+    if letter in string.ascii_letters:
+        cipher_number = pos(letter)
+        if one_based: cipher_number += 1
+        plaintext_number = ( 
+            modular_division_table[multiplier, (cipher_number - adder) % 26]
+            )
+        if one_based: plaintext_number -= 1
+        if letter in string.ascii_uppercase:
+            return unpos(plaintext_number).upper()
+        else:
+            return unpos(plaintext_number) 
+    else:
+        return letter
+
+def affine_encipher(message, multiplier=1, adder=0, one_based=True):
+    &#34;&#34;&#34;Encipher a message
+    
+    &gt;&gt;&gt; affine_encipher(&#39;hours passed during which jerico tried every &#39; \
+           &#39;trick he could think of&#39;, 15, 22, True)
+    &#39;lmyfu bkuusd dyfaxw claol psfaom jfasd snsfg jfaoe ls omytd jlaxe mh&#39;
+    &#34;&#34;&#34;
+    enciphered = [affine_encipher_letter(l, multiplier, adder, one_based) 
+                  for l in message]
+    return cat(enciphered)
+
+def affine_decipher(message, multiplier=1, adder=0, one_based=True):
+    &#34;&#34;&#34;Decipher a message
+    
+    &gt;&gt;&gt; affine_decipher(&#39;lmyfu bkuusd dyfaxw claol psfaom jfasd snsfg &#39; \
+           &#39;jfaoe ls omytd jlaxe mh&#39;, 15, 22, True)
+    &#39;hours passed during which jerico tried every trick he could think of&#39;
+    &#34;&#34;&#34;
+    enciphered = [affine_decipher_letter(l, multiplier, adder, one_based) 
+                  for l in message]
+    return cat(enciphered)
+
+
+
+def affine_break(message, fitness=Pletters):
+    &#34;&#34;&#34;Breaks an affine cipher using frequency analysis.
+
+    It tries all possible combinations of multiplier, adder, and one_based,
+    scores the fitness of the text decipherd with each combination, and returns
+    the key that produces the most fit deciphered text.
+
+    &gt;&gt;&gt; affine_break(&#39;lmyfu bkuusd dyfaxw claol psfaom jfasd snsfg jfaoe ls &#39; \
+          &#39;omytd jlaxe mh jm bfmibj umis hfsul axubafkjamx. ls kffkxwsd jls &#39; \
+          &#39;ofgbjmwfkiu olfmxmtmwaokttg jlsx ls kffkxwsd jlsi zg tsxwjl. jlsx &#39; \
+          &#39;ls umfjsd jlsi zg hfsqysxog. ls dmmdtsd mx jls bats mh bkbsf. ls &#39; \
+          &#39;bfmctsd kfmyxd jls lyj, mztanamyu xmc jm clm cku tmmeaxw kj lai &#39; \
+          &#39;kxd clm ckuxj.&#39;) # doctest: +ELLIPSIS
+    ((15, 22, True), -340.601181913...)
+    &#34;&#34;&#34;
+    sanitised_message = sanitise(message)
+    best_multiplier = 0
+    best_adder = 0
+    best_one_based = True
+    best_fit = float(&#34;-inf&#34;)
+    for one_based in [True, False]:
+        for multiplier in [x for x in range(1, 26, 2) if x != 13]:
+            for adder in range(26):
+                plaintext = affine_decipher(sanitised_message,
+                                            multiplier, adder, one_based)
+                fit = fitness(plaintext)
+                if fit &gt; best_fit:
+                    best_fit = fit
+                    best_multiplier = multiplier
+                    best_adder = adder
+                    best_one_based = one_based
+
+    return (best_multiplier, best_adder, best_one_based), best_fit</code></pre>
+</details>
+</section>
+<section>
+</section>
+<section>
+</section>
+<section>
+<h2 class="section-title" id="header-functions">Functions</h2>
+<dl>
+<dt id="szyfrow.affine.affine_break"><code class="name flex">
+<span>def <span class="ident">affine_break</span></span>(<span>message, fitness=&lt;function Pletters&gt;)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Breaks an affine cipher using frequency analysis.</p>
+<p>It tries all possible combinations of multiplier, adder, and one_based,
+scores the fitness of the text decipherd with each combination, and returns
+the key that produces the most fit deciphered text.</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; affine_break('lmyfu bkuusd dyfaxw claol psfaom jfasd snsfg jfaoe ls '           'omytd jlaxe mh jm bfmibj umis hfsul axubafkjamx. ls kffkxwsd jls '           'ofgbjmwfkiu olfmxmtmwaokttg jlsx ls kffkxwsd jlsi zg tsxwjl. jlsx '           'ls umfjsd jlsi zg hfsqysxog. ls dmmdtsd mx jls bats mh bkbsf. ls '           'bfmctsd kfmyxd jls lyj, mztanamyu xmc jm clm cku tmmeaxw kj lai '           'kxd clm ckuxj.') # doctest: +ELLIPSIS
+((15, 22, True), -340.601181913...)
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def affine_break(message, fitness=Pletters):
+    &#34;&#34;&#34;Breaks an affine cipher using frequency analysis.
+
+    It tries all possible combinations of multiplier, adder, and one_based,
+    scores the fitness of the text decipherd with each combination, and returns
+    the key that produces the most fit deciphered text.
+
+    &gt;&gt;&gt; affine_break(&#39;lmyfu bkuusd dyfaxw claol psfaom jfasd snsfg jfaoe ls &#39; \
+          &#39;omytd jlaxe mh jm bfmibj umis hfsul axubafkjamx. ls kffkxwsd jls &#39; \
+          &#39;ofgbjmwfkiu olfmxmtmwaokttg jlsx ls kffkxwsd jlsi zg tsxwjl. jlsx &#39; \
+          &#39;ls umfjsd jlsi zg hfsqysxog. ls dmmdtsd mx jls bats mh bkbsf. ls &#39; \
+          &#39;bfmctsd kfmyxd jls lyj, mztanamyu xmc jm clm cku tmmeaxw kj lai &#39; \
+          &#39;kxd clm ckuxj.&#39;) # doctest: +ELLIPSIS
+    ((15, 22, True), -340.601181913...)
+    &#34;&#34;&#34;
+    sanitised_message = sanitise(message)
+    best_multiplier = 0
+    best_adder = 0
+    best_one_based = True
+    best_fit = float(&#34;-inf&#34;)
+    for one_based in [True, False]:
+        for multiplier in [x for x in range(1, 26, 2) if x != 13]:
+            for adder in range(26):
+                plaintext = affine_decipher(sanitised_message,
+                                            multiplier, adder, one_based)
+                fit = fitness(plaintext)
+                if fit &gt; best_fit:
+                    best_fit = fit
+                    best_multiplier = multiplier
+                    best_adder = adder
+                    best_one_based = one_based
+
+    return (best_multiplier, best_adder, best_one_based), best_fit</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.affine.affine_decipher"><code class="name flex">
+<span>def <span class="ident">affine_decipher</span></span>(<span>message, multiplier=1, adder=0, one_based=True)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Decipher a message</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; affine_decipher('lmyfu bkuusd dyfaxw claol psfaom jfasd snsfg '            'jfaoe ls omytd jlaxe mh', 15, 22, True)
+'hours passed during which jerico tried every trick he could think of'
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def affine_decipher(message, multiplier=1, adder=0, one_based=True):
+    &#34;&#34;&#34;Decipher a message
+    
+    &gt;&gt;&gt; affine_decipher(&#39;lmyfu bkuusd dyfaxw claol psfaom jfasd snsfg &#39; \
+           &#39;jfaoe ls omytd jlaxe mh&#39;, 15, 22, True)
+    &#39;hours passed during which jerico tried every trick he could think of&#39;
+    &#34;&#34;&#34;
+    enciphered = [affine_decipher_letter(l, multiplier, adder, one_based) 
+                  for l in message]
+    return cat(enciphered)</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.affine.affine_decipher_letter"><code class="name flex">
+<span>def <span class="ident">affine_decipher_letter</span></span>(<span>letter, multiplier=1, adder=0, one_based=True)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Encipher a letter, given a multiplier and adder</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; cat(affine_decipher_letter(l, 3, 5, True)             for l in 'hknqtwzcfiloruxadgjmpsvybeHKNQTWZCFILORUXADGJMPSVYBE')
+'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'
+&gt;&gt;&gt; cat(affine_decipher_letter(l, 3, 5, False)             for l in 'filoruxadgjmpsvybehknqtwzcFILORUXADGJMPSVYBEHKNQTWZC')
+'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def affine_decipher_letter(letter, multiplier=1, adder=0, one_based=True):
+    &#34;&#34;&#34;Encipher a letter, given a multiplier and adder
+    
+    &gt;&gt;&gt; cat(affine_decipher_letter(l, 3, 5, True) \
+            for l in &#39;hknqtwzcfiloruxadgjmpsvybeHKNQTWZCFILORUXADGJMPSVYBE&#39;)
+    &#39;abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ&#39;
+    &gt;&gt;&gt; cat(affine_decipher_letter(l, 3, 5, False) \
+            for l in &#39;filoruxadgjmpsvybehknqtwzcFILORUXADGJMPSVYBEHKNQTWZC&#39;)
+    &#39;abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ&#39;
+    &#34;&#34;&#34;
+    if letter in string.ascii_letters:
+        cipher_number = pos(letter)
+        if one_based: cipher_number += 1
+        plaintext_number = ( 
+            modular_division_table[multiplier, (cipher_number - adder) % 26]
+            )
+        if one_based: plaintext_number -= 1
+        if letter in string.ascii_uppercase:
+            return unpos(plaintext_number).upper()
+        else:
+            return unpos(plaintext_number) 
+    else:
+        return letter</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.affine.affine_encipher"><code class="name flex">
+<span>def <span class="ident">affine_encipher</span></span>(<span>message, multiplier=1, adder=0, one_based=True)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Encipher a message</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; affine_encipher('hours passed during which jerico tried every '            'trick he could think of', 15, 22, True)
+'lmyfu bkuusd dyfaxw claol psfaom jfasd snsfg jfaoe ls omytd jlaxe mh'
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def affine_encipher(message, multiplier=1, adder=0, one_based=True):
+    &#34;&#34;&#34;Encipher a message
+    
+    &gt;&gt;&gt; affine_encipher(&#39;hours passed during which jerico tried every &#39; \
+           &#39;trick he could think of&#39;, 15, 22, True)
+    &#39;lmyfu bkuusd dyfaxw claol psfaom jfasd snsfg jfaoe ls omytd jlaxe mh&#39;
+    &#34;&#34;&#34;
+    enciphered = [affine_encipher_letter(l, multiplier, adder, one_based) 
+                  for l in message]
+    return cat(enciphered)</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.affine.affine_encipher_letter"><code class="name flex">
+<span>def <span class="ident">affine_encipher_letter</span></span>(<span>accented_letter, multiplier=1, adder=0, one_based=True)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Encipher a letter, given a multiplier and adder.</p>
+<p>Accented version of latin letters (such as é and ö) are converted to their
+non-accented versions before encryption.</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; cat(affine_encipher_letter(l, 3, 5, True)             for l in string.ascii_letters)
+'hknqtwzcfiloruxadgjmpsvybeHKNQTWZCFILORUXADGJMPSVYBE'
+&gt;&gt;&gt; cat(affine_encipher_letter(l, 3, 5, False)             for l in string.ascii_letters)
+'filoruxadgjmpsvybehknqtwzcFILORUXADGJMPSVYBEHKNQTWZC'
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def affine_encipher_letter(accented_letter, multiplier=1, adder=0, one_based=True):
+    &#34;&#34;&#34;Encipher a letter, given a multiplier and adder.
+
+    Accented version of latin letters (such as é and ö) are converted to their
+    non-accented versions before encryption.
+    
+    &gt;&gt;&gt; cat(affine_encipher_letter(l, 3, 5, True) \
+            for l in string.ascii_letters)
+    &#39;hknqtwzcfiloruxadgjmpsvybeHKNQTWZCFILORUXADGJMPSVYBE&#39;
+    &gt;&gt;&gt; cat(affine_encipher_letter(l, 3, 5, False) \
+            for l in string.ascii_letters)
+    &#39;filoruxadgjmpsvybehknqtwzcFILORUXADGJMPSVYBEHKNQTWZC&#39;
+    &#34;&#34;&#34;
+    letter = unaccent(accented_letter)
+    if letter in string.ascii_letters:
+        letter_number = pos(letter)
+        if one_based: letter_number += 1
+        cipher_number = (letter_number * multiplier + adder) % 26
+        if one_based: cipher_number -= 1
+        if letter in string.ascii_uppercase:
+            return unpos(cipher_number).upper()
+        else:
+            return unpos(cipher_number)
+    else:
+        return letter</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.affine.cat"><code class="name flex">
+<span>def <span class="ident">cat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+<dt id="szyfrow.affine.lcat"><code class="name flex">
+<span>def <span class="ident">lcat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+<dt id="szyfrow.affine.wcat"><code class="name flex">
+<span>def <span class="ident">wcat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+</dl>
+</section>
+<section>
+</section>
+</article>
+<nav id="sidebar">
+<h1>Index</h1>
+<div class="toc">
+<ul></ul>
+</div>
+<ul id="index">
+<li><h3>Super-module</h3>
+<ul>
+<li><code><a title="szyfrow" href="index.html">szyfrow</a></code></li>
+</ul>
+</li>
+<li><h3><a href="#header-functions">Functions</a></h3>
+<ul class="">
+<li><code><a title="szyfrow.affine.affine_break" href="#szyfrow.affine.affine_break">affine_break</a></code></li>
+<li><code><a title="szyfrow.affine.affine_decipher" href="#szyfrow.affine.affine_decipher">affine_decipher</a></code></li>
+<li><code><a title="szyfrow.affine.affine_decipher_letter" href="#szyfrow.affine.affine_decipher_letter">affine_decipher_letter</a></code></li>
+<li><code><a title="szyfrow.affine.affine_encipher" href="#szyfrow.affine.affine_encipher">affine_encipher</a></code></li>
+<li><code><a title="szyfrow.affine.affine_encipher_letter" href="#szyfrow.affine.affine_encipher_letter">affine_encipher_letter</a></code></li>
+<li><code><a title="szyfrow.affine.cat" href="#szyfrow.affine.cat">cat</a></code></li>
+<li><code><a title="szyfrow.affine.lcat" href="#szyfrow.affine.lcat">lcat</a></code></li>
+<li><code><a title="szyfrow.affine.wcat" href="#szyfrow.affine.wcat">wcat</a></code></li>
+</ul>
+</li>
+</ul>
+</nav>
+</main>
+<footer id="footer">
+<p>Generated by <a href="https://pdoc3.github.io/pdoc"><cite>pdoc</cite> 0.9.2</a>.</p>
+</footer>
+</body>
+</html>
\ No newline at end of file
diff --git a/docs/szyfrow/amsco.html b/docs/szyfrow/amsco.html
new file mode 100644 (file)
index 0000000..ad2caf1
--- /dev/null
@@ -0,0 +1,765 @@
+<!doctype html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
+<meta name="generator" content="pdoc 0.9.2" />
+<title>szyfrow.amsco API documentation</title>
+<meta name="description" content="Enciphering and deciphering using the [Amsco cipher](http://ericbrandel.com/2016/10/09/the-amsco-cipher/).
+Also attempts to break messages that use …" />
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/sanitize.min.css" integrity="sha256-PK9q560IAAa6WVRRh76LtCaI8pjTJ2z11v0miyNNjrs=" crossorigin>
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/typography.min.css" integrity="sha256-7l/o7C8jubJiy74VsKTidCy1yBkRtiUGbVkYBylBqUg=" crossorigin>
+<link rel="stylesheet preload" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/styles/github.min.css" crossorigin>
+<style>:root{--highlight-color:#fe9}.flex{display:flex !important}body{line-height:1.5em}#content{padding:20px}#sidebar{padding:30px;overflow:hidden}#sidebar > *:last-child{margin-bottom:2cm}.http-server-breadcrumbs{font-size:130%;margin:0 0 15px 0}#footer{font-size:.75em;padding:5px 30px;border-top:1px solid #ddd;text-align:right}#footer p{margin:0 0 0 1em;display:inline-block}#footer p:last-child{margin-right:30px}h1,h2,h3,h4,h5{font-weight:300}h1{font-size:2.5em;line-height:1.1em}h2{font-size:1.75em;margin:1em 0 .50em 0}h3{font-size:1.4em;margin:25px 0 10px 0}h4{margin:0;font-size:105%}h1:target,h2:target,h3:target,h4:target,h5:target,h6:target{background:var(--highlight-color);padding:.2em 0}a{color:#058;text-decoration:none;transition:color .3s ease-in-out}a:hover{color:#e82}.title code{font-weight:bold}h2[id^="header-"]{margin-top:2em}.ident{color:#900}pre code{background:#f8f8f8;font-size:.8em;line-height:1.4em}code{background:#f2f2f1;padding:1px 4px;overflow-wrap:break-word}h1 code{background:transparent}pre{background:#f8f8f8;border:0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;margin:1em 0;padding:1ex}#http-server-module-list{display:flex;flex-flow:column}#http-server-module-list div{display:flex}#http-server-module-list dt{min-width:10%}#http-server-module-list p{margin-top:0}.toc ul,#index{list-style-type:none;margin:0;padding:0}#index code{background:transparent}#index h3{border-bottom:1px solid #ddd}#index ul{padding:0}#index h4{margin-top:.6em;font-weight:bold}@media (min-width:200ex){#index .two-column{column-count:2}}@media (min-width:300ex){#index .two-column{column-count:3}}dl{margin-bottom:2em}dl dl:last-child{margin-bottom:4em}dd{margin:0 0 1em 3em}#header-classes + dl > dd{margin-bottom:3em}dd dd{margin-left:2em}dd p{margin:10px 0}.name{background:#eee;font-weight:bold;font-size:.85em;padding:5px 10px;display:inline-block;min-width:40%}.name:hover{background:#e0e0e0}dt:target .name{background:var(--highlight-color)}.name > span:first-child{white-space:nowrap}.name.class > span:nth-child(2){margin-left:.4em}.inherited{color:#999;border-left:5px solid #eee;padding-left:1em}.inheritance em{font-style:normal;font-weight:bold}.desc h2{font-weight:400;font-size:1.25em}.desc h3{font-size:1em}.desc dt code{background:inherit}.source summary,.git-link-div{color:#666;text-align:right;font-weight:400;font-size:.8em;text-transform:uppercase}.source summary > *{white-space:nowrap;cursor:pointer}.git-link{color:inherit;margin-left:1em}.source pre{max-height:500px;overflow:auto;margin:0}.source pre code{font-size:12px;overflow:visible}.hlist{list-style:none}.hlist li{display:inline}.hlist li:after{content:',\2002'}.hlist li:last-child:after{content:none}.hlist .hlist{display:inline;padding-left:1em}img{max-width:100%}td{padding:0 .5em}.admonition{padding:.1em .5em;margin-bottom:1em}.admonition-title{font-weight:bold}.admonition.note,.admonition.info,.admonition.important{background:#aef}.admonition.todo,.admonition.versionadded,.admonition.tip,.admonition.hint{background:#dfd}.admonition.warning,.admonition.versionchanged,.admonition.deprecated{background:#fd4}.admonition.error,.admonition.danger,.admonition.caution{background:lightpink}</style>
+<style media="screen and (min-width: 700px)">@media screen and (min-width:700px){#sidebar{width:30%;height:100vh;overflow:auto;position:sticky;top:0}#content{width:70%;max-width:100ch;padding:3em 4em;border-left:1px solid #ddd}pre code{font-size:1em}.item .name{font-size:1em}main{display:flex;flex-direction:row-reverse;justify-content:flex-end}.toc ul ul,#index ul{padding-left:1.5em}.toc > ul > li{margin-top:.5em}}</style>
+<style media="print">@media print{#sidebar h1{page-break-before:always}.source{display:none}}@media print{*{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a[href]:after{content:" (" attr(href) ")";font-size:90%}a[href][title]:after{content:none}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:0.5cm}p,h2,h3{orphans:3;widows:3}h1,h2,h3,h4,h5,h6{page-break-after:avoid}}</style>
+<script defer src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/highlight.min.js" integrity="sha256-Uv3H6lx7dJmRfRvH8TH6kJD1TSK1aFcwgx+mdg3epi8=" crossorigin></script>
+<script>window.addEventListener('DOMContentLoaded', () => hljs.initHighlighting())</script>
+</head>
+<body>
+<main>
+<article id="content">
+<header>
+<h1 class="title">Module <code>szyfrow.amsco</code></h1>
+</header>
+<section id="section-intro">
+<p>Enciphering and deciphering using the <a href="http://ericbrandel.com/2016/10/09/the-amsco-cipher/">Amsco cipher</a>.
+Also attempts to break messages that use an Amsco cipher.</p>
+<p>The Amsco cipher is a column transpositoin cipher. The plaintext is laid out,
+row by row, into columns. However, different numbers of letters are laid out
+in each cell, typically in a 1-2 pattern.</p>
+<p>It's clearer with an example. Consider we're using the keyword "perceptive",
+which turns into "perctiv". The text ""It is a truth universally
+acknowledged, that a single man in, possession of a good fortune, must be in
+want of a wife." is laid out in seven columns like this:</p>
+<pre><code>p  e  r  c  t  i  v
+--------------------
+i  ti s  at r  ut h 
+un i  ve r  sa l  ly 
+a  ck n  ow l  ed g 
+ed t  ha t  as i  ng 
+l  em a  ni n  po s 
+se s  si o  no f  ag 
+o  od f  or t  un e 
+mu s  tb e  in w  an 
+t  of a  wi f  e
+</code></pre>
+<p>The ciphertext is read out in columns, according to the order of the keyword.
+In this example, the "c" column is read first, then the "e" column, and so on.
+That gives the ciphertext of "atrowtnioorewi tiicktemsodsof utledipofunwe
+iunaedlseomut svenhaasiftba rsalasnnotinf hlygngsagean".</p>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">&#34;&#34;&#34;Enciphering and deciphering using the [Amsco cipher](http://ericbrandel.com/2016/10/09/the-amsco-cipher/). 
+Also attempts to break messages that use an Amsco cipher.
+
+The Amsco cipher is a column transpositoin cipher. The plaintext is laid out, 
+row by row, into columns. However, different numbers of letters are laid out
+in each cell, typically in a 1-2 pattern.
+
+It&#39;s clearer with an example. Consider we&#39;re using the keyword &#34;perceptive&#34;, 
+which turns into &#34;perctiv&#34;. The text &#34;&#34;It is a truth universally 
+acknowledged, that a single man in, possession of a good fortune, must be in 
+want of a wife.&#34; is laid out in seven columns like this:
+
+    p  e  r  c  t  i  v
+    --------------------
+    i  ti s  at r  ut h 
+    un i  ve r  sa l  ly 
+    a  ck n  ow l  ed g 
+    ed t  ha t  as i  ng 
+    l  em a  ni n  po s 
+    se s  si o  no f  ag 
+    o  od f  or t  un e 
+    mu s  tb e  in w  an 
+    t  of a  wi f  e
+
+The ciphertext is read out in columns, according to the order of the keyword.
+In this example, the &#34;c&#34; column is read first, then the &#34;e&#34; column, and so on.
+That gives the ciphertext of &#34;atrowtnioorewi tiicktemsodsof utledipofunwe 
+iunaedlseomut svenhaasiftba rsalasnnotinf hlygngsagean&#34;.
+&#34;&#34;&#34;
+
+from enum import Enum
+import multiprocessing 
+import itertools
+
+from szyfrow.support.utilities import *
+from szyfrow.support.language_models import *
+
+__pdoc__ = {}
+
+AmscoSlice = collections.namedtuple(&#39;AmscoSlice&#39;, [&#39;index&#39;, &#39;start&#39;, &#39;end&#39;])
+__pdoc__[&#39;AmscoSlice&#39;] = &#34;&#34;&#34;Where each piece of plainatext ends up in the AMSCO 
+transpositon cipher.&#34;&#34;&#34;
+__pdoc__[&#39;AmscoSlice.index&#39;] = &#34;&#34;&#34;Where the slice appears in the plaintext&#34;&#34;&#34;
+__pdoc__[&#39;AmscoSlice.start&#39;] = &#34;&#34;&#34;Where the slice starts in the plaintext&#34;&#34;&#34;
+__pdoc__[&#39;AmscoSlice.end&#39;] = &#34;&#34;&#34;Where the slice ends in the plaintext&#34;&#34;&#34;
+
+class AmscoFillStyle(Enum):
+    &#34;&#34;&#34;Different methods of filling the grid.
+    * `continuous`: continue the fillpattern unbroken by row boundaries
+    * `same_each_row`: each row has the same fillpattern
+    * `reverse_each_row`: each row has the reversed fillpattern to the row above
+    &#34;&#34;&#34;
+    continuous = 1
+    same_each_row = 2
+    reverse_each_row = 3
+
+def amsco_positions(message, keyword, 
+      fillpattern=(1, 2),
+      fillstyle=AmscoFillStyle.continuous,
+      fillcolumnwise=False,
+      emptycolumnwise=True):
+    &#34;&#34;&#34;Creates the grid for the AMSCO transposition cipher. Each element in the
+    grid shows the index of that slice and the start and end positions of the
+    plaintext that go to make it up.
+
+    &gt;&gt;&gt; amsco_positions(string.ascii_lowercase, &#39;freddy&#39;, \
+        fillpattern=(1, 2)) # doctest:  +NORMALIZE_WHITESPACE
+    [[AmscoSlice(index=3, start=4, end=6),
+     AmscoSlice(index=2, start=3, end=4),
+     AmscoSlice(index=0, start=0, end=1),
+     AmscoSlice(index=1, start=1, end=3),
+     AmscoSlice(index=4, start=6, end=7)],
+    [AmscoSlice(index=8, start=12, end=13),
+     AmscoSlice(index=7, start=10, end=12),
+     AmscoSlice(index=5, start=7, end=9),
+     AmscoSlice(index=6, start=9, end=10),
+     AmscoSlice(index=9, start=13, end=15)],
+    [AmscoSlice(index=13, start=19, end=21),
+     AmscoSlice(index=12, start=18, end=19),
+     AmscoSlice(index=10, start=15, end=16),
+     AmscoSlice(index=11, start=16, end=18),
+     AmscoSlice(index=14, start=21, end=22)],
+    [AmscoSlice(index=18, start=27, end=28),
+     AmscoSlice(index=17, start=25, end=27),
+     AmscoSlice(index=15, start=22, end=24),
+     AmscoSlice(index=16, start=24, end=25),
+     AmscoSlice(index=19, start=28, end=30)]]
+    &#34;&#34;&#34;
+    transpositions = transpositions_of(keyword)
+    fill_iterator = itertools.cycle(fillpattern)
+    indices = itertools.count()
+    message_length = len(message)
+
+    current_position = 0
+    grid = []
+    current_fillpattern = fillpattern
+    while current_position &lt; message_length:
+        row = []
+        if fillstyle == AmscoFillStyle.same_each_row:
+            fill_iterator = itertools.cycle(fillpattern)
+        if fillstyle == AmscoFillStyle.reverse_each_row:
+            fill_iterator = itertools.cycle(current_fillpattern)
+        for _ in range(len(transpositions)):
+            index = next(indices)
+            gap = next(fill_iterator)
+            row += [AmscoSlice(index, current_position, current_position + gap)]
+            current_position += gap
+        grid += [row]
+        if fillstyle == AmscoFillStyle.reverse_each_row:
+            current_fillpattern = list(reversed(current_fillpattern))
+    return [transpose(r, transpositions) for r in grid]
+
+def amsco_encipher(message, keyword, 
+    fillpattern=(1,2), fillstyle=AmscoFillStyle.reverse_each_row):
+    &#34;&#34;&#34;AMSCO transposition encipher.
+
+    &gt;&gt;&gt; amsco_encipher(&#39;hellothere&#39;, &#39;abc&#39;, fillpattern=(1, 2))
+    &#39;hoteelhler&#39;
+    &gt;&gt;&gt; amsco_encipher(&#39;hellothere&#39;, &#39;abc&#39;, fillpattern=(2, 1))
+    &#39;hetelhelor&#39;
+    &gt;&gt;&gt; amsco_encipher(&#39;hellothere&#39;, &#39;acb&#39;, fillpattern=(1, 2))
+    &#39;hotelerelh&#39;
+    &gt;&gt;&gt; amsco_encipher(&#39;hellothere&#39;, &#39;acb&#39;, fillpattern=(2, 1))
+    &#39;hetelorlhe&#39;
+    &gt;&gt;&gt; amsco_encipher(&#39;hereissometexttoencipher&#39;, &#39;encode&#39;)
+    &#39;etecstthhomoerereenisxip&#39;
+    &gt;&gt;&gt; amsco_encipher(&#39;hereissometexttoencipher&#39;, &#39;cipher&#39;, fillpattern=(1, 2))
+    &#39;hetcsoeisterereipexthomn&#39;
+    &gt;&gt;&gt; amsco_encipher(&#39;hereissometexttoencipher&#39;, &#39;cipher&#39;, fillpattern=(1, 2), fillstyle=AmscoFillStyle.continuous)
+    &#39;hecsoisttererteipexhomen&#39;
+    &gt;&gt;&gt; amsco_encipher(&#39;hereissometexttoencipher&#39;, &#39;cipher&#39;, fillpattern=(2, 1))
+    &#39;heecisoosttrrtepeixhemen&#39;
+    &gt;&gt;&gt; amsco_encipher(&#39;hereissometexttoencipher&#39;, &#39;cipher&#39;, fillpattern=(1, 3, 2))
+    &#39;hxtomephescieretoeisnter&#39;
+    &gt;&gt;&gt; amsco_encipher(&#39;hereissometexttoencipher&#39;, &#39;cipher&#39;, fillpattern=(1, 3, 2), fillstyle=AmscoFillStyle.continuous)
+    &#39;hxomeiphscerettoisenteer&#39;
+    &#34;&#34;&#34;
+    grid = amsco_positions(message, keyword, 
+        fillpattern=fillpattern, fillstyle=fillstyle)
+    ct_as_grid = [[message[s.start:s.end] for s in r] for r in grid]
+    return combine_every_nth(ct_as_grid)
+
+
+def amsco_decipher(message, keyword, 
+    fillpattern=(1,2), fillstyle=AmscoFillStyle.reverse_each_row):
+    &#34;&#34;&#34;AMSCO transposition decipher
+
+    &gt;&gt;&gt; amsco_decipher(&#39;hoteelhler&#39;, &#39;abc&#39;, fillpattern=(1, 2))
+    &#39;hellothere&#39;
+    &gt;&gt;&gt; amsco_decipher(&#39;hetelhelor&#39;, &#39;abc&#39;, fillpattern=(2, 1))
+    &#39;hellothere&#39;
+    &gt;&gt;&gt; amsco_decipher(&#39;hotelerelh&#39;, &#39;acb&#39;, fillpattern=(1, 2))
+    &#39;hellothere&#39;
+    &gt;&gt;&gt; amsco_decipher(&#39;hetelorlhe&#39;, &#39;acb&#39;, fillpattern=(2, 1))
+    &#39;hellothere&#39;
+    &gt;&gt;&gt; amsco_decipher(&#39;etecstthhomoerereenisxip&#39;, &#39;encode&#39;)
+    &#39;hereissometexttoencipher&#39;
+    &gt;&gt;&gt; amsco_decipher(&#39;hetcsoeisterereipexthomn&#39;, &#39;cipher&#39;, fillpattern=(1, 2))
+    &#39;hereissometexttoencipher&#39;
+    &gt;&gt;&gt; amsco_decipher(&#39;hecsoisttererteipexhomen&#39;, &#39;cipher&#39;, fillpattern=(1, 2), fillstyle=AmscoFillStyle.continuous)
+    &#39;hereissometexttoencipher&#39;
+    &gt;&gt;&gt; amsco_decipher(&#39;heecisoosttrrtepeixhemen&#39;, &#39;cipher&#39;, fillpattern=(2, 1))
+    &#39;hereissometexttoencipher&#39;
+    &gt;&gt;&gt; amsco_decipher(&#39;hxtomephescieretoeisnter&#39;, &#39;cipher&#39;, fillpattern=(1, 3, 2))
+    &#39;hereissometexttoencipher&#39;
+    &gt;&gt;&gt; amsco_decipher(&#39;hxomeiphscerettoisenteer&#39;, &#39;cipher&#39;, fillpattern=(1, 3, 2), fillstyle=AmscoFillStyle.continuous)
+    &#39;hereissometexttoencipher&#39;
+    &#34;&#34;&#34;
+
+    grid = amsco_positions(message, keyword, 
+        fillpattern=fillpattern, fillstyle=fillstyle)
+    transposed_sections = [s for c in [l for l in zip(*grid)] for s in c]
+    plaintext_list = [&#39;&#39;] * len(transposed_sections)
+    current_pos = 0
+    for slice in transposed_sections:
+        plaintext_list[slice.index] = message[current_pos:current_pos-slice.start+slice.end][:len(message[slice.start:slice.end])]
+        current_pos += len(message[slice.start:slice.end])
+    return cat(plaintext_list)
+
+
+def amsco_break(message, translist=None, patterns = [(1, 2), (2, 1)],
+                                  fillstyles = [AmscoFillStyle.continuous, 
+                                                AmscoFillStyle.same_each_row, 
+                                                AmscoFillStyle.reverse_each_row],
+                                  fitness=Pbigrams, 
+                                  chunksize=500):
+    &#34;&#34;&#34;Breaks an AMSCO transposition cipher using a dictionary and
+    n-gram frequency analysis.
+
+    If `translist` is not specified, use 
+    [`szyfrow.support.langauge_models.transpositions`](support/language_models.html#szyfrow.support.language_models.transpositions).
+
+    &gt;&gt;&gt; amsco_break(amsco_encipher(sanitise( \
+            &#34;It is a truth universally acknowledged, that a single man in \
+             possession of a good fortune, must be in want of a wife. However \
+             little known the feelings or views of such a man may be on his \
+             first entering a neighbourhood, this truth is so well fixed in \
+             the minds of the surrounding families, that he is considered the \
+             rightful property of some one or other of their daughters.&#34;), \
+        &#39;encipher&#39;), \
+        translist={(2, 0, 5, 3, 1, 4, 6): [&#39;encipher&#39;], \
+                   (5, 0, 6, 1, 3, 4, 2): [&#39;fourteen&#39;], \
+                   (6, 1, 0, 4, 5, 3, 2): [&#39;keyword&#39;]}, \
+        patterns=[(1, 2)]) # doctest: +ELLIPSIS
+    (((2, 0, 5, 3, 1, 4, 6), (1, 2), &lt;AmscoFillStyle.continuous: 1&gt;), -709.4646722...)
+    &gt;&gt;&gt; amsco_break(amsco_encipher(sanitise( \
+            &#34;It is a truth universally acknowledged, that a single man in \
+             possession of a good fortune, must be in want of a wife. However \
+             little known the feelings or views of such a man may be on his \
+             first entering a neighbourhood, this truth is so well fixed in \
+             the minds of the surrounding families, that he is considered the \
+             rightful property of some one or other of their daughters.&#34;), \
+        &#39;encipher&#39;, fillpattern=(2, 1)), \
+        translist={(2, 0, 5, 3, 1, 4, 6): [&#39;encipher&#39;], \
+                   (5, 0, 6, 1, 3, 4, 2): [&#39;fourteen&#39;], \
+                   (6, 1, 0, 4, 5, 3, 2): [&#39;keyword&#39;]}, \
+        patterns=[(1, 2), (2, 1)], fitness=Ptrigrams) # doctest: +ELLIPSIS
+    (((2, 0, 5, 3, 1, 4, 6), (2, 1), &lt;AmscoFillStyle.continuous: 1&gt;), -997.0129085...)
+    &#34;&#34;&#34;
+    if translist is None:
+        translist = transpositions
+    
+    with multiprocessing.Pool() as pool:
+        helper_args = [(message, trans, pattern, fillstyle, fitness)
+                       for trans in translist
+                       for pattern in patterns
+                       for fillstyle in fillstyles]
+        # Gotcha: the helper function here needs to be defined at the top level
+        #   (limitation of Pool.starmap)
+        breaks = pool.starmap(amsco_break_worker, helper_args, chunksize) 
+        return max(breaks, key=lambda k: k[1])
+
+def amsco_break_worker(message, transposition,
+        pattern, fillstyle, fitness):
+    plaintext = amsco_decipher(message, transposition,
+        fillpattern=pattern, fillstyle=fillstyle)
+    fit = fitness(sanitise(plaintext))
+    return (transposition, pattern, fillstyle), fit
+
+if __name__ == &#34;__main__&#34;:
+    import doctest</code></pre>
+</details>
+</section>
+<section>
+</section>
+<section>
+</section>
+<section>
+<h2 class="section-title" id="header-functions">Functions</h2>
+<dl>
+<dt id="szyfrow.amsco.amsco_break"><code class="name flex">
+<span>def <span class="ident">amsco_break</span></span>(<span>message, translist=None, patterns=[(1, 2), (2, 1)], fillstyles=[&lt;AmscoFillStyle.continuous: 1&gt;, &lt;AmscoFillStyle.same_each_row: 2&gt;, &lt;AmscoFillStyle.reverse_each_row: 3&gt;], fitness=&lt;function Pbigrams&gt;, chunksize=500)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Breaks an AMSCO transposition cipher using a dictionary and
+n-gram frequency analysis.</p>
+<p>If <code>translist</code> is not specified, use
+<a href="support/language_models.html#szyfrow.support.language_models.transpositions"><code>szyfrow.support.langauge_models.transpositions</code></a>.</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; amsco_break(amsco_encipher(sanitise(             &quot;It is a truth universally acknowledged, that a single man in              possession of a good fortune, must be in want of a wife. However              little known the feelings or views of such a man may be on his              first entering a neighbourhood, this truth is so well fixed in              the minds of the surrounding families, that he is considered the              rightful property of some one or other of their daughters.&quot;),         'encipher'),         translist={(2, 0, 5, 3, 1, 4, 6): ['encipher'],                    (5, 0, 6, 1, 3, 4, 2): ['fourteen'],                    (6, 1, 0, 4, 5, 3, 2): ['keyword']},         patterns=[(1, 2)]) # doctest: +ELLIPSIS
+(((2, 0, 5, 3, 1, 4, 6), (1, 2), &lt;AmscoFillStyle.continuous: 1&gt;), -709.4646722...)
+&gt;&gt;&gt; amsco_break(amsco_encipher(sanitise(             &quot;It is a truth universally acknowledged, that a single man in              possession of a good fortune, must be in want of a wife. However              little known the feelings or views of such a man may be on his              first entering a neighbourhood, this truth is so well fixed in              the minds of the surrounding families, that he is considered the              rightful property of some one or other of their daughters.&quot;),         'encipher', fillpattern=(2, 1)),         translist={(2, 0, 5, 3, 1, 4, 6): ['encipher'],                    (5, 0, 6, 1, 3, 4, 2): ['fourteen'],                    (6, 1, 0, 4, 5, 3, 2): ['keyword']},         patterns=[(1, 2), (2, 1)], fitness=Ptrigrams) # doctest: +ELLIPSIS
+(((2, 0, 5, 3, 1, 4, 6), (2, 1), &lt;AmscoFillStyle.continuous: 1&gt;), -997.0129085...)
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def amsco_break(message, translist=None, patterns = [(1, 2), (2, 1)],
+                                  fillstyles = [AmscoFillStyle.continuous, 
+                                                AmscoFillStyle.same_each_row, 
+                                                AmscoFillStyle.reverse_each_row],
+                                  fitness=Pbigrams, 
+                                  chunksize=500):
+    &#34;&#34;&#34;Breaks an AMSCO transposition cipher using a dictionary and
+    n-gram frequency analysis.
+
+    If `translist` is not specified, use 
+    [`szyfrow.support.langauge_models.transpositions`](support/language_models.html#szyfrow.support.language_models.transpositions).
+
+    &gt;&gt;&gt; amsco_break(amsco_encipher(sanitise( \
+            &#34;It is a truth universally acknowledged, that a single man in \
+             possession of a good fortune, must be in want of a wife. However \
+             little known the feelings or views of such a man may be on his \
+             first entering a neighbourhood, this truth is so well fixed in \
+             the minds of the surrounding families, that he is considered the \
+             rightful property of some one or other of their daughters.&#34;), \
+        &#39;encipher&#39;), \
+        translist={(2, 0, 5, 3, 1, 4, 6): [&#39;encipher&#39;], \
+                   (5, 0, 6, 1, 3, 4, 2): [&#39;fourteen&#39;], \
+                   (6, 1, 0, 4, 5, 3, 2): [&#39;keyword&#39;]}, \
+        patterns=[(1, 2)]) # doctest: +ELLIPSIS
+    (((2, 0, 5, 3, 1, 4, 6), (1, 2), &lt;AmscoFillStyle.continuous: 1&gt;), -709.4646722...)
+    &gt;&gt;&gt; amsco_break(amsco_encipher(sanitise( \
+            &#34;It is a truth universally acknowledged, that a single man in \
+             possession of a good fortune, must be in want of a wife. However \
+             little known the feelings or views of such a man may be on his \
+             first entering a neighbourhood, this truth is so well fixed in \
+             the minds of the surrounding families, that he is considered the \
+             rightful property of some one or other of their daughters.&#34;), \
+        &#39;encipher&#39;, fillpattern=(2, 1)), \
+        translist={(2, 0, 5, 3, 1, 4, 6): [&#39;encipher&#39;], \
+                   (5, 0, 6, 1, 3, 4, 2): [&#39;fourteen&#39;], \
+                   (6, 1, 0, 4, 5, 3, 2): [&#39;keyword&#39;]}, \
+        patterns=[(1, 2), (2, 1)], fitness=Ptrigrams) # doctest: +ELLIPSIS
+    (((2, 0, 5, 3, 1, 4, 6), (2, 1), &lt;AmscoFillStyle.continuous: 1&gt;), -997.0129085...)
+    &#34;&#34;&#34;
+    if translist is None:
+        translist = transpositions
+    
+    with multiprocessing.Pool() as pool:
+        helper_args = [(message, trans, pattern, fillstyle, fitness)
+                       for trans in translist
+                       for pattern in patterns
+                       for fillstyle in fillstyles]
+        # Gotcha: the helper function here needs to be defined at the top level
+        #   (limitation of Pool.starmap)
+        breaks = pool.starmap(amsco_break_worker, helper_args, chunksize) 
+        return max(breaks, key=lambda k: k[1])</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.amsco.amsco_break_worker"><code class="name flex">
+<span>def <span class="ident">amsco_break_worker</span></span>(<span>message, transposition, pattern, fillstyle, fitness)</span>
+</code></dt>
+<dd>
+<div class="desc"></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def amsco_break_worker(message, transposition,
+        pattern, fillstyle, fitness):
+    plaintext = amsco_decipher(message, transposition,
+        fillpattern=pattern, fillstyle=fillstyle)
+    fit = fitness(sanitise(plaintext))
+    return (transposition, pattern, fillstyle), fit</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.amsco.amsco_decipher"><code class="name flex">
+<span>def <span class="ident">amsco_decipher</span></span>(<span>message, keyword, fillpattern=(1, 2), fillstyle=AmscoFillStyle.reverse_each_row)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>AMSCO transposition decipher</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; amsco_decipher('hoteelhler', 'abc', fillpattern=(1, 2))
+'hellothere'
+&gt;&gt;&gt; amsco_decipher('hetelhelor', 'abc', fillpattern=(2, 1))
+'hellothere'
+&gt;&gt;&gt; amsco_decipher('hotelerelh', 'acb', fillpattern=(1, 2))
+'hellothere'
+&gt;&gt;&gt; amsco_decipher('hetelorlhe', 'acb', fillpattern=(2, 1))
+'hellothere'
+&gt;&gt;&gt; amsco_decipher('etecstthhomoerereenisxip', 'encode')
+'hereissometexttoencipher'
+&gt;&gt;&gt; amsco_decipher('hetcsoeisterereipexthomn', 'cipher', fillpattern=(1, 2))
+'hereissometexttoencipher'
+&gt;&gt;&gt; amsco_decipher('hecsoisttererteipexhomen', 'cipher', fillpattern=(1, 2), fillstyle=AmscoFillStyle.continuous)
+'hereissometexttoencipher'
+&gt;&gt;&gt; amsco_decipher('heecisoosttrrtepeixhemen', 'cipher', fillpattern=(2, 1))
+'hereissometexttoencipher'
+&gt;&gt;&gt; amsco_decipher('hxtomephescieretoeisnter', 'cipher', fillpattern=(1, 3, 2))
+'hereissometexttoencipher'
+&gt;&gt;&gt; amsco_decipher('hxomeiphscerettoisenteer', 'cipher', fillpattern=(1, 3, 2), fillstyle=AmscoFillStyle.continuous)
+'hereissometexttoencipher'
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def amsco_decipher(message, keyword, 
+    fillpattern=(1,2), fillstyle=AmscoFillStyle.reverse_each_row):
+    &#34;&#34;&#34;AMSCO transposition decipher
+
+    &gt;&gt;&gt; amsco_decipher(&#39;hoteelhler&#39;, &#39;abc&#39;, fillpattern=(1, 2))
+    &#39;hellothere&#39;
+    &gt;&gt;&gt; amsco_decipher(&#39;hetelhelor&#39;, &#39;abc&#39;, fillpattern=(2, 1))
+    &#39;hellothere&#39;
+    &gt;&gt;&gt; amsco_decipher(&#39;hotelerelh&#39;, &#39;acb&#39;, fillpattern=(1, 2))
+    &#39;hellothere&#39;
+    &gt;&gt;&gt; amsco_decipher(&#39;hetelorlhe&#39;, &#39;acb&#39;, fillpattern=(2, 1))
+    &#39;hellothere&#39;
+    &gt;&gt;&gt; amsco_decipher(&#39;etecstthhomoerereenisxip&#39;, &#39;encode&#39;)
+    &#39;hereissometexttoencipher&#39;
+    &gt;&gt;&gt; amsco_decipher(&#39;hetcsoeisterereipexthomn&#39;, &#39;cipher&#39;, fillpattern=(1, 2))
+    &#39;hereissometexttoencipher&#39;
+    &gt;&gt;&gt; amsco_decipher(&#39;hecsoisttererteipexhomen&#39;, &#39;cipher&#39;, fillpattern=(1, 2), fillstyle=AmscoFillStyle.continuous)
+    &#39;hereissometexttoencipher&#39;
+    &gt;&gt;&gt; amsco_decipher(&#39;heecisoosttrrtepeixhemen&#39;, &#39;cipher&#39;, fillpattern=(2, 1))
+    &#39;hereissometexttoencipher&#39;
+    &gt;&gt;&gt; amsco_decipher(&#39;hxtomephescieretoeisnter&#39;, &#39;cipher&#39;, fillpattern=(1, 3, 2))
+    &#39;hereissometexttoencipher&#39;
+    &gt;&gt;&gt; amsco_decipher(&#39;hxomeiphscerettoisenteer&#39;, &#39;cipher&#39;, fillpattern=(1, 3, 2), fillstyle=AmscoFillStyle.continuous)
+    &#39;hereissometexttoencipher&#39;
+    &#34;&#34;&#34;
+
+    grid = amsco_positions(message, keyword, 
+        fillpattern=fillpattern, fillstyle=fillstyle)
+    transposed_sections = [s for c in [l for l in zip(*grid)] for s in c]
+    plaintext_list = [&#39;&#39;] * len(transposed_sections)
+    current_pos = 0
+    for slice in transposed_sections:
+        plaintext_list[slice.index] = message[current_pos:current_pos-slice.start+slice.end][:len(message[slice.start:slice.end])]
+        current_pos += len(message[slice.start:slice.end])
+    return cat(plaintext_list)</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.amsco.amsco_encipher"><code class="name flex">
+<span>def <span class="ident">amsco_encipher</span></span>(<span>message, keyword, fillpattern=(1, 2), fillstyle=AmscoFillStyle.reverse_each_row)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>AMSCO transposition encipher.</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; amsco_encipher('hellothere', 'abc', fillpattern=(1, 2))
+'hoteelhler'
+&gt;&gt;&gt; amsco_encipher('hellothere', 'abc', fillpattern=(2, 1))
+'hetelhelor'
+&gt;&gt;&gt; amsco_encipher('hellothere', 'acb', fillpattern=(1, 2))
+'hotelerelh'
+&gt;&gt;&gt; amsco_encipher('hellothere', 'acb', fillpattern=(2, 1))
+'hetelorlhe'
+&gt;&gt;&gt; amsco_encipher('hereissometexttoencipher', 'encode')
+'etecstthhomoerereenisxip'
+&gt;&gt;&gt; amsco_encipher('hereissometexttoencipher', 'cipher', fillpattern=(1, 2))
+'hetcsoeisterereipexthomn'
+&gt;&gt;&gt; amsco_encipher('hereissometexttoencipher', 'cipher', fillpattern=(1, 2), fillstyle=AmscoFillStyle.continuous)
+'hecsoisttererteipexhomen'
+&gt;&gt;&gt; amsco_encipher('hereissometexttoencipher', 'cipher', fillpattern=(2, 1))
+'heecisoosttrrtepeixhemen'
+&gt;&gt;&gt; amsco_encipher('hereissometexttoencipher', 'cipher', fillpattern=(1, 3, 2))
+'hxtomephescieretoeisnter'
+&gt;&gt;&gt; amsco_encipher('hereissometexttoencipher', 'cipher', fillpattern=(1, 3, 2), fillstyle=AmscoFillStyle.continuous)
+'hxomeiphscerettoisenteer'
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def amsco_encipher(message, keyword, 
+    fillpattern=(1,2), fillstyle=AmscoFillStyle.reverse_each_row):
+    &#34;&#34;&#34;AMSCO transposition encipher.
+
+    &gt;&gt;&gt; amsco_encipher(&#39;hellothere&#39;, &#39;abc&#39;, fillpattern=(1, 2))
+    &#39;hoteelhler&#39;
+    &gt;&gt;&gt; amsco_encipher(&#39;hellothere&#39;, &#39;abc&#39;, fillpattern=(2, 1))
+    &#39;hetelhelor&#39;
+    &gt;&gt;&gt; amsco_encipher(&#39;hellothere&#39;, &#39;acb&#39;, fillpattern=(1, 2))
+    &#39;hotelerelh&#39;
+    &gt;&gt;&gt; amsco_encipher(&#39;hellothere&#39;, &#39;acb&#39;, fillpattern=(2, 1))
+    &#39;hetelorlhe&#39;
+    &gt;&gt;&gt; amsco_encipher(&#39;hereissometexttoencipher&#39;, &#39;encode&#39;)
+    &#39;etecstthhomoerereenisxip&#39;
+    &gt;&gt;&gt; amsco_encipher(&#39;hereissometexttoencipher&#39;, &#39;cipher&#39;, fillpattern=(1, 2))
+    &#39;hetcsoeisterereipexthomn&#39;
+    &gt;&gt;&gt; amsco_encipher(&#39;hereissometexttoencipher&#39;, &#39;cipher&#39;, fillpattern=(1, 2), fillstyle=AmscoFillStyle.continuous)
+    &#39;hecsoisttererteipexhomen&#39;
+    &gt;&gt;&gt; amsco_encipher(&#39;hereissometexttoencipher&#39;, &#39;cipher&#39;, fillpattern=(2, 1))
+    &#39;heecisoosttrrtepeixhemen&#39;
+    &gt;&gt;&gt; amsco_encipher(&#39;hereissometexttoencipher&#39;, &#39;cipher&#39;, fillpattern=(1, 3, 2))
+    &#39;hxtomephescieretoeisnter&#39;
+    &gt;&gt;&gt; amsco_encipher(&#39;hereissometexttoencipher&#39;, &#39;cipher&#39;, fillpattern=(1, 3, 2), fillstyle=AmscoFillStyle.continuous)
+    &#39;hxomeiphscerettoisenteer&#39;
+    &#34;&#34;&#34;
+    grid = amsco_positions(message, keyword, 
+        fillpattern=fillpattern, fillstyle=fillstyle)
+    ct_as_grid = [[message[s.start:s.end] for s in r] for r in grid]
+    return combine_every_nth(ct_as_grid)</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.amsco.amsco_positions"><code class="name flex">
+<span>def <span class="ident">amsco_positions</span></span>(<span>message, keyword, fillpattern=(1, 2), fillstyle=AmscoFillStyle.continuous, fillcolumnwise=False, emptycolumnwise=True)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Creates the grid for the AMSCO transposition cipher. Each element in the
+grid shows the index of that slice and the start and end positions of the
+plaintext that go to make it up.</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; amsco_positions(string.ascii_lowercase, 'freddy',         fillpattern=(1, 2)) # doctest:  +NORMALIZE_WHITESPACE
+[[AmscoSlice(index=3, start=4, end=6),
+ AmscoSlice(index=2, start=3, end=4),
+ AmscoSlice(index=0, start=0, end=1),
+ AmscoSlice(index=1, start=1, end=3),
+ AmscoSlice(index=4, start=6, end=7)],
+[AmscoSlice(index=8, start=12, end=13),
+ AmscoSlice(index=7, start=10, end=12),
+ AmscoSlice(index=5, start=7, end=9),
+ AmscoSlice(index=6, start=9, end=10),
+ AmscoSlice(index=9, start=13, end=15)],
+[AmscoSlice(index=13, start=19, end=21),
+ AmscoSlice(index=12, start=18, end=19),
+ AmscoSlice(index=10, start=15, end=16),
+ AmscoSlice(index=11, start=16, end=18),
+ AmscoSlice(index=14, start=21, end=22)],
+[AmscoSlice(index=18, start=27, end=28),
+ AmscoSlice(index=17, start=25, end=27),
+ AmscoSlice(index=15, start=22, end=24),
+ AmscoSlice(index=16, start=24, end=25),
+ AmscoSlice(index=19, start=28, end=30)]]
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def amsco_positions(message, keyword, 
+      fillpattern=(1, 2),
+      fillstyle=AmscoFillStyle.continuous,
+      fillcolumnwise=False,
+      emptycolumnwise=True):
+    &#34;&#34;&#34;Creates the grid for the AMSCO transposition cipher. Each element in the
+    grid shows the index of that slice and the start and end positions of the
+    plaintext that go to make it up.
+
+    &gt;&gt;&gt; amsco_positions(string.ascii_lowercase, &#39;freddy&#39;, \
+        fillpattern=(1, 2)) # doctest:  +NORMALIZE_WHITESPACE
+    [[AmscoSlice(index=3, start=4, end=6),
+     AmscoSlice(index=2, start=3, end=4),
+     AmscoSlice(index=0, start=0, end=1),
+     AmscoSlice(index=1, start=1, end=3),
+     AmscoSlice(index=4, start=6, end=7)],
+    [AmscoSlice(index=8, start=12, end=13),
+     AmscoSlice(index=7, start=10, end=12),
+     AmscoSlice(index=5, start=7, end=9),
+     AmscoSlice(index=6, start=9, end=10),
+     AmscoSlice(index=9, start=13, end=15)],
+    [AmscoSlice(index=13, start=19, end=21),
+     AmscoSlice(index=12, start=18, end=19),
+     AmscoSlice(index=10, start=15, end=16),
+     AmscoSlice(index=11, start=16, end=18),
+     AmscoSlice(index=14, start=21, end=22)],
+    [AmscoSlice(index=18, start=27, end=28),
+     AmscoSlice(index=17, start=25, end=27),
+     AmscoSlice(index=15, start=22, end=24),
+     AmscoSlice(index=16, start=24, end=25),
+     AmscoSlice(index=19, start=28, end=30)]]
+    &#34;&#34;&#34;
+    transpositions = transpositions_of(keyword)
+    fill_iterator = itertools.cycle(fillpattern)
+    indices = itertools.count()
+    message_length = len(message)
+
+    current_position = 0
+    grid = []
+    current_fillpattern = fillpattern
+    while current_position &lt; message_length:
+        row = []
+        if fillstyle == AmscoFillStyle.same_each_row:
+            fill_iterator = itertools.cycle(fillpattern)
+        if fillstyle == AmscoFillStyle.reverse_each_row:
+            fill_iterator = itertools.cycle(current_fillpattern)
+        for _ in range(len(transpositions)):
+            index = next(indices)
+            gap = next(fill_iterator)
+            row += [AmscoSlice(index, current_position, current_position + gap)]
+            current_position += gap
+        grid += [row]
+        if fillstyle == AmscoFillStyle.reverse_each_row:
+            current_fillpattern = list(reversed(current_fillpattern))
+    return [transpose(r, transpositions) for r in grid]</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.amsco.cat"><code class="name flex">
+<span>def <span class="ident">cat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+<dt id="szyfrow.amsco.lcat"><code class="name flex">
+<span>def <span class="ident">lcat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+<dt id="szyfrow.amsco.wcat"><code class="name flex">
+<span>def <span class="ident">wcat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+</dl>
+</section>
+<section>
+<h2 class="section-title" id="header-classes">Classes</h2>
+<dl>
+<dt id="szyfrow.amsco.AmscoFillStyle"><code class="flex name class">
+<span>class <span class="ident">AmscoFillStyle</span></span>
+<span>(</span><span>value, names=None, *, module=None, qualname=None, type=None, start=1)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Different methods of filling the grid.
+* <code>continuous</code>: continue the fillpattern unbroken by row boundaries
+* <code>same_each_row</code>: each row has the same fillpattern
+* <code>reverse_each_row</code>: each row has the reversed fillpattern to the row above</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">class AmscoFillStyle(Enum):
+    &#34;&#34;&#34;Different methods of filling the grid.
+    * `continuous`: continue the fillpattern unbroken by row boundaries
+    * `same_each_row`: each row has the same fillpattern
+    * `reverse_each_row`: each row has the reversed fillpattern to the row above
+    &#34;&#34;&#34;
+    continuous = 1
+    same_each_row = 2
+    reverse_each_row = 3</code></pre>
+</details>
+<h3>Ancestors</h3>
+<ul class="hlist">
+<li>enum.Enum</li>
+</ul>
+<h3>Class variables</h3>
+<dl>
+<dt id="szyfrow.amsco.AmscoFillStyle.continuous"><code class="name">var <span class="ident">continuous</span></code></dt>
+<dd>
+<div class="desc"></div>
+</dd>
+<dt id="szyfrow.amsco.AmscoFillStyle.reverse_each_row"><code class="name">var <span class="ident">reverse_each_row</span></code></dt>
+<dd>
+<div class="desc"></div>
+</dd>
+<dt id="szyfrow.amsco.AmscoFillStyle.same_each_row"><code class="name">var <span class="ident">same_each_row</span></code></dt>
+<dd>
+<div class="desc"></div>
+</dd>
+</dl>
+</dd>
+<dt id="szyfrow.amsco.AmscoSlice"><code class="flex name class">
+<span>class <span class="ident">AmscoSlice</span></span>
+<span>(</span><span>index, start, end)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Where each piece of plainatext ends up in the AMSCO
+transpositon cipher.</p></div>
+<h3>Ancestors</h3>
+<ul class="hlist">
+<li>builtins.tuple</li>
+</ul>
+<h3>Instance variables</h3>
+<dl>
+<dt id="szyfrow.amsco.AmscoSlice.end"><code class="name">var <span class="ident">end</span></code></dt>
+<dd>
+<div class="desc"><p>Where the slice ends in the plaintext</p></div>
+</dd>
+<dt id="szyfrow.amsco.AmscoSlice.index"><code class="name">var <span class="ident">index</span></code></dt>
+<dd>
+<div class="desc"><p>Where the slice appears in the plaintext</p></div>
+</dd>
+<dt id="szyfrow.amsco.AmscoSlice.start"><code class="name">var <span class="ident">start</span></code></dt>
+<dd>
+<div class="desc"><p>Where the slice starts in the plaintext</p></div>
+</dd>
+</dl>
+</dd>
+</dl>
+</section>
+</article>
+<nav id="sidebar">
+<h1>Index</h1>
+<div class="toc">
+<ul></ul>
+</div>
+<ul id="index">
+<li><h3>Super-module</h3>
+<ul>
+<li><code><a title="szyfrow" href="index.html">szyfrow</a></code></li>
+</ul>
+</li>
+<li><h3><a href="#header-functions">Functions</a></h3>
+<ul class="two-column">
+<li><code><a title="szyfrow.amsco.amsco_break" href="#szyfrow.amsco.amsco_break">amsco_break</a></code></li>
+<li><code><a title="szyfrow.amsco.amsco_break_worker" href="#szyfrow.amsco.amsco_break_worker">amsco_break_worker</a></code></li>
+<li><code><a title="szyfrow.amsco.amsco_decipher" href="#szyfrow.amsco.amsco_decipher">amsco_decipher</a></code></li>
+<li><code><a title="szyfrow.amsco.amsco_encipher" href="#szyfrow.amsco.amsco_encipher">amsco_encipher</a></code></li>
+<li><code><a title="szyfrow.amsco.amsco_positions" href="#szyfrow.amsco.amsco_positions">amsco_positions</a></code></li>
+<li><code><a title="szyfrow.amsco.cat" href="#szyfrow.amsco.cat">cat</a></code></li>
+<li><code><a title="szyfrow.amsco.lcat" href="#szyfrow.amsco.lcat">lcat</a></code></li>
+<li><code><a title="szyfrow.amsco.wcat" href="#szyfrow.amsco.wcat">wcat</a></code></li>
+</ul>
+</li>
+<li><h3><a href="#header-classes">Classes</a></h3>
+<ul>
+<li>
+<h4><code><a title="szyfrow.amsco.AmscoFillStyle" href="#szyfrow.amsco.AmscoFillStyle">AmscoFillStyle</a></code></h4>
+<ul class="">
+<li><code><a title="szyfrow.amsco.AmscoFillStyle.continuous" href="#szyfrow.amsco.AmscoFillStyle.continuous">continuous</a></code></li>
+<li><code><a title="szyfrow.amsco.AmscoFillStyle.reverse_each_row" href="#szyfrow.amsco.AmscoFillStyle.reverse_each_row">reverse_each_row</a></code></li>
+<li><code><a title="szyfrow.amsco.AmscoFillStyle.same_each_row" href="#szyfrow.amsco.AmscoFillStyle.same_each_row">same_each_row</a></code></li>
+</ul>
+</li>
+<li>
+<h4><code><a title="szyfrow.amsco.AmscoSlice" href="#szyfrow.amsco.AmscoSlice">AmscoSlice</a></code></h4>
+<ul class="">
+<li><code><a title="szyfrow.amsco.AmscoSlice.end" href="#szyfrow.amsco.AmscoSlice.end">end</a></code></li>
+<li><code><a title="szyfrow.amsco.AmscoSlice.index" href="#szyfrow.amsco.AmscoSlice.index">index</a></code></li>
+<li><code><a title="szyfrow.amsco.AmscoSlice.start" href="#szyfrow.amsco.AmscoSlice.start">start</a></code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</nav>
+</main>
+<footer id="footer">
+<p>Generated by <a href="https://pdoc3.github.io/pdoc"><cite>pdoc</cite> 0.9.2</a>.</p>
+</footer>
+</body>
+</html>
\ No newline at end of file
diff --git a/docs/szyfrow/autokey.html b/docs/szyfrow/autokey.html
new file mode 100644 (file)
index 0000000..653d66b
--- /dev/null
@@ -0,0 +1,348 @@
+<!doctype html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
+<meta name="generator" content="pdoc 0.9.2" />
+<title>szyfrow.autokey API documentation</title>
+<meta name="description" content="Enciphering and deciphering using the [Autokey cipher](https://en.wikipedia.org/wiki/Autokey_cipher).
+Also attempts to break messages that use a …" />
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/sanitize.min.css" integrity="sha256-PK9q560IAAa6WVRRh76LtCaI8pjTJ2z11v0miyNNjrs=" crossorigin>
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/typography.min.css" integrity="sha256-7l/o7C8jubJiy74VsKTidCy1yBkRtiUGbVkYBylBqUg=" crossorigin>
+<link rel="stylesheet preload" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/styles/github.min.css" crossorigin>
+<style>:root{--highlight-color:#fe9}.flex{display:flex !important}body{line-height:1.5em}#content{padding:20px}#sidebar{padding:30px;overflow:hidden}#sidebar > *:last-child{margin-bottom:2cm}.http-server-breadcrumbs{font-size:130%;margin:0 0 15px 0}#footer{font-size:.75em;padding:5px 30px;border-top:1px solid #ddd;text-align:right}#footer p{margin:0 0 0 1em;display:inline-block}#footer p:last-child{margin-right:30px}h1,h2,h3,h4,h5{font-weight:300}h1{font-size:2.5em;line-height:1.1em}h2{font-size:1.75em;margin:1em 0 .50em 0}h3{font-size:1.4em;margin:25px 0 10px 0}h4{margin:0;font-size:105%}h1:target,h2:target,h3:target,h4:target,h5:target,h6:target{background:var(--highlight-color);padding:.2em 0}a{color:#058;text-decoration:none;transition:color .3s ease-in-out}a:hover{color:#e82}.title code{font-weight:bold}h2[id^="header-"]{margin-top:2em}.ident{color:#900}pre code{background:#f8f8f8;font-size:.8em;line-height:1.4em}code{background:#f2f2f1;padding:1px 4px;overflow-wrap:break-word}h1 code{background:transparent}pre{background:#f8f8f8;border:0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;margin:1em 0;padding:1ex}#http-server-module-list{display:flex;flex-flow:column}#http-server-module-list div{display:flex}#http-server-module-list dt{min-width:10%}#http-server-module-list p{margin-top:0}.toc ul,#index{list-style-type:none;margin:0;padding:0}#index code{background:transparent}#index h3{border-bottom:1px solid #ddd}#index ul{padding:0}#index h4{margin-top:.6em;font-weight:bold}@media (min-width:200ex){#index .two-column{column-count:2}}@media (min-width:300ex){#index .two-column{column-count:3}}dl{margin-bottom:2em}dl dl:last-child{margin-bottom:4em}dd{margin:0 0 1em 3em}#header-classes + dl > dd{margin-bottom:3em}dd dd{margin-left:2em}dd p{margin:10px 0}.name{background:#eee;font-weight:bold;font-size:.85em;padding:5px 10px;display:inline-block;min-width:40%}.name:hover{background:#e0e0e0}dt:target .name{background:var(--highlight-color)}.name > span:first-child{white-space:nowrap}.name.class > span:nth-child(2){margin-left:.4em}.inherited{color:#999;border-left:5px solid #eee;padding-left:1em}.inheritance em{font-style:normal;font-weight:bold}.desc h2{font-weight:400;font-size:1.25em}.desc h3{font-size:1em}.desc dt code{background:inherit}.source summary,.git-link-div{color:#666;text-align:right;font-weight:400;font-size:.8em;text-transform:uppercase}.source summary > *{white-space:nowrap;cursor:pointer}.git-link{color:inherit;margin-left:1em}.source pre{max-height:500px;overflow:auto;margin:0}.source pre code{font-size:12px;overflow:visible}.hlist{list-style:none}.hlist li{display:inline}.hlist li:after{content:',\2002'}.hlist li:last-child:after{content:none}.hlist .hlist{display:inline;padding-left:1em}img{max-width:100%}td{padding:0 .5em}.admonition{padding:.1em .5em;margin-bottom:1em}.admonition-title{font-weight:bold}.admonition.note,.admonition.info,.admonition.important{background:#aef}.admonition.todo,.admonition.versionadded,.admonition.tip,.admonition.hint{background:#dfd}.admonition.warning,.admonition.versionchanged,.admonition.deprecated{background:#fd4}.admonition.error,.admonition.danger,.admonition.caution{background:lightpink}</style>
+<style media="screen and (min-width: 700px)">@media screen and (min-width:700px){#sidebar{width:30%;height:100vh;overflow:auto;position:sticky;top:0}#content{width:70%;max-width:100ch;padding:3em 4em;border-left:1px solid #ddd}pre code{font-size:1em}.item .name{font-size:1em}main{display:flex;flex-direction:row-reverse;justify-content:flex-end}.toc ul ul,#index ul{padding-left:1.5em}.toc > ul > li{margin-top:.5em}}</style>
+<style media="print">@media print{#sidebar h1{page-break-before:always}.source{display:none}}@media print{*{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a[href]:after{content:" (" attr(href) ")";font-size:90%}a[href][title]:after{content:none}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:0.5cm}p,h2,h3{orphans:3;widows:3}h1,h2,h3,h4,h5,h6{page-break-after:avoid}}</style>
+<script defer src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/highlight.min.js" integrity="sha256-Uv3H6lx7dJmRfRvH8TH6kJD1TSK1aFcwgx+mdg3epi8=" crossorigin></script>
+<script>window.addEventListener('DOMContentLoaded', () => hljs.initHighlighting())</script>
+</head>
+<body>
+<main>
+<article id="content">
+<header>
+<h1 class="title">Module <code>szyfrow.autokey</code></h1>
+</header>
+<section id="section-intro">
+<p>Enciphering and deciphering using the <a href="https://en.wikipedia.org/wiki/Autokey_cipher">Autokey cipher</a>.
+Also attempts to break messages that use a Autokey cipher.</p>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">&#34;&#34;&#34;Enciphering and deciphering using the [Autokey cipher](https://en.wikipedia.org/wiki/Autokey_cipher). 
+Also attempts to break messages that use a Autokey cipher.
+&#34;&#34;&#34;
+import math
+import multiprocessing 
+from szyfrow.support.utilities import *
+from szyfrow.support.language_models import *
+from szyfrow.caesar import caesar_encipher_letter, caesar_decipher_letter
+
+
+def autokey_encipher(message, keyword):
+    &#34;&#34;&#34;Encipher with the autokey cipher
+
+    &gt;&gt;&gt; autokey_encipher(&#39;meetatthefountain&#39;, &#39;kilt&#39;)
+    &#39;wmpmmxxaeyhbryoca&#39;
+    &#34;&#34;&#34;
+    shifts = [pos(l) for l in keyword + message]
+    pairs = zip(message, shifts)
+    return cat([caesar_encipher_letter(l, k) for l, k in pairs])
+
+def autokey_decipher(ciphertext, keyword):
+    &#34;&#34;&#34;Decipher with the autokey cipher
+
+    &gt;&gt;&gt; autokey_decipher(&#39;wmpmmxxaeyhbryoca&#39;, &#39;kilt&#39;)
+    &#39;meetatthefountain&#39;
+    &#34;&#34;&#34;
+    plaintext = []
+    keys = list(keyword)
+    for c in ciphertext:
+        plaintext_letter = caesar_decipher_letter(c, pos(keys[0]))
+        plaintext += [plaintext_letter]
+        keys = keys[1:] + [plaintext_letter]
+    return cat(plaintext)
+
+
+def autokey_sa_break( message
+                    , min_keylength=2
+                    , max_keylength=20
+                    , workers=10
+                    , initial_temperature=200
+                    , max_iterations=20000
+                    , fitness=Pletters
+                    , chunksize=1
+                    , result_count=1
+                    ):
+    &#34;&#34;&#34;Break an autokey cipher by simulated annealing
+    &#34;&#34;&#34;
+    worker_args = []
+    ciphertext = sanitise(message)
+    for keylength in range(min_keylength, max_keylength+1):
+        for i in range(workers):
+            key = cat(random.choice(string.ascii_lowercase) for _ in range(keylength))
+            worker_args.append((ciphertext, key, 
+                            initial_temperature, max_iterations, fitness))
+            
+    with multiprocessing.Pool() as pool:
+        breaks = pool.starmap(autokey_sa_break_worker,
+                              worker_args, chunksize)
+    if result_count &lt;= 1:
+        return max(breaks, key=lambda k: k[1])
+    else:
+        return sorted(set(breaks), key=lambda k: k[1], reverse=True)[:result_count]
+
+
+def autokey_sa_break_worker(message, key, 
+                                     t0, max_iterations, fitness):   
+    temperature = t0
+    dt = t0 / (0.9 * max_iterations)
+    
+    plaintext = autokey_decipher(message, key)
+    current_fitness = fitness(plaintext)
+    current_key = key
+
+    best_key = current_key
+    best_fitness = current_fitness
+    best_plaintext = plaintext
+    
+    # print(&#39;starting for&#39;, max_iterations)
+    for i in range(max_iterations):
+        swap_pos = random.randrange(len(current_key))
+        swap_char = random.choice(string.ascii_lowercase)
+        
+        new_key = current_key[:swap_pos] + swap_char + current_key[swap_pos+1:]
+        
+        plaintext = autokey_decipher(message, new_key)
+        new_fitness = fitness(plaintext)
+        try:
+            sa_chance = math.exp((new_fitness - current_fitness) / temperature)
+        except (OverflowError, ZeroDivisionError):
+            # print(&#39;exception triggered: new_fit {}, current_fit {}, temp {}&#39;.format(new_fitness, current_fitness, temperature))
+            sa_chance = 0
+        if (new_fitness &gt; current_fitness or random.random() &lt; sa_chance):
+            current_fitness = new_fitness
+            current_key = new_key
+            
+        if current_fitness &gt; best_fitness:
+            best_key = current_key
+            best_fitness = current_fitness
+            best_plaintext = plaintext
+
+        temperature = max(temperature - dt, 0.001)
+        
+#     print(best_key, best_fitness, best_plaintext[:70])
+    return best_key, best_fitness # current_alphabet, current_fitness
+
+if __name__ == &#34;__main__&#34;:
+    import doctest</code></pre>
+</details>
+</section>
+<section>
+</section>
+<section>
+</section>
+<section>
+<h2 class="section-title" id="header-functions">Functions</h2>
+<dl>
+<dt id="szyfrow.autokey.autokey_decipher"><code class="name flex">
+<span>def <span class="ident">autokey_decipher</span></span>(<span>ciphertext, keyword)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Decipher with the autokey cipher</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; autokey_decipher('wmpmmxxaeyhbryoca', 'kilt')
+'meetatthefountain'
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def autokey_decipher(ciphertext, keyword):
+    &#34;&#34;&#34;Decipher with the autokey cipher
+
+    &gt;&gt;&gt; autokey_decipher(&#39;wmpmmxxaeyhbryoca&#39;, &#39;kilt&#39;)
+    &#39;meetatthefountain&#39;
+    &#34;&#34;&#34;
+    plaintext = []
+    keys = list(keyword)
+    for c in ciphertext:
+        plaintext_letter = caesar_decipher_letter(c, pos(keys[0]))
+        plaintext += [plaintext_letter]
+        keys = keys[1:] + [plaintext_letter]
+    return cat(plaintext)</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.autokey.autokey_encipher"><code class="name flex">
+<span>def <span class="ident">autokey_encipher</span></span>(<span>message, keyword)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Encipher with the autokey cipher</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; autokey_encipher('meetatthefountain', 'kilt')
+'wmpmmxxaeyhbryoca'
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def autokey_encipher(message, keyword):
+    &#34;&#34;&#34;Encipher with the autokey cipher
+
+    &gt;&gt;&gt; autokey_encipher(&#39;meetatthefountain&#39;, &#39;kilt&#39;)
+    &#39;wmpmmxxaeyhbryoca&#39;
+    &#34;&#34;&#34;
+    shifts = [pos(l) for l in keyword + message]
+    pairs = zip(message, shifts)
+    return cat([caesar_encipher_letter(l, k) for l, k in pairs])</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.autokey.autokey_sa_break"><code class="name flex">
+<span>def <span class="ident">autokey_sa_break</span></span>(<span>message, min_keylength=2, max_keylength=20, workers=10, initial_temperature=200, max_iterations=20000, fitness=&lt;function Pletters&gt;, chunksize=1, result_count=1)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Break an autokey cipher by simulated annealing</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def autokey_sa_break( message
+                    , min_keylength=2
+                    , max_keylength=20
+                    , workers=10
+                    , initial_temperature=200
+                    , max_iterations=20000
+                    , fitness=Pletters
+                    , chunksize=1
+                    , result_count=1
+                    ):
+    &#34;&#34;&#34;Break an autokey cipher by simulated annealing
+    &#34;&#34;&#34;
+    worker_args = []
+    ciphertext = sanitise(message)
+    for keylength in range(min_keylength, max_keylength+1):
+        for i in range(workers):
+            key = cat(random.choice(string.ascii_lowercase) for _ in range(keylength))
+            worker_args.append((ciphertext, key, 
+                            initial_temperature, max_iterations, fitness))
+            
+    with multiprocessing.Pool() as pool:
+        breaks = pool.starmap(autokey_sa_break_worker,
+                              worker_args, chunksize)
+    if result_count &lt;= 1:
+        return max(breaks, key=lambda k: k[1])
+    else:
+        return sorted(set(breaks), key=lambda k: k[1], reverse=True)[:result_count]</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.autokey.autokey_sa_break_worker"><code class="name flex">
+<span>def <span class="ident">autokey_sa_break_worker</span></span>(<span>message, key, t0, max_iterations, fitness)</span>
+</code></dt>
+<dd>
+<div class="desc"></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def autokey_sa_break_worker(message, key, 
+                                     t0, max_iterations, fitness):   
+    temperature = t0
+    dt = t0 / (0.9 * max_iterations)
+    
+    plaintext = autokey_decipher(message, key)
+    current_fitness = fitness(plaintext)
+    current_key = key
+
+    best_key = current_key
+    best_fitness = current_fitness
+    best_plaintext = plaintext
+    
+    # print(&#39;starting for&#39;, max_iterations)
+    for i in range(max_iterations):
+        swap_pos = random.randrange(len(current_key))
+        swap_char = random.choice(string.ascii_lowercase)
+        
+        new_key = current_key[:swap_pos] + swap_char + current_key[swap_pos+1:]
+        
+        plaintext = autokey_decipher(message, new_key)
+        new_fitness = fitness(plaintext)
+        try:
+            sa_chance = math.exp((new_fitness - current_fitness) / temperature)
+        except (OverflowError, ZeroDivisionError):
+            # print(&#39;exception triggered: new_fit {}, current_fit {}, temp {}&#39;.format(new_fitness, current_fitness, temperature))
+            sa_chance = 0
+        if (new_fitness &gt; current_fitness or random.random() &lt; sa_chance):
+            current_fitness = new_fitness
+            current_key = new_key
+            
+        if current_fitness &gt; best_fitness:
+            best_key = current_key
+            best_fitness = current_fitness
+            best_plaintext = plaintext
+
+        temperature = max(temperature - dt, 0.001)
+        
+#     print(best_key, best_fitness, best_plaintext[:70])
+    return best_key, best_fitness # current_alphabet, current_fitness</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.autokey.cat"><code class="name flex">
+<span>def <span class="ident">cat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+<dt id="szyfrow.autokey.lcat"><code class="name flex">
+<span>def <span class="ident">lcat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+<dt id="szyfrow.autokey.wcat"><code class="name flex">
+<span>def <span class="ident">wcat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+</dl>
+</section>
+<section>
+</section>
+</article>
+<nav id="sidebar">
+<h1>Index</h1>
+<div class="toc">
+<ul></ul>
+</div>
+<ul id="index">
+<li><h3>Super-module</h3>
+<ul>
+<li><code><a title="szyfrow" href="index.html">szyfrow</a></code></li>
+</ul>
+</li>
+<li><h3><a href="#header-functions">Functions</a></h3>
+<ul class="">
+<li><code><a title="szyfrow.autokey.autokey_decipher" href="#szyfrow.autokey.autokey_decipher">autokey_decipher</a></code></li>
+<li><code><a title="szyfrow.autokey.autokey_encipher" href="#szyfrow.autokey.autokey_encipher">autokey_encipher</a></code></li>
+<li><code><a title="szyfrow.autokey.autokey_sa_break" href="#szyfrow.autokey.autokey_sa_break">autokey_sa_break</a></code></li>
+<li><code><a title="szyfrow.autokey.autokey_sa_break_worker" href="#szyfrow.autokey.autokey_sa_break_worker">autokey_sa_break_worker</a></code></li>
+<li><code><a title="szyfrow.autokey.cat" href="#szyfrow.autokey.cat">cat</a></code></li>
+<li><code><a title="szyfrow.autokey.lcat" href="#szyfrow.autokey.lcat">lcat</a></code></li>
+<li><code><a title="szyfrow.autokey.wcat" href="#szyfrow.autokey.wcat">wcat</a></code></li>
+</ul>
+</li>
+</ul>
+</nav>
+</main>
+<footer id="footer">
+<p>Generated by <a href="https://pdoc3.github.io/pdoc"><cite>pdoc</cite> 0.9.2</a>.</p>
+</footer>
+</body>
+</html>
\ No newline at end of file
diff --git a/docs/szyfrow/bifid.html b/docs/szyfrow/bifid.html
new file mode 100644 (file)
index 0000000..f361fbd
--- /dev/null
@@ -0,0 +1,458 @@
+<!doctype html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
+<meta name="generator" content="pdoc 0.9.2" />
+<title>szyfrow.bifid API documentation</title>
+<meta name="description" content="Enciphering and deciphering using the [Bifid cipher](https://en.wikipedia.org/wiki/Bifid_cipher).
+Also attempts to break messages that use a Bifid …" />
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/sanitize.min.css" integrity="sha256-PK9q560IAAa6WVRRh76LtCaI8pjTJ2z11v0miyNNjrs=" crossorigin>
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/typography.min.css" integrity="sha256-7l/o7C8jubJiy74VsKTidCy1yBkRtiUGbVkYBylBqUg=" crossorigin>
+<link rel="stylesheet preload" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/styles/github.min.css" crossorigin>
+<style>:root{--highlight-color:#fe9}.flex{display:flex !important}body{line-height:1.5em}#content{padding:20px}#sidebar{padding:30px;overflow:hidden}#sidebar > *:last-child{margin-bottom:2cm}.http-server-breadcrumbs{font-size:130%;margin:0 0 15px 0}#footer{font-size:.75em;padding:5px 30px;border-top:1px solid #ddd;text-align:right}#footer p{margin:0 0 0 1em;display:inline-block}#footer p:last-child{margin-right:30px}h1,h2,h3,h4,h5{font-weight:300}h1{font-size:2.5em;line-height:1.1em}h2{font-size:1.75em;margin:1em 0 .50em 0}h3{font-size:1.4em;margin:25px 0 10px 0}h4{margin:0;font-size:105%}h1:target,h2:target,h3:target,h4:target,h5:target,h6:target{background:var(--highlight-color);padding:.2em 0}a{color:#058;text-decoration:none;transition:color .3s ease-in-out}a:hover{color:#e82}.title code{font-weight:bold}h2[id^="header-"]{margin-top:2em}.ident{color:#900}pre code{background:#f8f8f8;font-size:.8em;line-height:1.4em}code{background:#f2f2f1;padding:1px 4px;overflow-wrap:break-word}h1 code{background:transparent}pre{background:#f8f8f8;border:0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;margin:1em 0;padding:1ex}#http-server-module-list{display:flex;flex-flow:column}#http-server-module-list div{display:flex}#http-server-module-list dt{min-width:10%}#http-server-module-list p{margin-top:0}.toc ul,#index{list-style-type:none;margin:0;padding:0}#index code{background:transparent}#index h3{border-bottom:1px solid #ddd}#index ul{padding:0}#index h4{margin-top:.6em;font-weight:bold}@media (min-width:200ex){#index .two-column{column-count:2}}@media (min-width:300ex){#index .two-column{column-count:3}}dl{margin-bottom:2em}dl dl:last-child{margin-bottom:4em}dd{margin:0 0 1em 3em}#header-classes + dl > dd{margin-bottom:3em}dd dd{margin-left:2em}dd p{margin:10px 0}.name{background:#eee;font-weight:bold;font-size:.85em;padding:5px 10px;display:inline-block;min-width:40%}.name:hover{background:#e0e0e0}dt:target .name{background:var(--highlight-color)}.name > span:first-child{white-space:nowrap}.name.class > span:nth-child(2){margin-left:.4em}.inherited{color:#999;border-left:5px solid #eee;padding-left:1em}.inheritance em{font-style:normal;font-weight:bold}.desc h2{font-weight:400;font-size:1.25em}.desc h3{font-size:1em}.desc dt code{background:inherit}.source summary,.git-link-div{color:#666;text-align:right;font-weight:400;font-size:.8em;text-transform:uppercase}.source summary > *{white-space:nowrap;cursor:pointer}.git-link{color:inherit;margin-left:1em}.source pre{max-height:500px;overflow:auto;margin:0}.source pre code{font-size:12px;overflow:visible}.hlist{list-style:none}.hlist li{display:inline}.hlist li:after{content:',\2002'}.hlist li:last-child:after{content:none}.hlist .hlist{display:inline;padding-left:1em}img{max-width:100%}td{padding:0 .5em}.admonition{padding:.1em .5em;margin-bottom:1em}.admonition-title{font-weight:bold}.admonition.note,.admonition.info,.admonition.important{background:#aef}.admonition.todo,.admonition.versionadded,.admonition.tip,.admonition.hint{background:#dfd}.admonition.warning,.admonition.versionchanged,.admonition.deprecated{background:#fd4}.admonition.error,.admonition.danger,.admonition.caution{background:lightpink}</style>
+<style media="screen and (min-width: 700px)">@media screen and (min-width:700px){#sidebar{width:30%;height:100vh;overflow:auto;position:sticky;top:0}#content{width:70%;max-width:100ch;padding:3em 4em;border-left:1px solid #ddd}pre code{font-size:1em}.item .name{font-size:1em}main{display:flex;flex-direction:row-reverse;justify-content:flex-end}.toc ul ul,#index ul{padding-left:1.5em}.toc > ul > li{margin-top:.5em}}</style>
+<style media="print">@media print{#sidebar h1{page-break-before:always}.source{display:none}}@media print{*{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a[href]:after{content:" (" attr(href) ")";font-size:90%}a[href][title]:after{content:none}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:0.5cm}p,h2,h3{orphans:3;widows:3}h1,h2,h3,h4,h5,h6{page-break-after:avoid}}</style>
+<script defer src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/highlight.min.js" integrity="sha256-Uv3H6lx7dJmRfRvH8TH6kJD1TSK1aFcwgx+mdg3epi8=" crossorigin></script>
+<script>window.addEventListener('DOMContentLoaded', () => hljs.initHighlighting())</script>
+</head>
+<body>
+<main>
+<article id="content">
+<header>
+<h1 class="title">Module <code>szyfrow.bifid</code></h1>
+</header>
+<section id="section-intro">
+<p>Enciphering and deciphering using the <a href="https://en.wikipedia.org/wiki/Bifid_cipher">Bifid cipher</a>.
+Also attempts to break messages that use a Bifid cipher.</p>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">&#34;&#34;&#34;Enciphering and deciphering using the [Bifid cipher](https://en.wikipedia.org/wiki/Bifid_cipher). 
+Also attempts to break messages that use a Bifid cipher.
+&#34;&#34;&#34;
+import multiprocessing 
+from szyfrow.support.utilities import *
+from szyfrow.support.language_models import *
+from szyfrow.keyword_cipher import KeywordWrapAlphabet, keyword_cipher_alphabet_of
+
+def bifid_grid(keyword, wrap_alphabet, letter_mapping):
+    &#34;&#34;&#34;Create the grids for a Bifid cipher
+    &#34;&#34;&#34;
+    cipher_alphabet = keyword_cipher_alphabet_of(keyword, wrap_alphabet)
+    if letter_mapping is None:
+        letter_mapping = {&#39;j&#39;: &#39;i&#39;}
+    translation = &#39;&#39;.maketrans(letter_mapping)
+    cipher_alphabet = cat(collections.OrderedDict.fromkeys(cipher_alphabet.translate(translation)))
+    f_grid = {k: ((i // 5) + 1, (i % 5) + 1) 
+              for i, k in enumerate(cipher_alphabet)}
+    r_grid = {((i // 5) + 1, (i % 5) + 1): k 
+              for i, k in enumerate(cipher_alphabet)}
+    return translation, f_grid, r_grid
+
+def bifid_encipher(message, keyword, wrap_alphabet=KeywordWrapAlphabet.from_a, 
+                   letter_mapping=None, period=None, fillvalue=None):
+    &#34;&#34;&#34;Bifid cipher
+
+    &gt;&gt;&gt; bifid_encipher(&#34;indiajelly&#34;, &#39;iguana&#39;)
+    &#39;ibidonhprm&#39;
+    &gt;&gt;&gt; bifid_encipher(&#34;indiacurry&#34;, &#39;iguana&#39;, period=4)
+    &#39;ibnhgaqltm&#39;
+    &gt;&gt;&gt; bifid_encipher(&#34;indiacurry&#34;, &#39;iguana&#39;, period=4, fillvalue=&#39;x&#39;)
+    &#39;ibnhgaqltzml&#39;
+    &#34;&#34;&#34;
+
+    if period:
+        if not fillvalue:
+            raise ValueError(&#34;fillvalue must be given if period is given&#34;)
+        else:
+            p_message = message + pad(len(message), period, fillvalue)
+    else:
+        p_message = message
+
+    translation, f_grid, r_grid = bifid_grid(keyword, wrap_alphabet, letter_mapping)
+    
+    t_message = p_message.translate(translation)
+    pairs0 = [f_grid[l] for l in sanitise(t_message)]
+    if period:
+        # chunked_pairs = [pairs0[i:i+period] for i in range(0, len(pairs0), period)]
+        # if len(chunked_pairs[-1]) &lt; period and fillvalue:
+        #     chunked_pairs[-1] += [f_grid[fillvalue]] * (period - len(chunked_pairs[-1]))
+        chunked_pairs = chunks(pairs0, period, fillvalue=None)
+    else:
+        chunked_pairs = [pairs0]
+    
+    pairs1 = []
+    for c in chunked_pairs:
+        items = sum(list(list(i) for i in zip(*c)), [])
+        p = [(items[i], items[i+1]) for i in range(0, len(items), 2)]
+        pairs1 += p
+    
+    return cat(r_grid[p] for p in pairs1)
+
+
+def bifid_decipher(message, keyword, wrap_alphabet=KeywordWrapAlphabet.from_a, 
+                   letter_mapping=None, period=None, fillvalue=None):
+    &#34;&#34;&#34;Decipher with bifid cipher
+
+    &gt;&gt;&gt; bifid_decipher(&#39;ibidonhprm&#39;, &#39;iguana&#39;)
+    &#39;indiaielly&#39;
+    &gt;&gt;&gt; bifid_decipher(&#34;ibnhgaqltm&#34;, &#39;iguana&#39;, period=4)
+    &#39;indiacurry&#39;
+    &gt;&gt;&gt; bifid_decipher(&#34;ibnhgaqltzml&#34;, &#39;iguana&#39;, period=4)
+    &#39;indiacurryxx&#39;
+    &#34;&#34;&#34;
+    if period:
+        if not fillvalue:
+            raise ValueError(&#34;fillvalue must be given if period is given&#34;)
+        else:
+            p_message = message + pad(len(message), period, fillvalue)
+    else:
+        p_message = message
+
+    translation, f_grid, r_grid = bifid_grid(keyword, wrap_alphabet, letter_mapping)
+    
+    t_message = message.translate(translation)
+    pairs0 = [f_grid[l] for l in sanitise(t_message)]
+    if period:
+        # chunked_pairs = [pairs0[i:i+period] for i in range(0, len(pairs0), period)]
+        # if len(chunked_pairs[-1]) &lt; period and fillvalue:
+        #     chunked_pairs[-1] += [f_grid[fillvalue]] * (period - len(chunked_pairs[-1]))
+        chunked_pairs = chunks(pairs0, period, fillvalue=None)
+    else:
+        chunked_pairs = [pairs0]
+        
+    pairs1 = []
+    for c in chunked_pairs:
+        items = [j for i in c for j in i]
+        gap = len(c)
+        p = [(items[i], items[i+gap]) for i in range(gap)]
+        pairs1 += p
+
+    return cat(r_grid[p] for p in pairs1) 
+
+
+def bifid_break(message, wordlist=None, fitness=Pletters, max_period=10,
+                     number_of_solutions=1, chunksize=500):
+    &#34;&#34;&#34;Breaks a keyword substitution cipher using a dictionary and
+    frequency analysis
+
+    If `wordlist` is not specified, use 
+    [`szyfrow.support.langauge_models.keywords`](support/language_models.html#szyfrow.support.language_models.keywords).
+
+    &gt;&gt;&gt; bifid_break(bifid_encipher(&#39;this is a test message for the &#39; \
+          &#39;keyword decipherment&#39;, &#39;elephant&#39;, wrap_alphabet=KeywordWrapAlphabet.from_last), \
+          wordlist=[&#39;cat&#39;, &#39;elephant&#39;, &#39;kangaroo&#39;]) # doctest: +ELLIPSIS
+    ((&#39;elephant&#39;, &lt;KeywordWrapAlphabet.from_last: 2&gt;, 0), -52.834575011...)
+    &gt;&gt;&gt; bifid_break(bifid_encipher(&#39;this is a test message for the &#39; \
+          &#39;keyword decipherment&#39;, &#39;elephant&#39;, wrap_alphabet=KeywordWrapAlphabet.from_last), \
+          wordlist=[&#39;cat&#39;, &#39;elephant&#39;, &#39;kangaroo&#39;], \
+          number_of_solutions=2) # doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE
+    [((&#39;elephant&#39;, &lt;KeywordWrapAlphabet.from_last: 2&gt;, 0), -52.834575011...), 
+    ((&#39;elephant&#39;, &lt;KeywordWrapAlphabet.from_largest: 3&gt;, 0), -52.834575011...)]
+    &#34;&#34;&#34;
+    if wordlist is None:
+        wordlist = keywords
+
+    with multiprocessing.Pool() as pool:
+        helper_args = [(message, word, wrap, period, fitness)
+                       for word in wordlist
+                       for wrap in KeywordWrapAlphabet
+                       for period in range(max_period+1)]
+        # Gotcha: the helper function here needs to be defined at the top level
+        #   (limitation of Pool.starmap)
+        breaks = pool.starmap(bifid_break_worker, helper_args, chunksize)
+        if number_of_solutions == 1:
+            return max(breaks, key=lambda k: k[1])
+        else:
+            return sorted(breaks, key=lambda k: k[1], reverse=True)[:number_of_solutions]
+
+def bifid_break_worker(message, keyword, wrap_alphabet, period, fitness):
+    plaintext = bifid_decipher(message, keyword, wrap_alphabet, 
+        period=period, fillvalue=&#39;e&#39;)
+    fit = fitness(plaintext)
+    return (keyword, wrap_alphabet, period), fit
+
+if __name__ == &#34;__main__&#34;:
+    import doctest</code></pre>
+</details>
+</section>
+<section>
+</section>
+<section>
+</section>
+<section>
+<h2 class="section-title" id="header-functions">Functions</h2>
+<dl>
+<dt id="szyfrow.bifid.bifid_break"><code class="name flex">
+<span>def <span class="ident">bifid_break</span></span>(<span>message, wordlist=None, fitness=&lt;function Pletters&gt;, max_period=10, number_of_solutions=1, chunksize=500)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Breaks a keyword substitution cipher using a dictionary and
+frequency analysis</p>
+<p>If <code>wordlist</code> is not specified, use
+<a href="support/language_models.html#szyfrow.support.language_models.keywords"><code>szyfrow.support.langauge_models.keywords</code></a>.</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; bifid_break(bifid_encipher('this is a test message for the '           'keyword decipherment', 'elephant', wrap_alphabet=KeywordWrapAlphabet.from_last),           wordlist=['cat', 'elephant', 'kangaroo']) # doctest: +ELLIPSIS
+(('elephant', &lt;KeywordWrapAlphabet.from_last: 2&gt;, 0), -52.834575011...)
+&gt;&gt;&gt; bifid_break(bifid_encipher('this is a test message for the '           'keyword decipherment', 'elephant', wrap_alphabet=KeywordWrapAlphabet.from_last),           wordlist=['cat', 'elephant', 'kangaroo'],           number_of_solutions=2) # doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE
+[(('elephant', &lt;KeywordWrapAlphabet.from_last: 2&gt;, 0), -52.834575011...), 
+(('elephant', &lt;KeywordWrapAlphabet.from_largest: 3&gt;, 0), -52.834575011...)]
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def bifid_break(message, wordlist=None, fitness=Pletters, max_period=10,
+                     number_of_solutions=1, chunksize=500):
+    &#34;&#34;&#34;Breaks a keyword substitution cipher using a dictionary and
+    frequency analysis
+
+    If `wordlist` is not specified, use 
+    [`szyfrow.support.langauge_models.keywords`](support/language_models.html#szyfrow.support.language_models.keywords).
+
+    &gt;&gt;&gt; bifid_break(bifid_encipher(&#39;this is a test message for the &#39; \
+          &#39;keyword decipherment&#39;, &#39;elephant&#39;, wrap_alphabet=KeywordWrapAlphabet.from_last), \
+          wordlist=[&#39;cat&#39;, &#39;elephant&#39;, &#39;kangaroo&#39;]) # doctest: +ELLIPSIS
+    ((&#39;elephant&#39;, &lt;KeywordWrapAlphabet.from_last: 2&gt;, 0), -52.834575011...)
+    &gt;&gt;&gt; bifid_break(bifid_encipher(&#39;this is a test message for the &#39; \
+          &#39;keyword decipherment&#39;, &#39;elephant&#39;, wrap_alphabet=KeywordWrapAlphabet.from_last), \
+          wordlist=[&#39;cat&#39;, &#39;elephant&#39;, &#39;kangaroo&#39;], \
+          number_of_solutions=2) # doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE
+    [((&#39;elephant&#39;, &lt;KeywordWrapAlphabet.from_last: 2&gt;, 0), -52.834575011...), 
+    ((&#39;elephant&#39;, &lt;KeywordWrapAlphabet.from_largest: 3&gt;, 0), -52.834575011...)]
+    &#34;&#34;&#34;
+    if wordlist is None:
+        wordlist = keywords
+
+    with multiprocessing.Pool() as pool:
+        helper_args = [(message, word, wrap, period, fitness)
+                       for word in wordlist
+                       for wrap in KeywordWrapAlphabet
+                       for period in range(max_period+1)]
+        # Gotcha: the helper function here needs to be defined at the top level
+        #   (limitation of Pool.starmap)
+        breaks = pool.starmap(bifid_break_worker, helper_args, chunksize)
+        if number_of_solutions == 1:
+            return max(breaks, key=lambda k: k[1])
+        else:
+            return sorted(breaks, key=lambda k: k[1], reverse=True)[:number_of_solutions]</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.bifid.bifid_break_worker"><code class="name flex">
+<span>def <span class="ident">bifid_break_worker</span></span>(<span>message, keyword, wrap_alphabet, period, fitness)</span>
+</code></dt>
+<dd>
+<div class="desc"></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def bifid_break_worker(message, keyword, wrap_alphabet, period, fitness):
+    plaintext = bifid_decipher(message, keyword, wrap_alphabet, 
+        period=period, fillvalue=&#39;e&#39;)
+    fit = fitness(plaintext)
+    return (keyword, wrap_alphabet, period), fit</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.bifid.bifid_decipher"><code class="name flex">
+<span>def <span class="ident">bifid_decipher</span></span>(<span>message, keyword, wrap_alphabet=KeywordWrapAlphabet.from_a, letter_mapping=None, period=None, fillvalue=None)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Decipher with bifid cipher</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; bifid_decipher('ibidonhprm', 'iguana')
+'indiaielly'
+&gt;&gt;&gt; bifid_decipher(&quot;ibnhgaqltm&quot;, 'iguana', period=4)
+'indiacurry'
+&gt;&gt;&gt; bifid_decipher(&quot;ibnhgaqltzml&quot;, 'iguana', period=4)
+'indiacurryxx'
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def bifid_decipher(message, keyword, wrap_alphabet=KeywordWrapAlphabet.from_a, 
+                   letter_mapping=None, period=None, fillvalue=None):
+    &#34;&#34;&#34;Decipher with bifid cipher
+
+    &gt;&gt;&gt; bifid_decipher(&#39;ibidonhprm&#39;, &#39;iguana&#39;)
+    &#39;indiaielly&#39;
+    &gt;&gt;&gt; bifid_decipher(&#34;ibnhgaqltm&#34;, &#39;iguana&#39;, period=4)
+    &#39;indiacurry&#39;
+    &gt;&gt;&gt; bifid_decipher(&#34;ibnhgaqltzml&#34;, &#39;iguana&#39;, period=4)
+    &#39;indiacurryxx&#39;
+    &#34;&#34;&#34;
+    if period:
+        if not fillvalue:
+            raise ValueError(&#34;fillvalue must be given if period is given&#34;)
+        else:
+            p_message = message + pad(len(message), period, fillvalue)
+    else:
+        p_message = message
+
+    translation, f_grid, r_grid = bifid_grid(keyword, wrap_alphabet, letter_mapping)
+    
+    t_message = message.translate(translation)
+    pairs0 = [f_grid[l] for l in sanitise(t_message)]
+    if period:
+        # chunked_pairs = [pairs0[i:i+period] for i in range(0, len(pairs0), period)]
+        # if len(chunked_pairs[-1]) &lt; period and fillvalue:
+        #     chunked_pairs[-1] += [f_grid[fillvalue]] * (period - len(chunked_pairs[-1]))
+        chunked_pairs = chunks(pairs0, period, fillvalue=None)
+    else:
+        chunked_pairs = [pairs0]
+        
+    pairs1 = []
+    for c in chunked_pairs:
+        items = [j for i in c for j in i]
+        gap = len(c)
+        p = [(items[i], items[i+gap]) for i in range(gap)]
+        pairs1 += p
+
+    return cat(r_grid[p] for p in pairs1) </code></pre>
+</details>
+</dd>
+<dt id="szyfrow.bifid.bifid_encipher"><code class="name flex">
+<span>def <span class="ident">bifid_encipher</span></span>(<span>message, keyword, wrap_alphabet=KeywordWrapAlphabet.from_a, letter_mapping=None, period=None, fillvalue=None)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Bifid cipher</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; bifid_encipher(&quot;indiajelly&quot;, 'iguana')
+'ibidonhprm'
+&gt;&gt;&gt; bifid_encipher(&quot;indiacurry&quot;, 'iguana', period=4)
+'ibnhgaqltm'
+&gt;&gt;&gt; bifid_encipher(&quot;indiacurry&quot;, 'iguana', period=4, fillvalue='x')
+'ibnhgaqltzml'
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def bifid_encipher(message, keyword, wrap_alphabet=KeywordWrapAlphabet.from_a, 
+                   letter_mapping=None, period=None, fillvalue=None):
+    &#34;&#34;&#34;Bifid cipher
+
+    &gt;&gt;&gt; bifid_encipher(&#34;indiajelly&#34;, &#39;iguana&#39;)
+    &#39;ibidonhprm&#39;
+    &gt;&gt;&gt; bifid_encipher(&#34;indiacurry&#34;, &#39;iguana&#39;, period=4)
+    &#39;ibnhgaqltm&#39;
+    &gt;&gt;&gt; bifid_encipher(&#34;indiacurry&#34;, &#39;iguana&#39;, period=4, fillvalue=&#39;x&#39;)
+    &#39;ibnhgaqltzml&#39;
+    &#34;&#34;&#34;
+
+    if period:
+        if not fillvalue:
+            raise ValueError(&#34;fillvalue must be given if period is given&#34;)
+        else:
+            p_message = message + pad(len(message), period, fillvalue)
+    else:
+        p_message = message
+
+    translation, f_grid, r_grid = bifid_grid(keyword, wrap_alphabet, letter_mapping)
+    
+    t_message = p_message.translate(translation)
+    pairs0 = [f_grid[l] for l in sanitise(t_message)]
+    if period:
+        # chunked_pairs = [pairs0[i:i+period] for i in range(0, len(pairs0), period)]
+        # if len(chunked_pairs[-1]) &lt; period and fillvalue:
+        #     chunked_pairs[-1] += [f_grid[fillvalue]] * (period - len(chunked_pairs[-1]))
+        chunked_pairs = chunks(pairs0, period, fillvalue=None)
+    else:
+        chunked_pairs = [pairs0]
+    
+    pairs1 = []
+    for c in chunked_pairs:
+        items = sum(list(list(i) for i in zip(*c)), [])
+        p = [(items[i], items[i+1]) for i in range(0, len(items), 2)]
+        pairs1 += p
+    
+    return cat(r_grid[p] for p in pairs1)</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.bifid.bifid_grid"><code class="name flex">
+<span>def <span class="ident">bifid_grid</span></span>(<span>keyword, wrap_alphabet, letter_mapping)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Create the grids for a Bifid cipher</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def bifid_grid(keyword, wrap_alphabet, letter_mapping):
+    &#34;&#34;&#34;Create the grids for a Bifid cipher
+    &#34;&#34;&#34;
+    cipher_alphabet = keyword_cipher_alphabet_of(keyword, wrap_alphabet)
+    if letter_mapping is None:
+        letter_mapping = {&#39;j&#39;: &#39;i&#39;}
+    translation = &#39;&#39;.maketrans(letter_mapping)
+    cipher_alphabet = cat(collections.OrderedDict.fromkeys(cipher_alphabet.translate(translation)))
+    f_grid = {k: ((i // 5) + 1, (i % 5) + 1) 
+              for i, k in enumerate(cipher_alphabet)}
+    r_grid = {((i // 5) + 1, (i % 5) + 1): k 
+              for i, k in enumerate(cipher_alphabet)}
+    return translation, f_grid, r_grid</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.bifid.cat"><code class="name flex">
+<span>def <span class="ident">cat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+<dt id="szyfrow.bifid.lcat"><code class="name flex">
+<span>def <span class="ident">lcat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+<dt id="szyfrow.bifid.wcat"><code class="name flex">
+<span>def <span class="ident">wcat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+</dl>
+</section>
+<section>
+</section>
+</article>
+<nav id="sidebar">
+<h1>Index</h1>
+<div class="toc">
+<ul></ul>
+</div>
+<ul id="index">
+<li><h3>Super-module</h3>
+<ul>
+<li><code><a title="szyfrow" href="index.html">szyfrow</a></code></li>
+</ul>
+</li>
+<li><h3><a href="#header-functions">Functions</a></h3>
+<ul class="two-column">
+<li><code><a title="szyfrow.bifid.bifid_break" href="#szyfrow.bifid.bifid_break">bifid_break</a></code></li>
+<li><code><a title="szyfrow.bifid.bifid_break_worker" href="#szyfrow.bifid.bifid_break_worker">bifid_break_worker</a></code></li>
+<li><code><a title="szyfrow.bifid.bifid_decipher" href="#szyfrow.bifid.bifid_decipher">bifid_decipher</a></code></li>
+<li><code><a title="szyfrow.bifid.bifid_encipher" href="#szyfrow.bifid.bifid_encipher">bifid_encipher</a></code></li>
+<li><code><a title="szyfrow.bifid.bifid_grid" href="#szyfrow.bifid.bifid_grid">bifid_grid</a></code></li>
+<li><code><a title="szyfrow.bifid.cat" href="#szyfrow.bifid.cat">cat</a></code></li>
+<li><code><a title="szyfrow.bifid.lcat" href="#szyfrow.bifid.lcat">lcat</a></code></li>
+<li><code><a title="szyfrow.bifid.wcat" href="#szyfrow.bifid.wcat">wcat</a></code></li>
+</ul>
+</li>
+</ul>
+</nav>
+</main>
+<footer id="footer">
+<p>Generated by <a href="https://pdoc3.github.io/pdoc"><cite>pdoc</cite> 0.9.2</a>.</p>
+</footer>
+</body>
+</html>
\ No newline at end of file
diff --git a/docs/szyfrow/bombe.html b/docs/szyfrow/bombe.html
new file mode 100644 (file)
index 0000000..6205e71
--- /dev/null
@@ -0,0 +1,1123 @@
+<!doctype html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
+<meta name="generator" content="pdoc 0.9.2" />
+<title>szyfrow.bombe API documentation</title>
+<meta name="description" content="A simulator for Bombe machines …" />
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/sanitize.min.css" integrity="sha256-PK9q560IAAa6WVRRh76LtCaI8pjTJ2z11v0miyNNjrs=" crossorigin>
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/typography.min.css" integrity="sha256-7l/o7C8jubJiy74VsKTidCy1yBkRtiUGbVkYBylBqUg=" crossorigin>
+<link rel="stylesheet preload" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/styles/github.min.css" crossorigin>
+<style>:root{--highlight-color:#fe9}.flex{display:flex !important}body{line-height:1.5em}#content{padding:20px}#sidebar{padding:30px;overflow:hidden}#sidebar > *:last-child{margin-bottom:2cm}.http-server-breadcrumbs{font-size:130%;margin:0 0 15px 0}#footer{font-size:.75em;padding:5px 30px;border-top:1px solid #ddd;text-align:right}#footer p{margin:0 0 0 1em;display:inline-block}#footer p:last-child{margin-right:30px}h1,h2,h3,h4,h5{font-weight:300}h1{font-size:2.5em;line-height:1.1em}h2{font-size:1.75em;margin:1em 0 .50em 0}h3{font-size:1.4em;margin:25px 0 10px 0}h4{margin:0;font-size:105%}h1:target,h2:target,h3:target,h4:target,h5:target,h6:target{background:var(--highlight-color);padding:.2em 0}a{color:#058;text-decoration:none;transition:color .3s ease-in-out}a:hover{color:#e82}.title code{font-weight:bold}h2[id^="header-"]{margin-top:2em}.ident{color:#900}pre code{background:#f8f8f8;font-size:.8em;line-height:1.4em}code{background:#f2f2f1;padding:1px 4px;overflow-wrap:break-word}h1 code{background:transparent}pre{background:#f8f8f8;border:0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;margin:1em 0;padding:1ex}#http-server-module-list{display:flex;flex-flow:column}#http-server-module-list div{display:flex}#http-server-module-list dt{min-width:10%}#http-server-module-list p{margin-top:0}.toc ul,#index{list-style-type:none;margin:0;padding:0}#index code{background:transparent}#index h3{border-bottom:1px solid #ddd}#index ul{padding:0}#index h4{margin-top:.6em;font-weight:bold}@media (min-width:200ex){#index .two-column{column-count:2}}@media (min-width:300ex){#index .two-column{column-count:3}}dl{margin-bottom:2em}dl dl:last-child{margin-bottom:4em}dd{margin:0 0 1em 3em}#header-classes + dl > dd{margin-bottom:3em}dd dd{margin-left:2em}dd p{margin:10px 0}.name{background:#eee;font-weight:bold;font-size:.85em;padding:5px 10px;display:inline-block;min-width:40%}.name:hover{background:#e0e0e0}dt:target .name{background:var(--highlight-color)}.name > span:first-child{white-space:nowrap}.name.class > span:nth-child(2){margin-left:.4em}.inherited{color:#999;border-left:5px solid #eee;padding-left:1em}.inheritance em{font-style:normal;font-weight:bold}.desc h2{font-weight:400;font-size:1.25em}.desc h3{font-size:1em}.desc dt code{background:inherit}.source summary,.git-link-div{color:#666;text-align:right;font-weight:400;font-size:.8em;text-transform:uppercase}.source summary > *{white-space:nowrap;cursor:pointer}.git-link{color:inherit;margin-left:1em}.source pre{max-height:500px;overflow:auto;margin:0}.source pre code{font-size:12px;overflow:visible}.hlist{list-style:none}.hlist li{display:inline}.hlist li:after{content:',\2002'}.hlist li:last-child:after{content:none}.hlist .hlist{display:inline;padding-left:1em}img{max-width:100%}td{padding:0 .5em}.admonition{padding:.1em .5em;margin-bottom:1em}.admonition-title{font-weight:bold}.admonition.note,.admonition.info,.admonition.important{background:#aef}.admonition.todo,.admonition.versionadded,.admonition.tip,.admonition.hint{background:#dfd}.admonition.warning,.admonition.versionchanged,.admonition.deprecated{background:#fd4}.admonition.error,.admonition.danger,.admonition.caution{background:lightpink}</style>
+<style media="screen and (min-width: 700px)">@media screen and (min-width:700px){#sidebar{width:30%;height:100vh;overflow:auto;position:sticky;top:0}#content{width:70%;max-width:100ch;padding:3em 4em;border-left:1px solid #ddd}pre code{font-size:1em}.item .name{font-size:1em}main{display:flex;flex-direction:row-reverse;justify-content:flex-end}.toc ul ul,#index ul{padding-left:1.5em}.toc > ul > li{margin-top:.5em}}</style>
+<style media="print">@media print{#sidebar h1{page-break-before:always}.source{display:none}}@media print{*{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a[href]:after{content:" (" attr(href) ")";font-size:90%}a[href][title]:after{content:none}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:0.5cm}p,h2,h3{orphans:3;widows:3}h1,h2,h3,h4,h5,h6{page-break-after:avoid}}</style>
+<script defer src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/highlight.min.js" integrity="sha256-Uv3H6lx7dJmRfRvH8TH6kJD1TSK1aFcwgx+mdg3epi8=" crossorigin></script>
+<script>window.addEventListener('DOMContentLoaded', () => hljs.initHighlighting())</script>
+</head>
+<body>
+<main>
+<article id="content">
+<header>
+<h1 class="title">Module <code>szyfrow.bombe</code></h1>
+</header>
+<section id="section-intro">
+<p>A simulator for Bombe machines.</p>
+<p>See <code><a title="szyfrow.enigma.Enigma" href="enigma.html#szyfrow.enigma.Enigma">Enigma</a></code> for an implementation of the Enigma to create
+messages.</p>
+<p>There is a good explanation of <a href="http://www.ellsbury.com/enigmabombe.htm">how the bombe worked</a>
+by Graham Ellsbury.</p>
+<p>In this implementation, there are <em>banks</em> of wires (what Ellsbury refers to
+as "cables"), one bank for each position that appears in the menu. A bank
+comprises 26 wires, represented as a <code>dict</code> of <code>bool</code>s, depending on whether
+that wire is live ("energised") or not.</p>
+<p>The menu, derived from the crib, determines how the scramblers connect the
+banks. A <code><a title="szyfrow.bombe.Connection" href="#szyfrow.bombe.Connection">Connection</a></code> represents this.</p>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">&#34;&#34;&#34;A simulator for Bombe machines.
+
+See `szyfrow.enigma.Enigma` for an implementation of the Enigma to create 
+messages.
+
+There is a good explanation of [how the bombe worked](http://www.ellsbury.com/enigmabombe.htm) 
+by Graham Ellsbury.
+
+In this implementation, there are *banks* of wires (what Ellsbury refers to
+as &#34;cables&#34;), one bank for each position that appears in the menu. A bank 
+comprises 26 wires, represented as a `dict` of `bool`s, depending on whether
+that wire is live (&#34;energised&#34;) or not.
+
+The menu, derived from the crib, determines how the scramblers connect the 
+banks. A `Connection` represents this.
+&#34;&#34;&#34;
+
+import string
+import collections
+import multiprocessing
+import itertools
+import logging
+
+from szyfrow.enigma import *
+
+__pdoc__ = {}
+
+Signal = collections.namedtuple(&#39;Signal&#39;, [&#39;bank&#39;, &#39;wire&#39;])
+__pdoc__[&#39;Signal&#39;] = &#34;&#34;&#34;Current propogation through the Bombe indicates that
+this wire in this bank is live, and the effects need to be proogated further
+through the machine.
+&#34;&#34;&#34;
+__pdoc__[&#39;Signal.bank&#39;] = &#34;&#34;&#34;The bank of a signal.&#34;&#34;&#34;
+__pdoc__[&#39;Signal.wire&#39;] = &#34;&#34;&#34;The wire of a signal.&#34;&#34;&#34;
+
+Connection = collections.namedtuple(&#39;Connection&#39;, [&#39;banks&#39;, &#39;scrambler&#39;])
+__pdoc__[&#39;Connection&#39;] = &#34;&#34;&#34;A connection between banks made by a particular
+scrambler (the scrambler state given by its position in the crib).
+&#34;&#34;&#34;
+__pdoc__[&#39;Connection.banks&#39;] = &#34;&#34;&#34;A list of two items, holding the bnaks of 
+a connection.&#34;&#34;&#34;
+__pdoc__[&#39;Connection.scrambler&#39;] = &#34;&#34;&#34;The bnaks of a connection.&#34;&#34;&#34;
+
+
+MenuItem = collections.namedtuple(&#39;MenuIem&#39;, [&#39;before&#39;, &#39;after&#39;, &#39;number&#39;])
+__pdoc__[&#39;MenuItem&#39;] = &#34;&#34;&#34;One item in the menu, derived from the crib.
+&#34;&#34;&#34;
+__pdoc__[&#39;MenuItem.before&#39;] = &#34;The letter before the transform (plaintext).&#34;
+__pdoc__[&#39;MenuItem.after&#39;] = &#34;The letter after the transform (ciphertext).&#34;
+__pdoc__[&#39;MenuItem.number&#39;] = &#34;The position of this item in the menu.&#34;
+
+
+def make_menu(plaintext, ciphertext):
+    &#34;&#34;&#34;Create a menu from a crib: a given plaintext and ciphertext.
+
+    No validation is done to ensure that this is a viable crib (e.g. no 
+    checking for length, no checking that a letter is enciphered to itself).
+    &#34;&#34;&#34;
+    return [MenuItem(p, c, i+1) 
+            for i, (p, c) in enumerate(zip(plaintext, ciphertext))]
+
+
+class Scrambler(object):
+    &#34;&#34;&#34;A scrambler is a collection of three `szyfrow.enigma.SimpleWheel`s.
+    &#34;&#34;&#34;
+    def __init__(self, wheel1_spec, wheel2_spec, wheel3_spec, reflector_spec,
+                 wheel1_pos=&#39;a&#39;, wheel2_pos=&#39;a&#39;, wheel3_pos=&#39;a&#39;):
+        self.wheel1 = SimpleWheel(wheel1_spec, position=wheel1_pos)
+        self.wheel2 = SimpleWheel(wheel2_spec, position=wheel2_pos)
+        self.wheel3 = SimpleWheel(wheel3_spec, position=wheel3_pos)
+        self.reflector = Reflector(reflector_spec)
+    
+    __pdoc__[&#39;Scrambler.wheel_positions&#39;] = &#34;&#34;&#34;Return a 3-tuple of the wheel
+    positions (as numbers)&#34;&#34;&#34;
+    __pdoc__[&#39;Scrambler.wheel_positions_l&#39;] = &#34;&#34;&#34;Return a 3-tuple of the wheel
+    positions (as letters)&#34;&#34;&#34;
+    def __getattribute__(self, name):
+        if name==&#39;wheel_positions&#39;:
+            return self.wheel1.position, self.wheel2.position, self.wheel3.position 
+        elif name==&#39;wheel_positions_l&#39;:
+            return self.wheel1.position_l, self.wheel2.position_l, self.wheel3.position_l 
+        else:
+            return object.__getattribute__(self, name)
+    
+    def advance(self, wheel1=False, wheel2=False, wheel3=True):
+        &#34;&#34;&#34;Advance some wheels of a scrambler.
+        &#34;&#34;&#34;
+        if wheel1: self.wheel1.advance()
+        if wheel2: self.wheel2.advance()
+        if wheel3: self.wheel3.advance()
+            
+    def lookup(self, letter):
+        &#34;&#34;&#34;Lookup the decipherment of a letter, given a particular scrambler
+        orientation.
+        &#34;&#34;&#34;
+        a = self.wheel3.forward(letter)
+        b = self.wheel2.forward(a)
+        c = self.wheel1.forward(b)
+        d = self.reflector.forward(c)
+        e = self.wheel1.backward(d)
+        f = self.wheel2.backward(e)
+        g = self.wheel3.backward(f)
+        return g
+    
+    def set_positions(self, wheel1_pos, wheel2_pos, wheel3_pos):
+        &#34;&#34;&#34;Set the positions of a scrambler&#39;s wheels.
+        &#34;&#34;&#34;
+        self.wheel1.set_position(wheel1_pos)
+        self.wheel2.set_position(wheel2_pos)
+        self.wheel3.set_position(wheel3_pos)        
+
+
+class Bombe(object):
+    &#34;&#34;&#34;An entire Bombe machine.
+
+    This specifies the pattern of the wheels and reflectors used. The 
+    scramblers are connected and wired up according the to the specification
+    given by the menu. 
+
+    Bombe objects are callable. Calling a Bombe (with the starting scrambler 
+    positions) calls the `test` method and  returns the pair of 
+    `start_positions` and the result of `test`.
+
+    Bombe objects have attributes `wheel_positions` and `wheel_positions_l`, 
+    which return the results of the scramblers&#39; `Scrambler.wheel_positions` 
+    and `Scrambler.wheel_positions_l`.
+    &#34;&#34;&#34;
+    
+    def __init__(self, wheel1_spec, wheel2_spec, wheel3_spec, reflector_spec,
+                menu=None, start_signal=None, use_diagonal_board=True, 
+                verify_plugboard=True):
+        self.connections = []
+        self.wheel1_spec = wheel1_spec
+        self.wheel2_spec = wheel2_spec
+        self.wheel3_spec = wheel3_spec
+        self.reflector_spec = reflector_spec
+        if menu:
+            self.read_menu(menu)
+        if start_signal:
+            self.test_start = start_signal
+        self.use_diagonal_board = use_diagonal_board
+        self.verify_plugboard = verify_plugboard
+        
+    __pdoc__[&#39;Bombe.wheel_positions&#39;] = &#34;&#34;&#34;Return a 3-tuple of the wheel
+    positions (as numbers)&#34;&#34;&#34;
+    __pdoc__[&#39;Bomb3.wheel_positions_l&#39;] = &#34;&#34;&#34;Return a 3-tuple of the wheel
+    positions (as letters)&#34;&#34;&#34;
+    def __getattribute__(self, name):
+        if name==&#39;wheel_positions&#39;:
+            return self.connections[0].scrambler.wheel_positions
+        elif name==&#39;wheel_positions_l&#39;:
+            return self.connections[0].scrambler.wheel_positions_l
+        else:
+            return object.__getattribute__(self, name)
+        
+    def __call__(self, start_positions):
+        return start_positions, self.test(initial_signal=self.test_start,
+            start_positions=start_positions, 
+            use_diagonal_board=self.use_diagonal_board,
+            verify_plugboard=self.verify_plugboard)
+        
+    def add_connection(self, bank_before, bank_after, scrambler):
+        &#34;&#34;&#34;Create a new connection between banks.
+        &#34;&#34;&#34;
+        self.connections += [Connection([bank_before, bank_after], scrambler)]
+        
+    def read_menu(self, menu):
+        &#34;&#34;&#34;Read a menu, creating one scrambler for each element of the menu 
+        and setting up the connections it implies. Also defines the most 
+        common letter in the menu&#39;s plaintext as the default letter to start 
+        testing with.&#34;&#34;&#34;
+        self.connections = []
+        for item in menu:
+            scrambler = Scrambler(self.wheel1_spec, self.wheel2_spec, self.wheel3_spec,
+                                  self.reflector_spec,
+                                  wheel3_pos=unpos(item.number - 1))
+            self.add_connection(item.before, item.after, scrambler)
+        most_common_letter = (collections.Counter(m.before for m in menu) +\
+            collections.Counter(m.after for m in menu)).most_common(1)[0][0]
+        self.test_start = Signal(most_common_letter, most_common_letter)
+        
+    def set_positions(self, wheel1_pos, wheel2_pos, wheel3_pos):
+        &#34;&#34;&#34;Set positions of all scramblers. The first scrambler will be set
+        to the specified positions. The second scrambler will have its
+        third wheel advanced one position; the third scramber will have its
+        third wheel advanced two positios; and so on. Not that the first and
+        second wheels of the scramblers are never advanced in setup.&#34;&#34;&#34;
+        for i, c in enumerate(self.connections):
+            c.scrambler.set_positions(wheel1_pos, wheel2_pos, unpos(pos(wheel3_pos) + i))
+    
+    def test(self, initial_signal=None, start_positions=None, use_diagonal_board=True,
+            verify_plugboard=True):
+        &#34;&#34;&#34;Test a scrambler setting. It creates a signal (held in 
+        `self.pending`) on the `initial_signal` wire then uses 
+        `Bombe.propagate` to propagate the signal across the Bombe. 
+
+        Returns a Boolean recording if this scrambler setting with
+        this signal is a &#34;stop&#34; (potential valid scrambler setting).
+
+        * If `initial_signal` is `None`, use the default starting signal set in
+          `Bombe.read_menu`
+        * If `start_positions` is `None`, use the existing scramber positions.&#34;&#34;&#34;
+        self.banks = {label: 
+                      dict(zip(string.ascii_lowercase, 
+                        [False]*len(string.ascii_lowercase)))
+                      for label in string.ascii_lowercase}
+        if start_positions:
+            self.set_positions(*start_positions)
+        if not initial_signal:
+            initial_signal = self.test_start
+        self.pending = [initial_signal]
+        self.propagate(use_diagonal_board)
+        live_wire_count = len([self.banks[self.test_start.bank][w] 
+                    for w in self.banks[self.test_start.bank] 
+                    if self.banks[self.test_start.bank][w]])
+        if live_wire_count &lt; 26:
+            if verify_plugboard:
+                possibles = self.possible_plugboards()
+                return all(s0.isdisjoint(s1) 
+                           for s0 in possibles 
+                           for s1 in possibles 
+                           if s0 != s1)
+            else:
+                return True
+        else:
+            return False
+        
+    def propagate(self, use_diagonal_board):
+        &#34;&#34;&#34;Propagate a signal through the Bombe. Uses `self.pending` as an 
+        agenda for a breadth-first search. Each element on the agenda represents 
+        a particular wire in a bank that is being &#34;energised&#34; (set to `True`).
+        The first element in the agenda is removed, the wire/bank is set, 
+        then all connected wire/banks are added to the `self.pending`
+        agenda.
+        &#34;&#34;&#34;
+        while self.pending:
+            current = self.pending[0]
+            # print(&#34;processing&#34;, current)
+            self.pending = self.pending[1:]
+            if not self.banks[current.bank][current.wire]:
+                self.banks[current.bank][current.wire] = True
+                if use_diagonal_board:
+                    self.pending += [Signal(current.wire, current.bank)]
+                for c in self.connections:
+                    if current.bank in c.banks:
+                        other_bank = [b for b in c.banks if b != current.bank][0]
+                        other_wire = c.scrambler.lookup(current.wire)
+                        # print(&#34;  adding&#34;, other_bank, other_wire, &#34;because&#34;, c.banks)
+                        self.pending += [Signal(other_bank, other_wire)]
+    
+    def run(self, run_start=None, wheel1_pos=&#39;a&#39;, wheel2_pos=&#39;a&#39;, wheel3_pos=&#39;a&#39;, 
+        use_diagonal_board=True):
+        &#34;&#34;&#34;Run a Bombe after setup with a menu, by trying all scramber 
+        positions. For each scrambler position, `Bombe.test` is run. If the 
+        test is successful, the scrambler positiions are added to `self.solutions`.
+        `self.Solutions` is returned.
+        &#34;&#34;&#34;
+        if not run_start:
+            run_start = self.test_start
+        self.solutions = []
+        self.set_positions(wheel1_pos, wheel2_pos, wheel3_pos)
+        for run_index in range(26*26*26):
+            if self.test(initial_signal=run_start, use_diagonal_board=use_diagonal_board):
+                self.solutions += [self.connections[0].scrambler.wheel_positions_l]
+            advance3 = True
+            advance2 = False
+            advance1 = False
+            if (run_index + 1) % 26 == 0: advance2 = True
+            if (run_index + 1) % (26*26) == 0: advance1 = True
+            for c in self.connections:
+                c.scrambler.advance(advance1, advance2, advance3)
+        return self.solutions
+    
+    def possible_plugboards(self):
+        &#34;&#34;&#34;Given a Bombe after a `Bombe.test` has been performed, determine
+        what plugboard settings can be derived from the solution.
+        &#34;&#34;&#34;
+        possibles = set()
+        for b in self.banks:
+            active = [w for w in self.banks[b] if self.banks[b][w]]
+            inactive = [w for w in self.banks[b] if not self.banks[b][w]]
+            if len(active) == 1:
+                possibles = possibles.union({frozenset((b, active[0]))})
+            if len(inactive) == 1:
+                possibles = possibles.union({frozenset((b, inactive[0]))})
+        return possibles
+
+
+def run_multi_bombe(wheel1_spec, wheel2_spec, wheel3_spec, reflector_spec, menu,
+                    start_signal=None, use_diagonal_board=True, 
+                    verify_plugboard=True):
+    &#34;&#34;&#34;Run a Bombe solution, spreading the load across multiple CPU cores.
+    Similar to `Bombe.run` in effects, but quicker on a multi-core machine.
+    &#34;&#34;&#34;
+    allwheels = itertools.product(string.ascii_lowercase, repeat=3)
+
+    with multiprocessing.Pool() as pool:
+        res = pool.map(Bombe(wheel1_spec, wheel2_spec, wheel3_spec, 
+            reflector_spec, menu=menu, start_signal=start_signal, 
+            use_diagonal_board=use_diagonal_board, 
+            verify_plugboard=verify_plugboard),
+                  allwheels)
+    return [r[0] for r in res if r[1]]</code></pre>
+</details>
+</section>
+<section>
+</section>
+<section>
+</section>
+<section>
+<h2 class="section-title" id="header-functions">Functions</h2>
+<dl>
+<dt id="szyfrow.bombe.cat"><code class="name flex">
+<span>def <span class="ident">cat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+<dt id="szyfrow.bombe.lcat"><code class="name flex">
+<span>def <span class="ident">lcat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+<dt id="szyfrow.bombe.make_menu"><code class="name flex">
+<span>def <span class="ident">make_menu</span></span>(<span>plaintext, ciphertext)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Create a menu from a crib: a given plaintext and ciphertext.</p>
+<p>No validation is done to ensure that this is a viable crib (e.g. no
+checking for length, no checking that a letter is enciphered to itself).</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def make_menu(plaintext, ciphertext):
+    &#34;&#34;&#34;Create a menu from a crib: a given plaintext and ciphertext.
+
+    No validation is done to ensure that this is a viable crib (e.g. no 
+    checking for length, no checking that a letter is enciphered to itself).
+    &#34;&#34;&#34;
+    return [MenuItem(p, c, i+1) 
+            for i, (p, c) in enumerate(zip(plaintext, ciphertext))]</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.bombe.run_multi_bombe"><code class="name flex">
+<span>def <span class="ident">run_multi_bombe</span></span>(<span>wheel1_spec, wheel2_spec, wheel3_spec, reflector_spec, menu, start_signal=None, use_diagonal_board=True, verify_plugboard=True)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Run a Bombe solution, spreading the load across multiple CPU cores.
+Similar to <code><a title="szyfrow.bombe.Bombe.run" href="#szyfrow.bombe.Bombe.run">Bombe.run()</a></code> in effects, but quicker on a multi-core machine.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def run_multi_bombe(wheel1_spec, wheel2_spec, wheel3_spec, reflector_spec, menu,
+                    start_signal=None, use_diagonal_board=True, 
+                    verify_plugboard=True):
+    &#34;&#34;&#34;Run a Bombe solution, spreading the load across multiple CPU cores.
+    Similar to `Bombe.run` in effects, but quicker on a multi-core machine.
+    &#34;&#34;&#34;
+    allwheels = itertools.product(string.ascii_lowercase, repeat=3)
+
+    with multiprocessing.Pool() as pool:
+        res = pool.map(Bombe(wheel1_spec, wheel2_spec, wheel3_spec, 
+            reflector_spec, menu=menu, start_signal=start_signal, 
+            use_diagonal_board=use_diagonal_board, 
+            verify_plugboard=verify_plugboard),
+                  allwheels)
+    return [r[0] for r in res if r[1]]</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.bombe.wcat"><code class="name flex">
+<span>def <span class="ident">wcat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+</dl>
+</section>
+<section>
+<h2 class="section-title" id="header-classes">Classes</h2>
+<dl>
+<dt id="szyfrow.bombe.Bombe"><code class="flex name class">
+<span>class <span class="ident">Bombe</span></span>
+<span>(</span><span>wheel1_spec, wheel2_spec, wheel3_spec, reflector_spec, menu=None, start_signal=None, use_diagonal_board=True, verify_plugboard=True)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>An entire Bombe machine.</p>
+<p>This specifies the pattern of the wheels and reflectors used. The
+scramblers are connected and wired up according the to the specification
+given by the menu. </p>
+<p>Bombe objects are callable. Calling a Bombe (with the starting scrambler
+positions) calls the <code>test</code> method and
+returns the pair of
+<code>start_positions</code> and the result of <code>test</code>.</p>
+<p>Bombe objects have attributes <code>wheel_positions</code> and <code>wheel_positions_l</code>,
+which return the results of the scramblers' <code>Scrambler.wheel_positions</code>
+and <code>Scrambler.wheel_positions_l</code>.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">class Bombe(object):
+    &#34;&#34;&#34;An entire Bombe machine.
+
+    This specifies the pattern of the wheels and reflectors used. The 
+    scramblers are connected and wired up according the to the specification
+    given by the menu. 
+
+    Bombe objects are callable. Calling a Bombe (with the starting scrambler 
+    positions) calls the `test` method and  returns the pair of 
+    `start_positions` and the result of `test`.
+
+    Bombe objects have attributes `wheel_positions` and `wheel_positions_l`, 
+    which return the results of the scramblers&#39; `Scrambler.wheel_positions` 
+    and `Scrambler.wheel_positions_l`.
+    &#34;&#34;&#34;
+    
+    def __init__(self, wheel1_spec, wheel2_spec, wheel3_spec, reflector_spec,
+                menu=None, start_signal=None, use_diagonal_board=True, 
+                verify_plugboard=True):
+        self.connections = []
+        self.wheel1_spec = wheel1_spec
+        self.wheel2_spec = wheel2_spec
+        self.wheel3_spec = wheel3_spec
+        self.reflector_spec = reflector_spec
+        if menu:
+            self.read_menu(menu)
+        if start_signal:
+            self.test_start = start_signal
+        self.use_diagonal_board = use_diagonal_board
+        self.verify_plugboard = verify_plugboard
+        
+    __pdoc__[&#39;Bombe.wheel_positions&#39;] = &#34;&#34;&#34;Return a 3-tuple of the wheel
+    positions (as numbers)&#34;&#34;&#34;
+    __pdoc__[&#39;Bomb3.wheel_positions_l&#39;] = &#34;&#34;&#34;Return a 3-tuple of the wheel
+    positions (as letters)&#34;&#34;&#34;
+    def __getattribute__(self, name):
+        if name==&#39;wheel_positions&#39;:
+            return self.connections[0].scrambler.wheel_positions
+        elif name==&#39;wheel_positions_l&#39;:
+            return self.connections[0].scrambler.wheel_positions_l
+        else:
+            return object.__getattribute__(self, name)
+        
+    def __call__(self, start_positions):
+        return start_positions, self.test(initial_signal=self.test_start,
+            start_positions=start_positions, 
+            use_diagonal_board=self.use_diagonal_board,
+            verify_plugboard=self.verify_plugboard)
+        
+    def add_connection(self, bank_before, bank_after, scrambler):
+        &#34;&#34;&#34;Create a new connection between banks.
+        &#34;&#34;&#34;
+        self.connections += [Connection([bank_before, bank_after], scrambler)]
+        
+    def read_menu(self, menu):
+        &#34;&#34;&#34;Read a menu, creating one scrambler for each element of the menu 
+        and setting up the connections it implies. Also defines the most 
+        common letter in the menu&#39;s plaintext as the default letter to start 
+        testing with.&#34;&#34;&#34;
+        self.connections = []
+        for item in menu:
+            scrambler = Scrambler(self.wheel1_spec, self.wheel2_spec, self.wheel3_spec,
+                                  self.reflector_spec,
+                                  wheel3_pos=unpos(item.number - 1))
+            self.add_connection(item.before, item.after, scrambler)
+        most_common_letter = (collections.Counter(m.before for m in menu) +\
+            collections.Counter(m.after for m in menu)).most_common(1)[0][0]
+        self.test_start = Signal(most_common_letter, most_common_letter)
+        
+    def set_positions(self, wheel1_pos, wheel2_pos, wheel3_pos):
+        &#34;&#34;&#34;Set positions of all scramblers. The first scrambler will be set
+        to the specified positions. The second scrambler will have its
+        third wheel advanced one position; the third scramber will have its
+        third wheel advanced two positios; and so on. Not that the first and
+        second wheels of the scramblers are never advanced in setup.&#34;&#34;&#34;
+        for i, c in enumerate(self.connections):
+            c.scrambler.set_positions(wheel1_pos, wheel2_pos, unpos(pos(wheel3_pos) + i))
+    
+    def test(self, initial_signal=None, start_positions=None, use_diagonal_board=True,
+            verify_plugboard=True):
+        &#34;&#34;&#34;Test a scrambler setting. It creates a signal (held in 
+        `self.pending`) on the `initial_signal` wire then uses 
+        `Bombe.propagate` to propagate the signal across the Bombe. 
+
+        Returns a Boolean recording if this scrambler setting with
+        this signal is a &#34;stop&#34; (potential valid scrambler setting).
+
+        * If `initial_signal` is `None`, use the default starting signal set in
+          `Bombe.read_menu`
+        * If `start_positions` is `None`, use the existing scramber positions.&#34;&#34;&#34;
+        self.banks = {label: 
+                      dict(zip(string.ascii_lowercase, 
+                        [False]*len(string.ascii_lowercase)))
+                      for label in string.ascii_lowercase}
+        if start_positions:
+            self.set_positions(*start_positions)
+        if not initial_signal:
+            initial_signal = self.test_start
+        self.pending = [initial_signal]
+        self.propagate(use_diagonal_board)
+        live_wire_count = len([self.banks[self.test_start.bank][w] 
+                    for w in self.banks[self.test_start.bank] 
+                    if self.banks[self.test_start.bank][w]])
+        if live_wire_count &lt; 26:
+            if verify_plugboard:
+                possibles = self.possible_plugboards()
+                return all(s0.isdisjoint(s1) 
+                           for s0 in possibles 
+                           for s1 in possibles 
+                           if s0 != s1)
+            else:
+                return True
+        else:
+            return False
+        
+    def propagate(self, use_diagonal_board):
+        &#34;&#34;&#34;Propagate a signal through the Bombe. Uses `self.pending` as an 
+        agenda for a breadth-first search. Each element on the agenda represents 
+        a particular wire in a bank that is being &#34;energised&#34; (set to `True`).
+        The first element in the agenda is removed, the wire/bank is set, 
+        then all connected wire/banks are added to the `self.pending`
+        agenda.
+        &#34;&#34;&#34;
+        while self.pending:
+            current = self.pending[0]
+            # print(&#34;processing&#34;, current)
+            self.pending = self.pending[1:]
+            if not self.banks[current.bank][current.wire]:
+                self.banks[current.bank][current.wire] = True
+                if use_diagonal_board:
+                    self.pending += [Signal(current.wire, current.bank)]
+                for c in self.connections:
+                    if current.bank in c.banks:
+                        other_bank = [b for b in c.banks if b != current.bank][0]
+                        other_wire = c.scrambler.lookup(current.wire)
+                        # print(&#34;  adding&#34;, other_bank, other_wire, &#34;because&#34;, c.banks)
+                        self.pending += [Signal(other_bank, other_wire)]
+    
+    def run(self, run_start=None, wheel1_pos=&#39;a&#39;, wheel2_pos=&#39;a&#39;, wheel3_pos=&#39;a&#39;, 
+        use_diagonal_board=True):
+        &#34;&#34;&#34;Run a Bombe after setup with a menu, by trying all scramber 
+        positions. For each scrambler position, `Bombe.test` is run. If the 
+        test is successful, the scrambler positiions are added to `self.solutions`.
+        `self.Solutions` is returned.
+        &#34;&#34;&#34;
+        if not run_start:
+            run_start = self.test_start
+        self.solutions = []
+        self.set_positions(wheel1_pos, wheel2_pos, wheel3_pos)
+        for run_index in range(26*26*26):
+            if self.test(initial_signal=run_start, use_diagonal_board=use_diagonal_board):
+                self.solutions += [self.connections[0].scrambler.wheel_positions_l]
+            advance3 = True
+            advance2 = False
+            advance1 = False
+            if (run_index + 1) % 26 == 0: advance2 = True
+            if (run_index + 1) % (26*26) == 0: advance1 = True
+            for c in self.connections:
+                c.scrambler.advance(advance1, advance2, advance3)
+        return self.solutions
+    
+    def possible_plugboards(self):
+        &#34;&#34;&#34;Given a Bombe after a `Bombe.test` has been performed, determine
+        what plugboard settings can be derived from the solution.
+        &#34;&#34;&#34;
+        possibles = set()
+        for b in self.banks:
+            active = [w for w in self.banks[b] if self.banks[b][w]]
+            inactive = [w for w in self.banks[b] if not self.banks[b][w]]
+            if len(active) == 1:
+                possibles = possibles.union({frozenset((b, active[0]))})
+            if len(inactive) == 1:
+                possibles = possibles.union({frozenset((b, inactive[0]))})
+        return possibles</code></pre>
+</details>
+<h3>Methods</h3>
+<dl>
+<dt id="szyfrow.bombe.Bombe.add_connection"><code class="name flex">
+<span>def <span class="ident">add_connection</span></span>(<span>self, bank_before, bank_after, scrambler)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Create a new connection between banks.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def add_connection(self, bank_before, bank_after, scrambler):
+    &#34;&#34;&#34;Create a new connection between banks.
+    &#34;&#34;&#34;
+    self.connections += [Connection([bank_before, bank_after], scrambler)]</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.bombe.Bombe.possible_plugboards"><code class="name flex">
+<span>def <span class="ident">possible_plugboards</span></span>(<span>self)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Given a Bombe after a <code><a title="szyfrow.bombe.Bombe.test" href="#szyfrow.bombe.Bombe.test">Bombe.test()</a></code> has been performed, determine
+what plugboard settings can be derived from the solution.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def possible_plugboards(self):
+    &#34;&#34;&#34;Given a Bombe after a `Bombe.test` has been performed, determine
+    what plugboard settings can be derived from the solution.
+    &#34;&#34;&#34;
+    possibles = set()
+    for b in self.banks:
+        active = [w for w in self.banks[b] if self.banks[b][w]]
+        inactive = [w for w in self.banks[b] if not self.banks[b][w]]
+        if len(active) == 1:
+            possibles = possibles.union({frozenset((b, active[0]))})
+        if len(inactive) == 1:
+            possibles = possibles.union({frozenset((b, inactive[0]))})
+    return possibles</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.bombe.Bombe.propagate"><code class="name flex">
+<span>def <span class="ident">propagate</span></span>(<span>self, use_diagonal_board)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Propagate a signal through the Bombe. Uses <code>self.pending</code> as an
+agenda for a breadth-first search. Each element on the agenda represents
+a particular wire in a bank that is being "energised" (set to <code>True</code>).
+The first element in the agenda is removed, the wire/bank is set,
+then all connected wire/banks are added to the <code>self.pending</code>
+agenda.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def propagate(self, use_diagonal_board):
+    &#34;&#34;&#34;Propagate a signal through the Bombe. Uses `self.pending` as an 
+    agenda for a breadth-first search. Each element on the agenda represents 
+    a particular wire in a bank that is being &#34;energised&#34; (set to `True`).
+    The first element in the agenda is removed, the wire/bank is set, 
+    then all connected wire/banks are added to the `self.pending`
+    agenda.
+    &#34;&#34;&#34;
+    while self.pending:
+        current = self.pending[0]
+        # print(&#34;processing&#34;, current)
+        self.pending = self.pending[1:]
+        if not self.banks[current.bank][current.wire]:
+            self.banks[current.bank][current.wire] = True
+            if use_diagonal_board:
+                self.pending += [Signal(current.wire, current.bank)]
+            for c in self.connections:
+                if current.bank in c.banks:
+                    other_bank = [b for b in c.banks if b != current.bank][0]
+                    other_wire = c.scrambler.lookup(current.wire)
+                    # print(&#34;  adding&#34;, other_bank, other_wire, &#34;because&#34;, c.banks)
+                    self.pending += [Signal(other_bank, other_wire)]</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.bombe.Bombe.read_menu"><code class="name flex">
+<span>def <span class="ident">read_menu</span></span>(<span>self, menu)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Read a menu, creating one scrambler for each element of the menu
+and setting up the connections it implies. Also defines the most
+common letter in the menu's plaintext as the default letter to start
+testing with.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def read_menu(self, menu):
+    &#34;&#34;&#34;Read a menu, creating one scrambler for each element of the menu 
+    and setting up the connections it implies. Also defines the most 
+    common letter in the menu&#39;s plaintext as the default letter to start 
+    testing with.&#34;&#34;&#34;
+    self.connections = []
+    for item in menu:
+        scrambler = Scrambler(self.wheel1_spec, self.wheel2_spec, self.wheel3_spec,
+                              self.reflector_spec,
+                              wheel3_pos=unpos(item.number - 1))
+        self.add_connection(item.before, item.after, scrambler)
+    most_common_letter = (collections.Counter(m.before for m in menu) +\
+        collections.Counter(m.after for m in menu)).most_common(1)[0][0]
+    self.test_start = Signal(most_common_letter, most_common_letter)</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.bombe.Bombe.run"><code class="name flex">
+<span>def <span class="ident">run</span></span>(<span>self, run_start=None, wheel1_pos='a', wheel2_pos='a', wheel3_pos='a', use_diagonal_board=True)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Run a Bombe after setup with a menu, by trying all scramber
+positions. For each scrambler position, <code><a title="szyfrow.bombe.Bombe.test" href="#szyfrow.bombe.Bombe.test">Bombe.test()</a></code> is run. If the
+test is successful, the scrambler positiions are added to <code>self.solutions</code>.
+<code>self.Solutions</code> is returned.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def run(self, run_start=None, wheel1_pos=&#39;a&#39;, wheel2_pos=&#39;a&#39;, wheel3_pos=&#39;a&#39;, 
+    use_diagonal_board=True):
+    &#34;&#34;&#34;Run a Bombe after setup with a menu, by trying all scramber 
+    positions. For each scrambler position, `Bombe.test` is run. If the 
+    test is successful, the scrambler positiions are added to `self.solutions`.
+    `self.Solutions` is returned.
+    &#34;&#34;&#34;
+    if not run_start:
+        run_start = self.test_start
+    self.solutions = []
+    self.set_positions(wheel1_pos, wheel2_pos, wheel3_pos)
+    for run_index in range(26*26*26):
+        if self.test(initial_signal=run_start, use_diagonal_board=use_diagonal_board):
+            self.solutions += [self.connections[0].scrambler.wheel_positions_l]
+        advance3 = True
+        advance2 = False
+        advance1 = False
+        if (run_index + 1) % 26 == 0: advance2 = True
+        if (run_index + 1) % (26*26) == 0: advance1 = True
+        for c in self.connections:
+            c.scrambler.advance(advance1, advance2, advance3)
+    return self.solutions</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.bombe.Bombe.set_positions"><code class="name flex">
+<span>def <span class="ident">set_positions</span></span>(<span>self, wheel1_pos, wheel2_pos, wheel3_pos)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Set positions of all scramblers. The first scrambler will be set
+to the specified positions. The second scrambler will have its
+third wheel advanced one position; the third scramber will have its
+third wheel advanced two positios; and so on. Not that the first and
+second wheels of the scramblers are never advanced in setup.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def set_positions(self, wheel1_pos, wheel2_pos, wheel3_pos):
+    &#34;&#34;&#34;Set positions of all scramblers. The first scrambler will be set
+    to the specified positions. The second scrambler will have its
+    third wheel advanced one position; the third scramber will have its
+    third wheel advanced two positios; and so on. Not that the first and
+    second wheels of the scramblers are never advanced in setup.&#34;&#34;&#34;
+    for i, c in enumerate(self.connections):
+        c.scrambler.set_positions(wheel1_pos, wheel2_pos, unpos(pos(wheel3_pos) + i))</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.bombe.Bombe.test"><code class="name flex">
+<span>def <span class="ident">test</span></span>(<span>self, initial_signal=None, start_positions=None, use_diagonal_board=True, verify_plugboard=True)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Test a scrambler setting. It creates a signal (held in
+<code>self.pending</code>) on the <code>initial_signal</code> wire then uses
+<code><a title="szyfrow.bombe.Bombe.propagate" href="#szyfrow.bombe.Bombe.propagate">Bombe.propagate()</a></code> to propagate the signal across the Bombe. </p>
+<p>Returns a Boolean recording if this scrambler setting with
+this signal is a "stop" (potential valid scrambler setting).</p>
+<ul>
+<li>If <code>initial_signal</code> is <code>None</code>, use the default starting signal set in
+<code><a title="szyfrow.bombe.Bombe.read_menu" href="#szyfrow.bombe.Bombe.read_menu">Bombe.read_menu()</a></code></li>
+<li>If <code>start_positions</code> is <code>None</code>, use the existing scramber positions.</li>
+</ul></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def test(self, initial_signal=None, start_positions=None, use_diagonal_board=True,
+        verify_plugboard=True):
+    &#34;&#34;&#34;Test a scrambler setting. It creates a signal (held in 
+    `self.pending`) on the `initial_signal` wire then uses 
+    `Bombe.propagate` to propagate the signal across the Bombe. 
+
+    Returns a Boolean recording if this scrambler setting with
+    this signal is a &#34;stop&#34; (potential valid scrambler setting).
+
+    * If `initial_signal` is `None`, use the default starting signal set in
+      `Bombe.read_menu`
+    * If `start_positions` is `None`, use the existing scramber positions.&#34;&#34;&#34;
+    self.banks = {label: 
+                  dict(zip(string.ascii_lowercase, 
+                    [False]*len(string.ascii_lowercase)))
+                  for label in string.ascii_lowercase}
+    if start_positions:
+        self.set_positions(*start_positions)
+    if not initial_signal:
+        initial_signal = self.test_start
+    self.pending = [initial_signal]
+    self.propagate(use_diagonal_board)
+    live_wire_count = len([self.banks[self.test_start.bank][w] 
+                for w in self.banks[self.test_start.bank] 
+                if self.banks[self.test_start.bank][w]])
+    if live_wire_count &lt; 26:
+        if verify_plugboard:
+            possibles = self.possible_plugboards()
+            return all(s0.isdisjoint(s1) 
+                       for s0 in possibles 
+                       for s1 in possibles 
+                       if s0 != s1)
+        else:
+            return True
+    else:
+        return False</code></pre>
+</details>
+</dd>
+</dl>
+</dd>
+<dt id="szyfrow.bombe.Connection"><code class="flex name class">
+<span>class <span class="ident">Connection</span></span>
+<span>(</span><span>banks, scrambler)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>A connection between banks made by a particular
+scrambler (the scrambler state given by its position in the crib).</p></div>
+<h3>Ancestors</h3>
+<ul class="hlist">
+<li>builtins.tuple</li>
+</ul>
+<h3>Instance variables</h3>
+<dl>
+<dt id="szyfrow.bombe.Connection.banks"><code class="name">var <span class="ident">banks</span></code></dt>
+<dd>
+<div class="desc"><p>A list of two items, holding the bnaks of
+a connection.</p></div>
+</dd>
+<dt id="szyfrow.bombe.Connection.scrambler"><code class="name">var <span class="ident">scrambler</span></code></dt>
+<dd>
+<div class="desc"><p>The bnaks of a connection.</p></div>
+</dd>
+</dl>
+</dd>
+<dt id="szyfrow.bombe.MenuIem"><code class="flex name class">
+<span>class <span class="ident">MenuItem</span></span>
+<span>(</span><span>before, after, number)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>MenuIem(before, after, number)</p></div>
+<h3>Ancestors</h3>
+<ul class="hlist">
+<li>builtins.tuple</li>
+</ul>
+<h3>Instance variables</h3>
+<dl>
+<dt id="szyfrow.bombe.MenuIem.after"><code class="name">var <span class="ident">after</span></code></dt>
+<dd>
+<div class="desc"><p>Alias for field number 1</p></div>
+</dd>
+<dt id="szyfrow.bombe.MenuIem.before"><code class="name">var <span class="ident">before</span></code></dt>
+<dd>
+<div class="desc"><p>Alias for field number 0</p></div>
+</dd>
+<dt id="szyfrow.bombe.MenuIem.number"><code class="name">var <span class="ident">number</span></code></dt>
+<dd>
+<div class="desc"><p>Alias for field number 2</p></div>
+</dd>
+</dl>
+</dd>
+<dt id="szyfrow.bombe.Scrambler"><code class="flex name class">
+<span>class <span class="ident">Scrambler</span></span>
+<span>(</span><span>wheel1_spec, wheel2_spec, wheel3_spec, reflector_spec, wheel1_pos='a', wheel2_pos='a', wheel3_pos='a')</span>
+</code></dt>
+<dd>
+<div class="desc"><p>A scrambler is a collection of three <code><a title="szyfrow.enigma.SimpleWheel" href="enigma.html#szyfrow.enigma.SimpleWheel">SimpleWheel</a></code>s.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">class Scrambler(object):
+    &#34;&#34;&#34;A scrambler is a collection of three `szyfrow.enigma.SimpleWheel`s.
+    &#34;&#34;&#34;
+    def __init__(self, wheel1_spec, wheel2_spec, wheel3_spec, reflector_spec,
+                 wheel1_pos=&#39;a&#39;, wheel2_pos=&#39;a&#39;, wheel3_pos=&#39;a&#39;):
+        self.wheel1 = SimpleWheel(wheel1_spec, position=wheel1_pos)
+        self.wheel2 = SimpleWheel(wheel2_spec, position=wheel2_pos)
+        self.wheel3 = SimpleWheel(wheel3_spec, position=wheel3_pos)
+        self.reflector = Reflector(reflector_spec)
+    
+    __pdoc__[&#39;Scrambler.wheel_positions&#39;] = &#34;&#34;&#34;Return a 3-tuple of the wheel
+    positions (as numbers)&#34;&#34;&#34;
+    __pdoc__[&#39;Scrambler.wheel_positions_l&#39;] = &#34;&#34;&#34;Return a 3-tuple of the wheel
+    positions (as letters)&#34;&#34;&#34;
+    def __getattribute__(self, name):
+        if name==&#39;wheel_positions&#39;:
+            return self.wheel1.position, self.wheel2.position, self.wheel3.position 
+        elif name==&#39;wheel_positions_l&#39;:
+            return self.wheel1.position_l, self.wheel2.position_l, self.wheel3.position_l 
+        else:
+            return object.__getattribute__(self, name)
+    
+    def advance(self, wheel1=False, wheel2=False, wheel3=True):
+        &#34;&#34;&#34;Advance some wheels of a scrambler.
+        &#34;&#34;&#34;
+        if wheel1: self.wheel1.advance()
+        if wheel2: self.wheel2.advance()
+        if wheel3: self.wheel3.advance()
+            
+    def lookup(self, letter):
+        &#34;&#34;&#34;Lookup the decipherment of a letter, given a particular scrambler
+        orientation.
+        &#34;&#34;&#34;
+        a = self.wheel3.forward(letter)
+        b = self.wheel2.forward(a)
+        c = self.wheel1.forward(b)
+        d = self.reflector.forward(c)
+        e = self.wheel1.backward(d)
+        f = self.wheel2.backward(e)
+        g = self.wheel3.backward(f)
+        return g
+    
+    def set_positions(self, wheel1_pos, wheel2_pos, wheel3_pos):
+        &#34;&#34;&#34;Set the positions of a scrambler&#39;s wheels.
+        &#34;&#34;&#34;
+        self.wheel1.set_position(wheel1_pos)
+        self.wheel2.set_position(wheel2_pos)
+        self.wheel3.set_position(wheel3_pos)        </code></pre>
+</details>
+<h3>Methods</h3>
+<dl>
+<dt id="szyfrow.bombe.Scrambler.advance"><code class="name flex">
+<span>def <span class="ident">advance</span></span>(<span>self, wheel1=False, wheel2=False, wheel3=True)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Advance some wheels of a scrambler.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def advance(self, wheel1=False, wheel2=False, wheel3=True):
+    &#34;&#34;&#34;Advance some wheels of a scrambler.
+    &#34;&#34;&#34;
+    if wheel1: self.wheel1.advance()
+    if wheel2: self.wheel2.advance()
+    if wheel3: self.wheel3.advance()</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.bombe.Scrambler.lookup"><code class="name flex">
+<span>def <span class="ident">lookup</span></span>(<span>self, letter)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Lookup the decipherment of a letter, given a particular scrambler
+orientation.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def lookup(self, letter):
+    &#34;&#34;&#34;Lookup the decipherment of a letter, given a particular scrambler
+    orientation.
+    &#34;&#34;&#34;
+    a = self.wheel3.forward(letter)
+    b = self.wheel2.forward(a)
+    c = self.wheel1.forward(b)
+    d = self.reflector.forward(c)
+    e = self.wheel1.backward(d)
+    f = self.wheel2.backward(e)
+    g = self.wheel3.backward(f)
+    return g</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.bombe.Scrambler.set_positions"><code class="name flex">
+<span>def <span class="ident">set_positions</span></span>(<span>self, wheel1_pos, wheel2_pos, wheel3_pos)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Set the positions of a scrambler's wheels.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def set_positions(self, wheel1_pos, wheel2_pos, wheel3_pos):
+    &#34;&#34;&#34;Set the positions of a scrambler&#39;s wheels.
+    &#34;&#34;&#34;
+    self.wheel1.set_position(wheel1_pos)
+    self.wheel2.set_position(wheel2_pos)
+    self.wheel3.set_position(wheel3_pos)        </code></pre>
+</details>
+</dd>
+</dl>
+</dd>
+<dt id="szyfrow.bombe.Signal"><code class="flex name class">
+<span>class <span class="ident">Signal</span></span>
+<span>(</span><span>bank, wire)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Current propogation through the Bombe indicates that
+this wire in this bank is live, and the effects need to be proogated further
+through the machine.</p></div>
+<h3>Ancestors</h3>
+<ul class="hlist">
+<li>builtins.tuple</li>
+</ul>
+<h3>Instance variables</h3>
+<dl>
+<dt id="szyfrow.bombe.Signal.bank"><code class="name">var <span class="ident">bank</span></code></dt>
+<dd>
+<div class="desc"><p>The bank of a signal.</p></div>
+</dd>
+<dt id="szyfrow.bombe.Signal.wire"><code class="name">var <span class="ident">wire</span></code></dt>
+<dd>
+<div class="desc"><p>The wire of a signal.</p></div>
+</dd>
+</dl>
+</dd>
+</dl>
+</section>
+</article>
+<nav id="sidebar">
+<h1>Index</h1>
+<div class="toc">
+<ul></ul>
+</div>
+<ul id="index">
+<li><h3>Super-module</h3>
+<ul>
+<li><code><a title="szyfrow" href="index.html">szyfrow</a></code></li>
+</ul>
+</li>
+<li><h3><a href="#header-functions">Functions</a></h3>
+<ul class="">
+<li><code><a title="szyfrow.bombe.cat" href="#szyfrow.bombe.cat">cat</a></code></li>
+<li><code><a title="szyfrow.bombe.lcat" href="#szyfrow.bombe.lcat">lcat</a></code></li>
+<li><code><a title="szyfrow.bombe.make_menu" href="#szyfrow.bombe.make_menu">make_menu</a></code></li>
+<li><code><a title="szyfrow.bombe.run_multi_bombe" href="#szyfrow.bombe.run_multi_bombe">run_multi_bombe</a></code></li>
+<li><code><a title="szyfrow.bombe.wcat" href="#szyfrow.bombe.wcat">wcat</a></code></li>
+</ul>
+</li>
+<li><h3><a href="#header-classes">Classes</a></h3>
+<ul>
+<li>
+<h4><code><a title="szyfrow.bombe.Bombe" href="#szyfrow.bombe.Bombe">Bombe</a></code></h4>
+<ul class="two-column">
+<li><code><a title="szyfrow.bombe.Bombe.add_connection" href="#szyfrow.bombe.Bombe.add_connection">add_connection</a></code></li>
+<li><code><a title="szyfrow.bombe.Bombe.possible_plugboards" href="#szyfrow.bombe.Bombe.possible_plugboards">possible_plugboards</a></code></li>
+<li><code><a title="szyfrow.bombe.Bombe.propagate" href="#szyfrow.bombe.Bombe.propagate">propagate</a></code></li>
+<li><code><a title="szyfrow.bombe.Bombe.read_menu" href="#szyfrow.bombe.Bombe.read_menu">read_menu</a></code></li>
+<li><code><a title="szyfrow.bombe.Bombe.run" href="#szyfrow.bombe.Bombe.run">run</a></code></li>
+<li><code><a title="szyfrow.bombe.Bombe.set_positions" href="#szyfrow.bombe.Bombe.set_positions">set_positions</a></code></li>
+<li><code><a title="szyfrow.bombe.Bombe.test" href="#szyfrow.bombe.Bombe.test">test</a></code></li>
+</ul>
+</li>
+<li>
+<h4><code><a title="szyfrow.bombe.Connection" href="#szyfrow.bombe.Connection">Connection</a></code></h4>
+<ul class="">
+<li><code><a title="szyfrow.bombe.Connection.banks" href="#szyfrow.bombe.Connection.banks">banks</a></code></li>
+<li><code><a title="szyfrow.bombe.Connection.scrambler" href="#szyfrow.bombe.Connection.scrambler">scrambler</a></code></li>
+</ul>
+</li>
+<li>
+<h4><code><a title="szyfrow.bombe.MenuIem" href="#szyfrow.bombe.MenuIem">MenuIem</a></code></h4>
+<ul class="">
+<li><code><a title="szyfrow.bombe.MenuIem.after" href="#szyfrow.bombe.MenuIem.after">after</a></code></li>
+<li><code><a title="szyfrow.bombe.MenuIem.before" href="#szyfrow.bombe.MenuIem.before">before</a></code></li>
+<li><code><a title="szyfrow.bombe.MenuIem.number" href="#szyfrow.bombe.MenuIem.number">number</a></code></li>
+</ul>
+</li>
+<li>
+<h4><code><a title="szyfrow.bombe.Scrambler" href="#szyfrow.bombe.Scrambler">Scrambler</a></code></h4>
+<ul class="">
+<li><code><a title="szyfrow.bombe.Scrambler.advance" href="#szyfrow.bombe.Scrambler.advance">advance</a></code></li>
+<li><code><a title="szyfrow.bombe.Scrambler.lookup" href="#szyfrow.bombe.Scrambler.lookup">lookup</a></code></li>
+<li><code><a title="szyfrow.bombe.Scrambler.set_positions" href="#szyfrow.bombe.Scrambler.set_positions">set_positions</a></code></li>
+</ul>
+</li>
+<li>
+<h4><code><a title="szyfrow.bombe.Signal" href="#szyfrow.bombe.Signal">Signal</a></code></h4>
+<ul class="">
+<li><code><a title="szyfrow.bombe.Signal.bank" href="#szyfrow.bombe.Signal.bank">bank</a></code></li>
+<li><code><a title="szyfrow.bombe.Signal.wire" href="#szyfrow.bombe.Signal.wire">wire</a></code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</nav>
+</main>
+<footer id="footer">
+<p>Generated by <a href="https://pdoc3.github.io/pdoc"><cite>pdoc</cite> 0.9.2</a>.</p>
+</footer>
+</body>
+</html>
\ No newline at end of file
diff --git a/docs/szyfrow/cadenus.html b/docs/szyfrow/cadenus.html
new file mode 100644 (file)
index 0000000..7df3408
--- /dev/null
@@ -0,0 +1,584 @@
+<!doctype html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
+<meta name="generator" content="pdoc 0.9.2" />
+<title>szyfrow.cadenus API documentation</title>
+<meta name="description" content="Enciphering and deciphering using the [Cadenus cipher](https://www.thonky.com/kryptos/cadenus-cipher).
+Also attempts to break messages that use a …" />
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/sanitize.min.css" integrity="sha256-PK9q560IAAa6WVRRh76LtCaI8pjTJ2z11v0miyNNjrs=" crossorigin>
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/typography.min.css" integrity="sha256-7l/o7C8jubJiy74VsKTidCy1yBkRtiUGbVkYBylBqUg=" crossorigin>
+<link rel="stylesheet preload" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/styles/github.min.css" crossorigin>
+<style>:root{--highlight-color:#fe9}.flex{display:flex !important}body{line-height:1.5em}#content{padding:20px}#sidebar{padding:30px;overflow:hidden}#sidebar > *:last-child{margin-bottom:2cm}.http-server-breadcrumbs{font-size:130%;margin:0 0 15px 0}#footer{font-size:.75em;padding:5px 30px;border-top:1px solid #ddd;text-align:right}#footer p{margin:0 0 0 1em;display:inline-block}#footer p:last-child{margin-right:30px}h1,h2,h3,h4,h5{font-weight:300}h1{font-size:2.5em;line-height:1.1em}h2{font-size:1.75em;margin:1em 0 .50em 0}h3{font-size:1.4em;margin:25px 0 10px 0}h4{margin:0;font-size:105%}h1:target,h2:target,h3:target,h4:target,h5:target,h6:target{background:var(--highlight-color);padding:.2em 0}a{color:#058;text-decoration:none;transition:color .3s ease-in-out}a:hover{color:#e82}.title code{font-weight:bold}h2[id^="header-"]{margin-top:2em}.ident{color:#900}pre code{background:#f8f8f8;font-size:.8em;line-height:1.4em}code{background:#f2f2f1;padding:1px 4px;overflow-wrap:break-word}h1 code{background:transparent}pre{background:#f8f8f8;border:0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;margin:1em 0;padding:1ex}#http-server-module-list{display:flex;flex-flow:column}#http-server-module-list div{display:flex}#http-server-module-list dt{min-width:10%}#http-server-module-list p{margin-top:0}.toc ul,#index{list-style-type:none;margin:0;padding:0}#index code{background:transparent}#index h3{border-bottom:1px solid #ddd}#index ul{padding:0}#index h4{margin-top:.6em;font-weight:bold}@media (min-width:200ex){#index .two-column{column-count:2}}@media (min-width:300ex){#index .two-column{column-count:3}}dl{margin-bottom:2em}dl dl:last-child{margin-bottom:4em}dd{margin:0 0 1em 3em}#header-classes + dl > dd{margin-bottom:3em}dd dd{margin-left:2em}dd p{margin:10px 0}.name{background:#eee;font-weight:bold;font-size:.85em;padding:5px 10px;display:inline-block;min-width:40%}.name:hover{background:#e0e0e0}dt:target .name{background:var(--highlight-color)}.name > span:first-child{white-space:nowrap}.name.class > span:nth-child(2){margin-left:.4em}.inherited{color:#999;border-left:5px solid #eee;padding-left:1em}.inheritance em{font-style:normal;font-weight:bold}.desc h2{font-weight:400;font-size:1.25em}.desc h3{font-size:1em}.desc dt code{background:inherit}.source summary,.git-link-div{color:#666;text-align:right;font-weight:400;font-size:.8em;text-transform:uppercase}.source summary > *{white-space:nowrap;cursor:pointer}.git-link{color:inherit;margin-left:1em}.source pre{max-height:500px;overflow:auto;margin:0}.source pre code{font-size:12px;overflow:visible}.hlist{list-style:none}.hlist li{display:inline}.hlist li:after{content:',\2002'}.hlist li:last-child:after{content:none}.hlist .hlist{display:inline;padding-left:1em}img{max-width:100%}td{padding:0 .5em}.admonition{padding:.1em .5em;margin-bottom:1em}.admonition-title{font-weight:bold}.admonition.note,.admonition.info,.admonition.important{background:#aef}.admonition.todo,.admonition.versionadded,.admonition.tip,.admonition.hint{background:#dfd}.admonition.warning,.admonition.versionchanged,.admonition.deprecated{background:#fd4}.admonition.error,.admonition.danger,.admonition.caution{background:lightpink}</style>
+<style media="screen and (min-width: 700px)">@media screen and (min-width:700px){#sidebar{width:30%;height:100vh;overflow:auto;position:sticky;top:0}#content{width:70%;max-width:100ch;padding:3em 4em;border-left:1px solid #ddd}pre code{font-size:1em}.item .name{font-size:1em}main{display:flex;flex-direction:row-reverse;justify-content:flex-end}.toc ul ul,#index ul{padding-left:1.5em}.toc > ul > li{margin-top:.5em}}</style>
+<style media="print">@media print{#sidebar h1{page-break-before:always}.source{display:none}}@media print{*{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a[href]:after{content:" (" attr(href) ")";font-size:90%}a[href][title]:after{content:none}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:0.5cm}p,h2,h3{orphans:3;widows:3}h1,h2,h3,h4,h5,h6{page-break-after:avoid}}</style>
+<script defer src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/highlight.min.js" integrity="sha256-Uv3H6lx7dJmRfRvH8TH6kJD1TSK1aFcwgx+mdg3epi8=" crossorigin></script>
+<script>window.addEventListener('DOMContentLoaded', () => hljs.initHighlighting())</script>
+</head>
+<body>
+<main>
+<article id="content">
+<header>
+<h1 class="title">Module <code>szyfrow.cadenus</code></h1>
+</header>
+<section id="section-intro">
+<p>Enciphering and deciphering using the <a href="https://www.thonky.com/kryptos/cadenus-cipher">Cadenus cipher</a>.
+Also attempts to break messages that use a Cadenus cipher.</p>
+<p>The plaintext is written out in a grid, with one column per letter of the
+keyword. The plaintext is written out left to right in rows. The plaintext
+needs to fill 25 rows: if it is shorter, the text is padded; if longer, it is
+broken into 25-row chunks.</p>
+<p>For instance, the 100 letter chunk:</p>
+<blockquote>
+<p>Whoever has made a voyage up the Hudson must remember the Kaatskill mountains.
+They are a dismembered branch of the great</p>
+</blockquote>
+<p>and the keyword "wink" would written out as the leftmost grid below.</p>
+<p>The columns are then rotated according to the <em>keycolumn</em>. For each column, the
+keyword letter in that column is found in the keycolumn. This identifies a
+specific row in the grid. That column only is rotated upwards until the selected
+row is at the top of the column. Each column is rotated independently, according
+to its keyword letter.</p>
+<p>For instance, the middle grid below is formed from the leftmost grid by
+rotating the first column up four positions, the second column up 17 positions,
+and so on. (The letters chosen to head the new colums are capitalised in the
+leftmost grid.)</p>
+<p>Finally, each row is transposed given the alphabetic order of the keyword (as
+seen in the rightmost grid below).</p>
+<p>The ciphertext is read out in rows, starting with the now-leftmost column. For
+the example, the ciphertext would be </p>
+<blockquote>
+<p>antodeleeeuhrsidrbhmhdrrhnimefmthgeaetakseomehetyaasuvoyegrastmmuuaeenabbtpchehtarorikswosmvaleatned'</p>
+</blockquote>
+<pre><code>w i n k         w i n k    i k n w
+-------         -------    -------
+w h o e    a    o a t n    a n t o
+v e r h    z    e d l e    d e l e
+a s m a    y    h e u e    e e u h
+d e a v    x    d r i s    r s i d
+O y a g    vw   m r h b    r b h m
+e u p t    u    r h r d    h d r r
+h e h u    t    m h i n    h n i m
+d s o n    s    t e m f    e f m t
+m u s t    r    a h e g    h g e a
+r e m e    q    k e a t    e t a k
+m b e r    p    m s o e    s e o m
+t h e k    o    t e e h    e h e t
+a a T s    n    s y a a    y a a s
+k i l l    m    y u o v    u v o y
+m o u n    l    a e r g    e g r a
+t a i N    k    m s m t    s t m m
+s t h e    j    e u a u    u u a e
+y A r e    i    b e a n    e n a b
+a d i s    h    c b p t    b t p c
+m e m b    g    t h h e    h e h t
+e r e d    f    r a o r    a r o r
+b r a n    e    w i s k    i k s w
+c h o f    d    v o m s    o s m v
+t h e g    c    a a e l    a l e a
+r e a t    b    d t e n    t n e d
+</code></pre>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">&#34;&#34;&#34;Enciphering and deciphering using the [Cadenus cipher](https://www.thonky.com/kryptos/cadenus-cipher). 
+Also attempts to break messages that use a Cadenus cipher.
+
+The plaintext is written out in a grid, with one column per letter of the 
+keyword. The plaintext is written out left to right in rows. The plaintext 
+needs to fill 25 rows: if it is shorter, the text is padded; if longer, it is
+broken into 25-row chunks.
+
+For instance, the 100 letter chunk:
+
+&gt; Whoever has made a voyage up the Hudson must remember the Kaatskill mountains. 
+&gt; They are a dismembered branch of the great
+
+and the keyword &#34;wink&#34; would written out as the leftmost grid below.
+
+The columns are then rotated according to the _keycolumn_. For each column, the
+keyword letter in that column is found in the keycolumn. This identifies a 
+specific row in the grid. That column only is rotated upwards until the selected
+row is at the top of the column. Each column is rotated independently, according
+to its keyword letter.
+
+For instance, the middle grid below is formed from the leftmost grid by 
+rotating the first column up four positions, the second column up 17 positions,
+and so on. (The letters chosen to head the new colums are capitalised in the
+leftmost grid.)
+
+Finally, each row is transposed given the alphabetic order of the keyword (as
+seen in the rightmost grid below).
+
+The ciphertext is read out in rows, starting with the now-leftmost column. For
+the example, the ciphertext would be 
+
+&gt; antodeleeeuhrsidrbhmhdrrhnimefmthgeaetakseomehetyaasuvoyegrastmmuuaeenabbtpchehtarorikswosmvaleatned&#39;
+
+```
+w i n k         w i n k    i k n w
+-------         -------    -------
+w h o e    a    o a t n    a n t o
+v e r h    z    e d l e    d e l e
+a s m a    y    h e u e    e e u h
+d e a v    x    d r i s    r s i d
+O y a g    vw   m r h b    r b h m
+e u p t    u    r h r d    h d r r
+h e h u    t    m h i n    h n i m
+d s o n    s    t e m f    e f m t
+m u s t    r    a h e g    h g e a
+r e m e    q    k e a t    e t a k
+m b e r    p    m s o e    s e o m
+t h e k    o    t e e h    e h e t
+a a T s    n    s y a a    y a a s
+k i l l    m    y u o v    u v o y
+m o u n    l    a e r g    e g r a
+t a i N    k    m s m t    s t m m
+s t h e    j    e u a u    u u a e
+y A r e    i    b e a n    e n a b
+a d i s    h    c b p t    b t p c
+m e m b    g    t h h e    h e h t
+e r e d    f    r a o r    a r o r
+b r a n    e    w i s k    i k s w
+c h o f    d    v o m s    o s m v
+t h e g    c    a a e l    a l e a
+r e a t    b    d t e n    t n e d
+```
+
+&#34;&#34;&#34;
+from itertools import chain
+import multiprocessing
+from szyfrow.support.utilities import *
+from szyfrow.support.language_models import *
+
+
+def make_cadenus_keycolumn(doubled_letters = &#39;vw&#39;, start=&#39;a&#39;, reverse=False):
+    &#34;&#34;&#34;Makes the key column for a Cadenus cipher (the column down between the
+        rows of letters)
+
+    &gt;&gt;&gt; make_cadenus_keycolumn()[&#39;a&#39;]
+    0
+    &gt;&gt;&gt; make_cadenus_keycolumn()[&#39;b&#39;]
+    1
+    &gt;&gt;&gt; make_cadenus_keycolumn()[&#39;c&#39;]
+    2
+    &gt;&gt;&gt; make_cadenus_keycolumn()[&#39;v&#39;]
+    21
+    &gt;&gt;&gt; make_cadenus_keycolumn()[&#39;w&#39;]
+    21
+    &gt;&gt;&gt; make_cadenus_keycolumn()[&#39;z&#39;]
+    24
+    &gt;&gt;&gt; make_cadenus_keycolumn(doubled_letters=&#39;ij&#39;, start=&#39;b&#39;, reverse=True)[&#39;a&#39;]
+    1
+    &gt;&gt;&gt; make_cadenus_keycolumn(doubled_letters=&#39;ij&#39;, start=&#39;b&#39;, reverse=True)[&#39;b&#39;]
+    0
+    &gt;&gt;&gt; make_cadenus_keycolumn(doubled_letters=&#39;ij&#39;, start=&#39;b&#39;, reverse=True)[&#39;c&#39;]
+    24
+    &gt;&gt;&gt; make_cadenus_keycolumn(doubled_letters=&#39;ij&#39;, start=&#39;b&#39;, reverse=True)[&#39;i&#39;]
+    18
+    &gt;&gt;&gt; make_cadenus_keycolumn(doubled_letters=&#39;ij&#39;, start=&#39;b&#39;, reverse=True)[&#39;j&#39;]
+    18
+    &gt;&gt;&gt; make_cadenus_keycolumn(doubled_letters=&#39;ij&#39;, start=&#39;b&#39;, reverse=True)[&#39;v&#39;]
+    6
+    &gt;&gt;&gt; make_cadenus_keycolumn(doubled_letters=&#39;ij&#39;, start=&#39;b&#39;, reverse=True)[&#39;z&#39;]
+    2
+    &#34;&#34;&#34;
+    index_to_remove = string.ascii_lowercase.find(doubled_letters[0])
+    short_alphabet = string.ascii_lowercase[:index_to_remove] + string.ascii_lowercase[index_to_remove+1:]
+    if reverse:
+        short_alphabet = cat(reversed(short_alphabet))
+    start_pos = short_alphabet.find(start)
+    rotated_alphabet = short_alphabet[start_pos:] + short_alphabet[:start_pos]
+    keycolumn = {l: i for i, l in enumerate(rotated_alphabet)}
+    keycolumn[doubled_letters[0]] = keycolumn[doubled_letters[1]]
+    return keycolumn
+
+def cadenus_encipher(message, keyword, keycolumn, fillvalue=&#39;a&#39;):
+    &#34;&#34;&#34;Encipher with the Cadenus cipher
+
+    &gt;&gt;&gt; cadenus_encipher(sanitise(&#39;Whoever has made a voyage up the Hudson &#39; \
+                                  &#39;must remember the Kaatskill mountains. &#39; \
+                                  &#39;They are a dismembered branch of the great&#39;), \
+                &#39;wink&#39;, \
+                make_cadenus_keycolumn(doubled_letters=&#39;vw&#39;, start=&#39;a&#39;, reverse=True))
+    &#39;antodeleeeuhrsidrbhmhdrrhnimefmthgeaetakseomehetyaasuvoyegrastmmuuaeenabbtpchehtarorikswosmvaleatned&#39;
+    &gt;&gt;&gt; cadenus_encipher(sanitise(&#39;a severe limitation on the usefulness of &#39; \
+                                  &#39;the cadenus is that every message must be &#39; \
+                                  &#39;a multiple of twenty-five letters long&#39;), \
+                &#39;easy&#39;, \
+                make_cadenus_keycolumn(doubled_letters=&#39;vw&#39;, start=&#39;a&#39;, reverse=True))
+    &#39;systretomtattlusoatleeesfiyheasdfnmschbhneuvsnpmtofarenuseieeieltarlmentieetogevesitfaisltngeeuvowul&#39;
+    &#34;&#34;&#34;
+    transpositions = transpositions_of(keyword)
+    enciphered_chunks = []
+    for message_chunk in chunks(message, len(transpositions) * 25, 
+                                fillvalue=fillvalue):
+        rows = chunks(message_chunk, len(transpositions), fillvalue=fillvalue)
+        columns = zip(*rows)
+        rotated_columns = [col[start:] + col[:start] for start, col in zip([keycolumn[l] for l in keyword], columns)]    
+        rotated_rows = zip(*rotated_columns)
+        transposed = [transpose(r, transpositions) for r in rotated_rows]
+        enciphered_chunks.append(cat(chain(*transposed)))
+    return cat(enciphered_chunks)
+
+def cadenus_decipher(message, keyword, keycolumn, fillvalue=&#39;a&#39;):
+    &#34;&#34;&#34;
+    &gt;&gt;&gt; cadenus_decipher(&#39;antodeleeeuhrsidrbhmhdrrhnimefmthgeaetakseomehetyaa&#39; \
+                         &#39;suvoyegrastmmuuaeenabbtpchehtarorikswosmvaleatned&#39;, \
+                 &#39;wink&#39;, \
+                 make_cadenus_keycolumn(reverse=True))
+    &#39;whoeverhasmadeavoyageupthehudsonmustrememberthekaatskillmountainstheyareadismemberedbranchofthegreat&#39;
+    &gt;&gt;&gt; cadenus_decipher(&#39;systretomtattlusoatleeesfiyheasdfnmschbhneuvsnpmtof&#39; \
+                        &#39;arenuseieeieltarlmentieetogevesitfaisltngeeuvowul&#39;, \
+                 &#39;easy&#39;, \
+                 make_cadenus_keycolumn(reverse=True))
+    &#39;aseverelimitationontheusefulnessofthecadenusisthateverymessagemustbeamultipleoftwentyfiveletterslong&#39;
+    &#34;&#34;&#34;
+    transpositions = transpositions_of(keyword)
+    deciphered_chunks = []
+    for message_chunk in chunks(message, len(transpositions) * 25, 
+                                fillvalue=fillvalue):
+        rows = chunks(message_chunk, len(transpositions), fillvalue=fillvalue)
+        untransposed_rows = [untranspose(r, transpositions) for r in rows]
+        columns = zip(*untransposed_rows)
+        rotated_columns = [col[-start:] + col[:-start] for start, col in zip([keycolumn[l] for l in keyword], columns)]    
+        rotated_rows = zip(*rotated_columns)
+        deciphered_chunks.append(cat(chain(*rotated_rows)))
+    return cat(deciphered_chunks)
+    
+
+
+def cadenus_break(message, wordlist=None, 
+    doubled_letters=&#39;vw&#39;, fitness=Pbigrams):
+    &#34;&#34;&#34;Breaks a Cadenus cipher using a dictionary and
+    frequency analysis
+
+    If `wordlist` is not specified, use 
+    [`szyfrow.support.langauge_models.keywords`](support/language_models.html#szyfrow.support.language_models.keywords).
+    &#34;&#34;&#34;
+    if wordlist is None:
+        wordlist = keywords
+
+    # c = make_cadenus_keycolumn(reverse=True)
+    # valid_words = [w for w in wordlist
+    #     if len(transpositions_of(w)) == len(message) // 25]
+    with multiprocessing.Pool() as pool:
+        results = pool.starmap(cadenus_break_worker, 
+                [(message, w, 
+                    make_cadenus_keycolumn(doubled_letters=doubled_letters, 
+                        start=s, reverse=r), 
+                    fitness)
+                for w in wordlist 
+                for s in string.ascii_lowercase 
+                for r in [True, False]
+                # if max(transpositions_of(w)) &lt;= len(
+                #     make_cadenus_keycolumn(
+                #         doubled_letters=doubled_letters, start=s, reverse=r))
+                ])
+    # return list(results)
+    return max(results, key=lambda k: k[1])
+
+def cadenus_break_worker(message, keyword, keycolumn, fitness):
+    # message_chunks = chunks(message, 175)
+    # plaintext = &#39;&#39;.join(cadenus_decipher(c, keyword, keycolumn) for c in message_chunks)
+    plaintext = cadenus_decipher(message, keyword, keycolumn)
+    fit = fitness(plaintext)
+    return (keyword, keycolumn), fit
+
+if __name__ == &#34;__main__&#34;:
+    import doctest</code></pre>
+</details>
+</section>
+<section>
+</section>
+<section>
+</section>
+<section>
+<h2 class="section-title" id="header-functions">Functions</h2>
+<dl>
+<dt id="szyfrow.cadenus.cadenus_break"><code class="name flex">
+<span>def <span class="ident">cadenus_break</span></span>(<span>message, wordlist=None, doubled_letters='vw', fitness=&lt;function Pbigrams&gt;)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Breaks a Cadenus cipher using a dictionary and
+frequency analysis</p>
+<p>If <code>wordlist</code> is not specified, use
+<a href="support/language_models.html#szyfrow.support.language_models.keywords"><code>szyfrow.support.langauge_models.keywords</code></a>.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def cadenus_break(message, wordlist=None, 
+    doubled_letters=&#39;vw&#39;, fitness=Pbigrams):
+    &#34;&#34;&#34;Breaks a Cadenus cipher using a dictionary and
+    frequency analysis
+
+    If `wordlist` is not specified, use 
+    [`szyfrow.support.langauge_models.keywords`](support/language_models.html#szyfrow.support.language_models.keywords).
+    &#34;&#34;&#34;
+    if wordlist is None:
+        wordlist = keywords
+
+    # c = make_cadenus_keycolumn(reverse=True)
+    # valid_words = [w for w in wordlist
+    #     if len(transpositions_of(w)) == len(message) // 25]
+    with multiprocessing.Pool() as pool:
+        results = pool.starmap(cadenus_break_worker, 
+                [(message, w, 
+                    make_cadenus_keycolumn(doubled_letters=doubled_letters, 
+                        start=s, reverse=r), 
+                    fitness)
+                for w in wordlist 
+                for s in string.ascii_lowercase 
+                for r in [True, False]
+                # if max(transpositions_of(w)) &lt;= len(
+                #     make_cadenus_keycolumn(
+                #         doubled_letters=doubled_letters, start=s, reverse=r))
+                ])
+    # return list(results)
+    return max(results, key=lambda k: k[1])</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.cadenus.cadenus_break_worker"><code class="name flex">
+<span>def <span class="ident">cadenus_break_worker</span></span>(<span>message, keyword, keycolumn, fitness)</span>
+</code></dt>
+<dd>
+<div class="desc"></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def cadenus_break_worker(message, keyword, keycolumn, fitness):
+    # message_chunks = chunks(message, 175)
+    # plaintext = &#39;&#39;.join(cadenus_decipher(c, keyword, keycolumn) for c in message_chunks)
+    plaintext = cadenus_decipher(message, keyword, keycolumn)
+    fit = fitness(plaintext)
+    return (keyword, keycolumn), fit</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.cadenus.cadenus_decipher"><code class="name flex">
+<span>def <span class="ident">cadenus_decipher</span></span>(<span>message, keyword, keycolumn, fillvalue='a')</span>
+</code></dt>
+<dd>
+<div class="desc"><pre><code class="language-python-repl">&gt;&gt;&gt; cadenus_decipher('antodeleeeuhrsidrbhmhdrrhnimefmthgeaetakseomehetyaa'                          'suvoyegrastmmuuaeenabbtpchehtarorikswosmvaleatned',                  'wink',                  make_cadenus_keycolumn(reverse=True))
+'whoeverhasmadeavoyageupthehudsonmustrememberthekaatskillmountainstheyareadismemberedbranchofthegreat'
+&gt;&gt;&gt; cadenus_decipher('systretomtattlusoatleeesfiyheasdfnmschbhneuvsnpmtof'                         'arenuseieeieltarlmentieetogevesitfaisltngeeuvowul',                  'easy',                  make_cadenus_keycolumn(reverse=True))
+'aseverelimitationontheusefulnessofthecadenusisthateverymessagemustbeamultipleoftwentyfiveletterslong'
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def cadenus_decipher(message, keyword, keycolumn, fillvalue=&#39;a&#39;):
+    &#34;&#34;&#34;
+    &gt;&gt;&gt; cadenus_decipher(&#39;antodeleeeuhrsidrbhmhdrrhnimefmthgeaetakseomehetyaa&#39; \
+                         &#39;suvoyegrastmmuuaeenabbtpchehtarorikswosmvaleatned&#39;, \
+                 &#39;wink&#39;, \
+                 make_cadenus_keycolumn(reverse=True))
+    &#39;whoeverhasmadeavoyageupthehudsonmustrememberthekaatskillmountainstheyareadismemberedbranchofthegreat&#39;
+    &gt;&gt;&gt; cadenus_decipher(&#39;systretomtattlusoatleeesfiyheasdfnmschbhneuvsnpmtof&#39; \
+                        &#39;arenuseieeieltarlmentieetogevesitfaisltngeeuvowul&#39;, \
+                 &#39;easy&#39;, \
+                 make_cadenus_keycolumn(reverse=True))
+    &#39;aseverelimitationontheusefulnessofthecadenusisthateverymessagemustbeamultipleoftwentyfiveletterslong&#39;
+    &#34;&#34;&#34;
+    transpositions = transpositions_of(keyword)
+    deciphered_chunks = []
+    for message_chunk in chunks(message, len(transpositions) * 25, 
+                                fillvalue=fillvalue):
+        rows = chunks(message_chunk, len(transpositions), fillvalue=fillvalue)
+        untransposed_rows = [untranspose(r, transpositions) for r in rows]
+        columns = zip(*untransposed_rows)
+        rotated_columns = [col[-start:] + col[:-start] for start, col in zip([keycolumn[l] for l in keyword], columns)]    
+        rotated_rows = zip(*rotated_columns)
+        deciphered_chunks.append(cat(chain(*rotated_rows)))
+    return cat(deciphered_chunks)</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.cadenus.cadenus_encipher"><code class="name flex">
+<span>def <span class="ident">cadenus_encipher</span></span>(<span>message, keyword, keycolumn, fillvalue='a')</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Encipher with the Cadenus cipher</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; cadenus_encipher(sanitise('Whoever has made a voyage up the Hudson '                                   'must remember the Kaatskill mountains. '                                   'They are a dismembered branch of the great'),                 'wink',                 make_cadenus_keycolumn(doubled_letters='vw', start='a', reverse=True))
+'antodeleeeuhrsidrbhmhdrrhnimefmthgeaetakseomehetyaasuvoyegrastmmuuaeenabbtpchehtarorikswosmvaleatned'
+&gt;&gt;&gt; cadenus_encipher(sanitise('a severe limitation on the usefulness of '                                   'the cadenus is that every message must be '                                   'a multiple of twenty-five letters long'),                 'easy',                 make_cadenus_keycolumn(doubled_letters='vw', start='a', reverse=True))
+'systretomtattlusoatleeesfiyheasdfnmschbhneuvsnpmtofarenuseieeieltarlmentieetogevesitfaisltngeeuvowul'
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def cadenus_encipher(message, keyword, keycolumn, fillvalue=&#39;a&#39;):
+    &#34;&#34;&#34;Encipher with the Cadenus cipher
+
+    &gt;&gt;&gt; cadenus_encipher(sanitise(&#39;Whoever has made a voyage up the Hudson &#39; \
+                                  &#39;must remember the Kaatskill mountains. &#39; \
+                                  &#39;They are a dismembered branch of the great&#39;), \
+                &#39;wink&#39;, \
+                make_cadenus_keycolumn(doubled_letters=&#39;vw&#39;, start=&#39;a&#39;, reverse=True))
+    &#39;antodeleeeuhrsidrbhmhdrrhnimefmthgeaetakseomehetyaasuvoyegrastmmuuaeenabbtpchehtarorikswosmvaleatned&#39;
+    &gt;&gt;&gt; cadenus_encipher(sanitise(&#39;a severe limitation on the usefulness of &#39; \
+                                  &#39;the cadenus is that every message must be &#39; \
+                                  &#39;a multiple of twenty-five letters long&#39;), \
+                &#39;easy&#39;, \
+                make_cadenus_keycolumn(doubled_letters=&#39;vw&#39;, start=&#39;a&#39;, reverse=True))
+    &#39;systretomtattlusoatleeesfiyheasdfnmschbhneuvsnpmtofarenuseieeieltarlmentieetogevesitfaisltngeeuvowul&#39;
+    &#34;&#34;&#34;
+    transpositions = transpositions_of(keyword)
+    enciphered_chunks = []
+    for message_chunk in chunks(message, len(transpositions) * 25, 
+                                fillvalue=fillvalue):
+        rows = chunks(message_chunk, len(transpositions), fillvalue=fillvalue)
+        columns = zip(*rows)
+        rotated_columns = [col[start:] + col[:start] for start, col in zip([keycolumn[l] for l in keyword], columns)]    
+        rotated_rows = zip(*rotated_columns)
+        transposed = [transpose(r, transpositions) for r in rotated_rows]
+        enciphered_chunks.append(cat(chain(*transposed)))
+    return cat(enciphered_chunks)</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.cadenus.cat"><code class="name flex">
+<span>def <span class="ident">cat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+<dt id="szyfrow.cadenus.lcat"><code class="name flex">
+<span>def <span class="ident">lcat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+<dt id="szyfrow.cadenus.make_cadenus_keycolumn"><code class="name flex">
+<span>def <span class="ident">make_cadenus_keycolumn</span></span>(<span>doubled_letters='vw', start='a', reverse=False)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Makes the key column for a Cadenus cipher (the column down between the
+rows of letters)</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; make_cadenus_keycolumn()['a']
+0
+&gt;&gt;&gt; make_cadenus_keycolumn()['b']
+1
+&gt;&gt;&gt; make_cadenus_keycolumn()['c']
+2
+&gt;&gt;&gt; make_cadenus_keycolumn()['v']
+21
+&gt;&gt;&gt; make_cadenus_keycolumn()['w']
+21
+&gt;&gt;&gt; make_cadenus_keycolumn()['z']
+24
+&gt;&gt;&gt; make_cadenus_keycolumn(doubled_letters='ij', start='b', reverse=True)['a']
+1
+&gt;&gt;&gt; make_cadenus_keycolumn(doubled_letters='ij', start='b', reverse=True)['b']
+0
+&gt;&gt;&gt; make_cadenus_keycolumn(doubled_letters='ij', start='b', reverse=True)['c']
+24
+&gt;&gt;&gt; make_cadenus_keycolumn(doubled_letters='ij', start='b', reverse=True)['i']
+18
+&gt;&gt;&gt; make_cadenus_keycolumn(doubled_letters='ij', start='b', reverse=True)['j']
+18
+&gt;&gt;&gt; make_cadenus_keycolumn(doubled_letters='ij', start='b', reverse=True)['v']
+6
+&gt;&gt;&gt; make_cadenus_keycolumn(doubled_letters='ij', start='b', reverse=True)['z']
+2
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def make_cadenus_keycolumn(doubled_letters = &#39;vw&#39;, start=&#39;a&#39;, reverse=False):
+    &#34;&#34;&#34;Makes the key column for a Cadenus cipher (the column down between the
+        rows of letters)
+
+    &gt;&gt;&gt; make_cadenus_keycolumn()[&#39;a&#39;]
+    0
+    &gt;&gt;&gt; make_cadenus_keycolumn()[&#39;b&#39;]
+    1
+    &gt;&gt;&gt; make_cadenus_keycolumn()[&#39;c&#39;]
+    2
+    &gt;&gt;&gt; make_cadenus_keycolumn()[&#39;v&#39;]
+    21
+    &gt;&gt;&gt; make_cadenus_keycolumn()[&#39;w&#39;]
+    21
+    &gt;&gt;&gt; make_cadenus_keycolumn()[&#39;z&#39;]
+    24
+    &gt;&gt;&gt; make_cadenus_keycolumn(doubled_letters=&#39;ij&#39;, start=&#39;b&#39;, reverse=True)[&#39;a&#39;]
+    1
+    &gt;&gt;&gt; make_cadenus_keycolumn(doubled_letters=&#39;ij&#39;, start=&#39;b&#39;, reverse=True)[&#39;b&#39;]
+    0
+    &gt;&gt;&gt; make_cadenus_keycolumn(doubled_letters=&#39;ij&#39;, start=&#39;b&#39;, reverse=True)[&#39;c&#39;]
+    24
+    &gt;&gt;&gt; make_cadenus_keycolumn(doubled_letters=&#39;ij&#39;, start=&#39;b&#39;, reverse=True)[&#39;i&#39;]
+    18
+    &gt;&gt;&gt; make_cadenus_keycolumn(doubled_letters=&#39;ij&#39;, start=&#39;b&#39;, reverse=True)[&#39;j&#39;]
+    18
+    &gt;&gt;&gt; make_cadenus_keycolumn(doubled_letters=&#39;ij&#39;, start=&#39;b&#39;, reverse=True)[&#39;v&#39;]
+    6
+    &gt;&gt;&gt; make_cadenus_keycolumn(doubled_letters=&#39;ij&#39;, start=&#39;b&#39;, reverse=True)[&#39;z&#39;]
+    2
+    &#34;&#34;&#34;
+    index_to_remove = string.ascii_lowercase.find(doubled_letters[0])
+    short_alphabet = string.ascii_lowercase[:index_to_remove] + string.ascii_lowercase[index_to_remove+1:]
+    if reverse:
+        short_alphabet = cat(reversed(short_alphabet))
+    start_pos = short_alphabet.find(start)
+    rotated_alphabet = short_alphabet[start_pos:] + short_alphabet[:start_pos]
+    keycolumn = {l: i for i, l in enumerate(rotated_alphabet)}
+    keycolumn[doubled_letters[0]] = keycolumn[doubled_letters[1]]
+    return keycolumn</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.cadenus.wcat"><code class="name flex">
+<span>def <span class="ident">wcat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+</dl>
+</section>
+<section>
+</section>
+</article>
+<nav id="sidebar">
+<h1>Index</h1>
+<div class="toc">
+<ul></ul>
+</div>
+<ul id="index">
+<li><h3>Super-module</h3>
+<ul>
+<li><code><a title="szyfrow" href="index.html">szyfrow</a></code></li>
+</ul>
+</li>
+<li><h3><a href="#header-functions">Functions</a></h3>
+<ul class="">
+<li><code><a title="szyfrow.cadenus.cadenus_break" href="#szyfrow.cadenus.cadenus_break">cadenus_break</a></code></li>
+<li><code><a title="szyfrow.cadenus.cadenus_break_worker" href="#szyfrow.cadenus.cadenus_break_worker">cadenus_break_worker</a></code></li>
+<li><code><a title="szyfrow.cadenus.cadenus_decipher" href="#szyfrow.cadenus.cadenus_decipher">cadenus_decipher</a></code></li>
+<li><code><a title="szyfrow.cadenus.cadenus_encipher" href="#szyfrow.cadenus.cadenus_encipher">cadenus_encipher</a></code></li>
+<li><code><a title="szyfrow.cadenus.cat" href="#szyfrow.cadenus.cat">cat</a></code></li>
+<li><code><a title="szyfrow.cadenus.lcat" href="#szyfrow.cadenus.lcat">lcat</a></code></li>
+<li><code><a title="szyfrow.cadenus.make_cadenus_keycolumn" href="#szyfrow.cadenus.make_cadenus_keycolumn">make_cadenus_keycolumn</a></code></li>
+<li><code><a title="szyfrow.cadenus.wcat" href="#szyfrow.cadenus.wcat">wcat</a></code></li>
+</ul>
+</li>
+</ul>
+</nav>
+</main>
+<footer id="footer">
+<p>Generated by <a href="https://pdoc3.github.io/pdoc"><cite>pdoc</cite> 0.9.2</a>.</p>
+</footer>
+</body>
+</html>
\ No newline at end of file
diff --git a/docs/szyfrow/caesar.html b/docs/szyfrow/caesar.html
new file mode 100644 (file)
index 0000000..2f40c00
--- /dev/null
@@ -0,0 +1,461 @@
+<!doctype html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
+<meta name="generator" content="pdoc 0.9.2" />
+<title>szyfrow.caesar API documentation</title>
+<meta name="description" content="Enciphering and deciphering using the [Caesar cipher](https://en.wikipedia.org/wiki/Caesar_cipher).
+Also attempts to break messages that use a Caesar …" />
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/sanitize.min.css" integrity="sha256-PK9q560IAAa6WVRRh76LtCaI8pjTJ2z11v0miyNNjrs=" crossorigin>
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/typography.min.css" integrity="sha256-7l/o7C8jubJiy74VsKTidCy1yBkRtiUGbVkYBylBqUg=" crossorigin>
+<link rel="stylesheet preload" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/styles/github.min.css" crossorigin>
+<style>:root{--highlight-color:#fe9}.flex{display:flex !important}body{line-height:1.5em}#content{padding:20px}#sidebar{padding:30px;overflow:hidden}#sidebar > *:last-child{margin-bottom:2cm}.http-server-breadcrumbs{font-size:130%;margin:0 0 15px 0}#footer{font-size:.75em;padding:5px 30px;border-top:1px solid #ddd;text-align:right}#footer p{margin:0 0 0 1em;display:inline-block}#footer p:last-child{margin-right:30px}h1,h2,h3,h4,h5{font-weight:300}h1{font-size:2.5em;line-height:1.1em}h2{font-size:1.75em;margin:1em 0 .50em 0}h3{font-size:1.4em;margin:25px 0 10px 0}h4{margin:0;font-size:105%}h1:target,h2:target,h3:target,h4:target,h5:target,h6:target{background:var(--highlight-color);padding:.2em 0}a{color:#058;text-decoration:none;transition:color .3s ease-in-out}a:hover{color:#e82}.title code{font-weight:bold}h2[id^="header-"]{margin-top:2em}.ident{color:#900}pre code{background:#f8f8f8;font-size:.8em;line-height:1.4em}code{background:#f2f2f1;padding:1px 4px;overflow-wrap:break-word}h1 code{background:transparent}pre{background:#f8f8f8;border:0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;margin:1em 0;padding:1ex}#http-server-module-list{display:flex;flex-flow:column}#http-server-module-list div{display:flex}#http-server-module-list dt{min-width:10%}#http-server-module-list p{margin-top:0}.toc ul,#index{list-style-type:none;margin:0;padding:0}#index code{background:transparent}#index h3{border-bottom:1px solid #ddd}#index ul{padding:0}#index h4{margin-top:.6em;font-weight:bold}@media (min-width:200ex){#index .two-column{column-count:2}}@media (min-width:300ex){#index .two-column{column-count:3}}dl{margin-bottom:2em}dl dl:last-child{margin-bottom:4em}dd{margin:0 0 1em 3em}#header-classes + dl > dd{margin-bottom:3em}dd dd{margin-left:2em}dd p{margin:10px 0}.name{background:#eee;font-weight:bold;font-size:.85em;padding:5px 10px;display:inline-block;min-width:40%}.name:hover{background:#e0e0e0}dt:target .name{background:var(--highlight-color)}.name > span:first-child{white-space:nowrap}.name.class > span:nth-child(2){margin-left:.4em}.inherited{color:#999;border-left:5px solid #eee;padding-left:1em}.inheritance em{font-style:normal;font-weight:bold}.desc h2{font-weight:400;font-size:1.25em}.desc h3{font-size:1em}.desc dt code{background:inherit}.source summary,.git-link-div{color:#666;text-align:right;font-weight:400;font-size:.8em;text-transform:uppercase}.source summary > *{white-space:nowrap;cursor:pointer}.git-link{color:inherit;margin-left:1em}.source pre{max-height:500px;overflow:auto;margin:0}.source pre code{font-size:12px;overflow:visible}.hlist{list-style:none}.hlist li{display:inline}.hlist li:after{content:',\2002'}.hlist li:last-child:after{content:none}.hlist .hlist{display:inline;padding-left:1em}img{max-width:100%}td{padding:0 .5em}.admonition{padding:.1em .5em;margin-bottom:1em}.admonition-title{font-weight:bold}.admonition.note,.admonition.info,.admonition.important{background:#aef}.admonition.todo,.admonition.versionadded,.admonition.tip,.admonition.hint{background:#dfd}.admonition.warning,.admonition.versionchanged,.admonition.deprecated{background:#fd4}.admonition.error,.admonition.danger,.admonition.caution{background:lightpink}</style>
+<style media="screen and (min-width: 700px)">@media screen and (min-width:700px){#sidebar{width:30%;height:100vh;overflow:auto;position:sticky;top:0}#content{width:70%;max-width:100ch;padding:3em 4em;border-left:1px solid #ddd}pre code{font-size:1em}.item .name{font-size:1em}main{display:flex;flex-direction:row-reverse;justify-content:flex-end}.toc ul ul,#index ul{padding-left:1.5em}.toc > ul > li{margin-top:.5em}}</style>
+<style media="print">@media print{#sidebar h1{page-break-before:always}.source{display:none}}@media print{*{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a[href]:after{content:" (" attr(href) ")";font-size:90%}a[href][title]:after{content:none}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:0.5cm}p,h2,h3{orphans:3;widows:3}h1,h2,h3,h4,h5,h6{page-break-after:avoid}}</style>
+<script defer src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/highlight.min.js" integrity="sha256-Uv3H6lx7dJmRfRvH8TH6kJD1TSK1aFcwgx+mdg3epi8=" crossorigin></script>
+<script>window.addEventListener('DOMContentLoaded', () => hljs.initHighlighting())</script>
+</head>
+<body>
+<main>
+<article id="content">
+<header>
+<h1 class="title">Module <code>szyfrow.caesar</code></h1>
+</header>
+<section id="section-intro">
+<p>Enciphering and deciphering using the <a href="https://en.wikipedia.org/wiki/Caesar_cipher">Caesar cipher</a>.
+Also attempts to break messages that use a Caesar cipher.</p>
+<p>The Caesar cipher operates one letter at a time. It converts each letter to a
+number, then enciphers that number by adding the key. The result is taken mod
+26 and converted back into a letter.</p>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">&#34;&#34;&#34;Enciphering and deciphering using the [Caesar cipher](https://en.wikipedia.org/wiki/Caesar_cipher). 
+Also attempts to break messages that use a Caesar cipher.
+
+The Caesar cipher operates one letter at a time. It converts each letter to a 
+number, then enciphers that number by adding the key. The result is taken mod 
+26 and converted back into a letter.
+
+&#34;&#34;&#34;
+
+from szyfrow.support.utilities import *
+from szyfrow.support.language_models import *
+
+def caesar_encipher_letter(accented_letter, shift):
+    &#34;&#34;&#34;Encipher a letter, given a shift amount.
+
+    Accented version of latin letters (such as é and ö) are converted to their
+    non-accented versions before encryption.
+
+    &gt;&gt;&gt; caesar_encipher_letter(&#39;a&#39;, 1)
+    &#39;b&#39;
+    &gt;&gt;&gt; caesar_encipher_letter(&#39;a&#39;, 2)
+    &#39;c&#39;
+    &gt;&gt;&gt; caesar_encipher_letter(&#39;b&#39;, 2)
+    &#39;d&#39;
+    &gt;&gt;&gt; caesar_encipher_letter(&#39;x&#39;, 2)
+    &#39;z&#39;
+    &gt;&gt;&gt; caesar_encipher_letter(&#39;y&#39;, 2)
+    &#39;a&#39;
+    &gt;&gt;&gt; caesar_encipher_letter(&#39;z&#39;, 2)
+    &#39;b&#39;
+    &gt;&gt;&gt; caesar_encipher_letter(&#39;z&#39;, -1)
+    &#39;y&#39;
+    &gt;&gt;&gt; caesar_encipher_letter(&#39;a&#39;, -1)
+    &#39;z&#39;
+    &gt;&gt;&gt; caesar_encipher_letter(&#39;A&#39;, 1)
+    &#39;B&#39;
+    &gt;&gt;&gt; caesar_encipher_letter(&#39;é&#39;, 1)
+    &#39;f&#39;
+    &#34;&#34;&#34;
+    # letter = unaccent(accented_letter)
+    # if letter in string.ascii_letters:
+    #     if letter in string.ascii_uppercase:
+    #         alphabet_start = ord(&#39;A&#39;)
+    #     else:
+    #         alphabet_start = ord(&#39;a&#39;)
+    #     return chr(((ord(letter) - alphabet_start + shift) % 26) + 
+    #                alphabet_start)
+    # else:
+    #     return letter
+
+    letter = unaccent(accented_letter)
+    if letter in string.ascii_letters:
+        cipherletter = unpos(pos(letter) + shift)
+        if letter in string.ascii_uppercase:
+            return cipherletter.upper()
+        else:
+            return cipherletter
+    else:
+        return letter
+
+def caesar_decipher_letter(letter, shift):
+    &#34;&#34;&#34;Decipher a letter, given a shift amount
+    
+    &gt;&gt;&gt; caesar_decipher_letter(&#39;b&#39;, 1)
+    &#39;a&#39;
+    &gt;&gt;&gt; caesar_decipher_letter(&#39;b&#39;, 2)
+    &#39;z&#39;
+    &#34;&#34;&#34;
+    return caesar_encipher_letter(letter, -shift)
+
+def caesar_encipher(message, shift):
+    &#34;&#34;&#34;Encipher a message with the Caesar cipher of given shift
+    
+    &gt;&gt;&gt; caesar_encipher(&#39;abc&#39;, 1)
+    &#39;bcd&#39;
+    &gt;&gt;&gt; caesar_encipher(&#39;abc&#39;, 2)
+    &#39;cde&#39;
+    &gt;&gt;&gt; caesar_encipher(&#39;abcxyz&#39;, 2)
+    &#39;cdezab&#39;
+    &gt;&gt;&gt; caesar_encipher(&#39;ab cx yz&#39;, 2)
+    &#39;cd ez ab&#39;
+    &gt;&gt;&gt; caesar_encipher(&#39;Héllo World!&#39;, 2)
+    &#39;Jgnnq Yqtnf!&#39;
+    &#34;&#34;&#34;
+    enciphered = [caesar_encipher_letter(l, shift) for l in message]
+    return cat(enciphered)
+
+def caesar_decipher(message, shift):
+    &#34;&#34;&#34;Decipher a message with the Caesar cipher of given shift
+    
+    &gt;&gt;&gt; caesar_decipher(&#39;bcd&#39;, 1)
+    &#39;abc&#39;
+    &gt;&gt;&gt; caesar_decipher(&#39;cde&#39;, 2)
+    &#39;abc&#39;
+    &gt;&gt;&gt; caesar_decipher(&#39;cd ez ab&#39;, 2)
+    &#39;ab cx yz&#39;
+    &gt;&gt;&gt; caesar_decipher(&#39;Jgnnq Yqtnf!&#39;, 2)
+    &#39;Hello World!&#39;
+    &#34;&#34;&#34;
+    return caesar_encipher(message, -shift)
+
+
+def caesar_break(message, fitness=Pletters):
+    &#34;&#34;&#34;Breaks a Caesar cipher using frequency analysis
+
+    It tries all possible keys, scores the fitness of the text decipherd with 
+    each key, and returns the key that produces the most fit deciphered text.
+
+    &gt;&gt;&gt; caesar_break(&#39;ibxcsyorsaqcheyklxivoexlevmrimwxsfiqevvmihrsasrxliwyrh&#39; \
+          &#39;ecjsppsamrkwleppfmergefifvmhixscsymjcsyqeoixlm&#39;) # doctest: +ELLIPSIS
+    (4, -130.849989015...)
+    &gt;&gt;&gt; caesar_break(&#39;wxwmaxdgheetgwuxztgptedbgznitgwwhpguxyhkxbmhvvtlbhgtee&#39; \
+          &#39;raxlmhiixweblmxgxwmhmaxybkbgztgwztsxwbgmxgmert&#39;) # doctest: +ELLIPSIS
+    (19, -128.82410410...)
+    &gt;&gt;&gt; caesar_break(&#39;yltbbqnqnzvguvaxurorgenafsbezqvagbnornfgsbevpnaabjurer&#39; \
+          &#39;svaquvzyvxrnznazlybequrvfohgriraabjtbaruraprur&#39;) # doctest: +ELLIPSIS
+    (13, -126.25403935...)
+    &#34;&#34;&#34;
+    sanitised_message = sanitise(message)
+    best_shift = 0
+    best_fit = float(&#39;-inf&#39;)
+    for shift in range(26):
+        plaintext = caesar_decipher(sanitised_message, shift)
+        fit = fitness(plaintext)
+
+        if fit &gt; best_fit:
+            best_fit = fit
+            best_shift = shift
+
+    return best_shift, best_fit</code></pre>
+</details>
+</section>
+<section>
+</section>
+<section>
+</section>
+<section>
+<h2 class="section-title" id="header-functions">Functions</h2>
+<dl>
+<dt id="szyfrow.caesar.caesar_break"><code class="name flex">
+<span>def <span class="ident">caesar_break</span></span>(<span>message, fitness=&lt;function Pletters&gt;)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Breaks a Caesar cipher using frequency analysis</p>
+<p>It tries all possible keys, scores the fitness of the text decipherd with
+each key, and returns the key that produces the most fit deciphered text.</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; caesar_break('ibxcsyorsaqcheyklxivoexlevmrimwxsfiqevvmihrsasrxliwyrh'           'ecjsppsamrkwleppfmergefifvmhixscsymjcsyqeoixlm') # doctest: +ELLIPSIS
+(4, -130.849989015...)
+&gt;&gt;&gt; caesar_break('wxwmaxdgheetgwuxztgptedbgznitgwwhpguxyhkxbmhvvtlbhgtee'           'raxlmhiixweblmxgxwmhmaxybkbgztgwztsxwbgmxgmert') # doctest: +ELLIPSIS
+(19, -128.82410410...)
+&gt;&gt;&gt; caesar_break('yltbbqnqnzvguvaxurorgenafsbezqvagbnornfgsbevpnaabjurer'           'svaquvzyvxrnznazlybequrvfohgriraabjtbaruraprur') # doctest: +ELLIPSIS
+(13, -126.25403935...)
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def caesar_break(message, fitness=Pletters):
+    &#34;&#34;&#34;Breaks a Caesar cipher using frequency analysis
+
+    It tries all possible keys, scores the fitness of the text decipherd with 
+    each key, and returns the key that produces the most fit deciphered text.
+
+    &gt;&gt;&gt; caesar_break(&#39;ibxcsyorsaqcheyklxivoexlevmrimwxsfiqevvmihrsasrxliwyrh&#39; \
+          &#39;ecjsppsamrkwleppfmergefifvmhixscsymjcsyqeoixlm&#39;) # doctest: +ELLIPSIS
+    (4, -130.849989015...)
+    &gt;&gt;&gt; caesar_break(&#39;wxwmaxdgheetgwuxztgptedbgznitgwwhpguxyhkxbmhvvtlbhgtee&#39; \
+          &#39;raxlmhiixweblmxgxwmhmaxybkbgztgwztsxwbgmxgmert&#39;) # doctest: +ELLIPSIS
+    (19, -128.82410410...)
+    &gt;&gt;&gt; caesar_break(&#39;yltbbqnqnzvguvaxurorgenafsbezqvagbnornfgsbevpnaabjurer&#39; \
+          &#39;svaquvzyvxrnznazlybequrvfohgriraabjtbaruraprur&#39;) # doctest: +ELLIPSIS
+    (13, -126.25403935...)
+    &#34;&#34;&#34;
+    sanitised_message = sanitise(message)
+    best_shift = 0
+    best_fit = float(&#39;-inf&#39;)
+    for shift in range(26):
+        plaintext = caesar_decipher(sanitised_message, shift)
+        fit = fitness(plaintext)
+
+        if fit &gt; best_fit:
+            best_fit = fit
+            best_shift = shift
+
+    return best_shift, best_fit</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.caesar.caesar_decipher"><code class="name flex">
+<span>def <span class="ident">caesar_decipher</span></span>(<span>message, shift)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Decipher a message with the Caesar cipher of given shift</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; caesar_decipher('bcd', 1)
+'abc'
+&gt;&gt;&gt; caesar_decipher('cde', 2)
+'abc'
+&gt;&gt;&gt; caesar_decipher('cd ez ab', 2)
+'ab cx yz'
+&gt;&gt;&gt; caesar_decipher('Jgnnq Yqtnf!', 2)
+'Hello World!'
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def caesar_decipher(message, shift):
+    &#34;&#34;&#34;Decipher a message with the Caesar cipher of given shift
+    
+    &gt;&gt;&gt; caesar_decipher(&#39;bcd&#39;, 1)
+    &#39;abc&#39;
+    &gt;&gt;&gt; caesar_decipher(&#39;cde&#39;, 2)
+    &#39;abc&#39;
+    &gt;&gt;&gt; caesar_decipher(&#39;cd ez ab&#39;, 2)
+    &#39;ab cx yz&#39;
+    &gt;&gt;&gt; caesar_decipher(&#39;Jgnnq Yqtnf!&#39;, 2)
+    &#39;Hello World!&#39;
+    &#34;&#34;&#34;
+    return caesar_encipher(message, -shift)</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.caesar.caesar_decipher_letter"><code class="name flex">
+<span>def <span class="ident">caesar_decipher_letter</span></span>(<span>letter, shift)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Decipher a letter, given a shift amount</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; caesar_decipher_letter('b', 1)
+'a'
+&gt;&gt;&gt; caesar_decipher_letter('b', 2)
+'z'
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def caesar_decipher_letter(letter, shift):
+    &#34;&#34;&#34;Decipher a letter, given a shift amount
+    
+    &gt;&gt;&gt; caesar_decipher_letter(&#39;b&#39;, 1)
+    &#39;a&#39;
+    &gt;&gt;&gt; caesar_decipher_letter(&#39;b&#39;, 2)
+    &#39;z&#39;
+    &#34;&#34;&#34;
+    return caesar_encipher_letter(letter, -shift)</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.caesar.caesar_encipher"><code class="name flex">
+<span>def <span class="ident">caesar_encipher</span></span>(<span>message, shift)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Encipher a message with the Caesar cipher of given shift</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; caesar_encipher('abc', 1)
+'bcd'
+&gt;&gt;&gt; caesar_encipher('abc', 2)
+'cde'
+&gt;&gt;&gt; caesar_encipher('abcxyz', 2)
+'cdezab'
+&gt;&gt;&gt; caesar_encipher('ab cx yz', 2)
+'cd ez ab'
+&gt;&gt;&gt; caesar_encipher('Héllo World!', 2)
+'Jgnnq Yqtnf!'
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def caesar_encipher(message, shift):
+    &#34;&#34;&#34;Encipher a message with the Caesar cipher of given shift
+    
+    &gt;&gt;&gt; caesar_encipher(&#39;abc&#39;, 1)
+    &#39;bcd&#39;
+    &gt;&gt;&gt; caesar_encipher(&#39;abc&#39;, 2)
+    &#39;cde&#39;
+    &gt;&gt;&gt; caesar_encipher(&#39;abcxyz&#39;, 2)
+    &#39;cdezab&#39;
+    &gt;&gt;&gt; caesar_encipher(&#39;ab cx yz&#39;, 2)
+    &#39;cd ez ab&#39;
+    &gt;&gt;&gt; caesar_encipher(&#39;Héllo World!&#39;, 2)
+    &#39;Jgnnq Yqtnf!&#39;
+    &#34;&#34;&#34;
+    enciphered = [caesar_encipher_letter(l, shift) for l in message]
+    return cat(enciphered)</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.caesar.caesar_encipher_letter"><code class="name flex">
+<span>def <span class="ident">caesar_encipher_letter</span></span>(<span>accented_letter, shift)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Encipher a letter, given a shift amount.</p>
+<p>Accented version of latin letters (such as é and ö) are converted to their
+non-accented versions before encryption.</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; caesar_encipher_letter('a', 1)
+'b'
+&gt;&gt;&gt; caesar_encipher_letter('a', 2)
+'c'
+&gt;&gt;&gt; caesar_encipher_letter('b', 2)
+'d'
+&gt;&gt;&gt; caesar_encipher_letter('x', 2)
+'z'
+&gt;&gt;&gt; caesar_encipher_letter('y', 2)
+'a'
+&gt;&gt;&gt; caesar_encipher_letter('z', 2)
+'b'
+&gt;&gt;&gt; caesar_encipher_letter('z', -1)
+'y'
+&gt;&gt;&gt; caesar_encipher_letter('a', -1)
+'z'
+&gt;&gt;&gt; caesar_encipher_letter('A', 1)
+'B'
+&gt;&gt;&gt; caesar_encipher_letter('é', 1)
+'f'
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def caesar_encipher_letter(accented_letter, shift):
+    &#34;&#34;&#34;Encipher a letter, given a shift amount.
+
+    Accented version of latin letters (such as é and ö) are converted to their
+    non-accented versions before encryption.
+
+    &gt;&gt;&gt; caesar_encipher_letter(&#39;a&#39;, 1)
+    &#39;b&#39;
+    &gt;&gt;&gt; caesar_encipher_letter(&#39;a&#39;, 2)
+    &#39;c&#39;
+    &gt;&gt;&gt; caesar_encipher_letter(&#39;b&#39;, 2)
+    &#39;d&#39;
+    &gt;&gt;&gt; caesar_encipher_letter(&#39;x&#39;, 2)
+    &#39;z&#39;
+    &gt;&gt;&gt; caesar_encipher_letter(&#39;y&#39;, 2)
+    &#39;a&#39;
+    &gt;&gt;&gt; caesar_encipher_letter(&#39;z&#39;, 2)
+    &#39;b&#39;
+    &gt;&gt;&gt; caesar_encipher_letter(&#39;z&#39;, -1)
+    &#39;y&#39;
+    &gt;&gt;&gt; caesar_encipher_letter(&#39;a&#39;, -1)
+    &#39;z&#39;
+    &gt;&gt;&gt; caesar_encipher_letter(&#39;A&#39;, 1)
+    &#39;B&#39;
+    &gt;&gt;&gt; caesar_encipher_letter(&#39;é&#39;, 1)
+    &#39;f&#39;
+    &#34;&#34;&#34;
+    # letter = unaccent(accented_letter)
+    # if letter in string.ascii_letters:
+    #     if letter in string.ascii_uppercase:
+    #         alphabet_start = ord(&#39;A&#39;)
+    #     else:
+    #         alphabet_start = ord(&#39;a&#39;)
+    #     return chr(((ord(letter) - alphabet_start + shift) % 26) + 
+    #                alphabet_start)
+    # else:
+    #     return letter
+
+    letter = unaccent(accented_letter)
+    if letter in string.ascii_letters:
+        cipherletter = unpos(pos(letter) + shift)
+        if letter in string.ascii_uppercase:
+            return cipherletter.upper()
+        else:
+            return cipherletter
+    else:
+        return letter</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.caesar.cat"><code class="name flex">
+<span>def <span class="ident">cat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+<dt id="szyfrow.caesar.lcat"><code class="name flex">
+<span>def <span class="ident">lcat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+<dt id="szyfrow.caesar.wcat"><code class="name flex">
+<span>def <span class="ident">wcat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+</dl>
+</section>
+<section>
+</section>
+</article>
+<nav id="sidebar">
+<h1>Index</h1>
+<div class="toc">
+<ul></ul>
+</div>
+<ul id="index">
+<li><h3>Super-module</h3>
+<ul>
+<li><code><a title="szyfrow" href="index.html">szyfrow</a></code></li>
+</ul>
+</li>
+<li><h3><a href="#header-functions">Functions</a></h3>
+<ul class="">
+<li><code><a title="szyfrow.caesar.caesar_break" href="#szyfrow.caesar.caesar_break">caesar_break</a></code></li>
+<li><code><a title="szyfrow.caesar.caesar_decipher" href="#szyfrow.caesar.caesar_decipher">caesar_decipher</a></code></li>
+<li><code><a title="szyfrow.caesar.caesar_decipher_letter" href="#szyfrow.caesar.caesar_decipher_letter">caesar_decipher_letter</a></code></li>
+<li><code><a title="szyfrow.caesar.caesar_encipher" href="#szyfrow.caesar.caesar_encipher">caesar_encipher</a></code></li>
+<li><code><a title="szyfrow.caesar.caesar_encipher_letter" href="#szyfrow.caesar.caesar_encipher_letter">caesar_encipher_letter</a></code></li>
+<li><code><a title="szyfrow.caesar.cat" href="#szyfrow.caesar.cat">cat</a></code></li>
+<li><code><a title="szyfrow.caesar.lcat" href="#szyfrow.caesar.lcat">lcat</a></code></li>
+<li><code><a title="szyfrow.caesar.wcat" href="#szyfrow.caesar.wcat">wcat</a></code></li>
+</ul>
+</li>
+</ul>
+</nav>
+</main>
+<footer id="footer">
+<p>Generated by <a href="https://pdoc3.github.io/pdoc"><cite>pdoc</cite> 0.9.2</a>.</p>
+</footer>
+</body>
+</html>
\ No newline at end of file
diff --git a/docs/szyfrow/column_transposition.html b/docs/szyfrow/column_transposition.html
new file mode 100644 (file)
index 0000000..582f13e
--- /dev/null
@@ -0,0 +1,780 @@
+<!doctype html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
+<meta name="generator" content="pdoc 0.9.2" />
+<title>szyfrow.column_transposition API documentation</title>
+<meta name="description" content="Enciphering and deciphering using the [Column transposition cipher](https://en.wikipedia.org/wiki/Bifid_cipher).
+Also attempts to break messages that …" />
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/sanitize.min.css" integrity="sha256-PK9q560IAAa6WVRRh76LtCaI8pjTJ2z11v0miyNNjrs=" crossorigin>
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/typography.min.css" integrity="sha256-7l/o7C8jubJiy74VsKTidCy1yBkRtiUGbVkYBylBqUg=" crossorigin>
+<link rel="stylesheet preload" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/styles/github.min.css" crossorigin>
+<style>:root{--highlight-color:#fe9}.flex{display:flex !important}body{line-height:1.5em}#content{padding:20px}#sidebar{padding:30px;overflow:hidden}#sidebar > *:last-child{margin-bottom:2cm}.http-server-breadcrumbs{font-size:130%;margin:0 0 15px 0}#footer{font-size:.75em;padding:5px 30px;border-top:1px solid #ddd;text-align:right}#footer p{margin:0 0 0 1em;display:inline-block}#footer p:last-child{margin-right:30px}h1,h2,h3,h4,h5{font-weight:300}h1{font-size:2.5em;line-height:1.1em}h2{font-size:1.75em;margin:1em 0 .50em 0}h3{font-size:1.4em;margin:25px 0 10px 0}h4{margin:0;font-size:105%}h1:target,h2:target,h3:target,h4:target,h5:target,h6:target{background:var(--highlight-color);padding:.2em 0}a{color:#058;text-decoration:none;transition:color .3s ease-in-out}a:hover{color:#e82}.title code{font-weight:bold}h2[id^="header-"]{margin-top:2em}.ident{color:#900}pre code{background:#f8f8f8;font-size:.8em;line-height:1.4em}code{background:#f2f2f1;padding:1px 4px;overflow-wrap:break-word}h1 code{background:transparent}pre{background:#f8f8f8;border:0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;margin:1em 0;padding:1ex}#http-server-module-list{display:flex;flex-flow:column}#http-server-module-list div{display:flex}#http-server-module-list dt{min-width:10%}#http-server-module-list p{margin-top:0}.toc ul,#index{list-style-type:none;margin:0;padding:0}#index code{background:transparent}#index h3{border-bottom:1px solid #ddd}#index ul{padding:0}#index h4{margin-top:.6em;font-weight:bold}@media (min-width:200ex){#index .two-column{column-count:2}}@media (min-width:300ex){#index .two-column{column-count:3}}dl{margin-bottom:2em}dl dl:last-child{margin-bottom:4em}dd{margin:0 0 1em 3em}#header-classes + dl > dd{margin-bottom:3em}dd dd{margin-left:2em}dd p{margin:10px 0}.name{background:#eee;font-weight:bold;font-size:.85em;padding:5px 10px;display:inline-block;min-width:40%}.name:hover{background:#e0e0e0}dt:target .name{background:var(--highlight-color)}.name > span:first-child{white-space:nowrap}.name.class > span:nth-child(2){margin-left:.4em}.inherited{color:#999;border-left:5px solid #eee;padding-left:1em}.inheritance em{font-style:normal;font-weight:bold}.desc h2{font-weight:400;font-size:1.25em}.desc h3{font-size:1em}.desc dt code{background:inherit}.source summary,.git-link-div{color:#666;text-align:right;font-weight:400;font-size:.8em;text-transform:uppercase}.source summary > *{white-space:nowrap;cursor:pointer}.git-link{color:inherit;margin-left:1em}.source pre{max-height:500px;overflow:auto;margin:0}.source pre code{font-size:12px;overflow:visible}.hlist{list-style:none}.hlist li{display:inline}.hlist li:after{content:',\2002'}.hlist li:last-child:after{content:none}.hlist .hlist{display:inline;padding-left:1em}img{max-width:100%}td{padding:0 .5em}.admonition{padding:.1em .5em;margin-bottom:1em}.admonition-title{font-weight:bold}.admonition.note,.admonition.info,.admonition.important{background:#aef}.admonition.todo,.admonition.versionadded,.admonition.tip,.admonition.hint{background:#dfd}.admonition.warning,.admonition.versionchanged,.admonition.deprecated{background:#fd4}.admonition.error,.admonition.danger,.admonition.caution{background:lightpink}</style>
+<style media="screen and (min-width: 700px)">@media screen and (min-width:700px){#sidebar{width:30%;height:100vh;overflow:auto;position:sticky;top:0}#content{width:70%;max-width:100ch;padding:3em 4em;border-left:1px solid #ddd}pre code{font-size:1em}.item .name{font-size:1em}main{display:flex;flex-direction:row-reverse;justify-content:flex-end}.toc ul ul,#index ul{padding-left:1.5em}.toc > ul > li{margin-top:.5em}}</style>
+<style media="print">@media print{#sidebar h1{page-break-before:always}.source{display:none}}@media print{*{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a[href]:after{content:" (" attr(href) ")";font-size:90%}a[href][title]:after{content:none}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:0.5cm}p,h2,h3{orphans:3;widows:3}h1,h2,h3,h4,h5,h6{page-break-after:avoid}}</style>
+<script defer src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/highlight.min.js" integrity="sha256-Uv3H6lx7dJmRfRvH8TH6kJD1TSK1aFcwgx+mdg3epi8=" crossorigin></script>
+<script>window.addEventListener('DOMContentLoaded', () => hljs.initHighlighting())</script>
+</head>
+<body>
+<main>
+<article id="content">
+<header>
+<h1 class="title">Module <code>szyfrow.column_transposition</code></h1>
+</header>
+<section id="section-intro">
+<p>Enciphering and deciphering using the <a href="https://en.wikipedia.org/wiki/Bifid_cipher">Column transposition cipher</a>.
+Also attempts to break messages that use a column transpositon cipher.</p>
+<p>A grid is layed out, with one column for each distinct letter in the keyword.
+The grid is filled by the plaintext, one letter per cell, either in rows or
+columns. The columns are rearranged so the keyword's letters are in alphabetical
+order, then the ciphertext is read from the rearranged grid, either in rows
+or columns. </p>
+<p>The Scytale cipher is a column cipher with an identity transposition, where the
+message is written in rows and read in columns. </p>
+<p>Messages that do not fill the grid are padded with fillvalue. Note that
+<code><a title="szyfrow.support.utilities.pad" href="support/utilities.html#szyfrow.support.utilities.pad">pad()</a></code> allows a callable, so that the message can be
+padded by random letters, for instance by calling
+<code><a title="szyfrow.support.language_models.random_english_letter" href="support/language_models.html#szyfrow.support.language_models.random_english_letter">random_english_letter()</a></code>.</p>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">&#34;&#34;&#34;Enciphering and deciphering using the [Column transposition cipher](https://en.wikipedia.org/wiki/Bifid_cipher). 
+Also attempts to break messages that use a column transpositon cipher.
+
+A grid is layed out, with one column for each distinct letter in the keyword.
+The grid is filled by the plaintext, one letter per cell, either in rows or
+columns. The columns are rearranged so the keyword&#39;s letters are in alphabetical
+order, then the ciphertext is read from the rearranged grid, either in rows
+or columns. 
+
+The Scytale cipher is a column cipher with an identity transposition, where the 
+message is written in rows and read in columns. 
+
+Messages that do not fill the grid are padded with fillvalue. Note that 
+`szyfrow.support.utilities.pad` allows a callable, so that the message can be 
+padded by random letters, for instance by calling 
+`szyfrow.support.language_models.random_english_letter`.
+&#34;&#34;&#34;
+
+import math
+import multiprocessing 
+from itertools import chain
+from szyfrow.support.utilities import *
+from szyfrow.support.language_models import *
+
+def column_transposition_encipher(message, keyword, fillvalue=&#39; &#39;, 
+      fillcolumnwise=False,
+      emptycolumnwise=False):
+    &#34;&#34;&#34;Enciphers using the column transposition cipher.
+    Message is padded to allow all rows to be the same length.
+
+    &gt;&gt;&gt; column_transposition_encipher(&#39;hellothere&#39;, &#39;abcdef&#39;, fillcolumnwise=True)
+    &#39;hlohr eltee &#39;
+    &gt;&gt;&gt; column_transposition_encipher(&#39;hellothere&#39;, &#39;abcdef&#39;, fillcolumnwise=True, emptycolumnwise=True)
+    &#39;hellothere  &#39;
+    &gt;&gt;&gt; column_transposition_encipher(&#39;hellothere&#39;, &#39;abcdef&#39;)
+    &#39;hellothere  &#39;
+    &gt;&gt;&gt; column_transposition_encipher(&#39;hellothere&#39;, &#39;abcde&#39;)
+    &#39;hellothere&#39;
+    &gt;&gt;&gt; column_transposition_encipher(&#39;hellothere&#39;, &#39;abcde&#39;, fillcolumnwise=True, emptycolumnwise=True)
+    &#39;hellothere&#39;
+    &gt;&gt;&gt; column_transposition_encipher(&#39;hellothere&#39;, &#39;abcde&#39;, fillcolumnwise=True, emptycolumnwise=False)
+    &#39;hlohreltee&#39;
+    &gt;&gt;&gt; column_transposition_encipher(&#39;hellothere&#39;, &#39;abcde&#39;, fillcolumnwise=False, emptycolumnwise=True)
+    &#39;htehlelroe&#39;
+    &gt;&gt;&gt; column_transposition_encipher(&#39;hellothere&#39;, &#39;abcde&#39;, fillcolumnwise=False, emptycolumnwise=False)
+    &#39;hellothere&#39;
+    &gt;&gt;&gt; column_transposition_encipher(&#39;hellothere&#39;, &#39;clever&#39;, fillcolumnwise=True, emptycolumnwise=True)
+    &#39;heotllrehe&#39;
+    &gt;&gt;&gt; column_transposition_encipher(&#39;hellothere&#39;, &#39;clever&#39;, fillcolumnwise=True, emptycolumnwise=False)
+    &#39;holrhetlee&#39;
+    &gt;&gt;&gt; column_transposition_encipher(&#39;hellothere&#39;, &#39;clever&#39;, fillcolumnwise=False, emptycolumnwise=True)
+    &#39;htleehoelr&#39;
+    &gt;&gt;&gt; column_transposition_encipher(&#39;hellothere&#39;, &#39;clever&#39;, fillcolumnwise=False, emptycolumnwise=False)
+    &#39;hleolteher&#39;
+    &gt;&gt;&gt; column_transposition_encipher(&#39;hellothere&#39;, &#39;cleverly&#39;)
+    &#39;hleolthre e &#39;
+    &gt;&gt;&gt; column_transposition_encipher(&#39;hellothere&#39;, &#39;cleverly&#39;, fillvalue=&#39;!&#39;)
+    &#39;hleolthre!e!&#39;
+    &gt;&gt;&gt; column_transposition_encipher(&#39;hellothere&#39;, &#39;cleverly&#39;, fillvalue=lambda: &#39;*&#39;)
+    &#39;hleolthre*e*&#39;
+    &#34;&#34;&#34;
+    transpositions = transpositions_of(keyword)
+    message += pad(len(message), len(transpositions), fillvalue)
+    if fillcolumnwise:
+        rows = every_nth(message, len(message) // len(transpositions))
+    else:
+        rows = chunks(message, len(transpositions))
+    transposed = [transpose(r, transpositions) for r in rows]
+    if emptycolumnwise:
+        return combine_every_nth(transposed)
+    else:
+        return cat(chain(*transposed))
+
+def column_transposition_decipher(message, keyword, fillvalue=&#39; &#39;, 
+      fillcolumnwise=False,
+      emptycolumnwise=False):
+    &#34;&#34;&#34;Deciphers using the column transposition cipher.
+    Message is padded to allow all rows to be the same length.
+
+    Note that `fillcolumnwise` and `emptycolumnwise` refer to how the message
+    is enciphered. To decipher a message, the operations are performed as an 
+    inverse-empty, then inverse-transposition, then inverse-fill.
+
+    &gt;&gt;&gt; column_transposition_decipher(&#39;hellothere&#39;, &#39;abcde&#39;, fillcolumnwise=True, emptycolumnwise=True)
+    &#39;hellothere&#39;
+    &gt;&gt;&gt; column_transposition_decipher(&#39;hlohreltee&#39;, &#39;abcde&#39;, fillcolumnwise=True, emptycolumnwise=False)
+    &#39;hellothere&#39;
+    &gt;&gt;&gt; column_transposition_decipher(&#39;htehlelroe&#39;, &#39;abcde&#39;, fillcolumnwise=False, emptycolumnwise=True)
+    &#39;hellothere&#39;
+    &gt;&gt;&gt; column_transposition_decipher(&#39;hellothere&#39;, &#39;abcde&#39;, fillcolumnwise=False, emptycolumnwise=False)
+    &#39;hellothere&#39;
+    &gt;&gt;&gt; column_transposition_decipher(&#39;heotllrehe&#39;, &#39;clever&#39;, fillcolumnwise=True, emptycolumnwise=True)
+    &#39;hellothere&#39;
+    &gt;&gt;&gt; column_transposition_decipher(&#39;holrhetlee&#39;, &#39;clever&#39;, fillcolumnwise=True, emptycolumnwise=False)
+    &#39;hellothere&#39;
+    &gt;&gt;&gt; column_transposition_decipher(&#39;htleehoelr&#39;, &#39;clever&#39;, fillcolumnwise=False, emptycolumnwise=True)
+    &#39;hellothere&#39;
+    &gt;&gt;&gt; column_transposition_decipher(&#39;hleolteher&#39;, &#39;clever&#39;, fillcolumnwise=False, emptycolumnwise=False)
+    &#39;hellothere&#39;
+    &#34;&#34;&#34;
+    transpositions = transpositions_of(keyword)
+    message += pad(len(message), len(transpositions), fillvalue)
+    if emptycolumnwise:
+        rows = every_nth(message, len(message) // len(transpositions))
+    else:
+        rows = chunks(message, len(transpositions))
+    untransposed = [untranspose(r, transpositions) for r in rows]
+    if fillcolumnwise:
+        return combine_every_nth(untransposed)
+    else:
+        return cat(chain(*untransposed))
+
+def scytale_encipher(message, rows, fillvalue=&#39; &#39;):
+    &#34;&#34;&#34;Enciphers using the scytale transposition cipher. `rows` is the 
+    circumference of the rod. The message is fitted inot columns so that
+    all rows are used.
+    
+    Message is padded with spaces to allow all rows to be the same length.
+
+    For ease of implementation, the cipher is performed on the transpose
+    of the grid
+
+    &gt;&gt;&gt; scytale_encipher(&#39;thequickbrownfox&#39;, 3)
+    &#39;tcnhkfeboqrxuo iw &#39;
+    &gt;&gt;&gt; scytale_encipher(&#39;thequickbrownfox&#39;, 4)
+    &#39;tubnhirfecooqkwx&#39;
+    &gt;&gt;&gt; scytale_encipher(&#39;thequickbrownfox&#39;, 5)
+    &#39;tubn hirf ecoo qkwx &#39;
+    &gt;&gt;&gt; scytale_encipher(&#39;thequickbrownfox&#39;, 6)
+    &#39;tqcrnxhukof eibwo &#39;
+    &gt;&gt;&gt; scytale_encipher(&#39;thequickbrownfox&#39;, 7)
+    &#39;tqcrnx hukof  eibwo  &#39;
+    &#34;&#34;&#34;
+    # transpositions = [i for i in range(math.ceil(len(message) / rows))]
+    # return column_transposition_encipher(message, transpositions, 
+    #     fillvalue=fillvalue, fillcolumnwise=False, emptycolumnwise=True)
+    transpositions = (i for i in range(rows))
+    return column_transposition_encipher(message, transpositions, 
+        fillvalue=fillvalue, fillcolumnwise=True, emptycolumnwise=False)
+
+def scytale_decipher(message, rows):
+    &#34;&#34;&#34;Deciphers using the scytale transposition cipher.
+    Assumes the message is padded so that all rows are the same length.
+    
+    &gt;&gt;&gt; scytale_decipher(&#39;tcnhkfeboqrxuo iw &#39;, 3)
+    &#39;thequickbrownfox  &#39;
+    &gt;&gt;&gt; scytale_decipher(&#39;tubnhirfecooqkwx&#39;, 4)
+    &#39;thequickbrownfox&#39;
+    &gt;&gt;&gt; scytale_decipher(&#39;tubn hirf ecoo qkwx &#39;, 5)
+    &#39;thequickbrownfox    &#39;
+    &gt;&gt;&gt; scytale_decipher(&#39;tqcrnxhukof eibwo &#39;, 6)
+    &#39;thequickbrownfox  &#39;
+    &gt;&gt;&gt; scytale_decipher(&#39;tqcrnx hukof  eibwo  &#39;, 7)
+    &#39;thequickbrownfox     &#39;
+    &#34;&#34;&#34;
+    # transpositions = [i for i in range(math.ceil(len(message) / rows))]
+    # return column_transposition_decipher(message, transpositions, 
+    #     fillcolumnwise=False, emptycolumnwise=True)
+    transpositions = [i for i in range(rows)]
+    return column_transposition_decipher(message, transpositions, 
+        fillcolumnwise=True, emptycolumnwise=False)
+
+
+def column_transposition_break(message, translist=None,
+                                  fitness=Pbigrams, chunksize=500):
+    &#34;&#34;&#34;Breaks a column transposition cipher using a dictionary and
+    n-gram frequency analysis
+
+    If `translist` is not specified, use 
+    [`szyfrow.support.langauge_models.transpositions`](support/language_models.html#szyfrow.support.language_models.transpositions).
+
+    &gt;&gt;&gt; len(keywords)
+    20
+
+    &gt;&gt;&gt; column_transposition_break(column_transposition_encipher(sanitise( \
+            &#34;It is a truth universally acknowledged, that a single man in \
+             possession of a good fortune, must be in want of a wife. However \
+             little known the feelings or views of such a man may be on his \
+             first entering a neighbourhood, this truth is so well fixed in \
+             the minds of the surrounding families, that he is considered the \
+             rightful property of some one or other of their daughters.&#34;), \
+        &#39;encipher&#39;), \
+        translist={(2, 0, 5, 3, 1, 4, 6): [&#39;encipher&#39;], \
+                   (5, 0, 6, 1, 3, 4, 2): [&#39;fourteen&#39;], \
+                   (6, 1, 0, 4, 5, 3, 2): [&#39;keyword&#39;]}) # doctest: +ELLIPSIS
+    (((2, 0, 5, 3, 1, 4, 6), False, False), -709.4646722...)
+    &gt;&gt;&gt; column_transposition_break(column_transposition_encipher(sanitise( \
+            &#34;It is a truth universally acknowledged, that a single man in \
+             possession of a good fortune, must be in want of a wife. However \
+             little known the feelings or views of such a man may be on his \
+             first entering a neighbourhood, this truth is so well fixed in \
+             the minds of the surrounding families, that he is considered the \
+             rightful property of some one or other of their daughters.&#34;), \
+        &#39;encipher&#39;), \
+        translist={(2, 0, 5, 3, 1, 4, 6): [&#39;encipher&#39;], \
+                   (5, 0, 6, 1, 3, 4, 2): [&#39;fourteen&#39;], \
+                   (6, 1, 0, 4, 5, 3, 2): [&#39;keyword&#39;]}, \
+        fitness=Ptrigrams) # doctest: +ELLIPSIS
+    (((2, 0, 5, 3, 1, 4, 6), False, False), -997.0129085...)
+    &#34;&#34;&#34;
+    if translist is None:
+        translist = transpositions
+
+    with multiprocessing.Pool() as pool:
+        helper_args = [(message, trans, fillcolumnwise, emptycolumnwise,
+                        fitness)
+                       for trans in translist
+                       for fillcolumnwise in [True, False]
+                       for emptycolumnwise in [True, False]]
+        # Gotcha: the helper function here needs to be defined at the top level
+        #   (limitation of Pool.starmap)
+        breaks = pool.starmap(column_transposition_break_worker,
+                              helper_args, chunksize) 
+        return max(breaks, key=lambda k: k[1])
+
+def column_transposition_break_worker(message, transposition,
+        fillcolumnwise, emptycolumnwise, fitness):
+    plaintext = column_transposition_decipher(message, transposition,
+        fillcolumnwise=fillcolumnwise, emptycolumnwise=emptycolumnwise)
+    fit = fitness(sanitise(plaintext))
+    return (transposition, fillcolumnwise, emptycolumnwise), fit
+
+
+def scytale_break(message, max_key_length=20,
+                     fitness=Pbigrams, chunksize=500):
+    &#34;&#34;&#34;Breaks a scytale cipher using a range of lengths and
+    n-gram frequency analysis
+
+    &gt;&gt;&gt; scytale_break(scytale_encipher(sanitise( \
+            &#34;It is a truth universally acknowledged, that a single man in \
+             possession of a good fortune, must be in want of a wife. However \
+             little known the feelings or views of such a man may be on his \
+             first entering a neighbourhood, this truth is so well fixed in \
+             the minds of the surrounding families, that he is considered the \
+             rightful property of some one or other of their daughters.&#34;), \
+        5)) # doctest: +ELLIPSIS
+    (5, -709.4646722...)
+    &gt;&gt;&gt; scytale_break(scytale_encipher(sanitise( \
+            &#34;It is a truth universally acknowledged, that a single man in \
+             possession of a good fortune, must be in want of a wife. However \
+             little known the feelings or views of such a man may be on his \
+             first entering a neighbourhood, this truth is so well fixed in \
+             the minds of the surrounding families, that he is considered the \
+             rightful property of some one or other of their daughters.&#34;), \
+        5), \
+        fitness=Ptrigrams) # doctest: +ELLIPSIS
+    (5, -997.0129085...)
+    &#34;&#34;&#34;
+    with multiprocessing.Pool() as pool:
+        helper_args = [(message, trans, False, True, fitness)
+            for trans in
+                [[col for col in range(math.ceil(len(message)/rows))]
+                    for rows in range(1,max_key_length+1)]]
+        # Gotcha: the helper function here needs to be defined at the top level
+        #   (limitation of Pool.starmap)
+        breaks = pool.starmap(column_transposition_break_worker,
+                              helper_args, chunksize)
+        best = max(breaks, key=lambda k: k[1])
+        return math.trunc(len(message) / len(best[0][0])), best[1]
+
+if __name__ == &#34;__main__&#34;:
+    import doctest</code></pre>
+</details>
+</section>
+<section>
+</section>
+<section>
+</section>
+<section>
+<h2 class="section-title" id="header-functions">Functions</h2>
+<dl>
+<dt id="szyfrow.column_transposition.cat"><code class="name flex">
+<span>def <span class="ident">cat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+<dt id="szyfrow.column_transposition.column_transposition_break"><code class="name flex">
+<span>def <span class="ident">column_transposition_break</span></span>(<span>message, translist=None, fitness=&lt;function Pbigrams&gt;, chunksize=500)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Breaks a column transposition cipher using a dictionary and
+n-gram frequency analysis</p>
+<p>If <code>translist</code> is not specified, use
+<a href="support/language_models.html#szyfrow.support.language_models.transpositions"><code>szyfrow.support.langauge_models.transpositions</code></a>.</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; len(keywords)
+20
+</code></pre>
+<pre><code class="language-python-repl">&gt;&gt;&gt; column_transposition_break(column_transposition_encipher(sanitise(             &quot;It is a truth universally acknowledged, that a single man in              possession of a good fortune, must be in want of a wife. However              little known the feelings or views of such a man may be on his              first entering a neighbourhood, this truth is so well fixed in              the minds of the surrounding families, that he is considered the              rightful property of some one or other of their daughters.&quot;),         'encipher'),         translist={(2, 0, 5, 3, 1, 4, 6): ['encipher'],                    (5, 0, 6, 1, 3, 4, 2): ['fourteen'],                    (6, 1, 0, 4, 5, 3, 2): ['keyword']}) # doctest: +ELLIPSIS
+(((2, 0, 5, 3, 1, 4, 6), False, False), -709.4646722...)
+&gt;&gt;&gt; column_transposition_break(column_transposition_encipher(sanitise(             &quot;It is a truth universally acknowledged, that a single man in              possession of a good fortune, must be in want of a wife. However              little known the feelings or views of such a man may be on his              first entering a neighbourhood, this truth is so well fixed in              the minds of the surrounding families, that he is considered the              rightful property of some one or other of their daughters.&quot;),         'encipher'),         translist={(2, 0, 5, 3, 1, 4, 6): ['encipher'],                    (5, 0, 6, 1, 3, 4, 2): ['fourteen'],                    (6, 1, 0, 4, 5, 3, 2): ['keyword']},         fitness=Ptrigrams) # doctest: +ELLIPSIS
+(((2, 0, 5, 3, 1, 4, 6), False, False), -997.0129085...)
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def column_transposition_break(message, translist=None,
+                                  fitness=Pbigrams, chunksize=500):
+    &#34;&#34;&#34;Breaks a column transposition cipher using a dictionary and
+    n-gram frequency analysis
+
+    If `translist` is not specified, use 
+    [`szyfrow.support.langauge_models.transpositions`](support/language_models.html#szyfrow.support.language_models.transpositions).
+
+    &gt;&gt;&gt; len(keywords)
+    20
+
+    &gt;&gt;&gt; column_transposition_break(column_transposition_encipher(sanitise( \
+            &#34;It is a truth universally acknowledged, that a single man in \
+             possession of a good fortune, must be in want of a wife. However \
+             little known the feelings or views of such a man may be on his \
+             first entering a neighbourhood, this truth is so well fixed in \
+             the minds of the surrounding families, that he is considered the \
+             rightful property of some one or other of their daughters.&#34;), \
+        &#39;encipher&#39;), \
+        translist={(2, 0, 5, 3, 1, 4, 6): [&#39;encipher&#39;], \
+                   (5, 0, 6, 1, 3, 4, 2): [&#39;fourteen&#39;], \
+                   (6, 1, 0, 4, 5, 3, 2): [&#39;keyword&#39;]}) # doctest: +ELLIPSIS
+    (((2, 0, 5, 3, 1, 4, 6), False, False), -709.4646722...)
+    &gt;&gt;&gt; column_transposition_break(column_transposition_encipher(sanitise( \
+            &#34;It is a truth universally acknowledged, that a single man in \
+             possession of a good fortune, must be in want of a wife. However \
+             little known the feelings or views of such a man may be on his \
+             first entering a neighbourhood, this truth is so well fixed in \
+             the minds of the surrounding families, that he is considered the \
+             rightful property of some one or other of their daughters.&#34;), \
+        &#39;encipher&#39;), \
+        translist={(2, 0, 5, 3, 1, 4, 6): [&#39;encipher&#39;], \
+                   (5, 0, 6, 1, 3, 4, 2): [&#39;fourteen&#39;], \
+                   (6, 1, 0, 4, 5, 3, 2): [&#39;keyword&#39;]}, \
+        fitness=Ptrigrams) # doctest: +ELLIPSIS
+    (((2, 0, 5, 3, 1, 4, 6), False, False), -997.0129085...)
+    &#34;&#34;&#34;
+    if translist is None:
+        translist = transpositions
+
+    with multiprocessing.Pool() as pool:
+        helper_args = [(message, trans, fillcolumnwise, emptycolumnwise,
+                        fitness)
+                       for trans in translist
+                       for fillcolumnwise in [True, False]
+                       for emptycolumnwise in [True, False]]
+        # Gotcha: the helper function here needs to be defined at the top level
+        #   (limitation of Pool.starmap)
+        breaks = pool.starmap(column_transposition_break_worker,
+                              helper_args, chunksize) 
+        return max(breaks, key=lambda k: k[1])</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.column_transposition.column_transposition_break_worker"><code class="name flex">
+<span>def <span class="ident">column_transposition_break_worker</span></span>(<span>message, transposition, fillcolumnwise, emptycolumnwise, fitness)</span>
+</code></dt>
+<dd>
+<div class="desc"></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def column_transposition_break_worker(message, transposition,
+        fillcolumnwise, emptycolumnwise, fitness):
+    plaintext = column_transposition_decipher(message, transposition,
+        fillcolumnwise=fillcolumnwise, emptycolumnwise=emptycolumnwise)
+    fit = fitness(sanitise(plaintext))
+    return (transposition, fillcolumnwise, emptycolumnwise), fit</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.column_transposition.column_transposition_decipher"><code class="name flex">
+<span>def <span class="ident">column_transposition_decipher</span></span>(<span>message, keyword, fillvalue=' ', fillcolumnwise=False, emptycolumnwise=False)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Deciphers using the column transposition cipher.
+Message is padded to allow all rows to be the same length.</p>
+<p>Note that <code>fillcolumnwise</code> and <code>emptycolumnwise</code> refer to how the message
+is enciphered. To decipher a message, the operations are performed as an
+inverse-empty, then inverse-transposition, then inverse-fill.</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; column_transposition_decipher('hellothere', 'abcde', fillcolumnwise=True, emptycolumnwise=True)
+'hellothere'
+&gt;&gt;&gt; column_transposition_decipher('hlohreltee', 'abcde', fillcolumnwise=True, emptycolumnwise=False)
+'hellothere'
+&gt;&gt;&gt; column_transposition_decipher('htehlelroe', 'abcde', fillcolumnwise=False, emptycolumnwise=True)
+'hellothere'
+&gt;&gt;&gt; column_transposition_decipher('hellothere', 'abcde', fillcolumnwise=False, emptycolumnwise=False)
+'hellothere'
+&gt;&gt;&gt; column_transposition_decipher('heotllrehe', 'clever', fillcolumnwise=True, emptycolumnwise=True)
+'hellothere'
+&gt;&gt;&gt; column_transposition_decipher('holrhetlee', 'clever', fillcolumnwise=True, emptycolumnwise=False)
+'hellothere'
+&gt;&gt;&gt; column_transposition_decipher('htleehoelr', 'clever', fillcolumnwise=False, emptycolumnwise=True)
+'hellothere'
+&gt;&gt;&gt; column_transposition_decipher('hleolteher', 'clever', fillcolumnwise=False, emptycolumnwise=False)
+'hellothere'
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def column_transposition_decipher(message, keyword, fillvalue=&#39; &#39;, 
+      fillcolumnwise=False,
+      emptycolumnwise=False):
+    &#34;&#34;&#34;Deciphers using the column transposition cipher.
+    Message is padded to allow all rows to be the same length.
+
+    Note that `fillcolumnwise` and `emptycolumnwise` refer to how the message
+    is enciphered. To decipher a message, the operations are performed as an 
+    inverse-empty, then inverse-transposition, then inverse-fill.
+
+    &gt;&gt;&gt; column_transposition_decipher(&#39;hellothere&#39;, &#39;abcde&#39;, fillcolumnwise=True, emptycolumnwise=True)
+    &#39;hellothere&#39;
+    &gt;&gt;&gt; column_transposition_decipher(&#39;hlohreltee&#39;, &#39;abcde&#39;, fillcolumnwise=True, emptycolumnwise=False)
+    &#39;hellothere&#39;
+    &gt;&gt;&gt; column_transposition_decipher(&#39;htehlelroe&#39;, &#39;abcde&#39;, fillcolumnwise=False, emptycolumnwise=True)
+    &#39;hellothere&#39;
+    &gt;&gt;&gt; column_transposition_decipher(&#39;hellothere&#39;, &#39;abcde&#39;, fillcolumnwise=False, emptycolumnwise=False)
+    &#39;hellothere&#39;
+    &gt;&gt;&gt; column_transposition_decipher(&#39;heotllrehe&#39;, &#39;clever&#39;, fillcolumnwise=True, emptycolumnwise=True)
+    &#39;hellothere&#39;
+    &gt;&gt;&gt; column_transposition_decipher(&#39;holrhetlee&#39;, &#39;clever&#39;, fillcolumnwise=True, emptycolumnwise=False)
+    &#39;hellothere&#39;
+    &gt;&gt;&gt; column_transposition_decipher(&#39;htleehoelr&#39;, &#39;clever&#39;, fillcolumnwise=False, emptycolumnwise=True)
+    &#39;hellothere&#39;
+    &gt;&gt;&gt; column_transposition_decipher(&#39;hleolteher&#39;, &#39;clever&#39;, fillcolumnwise=False, emptycolumnwise=False)
+    &#39;hellothere&#39;
+    &#34;&#34;&#34;
+    transpositions = transpositions_of(keyword)
+    message += pad(len(message), len(transpositions), fillvalue)
+    if emptycolumnwise:
+        rows = every_nth(message, len(message) // len(transpositions))
+    else:
+        rows = chunks(message, len(transpositions))
+    untransposed = [untranspose(r, transpositions) for r in rows]
+    if fillcolumnwise:
+        return combine_every_nth(untransposed)
+    else:
+        return cat(chain(*untransposed))</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.column_transposition.column_transposition_encipher"><code class="name flex">
+<span>def <span class="ident">column_transposition_encipher</span></span>(<span>message, keyword, fillvalue=' ', fillcolumnwise=False, emptycolumnwise=False)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Enciphers using the column transposition cipher.
+Message is padded to allow all rows to be the same length.</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; column_transposition_encipher('hellothere', 'abcdef', fillcolumnwise=True)
+'hlohr eltee '
+&gt;&gt;&gt; column_transposition_encipher('hellothere', 'abcdef', fillcolumnwise=True, emptycolumnwise=True)
+'hellothere  '
+&gt;&gt;&gt; column_transposition_encipher('hellothere', 'abcdef')
+'hellothere  '
+&gt;&gt;&gt; column_transposition_encipher('hellothere', 'abcde')
+'hellothere'
+&gt;&gt;&gt; column_transposition_encipher('hellothere', 'abcde', fillcolumnwise=True, emptycolumnwise=True)
+'hellothere'
+&gt;&gt;&gt; column_transposition_encipher('hellothere', 'abcde', fillcolumnwise=True, emptycolumnwise=False)
+'hlohreltee'
+&gt;&gt;&gt; column_transposition_encipher('hellothere', 'abcde', fillcolumnwise=False, emptycolumnwise=True)
+'htehlelroe'
+&gt;&gt;&gt; column_transposition_encipher('hellothere', 'abcde', fillcolumnwise=False, emptycolumnwise=False)
+'hellothere'
+&gt;&gt;&gt; column_transposition_encipher('hellothere', 'clever', fillcolumnwise=True, emptycolumnwise=True)
+'heotllrehe'
+&gt;&gt;&gt; column_transposition_encipher('hellothere', 'clever', fillcolumnwise=True, emptycolumnwise=False)
+'holrhetlee'
+&gt;&gt;&gt; column_transposition_encipher('hellothere', 'clever', fillcolumnwise=False, emptycolumnwise=True)
+'htleehoelr'
+&gt;&gt;&gt; column_transposition_encipher('hellothere', 'clever', fillcolumnwise=False, emptycolumnwise=False)
+'hleolteher'
+&gt;&gt;&gt; column_transposition_encipher('hellothere', 'cleverly')
+'hleolthre e '
+&gt;&gt;&gt; column_transposition_encipher('hellothere', 'cleverly', fillvalue='!')
+'hleolthre!e!'
+&gt;&gt;&gt; column_transposition_encipher('hellothere', 'cleverly', fillvalue=lambda: '*')
+'hleolthre*e*'
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def column_transposition_encipher(message, keyword, fillvalue=&#39; &#39;, 
+      fillcolumnwise=False,
+      emptycolumnwise=False):
+    &#34;&#34;&#34;Enciphers using the column transposition cipher.
+    Message is padded to allow all rows to be the same length.
+
+    &gt;&gt;&gt; column_transposition_encipher(&#39;hellothere&#39;, &#39;abcdef&#39;, fillcolumnwise=True)
+    &#39;hlohr eltee &#39;
+    &gt;&gt;&gt; column_transposition_encipher(&#39;hellothere&#39;, &#39;abcdef&#39;, fillcolumnwise=True, emptycolumnwise=True)
+    &#39;hellothere  &#39;
+    &gt;&gt;&gt; column_transposition_encipher(&#39;hellothere&#39;, &#39;abcdef&#39;)
+    &#39;hellothere  &#39;
+    &gt;&gt;&gt; column_transposition_encipher(&#39;hellothere&#39;, &#39;abcde&#39;)
+    &#39;hellothere&#39;
+    &gt;&gt;&gt; column_transposition_encipher(&#39;hellothere&#39;, &#39;abcde&#39;, fillcolumnwise=True, emptycolumnwise=True)
+    &#39;hellothere&#39;
+    &gt;&gt;&gt; column_transposition_encipher(&#39;hellothere&#39;, &#39;abcde&#39;, fillcolumnwise=True, emptycolumnwise=False)
+    &#39;hlohreltee&#39;
+    &gt;&gt;&gt; column_transposition_encipher(&#39;hellothere&#39;, &#39;abcde&#39;, fillcolumnwise=False, emptycolumnwise=True)
+    &#39;htehlelroe&#39;
+    &gt;&gt;&gt; column_transposition_encipher(&#39;hellothere&#39;, &#39;abcde&#39;, fillcolumnwise=False, emptycolumnwise=False)
+    &#39;hellothere&#39;
+    &gt;&gt;&gt; column_transposition_encipher(&#39;hellothere&#39;, &#39;clever&#39;, fillcolumnwise=True, emptycolumnwise=True)
+    &#39;heotllrehe&#39;
+    &gt;&gt;&gt; column_transposition_encipher(&#39;hellothere&#39;, &#39;clever&#39;, fillcolumnwise=True, emptycolumnwise=False)
+    &#39;holrhetlee&#39;
+    &gt;&gt;&gt; column_transposition_encipher(&#39;hellothere&#39;, &#39;clever&#39;, fillcolumnwise=False, emptycolumnwise=True)
+    &#39;htleehoelr&#39;
+    &gt;&gt;&gt; column_transposition_encipher(&#39;hellothere&#39;, &#39;clever&#39;, fillcolumnwise=False, emptycolumnwise=False)
+    &#39;hleolteher&#39;
+    &gt;&gt;&gt; column_transposition_encipher(&#39;hellothere&#39;, &#39;cleverly&#39;)
+    &#39;hleolthre e &#39;
+    &gt;&gt;&gt; column_transposition_encipher(&#39;hellothere&#39;, &#39;cleverly&#39;, fillvalue=&#39;!&#39;)
+    &#39;hleolthre!e!&#39;
+    &gt;&gt;&gt; column_transposition_encipher(&#39;hellothere&#39;, &#39;cleverly&#39;, fillvalue=lambda: &#39;*&#39;)
+    &#39;hleolthre*e*&#39;
+    &#34;&#34;&#34;
+    transpositions = transpositions_of(keyword)
+    message += pad(len(message), len(transpositions), fillvalue)
+    if fillcolumnwise:
+        rows = every_nth(message, len(message) // len(transpositions))
+    else:
+        rows = chunks(message, len(transpositions))
+    transposed = [transpose(r, transpositions) for r in rows]
+    if emptycolumnwise:
+        return combine_every_nth(transposed)
+    else:
+        return cat(chain(*transposed))</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.column_transposition.lcat"><code class="name flex">
+<span>def <span class="ident">lcat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+<dt id="szyfrow.column_transposition.scytale_break"><code class="name flex">
+<span>def <span class="ident">scytale_break</span></span>(<span>message, max_key_length=20, fitness=&lt;function Pbigrams&gt;, chunksize=500)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Breaks a scytale cipher using a range of lengths and
+n-gram frequency analysis</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; scytale_break(scytale_encipher(sanitise(             &quot;It is a truth universally acknowledged, that a single man in              possession of a good fortune, must be in want of a wife. However              little known the feelings or views of such a man may be on his              first entering a neighbourhood, this truth is so well fixed in              the minds of the surrounding families, that he is considered the              rightful property of some one or other of their daughters.&quot;),         5)) # doctest: +ELLIPSIS
+(5, -709.4646722...)
+&gt;&gt;&gt; scytale_break(scytale_encipher(sanitise(             &quot;It is a truth universally acknowledged, that a single man in              possession of a good fortune, must be in want of a wife. However              little known the feelings or views of such a man may be on his              first entering a neighbourhood, this truth is so well fixed in              the minds of the surrounding families, that he is considered the              rightful property of some one or other of their daughters.&quot;),         5),         fitness=Ptrigrams) # doctest: +ELLIPSIS
+(5, -997.0129085...)
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def scytale_break(message, max_key_length=20,
+                     fitness=Pbigrams, chunksize=500):
+    &#34;&#34;&#34;Breaks a scytale cipher using a range of lengths and
+    n-gram frequency analysis
+
+    &gt;&gt;&gt; scytale_break(scytale_encipher(sanitise( \
+            &#34;It is a truth universally acknowledged, that a single man in \
+             possession of a good fortune, must be in want of a wife. However \
+             little known the feelings or views of such a man may be on his \
+             first entering a neighbourhood, this truth is so well fixed in \
+             the minds of the surrounding families, that he is considered the \
+             rightful property of some one or other of their daughters.&#34;), \
+        5)) # doctest: +ELLIPSIS
+    (5, -709.4646722...)
+    &gt;&gt;&gt; scytale_break(scytale_encipher(sanitise( \
+            &#34;It is a truth universally acknowledged, that a single man in \
+             possession of a good fortune, must be in want of a wife. However \
+             little known the feelings or views of such a man may be on his \
+             first entering a neighbourhood, this truth is so well fixed in \
+             the minds of the surrounding families, that he is considered the \
+             rightful property of some one or other of their daughters.&#34;), \
+        5), \
+        fitness=Ptrigrams) # doctest: +ELLIPSIS
+    (5, -997.0129085...)
+    &#34;&#34;&#34;
+    with multiprocessing.Pool() as pool:
+        helper_args = [(message, trans, False, True, fitness)
+            for trans in
+                [[col for col in range(math.ceil(len(message)/rows))]
+                    for rows in range(1,max_key_length+1)]]
+        # Gotcha: the helper function here needs to be defined at the top level
+        #   (limitation of Pool.starmap)
+        breaks = pool.starmap(column_transposition_break_worker,
+                              helper_args, chunksize)
+        best = max(breaks, key=lambda k: k[1])
+        return math.trunc(len(message) / len(best[0][0])), best[1]</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.column_transposition.scytale_decipher"><code class="name flex">
+<span>def <span class="ident">scytale_decipher</span></span>(<span>message, rows)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Deciphers using the scytale transposition cipher.
+Assumes the message is padded so that all rows are the same length.</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; scytale_decipher('tcnhkfeboqrxuo iw ', 3)
+'thequickbrownfox  '
+&gt;&gt;&gt; scytale_decipher('tubnhirfecooqkwx', 4)
+'thequickbrownfox'
+&gt;&gt;&gt; scytale_decipher('tubn hirf ecoo qkwx ', 5)
+'thequickbrownfox    '
+&gt;&gt;&gt; scytale_decipher('tqcrnxhukof eibwo ', 6)
+'thequickbrownfox  '
+&gt;&gt;&gt; scytale_decipher('tqcrnx hukof  eibwo  ', 7)
+'thequickbrownfox     '
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def scytale_decipher(message, rows):
+    &#34;&#34;&#34;Deciphers using the scytale transposition cipher.
+    Assumes the message is padded so that all rows are the same length.
+    
+    &gt;&gt;&gt; scytale_decipher(&#39;tcnhkfeboqrxuo iw &#39;, 3)
+    &#39;thequickbrownfox  &#39;
+    &gt;&gt;&gt; scytale_decipher(&#39;tubnhirfecooqkwx&#39;, 4)
+    &#39;thequickbrownfox&#39;
+    &gt;&gt;&gt; scytale_decipher(&#39;tubn hirf ecoo qkwx &#39;, 5)
+    &#39;thequickbrownfox    &#39;
+    &gt;&gt;&gt; scytale_decipher(&#39;tqcrnxhukof eibwo &#39;, 6)
+    &#39;thequickbrownfox  &#39;
+    &gt;&gt;&gt; scytale_decipher(&#39;tqcrnx hukof  eibwo  &#39;, 7)
+    &#39;thequickbrownfox     &#39;
+    &#34;&#34;&#34;
+    # transpositions = [i for i in range(math.ceil(len(message) / rows))]
+    # return column_transposition_decipher(message, transpositions, 
+    #     fillcolumnwise=False, emptycolumnwise=True)
+    transpositions = [i for i in range(rows)]
+    return column_transposition_decipher(message, transpositions, 
+        fillcolumnwise=True, emptycolumnwise=False)</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.column_transposition.scytale_encipher"><code class="name flex">
+<span>def <span class="ident">scytale_encipher</span></span>(<span>message, rows, fillvalue=' ')</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Enciphers using the scytale transposition cipher. <code>rows</code> is the
+circumference of the rod. The message is fitted inot columns so that
+all rows are used.</p>
+<p>Message is padded with spaces to allow all rows to be the same length.</p>
+<p>For ease of implementation, the cipher is performed on the transpose
+of the grid</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; scytale_encipher('thequickbrownfox', 3)
+'tcnhkfeboqrxuo iw '
+&gt;&gt;&gt; scytale_encipher('thequickbrownfox', 4)
+'tubnhirfecooqkwx'
+&gt;&gt;&gt; scytale_encipher('thequickbrownfox', 5)
+'tubn hirf ecoo qkwx '
+&gt;&gt;&gt; scytale_encipher('thequickbrownfox', 6)
+'tqcrnxhukof eibwo '
+&gt;&gt;&gt; scytale_encipher('thequickbrownfox', 7)
+'tqcrnx hukof  eibwo  '
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def scytale_encipher(message, rows, fillvalue=&#39; &#39;):
+    &#34;&#34;&#34;Enciphers using the scytale transposition cipher. `rows` is the 
+    circumference of the rod. The message is fitted inot columns so that
+    all rows are used.
+    
+    Message is padded with spaces to allow all rows to be the same length.
+
+    For ease of implementation, the cipher is performed on the transpose
+    of the grid
+
+    &gt;&gt;&gt; scytale_encipher(&#39;thequickbrownfox&#39;, 3)
+    &#39;tcnhkfeboqrxuo iw &#39;
+    &gt;&gt;&gt; scytale_encipher(&#39;thequickbrownfox&#39;, 4)
+    &#39;tubnhirfecooqkwx&#39;
+    &gt;&gt;&gt; scytale_encipher(&#39;thequickbrownfox&#39;, 5)
+    &#39;tubn hirf ecoo qkwx &#39;
+    &gt;&gt;&gt; scytale_encipher(&#39;thequickbrownfox&#39;, 6)
+    &#39;tqcrnxhukof eibwo &#39;
+    &gt;&gt;&gt; scytale_encipher(&#39;thequickbrownfox&#39;, 7)
+    &#39;tqcrnx hukof  eibwo  &#39;
+    &#34;&#34;&#34;
+    # transpositions = [i for i in range(math.ceil(len(message) / rows))]
+    # return column_transposition_encipher(message, transpositions, 
+    #     fillvalue=fillvalue, fillcolumnwise=False, emptycolumnwise=True)
+    transpositions = (i for i in range(rows))
+    return column_transposition_encipher(message, transpositions, 
+        fillvalue=fillvalue, fillcolumnwise=True, emptycolumnwise=False)</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.column_transposition.wcat"><code class="name flex">
+<span>def <span class="ident">wcat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+</dl>
+</section>
+<section>
+</section>
+</article>
+<nav id="sidebar">
+<h1>Index</h1>
+<div class="toc">
+<ul></ul>
+</div>
+<ul id="index">
+<li><h3>Super-module</h3>
+<ul>
+<li><code><a title="szyfrow" href="index.html">szyfrow</a></code></li>
+</ul>
+</li>
+<li><h3><a href="#header-functions">Functions</a></h3>
+<ul class="">
+<li><code><a title="szyfrow.column_transposition.cat" href="#szyfrow.column_transposition.cat">cat</a></code></li>
+<li><code><a title="szyfrow.column_transposition.column_transposition_break" href="#szyfrow.column_transposition.column_transposition_break">column_transposition_break</a></code></li>
+<li><code><a title="szyfrow.column_transposition.column_transposition_break_worker" href="#szyfrow.column_transposition.column_transposition_break_worker">column_transposition_break_worker</a></code></li>
+<li><code><a title="szyfrow.column_transposition.column_transposition_decipher" href="#szyfrow.column_transposition.column_transposition_decipher">column_transposition_decipher</a></code></li>
+<li><code><a title="szyfrow.column_transposition.column_transposition_encipher" href="#szyfrow.column_transposition.column_transposition_encipher">column_transposition_encipher</a></code></li>
+<li><code><a title="szyfrow.column_transposition.lcat" href="#szyfrow.column_transposition.lcat">lcat</a></code></li>
+<li><code><a title="szyfrow.column_transposition.scytale_break" href="#szyfrow.column_transposition.scytale_break">scytale_break</a></code></li>
+<li><code><a title="szyfrow.column_transposition.scytale_decipher" href="#szyfrow.column_transposition.scytale_decipher">scytale_decipher</a></code></li>
+<li><code><a title="szyfrow.column_transposition.scytale_encipher" href="#szyfrow.column_transposition.scytale_encipher">scytale_encipher</a></code></li>
+<li><code><a title="szyfrow.column_transposition.wcat" href="#szyfrow.column_transposition.wcat">wcat</a></code></li>
+</ul>
+</li>
+</ul>
+</nav>
+</main>
+<footer id="footer">
+<p>Generated by <a href="https://pdoc3.github.io/pdoc"><cite>pdoc</cite> 0.9.2</a>.</p>
+</footer>
+</body>
+</html>
\ No newline at end of file
diff --git a/docs/szyfrow/enigma.html b/docs/szyfrow/enigma.html
new file mode 100644 (file)
index 0000000..8dfe724
--- /dev/null
@@ -0,0 +1,1496 @@
+<!doctype html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
+<meta name="generator" content="pdoc 0.9.2" />
+<title>szyfrow.enigma API documentation</title>
+<meta name="description" content="A simulator for Enigma machines …" />
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/sanitize.min.css" integrity="sha256-PK9q560IAAa6WVRRh76LtCaI8pjTJ2z11v0miyNNjrs=" crossorigin>
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/typography.min.css" integrity="sha256-7l/o7C8jubJiy74VsKTidCy1yBkRtiUGbVkYBylBqUg=" crossorigin>
+<link rel="stylesheet preload" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/styles/github.min.css" crossorigin>
+<style>:root{--highlight-color:#fe9}.flex{display:flex !important}body{line-height:1.5em}#content{padding:20px}#sidebar{padding:30px;overflow:hidden}#sidebar > *:last-child{margin-bottom:2cm}.http-server-breadcrumbs{font-size:130%;margin:0 0 15px 0}#footer{font-size:.75em;padding:5px 30px;border-top:1px solid #ddd;text-align:right}#footer p{margin:0 0 0 1em;display:inline-block}#footer p:last-child{margin-right:30px}h1,h2,h3,h4,h5{font-weight:300}h1{font-size:2.5em;line-height:1.1em}h2{font-size:1.75em;margin:1em 0 .50em 0}h3{font-size:1.4em;margin:25px 0 10px 0}h4{margin:0;font-size:105%}h1:target,h2:target,h3:target,h4:target,h5:target,h6:target{background:var(--highlight-color);padding:.2em 0}a{color:#058;text-decoration:none;transition:color .3s ease-in-out}a:hover{color:#e82}.title code{font-weight:bold}h2[id^="header-"]{margin-top:2em}.ident{color:#900}pre code{background:#f8f8f8;font-size:.8em;line-height:1.4em}code{background:#f2f2f1;padding:1px 4px;overflow-wrap:break-word}h1 code{background:transparent}pre{background:#f8f8f8;border:0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;margin:1em 0;padding:1ex}#http-server-module-list{display:flex;flex-flow:column}#http-server-module-list div{display:flex}#http-server-module-list dt{min-width:10%}#http-server-module-list p{margin-top:0}.toc ul,#index{list-style-type:none;margin:0;padding:0}#index code{background:transparent}#index h3{border-bottom:1px solid #ddd}#index ul{padding:0}#index h4{margin-top:.6em;font-weight:bold}@media (min-width:200ex){#index .two-column{column-count:2}}@media (min-width:300ex){#index .two-column{column-count:3}}dl{margin-bottom:2em}dl dl:last-child{margin-bottom:4em}dd{margin:0 0 1em 3em}#header-classes + dl > dd{margin-bottom:3em}dd dd{margin-left:2em}dd p{margin:10px 0}.name{background:#eee;font-weight:bold;font-size:.85em;padding:5px 10px;display:inline-block;min-width:40%}.name:hover{background:#e0e0e0}dt:target .name{background:var(--highlight-color)}.name > span:first-child{white-space:nowrap}.name.class > span:nth-child(2){margin-left:.4em}.inherited{color:#999;border-left:5px solid #eee;padding-left:1em}.inheritance em{font-style:normal;font-weight:bold}.desc h2{font-weight:400;font-size:1.25em}.desc h3{font-size:1em}.desc dt code{background:inherit}.source summary,.git-link-div{color:#666;text-align:right;font-weight:400;font-size:.8em;text-transform:uppercase}.source summary > *{white-space:nowrap;cursor:pointer}.git-link{color:inherit;margin-left:1em}.source pre{max-height:500px;overflow:auto;margin:0}.source pre code{font-size:12px;overflow:visible}.hlist{list-style:none}.hlist li{display:inline}.hlist li:after{content:',\2002'}.hlist li:last-child:after{content:none}.hlist .hlist{display:inline;padding-left:1em}img{max-width:100%}td{padding:0 .5em}.admonition{padding:.1em .5em;margin-bottom:1em}.admonition-title{font-weight:bold}.admonition.note,.admonition.info,.admonition.important{background:#aef}.admonition.todo,.admonition.versionadded,.admonition.tip,.admonition.hint{background:#dfd}.admonition.warning,.admonition.versionchanged,.admonition.deprecated{background:#fd4}.admonition.error,.admonition.danger,.admonition.caution{background:lightpink}</style>
+<style media="screen and (min-width: 700px)">@media screen and (min-width:700px){#sidebar{width:30%;height:100vh;overflow:auto;position:sticky;top:0}#content{width:70%;max-width:100ch;padding:3em 4em;border-left:1px solid #ddd}pre code{font-size:1em}.item .name{font-size:1em}main{display:flex;flex-direction:row-reverse;justify-content:flex-end}.toc ul ul,#index ul{padding-left:1.5em}.toc > ul > li{margin-top:.5em}}</style>
+<style media="print">@media print{#sidebar h1{page-break-before:always}.source{display:none}}@media print{*{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a[href]:after{content:" (" attr(href) ")";font-size:90%}a[href][title]:after{content:none}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:0.5cm}p,h2,h3{orphans:3;widows:3}h1,h2,h3,h4,h5,h6{page-break-after:avoid}}</style>
+<script defer src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/highlight.min.js" integrity="sha256-Uv3H6lx7dJmRfRvH8TH6kJD1TSK1aFcwgx+mdg3epi8=" crossorigin></script>
+<script>window.addEventListener('DOMContentLoaded', () => hljs.initHighlighting())</script>
+</head>
+<body>
+<main>
+<article id="content">
+<header>
+<h1 class="title">Module <code>szyfrow.enigma</code></h1>
+</header>
+<section id="section-intro">
+<p>A simulator for Enigma machines.</p>
+<p>See <code><a title="szyfrow.bombe.Bombe" href="bombe.html#szyfrow.bombe.Bombe">Bombe</a></code> for an implementation of the Bombe to break Enigma
+messages.</p>
+<p>Specification from <a href="http://www.codesandciphers.org.uk/enigma/rotorspec.htm">Codes and Ciphers</a> page.</p>
+<p>Example Enigma machines from <a href="http://enigma.louisedade.co.uk/enigma.html">Louise Dale</a> (full simulation) and <a href="http://enigmaco.de/enigma/enigma.html">EnigmaCo</a> (good animation of the wheels, but no ring settings).</p>
+<p>There's also the nice Enigma simulator for Android by <a href="https://franklinheath.co.uk/2012/02/04/our-first-app-published-enigma-simulator/">Franklin Heath</a>, available on the <a href="https://play.google.com/store/apps/details?id=uk.co.franklinheath.enigmasim&amp;hl=en_GB">Google Play store</a>.</p>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">&#34;&#34;&#34;A simulator for Enigma machines.
+
+See `szyfrow.bombe.Bombe` for an implementation of the Bombe to break Enigma
+messages.
+
+Specification from [Codes and Ciphers](http://www.codesandciphers.org.uk/enigma/rotorspec.htm) page.
+
+Example Enigma machines from [Louise Dale](http://enigma.louisedade.co.uk/enigma.html) (full simulation) and [EnigmaCo](http://enigmaco.de/enigma/enigma.html) (good animation of the wheels, but no ring settings).
+
+There&#39;s also the nice Enigma simulator for Android by [Franklin Heath](https://franklinheath.co.uk/2012/02/04/our-first-app-published-enigma-simulator/), available on the [Google Play store](https://play.google.com/store/apps/details?id=uk.co.franklinheath.enigmasim&amp;hl=en_GB).
+&#34;&#34;&#34;
+
+import string
+import collections
+import multiprocessing
+import itertools
+
+from szyfrow.support.utilities import *
+
+# # Some convenience functions
+
+# cat = &#39;&#39;.join
+
+# def clean(text): return cat(l.lower() for l in text if l in string.ascii_letters)
+
+# def pos(letter): 
+#     if letter in string.ascii_lowercase:
+#         return ord(letter) - ord(&#39;a&#39;)
+#     elif letter in string.ascii_uppercase:
+#         return ord(letter) - ord(&#39;A&#39;)
+#     else:
+#         return &#39;&#39;
+    
+# def unpos(number): return chr(number % 26 + ord(&#39;a&#39;))
+
+
+wheel_i_spec = &#39;ekmflgdqvzntowyhxuspaibrcj&#39;
+wheel_ii_spec = &#39;ajdksiruxblhwtmcqgznpyfvoe&#39;
+wheel_iii_spec = &#39;bdfhjlcprtxvznyeiwgakmusqo&#39;
+wheel_iv_spec = &#39;esovpzjayquirhxlnftgkdcmwb&#39;
+wheel_v_spec = &#39;vzbrgityupsdnhlxawmjqofeck&#39;
+wheel_vi_spec = &#39;jpgvoumfyqbenhzrdkasxlictw&#39;
+wheel_vii_spec = &#39;nzjhgrcxmyswboufaivlpekqdt&#39;
+wheel_viii_spec = &#39;fkqhtlxocbjspdzramewniuygv&#39;
+beta_wheel_spec = &#39;leyjvcnixwpbqmdrtakzgfuhos&#39;
+gamma_wheel_spec = &#39;fsokanuerhmbtiycwlqpzxvgjd&#39;
+
+wheel_i_notches = [&#39;q&#39;]
+wheel_ii_notches = [&#39;e&#39;]
+wheel_iii_notches = [&#39;v&#39;]
+wheel_iv_notches = [&#39;j&#39;]
+wheel_v_notches = [&#39;z&#39;]
+wheel_vi_notches = [&#39;z&#39;, &#39;m&#39;]
+wheel_vii_notches = [&#39;z&#39;, &#39;m&#39;]
+wheel_viii_notches = [&#39;z&#39;, &#39;m&#39;]
+
+reflector_b_spec = &#39;ay br cu dh eq fs gl ip jx kn mo tz vw&#39;
+reflector_c_spec = &#39;af bv cp dj ei go hy kr lz mx nw tq su&#39;
+
+
+
+class LetterTransformer(object):
+    &#34;&#34;&#34;A generic substitution cipher, that has different transforms in the 
+    forward and backward directions. It requires that the transforms for all
+    letters by provided.
+
+    A `transform` is a list of letter pairs, like `[(&#39;a&#39;, &#39;b&#39;), (&#39;c&#39;, &#39;d&#39;)]`.
+    That would say that, in the forward direction `a` goes to `b` and 
+    `c` goes to `d`. In the backward direction, `b` goes to `a` and `d` goes
+    to `c`. 
+    &#34;&#34;&#34;
+    def __init__(self, specification, raw_transform=False):
+        &#34;&#34;&#34;Validate and create a new transformer. The transform is parsed by
+        `LetterTransformer.parse_specification` unless `raw_transform` is `True`
+        &#34;&#34;&#34;
+        if raw_transform:
+            transform = specification
+        else:
+            transform = self.parse_specification(specification)
+        self.validate_transform(transform)
+        self.make_transform_map(transform)
+    
+    def parse_specification(self, specification):
+        &#34;&#34;&#34;Turn a `specification` string into a transform, by zipping it
+        with ASCII lowercase letters to generate the pairs. This assumes that
+        the `specification` defines the destination of the forward transform.
+        &#34;&#34;&#34;
+        return list(zip(string.ascii_lowercase, sanitise(specification)))
+        # return specification
+    
+    def validate_transform(self, transform):
+        &#34;&#34;&#34;Checks that a transform is valid (every letter is mapped to 
+        exactly one other letter, in both directions).
+        &#34;&#34;&#34;
+        if len(transform) != 26:
+            raise ValueError(&#34;Transform specification has {} pairs, requires 26&#34;.
+                format(len(transform)))
+        for p in transform:
+            if len(p) != 2:
+                raise ValueError(&#34;Not all mappings in transform &#34;
+                    &#34;have two elements&#34;)
+        if len(set([p[0] for p in transform])) != 26:
+            raise ValueError(&#34;Transform specification must list 26 origin letters&#34;) 
+        if len(set([p[1] for p in transform])) != 26:
+            raise ValueError(&#34;Transform specification must list 26 destination letters&#34;) 
+
+    def make_empty_transform(self):
+        &#34;&#34;&#34;An empty transform is one that maps every letter to &#39;a&#39;.
+        &#34;&#34;&#34;
+        self.forward_map = [0] * 26
+        self.backward_map = [0] * 26
+            
+    def make_transform_map(self, transform):
+        &#34;&#34;&#34;Create `forward_map` and `backward_map` from `transform`. The maps
+        work on letter positions, not letter values. This makes the arithmetic
+        for wheels much easier.
+        &#34;&#34;&#34;
+        self.make_empty_transform()
+        for p in transform:
+            self.forward_map[pos(p[0])] = pos(p[1])
+            self.backward_map[pos(p[1])] = pos(p[0])
+        return self.forward_map, self.backward_map
+    
+    def forward(self, letter):
+        &#34;&#34;&#34;Apply a map in the forward direction.
+        &#34;&#34;&#34;
+        if letter in string.ascii_lowercase:
+            return unpos(self.forward_map[pos(letter)])
+        else:
+            return &#39;&#39;
+                
+    def backward(self, letter):
+        &#34;&#34;&#34;Apply a map in the backward direction.
+        &#34;&#34;&#34;
+        if letter in string.ascii_lowercase:
+            return unpos(self.backward_map[pos(letter)])
+        else:
+            return &#39;&#39;
+
+
+class Plugboard(LetterTransformer):
+    &#34;&#34;&#34;A plugboard, a type of letter transformer where forward and backward
+    transforms are the same. If a letter isn&#39;t explicitly transformed, it is 
+    kept as it is.
+    &#34;&#34;&#34;
+
+    def parse_specification(self, specification):
+        &#34;&#34;&#34;Convert a specification into a transform. The specification is
+        given as a list of letter pairs.
+        &#34;&#34;&#34;
+        return [tuple(sanitise(p)) for p in specification.split()]
+    
+    def validate_transform(self, transform):
+        &#34;&#34;&#34;A set of pairs, of from-to. Does not require all 26 letters
+        are in the transform.
+        &#34;&#34;&#34;
+        for p in transform:
+            if len(p) != 2:
+                raise ValueError(&#34;Not all mappings in transform&#34;
+                    &#34;have two elements&#34;)
+    
+    def make_empty_transform(self):
+        &#34;&#34;&#34;An empty transform maps every letter to itself.
+        &#34;&#34;&#34;
+        self.forward_map = list(range(26))
+        self.backward_map = list(range(26))
+        
+    def make_transform_map(self, transform):
+        &#34;&#34;&#34;Makes the maps for a plugboard. Ensures that if the pair (&#39;a&#39;, &#39;b&#39;)
+        is in the specification, the pair (&#39;b&#39;, &#39;a&#39;) is also present.
+        &#34;&#34;&#34;
+        expanded_transform = transform + [tuple(reversed(p)) for p in transform]
+        return super(Plugboard, self).make_transform_map(expanded_transform)
+
+
+
+
+class Reflector(Plugboard):
+    &#34;&#34;&#34;A reflector is a plugboard that requires 13 transforms.
+    The &#39;plugboard&#39; superclass ensures that all 13 transforms are also applied
+    in reverse, making 26 transforms in all.
+    &#34;&#34;&#34;
+    def validate_transform(self, transform):
+        if len(transform) != 13:
+            raise ValueError(&#34;Reflector specification has {} pairs, requires 13&#34;.
+                format(len(transform)))
+        if len(set([p[0] for p in transform] + 
+                    [p[1] for p in transform])) != 26:
+            raise ValueError(&#34;Reflector specification does not contain 26 letters&#34;)
+        try:
+            super(Reflector, self).validate_transform(transform)
+        except ValueError as v:
+            raise ValueError(&#34;Not all mappings in reflector have two elements&#34;)
+
+
+
+
+class SimpleWheel(LetterTransformer):
+    &#34;&#34;&#34;A wheel is a transform that rotates.
+
+    Looking from the right, letters go in sequence a-b-c clockwise around the 
+    wheel. 
+
+    The position of the wheel is the number of spaces anticlockwise the wheel
+    has turned.
+
+    Letter inputs and outputs are given relative to the frame holding the wheel,
+    so if the wheel is advanced three places, an input of &#39;p&#39; will enter the 
+    wheel on the position under the wheel&#39;s &#39;s&#39; label.
+    &#34;&#34;&#34;
+    def __init__(self, transform, position=&#39;a&#39;, raw_transform=False):
+        super(SimpleWheel, self).__init__(transform, raw_transform)
+        self.set_position(position)
+        
+    def __getattribute__(self,name):
+        if name==&#39;position_l&#39;:
+            return unpos(self.position)
+        else:
+            return object.__getattribute__(self, name)
+    
+    def set_position(self, position):
+        &#34;&#34;&#34;Sets a wheel&#39;s position. If the `position` is a string, convert it
+        to a number and set the position.
+        &#34;&#34;&#34;
+        if isinstance(position, str):
+            self.position = pos(position)
+        else:
+            self.position = position
+    
+    def forward(self, letter):
+        &#34;&#34;&#34;Give the transformed letter in the forward direction, accounting
+        for the position of the wheel.
+        &#34;&#34;&#34;
+        if letter in string.ascii_lowercase:
+            return unpos((self.forward_map[(pos(letter) + self.position) % 26] - self.position))
+        else:
+            return &#39;&#39;
+                
+    def backward(self, letter):
+        &#34;&#34;&#34;Give the transformed letter in the backward direction, accounting
+        for the position of the wheel.
+        &#34;&#34;&#34;
+        if letter in string.ascii_lowercase:
+            return unpos((self.backward_map[(pos(letter) + self.position) % 26] - self.position))
+        else:
+            return &#39;&#39;
+        
+    def advance(self):
+        &#34;&#34;&#34;Advance a wheel one position.&#34;&#34;&#34;
+        self.position = (self.position + 1) % 26
+
+
+
+class Wheel(SimpleWheel):
+    &#34;&#34;&#34;A wheel with a movable ring.
+
+    The ring holds the letters and the notches that turn other wheels. The core
+    holds the wiring that does the transformation.
+
+    The ring position is how many steps the core is turned relative to the ring.
+    This is one-based, so a ring setting of 1 means the core and ring are 
+    aligned.
+
+    The position of the wheel is the position of the core (the transforms) 
+    relative to the neutral position. 
+
+    The position_l is the position of the ring, or what would be observed
+    by the user of the Enigma machine. 
+
+    The notch_positions are the number of advances of this wheel before it will 
+    advance the next wheel.
+    &#34;&#34;&#34;
+    def __init__(self, transform, ring_notch_letters, ring_setting=1, 
+            position=&#39;a&#39;, raw_transform=False):
+        self.ring_notch_letters = ring_notch_letters
+        self.ring_setting = ring_setting
+        super(Wheel, self).__init__(transform, position=position, 
+            raw_transform=raw_transform)
+        self.set_position(position)
+        
+    def __getattribute__(self,name):
+        if name==&#39;position_l&#39;:
+            return unpos(self.position + self.ring_setting - 1)
+        else:
+            return object.__getattribute__(self, name)
+
+    def set_position(self, position):
+        if isinstance(position, str):
+            self.position = (pos(position) - self.ring_setting + 1) % 26
+        else:
+            self.position = (position - self.ring_setting) % 26
+        # # self.notch_positions = [(pos(p) - pos(position)) % 26  for p in self.ring_notch_letters]
+        # self.notch_positions = [(pos(p) - (self.position + self.ring_setting - 1)) % 26  for p in self.ring_notch_letters]
+        self.notch_positions = [(self.position + self.ring_setting - 1 - pos(p)) % 26  for p in self.ring_notch_letters]
+        
+    def advance(self):
+        &#34;&#34;&#34;Advance a wheel&#39;s core, then advance the ring position to match.
+        &#34;&#34;&#34;
+        super(Wheel, self).advance()
+        self.notch_positions = [(p + 1) % 26 for p in self.notch_positions]
+        return self.position
+
+
+class Enigma(object):
+    &#34;&#34;&#34;An Enigma machine.
+
+
+    &#34;&#34;&#34;
+    def __init__(self, reflector_spec,
+                 left_wheel_spec, left_wheel_notches,
+                 middle_wheel_spec, middle_wheel_notches,
+                 right_wheel_spec, right_wheel_notches,
+                 left_ring_setting, middle_ring_setting, right_ring_setting,
+                 plugboard_setting):
+        self.reflector = Reflector(reflector_spec)
+        self.left_wheel = Wheel(left_wheel_spec, left_wheel_notches, 
+            ring_setting=left_ring_setting)
+        self.middle_wheel = Wheel(middle_wheel_spec, middle_wheel_notches, 
+            ring_setting=middle_ring_setting)
+        self.right_wheel = Wheel(right_wheel_spec, right_wheel_notches, 
+            ring_setting=right_ring_setting)
+        self.plugboard = Plugboard(plugboard_setting)
+        
+    def __getattribute__(self,name):
+        if name==&#39;wheel_positions&#39;:
+            return (self.left_wheel.position, 
+                    self.middle_wheel.position, 
+                    self.right_wheel.position
+                    )
+        elif name==&#39;wheel_positions_l&#39;:
+            return (self.left_wheel.position_l, 
+                    self.middle_wheel.position_l, 
+                    self.right_wheel.position_l
+                    )
+        elif name==&#39;notch_positions&#39;:
+            return (self.left_wheel.notch_positions, 
+                    self.middle_wheel.notch_positions, 
+                    self.right_wheel.notch_positions
+                    )
+        else:
+            return object.__getattribute__(self, name)
+
+    def set_wheels(self, left_wheel_position, middle_wheel_position, 
+            right_wheel_position):
+        &#34;&#34;&#34;Set the Enigma&#39;s wheels to the specified positions.
+        &#34;&#34;&#34;
+        self.left_wheel.set_position(left_wheel_position)
+        self.middle_wheel.set_position(middle_wheel_position)
+        self.right_wheel.set_position(right_wheel_position)
+        
+    def lookup(self, letter):
+        &#34;&#34;&#34;Lookup the enciphering of a letter, without advancing any wheels
+        &#34;&#34;&#34;
+        a = self.plugboard.forward(letter)
+        b = self.right_wheel.forward(a)
+        c = self.middle_wheel.forward(b)
+        d = self.left_wheel.forward(c)
+        e = self.reflector.forward(d)
+        f = self.left_wheel.backward(e)
+        g = self.middle_wheel.backward(f)
+        h = self.right_wheel.backward(g)
+        i = self.plugboard.backward(h)
+        return i
+    
+    def advance(self):
+        &#34;&#34;&#34;Advance the Enigma&#39;s wheels one step. The right wheel always
+        advances. The middle and right wheels may advance if the notches
+        line up correctly.
+        &#34;&#34;&#34;
+        advance_middle = False
+        advance_left = False
+        if 0 in self.right_wheel.notch_positions:
+            advance_middle = True
+        if 0 in self.middle_wheel.notch_positions:
+            advance_left = True
+            advance_middle = True
+        self.right_wheel.advance()
+        if advance_middle: self.middle_wheel.advance()
+        if advance_left: self.left_wheel.advance()
+            
+    def encipher_letter(self, letter):
+        &#34;&#34;&#34;Encipher a letter. Advance the Enigma machine, then lookup the
+        encryption of a letter.
+        &#34;&#34;&#34;
+        self.advance()
+        return self.lookup(letter)
+    
+    def encipher(self, message):
+        &#34;&#34;&#34;Encipher a message.&#34;&#34;&#34;
+        enciphered = &#39;&#39;
+        for letter in sanitise(message):
+            enciphered += self.encipher_letter(letter)
+        return enciphered
+
+    decipher = encipher
+
+
+# for i in range(26):
+#     enigma.advance()
+#     print(&#39;enigma.advance()&#39;)
+#     print(&#34;assert(enigma.wheel_positions == {})&#34;.format(enigma.wheel_positions))
+#     print(&#34;assert(cat(enigma.wheel_positions_l) == &#39;{}&#39;)&#34;.format(cat(enigma.wheel_positions_l)))
+#     print(&#34;assert(enigma.notch_positions == {})&#34;.format(enigma.notch_positions))
+#     print(&#34;assert(cat(enigma.lookup(l) for l in string.ascii_lowercase) == &#39;{}&#39;)&#34;.format(cat(enigma.lookup(l) for l in string.ascii_lowercase)))
+#     print()
+
+
+if __name__ == &#34;__main__&#34;:
+    import doctest
+    # doctest.testmod(extraglobs={&#39;lt&#39;: LetterTransformer(1, &#39;a&#39;)})
+    doctest.testmod()</code></pre>
+</details>
+</section>
+<section>
+</section>
+<section>
+</section>
+<section>
+<h2 class="section-title" id="header-functions">Functions</h2>
+<dl>
+<dt id="szyfrow.enigma.cat"><code class="name flex">
+<span>def <span class="ident">cat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+<dt id="szyfrow.enigma.lcat"><code class="name flex">
+<span>def <span class="ident">lcat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+<dt id="szyfrow.enigma.wcat"><code class="name flex">
+<span>def <span class="ident">wcat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+</dl>
+</section>
+<section>
+<h2 class="section-title" id="header-classes">Classes</h2>
+<dl>
+<dt id="szyfrow.enigma.Enigma"><code class="flex name class">
+<span>class <span class="ident">Enigma</span></span>
+<span>(</span><span>reflector_spec, left_wheel_spec, left_wheel_notches, middle_wheel_spec, middle_wheel_notches, right_wheel_spec, right_wheel_notches, left_ring_setting, middle_ring_setting, right_ring_setting, plugboard_setting)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>An Enigma machine.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">class Enigma(object):
+    &#34;&#34;&#34;An Enigma machine.
+
+
+    &#34;&#34;&#34;
+    def __init__(self, reflector_spec,
+                 left_wheel_spec, left_wheel_notches,
+                 middle_wheel_spec, middle_wheel_notches,
+                 right_wheel_spec, right_wheel_notches,
+                 left_ring_setting, middle_ring_setting, right_ring_setting,
+                 plugboard_setting):
+        self.reflector = Reflector(reflector_spec)
+        self.left_wheel = Wheel(left_wheel_spec, left_wheel_notches, 
+            ring_setting=left_ring_setting)
+        self.middle_wheel = Wheel(middle_wheel_spec, middle_wheel_notches, 
+            ring_setting=middle_ring_setting)
+        self.right_wheel = Wheel(right_wheel_spec, right_wheel_notches, 
+            ring_setting=right_ring_setting)
+        self.plugboard = Plugboard(plugboard_setting)
+        
+    def __getattribute__(self,name):
+        if name==&#39;wheel_positions&#39;:
+            return (self.left_wheel.position, 
+                    self.middle_wheel.position, 
+                    self.right_wheel.position
+                    )
+        elif name==&#39;wheel_positions_l&#39;:
+            return (self.left_wheel.position_l, 
+                    self.middle_wheel.position_l, 
+                    self.right_wheel.position_l
+                    )
+        elif name==&#39;notch_positions&#39;:
+            return (self.left_wheel.notch_positions, 
+                    self.middle_wheel.notch_positions, 
+                    self.right_wheel.notch_positions
+                    )
+        else:
+            return object.__getattribute__(self, name)
+
+    def set_wheels(self, left_wheel_position, middle_wheel_position, 
+            right_wheel_position):
+        &#34;&#34;&#34;Set the Enigma&#39;s wheels to the specified positions.
+        &#34;&#34;&#34;
+        self.left_wheel.set_position(left_wheel_position)
+        self.middle_wheel.set_position(middle_wheel_position)
+        self.right_wheel.set_position(right_wheel_position)
+        
+    def lookup(self, letter):
+        &#34;&#34;&#34;Lookup the enciphering of a letter, without advancing any wheels
+        &#34;&#34;&#34;
+        a = self.plugboard.forward(letter)
+        b = self.right_wheel.forward(a)
+        c = self.middle_wheel.forward(b)
+        d = self.left_wheel.forward(c)
+        e = self.reflector.forward(d)
+        f = self.left_wheel.backward(e)
+        g = self.middle_wheel.backward(f)
+        h = self.right_wheel.backward(g)
+        i = self.plugboard.backward(h)
+        return i
+    
+    def advance(self):
+        &#34;&#34;&#34;Advance the Enigma&#39;s wheels one step. The right wheel always
+        advances. The middle and right wheels may advance if the notches
+        line up correctly.
+        &#34;&#34;&#34;
+        advance_middle = False
+        advance_left = False
+        if 0 in self.right_wheel.notch_positions:
+            advance_middle = True
+        if 0 in self.middle_wheel.notch_positions:
+            advance_left = True
+            advance_middle = True
+        self.right_wheel.advance()
+        if advance_middle: self.middle_wheel.advance()
+        if advance_left: self.left_wheel.advance()
+            
+    def encipher_letter(self, letter):
+        &#34;&#34;&#34;Encipher a letter. Advance the Enigma machine, then lookup the
+        encryption of a letter.
+        &#34;&#34;&#34;
+        self.advance()
+        return self.lookup(letter)
+    
+    def encipher(self, message):
+        &#34;&#34;&#34;Encipher a message.&#34;&#34;&#34;
+        enciphered = &#39;&#39;
+        for letter in sanitise(message):
+            enciphered += self.encipher_letter(letter)
+        return enciphered
+
+    decipher = encipher</code></pre>
+</details>
+<h3>Methods</h3>
+<dl>
+<dt id="szyfrow.enigma.Enigma.advance"><code class="name flex">
+<span>def <span class="ident">advance</span></span>(<span>self)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Advance the Enigma's wheels one step. The right wheel always
+advances. The middle and right wheels may advance if the notches
+line up correctly.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def advance(self):
+    &#34;&#34;&#34;Advance the Enigma&#39;s wheels one step. The right wheel always
+    advances. The middle and right wheels may advance if the notches
+    line up correctly.
+    &#34;&#34;&#34;
+    advance_middle = False
+    advance_left = False
+    if 0 in self.right_wheel.notch_positions:
+        advance_middle = True
+    if 0 in self.middle_wheel.notch_positions:
+        advance_left = True
+        advance_middle = True
+    self.right_wheel.advance()
+    if advance_middle: self.middle_wheel.advance()
+    if advance_left: self.left_wheel.advance()</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.enigma.Enigma.decipher"><code class="name flex">
+<span>def <span class="ident">decipher</span></span>(<span>self, message)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Encipher a message.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def encipher(self, message):
+    &#34;&#34;&#34;Encipher a message.&#34;&#34;&#34;
+    enciphered = &#39;&#39;
+    for letter in sanitise(message):
+        enciphered += self.encipher_letter(letter)
+    return enciphered</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.enigma.Enigma.encipher"><code class="name flex">
+<span>def <span class="ident">encipher</span></span>(<span>self, message)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Encipher a message.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def encipher(self, message):
+    &#34;&#34;&#34;Encipher a message.&#34;&#34;&#34;
+    enciphered = &#39;&#39;
+    for letter in sanitise(message):
+        enciphered += self.encipher_letter(letter)
+    return enciphered</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.enigma.Enigma.encipher_letter"><code class="name flex">
+<span>def <span class="ident">encipher_letter</span></span>(<span>self, letter)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Encipher a letter. Advance the Enigma machine, then lookup the
+encryption of a letter.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def encipher_letter(self, letter):
+    &#34;&#34;&#34;Encipher a letter. Advance the Enigma machine, then lookup the
+    encryption of a letter.
+    &#34;&#34;&#34;
+    self.advance()
+    return self.lookup(letter)</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.enigma.Enigma.lookup"><code class="name flex">
+<span>def <span class="ident">lookup</span></span>(<span>self, letter)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Lookup the enciphering of a letter, without advancing any wheels</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def lookup(self, letter):
+    &#34;&#34;&#34;Lookup the enciphering of a letter, without advancing any wheels
+    &#34;&#34;&#34;
+    a = self.plugboard.forward(letter)
+    b = self.right_wheel.forward(a)
+    c = self.middle_wheel.forward(b)
+    d = self.left_wheel.forward(c)
+    e = self.reflector.forward(d)
+    f = self.left_wheel.backward(e)
+    g = self.middle_wheel.backward(f)
+    h = self.right_wheel.backward(g)
+    i = self.plugboard.backward(h)
+    return i</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.enigma.Enigma.set_wheels"><code class="name flex">
+<span>def <span class="ident">set_wheels</span></span>(<span>self, left_wheel_position, middle_wheel_position, right_wheel_position)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Set the Enigma's wheels to the specified positions.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def set_wheels(self, left_wheel_position, middle_wheel_position, 
+        right_wheel_position):
+    &#34;&#34;&#34;Set the Enigma&#39;s wheels to the specified positions.
+    &#34;&#34;&#34;
+    self.left_wheel.set_position(left_wheel_position)
+    self.middle_wheel.set_position(middle_wheel_position)
+    self.right_wheel.set_position(right_wheel_position)</code></pre>
+</details>
+</dd>
+</dl>
+</dd>
+<dt id="szyfrow.enigma.LetterTransformer"><code class="flex name class">
+<span>class <span class="ident">LetterTransformer</span></span>
+<span>(</span><span>specification, raw_transform=False)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>A generic substitution cipher, that has different transforms in the
+forward and backward directions. It requires that the transforms for all
+letters by provided.</p>
+<p>A <code>transform</code> is a list of letter pairs, like <code>[('a', 'b'), ('c', 'd')]</code>.
+That would say that, in the forward direction <code>a</code> goes to <code>b</code> and
+<code>c</code> goes to <code>d</code>. In the backward direction, <code>b</code> goes to <code>a</code> and <code>d</code> goes
+to <code>c</code>. </p>
+<p>Validate and create a new transformer. The transform is parsed by
+<code><a title="szyfrow.enigma.LetterTransformer.parse_specification" href="#szyfrow.enigma.LetterTransformer.parse_specification">LetterTransformer.parse_specification()</a></code> unless <code>raw_transform</code> is <code>True</code></p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">class LetterTransformer(object):
+    &#34;&#34;&#34;A generic substitution cipher, that has different transforms in the 
+    forward and backward directions. It requires that the transforms for all
+    letters by provided.
+
+    A `transform` is a list of letter pairs, like `[(&#39;a&#39;, &#39;b&#39;), (&#39;c&#39;, &#39;d&#39;)]`.
+    That would say that, in the forward direction `a` goes to `b` and 
+    `c` goes to `d`. In the backward direction, `b` goes to `a` and `d` goes
+    to `c`. 
+    &#34;&#34;&#34;
+    def __init__(self, specification, raw_transform=False):
+        &#34;&#34;&#34;Validate and create a new transformer. The transform is parsed by
+        `LetterTransformer.parse_specification` unless `raw_transform` is `True`
+        &#34;&#34;&#34;
+        if raw_transform:
+            transform = specification
+        else:
+            transform = self.parse_specification(specification)
+        self.validate_transform(transform)
+        self.make_transform_map(transform)
+    
+    def parse_specification(self, specification):
+        &#34;&#34;&#34;Turn a `specification` string into a transform, by zipping it
+        with ASCII lowercase letters to generate the pairs. This assumes that
+        the `specification` defines the destination of the forward transform.
+        &#34;&#34;&#34;
+        return list(zip(string.ascii_lowercase, sanitise(specification)))
+        # return specification
+    
+    def validate_transform(self, transform):
+        &#34;&#34;&#34;Checks that a transform is valid (every letter is mapped to 
+        exactly one other letter, in both directions).
+        &#34;&#34;&#34;
+        if len(transform) != 26:
+            raise ValueError(&#34;Transform specification has {} pairs, requires 26&#34;.
+                format(len(transform)))
+        for p in transform:
+            if len(p) != 2:
+                raise ValueError(&#34;Not all mappings in transform &#34;
+                    &#34;have two elements&#34;)
+        if len(set([p[0] for p in transform])) != 26:
+            raise ValueError(&#34;Transform specification must list 26 origin letters&#34;) 
+        if len(set([p[1] for p in transform])) != 26:
+            raise ValueError(&#34;Transform specification must list 26 destination letters&#34;) 
+
+    def make_empty_transform(self):
+        &#34;&#34;&#34;An empty transform is one that maps every letter to &#39;a&#39;.
+        &#34;&#34;&#34;
+        self.forward_map = [0] * 26
+        self.backward_map = [0] * 26
+            
+    def make_transform_map(self, transform):
+        &#34;&#34;&#34;Create `forward_map` and `backward_map` from `transform`. The maps
+        work on letter positions, not letter values. This makes the arithmetic
+        for wheels much easier.
+        &#34;&#34;&#34;
+        self.make_empty_transform()
+        for p in transform:
+            self.forward_map[pos(p[0])] = pos(p[1])
+            self.backward_map[pos(p[1])] = pos(p[0])
+        return self.forward_map, self.backward_map
+    
+    def forward(self, letter):
+        &#34;&#34;&#34;Apply a map in the forward direction.
+        &#34;&#34;&#34;
+        if letter in string.ascii_lowercase:
+            return unpos(self.forward_map[pos(letter)])
+        else:
+            return &#39;&#39;
+                
+    def backward(self, letter):
+        &#34;&#34;&#34;Apply a map in the backward direction.
+        &#34;&#34;&#34;
+        if letter in string.ascii_lowercase:
+            return unpos(self.backward_map[pos(letter)])
+        else:
+            return &#39;&#39;</code></pre>
+</details>
+<h3>Subclasses</h3>
+<ul class="hlist">
+<li><a title="szyfrow.enigma.Plugboard" href="#szyfrow.enigma.Plugboard">Plugboard</a></li>
+<li><a title="szyfrow.enigma.SimpleWheel" href="#szyfrow.enigma.SimpleWheel">SimpleWheel</a></li>
+</ul>
+<h3>Methods</h3>
+<dl>
+<dt id="szyfrow.enigma.LetterTransformer.backward"><code class="name flex">
+<span>def <span class="ident">backward</span></span>(<span>self, letter)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Apply a map in the backward direction.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def backward(self, letter):
+    &#34;&#34;&#34;Apply a map in the backward direction.
+    &#34;&#34;&#34;
+    if letter in string.ascii_lowercase:
+        return unpos(self.backward_map[pos(letter)])
+    else:
+        return &#39;&#39;</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.enigma.LetterTransformer.forward"><code class="name flex">
+<span>def <span class="ident">forward</span></span>(<span>self, letter)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Apply a map in the forward direction.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def forward(self, letter):
+    &#34;&#34;&#34;Apply a map in the forward direction.
+    &#34;&#34;&#34;
+    if letter in string.ascii_lowercase:
+        return unpos(self.forward_map[pos(letter)])
+    else:
+        return &#39;&#39;</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.enigma.LetterTransformer.make_empty_transform"><code class="name flex">
+<span>def <span class="ident">make_empty_transform</span></span>(<span>self)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>An empty transform is one that maps every letter to 'a'.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def make_empty_transform(self):
+    &#34;&#34;&#34;An empty transform is one that maps every letter to &#39;a&#39;.
+    &#34;&#34;&#34;
+    self.forward_map = [0] * 26
+    self.backward_map = [0] * 26</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.enigma.LetterTransformer.make_transform_map"><code class="name flex">
+<span>def <span class="ident">make_transform_map</span></span>(<span>self, transform)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Create <code>forward_map</code> and <code>backward_map</code> from <code>transform</code>. The maps
+work on letter positions, not letter values. This makes the arithmetic
+for wheels much easier.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def make_transform_map(self, transform):
+    &#34;&#34;&#34;Create `forward_map` and `backward_map` from `transform`. The maps
+    work on letter positions, not letter values. This makes the arithmetic
+    for wheels much easier.
+    &#34;&#34;&#34;
+    self.make_empty_transform()
+    for p in transform:
+        self.forward_map[pos(p[0])] = pos(p[1])
+        self.backward_map[pos(p[1])] = pos(p[0])
+    return self.forward_map, self.backward_map</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.enigma.LetterTransformer.parse_specification"><code class="name flex">
+<span>def <span class="ident">parse_specification</span></span>(<span>self, specification)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Turn a <code>specification</code> string into a transform, by zipping it
+with ASCII lowercase letters to generate the pairs. This assumes that
+the <code>specification</code> defines the destination of the forward transform.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def parse_specification(self, specification):
+    &#34;&#34;&#34;Turn a `specification` string into a transform, by zipping it
+    with ASCII lowercase letters to generate the pairs. This assumes that
+    the `specification` defines the destination of the forward transform.
+    &#34;&#34;&#34;
+    return list(zip(string.ascii_lowercase, sanitise(specification)))
+    # return specification</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.enigma.LetterTransformer.validate_transform"><code class="name flex">
+<span>def <span class="ident">validate_transform</span></span>(<span>self, transform)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Checks that a transform is valid (every letter is mapped to
+exactly one other letter, in both directions).</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def validate_transform(self, transform):
+    &#34;&#34;&#34;Checks that a transform is valid (every letter is mapped to 
+    exactly one other letter, in both directions).
+    &#34;&#34;&#34;
+    if len(transform) != 26:
+        raise ValueError(&#34;Transform specification has {} pairs, requires 26&#34;.
+            format(len(transform)))
+    for p in transform:
+        if len(p) != 2:
+            raise ValueError(&#34;Not all mappings in transform &#34;
+                &#34;have two elements&#34;)
+    if len(set([p[0] for p in transform])) != 26:
+        raise ValueError(&#34;Transform specification must list 26 origin letters&#34;) 
+    if len(set([p[1] for p in transform])) != 26:
+        raise ValueError(&#34;Transform specification must list 26 destination letters&#34;) </code></pre>
+</details>
+</dd>
+</dl>
+</dd>
+<dt id="szyfrow.enigma.Plugboard"><code class="flex name class">
+<span>class <span class="ident">Plugboard</span></span>
+<span>(</span><span>specification, raw_transform=False)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>A plugboard, a type of letter transformer where forward and backward
+transforms are the same. If a letter isn't explicitly transformed, it is
+kept as it is.</p>
+<p>Validate and create a new transformer. The transform is parsed by
+<code><a title="szyfrow.enigma.LetterTransformer.parse_specification" href="#szyfrow.enigma.LetterTransformer.parse_specification">LetterTransformer.parse_specification()</a></code> unless <code>raw_transform</code> is <code>True</code></p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">class Plugboard(LetterTransformer):
+    &#34;&#34;&#34;A plugboard, a type of letter transformer where forward and backward
+    transforms are the same. If a letter isn&#39;t explicitly transformed, it is 
+    kept as it is.
+    &#34;&#34;&#34;
+
+    def parse_specification(self, specification):
+        &#34;&#34;&#34;Convert a specification into a transform. The specification is
+        given as a list of letter pairs.
+        &#34;&#34;&#34;
+        return [tuple(sanitise(p)) for p in specification.split()]
+    
+    def validate_transform(self, transform):
+        &#34;&#34;&#34;A set of pairs, of from-to. Does not require all 26 letters
+        are in the transform.
+        &#34;&#34;&#34;
+        for p in transform:
+            if len(p) != 2:
+                raise ValueError(&#34;Not all mappings in transform&#34;
+                    &#34;have two elements&#34;)
+    
+    def make_empty_transform(self):
+        &#34;&#34;&#34;An empty transform maps every letter to itself.
+        &#34;&#34;&#34;
+        self.forward_map = list(range(26))
+        self.backward_map = list(range(26))
+        
+    def make_transform_map(self, transform):
+        &#34;&#34;&#34;Makes the maps for a plugboard. Ensures that if the pair (&#39;a&#39;, &#39;b&#39;)
+        is in the specification, the pair (&#39;b&#39;, &#39;a&#39;) is also present.
+        &#34;&#34;&#34;
+        expanded_transform = transform + [tuple(reversed(p)) for p in transform]
+        return super(Plugboard, self).make_transform_map(expanded_transform)</code></pre>
+</details>
+<h3>Ancestors</h3>
+<ul class="hlist">
+<li><a title="szyfrow.enigma.LetterTransformer" href="#szyfrow.enigma.LetterTransformer">LetterTransformer</a></li>
+</ul>
+<h3>Subclasses</h3>
+<ul class="hlist">
+<li><a title="szyfrow.enigma.Reflector" href="#szyfrow.enigma.Reflector">Reflector</a></li>
+</ul>
+<h3>Methods</h3>
+<dl>
+<dt id="szyfrow.enigma.Plugboard.make_empty_transform"><code class="name flex">
+<span>def <span class="ident">make_empty_transform</span></span>(<span>self)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>An empty transform maps every letter to itself.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def make_empty_transform(self):
+    &#34;&#34;&#34;An empty transform maps every letter to itself.
+    &#34;&#34;&#34;
+    self.forward_map = list(range(26))
+    self.backward_map = list(range(26))</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.enigma.Plugboard.make_transform_map"><code class="name flex">
+<span>def <span class="ident">make_transform_map</span></span>(<span>self, transform)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Makes the maps for a plugboard. Ensures that if the pair ('a', 'b')
+is in the specification, the pair ('b', 'a') is also present.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def make_transform_map(self, transform):
+    &#34;&#34;&#34;Makes the maps for a plugboard. Ensures that if the pair (&#39;a&#39;, &#39;b&#39;)
+    is in the specification, the pair (&#39;b&#39;, &#39;a&#39;) is also present.
+    &#34;&#34;&#34;
+    expanded_transform = transform + [tuple(reversed(p)) for p in transform]
+    return super(Plugboard, self).make_transform_map(expanded_transform)</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.enigma.Plugboard.parse_specification"><code class="name flex">
+<span>def <span class="ident">parse_specification</span></span>(<span>self, specification)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Convert a specification into a transform. The specification is
+given as a list of letter pairs.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def parse_specification(self, specification):
+    &#34;&#34;&#34;Convert a specification into a transform. The specification is
+    given as a list of letter pairs.
+    &#34;&#34;&#34;
+    return [tuple(sanitise(p)) for p in specification.split()]</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.enigma.Plugboard.validate_transform"><code class="name flex">
+<span>def <span class="ident">validate_transform</span></span>(<span>self, transform)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>A set of pairs, of from-to. Does not require all 26 letters
+are in the transform.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def validate_transform(self, transform):
+    &#34;&#34;&#34;A set of pairs, of from-to. Does not require all 26 letters
+    are in the transform.
+    &#34;&#34;&#34;
+    for p in transform:
+        if len(p) != 2:
+            raise ValueError(&#34;Not all mappings in transform&#34;
+                &#34;have two elements&#34;)</code></pre>
+</details>
+</dd>
+</dl>
+<h3>Inherited members</h3>
+<ul class="hlist">
+<li><code><b><a title="szyfrow.enigma.LetterTransformer" href="#szyfrow.enigma.LetterTransformer">LetterTransformer</a></b></code>:
+<ul class="hlist">
+<li><code><a title="szyfrow.enigma.LetterTransformer.backward" href="#szyfrow.enigma.LetterTransformer.backward">backward</a></code></li>
+<li><code><a title="szyfrow.enigma.LetterTransformer.forward" href="#szyfrow.enigma.LetterTransformer.forward">forward</a></code></li>
+</ul>
+</li>
+</ul>
+</dd>
+<dt id="szyfrow.enigma.Reflector"><code class="flex name class">
+<span>class <span class="ident">Reflector</span></span>
+<span>(</span><span>specification, raw_transform=False)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>A reflector is a plugboard that requires 13 transforms.
+The 'plugboard' superclass ensures that all 13 transforms are also applied
+in reverse, making 26 transforms in all.</p>
+<p>Validate and create a new transformer. The transform is parsed by
+<code><a title="szyfrow.enigma.LetterTransformer.parse_specification" href="#szyfrow.enigma.LetterTransformer.parse_specification">LetterTransformer.parse_specification()</a></code> unless <code>raw_transform</code> is <code>True</code></p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">class Reflector(Plugboard):
+    &#34;&#34;&#34;A reflector is a plugboard that requires 13 transforms.
+    The &#39;plugboard&#39; superclass ensures that all 13 transforms are also applied
+    in reverse, making 26 transforms in all.
+    &#34;&#34;&#34;
+    def validate_transform(self, transform):
+        if len(transform) != 13:
+            raise ValueError(&#34;Reflector specification has {} pairs, requires 13&#34;.
+                format(len(transform)))
+        if len(set([p[0] for p in transform] + 
+                    [p[1] for p in transform])) != 26:
+            raise ValueError(&#34;Reflector specification does not contain 26 letters&#34;)
+        try:
+            super(Reflector, self).validate_transform(transform)
+        except ValueError as v:
+            raise ValueError(&#34;Not all mappings in reflector have two elements&#34;)</code></pre>
+</details>
+<h3>Ancestors</h3>
+<ul class="hlist">
+<li><a title="szyfrow.enigma.Plugboard" href="#szyfrow.enigma.Plugboard">Plugboard</a></li>
+<li><a title="szyfrow.enigma.LetterTransformer" href="#szyfrow.enigma.LetterTransformer">LetterTransformer</a></li>
+</ul>
+<h3>Inherited members</h3>
+<ul class="hlist">
+<li><code><b><a title="szyfrow.enigma.Plugboard" href="#szyfrow.enigma.Plugboard">Plugboard</a></b></code>:
+<ul class="hlist">
+<li><code><a title="szyfrow.enigma.Plugboard.backward" href="#szyfrow.enigma.LetterTransformer.backward">backward</a></code></li>
+<li><code><a title="szyfrow.enigma.Plugboard.forward" href="#szyfrow.enigma.LetterTransformer.forward">forward</a></code></li>
+<li><code><a title="szyfrow.enigma.Plugboard.make_empty_transform" href="#szyfrow.enigma.Plugboard.make_empty_transform">make_empty_transform</a></code></li>
+<li><code><a title="szyfrow.enigma.Plugboard.make_transform_map" href="#szyfrow.enigma.Plugboard.make_transform_map">make_transform_map</a></code></li>
+<li><code><a title="szyfrow.enigma.Plugboard.parse_specification" href="#szyfrow.enigma.Plugboard.parse_specification">parse_specification</a></code></li>
+<li><code><a title="szyfrow.enigma.Plugboard.validate_transform" href="#szyfrow.enigma.Plugboard.validate_transform">validate_transform</a></code></li>
+</ul>
+</li>
+</ul>
+</dd>
+<dt id="szyfrow.enigma.SimpleWheel"><code class="flex name class">
+<span>class <span class="ident">SimpleWheel</span></span>
+<span>(</span><span>transform, position='a', raw_transform=False)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>A wheel is a transform that rotates.</p>
+<p>Looking from the right, letters go in sequence a-b-c clockwise around the
+wheel. </p>
+<p>The position of the wheel is the number of spaces anticlockwise the wheel
+has turned.</p>
+<p>Letter inputs and outputs are given relative to the frame holding the wheel,
+so if the wheel is advanced three places, an input of 'p' will enter the
+wheel on the position under the wheel's 's' label.</p>
+<p>Validate and create a new transformer. The transform is parsed by
+<code><a title="szyfrow.enigma.LetterTransformer.parse_specification" href="#szyfrow.enigma.LetterTransformer.parse_specification">LetterTransformer.parse_specification()</a></code> unless <code>raw_transform</code> is <code>True</code></p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">class SimpleWheel(LetterTransformer):
+    &#34;&#34;&#34;A wheel is a transform that rotates.
+
+    Looking from the right, letters go in sequence a-b-c clockwise around the 
+    wheel. 
+
+    The position of the wheel is the number of spaces anticlockwise the wheel
+    has turned.
+
+    Letter inputs and outputs are given relative to the frame holding the wheel,
+    so if the wheel is advanced three places, an input of &#39;p&#39; will enter the 
+    wheel on the position under the wheel&#39;s &#39;s&#39; label.
+    &#34;&#34;&#34;
+    def __init__(self, transform, position=&#39;a&#39;, raw_transform=False):
+        super(SimpleWheel, self).__init__(transform, raw_transform)
+        self.set_position(position)
+        
+    def __getattribute__(self,name):
+        if name==&#39;position_l&#39;:
+            return unpos(self.position)
+        else:
+            return object.__getattribute__(self, name)
+    
+    def set_position(self, position):
+        &#34;&#34;&#34;Sets a wheel&#39;s position. If the `position` is a string, convert it
+        to a number and set the position.
+        &#34;&#34;&#34;
+        if isinstance(position, str):
+            self.position = pos(position)
+        else:
+            self.position = position
+    
+    def forward(self, letter):
+        &#34;&#34;&#34;Give the transformed letter in the forward direction, accounting
+        for the position of the wheel.
+        &#34;&#34;&#34;
+        if letter in string.ascii_lowercase:
+            return unpos((self.forward_map[(pos(letter) + self.position) % 26] - self.position))
+        else:
+            return &#39;&#39;
+                
+    def backward(self, letter):
+        &#34;&#34;&#34;Give the transformed letter in the backward direction, accounting
+        for the position of the wheel.
+        &#34;&#34;&#34;
+        if letter in string.ascii_lowercase:
+            return unpos((self.backward_map[(pos(letter) + self.position) % 26] - self.position))
+        else:
+            return &#39;&#39;
+        
+    def advance(self):
+        &#34;&#34;&#34;Advance a wheel one position.&#34;&#34;&#34;
+        self.position = (self.position + 1) % 26</code></pre>
+</details>
+<h3>Ancestors</h3>
+<ul class="hlist">
+<li><a title="szyfrow.enigma.LetterTransformer" href="#szyfrow.enigma.LetterTransformer">LetterTransformer</a></li>
+</ul>
+<h3>Subclasses</h3>
+<ul class="hlist">
+<li><a title="szyfrow.enigma.Wheel" href="#szyfrow.enigma.Wheel">Wheel</a></li>
+</ul>
+<h3>Methods</h3>
+<dl>
+<dt id="szyfrow.enigma.SimpleWheel.advance"><code class="name flex">
+<span>def <span class="ident">advance</span></span>(<span>self)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Advance a wheel one position.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def advance(self):
+    &#34;&#34;&#34;Advance a wheel one position.&#34;&#34;&#34;
+    self.position = (self.position + 1) % 26</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.enigma.SimpleWheel.backward"><code class="name flex">
+<span>def <span class="ident">backward</span></span>(<span>self, letter)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Give the transformed letter in the backward direction, accounting
+for the position of the wheel.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def backward(self, letter):
+    &#34;&#34;&#34;Give the transformed letter in the backward direction, accounting
+    for the position of the wheel.
+    &#34;&#34;&#34;
+    if letter in string.ascii_lowercase:
+        return unpos((self.backward_map[(pos(letter) + self.position) % 26] - self.position))
+    else:
+        return &#39;&#39;</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.enigma.SimpleWheel.forward"><code class="name flex">
+<span>def <span class="ident">forward</span></span>(<span>self, letter)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Give the transformed letter in the forward direction, accounting
+for the position of the wheel.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def forward(self, letter):
+    &#34;&#34;&#34;Give the transformed letter in the forward direction, accounting
+    for the position of the wheel.
+    &#34;&#34;&#34;
+    if letter in string.ascii_lowercase:
+        return unpos((self.forward_map[(pos(letter) + self.position) % 26] - self.position))
+    else:
+        return &#39;&#39;</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.enigma.SimpleWheel.set_position"><code class="name flex">
+<span>def <span class="ident">set_position</span></span>(<span>self, position)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Sets a wheel's position. If the <code>position</code> is a string, convert it
+to a number and set the position.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def set_position(self, position):
+    &#34;&#34;&#34;Sets a wheel&#39;s position. If the `position` is a string, convert it
+    to a number and set the position.
+    &#34;&#34;&#34;
+    if isinstance(position, str):
+        self.position = pos(position)
+    else:
+        self.position = position</code></pre>
+</details>
+</dd>
+</dl>
+<h3>Inherited members</h3>
+<ul class="hlist">
+<li><code><b><a title="szyfrow.enigma.LetterTransformer" href="#szyfrow.enigma.LetterTransformer">LetterTransformer</a></b></code>:
+<ul class="hlist">
+<li><code><a title="szyfrow.enigma.LetterTransformer.make_empty_transform" href="#szyfrow.enigma.LetterTransformer.make_empty_transform">make_empty_transform</a></code></li>
+<li><code><a title="szyfrow.enigma.LetterTransformer.make_transform_map" href="#szyfrow.enigma.LetterTransformer.make_transform_map">make_transform_map</a></code></li>
+<li><code><a title="szyfrow.enigma.LetterTransformer.parse_specification" href="#szyfrow.enigma.LetterTransformer.parse_specification">parse_specification</a></code></li>
+<li><code><a title="szyfrow.enigma.LetterTransformer.validate_transform" href="#szyfrow.enigma.LetterTransformer.validate_transform">validate_transform</a></code></li>
+</ul>
+</li>
+</ul>
+</dd>
+<dt id="szyfrow.enigma.Wheel"><code class="flex name class">
+<span>class <span class="ident">Wheel</span></span>
+<span>(</span><span>transform, ring_notch_letters, ring_setting=1, position='a', raw_transform=False)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>A wheel with a movable ring.</p>
+<p>The ring holds the letters and the notches that turn other wheels. The core
+holds the wiring that does the transformation.</p>
+<p>The ring position is how many steps the core is turned relative to the ring.
+This is one-based, so a ring setting of 1 means the core and ring are
+aligned.</p>
+<p>The position of the wheel is the position of the core (the transforms)
+relative to the neutral position. </p>
+<p>The position_l is the position of the ring, or what would be observed
+by the user of the Enigma machine. </p>
+<p>The notch_positions are the number of advances of this wheel before it will
+advance the next wheel.</p>
+<p>Validate and create a new transformer. The transform is parsed by
+<code><a title="szyfrow.enigma.LetterTransformer.parse_specification" href="#szyfrow.enigma.LetterTransformer.parse_specification">LetterTransformer.parse_specification()</a></code> unless <code>raw_transform</code> is <code>True</code></p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">class Wheel(SimpleWheel):
+    &#34;&#34;&#34;A wheel with a movable ring.
+
+    The ring holds the letters and the notches that turn other wheels. The core
+    holds the wiring that does the transformation.
+
+    The ring position is how many steps the core is turned relative to the ring.
+    This is one-based, so a ring setting of 1 means the core and ring are 
+    aligned.
+
+    The position of the wheel is the position of the core (the transforms) 
+    relative to the neutral position. 
+
+    The position_l is the position of the ring, or what would be observed
+    by the user of the Enigma machine. 
+
+    The notch_positions are the number of advances of this wheel before it will 
+    advance the next wheel.
+    &#34;&#34;&#34;
+    def __init__(self, transform, ring_notch_letters, ring_setting=1, 
+            position=&#39;a&#39;, raw_transform=False):
+        self.ring_notch_letters = ring_notch_letters
+        self.ring_setting = ring_setting
+        super(Wheel, self).__init__(transform, position=position, 
+            raw_transform=raw_transform)
+        self.set_position(position)
+        
+    def __getattribute__(self,name):
+        if name==&#39;position_l&#39;:
+            return unpos(self.position + self.ring_setting - 1)
+        else:
+            return object.__getattribute__(self, name)
+
+    def set_position(self, position):
+        if isinstance(position, str):
+            self.position = (pos(position) - self.ring_setting + 1) % 26
+        else:
+            self.position = (position - self.ring_setting) % 26
+        # # self.notch_positions = [(pos(p) - pos(position)) % 26  for p in self.ring_notch_letters]
+        # self.notch_positions = [(pos(p) - (self.position + self.ring_setting - 1)) % 26  for p in self.ring_notch_letters]
+        self.notch_positions = [(self.position + self.ring_setting - 1 - pos(p)) % 26  for p in self.ring_notch_letters]
+        
+    def advance(self):
+        &#34;&#34;&#34;Advance a wheel&#39;s core, then advance the ring position to match.
+        &#34;&#34;&#34;
+        super(Wheel, self).advance()
+        self.notch_positions = [(p + 1) % 26 for p in self.notch_positions]
+        return self.position</code></pre>
+</details>
+<h3>Ancestors</h3>
+<ul class="hlist">
+<li><a title="szyfrow.enigma.SimpleWheel" href="#szyfrow.enigma.SimpleWheel">SimpleWheel</a></li>
+<li><a title="szyfrow.enigma.LetterTransformer" href="#szyfrow.enigma.LetterTransformer">LetterTransformer</a></li>
+</ul>
+<h3>Methods</h3>
+<dl>
+<dt id="szyfrow.enigma.Wheel.advance"><code class="name flex">
+<span>def <span class="ident">advance</span></span>(<span>self)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Advance a wheel's core, then advance the ring position to match.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def advance(self):
+    &#34;&#34;&#34;Advance a wheel&#39;s core, then advance the ring position to match.
+    &#34;&#34;&#34;
+    super(Wheel, self).advance()
+    self.notch_positions = [(p + 1) % 26 for p in self.notch_positions]
+    return self.position</code></pre>
+</details>
+</dd>
+</dl>
+<h3>Inherited members</h3>
+<ul class="hlist">
+<li><code><b><a title="szyfrow.enigma.SimpleWheel" href="#szyfrow.enigma.SimpleWheel">SimpleWheel</a></b></code>:
+<ul class="hlist">
+<li><code><a title="szyfrow.enigma.SimpleWheel.backward" href="#szyfrow.enigma.SimpleWheel.backward">backward</a></code></li>
+<li><code><a title="szyfrow.enigma.SimpleWheel.forward" href="#szyfrow.enigma.SimpleWheel.forward">forward</a></code></li>
+<li><code><a title="szyfrow.enigma.SimpleWheel.make_empty_transform" href="#szyfrow.enigma.LetterTransformer.make_empty_transform">make_empty_transform</a></code></li>
+<li><code><a title="szyfrow.enigma.SimpleWheel.make_transform_map" href="#szyfrow.enigma.LetterTransformer.make_transform_map">make_transform_map</a></code></li>
+<li><code><a title="szyfrow.enigma.SimpleWheel.parse_specification" href="#szyfrow.enigma.LetterTransformer.parse_specification">parse_specification</a></code></li>
+<li><code><a title="szyfrow.enigma.SimpleWheel.set_position" href="#szyfrow.enigma.SimpleWheel.set_position">set_position</a></code></li>
+<li><code><a title="szyfrow.enigma.SimpleWheel.validate_transform" href="#szyfrow.enigma.LetterTransformer.validate_transform">validate_transform</a></code></li>
+</ul>
+</li>
+</ul>
+</dd>
+</dl>
+</section>
+</article>
+<nav id="sidebar">
+<h1>Index</h1>
+<div class="toc">
+<ul></ul>
+</div>
+<ul id="index">
+<li><h3>Super-module</h3>
+<ul>
+<li><code><a title="szyfrow" href="index.html">szyfrow</a></code></li>
+</ul>
+</li>
+<li><h3><a href="#header-functions">Functions</a></h3>
+<ul class="">
+<li><code><a title="szyfrow.enigma.cat" href="#szyfrow.enigma.cat">cat</a></code></li>
+<li><code><a title="szyfrow.enigma.lcat" href="#szyfrow.enigma.lcat">lcat</a></code></li>
+<li><code><a title="szyfrow.enigma.wcat" href="#szyfrow.enigma.wcat">wcat</a></code></li>
+</ul>
+</li>
+<li><h3><a href="#header-classes">Classes</a></h3>
+<ul>
+<li>
+<h4><code><a title="szyfrow.enigma.Enigma" href="#szyfrow.enigma.Enigma">Enigma</a></code></h4>
+<ul class="two-column">
+<li><code><a title="szyfrow.enigma.Enigma.advance" href="#szyfrow.enigma.Enigma.advance">advance</a></code></li>
+<li><code><a title="szyfrow.enigma.Enigma.decipher" href="#szyfrow.enigma.Enigma.decipher">decipher</a></code></li>
+<li><code><a title="szyfrow.enigma.Enigma.encipher" href="#szyfrow.enigma.Enigma.encipher">encipher</a></code></li>
+<li><code><a title="szyfrow.enigma.Enigma.encipher_letter" href="#szyfrow.enigma.Enigma.encipher_letter">encipher_letter</a></code></li>
+<li><code><a title="szyfrow.enigma.Enigma.lookup" href="#szyfrow.enigma.Enigma.lookup">lookup</a></code></li>
+<li><code><a title="szyfrow.enigma.Enigma.set_wheels" href="#szyfrow.enigma.Enigma.set_wheels">set_wheels</a></code></li>
+</ul>
+</li>
+<li>
+<h4><code><a title="szyfrow.enigma.LetterTransformer" href="#szyfrow.enigma.LetterTransformer">LetterTransformer</a></code></h4>
+<ul class="">
+<li><code><a title="szyfrow.enigma.LetterTransformer.backward" href="#szyfrow.enigma.LetterTransformer.backward">backward</a></code></li>
+<li><code><a title="szyfrow.enigma.LetterTransformer.forward" href="#szyfrow.enigma.LetterTransformer.forward">forward</a></code></li>
+<li><code><a title="szyfrow.enigma.LetterTransformer.make_empty_transform" href="#szyfrow.enigma.LetterTransformer.make_empty_transform">make_empty_transform</a></code></li>
+<li><code><a title="szyfrow.enigma.LetterTransformer.make_transform_map" href="#szyfrow.enigma.LetterTransformer.make_transform_map">make_transform_map</a></code></li>
+<li><code><a title="szyfrow.enigma.LetterTransformer.parse_specification" href="#szyfrow.enigma.LetterTransformer.parse_specification">parse_specification</a></code></li>
+<li><code><a title="szyfrow.enigma.LetterTransformer.validate_transform" href="#szyfrow.enigma.LetterTransformer.validate_transform">validate_transform</a></code></li>
+</ul>
+</li>
+<li>
+<h4><code><a title="szyfrow.enigma.Plugboard" href="#szyfrow.enigma.Plugboard">Plugboard</a></code></h4>
+<ul class="">
+<li><code><a title="szyfrow.enigma.Plugboard.make_empty_transform" href="#szyfrow.enigma.Plugboard.make_empty_transform">make_empty_transform</a></code></li>
+<li><code><a title="szyfrow.enigma.Plugboard.make_transform_map" href="#szyfrow.enigma.Plugboard.make_transform_map">make_transform_map</a></code></li>
+<li><code><a title="szyfrow.enigma.Plugboard.parse_specification" href="#szyfrow.enigma.Plugboard.parse_specification">parse_specification</a></code></li>
+<li><code><a title="szyfrow.enigma.Plugboard.validate_transform" href="#szyfrow.enigma.Plugboard.validate_transform">validate_transform</a></code></li>
+</ul>
+</li>
+<li>
+<h4><code><a title="szyfrow.enigma.Reflector" href="#szyfrow.enigma.Reflector">Reflector</a></code></h4>
+</li>
+<li>
+<h4><code><a title="szyfrow.enigma.SimpleWheel" href="#szyfrow.enigma.SimpleWheel">SimpleWheel</a></code></h4>
+<ul class="">
+<li><code><a title="szyfrow.enigma.SimpleWheel.advance" href="#szyfrow.enigma.SimpleWheel.advance">advance</a></code></li>
+<li><code><a title="szyfrow.enigma.SimpleWheel.backward" href="#szyfrow.enigma.SimpleWheel.backward">backward</a></code></li>
+<li><code><a title="szyfrow.enigma.SimpleWheel.forward" href="#szyfrow.enigma.SimpleWheel.forward">forward</a></code></li>
+<li><code><a title="szyfrow.enigma.SimpleWheel.set_position" href="#szyfrow.enigma.SimpleWheel.set_position">set_position</a></code></li>
+</ul>
+</li>
+<li>
+<h4><code><a title="szyfrow.enigma.Wheel" href="#szyfrow.enigma.Wheel">Wheel</a></code></h4>
+<ul class="">
+<li><code><a title="szyfrow.enigma.Wheel.advance" href="#szyfrow.enigma.Wheel.advance">advance</a></code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</nav>
+</main>
+<footer id="footer">
+<p>Generated by <a href="https://pdoc3.github.io/pdoc"><cite>pdoc</cite> 0.9.2</a>.</p>
+</footer>
+</body>
+</html>
\ No newline at end of file
diff --git a/docs/szyfrow/hill.html b/docs/szyfrow/hill.html
new file mode 100644 (file)
index 0000000..54e3c04
--- /dev/null
@@ -0,0 +1,290 @@
+<!doctype html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
+<meta name="generator" content="pdoc 0.9.1" />
+<title>szyfrow.hill API documentation</title>
+<meta name="description" content="" />
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/sanitize.min.css" integrity="sha256-PK9q560IAAa6WVRRh76LtCaI8pjTJ2z11v0miyNNjrs=" crossorigin>
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/typography.min.css" integrity="sha256-7l/o7C8jubJiy74VsKTidCy1yBkRtiUGbVkYBylBqUg=" crossorigin>
+<link rel="stylesheet preload" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/styles/github.min.css" crossorigin>
+<style>:root{--highlight-color:#fe9}.flex{display:flex !important}body{line-height:1.5em}#content{padding:20px}#sidebar{padding:30px;overflow:hidden}#sidebar > *:last-child{margin-bottom:2cm}.http-server-breadcrumbs{font-size:130%;margin:0 0 15px 0}#footer{font-size:.75em;padding:5px 30px;border-top:1px solid #ddd;text-align:right}#footer p{margin:0 0 0 1em;display:inline-block}#footer p:last-child{margin-right:30px}h1,h2,h3,h4,h5{font-weight:300}h1{font-size:2.5em;line-height:1.1em}h2{font-size:1.75em;margin:1em 0 .50em 0}h3{font-size:1.4em;margin:25px 0 10px 0}h4{margin:0;font-size:105%}h1:target,h2:target,h3:target,h4:target,h5:target,h6:target{background:var(--highlight-color);padding:.2em 0}a{color:#058;text-decoration:none;transition:color .3s ease-in-out}a:hover{color:#e82}.title code{font-weight:bold}h2[id^="header-"]{margin-top:2em}.ident{color:#900}pre code{background:#f8f8f8;font-size:.8em;line-height:1.4em}code{background:#f2f2f1;padding:1px 4px;overflow-wrap:break-word}h1 code{background:transparent}pre{background:#f8f8f8;border:0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;margin:1em 0;padding:1ex}#http-server-module-list{display:flex;flex-flow:column}#http-server-module-list div{display:flex}#http-server-module-list dt{min-width:10%}#http-server-module-list p{margin-top:0}.toc ul,#index{list-style-type:none;margin:0;padding:0}#index code{background:transparent}#index h3{border-bottom:1px solid #ddd}#index ul{padding:0}#index h4{margin-top:.6em;font-weight:bold}@media (min-width:200ex){#index .two-column{column-count:2}}@media (min-width:300ex){#index .two-column{column-count:3}}dl{margin-bottom:2em}dl dl:last-child{margin-bottom:4em}dd{margin:0 0 1em 3em}#header-classes + dl > dd{margin-bottom:3em}dd dd{margin-left:2em}dd p{margin:10px 0}.name{background:#eee;font-weight:bold;font-size:.85em;padding:5px 10px;display:inline-block;min-width:40%}.name:hover{background:#e0e0e0}dt:target .name{background:var(--highlight-color)}.name > span:first-child{white-space:nowrap}.name.class > span:nth-child(2){margin-left:.4em}.inherited{color:#999;border-left:5px solid #eee;padding-left:1em}.inheritance em{font-style:normal;font-weight:bold}.desc h2{font-weight:400;font-size:1.25em}.desc h3{font-size:1em}.desc dt code{background:inherit}.source summary,.git-link-div{color:#666;text-align:right;font-weight:400;font-size:.8em;text-transform:uppercase}.source summary > *{white-space:nowrap;cursor:pointer}.git-link{color:inherit;margin-left:1em}.source pre{max-height:500px;overflow:auto;margin:0}.source pre code{font-size:12px;overflow:visible}.hlist{list-style:none}.hlist li{display:inline}.hlist li:after{content:',\2002'}.hlist li:last-child:after{content:none}.hlist .hlist{display:inline;padding-left:1em}img{max-width:100%}td{padding:0 .5em}.admonition{padding:.1em .5em;margin-bottom:1em}.admonition-title{font-weight:bold}.admonition.note,.admonition.info,.admonition.important{background:#aef}.admonition.todo,.admonition.versionadded,.admonition.tip,.admonition.hint{background:#dfd}.admonition.warning,.admonition.versionchanged,.admonition.deprecated{background:#fd4}.admonition.error,.admonition.danger,.admonition.caution{background:lightpink}</style>
+<style media="screen and (min-width: 700px)">@media screen and (min-width:700px){#sidebar{width:30%;height:100vh;overflow:auto;position:sticky;top:0}#content{width:70%;max-width:100ch;padding:3em 4em;border-left:1px solid #ddd}pre code{font-size:1em}.item .name{font-size:1em}main{display:flex;flex-direction:row-reverse;justify-content:flex-end}.toc ul ul,#index ul{padding-left:1.5em}.toc > ul > li{margin-top:.5em}}</style>
+<style media="print">@media print{#sidebar h1{page-break-before:always}.source{display:none}}@media print{*{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a[href]:after{content:" (" attr(href) ")";font-size:90%}a[href][title]:after{content:none}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:0.5cm}p,h2,h3{orphans:3;widows:3}h1,h2,h3,h4,h5,h6{page-break-after:avoid}}</style>
+<script defer src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/highlight.min.js" integrity="sha256-Uv3H6lx7dJmRfRvH8TH6kJD1TSK1aFcwgx+mdg3epi8=" crossorigin></script>
+<script>window.addEventListener('DOMContentLoaded', () => hljs.initHighlighting())</script>
+</head>
+<body>
+<main>
+<article id="content">
+<header>
+<h1 class="title">Module <code>szyfrow.hill</code></h1>
+</header>
+<section id="section-intro">
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">import multiprocessing
+import numpy as np
+from numpy import matrix
+from numpy import linalg
+from szyfrow.support.utilities import *
+from szyfrow.support.language_models import *
+from szyfrow.affine import modular_division_table
+
+
+def hill_encipher(matrix, message_letters, fillvalue=&#39;a&#39;):
+    &#34;&#34;&#34;Hill cipher
+
+    &gt;&gt;&gt; hill_encipher(np.matrix([[7,8], [11,11]]), &#39;hellothere&#39;)
+    &#39;drjiqzdrvx&#39;
+    &gt;&gt;&gt; hill_encipher(np.matrix([[6, 24, 1], [13, 16, 10], [20, 17, 15]]), \
+        &#39;hello there&#39;)
+    &#39;tfjflpznvyac&#39;
+    &#34;&#34;&#34;
+    n = len(matrix)
+    sanitised_message = sanitise(message_letters)
+    if len(sanitised_message) % n != 0:
+        padding = fillvalue[0] * (n - len(sanitised_message) % n)
+    else:
+        padding = &#39;&#39;
+    message = [pos(c) for c in sanitised_message + padding]
+    message_chunks = [message[i:i+n] for i in range(0, len(message), n)]
+    # message_chunks = chunks(message, len(matrix), fillvalue=None)
+    enciphered_chunks = [((matrix * np.matrix(c).T).T).tolist()[0] 
+            for c in message_chunks]
+    return cat([unpos(round(l))
+            for l in sum(enciphered_chunks, [])])
+
+def hill_decipher(matrix, message, fillvalue=&#39;a&#39;):
+    &#34;&#34;&#34;Hill cipher
+
+    &gt;&gt;&gt; hill_decipher(np.matrix([[7,8], [11,11]]), &#39;drjiqzdrvx&#39;)
+    &#39;hellothere&#39;
+    &gt;&gt;&gt; hill_decipher(np.matrix([[6, 24, 1], [13, 16, 10], [20, 17, 15]]), \
+        &#39;tfjflpznvyac&#39;)
+    &#39;hellothereaa&#39;
+    &#34;&#34;&#34;
+    adjoint = linalg.det(matrix)*linalg.inv(matrix)
+    inverse_determinant = modular_division_table[int(round(linalg.det(matrix))) % 26, 1]
+    inverse_matrix = (inverse_determinant * adjoint) % 26
+    return hill_encipher(inverse_matrix, message, fillvalue)          
+
+def hill_break(message, matrix_size=2, fitness=Pletters, 
+    number_of_solutions=1, chunksize=500):
+
+    all_matrices = [np.matrix(list(m)) 
+        for m in itertools.product([list(r) 
+            for r in itertools.product(range(26), repeat=matrix_size)], 
+        repeat=matrix_size)]
+    valid_matrices = [m for m, d in 
+        zip(all_matrices, (int(round(linalg.det(m))) for m in all_matrices))
+                  if d != 0
+                  if d % 2 != 0
+                  if d % 13 != 0 ]
+    with multiprocessing.Pool() as pool:
+        helper_args = [(message, matrix, fitness)
+                       for matrix in valid_matrices]
+        # Gotcha: the helper function here needs to be defined at the top level
+        #   (limitation of Pool.starmap)
+        breaks = pool.starmap(hill_break_worker, helper_args, chunksize)
+        if number_of_solutions == 1:
+            return max(breaks, key=lambda k: k[1])
+        else:
+            return sorted(breaks, key=lambda k: k[1], reverse=True)[:number_of_solutions]
+
+def hill_break_worker(message, matrix, fitness):
+    plaintext = hill_decipher(matrix, message)
+    fit = fitness(plaintext)
+    return matrix, fit
+
+if __name__ == &#34;__main__&#34;:
+    import doctest</code></pre>
+</details>
+</section>
+<section>
+</section>
+<section>
+</section>
+<section>
+<h2 class="section-title" id="header-functions">Functions</h2>
+<dl>
+<dt id="szyfrow.hill.cat"><code class="name flex">
+<span>def <span class="ident">cat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+<dt id="szyfrow.hill.hill_break"><code class="name flex">
+<span>def <span class="ident">hill_break</span></span>(<span>message, matrix_size=2, fitness=&lt;function Pletters&gt;, number_of_solutions=1, chunksize=500)</span>
+</code></dt>
+<dd>
+<div class="desc"></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def hill_break(message, matrix_size=2, fitness=Pletters, 
+    number_of_solutions=1, chunksize=500):
+
+    all_matrices = [np.matrix(list(m)) 
+        for m in itertools.product([list(r) 
+            for r in itertools.product(range(26), repeat=matrix_size)], 
+        repeat=matrix_size)]
+    valid_matrices = [m for m, d in 
+        zip(all_matrices, (int(round(linalg.det(m))) for m in all_matrices))
+                  if d != 0
+                  if d % 2 != 0
+                  if d % 13 != 0 ]
+    with multiprocessing.Pool() as pool:
+        helper_args = [(message, matrix, fitness)
+                       for matrix in valid_matrices]
+        # Gotcha: the helper function here needs to be defined at the top level
+        #   (limitation of Pool.starmap)
+        breaks = pool.starmap(hill_break_worker, helper_args, chunksize)
+        if number_of_solutions == 1:
+            return max(breaks, key=lambda k: k[1])
+        else:
+            return sorted(breaks, key=lambda k: k[1], reverse=True)[:number_of_solutions]</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.hill.hill_break_worker"><code class="name flex">
+<span>def <span class="ident">hill_break_worker</span></span>(<span>message, matrix, fitness)</span>
+</code></dt>
+<dd>
+<div class="desc"></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def hill_break_worker(message, matrix, fitness):
+    plaintext = hill_decipher(matrix, message)
+    fit = fitness(plaintext)
+    return matrix, fit</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.hill.hill_decipher"><code class="name flex">
+<span>def <span class="ident">hill_decipher</span></span>(<span>matrix, message, fillvalue='a')</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Hill cipher</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; hill_decipher(np.matrix([[7,8], [11,11]]), 'drjiqzdrvx')
+'hellothere'
+&gt;&gt;&gt; hill_decipher(np.matrix([[6, 24, 1], [13, 16, 10], [20, 17, 15]]),         'tfjflpznvyac')
+'hellothereaa'
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def hill_decipher(matrix, message, fillvalue=&#39;a&#39;):
+    &#34;&#34;&#34;Hill cipher
+
+    &gt;&gt;&gt; hill_decipher(np.matrix([[7,8], [11,11]]), &#39;drjiqzdrvx&#39;)
+    &#39;hellothere&#39;
+    &gt;&gt;&gt; hill_decipher(np.matrix([[6, 24, 1], [13, 16, 10], [20, 17, 15]]), \
+        &#39;tfjflpznvyac&#39;)
+    &#39;hellothereaa&#39;
+    &#34;&#34;&#34;
+    adjoint = linalg.det(matrix)*linalg.inv(matrix)
+    inverse_determinant = modular_division_table[int(round(linalg.det(matrix))) % 26, 1]
+    inverse_matrix = (inverse_determinant * adjoint) % 26
+    return hill_encipher(inverse_matrix, message, fillvalue)          </code></pre>
+</details>
+</dd>
+<dt id="szyfrow.hill.hill_encipher"><code class="name flex">
+<span>def <span class="ident">hill_encipher</span></span>(<span>matrix, message_letters, fillvalue='a')</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Hill cipher</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; hill_encipher(np.matrix([[7,8], [11,11]]), 'hellothere')
+'drjiqzdrvx'
+&gt;&gt;&gt; hill_encipher(np.matrix([[6, 24, 1], [13, 16, 10], [20, 17, 15]]),         'hello there')
+'tfjflpznvyac'
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def hill_encipher(matrix, message_letters, fillvalue=&#39;a&#39;):
+    &#34;&#34;&#34;Hill cipher
+
+    &gt;&gt;&gt; hill_encipher(np.matrix([[7,8], [11,11]]), &#39;hellothere&#39;)
+    &#39;drjiqzdrvx&#39;
+    &gt;&gt;&gt; hill_encipher(np.matrix([[6, 24, 1], [13, 16, 10], [20, 17, 15]]), \
+        &#39;hello there&#39;)
+    &#39;tfjflpznvyac&#39;
+    &#34;&#34;&#34;
+    n = len(matrix)
+    sanitised_message = sanitise(message_letters)
+    if len(sanitised_message) % n != 0:
+        padding = fillvalue[0] * (n - len(sanitised_message) % n)
+    else:
+        padding = &#39;&#39;
+    message = [pos(c) for c in sanitised_message + padding]
+    message_chunks = [message[i:i+n] for i in range(0, len(message), n)]
+    # message_chunks = chunks(message, len(matrix), fillvalue=None)
+    enciphered_chunks = [((matrix * np.matrix(c).T).T).tolist()[0] 
+            for c in message_chunks]
+    return cat([unpos(round(l))
+            for l in sum(enciphered_chunks, [])])</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.hill.lcat"><code class="name flex">
+<span>def <span class="ident">lcat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+<dt id="szyfrow.hill.wcat"><code class="name flex">
+<span>def <span class="ident">wcat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+</dl>
+</section>
+<section>
+</section>
+</article>
+<nav id="sidebar">
+<h1>Index</h1>
+<div class="toc">
+<ul></ul>
+</div>
+<ul id="index">
+<li><h3>Super-module</h3>
+<ul>
+<li><code><a title="szyfrow" href="index.html">szyfrow</a></code></li>
+</ul>
+</li>
+<li><h3><a href="#header-functions">Functions</a></h3>
+<ul class="two-column">
+<li><code><a title="szyfrow.hill.cat" href="#szyfrow.hill.cat">cat</a></code></li>
+<li><code><a title="szyfrow.hill.hill_break" href="#szyfrow.hill.hill_break">hill_break</a></code></li>
+<li><code><a title="szyfrow.hill.hill_break_worker" href="#szyfrow.hill.hill_break_worker">hill_break_worker</a></code></li>
+<li><code><a title="szyfrow.hill.hill_decipher" href="#szyfrow.hill.hill_decipher">hill_decipher</a></code></li>
+<li><code><a title="szyfrow.hill.hill_encipher" href="#szyfrow.hill.hill_encipher">hill_encipher</a></code></li>
+<li><code><a title="szyfrow.hill.lcat" href="#szyfrow.hill.lcat">lcat</a></code></li>
+<li><code><a title="szyfrow.hill.wcat" href="#szyfrow.hill.wcat">wcat</a></code></li>
+</ul>
+</li>
+</ul>
+</nav>
+</main>
+<footer id="footer">
+<p>Generated by <a href="https://pdoc3.github.io/pdoc"><cite>pdoc</cite> 0.9.1</a>.</p>
+</footer>
+</body>
+</html>
\ No newline at end of file
diff --git a/docs/szyfrow/index.html b/docs/szyfrow/index.html
new file mode 100644 (file)
index 0000000..e27a80f
--- /dev/null
@@ -0,0 +1,202 @@
+<!doctype html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
+<meta name="generator" content="pdoc 0.9.2" />
+<title>szyfrow API documentation</title>
+<meta name="description" content="Simple ciphers, enciphering, deciphering, and breaking …" />
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/sanitize.min.css" integrity="sha256-PK9q560IAAa6WVRRh76LtCaI8pjTJ2z11v0miyNNjrs=" crossorigin>
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/typography.min.css" integrity="sha256-7l/o7C8jubJiy74VsKTidCy1yBkRtiUGbVkYBylBqUg=" crossorigin>
+<link rel="stylesheet preload" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/styles/github.min.css" crossorigin>
+<style>:root{--highlight-color:#fe9}.flex{display:flex !important}body{line-height:1.5em}#content{padding:20px}#sidebar{padding:30px;overflow:hidden}#sidebar > *:last-child{margin-bottom:2cm}.http-server-breadcrumbs{font-size:130%;margin:0 0 15px 0}#footer{font-size:.75em;padding:5px 30px;border-top:1px solid #ddd;text-align:right}#footer p{margin:0 0 0 1em;display:inline-block}#footer p:last-child{margin-right:30px}h1,h2,h3,h4,h5{font-weight:300}h1{font-size:2.5em;line-height:1.1em}h2{font-size:1.75em;margin:1em 0 .50em 0}h3{font-size:1.4em;margin:25px 0 10px 0}h4{margin:0;font-size:105%}h1:target,h2:target,h3:target,h4:target,h5:target,h6:target{background:var(--highlight-color);padding:.2em 0}a{color:#058;text-decoration:none;transition:color .3s ease-in-out}a:hover{color:#e82}.title code{font-weight:bold}h2[id^="header-"]{margin-top:2em}.ident{color:#900}pre code{background:#f8f8f8;font-size:.8em;line-height:1.4em}code{background:#f2f2f1;padding:1px 4px;overflow-wrap:break-word}h1 code{background:transparent}pre{background:#f8f8f8;border:0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;margin:1em 0;padding:1ex}#http-server-module-list{display:flex;flex-flow:column}#http-server-module-list div{display:flex}#http-server-module-list dt{min-width:10%}#http-server-module-list p{margin-top:0}.toc ul,#index{list-style-type:none;margin:0;padding:0}#index code{background:transparent}#index h3{border-bottom:1px solid #ddd}#index ul{padding:0}#index h4{margin-top:.6em;font-weight:bold}@media (min-width:200ex){#index .two-column{column-count:2}}@media (min-width:300ex){#index .two-column{column-count:3}}dl{margin-bottom:2em}dl dl:last-child{margin-bottom:4em}dd{margin:0 0 1em 3em}#header-classes + dl > dd{margin-bottom:3em}dd dd{margin-left:2em}dd p{margin:10px 0}.name{background:#eee;font-weight:bold;font-size:.85em;padding:5px 10px;display:inline-block;min-width:40%}.name:hover{background:#e0e0e0}dt:target .name{background:var(--highlight-color)}.name > span:first-child{white-space:nowrap}.name.class > span:nth-child(2){margin-left:.4em}.inherited{color:#999;border-left:5px solid #eee;padding-left:1em}.inheritance em{font-style:normal;font-weight:bold}.desc h2{font-weight:400;font-size:1.25em}.desc h3{font-size:1em}.desc dt code{background:inherit}.source summary,.git-link-div{color:#666;text-align:right;font-weight:400;font-size:.8em;text-transform:uppercase}.source summary > *{white-space:nowrap;cursor:pointer}.git-link{color:inherit;margin-left:1em}.source pre{max-height:500px;overflow:auto;margin:0}.source pre code{font-size:12px;overflow:visible}.hlist{list-style:none}.hlist li{display:inline}.hlist li:after{content:',\2002'}.hlist li:last-child:after{content:none}.hlist .hlist{display:inline;padding-left:1em}img{max-width:100%}td{padding:0 .5em}.admonition{padding:.1em .5em;margin-bottom:1em}.admonition-title{font-weight:bold}.admonition.note,.admonition.info,.admonition.important{background:#aef}.admonition.todo,.admonition.versionadded,.admonition.tip,.admonition.hint{background:#dfd}.admonition.warning,.admonition.versionchanged,.admonition.deprecated{background:#fd4}.admonition.error,.admonition.danger,.admonition.caution{background:lightpink}</style>
+<style media="screen and (min-width: 700px)">@media screen and (min-width:700px){#sidebar{width:30%;height:100vh;overflow:auto;position:sticky;top:0}#content{width:70%;max-width:100ch;padding:3em 4em;border-left:1px solid #ddd}pre code{font-size:1em}.item .name{font-size:1em}main{display:flex;flex-direction:row-reverse;justify-content:flex-end}.toc ul ul,#index ul{padding-left:1.5em}.toc > ul > li{margin-top:.5em}}</style>
+<style media="print">@media print{#sidebar h1{page-break-before:always}.source{display:none}}@media print{*{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a[href]:after{content:" (" attr(href) ")";font-size:90%}a[href][title]:after{content:none}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:0.5cm}p,h2,h3{orphans:3;widows:3}h1,h2,h3,h4,h5,h6{page-break-after:avoid}}</style>
+<script defer src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/highlight.min.js" integrity="sha256-Uv3H6lx7dJmRfRvH8TH6kJD1TSK1aFcwgx+mdg3epi8=" crossorigin></script>
+<script>window.addEventListener('DOMContentLoaded', () => hljs.initHighlighting())</script>
+</head>
+<body>
+<main>
+<article id="content">
+<header>
+<h1 class="title">Package <code>szyfrow</code></h1>
+</header>
+<section id="section-intro">
+<p>Simple ciphers, enciphering, deciphering, and breaking.</p>
+<p>The ciphers implemented here are mostly ones that predate mechanical cipher
+systems. The most complex cipher is the Enigma of World War II.</p>
+<p>Each cipher is presented with functions to encipher, decipher, and
+automatically break messages with that cipher.</p>
+<p>Most of the time, messages are broken by brute-force trying each possible key
+and scoring the resulting deciphered message using a bag-of-words probability
+measure (or a bag-of-bigrams, or a bag-of-trigrams).</p>
+<p>You can find more information on the ciphers and how they are implemented in
+the <a href="https://work.njae.me.uk/tag/codes-and-ciphers/">codes and ciphers area of my blog</a>.</p>
+<p>Ciphers work on messages encoded with the 26 letters of the Latin alphabet,
+without accents (the letters contained in the <code>string.ascii_letters</code> constant).
+Most of the ciphers convert letters to lowercase, strip accents from letters,
+and drop all other characters (such as spaces and punctuation).</p>
+<p><code><a title="szyfrow.support.text_prettify" href="support/text_prettify.html">szyfrow.support.text_prettify</a></code> contains functions to make the output easier
+to read, such as automatically recovering word boundaries.</p>
+<p>The name comes from the Polish cipher bureau, the Biuro Szyfrów, who were
+breaking Enigma ciphers by hand before World War II.</p>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">&#34;&#34;&#34;Simple ciphers, enciphering, deciphering, and breaking.
+
+The ciphers implemented here are mostly ones that predate mechanical cipher
+systems. The most complex cipher is the Enigma of World War II.
+
+Each cipher is presented with functions to encipher, decipher, and 
+automatically break messages with that cipher.
+
+Most of the time, messages are broken by brute-force trying each possible key
+and scoring the resulting deciphered message using a bag-of-words probability
+measure (or a bag-of-bigrams, or a bag-of-trigrams).
+
+You can find more information on the ciphers and how they are implemented in
+the [codes and ciphers area of my blog](https://work.njae.me.uk/tag/codes-and-ciphers/).
+
+Ciphers work on messages encoded with the 26 letters of the Latin alphabet,
+without accents (the letters contained in the `string.ascii_letters` constant).
+Most of the ciphers convert letters to lowercase, strip accents from letters,
+and drop all other characters (such as spaces and punctuation).
+
+`szyfrow.support.text_prettify` contains functions to make the output easier
+to read, such as automatically recovering word boundaries.
+
+The name comes from the Polish cipher bureau, the Biuro Szyfrów, who were 
+breaking Enigma ciphers by hand before World War II.
+&#34;&#34;&#34;</code></pre>
+</details>
+</section>
+<section>
+<h2 class="section-title" id="header-submodules">Sub-modules</h2>
+<dl>
+<dt><code class="name"><a title="szyfrow.affine" href="affine.html">szyfrow.affine</a></code></dt>
+<dd>
+<div class="desc"><p>Enciphering and deciphering using the <a href="https://en.wikipedia.org/wiki/Affine_cipher">affine cipher</a>.
+Also attempts to break messages that use an …</p></div>
+</dd>
+<dt><code class="name"><a title="szyfrow.amsco" href="amsco.html">szyfrow.amsco</a></code></dt>
+<dd>
+<div class="desc"><p>Enciphering and deciphering using the <a href="http://ericbrandel.com/2016/10/09/the-amsco-cipher/">Amsco cipher</a>.
+Also attempts to break messages that use …</p></div>
+</dd>
+<dt><code class="name"><a title="szyfrow.autokey" href="autokey.html">szyfrow.autokey</a></code></dt>
+<dd>
+<div class="desc"><p>Enciphering and deciphering using the <a href="https://en.wikipedia.org/wiki/Autokey_cipher">Autokey cipher</a>.
+Also attempts to break messages that use a …</p></div>
+</dd>
+<dt><code class="name"><a title="szyfrow.bifid" href="bifid.html">szyfrow.bifid</a></code></dt>
+<dd>
+<div class="desc"><p>Enciphering and deciphering using the <a href="https://en.wikipedia.org/wiki/Bifid_cipher">Bifid cipher</a>.
+Also attempts to break messages that use a Bifid …</p></div>
+</dd>
+<dt><code class="name"><a title="szyfrow.bombe" href="bombe.html">szyfrow.bombe</a></code></dt>
+<dd>
+<div class="desc"><p>A simulator for Bombe machines …</p></div>
+</dd>
+<dt><code class="name"><a title="szyfrow.cadenus" href="cadenus.html">szyfrow.cadenus</a></code></dt>
+<dd>
+<div class="desc"><p>Enciphering and deciphering using the <a href="https://www.thonky.com/kryptos/cadenus-cipher">Cadenus cipher</a>.
+Also attempts to break messages that use a …</p></div>
+</dd>
+<dt><code class="name"><a title="szyfrow.caesar" href="caesar.html">szyfrow.caesar</a></code></dt>
+<dd>
+<div class="desc"><p>Enciphering and deciphering using the <a href="https://en.wikipedia.org/wiki/Caesar_cipher">Caesar cipher</a>.
+Also attempts to break messages that use a Caesar …</p></div>
+</dd>
+<dt><code class="name"><a title="szyfrow.column_transposition" href="column_transposition.html">szyfrow.column_transposition</a></code></dt>
+<dd>
+<div class="desc"><p>Enciphering and deciphering using the <a href="https://en.wikipedia.org/wiki/Bifid_cipher">Column transposition cipher</a>.
+Also attempts to break messages that …</p></div>
+</dd>
+<dt><code class="name"><a title="szyfrow.enigma" href="enigma.html">szyfrow.enigma</a></code></dt>
+<dd>
+<div class="desc"><p>A simulator for Enigma machines …</p></div>
+</dd>
+<dt><code class="name"><a title="szyfrow.keyword_cipher" href="keyword_cipher.html">szyfrow.keyword_cipher</a></code></dt>
+<dd>
+<div class="desc"><p>Monoalphabetic substitution ciphers, mainly done by keyword. Enciphering
+and deciphering, and a couple of ways to break these ciphers.</p></div>
+</dd>
+<dt><code class="name"><a title="szyfrow.language_model_files" href="language_model_files/index.html">szyfrow.language_model_files</a></code></dt>
+<dd>
+<div class="desc"><p>Descriptions of English, used for building language models …</p></div>
+</dd>
+<dt><code class="name"><a title="szyfrow.playfair" href="playfair.html">szyfrow.playfair</a></code></dt>
+<dd>
+<div class="desc"><p>Enciphering and deciphering using the <a href="https://en.wikipedia.org/wiki/Playfair_cipher">Playfair cipher</a>.
+Also attempts to break messages that use a …</p></div>
+</dd>
+<dt><code class="name"><a title="szyfrow.pocket_enigma" href="pocket_enigma.html">szyfrow.pocket_enigma</a></code></dt>
+<dd>
+<div class="desc"><p>The Pocket Enigma machine, a simple example that illustrates the mechanisms
+of the Enigma machine. See [a …</p></div>
+</dd>
+<dt><code class="name"><a title="szyfrow.polybius" href="polybius.html">szyfrow.polybius</a></code></dt>
+<dd>
+<div class="desc"><p>Simple digraph substitution cipher, using the
+<a href="https://en.wikipedia.org/wiki/Polybius_square">Polybius square</a>. Enciphering
+and deciphering, and a …</p></div>
+</dd>
+<dt><code class="name"><a title="szyfrow.railfence" href="railfence.html">szyfrow.railfence</a></code></dt>
+<dd>
+<div class="desc"><p><a href="https://en.wikipedia.org/wiki/Rail_fence_cipher">Railfence transposition cipher</a> …</p></div>
+</dd>
+<dt><code class="name"><a title="szyfrow.support" href="support/index.html">szyfrow.support</a></code></dt>
+<dd>
+<div class="desc"><p>Support utilities for ciphers …</p></div>
+</dd>
+<dt><code class="name"><a title="szyfrow.vigenere" href="vigenere.html">szyfrow.vigenere</a></code></dt>
+<dd>
+<div class="desc"><p><a href="https://en.wikipedia.org/wiki/Vigen%C3%A8re_cipher">Vigenère polyalphabetic substitution ciphers</a>,
+mainly done by keyword. Also does Beaufort …</p></div>
+</dd>
+</dl>
+</section>
+<section>
+</section>
+<section>
+</section>
+<section>
+</section>
+</article>
+<nav id="sidebar">
+<h1>Index</h1>
+<div class="toc">
+<ul></ul>
+</div>
+<ul id="index">
+<li><h3><a href="#header-submodules">Sub-modules</a></h3>
+<ul>
+<li><code><a title="szyfrow.affine" href="affine.html">szyfrow.affine</a></code></li>
+<li><code><a title="szyfrow.amsco" href="amsco.html">szyfrow.amsco</a></code></li>
+<li><code><a title="szyfrow.autokey" href="autokey.html">szyfrow.autokey</a></code></li>
+<li><code><a title="szyfrow.bifid" href="bifid.html">szyfrow.bifid</a></code></li>
+<li><code><a title="szyfrow.bombe" href="bombe.html">szyfrow.bombe</a></code></li>
+<li><code><a title="szyfrow.cadenus" href="cadenus.html">szyfrow.cadenus</a></code></li>
+<li><code><a title="szyfrow.caesar" href="caesar.html">szyfrow.caesar</a></code></li>
+<li><code><a title="szyfrow.column_transposition" href="column_transposition.html">szyfrow.column_transposition</a></code></li>
+<li><code><a title="szyfrow.enigma" href="enigma.html">szyfrow.enigma</a></code></li>
+<li><code><a title="szyfrow.keyword_cipher" href="keyword_cipher.html">szyfrow.keyword_cipher</a></code></li>
+<li><code><a title="szyfrow.language_model_files" href="language_model_files/index.html">szyfrow.language_model_files</a></code></li>
+<li><code><a title="szyfrow.playfair" href="playfair.html">szyfrow.playfair</a></code></li>
+<li><code><a title="szyfrow.pocket_enigma" href="pocket_enigma.html">szyfrow.pocket_enigma</a></code></li>
+<li><code><a title="szyfrow.polybius" href="polybius.html">szyfrow.polybius</a></code></li>
+<li><code><a title="szyfrow.railfence" href="railfence.html">szyfrow.railfence</a></code></li>
+<li><code><a title="szyfrow.support" href="support/index.html">szyfrow.support</a></code></li>
+<li><code><a title="szyfrow.vigenere" href="vigenere.html">szyfrow.vigenere</a></code></li>
+</ul>
+</li>
+</ul>
+</nav>
+</main>
+<footer id="footer">
+<p>Generated by <a href="https://pdoc3.github.io/pdoc"><cite>pdoc</cite> 0.9.2</a>.</p>
+</footer>
+</body>
+</html>
\ No newline at end of file
diff --git a/docs/szyfrow/keyword_cipher.html b/docs/szyfrow/keyword_cipher.html
new file mode 100644 (file)
index 0000000..d1e052d
--- /dev/null
@@ -0,0 +1,996 @@
+<!doctype html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
+<meta name="generator" content="pdoc 0.9.2" />
+<title>szyfrow.keyword_cipher API documentation</title>
+<meta name="description" content="Monoalphabetic substitution ciphers, mainly done by keyword. Enciphering
+and deciphering, and a couple of ways to break these ciphers." />
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/sanitize.min.css" integrity="sha256-PK9q560IAAa6WVRRh76LtCaI8pjTJ2z11v0miyNNjrs=" crossorigin>
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/typography.min.css" integrity="sha256-7l/o7C8jubJiy74VsKTidCy1yBkRtiUGbVkYBylBqUg=" crossorigin>
+<link rel="stylesheet preload" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/styles/github.min.css" crossorigin>
+<style>:root{--highlight-color:#fe9}.flex{display:flex !important}body{line-height:1.5em}#content{padding:20px}#sidebar{padding:30px;overflow:hidden}#sidebar > *:last-child{margin-bottom:2cm}.http-server-breadcrumbs{font-size:130%;margin:0 0 15px 0}#footer{font-size:.75em;padding:5px 30px;border-top:1px solid #ddd;text-align:right}#footer p{margin:0 0 0 1em;display:inline-block}#footer p:last-child{margin-right:30px}h1,h2,h3,h4,h5{font-weight:300}h1{font-size:2.5em;line-height:1.1em}h2{font-size:1.75em;margin:1em 0 .50em 0}h3{font-size:1.4em;margin:25px 0 10px 0}h4{margin:0;font-size:105%}h1:target,h2:target,h3:target,h4:target,h5:target,h6:target{background:var(--highlight-color);padding:.2em 0}a{color:#058;text-decoration:none;transition:color .3s ease-in-out}a:hover{color:#e82}.title code{font-weight:bold}h2[id^="header-"]{margin-top:2em}.ident{color:#900}pre code{background:#f8f8f8;font-size:.8em;line-height:1.4em}code{background:#f2f2f1;padding:1px 4px;overflow-wrap:break-word}h1 code{background:transparent}pre{background:#f8f8f8;border:0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;margin:1em 0;padding:1ex}#http-server-module-list{display:flex;flex-flow:column}#http-server-module-list div{display:flex}#http-server-module-list dt{min-width:10%}#http-server-module-list p{margin-top:0}.toc ul,#index{list-style-type:none;margin:0;padding:0}#index code{background:transparent}#index h3{border-bottom:1px solid #ddd}#index ul{padding:0}#index h4{margin-top:.6em;font-weight:bold}@media (min-width:200ex){#index .two-column{column-count:2}}@media (min-width:300ex){#index .two-column{column-count:3}}dl{margin-bottom:2em}dl dl:last-child{margin-bottom:4em}dd{margin:0 0 1em 3em}#header-classes + dl > dd{margin-bottom:3em}dd dd{margin-left:2em}dd p{margin:10px 0}.name{background:#eee;font-weight:bold;font-size:.85em;padding:5px 10px;display:inline-block;min-width:40%}.name:hover{background:#e0e0e0}dt:target .name{background:var(--highlight-color)}.name > span:first-child{white-space:nowrap}.name.class > span:nth-child(2){margin-left:.4em}.inherited{color:#999;border-left:5px solid #eee;padding-left:1em}.inheritance em{font-style:normal;font-weight:bold}.desc h2{font-weight:400;font-size:1.25em}.desc h3{font-size:1em}.desc dt code{background:inherit}.source summary,.git-link-div{color:#666;text-align:right;font-weight:400;font-size:.8em;text-transform:uppercase}.source summary > *{white-space:nowrap;cursor:pointer}.git-link{color:inherit;margin-left:1em}.source pre{max-height:500px;overflow:auto;margin:0}.source pre code{font-size:12px;overflow:visible}.hlist{list-style:none}.hlist li{display:inline}.hlist li:after{content:',\2002'}.hlist li:last-child:after{content:none}.hlist .hlist{display:inline;padding-left:1em}img{max-width:100%}td{padding:0 .5em}.admonition{padding:.1em .5em;margin-bottom:1em}.admonition-title{font-weight:bold}.admonition.note,.admonition.info,.admonition.important{background:#aef}.admonition.todo,.admonition.versionadded,.admonition.tip,.admonition.hint{background:#dfd}.admonition.warning,.admonition.versionchanged,.admonition.deprecated{background:#fd4}.admonition.error,.admonition.danger,.admonition.caution{background:lightpink}</style>
+<style media="screen and (min-width: 700px)">@media screen and (min-width:700px){#sidebar{width:30%;height:100vh;overflow:auto;position:sticky;top:0}#content{width:70%;max-width:100ch;padding:3em 4em;border-left:1px solid #ddd}pre code{font-size:1em}.item .name{font-size:1em}main{display:flex;flex-direction:row-reverse;justify-content:flex-end}.toc ul ul,#index ul{padding-left:1.5em}.toc > ul > li{margin-top:.5em}}</style>
+<style media="print">@media print{#sidebar h1{page-break-before:always}.source{display:none}}@media print{*{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a[href]:after{content:" (" attr(href) ")";font-size:90%}a[href][title]:after{content:none}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:0.5cm}p,h2,h3{orphans:3;widows:3}h1,h2,h3,h4,h5,h6{page-break-after:avoid}}</style>
+<script defer src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/highlight.min.js" integrity="sha256-Uv3H6lx7dJmRfRvH8TH6kJD1TSK1aFcwgx+mdg3epi8=" crossorigin></script>
+<script>window.addEventListener('DOMContentLoaded', () => hljs.initHighlighting())</script>
+</head>
+<body>
+<main>
+<article id="content">
+<header>
+<h1 class="title">Module <code>szyfrow.keyword_cipher</code></h1>
+</header>
+<section id="section-intro">
+<p>Monoalphabetic substitution ciphers, mainly done by keyword. Enciphering
+and deciphering, and a couple of ways to break these ciphers.</p>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">&#34;&#34;&#34;Monoalphabetic substitution ciphers, mainly done by keyword. Enciphering
+and deciphering, and a couple of ways to break these ciphers.
+&#34;&#34;&#34;
+from enum import Enum
+import multiprocessing
+import math
+from szyfrow.support.utilities import *
+from szyfrow.support.language_models import *
+
+
+class KeywordWrapAlphabet(Enum):
+    &#34;&#34;&#34;Ways to list the rest of the alphabet after use of a keyword.
+
+    * `from_a` : continue the alphabet from &#39;a&#39;: `bayescdfg...`
+    * `from_last`: continue from the last letter of the keyword: 
+        `bayestuvwxyzcdf...`
+    * `from_largest`: continue from the &#34;largest&#34; letter of the keyword:
+        `bayeszcdfg...`
+    &#34;&#34;&#34;
+    from_a = 1
+    from_last = 2
+    from_largest = 3
+
+
+def keyword_cipher_alphabet_of(keyword, wrap_alphabet=KeywordWrapAlphabet.from_a):
+    &#34;&#34;&#34;Find the cipher alphabet given a keyword.
+
+    [`wrap_alphabet`](#szyfrow.keyword_cipher.KeywordWrapAlphabet) controls 
+    how the rest of the alphabet is added after the keyword.
+
+    &gt;&gt;&gt; keyword_cipher_alphabet_of(&#39;bayes&#39;)
+    &#39;bayescdfghijklmnopqrtuvwxz&#39;
+    &gt;&gt;&gt; keyword_cipher_alphabet_of(&#39;bayes&#39;, KeywordWrapAlphabet.from_a)
+    &#39;bayescdfghijklmnopqrtuvwxz&#39;
+    &gt;&gt;&gt; keyword_cipher_alphabet_of(&#39;bayes&#39;, KeywordWrapAlphabet.from_last)
+    &#39;bayestuvwxzcdfghijklmnopqr&#39;
+    &gt;&gt;&gt; keyword_cipher_alphabet_of(&#39;bayes&#39;, KeywordWrapAlphabet.from_largest)
+    &#39;bayeszcdfghijklmnopqrtuvwx&#39;
+    &#34;&#34;&#34;
+    if wrap_alphabet == KeywordWrapAlphabet.from_a:
+        cipher_alphabet = cat(deduplicate(sanitise(keyword) + 
+                                              string.ascii_lowercase))
+    else:
+        if wrap_alphabet == KeywordWrapAlphabet.from_last:
+            last_keyword_letter = deduplicate(sanitise(keyword))[-1]
+        else:
+            last_keyword_letter = sorted(sanitise(keyword))[-1]
+        last_keyword_position = string.ascii_lowercase.find(
+            last_keyword_letter) + 1
+        cipher_alphabet = cat(
+            deduplicate(sanitise(keyword) + 
+                        string.ascii_lowercase[last_keyword_position:] + 
+                        string.ascii_lowercase))
+    return cipher_alphabet
+
+
+def keyword_encipher(message, keyword, wrap_alphabet=KeywordWrapAlphabet.from_a):
+    &#34;&#34;&#34;Enciphers a message with a keyword substitution cipher.
+    wrap_alphabet controls how the rest of the alphabet is added
+    after the keyword.
+    0 : from &#39;a&#39;
+    1 : from the last letter in the sanitised keyword
+    2 : from the largest letter in the sanitised keyword
+
+    &gt;&gt;&gt; keyword_encipher(&#39;test message&#39;, &#39;bayes&#39;)
+    &#39;rsqr ksqqbds&#39;
+    &gt;&gt;&gt; keyword_encipher(&#39;test message&#39;, &#39;bayes&#39;, KeywordWrapAlphabet.from_a)
+    &#39;rsqr ksqqbds&#39;
+    &gt;&gt;&gt; keyword_encipher(&#39;test message&#39;, &#39;bayes&#39;, KeywordWrapAlphabet.from_last)
+    &#39;lskl dskkbus&#39;
+    &gt;&gt;&gt; keyword_encipher(&#39;test message&#39;, &#39;bayes&#39;, KeywordWrapAlphabet.from_largest)
+    &#39;qspq jsppbcs&#39;
+    &#34;&#34;&#34;
+    cipher_alphabet = keyword_cipher_alphabet_of(keyword, wrap_alphabet)
+    cipher_translation = &#39;&#39;.maketrans(string.ascii_lowercase, cipher_alphabet)
+    return unaccent(message).lower().translate(cipher_translation)
+
+def keyword_decipher(message, keyword, wrap_alphabet=KeywordWrapAlphabet.from_a):
+    &#34;&#34;&#34;Deciphers a message with a keyword substitution cipher.
+    wrap_alphabet controls how the rest of the alphabet is added
+    after the keyword.
+    0 : from &#39;a&#39;
+    1 : from the last letter in the sanitised keyword
+    2 : from the largest letter in the sanitised keyword
+    
+    &gt;&gt;&gt; keyword_decipher(&#39;rsqr ksqqbds&#39;, &#39;bayes&#39;)
+    &#39;test message&#39;
+    &gt;&gt;&gt; keyword_decipher(&#39;rsqr ksqqbds&#39;, &#39;bayes&#39;, KeywordWrapAlphabet.from_a)
+    &#39;test message&#39;
+    &gt;&gt;&gt; keyword_decipher(&#39;lskl dskkbus&#39;, &#39;bayes&#39;, KeywordWrapAlphabet.from_last)
+    &#39;test message&#39;
+    &gt;&gt;&gt; keyword_decipher(&#39;qspq jsppbcs&#39;, &#39;bayes&#39;, KeywordWrapAlphabet.from_largest)
+    &#39;test message&#39;
+    &#34;&#34;&#34;
+    cipher_alphabet = keyword_cipher_alphabet_of(keyword, wrap_alphabet)
+    cipher_translation = &#39;&#39;.maketrans(cipher_alphabet, string.ascii_lowercase)
+    return message.lower().translate(cipher_translation)
+
+
+def keyword_break_single_thread(message, wordlist=None, fitness=Pletters):
+    &#34;&#34;&#34;Breaks a keyword substitution cipher using a dictionary and
+    frequency analysis.
+
+    If `wordlist` is not specified, use 
+    [`szyfrow.support.langauge_models.keywords`](support/language_models.html#szyfrow.support.language_models.keywords).
+
+    &gt;&gt;&gt; keyword_break(keyword_encipher(&#39;this is a test message for the &#39; \
+          &#39;keyword decipherment&#39;, &#39;elephant&#39;, KeywordWrapAlphabet.from_last), \
+          wordlist=[&#39;cat&#39;, &#39;elephant&#39;, &#39;kangaroo&#39;]) # doctest: +ELLIPSIS
+    ((&#39;elephant&#39;, &lt;KeywordWrapAlphabet.from_last: 2&gt;), -52.834575011...)
+    &#34;&#34;&#34;
+    if wordlist is None:
+      wordlist = keywords
+
+    best_keyword = &#39;&#39;
+    best_wrap_alphabet = True
+    best_fit = float(&#34;-inf&#34;)
+    for wrap_alphabet in KeywordWrapAlphabet:
+        for keyword in wordlist:
+            plaintext = keyword_decipher(message, keyword, wrap_alphabet)
+            fit = fitness(plaintext)
+            if fit &gt; best_fit:
+                best_fit = fit
+                best_keyword = keyword
+                best_wrap_alphabet = wrap_alphabet
+    return (best_keyword, best_wrap_alphabet), best_fit
+
+def keyword_break(message, wordlist=None, fitness=Pletters,
+                     number_of_solutions=1, chunksize=500):
+    &#34;&#34;&#34;Breaks a keyword substitution cipher using a dictionary and
+    frequency analysis.
+
+    If `wordlist` is not specified, use 
+    [`szyfrow.support.langauge_models.keywords`](support/language_models.html#szyfrow.support.language_models.keywords).
+
+
+    &gt;&gt;&gt; keyword_break_mp(keyword_encipher(&#39;this is a test message for the &#39; \
+          &#39;keyword decipherment&#39;, &#39;elephant&#39;, KeywordWrapAlphabet.from_last), \
+          wordlist=[&#39;cat&#39;, &#39;elephant&#39;, &#39;kangaroo&#39;]) # doctest: +ELLIPSIS
+    ((&#39;elephant&#39;, &lt;KeywordWrapAlphabet.from_last: 2&gt;), -52.834575011...)
+    &gt;&gt;&gt; keyword_break_mp(keyword_encipher(&#39;this is a test message for the &#39; \
+          &#39;keyword decipherment&#39;, &#39;elephant&#39;, KeywordWrapAlphabet.from_last), \
+          wordlist=[&#39;cat&#39;, &#39;elephant&#39;, &#39;kangaroo&#39;], \
+          number_of_solutions=2) # doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE
+    [((&#39;elephant&#39;, &lt;KeywordWrapAlphabet.from_last: 2&gt;), -52.834575011...), 
+    ((&#39;elephant&#39;, &lt;KeywordWrapAlphabet.from_largest: 3&gt;), -52.834575011...)]
+    &#34;&#34;&#34;
+    if wordlist is None:
+        wordlist = keywords
+
+    with multiprocessing.Pool() as pool:
+        helper_args = [(message, word, wrap, fitness)
+                       for word in wordlist
+                       for wrap in KeywordWrapAlphabet]
+        # Gotcha: the helper function here needs to be defined at the top level
+        #   (limitation of Pool.starmap)
+        breaks = pool.starmap(keyword_break_worker, helper_args, chunksize)
+        if number_of_solutions == 1:
+            return max(breaks, key=lambda k: k[1])
+        else:
+            return sorted(breaks, key=lambda k: k[1], reverse=True)[:number_of_solutions]
+
+def keyword_break_worker(message, keyword, wrap_alphabet, fitness):
+    plaintext = keyword_decipher(message, keyword, wrap_alphabet)
+    fit = fitness(plaintext)
+    return (keyword, wrap_alphabet), fit
+
+
+def monoalphabetic_break_hillclimbing_single(message, 
+                              max_iterations=20000,
+                              plain_alphabet=None, 
+                              cipher_alphabet=None, 
+                              swap_index_finder=None,
+                              fitness=Pletters, chunksize=1):
+    &#34;&#34;&#34;Break a monalphabetic substitution cipher using hillclimbing to
+    guess the keyword. Hillclimbing is done by using the simulated annealing
+    approach with a temperature of zero.
+
+    This version uses a single worker.
+    &#34;&#34;&#34;
+    return monoalphabetic_sa_break(message, 
+                              workers=1, 
+                              initial_temperature=0,
+                              max_iterations=max_iterations,
+                              plain_alphabet=plain_alphabet, 
+                              cipher_alphabet=cipher_alphabet, 
+                              swap_index_finder=swap_index_finder,
+                              fitness=fitness, chunksize=chunksize)
+
+
+def monoalphabetic_break_hillclimbing(message, 
+                              workers=10, 
+                              max_iterations=20000,
+                              plain_alphabet=None, 
+                              cipher_alphabet=None, 
+                              swap_index_finder=None,
+                              fitness=Pletters, chunksize=1):
+    &#34;&#34;&#34;Break a monalphabetic substitution cipher using hillclimbing to
+    guess the keyword. Hillclimbing is done by using the simulated annealing
+    approach with a temperature of zero.
+
+    This version uses a several workers.
+    &#34;&#34;&#34;
+    return monoalphabetic_sa_break(message, 
+                              workers=workers, 
+                              initial_temperature=0,
+                              max_iterations=max_iterations,
+                              plain_alphabet=plain_alphabet, 
+                              cipher_alphabet=cipher_alphabet, 
+                              swap_index_finder=swap_index_finder,
+                              fitness=fitness, chunksize=chunksize)
+
+
+def gaussian_swap_index(a):
+    &#34;&#34;&#34;Return an index to use as the partner of `a` in a swap. The partners
+    are drawn from a Gaussian distribution.
+    &#34;&#34;&#34;
+    return (a + int(random.gauss(0, 4))) % 26
+
+def uniform_swap_index(a):
+    &#34;&#34;&#34;Return an index to use as the partner of `a` in a swap. The partners
+    are drawn from a uniform distribution.
+    &#34;&#34;&#34;
+    return random.randrange(26)
+
+def monoalphabetic_sa_break(message, workers=10, 
+                              initial_temperature=200,
+                              max_iterations=20000,
+                              plain_alphabet=None, 
+                              cipher_alphabet=None, 
+                              swap_index_finder=None,
+                              fitness=Ptrigrams, chunksize=1):
+    &#34;&#34;&#34;Break a monalphabetic substitution cipher using simulated annealing to
+    guess the keyword. This function just sets up a stable of workers who
+    do the actual work, implemented as 
+    `szyfrow.keyword_cipher.monoalphabetic_sa_break_worker`.
+
+    See a [post on simulated annealing](https://work.njae.me.uk/2019/07/08/simulated-annealing-and-breaking-substitution-ciphers/)
+    for detail on how this works.
+    &#34;&#34;&#34;
+    worker_args = []
+    ciphertext = sanitise(message)
+    if swap_index_finder is None:
+        swap_index_finder = gaussian_swap_index
+        
+    for i in range(workers):
+        if plain_alphabet is None:
+            used_plain_alphabet = string.ascii_lowercase
+        else:
+            used_plain_alphabet = plain_alphabet
+        if cipher_alphabet is None:
+            used_cipher_alphabet = list(string.ascii_lowercase)
+            random.shuffle(used_cipher_alphabet)
+            used_cipher_alphabet = cat(used_cipher_alphabet)
+        else:
+            used_cipher_alphabet = cipher_alphabet
+        # if not plain_alphabet:
+        #     plain_alphabet = string.ascii_lowercase
+        # if not cipher_alphabet:
+        #     cipher_alphabet = list(string.ascii_lowercase)
+        #     random.shuffle(cipher_alphabet)
+        #     cipher_alphabet = cat(cipher_alphabet)
+        worker_args.append((ciphertext, used_plain_alphabet, used_cipher_alphabet, 
+                            swap_index_finder,
+                            initial_temperature, max_iterations, fitness,
+                            i))
+    with multiprocessing.Pool() as pool:
+        breaks = pool.starmap(monoalphabetic_sa_break_worker,
+                              worker_args, chunksize)
+    return max(breaks, key=lambda k: k[1])
+
+
+def monoalphabetic_sa_break_worker(message, plain_alphabet, cipher_alphabet, 
+                                     swap_index_finder,
+                                     t0, max_iterations, fitness,
+                                     logID):
+    &#34;&#34;&#34;One thread of a simulated annealing run. 
+    See a [post on simulated annealing](https://work.njae.me.uk/2019/07/08/simulated-annealing-and-breaking-substitution-ciphers/)
+    for detail on how this works.
+    &#34;&#34;&#34;
+    def swap(letters, i, j):
+        if i &gt; j:
+            i, j = j, i
+        if i == j:
+            return letters
+        else:
+            return (letters[:i] + letters[j] + letters[i+1:j] + letters[i] +
+                    letters[j+1:])
+    
+    temperature = t0
+
+    dt = t0 / (0.9 * max_iterations)
+    
+    current_alphabet = cipher_alphabet
+    alphabet = current_alphabet
+    cipher_translation = &#39;&#39;.maketrans(current_alphabet, plain_alphabet)
+    plaintext = message.translate(cipher_translation)
+    current_fitness = fitness(plaintext)
+
+    best_alphabet = current_alphabet
+    best_fitness = current_fitness
+    best_plaintext = plaintext
+    
+    # print(&#39;starting for&#39;, max_iterations)
+    for i in range(max_iterations):
+        swap_a = random.randrange(26)
+        # swap_b = (swap_a + int(random.gauss(0, 4))) % 26
+        swap_b = swap_index_finder(swap_a)
+        alphabet = swap(current_alphabet, swap_a, swap_b)
+        cipher_translation = &#39;&#39;.maketrans(alphabet, plain_alphabet)
+        plaintext = message.translate(cipher_translation)
+        new_fitness = fitness(plaintext)
+        try:
+            sa_chance = math.exp((new_fitness - current_fitness) / temperature)
+        except (OverflowError, ZeroDivisionError):
+            # print(&#39;exception triggered: new_fit {}, current_fit {}, temp {}&#39;.format(new_fitness, current_fitness, temperature))
+            sa_chance = 0
+        if (new_fitness &gt; current_fitness or random.random() &lt; sa_chance):
+            current_fitness = new_fitness
+            current_alphabet = alphabet
+            
+        if current_fitness &gt; best_fitness:
+            best_alphabet = current_alphabet
+            best_fitness = current_fitness
+            best_plaintext = plaintext
+
+        temperature = max(temperature - dt, 0.001)
+
+    return best_alphabet, best_fitness # current_alphabet, current_fitness
+
+if __name__ == &#34;__main__&#34;:
+    import doctest</code></pre>
+</details>
+</section>
+<section>
+</section>
+<section>
+</section>
+<section>
+<h2 class="section-title" id="header-functions">Functions</h2>
+<dl>
+<dt id="szyfrow.keyword_cipher.cat"><code class="name flex">
+<span>def <span class="ident">cat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+<dt id="szyfrow.keyword_cipher.gaussian_swap_index"><code class="name flex">
+<span>def <span class="ident">gaussian_swap_index</span></span>(<span>a)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Return an index to use as the partner of <code>a</code> in a swap. The partners
+are drawn from a Gaussian distribution.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def gaussian_swap_index(a):
+    &#34;&#34;&#34;Return an index to use as the partner of `a` in a swap. The partners
+    are drawn from a Gaussian distribution.
+    &#34;&#34;&#34;
+    return (a + int(random.gauss(0, 4))) % 26</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.keyword_cipher.keyword_break"><code class="name flex">
+<span>def <span class="ident">keyword_break</span></span>(<span>message, wordlist=None, fitness=&lt;function Pletters&gt;, number_of_solutions=1, chunksize=500)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Breaks a keyword substitution cipher using a dictionary and
+frequency analysis.</p>
+<p>If <code>wordlist</code> is not specified, use
+<a href="support/language_models.html#szyfrow.support.language_models.keywords"><code>szyfrow.support.langauge_models.keywords</code></a>.</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; keyword_break_mp(keyword_encipher('this is a test message for the '           'keyword decipherment', 'elephant', KeywordWrapAlphabet.from_last),           wordlist=['cat', 'elephant', 'kangaroo']) # doctest: +ELLIPSIS
+(('elephant', &lt;KeywordWrapAlphabet.from_last: 2&gt;), -52.834575011...)
+&gt;&gt;&gt; keyword_break_mp(keyword_encipher('this is a test message for the '           'keyword decipherment', 'elephant', KeywordWrapAlphabet.from_last),           wordlist=['cat', 'elephant', 'kangaroo'],           number_of_solutions=2) # doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE
+[(('elephant', &lt;KeywordWrapAlphabet.from_last: 2&gt;), -52.834575011...), 
+(('elephant', &lt;KeywordWrapAlphabet.from_largest: 3&gt;), -52.834575011...)]
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def keyword_break(message, wordlist=None, fitness=Pletters,
+                     number_of_solutions=1, chunksize=500):
+    &#34;&#34;&#34;Breaks a keyword substitution cipher using a dictionary and
+    frequency analysis.
+
+    If `wordlist` is not specified, use 
+    [`szyfrow.support.langauge_models.keywords`](support/language_models.html#szyfrow.support.language_models.keywords).
+
+
+    &gt;&gt;&gt; keyword_break_mp(keyword_encipher(&#39;this is a test message for the &#39; \
+          &#39;keyword decipherment&#39;, &#39;elephant&#39;, KeywordWrapAlphabet.from_last), \
+          wordlist=[&#39;cat&#39;, &#39;elephant&#39;, &#39;kangaroo&#39;]) # doctest: +ELLIPSIS
+    ((&#39;elephant&#39;, &lt;KeywordWrapAlphabet.from_last: 2&gt;), -52.834575011...)
+    &gt;&gt;&gt; keyword_break_mp(keyword_encipher(&#39;this is a test message for the &#39; \
+          &#39;keyword decipherment&#39;, &#39;elephant&#39;, KeywordWrapAlphabet.from_last), \
+          wordlist=[&#39;cat&#39;, &#39;elephant&#39;, &#39;kangaroo&#39;], \
+          number_of_solutions=2) # doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE
+    [((&#39;elephant&#39;, &lt;KeywordWrapAlphabet.from_last: 2&gt;), -52.834575011...), 
+    ((&#39;elephant&#39;, &lt;KeywordWrapAlphabet.from_largest: 3&gt;), -52.834575011...)]
+    &#34;&#34;&#34;
+    if wordlist is None:
+        wordlist = keywords
+
+    with multiprocessing.Pool() as pool:
+        helper_args = [(message, word, wrap, fitness)
+                       for word in wordlist
+                       for wrap in KeywordWrapAlphabet]
+        # Gotcha: the helper function here needs to be defined at the top level
+        #   (limitation of Pool.starmap)
+        breaks = pool.starmap(keyword_break_worker, helper_args, chunksize)
+        if number_of_solutions == 1:
+            return max(breaks, key=lambda k: k[1])
+        else:
+            return sorted(breaks, key=lambda k: k[1], reverse=True)[:number_of_solutions]</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.keyword_cipher.keyword_break_single_thread"><code class="name flex">
+<span>def <span class="ident">keyword_break_single_thread</span></span>(<span>message, wordlist=None, fitness=&lt;function Pletters&gt;)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Breaks a keyword substitution cipher using a dictionary and
+frequency analysis.</p>
+<p>If <code>wordlist</code> is not specified, use
+<a href="support/language_models.html#szyfrow.support.language_models.keywords"><code>szyfrow.support.langauge_models.keywords</code></a>.</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; keyword_break(keyword_encipher('this is a test message for the '           'keyword decipherment', 'elephant', KeywordWrapAlphabet.from_last),           wordlist=['cat', 'elephant', 'kangaroo']) # doctest: +ELLIPSIS
+(('elephant', &lt;KeywordWrapAlphabet.from_last: 2&gt;), -52.834575011...)
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def keyword_break_single_thread(message, wordlist=None, fitness=Pletters):
+    &#34;&#34;&#34;Breaks a keyword substitution cipher using a dictionary and
+    frequency analysis.
+
+    If `wordlist` is not specified, use 
+    [`szyfrow.support.langauge_models.keywords`](support/language_models.html#szyfrow.support.language_models.keywords).
+
+    &gt;&gt;&gt; keyword_break(keyword_encipher(&#39;this is a test message for the &#39; \
+          &#39;keyword decipherment&#39;, &#39;elephant&#39;, KeywordWrapAlphabet.from_last), \
+          wordlist=[&#39;cat&#39;, &#39;elephant&#39;, &#39;kangaroo&#39;]) # doctest: +ELLIPSIS
+    ((&#39;elephant&#39;, &lt;KeywordWrapAlphabet.from_last: 2&gt;), -52.834575011...)
+    &#34;&#34;&#34;
+    if wordlist is None:
+      wordlist = keywords
+
+    best_keyword = &#39;&#39;
+    best_wrap_alphabet = True
+    best_fit = float(&#34;-inf&#34;)
+    for wrap_alphabet in KeywordWrapAlphabet:
+        for keyword in wordlist:
+            plaintext = keyword_decipher(message, keyword, wrap_alphabet)
+            fit = fitness(plaintext)
+            if fit &gt; best_fit:
+                best_fit = fit
+                best_keyword = keyword
+                best_wrap_alphabet = wrap_alphabet
+    return (best_keyword, best_wrap_alphabet), best_fit</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.keyword_cipher.keyword_break_worker"><code class="name flex">
+<span>def <span class="ident">keyword_break_worker</span></span>(<span>message, keyword, wrap_alphabet, fitness)</span>
+</code></dt>
+<dd>
+<div class="desc"></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def keyword_break_worker(message, keyword, wrap_alphabet, fitness):
+    plaintext = keyword_decipher(message, keyword, wrap_alphabet)
+    fit = fitness(plaintext)
+    return (keyword, wrap_alphabet), fit</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.keyword_cipher.keyword_cipher_alphabet_of"><code class="name flex">
+<span>def <span class="ident">keyword_cipher_alphabet_of</span></span>(<span>keyword, wrap_alphabet=KeywordWrapAlphabet.from_a)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Find the cipher alphabet given a keyword.</p>
+<p><a href="#szyfrow.keyword_cipher.KeywordWrapAlphabet"><code>wrap_alphabet</code></a> controls
+how the rest of the alphabet is added after the keyword.</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; keyword_cipher_alphabet_of('bayes')
+'bayescdfghijklmnopqrtuvwxz'
+&gt;&gt;&gt; keyword_cipher_alphabet_of('bayes', KeywordWrapAlphabet.from_a)
+'bayescdfghijklmnopqrtuvwxz'
+&gt;&gt;&gt; keyword_cipher_alphabet_of('bayes', KeywordWrapAlphabet.from_last)
+'bayestuvwxzcdfghijklmnopqr'
+&gt;&gt;&gt; keyword_cipher_alphabet_of('bayes', KeywordWrapAlphabet.from_largest)
+'bayeszcdfghijklmnopqrtuvwx'
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def keyword_cipher_alphabet_of(keyword, wrap_alphabet=KeywordWrapAlphabet.from_a):
+    &#34;&#34;&#34;Find the cipher alphabet given a keyword.
+
+    [`wrap_alphabet`](#szyfrow.keyword_cipher.KeywordWrapAlphabet) controls 
+    how the rest of the alphabet is added after the keyword.
+
+    &gt;&gt;&gt; keyword_cipher_alphabet_of(&#39;bayes&#39;)
+    &#39;bayescdfghijklmnopqrtuvwxz&#39;
+    &gt;&gt;&gt; keyword_cipher_alphabet_of(&#39;bayes&#39;, KeywordWrapAlphabet.from_a)
+    &#39;bayescdfghijklmnopqrtuvwxz&#39;
+    &gt;&gt;&gt; keyword_cipher_alphabet_of(&#39;bayes&#39;, KeywordWrapAlphabet.from_last)
+    &#39;bayestuvwxzcdfghijklmnopqr&#39;
+    &gt;&gt;&gt; keyword_cipher_alphabet_of(&#39;bayes&#39;, KeywordWrapAlphabet.from_largest)
+    &#39;bayeszcdfghijklmnopqrtuvwx&#39;
+    &#34;&#34;&#34;
+    if wrap_alphabet == KeywordWrapAlphabet.from_a:
+        cipher_alphabet = cat(deduplicate(sanitise(keyword) + 
+                                              string.ascii_lowercase))
+    else:
+        if wrap_alphabet == KeywordWrapAlphabet.from_last:
+            last_keyword_letter = deduplicate(sanitise(keyword))[-1]
+        else:
+            last_keyword_letter = sorted(sanitise(keyword))[-1]
+        last_keyword_position = string.ascii_lowercase.find(
+            last_keyword_letter) + 1
+        cipher_alphabet = cat(
+            deduplicate(sanitise(keyword) + 
+                        string.ascii_lowercase[last_keyword_position:] + 
+                        string.ascii_lowercase))
+    return cipher_alphabet</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.keyword_cipher.keyword_decipher"><code class="name flex">
+<span>def <span class="ident">keyword_decipher</span></span>(<span>message, keyword, wrap_alphabet=KeywordWrapAlphabet.from_a)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Deciphers a message with a keyword substitution cipher.
+wrap_alphabet controls how the rest of the alphabet is added
+after the keyword.
+0 : from 'a'
+1 : from the last letter in the sanitised keyword
+2 : from the largest letter in the sanitised keyword</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; keyword_decipher('rsqr ksqqbds', 'bayes')
+'test message'
+&gt;&gt;&gt; keyword_decipher('rsqr ksqqbds', 'bayes', KeywordWrapAlphabet.from_a)
+'test message'
+&gt;&gt;&gt; keyword_decipher('lskl dskkbus', 'bayes', KeywordWrapAlphabet.from_last)
+'test message'
+&gt;&gt;&gt; keyword_decipher('qspq jsppbcs', 'bayes', KeywordWrapAlphabet.from_largest)
+'test message'
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def keyword_decipher(message, keyword, wrap_alphabet=KeywordWrapAlphabet.from_a):
+    &#34;&#34;&#34;Deciphers a message with a keyword substitution cipher.
+    wrap_alphabet controls how the rest of the alphabet is added
+    after the keyword.
+    0 : from &#39;a&#39;
+    1 : from the last letter in the sanitised keyword
+    2 : from the largest letter in the sanitised keyword
+    
+    &gt;&gt;&gt; keyword_decipher(&#39;rsqr ksqqbds&#39;, &#39;bayes&#39;)
+    &#39;test message&#39;
+    &gt;&gt;&gt; keyword_decipher(&#39;rsqr ksqqbds&#39;, &#39;bayes&#39;, KeywordWrapAlphabet.from_a)
+    &#39;test message&#39;
+    &gt;&gt;&gt; keyword_decipher(&#39;lskl dskkbus&#39;, &#39;bayes&#39;, KeywordWrapAlphabet.from_last)
+    &#39;test message&#39;
+    &gt;&gt;&gt; keyword_decipher(&#39;qspq jsppbcs&#39;, &#39;bayes&#39;, KeywordWrapAlphabet.from_largest)
+    &#39;test message&#39;
+    &#34;&#34;&#34;
+    cipher_alphabet = keyword_cipher_alphabet_of(keyword, wrap_alphabet)
+    cipher_translation = &#39;&#39;.maketrans(cipher_alphabet, string.ascii_lowercase)
+    return message.lower().translate(cipher_translation)</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.keyword_cipher.keyword_encipher"><code class="name flex">
+<span>def <span class="ident">keyword_encipher</span></span>(<span>message, keyword, wrap_alphabet=KeywordWrapAlphabet.from_a)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Enciphers a message with a keyword substitution cipher.
+wrap_alphabet controls how the rest of the alphabet is added
+after the keyword.
+0 : from 'a'
+1 : from the last letter in the sanitised keyword
+2 : from the largest letter in the sanitised keyword</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; keyword_encipher('test message', 'bayes')
+'rsqr ksqqbds'
+&gt;&gt;&gt; keyword_encipher('test message', 'bayes', KeywordWrapAlphabet.from_a)
+'rsqr ksqqbds'
+&gt;&gt;&gt; keyword_encipher('test message', 'bayes', KeywordWrapAlphabet.from_last)
+'lskl dskkbus'
+&gt;&gt;&gt; keyword_encipher('test message', 'bayes', KeywordWrapAlphabet.from_largest)
+'qspq jsppbcs'
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def keyword_encipher(message, keyword, wrap_alphabet=KeywordWrapAlphabet.from_a):
+    &#34;&#34;&#34;Enciphers a message with a keyword substitution cipher.
+    wrap_alphabet controls how the rest of the alphabet is added
+    after the keyword.
+    0 : from &#39;a&#39;
+    1 : from the last letter in the sanitised keyword
+    2 : from the largest letter in the sanitised keyword
+
+    &gt;&gt;&gt; keyword_encipher(&#39;test message&#39;, &#39;bayes&#39;)
+    &#39;rsqr ksqqbds&#39;
+    &gt;&gt;&gt; keyword_encipher(&#39;test message&#39;, &#39;bayes&#39;, KeywordWrapAlphabet.from_a)
+    &#39;rsqr ksqqbds&#39;
+    &gt;&gt;&gt; keyword_encipher(&#39;test message&#39;, &#39;bayes&#39;, KeywordWrapAlphabet.from_last)
+    &#39;lskl dskkbus&#39;
+    &gt;&gt;&gt; keyword_encipher(&#39;test message&#39;, &#39;bayes&#39;, KeywordWrapAlphabet.from_largest)
+    &#39;qspq jsppbcs&#39;
+    &#34;&#34;&#34;
+    cipher_alphabet = keyword_cipher_alphabet_of(keyword, wrap_alphabet)
+    cipher_translation = &#39;&#39;.maketrans(string.ascii_lowercase, cipher_alphabet)
+    return unaccent(message).lower().translate(cipher_translation)</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.keyword_cipher.lcat"><code class="name flex">
+<span>def <span class="ident">lcat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+<dt id="szyfrow.keyword_cipher.monoalphabetic_break_hillclimbing"><code class="name flex">
+<span>def <span class="ident">monoalphabetic_break_hillclimbing</span></span>(<span>message, workers=10, max_iterations=20000, plain_alphabet=None, cipher_alphabet=None, swap_index_finder=None, fitness=&lt;function Pletters&gt;, chunksize=1)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Break a monalphabetic substitution cipher using hillclimbing to
+guess the keyword. Hillclimbing is done by using the simulated annealing
+approach with a temperature of zero.</p>
+<p>This version uses a several workers.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def monoalphabetic_break_hillclimbing(message, 
+                              workers=10, 
+                              max_iterations=20000,
+                              plain_alphabet=None, 
+                              cipher_alphabet=None, 
+                              swap_index_finder=None,
+                              fitness=Pletters, chunksize=1):
+    &#34;&#34;&#34;Break a monalphabetic substitution cipher using hillclimbing to
+    guess the keyword. Hillclimbing is done by using the simulated annealing
+    approach with a temperature of zero.
+
+    This version uses a several workers.
+    &#34;&#34;&#34;
+    return monoalphabetic_sa_break(message, 
+                              workers=workers, 
+                              initial_temperature=0,
+                              max_iterations=max_iterations,
+                              plain_alphabet=plain_alphabet, 
+                              cipher_alphabet=cipher_alphabet, 
+                              swap_index_finder=swap_index_finder,
+                              fitness=fitness, chunksize=chunksize)</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.keyword_cipher.monoalphabetic_break_hillclimbing_single"><code class="name flex">
+<span>def <span class="ident">monoalphabetic_break_hillclimbing_single</span></span>(<span>message, max_iterations=20000, plain_alphabet=None, cipher_alphabet=None, swap_index_finder=None, fitness=&lt;function Pletters&gt;, chunksize=1)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Break a monalphabetic substitution cipher using hillclimbing to
+guess the keyword. Hillclimbing is done by using the simulated annealing
+approach with a temperature of zero.</p>
+<p>This version uses a single worker.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def monoalphabetic_break_hillclimbing_single(message, 
+                              max_iterations=20000,
+                              plain_alphabet=None, 
+                              cipher_alphabet=None, 
+                              swap_index_finder=None,
+                              fitness=Pletters, chunksize=1):
+    &#34;&#34;&#34;Break a monalphabetic substitution cipher using hillclimbing to
+    guess the keyword. Hillclimbing is done by using the simulated annealing
+    approach with a temperature of zero.
+
+    This version uses a single worker.
+    &#34;&#34;&#34;
+    return monoalphabetic_sa_break(message, 
+                              workers=1, 
+                              initial_temperature=0,
+                              max_iterations=max_iterations,
+                              plain_alphabet=plain_alphabet, 
+                              cipher_alphabet=cipher_alphabet, 
+                              swap_index_finder=swap_index_finder,
+                              fitness=fitness, chunksize=chunksize)</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.keyword_cipher.monoalphabetic_sa_break"><code class="name flex">
+<span>def <span class="ident">monoalphabetic_sa_break</span></span>(<span>message, workers=10, initial_temperature=200, max_iterations=20000, plain_alphabet=None, cipher_alphabet=None, swap_index_finder=None, fitness=&lt;function Ptrigrams&gt;, chunksize=1)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Break a monalphabetic substitution cipher using simulated annealing to
+guess the keyword. This function just sets up a stable of workers who
+do the actual work, implemented as
+<code><a title="szyfrow.keyword_cipher.monoalphabetic_sa_break_worker" href="#szyfrow.keyword_cipher.monoalphabetic_sa_break_worker">monoalphabetic_sa_break_worker()</a></code>.</p>
+<p>See a <a href="https://work.njae.me.uk/2019/07/08/simulated-annealing-and-breaking-substitution-ciphers/">post on simulated annealing</a>
+for detail on how this works.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def monoalphabetic_sa_break(message, workers=10, 
+                              initial_temperature=200,
+                              max_iterations=20000,
+                              plain_alphabet=None, 
+                              cipher_alphabet=None, 
+                              swap_index_finder=None,
+                              fitness=Ptrigrams, chunksize=1):
+    &#34;&#34;&#34;Break a monalphabetic substitution cipher using simulated annealing to
+    guess the keyword. This function just sets up a stable of workers who
+    do the actual work, implemented as 
+    `szyfrow.keyword_cipher.monoalphabetic_sa_break_worker`.
+
+    See a [post on simulated annealing](https://work.njae.me.uk/2019/07/08/simulated-annealing-and-breaking-substitution-ciphers/)
+    for detail on how this works.
+    &#34;&#34;&#34;
+    worker_args = []
+    ciphertext = sanitise(message)
+    if swap_index_finder is None:
+        swap_index_finder = gaussian_swap_index
+        
+    for i in range(workers):
+        if plain_alphabet is None:
+            used_plain_alphabet = string.ascii_lowercase
+        else:
+            used_plain_alphabet = plain_alphabet
+        if cipher_alphabet is None:
+            used_cipher_alphabet = list(string.ascii_lowercase)
+            random.shuffle(used_cipher_alphabet)
+            used_cipher_alphabet = cat(used_cipher_alphabet)
+        else:
+            used_cipher_alphabet = cipher_alphabet
+        # if not plain_alphabet:
+        #     plain_alphabet = string.ascii_lowercase
+        # if not cipher_alphabet:
+        #     cipher_alphabet = list(string.ascii_lowercase)
+        #     random.shuffle(cipher_alphabet)
+        #     cipher_alphabet = cat(cipher_alphabet)
+        worker_args.append((ciphertext, used_plain_alphabet, used_cipher_alphabet, 
+                            swap_index_finder,
+                            initial_temperature, max_iterations, fitness,
+                            i))
+    with multiprocessing.Pool() as pool:
+        breaks = pool.starmap(monoalphabetic_sa_break_worker,
+                              worker_args, chunksize)
+    return max(breaks, key=lambda k: k[1])</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.keyword_cipher.monoalphabetic_sa_break_worker"><code class="name flex">
+<span>def <span class="ident">monoalphabetic_sa_break_worker</span></span>(<span>message, plain_alphabet, cipher_alphabet, swap_index_finder, t0, max_iterations, fitness, logID)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>One thread of a simulated annealing run.
+See a <a href="https://work.njae.me.uk/2019/07/08/simulated-annealing-and-breaking-substitution-ciphers/">post on simulated annealing</a>
+for detail on how this works.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def monoalphabetic_sa_break_worker(message, plain_alphabet, cipher_alphabet, 
+                                     swap_index_finder,
+                                     t0, max_iterations, fitness,
+                                     logID):
+    &#34;&#34;&#34;One thread of a simulated annealing run. 
+    See a [post on simulated annealing](https://work.njae.me.uk/2019/07/08/simulated-annealing-and-breaking-substitution-ciphers/)
+    for detail on how this works.
+    &#34;&#34;&#34;
+    def swap(letters, i, j):
+        if i &gt; j:
+            i, j = j, i
+        if i == j:
+            return letters
+        else:
+            return (letters[:i] + letters[j] + letters[i+1:j] + letters[i] +
+                    letters[j+1:])
+    
+    temperature = t0
+
+    dt = t0 / (0.9 * max_iterations)
+    
+    current_alphabet = cipher_alphabet
+    alphabet = current_alphabet
+    cipher_translation = &#39;&#39;.maketrans(current_alphabet, plain_alphabet)
+    plaintext = message.translate(cipher_translation)
+    current_fitness = fitness(plaintext)
+
+    best_alphabet = current_alphabet
+    best_fitness = current_fitness
+    best_plaintext = plaintext
+    
+    # print(&#39;starting for&#39;, max_iterations)
+    for i in range(max_iterations):
+        swap_a = random.randrange(26)
+        # swap_b = (swap_a + int(random.gauss(0, 4))) % 26
+        swap_b = swap_index_finder(swap_a)
+        alphabet = swap(current_alphabet, swap_a, swap_b)
+        cipher_translation = &#39;&#39;.maketrans(alphabet, plain_alphabet)
+        plaintext = message.translate(cipher_translation)
+        new_fitness = fitness(plaintext)
+        try:
+            sa_chance = math.exp((new_fitness - current_fitness) / temperature)
+        except (OverflowError, ZeroDivisionError):
+            # print(&#39;exception triggered: new_fit {}, current_fit {}, temp {}&#39;.format(new_fitness, current_fitness, temperature))
+            sa_chance = 0
+        if (new_fitness &gt; current_fitness or random.random() &lt; sa_chance):
+            current_fitness = new_fitness
+            current_alphabet = alphabet
+            
+        if current_fitness &gt; best_fitness:
+            best_alphabet = current_alphabet
+            best_fitness = current_fitness
+            best_plaintext = plaintext
+
+        temperature = max(temperature - dt, 0.001)
+
+    return best_alphabet, best_fitness # current_alphabet, current_fitness</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.keyword_cipher.uniform_swap_index"><code class="name flex">
+<span>def <span class="ident">uniform_swap_index</span></span>(<span>a)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Return an index to use as the partner of <code>a</code> in a swap. The partners
+are drawn from a uniform distribution.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def uniform_swap_index(a):
+    &#34;&#34;&#34;Return an index to use as the partner of `a` in a swap. The partners
+    are drawn from a uniform distribution.
+    &#34;&#34;&#34;
+    return random.randrange(26)</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.keyword_cipher.wcat"><code class="name flex">
+<span>def <span class="ident">wcat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+</dl>
+</section>
+<section>
+<h2 class="section-title" id="header-classes">Classes</h2>
+<dl>
+<dt id="szyfrow.keyword_cipher.KeywordWrapAlphabet"><code class="flex name class">
+<span>class <span class="ident">KeywordWrapAlphabet</span></span>
+<span>(</span><span>value, names=None, *, module=None, qualname=None, type=None, start=1)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Ways to list the rest of the alphabet after use of a keyword.</p>
+<ul>
+<li><code>from_a</code> : continue the alphabet from 'a': <code>bayescdfg&hellip;</code></li>
+<li><code>from_last</code>: continue from the last letter of the keyword:
+<code>bayestuvwxyzcdf&hellip;</code></li>
+<li><code>from_largest</code>: continue from the "largest" letter of the keyword:
+<code>bayeszcdfg&hellip;</code></li>
+</ul></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">class KeywordWrapAlphabet(Enum):
+    &#34;&#34;&#34;Ways to list the rest of the alphabet after use of a keyword.
+
+    * `from_a` : continue the alphabet from &#39;a&#39;: `bayescdfg...`
+    * `from_last`: continue from the last letter of the keyword: 
+        `bayestuvwxyzcdf...`
+    * `from_largest`: continue from the &#34;largest&#34; letter of the keyword:
+        `bayeszcdfg...`
+    &#34;&#34;&#34;
+    from_a = 1
+    from_last = 2
+    from_largest = 3</code></pre>
+</details>
+<h3>Ancestors</h3>
+<ul class="hlist">
+<li>enum.Enum</li>
+</ul>
+<h3>Class variables</h3>
+<dl>
+<dt id="szyfrow.keyword_cipher.KeywordWrapAlphabet.from_a"><code class="name">var <span class="ident">from_a</span></code></dt>
+<dd>
+<div class="desc"></div>
+</dd>
+<dt id="szyfrow.keyword_cipher.KeywordWrapAlphabet.from_largest"><code class="name">var <span class="ident">from_largest</span></code></dt>
+<dd>
+<div class="desc"></div>
+</dd>
+<dt id="szyfrow.keyword_cipher.KeywordWrapAlphabet.from_last"><code class="name">var <span class="ident">from_last</span></code></dt>
+<dd>
+<div class="desc"></div>
+</dd>
+</dl>
+</dd>
+</dl>
+</section>
+</article>
+<nav id="sidebar">
+<h1>Index</h1>
+<div class="toc">
+<ul></ul>
+</div>
+<ul id="index">
+<li><h3>Super-module</h3>
+<ul>
+<li><code><a title="szyfrow" href="index.html">szyfrow</a></code></li>
+</ul>
+</li>
+<li><h3><a href="#header-functions">Functions</a></h3>
+<ul class="">
+<li><code><a title="szyfrow.keyword_cipher.cat" href="#szyfrow.keyword_cipher.cat">cat</a></code></li>
+<li><code><a title="szyfrow.keyword_cipher.gaussian_swap_index" href="#szyfrow.keyword_cipher.gaussian_swap_index">gaussian_swap_index</a></code></li>
+<li><code><a title="szyfrow.keyword_cipher.keyword_break" href="#szyfrow.keyword_cipher.keyword_break">keyword_break</a></code></li>
+<li><code><a title="szyfrow.keyword_cipher.keyword_break_single_thread" href="#szyfrow.keyword_cipher.keyword_break_single_thread">keyword_break_single_thread</a></code></li>
+<li><code><a title="szyfrow.keyword_cipher.keyword_break_worker" href="#szyfrow.keyword_cipher.keyword_break_worker">keyword_break_worker</a></code></li>
+<li><code><a title="szyfrow.keyword_cipher.keyword_cipher_alphabet_of" href="#szyfrow.keyword_cipher.keyword_cipher_alphabet_of">keyword_cipher_alphabet_of</a></code></li>
+<li><code><a title="szyfrow.keyword_cipher.keyword_decipher" href="#szyfrow.keyword_cipher.keyword_decipher">keyword_decipher</a></code></li>
+<li><code><a title="szyfrow.keyword_cipher.keyword_encipher" href="#szyfrow.keyword_cipher.keyword_encipher">keyword_encipher</a></code></li>
+<li><code><a title="szyfrow.keyword_cipher.lcat" href="#szyfrow.keyword_cipher.lcat">lcat</a></code></li>
+<li><code><a title="szyfrow.keyword_cipher.monoalphabetic_break_hillclimbing" href="#szyfrow.keyword_cipher.monoalphabetic_break_hillclimbing">monoalphabetic_break_hillclimbing</a></code></li>
+<li><code><a title="szyfrow.keyword_cipher.monoalphabetic_break_hillclimbing_single" href="#szyfrow.keyword_cipher.monoalphabetic_break_hillclimbing_single">monoalphabetic_break_hillclimbing_single</a></code></li>
+<li><code><a title="szyfrow.keyword_cipher.monoalphabetic_sa_break" href="#szyfrow.keyword_cipher.monoalphabetic_sa_break">monoalphabetic_sa_break</a></code></li>
+<li><code><a title="szyfrow.keyword_cipher.monoalphabetic_sa_break_worker" href="#szyfrow.keyword_cipher.monoalphabetic_sa_break_worker">monoalphabetic_sa_break_worker</a></code></li>
+<li><code><a title="szyfrow.keyword_cipher.uniform_swap_index" href="#szyfrow.keyword_cipher.uniform_swap_index">uniform_swap_index</a></code></li>
+<li><code><a title="szyfrow.keyword_cipher.wcat" href="#szyfrow.keyword_cipher.wcat">wcat</a></code></li>
+</ul>
+</li>
+<li><h3><a href="#header-classes">Classes</a></h3>
+<ul>
+<li>
+<h4><code><a title="szyfrow.keyword_cipher.KeywordWrapAlphabet" href="#szyfrow.keyword_cipher.KeywordWrapAlphabet">KeywordWrapAlphabet</a></code></h4>
+<ul class="">
+<li><code><a title="szyfrow.keyword_cipher.KeywordWrapAlphabet.from_a" href="#szyfrow.keyword_cipher.KeywordWrapAlphabet.from_a">from_a</a></code></li>
+<li><code><a title="szyfrow.keyword_cipher.KeywordWrapAlphabet.from_largest" href="#szyfrow.keyword_cipher.KeywordWrapAlphabet.from_largest">from_largest</a></code></li>
+<li><code><a title="szyfrow.keyword_cipher.KeywordWrapAlphabet.from_last" href="#szyfrow.keyword_cipher.KeywordWrapAlphabet.from_last">from_last</a></code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</nav>
+</main>
+<footer id="footer">
+<p>Generated by <a href="https://pdoc3.github.io/pdoc"><cite>pdoc</cite> 0.9.2</a>.</p>
+</footer>
+</body>
+</html>
\ No newline at end of file
diff --git a/docs/szyfrow/language_model_files/index.html b/docs/szyfrow/language_model_files/index.html
new file mode 100644 (file)
index 0000000..c9a6207
--- /dev/null
@@ -0,0 +1,84 @@
+<!doctype html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
+<meta name="generator" content="pdoc 0.9.2" />
+<title>szyfrow.language_model_files API documentation</title>
+<meta name="description" content="Descriptions of English, used for building language models …" />
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/sanitize.min.css" integrity="sha256-PK9q560IAAa6WVRRh76LtCaI8pjTJ2z11v0miyNNjrs=" crossorigin>
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/typography.min.css" integrity="sha256-7l/o7C8jubJiy74VsKTidCy1yBkRtiUGbVkYBylBqUg=" crossorigin>
+<link rel="stylesheet preload" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/styles/github.min.css" crossorigin>
+<style>:root{--highlight-color:#fe9}.flex{display:flex !important}body{line-height:1.5em}#content{padding:20px}#sidebar{padding:30px;overflow:hidden}#sidebar > *:last-child{margin-bottom:2cm}.http-server-breadcrumbs{font-size:130%;margin:0 0 15px 0}#footer{font-size:.75em;padding:5px 30px;border-top:1px solid #ddd;text-align:right}#footer p{margin:0 0 0 1em;display:inline-block}#footer p:last-child{margin-right:30px}h1,h2,h3,h4,h5{font-weight:300}h1{font-size:2.5em;line-height:1.1em}h2{font-size:1.75em;margin:1em 0 .50em 0}h3{font-size:1.4em;margin:25px 0 10px 0}h4{margin:0;font-size:105%}h1:target,h2:target,h3:target,h4:target,h5:target,h6:target{background:var(--highlight-color);padding:.2em 0}a{color:#058;text-decoration:none;transition:color .3s ease-in-out}a:hover{color:#e82}.title code{font-weight:bold}h2[id^="header-"]{margin-top:2em}.ident{color:#900}pre code{background:#f8f8f8;font-size:.8em;line-height:1.4em}code{background:#f2f2f1;padding:1px 4px;overflow-wrap:break-word}h1 code{background:transparent}pre{background:#f8f8f8;border:0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;margin:1em 0;padding:1ex}#http-server-module-list{display:flex;flex-flow:column}#http-server-module-list div{display:flex}#http-server-module-list dt{min-width:10%}#http-server-module-list p{margin-top:0}.toc ul,#index{list-style-type:none;margin:0;padding:0}#index code{background:transparent}#index h3{border-bottom:1px solid #ddd}#index ul{padding:0}#index h4{margin-top:.6em;font-weight:bold}@media (min-width:200ex){#index .two-column{column-count:2}}@media (min-width:300ex){#index .two-column{column-count:3}}dl{margin-bottom:2em}dl dl:last-child{margin-bottom:4em}dd{margin:0 0 1em 3em}#header-classes + dl > dd{margin-bottom:3em}dd dd{margin-left:2em}dd p{margin:10px 0}.name{background:#eee;font-weight:bold;font-size:.85em;padding:5px 10px;display:inline-block;min-width:40%}.name:hover{background:#e0e0e0}dt:target .name{background:var(--highlight-color)}.name > span:first-child{white-space:nowrap}.name.class > span:nth-child(2){margin-left:.4em}.inherited{color:#999;border-left:5px solid #eee;padding-left:1em}.inheritance em{font-style:normal;font-weight:bold}.desc h2{font-weight:400;font-size:1.25em}.desc h3{font-size:1em}.desc dt code{background:inherit}.source summary,.git-link-div{color:#666;text-align:right;font-weight:400;font-size:.8em;text-transform:uppercase}.source summary > *{white-space:nowrap;cursor:pointer}.git-link{color:inherit;margin-left:1em}.source pre{max-height:500px;overflow:auto;margin:0}.source pre code{font-size:12px;overflow:visible}.hlist{list-style:none}.hlist li{display:inline}.hlist li:after{content:',\2002'}.hlist li:last-child:after{content:none}.hlist .hlist{display:inline;padding-left:1em}img{max-width:100%}td{padding:0 .5em}.admonition{padding:.1em .5em;margin-bottom:1em}.admonition-title{font-weight:bold}.admonition.note,.admonition.info,.admonition.important{background:#aef}.admonition.todo,.admonition.versionadded,.admonition.tip,.admonition.hint{background:#dfd}.admonition.warning,.admonition.versionchanged,.admonition.deprecated{background:#fd4}.admonition.error,.admonition.danger,.admonition.caution{background:lightpink}</style>
+<style media="screen and (min-width: 700px)">@media screen and (min-width:700px){#sidebar{width:30%;height:100vh;overflow:auto;position:sticky;top:0}#content{width:70%;max-width:100ch;padding:3em 4em;border-left:1px solid #ddd}pre code{font-size:1em}.item .name{font-size:1em}main{display:flex;flex-direction:row-reverse;justify-content:flex-end}.toc ul ul,#index ul{padding-left:1.5em}.toc > ul > li{margin-top:.5em}}</style>
+<style media="print">@media print{#sidebar h1{page-break-before:always}.source{display:none}}@media print{*{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a[href]:after{content:" (" attr(href) ")";font-size:90%}a[href][title]:after{content:none}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:0.5cm}p,h2,h3{orphans:3;widows:3}h1,h2,h3,h4,h5,h6{page-break-after:avoid}}</style>
+<script defer src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/highlight.min.js" integrity="sha256-Uv3H6lx7dJmRfRvH8TH6kJD1TSK1aFcwgx+mdg3epi8=" crossorigin></script>
+<script>window.addEventListener('DOMContentLoaded', () => hljs.initHighlighting())</script>
+</head>
+<body>
+<main>
+<article id="content">
+<header>
+<h1 class="title">Module <code>szyfrow.language_model_files</code></h1>
+</header>
+<section id="section-intro">
+<p>Descriptions of English, used for building language models. </p>
+<p>Language models are for understanding what English looks like, for help with
+cipher breaking.</p>
+<ul>
+<li><code>count_1l.txt</code>: counts of single letters</li>
+<li><code>count_2l.txt</code>: counts of pairs letters, bigrams</li>
+<li><code>count_3l.txt</code>: counts of triples of letters, triagrams</li>
+<li><code>words.txt</code>: a dictionary of words, used for keyword-based cipher breaking.
+These words should only contain characters cointained in
+<code>string.ascii_letters</code>.</li>
+</ul>
+<p>See <a href="../support/language_models.html"><code>szyfrow/language_models</code></a> for how these files are used.</p>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">&#34;&#34;&#34;Descriptions of English, used for building language models. 
+
+Language models are for understanding what English looks like, for help with 
+cipher breaking.
+
+* `count_1l.txt`: counts of single letters
+* `count_2l.txt`: counts of pairs letters, bigrams
+* `count_3l.txt`: counts of triples of letters, triagrams
+* `words.txt`: a dictionary of words, used for keyword-based cipher breaking.
+  These words should only contain characters cointained in 
+  `string.ascii_letters`.
+
+See [`szyfrow/language_models`](../support/language_models.html) for how these files are used.
+&#34;&#34;&#34;</code></pre>
+</details>
+</section>
+<section>
+</section>
+<section>
+</section>
+<section>
+</section>
+<section>
+</section>
+</article>
+<nav id="sidebar">
+<h1>Index</h1>
+<div class="toc">
+<ul></ul>
+</div>
+<ul id="index">
+<li><h3>Super-module</h3>
+<ul>
+<li><code><a title="szyfrow" href="../index.html">szyfrow</a></code></li>
+</ul>
+</li>
+</ul>
+</nav>
+</main>
+<footer id="footer">
+<p>Generated by <a href="https://pdoc3.github.io/pdoc"><cite>pdoc</cite> 0.9.2</a>.</p>
+</footer>
+</body>
+</html>
\ No newline at end of file
diff --git a/docs/szyfrow/playfair.html b/docs/szyfrow/playfair.html
new file mode 100644 (file)
index 0000000..092ae65
--- /dev/null
@@ -0,0 +1,853 @@
+<!doctype html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
+<meta name="generator" content="pdoc 0.9.2" />
+<title>szyfrow.playfair API documentation</title>
+<meta name="description" content="Enciphering and deciphering using the [Playfair cipher](https://en.wikipedia.org/wiki/Playfair_cipher).
+Also attempts to break messages that use a …" />
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/sanitize.min.css" integrity="sha256-PK9q560IAAa6WVRRh76LtCaI8pjTJ2z11v0miyNNjrs=" crossorigin>
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/typography.min.css" integrity="sha256-7l/o7C8jubJiy74VsKTidCy1yBkRtiUGbVkYBylBqUg=" crossorigin>
+<link rel="stylesheet preload" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/styles/github.min.css" crossorigin>
+<style>:root{--highlight-color:#fe9}.flex{display:flex !important}body{line-height:1.5em}#content{padding:20px}#sidebar{padding:30px;overflow:hidden}#sidebar > *:last-child{margin-bottom:2cm}.http-server-breadcrumbs{font-size:130%;margin:0 0 15px 0}#footer{font-size:.75em;padding:5px 30px;border-top:1px solid #ddd;text-align:right}#footer p{margin:0 0 0 1em;display:inline-block}#footer p:last-child{margin-right:30px}h1,h2,h3,h4,h5{font-weight:300}h1{font-size:2.5em;line-height:1.1em}h2{font-size:1.75em;margin:1em 0 .50em 0}h3{font-size:1.4em;margin:25px 0 10px 0}h4{margin:0;font-size:105%}h1:target,h2:target,h3:target,h4:target,h5:target,h6:target{background:var(--highlight-color);padding:.2em 0}a{color:#058;text-decoration:none;transition:color .3s ease-in-out}a:hover{color:#e82}.title code{font-weight:bold}h2[id^="header-"]{margin-top:2em}.ident{color:#900}pre code{background:#f8f8f8;font-size:.8em;line-height:1.4em}code{background:#f2f2f1;padding:1px 4px;overflow-wrap:break-word}h1 code{background:transparent}pre{background:#f8f8f8;border:0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;margin:1em 0;padding:1ex}#http-server-module-list{display:flex;flex-flow:column}#http-server-module-list div{display:flex}#http-server-module-list dt{min-width:10%}#http-server-module-list p{margin-top:0}.toc ul,#index{list-style-type:none;margin:0;padding:0}#index code{background:transparent}#index h3{border-bottom:1px solid #ddd}#index ul{padding:0}#index h4{margin-top:.6em;font-weight:bold}@media (min-width:200ex){#index .two-column{column-count:2}}@media (min-width:300ex){#index .two-column{column-count:3}}dl{margin-bottom:2em}dl dl:last-child{margin-bottom:4em}dd{margin:0 0 1em 3em}#header-classes + dl > dd{margin-bottom:3em}dd dd{margin-left:2em}dd p{margin:10px 0}.name{background:#eee;font-weight:bold;font-size:.85em;padding:5px 10px;display:inline-block;min-width:40%}.name:hover{background:#e0e0e0}dt:target .name{background:var(--highlight-color)}.name > span:first-child{white-space:nowrap}.name.class > span:nth-child(2){margin-left:.4em}.inherited{color:#999;border-left:5px solid #eee;padding-left:1em}.inheritance em{font-style:normal;font-weight:bold}.desc h2{font-weight:400;font-size:1.25em}.desc h3{font-size:1em}.desc dt code{background:inherit}.source summary,.git-link-div{color:#666;text-align:right;font-weight:400;font-size:.8em;text-transform:uppercase}.source summary > *{white-space:nowrap;cursor:pointer}.git-link{color:inherit;margin-left:1em}.source pre{max-height:500px;overflow:auto;margin:0}.source pre code{font-size:12px;overflow:visible}.hlist{list-style:none}.hlist li{display:inline}.hlist li:after{content:',\2002'}.hlist li:last-child:after{content:none}.hlist .hlist{display:inline;padding-left:1em}img{max-width:100%}td{padding:0 .5em}.admonition{padding:.1em .5em;margin-bottom:1em}.admonition-title{font-weight:bold}.admonition.note,.admonition.info,.admonition.important{background:#aef}.admonition.todo,.admonition.versionadded,.admonition.tip,.admonition.hint{background:#dfd}.admonition.warning,.admonition.versionchanged,.admonition.deprecated{background:#fd4}.admonition.error,.admonition.danger,.admonition.caution{background:lightpink}</style>
+<style media="screen and (min-width: 700px)">@media screen and (min-width:700px){#sidebar{width:30%;height:100vh;overflow:auto;position:sticky;top:0}#content{width:70%;max-width:100ch;padding:3em 4em;border-left:1px solid #ddd}pre code{font-size:1em}.item .name{font-size:1em}main{display:flex;flex-direction:row-reverse;justify-content:flex-end}.toc ul ul,#index ul{padding-left:1.5em}.toc > ul > li{margin-top:.5em}}</style>
+<style media="print">@media print{#sidebar h1{page-break-before:always}.source{display:none}}@media print{*{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a[href]:after{content:" (" attr(href) ")";font-size:90%}a[href][title]:after{content:none}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:0.5cm}p,h2,h3{orphans:3;widows:3}h1,h2,h3,h4,h5,h6{page-break-after:avoid}}</style>
+<script defer src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/highlight.min.js" integrity="sha256-Uv3H6lx7dJmRfRvH8TH6kJD1TSK1aFcwgx+mdg3epi8=" crossorigin></script>
+<script>window.addEventListener('DOMContentLoaded', () => hljs.initHighlighting())</script>
+</head>
+<body>
+<main>
+<article id="content">
+<header>
+<h1 class="title">Module <code>szyfrow.playfair</code></h1>
+</header>
+<section id="section-intro">
+<p>Enciphering and deciphering using the <a href="https://en.wikipedia.org/wiki/Playfair_cipher">Playfair cipher</a>.
+Also attempts to break messages that use a Playfair cipher.</p>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">&#34;&#34;&#34;Enciphering and deciphering using the [Playfair cipher](https://en.wikipedia.org/wiki/Playfair_cipher). 
+Also attempts to break messages that use a Playfair cipher.
+&#34;&#34;&#34;
+from szyfrow.support.utilities import *
+from szyfrow.support.language_models import *
+from szyfrow.keyword_cipher import KeywordWrapAlphabet, keyword_cipher_alphabet_of
+from szyfrow.polybius import polybius_grid
+import multiprocessing
+
+def playfair_wrap(n, lowest, highest):
+    &#34;&#34;&#34;Ensures _n_ is between _lowest_ and _highest_ (inclusive at both ends).
+    &#34;&#34;&#34;
+    skip = highest - lowest + 1
+    while n &gt; highest or n &lt; lowest:
+        if n &gt; highest:
+            n -= skip
+        if n &lt; lowest:
+            n += skip
+    return n
+
+def playfair_encipher_bigram(ab, grid, padding_letter=&#39;x&#39;):
+    &#34;&#34;&#34;Encipher a single pair of letters using the Playfair method.&#34;&#34;&#34;
+    a, b = ab
+    max_row = max(c[0] for c in grid.values())
+    max_col = max(c[1] for c in grid.values())
+    min_row = min(c[0] for c in grid.values())
+    min_col = min(c[1] for c in grid.values())
+    if a == b:
+        b = padding_letter
+    if grid[a][0] == grid[b][0]:  # same row
+        cp = (grid[a][0], playfair_wrap(grid[a][1] + 1, min_col, max_col))
+        dp = (grid[b][0], playfair_wrap(grid[b][1] + 1, min_col, max_col))
+    elif grid[a][1] == grid[b][1]:  # same column
+        cp = (playfair_wrap(grid[a][0] + 1, min_row, max_row), grid[a][1])
+        dp = (playfair_wrap(grid[b][0] + 1, min_row, max_row), grid[b][1])
+    else:
+        cp = (grid[a][0], grid[b][1])
+        dp = (grid[b][0], grid[a][1])
+    c = [k for k, v in grid.items() if v == cp][0]
+    d = [k for k, v in grid.items() if v == dp][0]
+    return c + d
+
+def playfair_decipher_bigram(ab, grid, padding_letter=&#39;x&#39;):
+    &#34;&#34;&#34;Decipher a single pair of letters using the Playfair method.&#34;&#34;&#34;
+    a, b = ab
+    max_row = max(c[0] for c in grid.values())
+    max_col = max(c[1] for c in grid.values())
+    min_row = min(c[0] for c in grid.values())
+    min_col = min(c[1] for c in grid.values())
+    if a == b:
+        b = padding_letter
+    if grid[a][0] == grid[b][0]:  # same row
+        cp = (grid[a][0], playfair_wrap(grid[a][1] - 1, min_col, max_col))
+        dp = (grid[b][0], playfair_wrap(grid[b][1] - 1, min_col, max_col))
+    elif grid[a][1] == grid[b][1]:  # same column
+        cp = (playfair_wrap(grid[a][0] - 1, min_row, max_row), grid[a][1])
+        dp = (playfair_wrap(grid[b][0] - 1, min_row, max_row), grid[b][1])
+    else:
+        cp = (grid[a][0], grid[b][1])
+        dp = (grid[b][0], grid[a][1])
+    c = [k for k, v in grid.items() if v == cp][0]
+    d = [k for k, v in grid.items() if v == dp][0]
+    return c + d
+
+def playfair_bigrams(text, padding_letter=&#39;x&#39;, padding_replaces_repeat=True):
+    &#34;&#34;&#34;Find all the bigrams in a method to be enciphered. 
+
+    If both letters are the same, the `padding_letter` is used instead of the
+    second letter. If `padding_replaces_repeat` is `True`, the `padding_letter`
+    replaces the second letter of the bigram. If `padding_replaces_repeat` is
+    `False`, the second letter of this bigram becomes the first letter of the 
+    next, effectively lengthening the message by one letter.
+    &#34;&#34;&#34;
+    i = 0
+    bigrams = []
+    while i &lt; len(text):
+        bigram = text[i:i+2]
+        if len(bigram) == 1:
+            i = len(text) + 1
+            bigram = bigram + padding_letter
+        else:
+            if bigram[0] == bigram[1]:
+                bigram = bigram[0] + padding_letter
+                if padding_replaces_repeat:
+                    i += 2
+                else:
+                    i += 1
+            else:
+                i += 2
+        bigrams += [bigram]
+    return bigrams
+
+def playfair_encipher(message, keyword, padding_letter=&#39;x&#39;,
+                      padding_replaces_repeat=False, letters_to_merge=None, 
+                      wrap_alphabet=KeywordWrapAlphabet.from_a):
+    &#34;&#34;&#34;Encipher a message using the Playfair cipher.&#34;&#34;&#34;
+    column_order = list(range(5))
+    row_order = list(range(5))
+    if letters_to_merge is None: 
+        letters_to_merge = {&#39;j&#39;: &#39;i&#39;}   
+    grid = polybius_grid(keyword, column_order, row_order,
+                        letters_to_merge=letters_to_merge,
+                        wrap_alphabet=wrap_alphabet)
+    message_bigrams = playfair_bigrams(
+        sanitise(message), padding_letter=padding_letter, 
+        padding_replaces_repeat=padding_replaces_repeat)
+    ciphertext_bigrams = [playfair_encipher_bigram(b, grid, padding_letter=padding_letter) for b in message_bigrams]
+    return cat(ciphertext_bigrams)
+
+def playfair_decipher(message, keyword, padding_letter=&#39;x&#39;,
+                      padding_replaces_repeat=False, letters_to_merge=None, 
+                      wrap_alphabet=KeywordWrapAlphabet.from_a):
+    &#34;&#34;&#34;Decipher a message using the Playfair cipher.&#34;&#34;&#34;
+    column_order = list(range(5))
+    row_order = list(range(5))
+    if letters_to_merge is None: 
+        letters_to_merge = {&#39;j&#39;: &#39;i&#39;}   
+    grid = polybius_grid(keyword, column_order, row_order,
+                        letters_to_merge=letters_to_merge,
+                        wrap_alphabet=wrap_alphabet)
+    message_bigrams = playfair_bigrams(
+        sanitise(message), padding_letter=padding_letter, 
+        padding_replaces_repeat=padding_replaces_repeat)
+    plaintext_bigrams = [playfair_decipher_bigram(b, grid, padding_letter=padding_letter) for b in message_bigrams]
+    return cat(plaintext_bigrams)
+
+def playfair_break(message, 
+                      letters_to_merge=None, padding_letter=&#39;x&#39;,
+                      wordlist=keywords, fitness=Pletters,
+                      number_of_solutions=1, chunksize=500):
+    &#34;&#34;&#34;Break a message enciphered using the Playfair cipher, using a dictionary
+    of keywords and frequency analysis. 
+
+    If `wordlist` is not specified, use 
+    [`szyfrow.support.langauge_models.keywords`](support/language_models.html#szyfrow.support.language_models.keywords).
+    &#34;&#34;&#34;
+
+    if letters_to_merge is None: 
+        letters_to_merge = {&#39;j&#39;: &#39;i&#39;}   
+
+    with multiprocessing.Pool() as pool:
+        helper_args = [(message, word, wrap, 
+                        letters_to_merge, padding_letter,
+                        pad_replace,
+                        fitness)
+                       for word in wordlist
+                       for wrap in KeywordWrapAlphabet
+                       for pad_replace in [False, True]]
+        # Gotcha: the helper function here needs to be defined at the top level
+        #   (limitation of Pool.starmap)
+        breaks = pool.starmap(playfair_break_worker, helper_args, chunksize)
+        if number_of_solutions == 1:
+            return max(breaks, key=lambda k: k[1])
+        else:
+            return sorted(breaks, key=lambda k: k[1], reverse=True)[:number_of_solutions]
+
+def playfair_break_worker(message, keyword, wrap, 
+                          letters_to_merge, padding_letter,
+                          pad_replace,
+                          fitness):
+    plaintext = playfair_decipher(message, keyword, padding_letter,
+                                  pad_replace,
+                                  letters_to_merge, 
+                                  wrap)
+    if plaintext:
+        fit = fitness(plaintext)
+    else:
+        fit = float(&#39;-inf&#39;)
+    return (keyword, wrap, letters_to_merge, padding_letter, pad_replace), fit
+
+def playfair_simulated_annealing_break(message, workers=10, 
+                              initial_temperature=200,
+                              max_iterations=20000,
+                              plain_alphabet=None, 
+                              cipher_alphabet=None, 
+                              fitness=Pletters, chunksize=1):
+    &#34;&#34;&#34;Break a message enciphered using the Playfair cipher, using simulated
+    annealing to determine the keyword.  This function just sets up a stable 
+    of workers who     do the actual work, implemented as 
+    `szyfrow.playfair.playfair_simulated_annealing_break_worker`.
+
+    See a [post on simulated annealing](https://work.njae.me.uk/2019/07/08/simulated-annealing-and-breaking-substitution-ciphers/)
+    for detail on how this works.
+    &#34;&#34;&#34;
+    worker_args = []
+    ciphertext = sanitise(message)
+    for i in range(workers):
+        if plain_alphabet is None:
+            used_plain_alphabet = string.ascii_lowercase
+        else:
+            used_plain_alphabet = plain_alphabet
+        if cipher_alphabet is None:
+            # used_cipher_alphabet = list(string.ascii_lowercase)
+            # random.shuffle(used_cipher_alphabet)
+            # used_cipher_alphabet = cat(used_cipher_alphabet)
+            used_cipher_alphabet = random.choice(keywords)
+        else:
+            used_cipher_alphabet = cipher_alphabet
+        worker_args.append((ciphertext, used_plain_alphabet, used_cipher_alphabet, 
+                            initial_temperature, max_iterations, fitness))
+    with multiprocessing.Pool() as pool:
+        breaks = pool.starmap(playfair_simulated_annealing_break_worker,
+                              worker_args, chunksize)
+    return max(breaks, key=lambda k: k[1])
+
+def playfair_simulated_annealing_break_worker(message, plain_alphabet, cipher_alphabet, 
+                                     t0, max_iterations, fitness):
+    &#34;&#34;&#34;One thread of a simulated annealing run. 
+    See a [post on simulated annealing](https://work.njae.me.uk/2019/07/08/simulated-annealing-and-breaking-substitution-ciphers/)
+    for detail on how this works.
+    &#34;&#34;&#34;
+    def swap(letters, i, j):
+        if i &gt; j:
+            i, j = j, i
+        if i == j:
+            return letters
+        else:
+            return (letters[:i] + letters[j] + letters[i+1:j] + letters[i] +
+                    letters[j+1:])
+    
+    temperature = t0
+
+    dt = t0 / (0.9 * max_iterations)
+    
+    current_alphabet = cipher_alphabet
+    current_wrap = KeywordWrapAlphabet.from_a
+    current_letters_to_merge = {&#39;j&#39;: &#39;i&#39;}
+    current_pad_replace = False
+    current_padding_letter = &#39;x&#39;
+    
+    alphabet = current_alphabet
+    wrap = current_wrap
+    letters_to_merge = current_letters_to_merge
+    pad_replace = current_pad_replace
+    padding_letter = current_padding_letter
+    plaintext = playfair_decipher(message, alphabet, padding_letter,
+                                  pad_replace,
+                                  letters_to_merge, 
+                                  wrap)
+    current_fitness = fitness(plaintext)
+
+    best_alphabet = current_alphabet
+    best_fitness = current_fitness
+    best_plaintext = plaintext
+    
+    # print(&#39;starting for&#39;, max_iterations)
+    for i in range(max_iterations):
+        chosen = random.random()
+        # if chosen &lt; 0.7:
+        #     swap_a = random.randrange(26)
+        #     swap_b = (swap_a + int(random.gauss(0, 4))) % 26
+        #     alphabet = swap(current_alphabet, swap_a, swap_b)
+        # elif chosen &lt; 0.8:
+        #     wrap = random.choice(list(KeywordWrapAlphabet))
+        # elif chosen &lt; 0.9:
+        #     pad_replace = random.choice([True, False])
+        # elif chosen &lt; 0.95:
+        #     letter_from = random.choice(string.ascii_lowercase)
+        #     letter_to = random.choice([c for c in string.ascii_lowercase if c != letter_from])
+        #     letters_to_merge = {letter_from: letter_to}
+        # else:
+        #     padding_letter = random.choice(string.ascii_lowercase)
+        if chosen &lt; 0.7:
+            swap_a = random.randrange(len(current_alphabet))
+            swap_b = (swap_a + int(random.gauss(0, 4))) % len(current_alphabet)
+            alphabet = swap(current_alphabet, swap_a, swap_b)
+        elif chosen &lt; 0.85:
+            new_letter = random.choice(string.ascii_lowercase)
+            alphabet = swap(current_alphabet + new_letter, random.randrange(len(current_alphabet)), len(current_alphabet))
+        else:
+            if len(current_alphabet) &gt; 1:
+                deletion_position = random.randrange(len(current_alphabet))
+                alphabet = current_alphabet[:deletion_position] + current_alphabet[deletion_position+1:]
+            else:
+                alphabet = current_alphabet
+        
+        try:
+            plaintext = playfair_decipher(message, alphabet, padding_letter,
+                                  pad_replace,
+                                  letters_to_merge, 
+                                  wrap)
+        except:
+            print(&#34;Error&#34;, alphabet, padding_letter,
+                                  pad_replace,
+                                  letters_to_merge, 
+                                  wrap)
+            raise
+
+        new_fitness = fitness(plaintext)
+        try:
+            sa_chance = math.exp((new_fitness - current_fitness) / temperature)
+        except (OverflowError, ZeroDivisionError):
+            # print(&#39;exception triggered: new_fit {}, current_fit {}, temp {}&#39;.format(new_fitness, current_fitness, temperature))
+            sa_chance = 0
+        if (new_fitness &gt; current_fitness or random.random() &lt; sa_chance):
+            current_fitness = new_fitness
+            current_alphabet = alphabet
+            current_wrap = wrap
+            current_letters_to_merge = letters_to_merge
+            current_pad_replace = pad_replace
+            current_padding_letter = padding_letter
+            
+        if current_fitness &gt; best_fitness:
+            best_alphabet = current_alphabet
+            best_wrap = current_wrap
+            best_letters_to_merge = current_letters_to_merge
+            best_pad_replace = current_pad_replace
+            best_padding_letter = current_padding_letter
+            best_fitness = current_fitness
+            best_plaintext = plaintext
+        temperature = max(temperature - dt, 0.001)
+
+    return { &#39;alphabet&#39;: best_alphabet
+           , &#39;wrap&#39;: best_wrap
+           , &#39;letters_to_merge&#39;: best_letters_to_merge
+           , &#39;pad_replace&#39;: best_pad_replace
+           , &#39;padding_letter&#39;: best_padding_letter
+           }, best_fitness # current_alphabet, current_fitness</code></pre>
+</details>
+</section>
+<section>
+</section>
+<section>
+</section>
+<section>
+<h2 class="section-title" id="header-functions">Functions</h2>
+<dl>
+<dt id="szyfrow.playfair.cat"><code class="name flex">
+<span>def <span class="ident">cat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+<dt id="szyfrow.playfair.lcat"><code class="name flex">
+<span>def <span class="ident">lcat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+<dt id="szyfrow.playfair.playfair_bigrams"><code class="name flex">
+<span>def <span class="ident">playfair_bigrams</span></span>(<span>text, padding_letter='x', padding_replaces_repeat=True)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Find all the bigrams in a method to be enciphered. </p>
+<p>If both letters are the same, the <code>padding_letter</code> is used instead of the
+second letter. If <code>padding_replaces_repeat</code> is <code>True</code>, the <code>padding_letter</code>
+replaces the second letter of the bigram. If <code>padding_replaces_repeat</code> is
+<code>False</code>, the second letter of this bigram becomes the first letter of the
+next, effectively lengthening the message by one letter.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def playfair_bigrams(text, padding_letter=&#39;x&#39;, padding_replaces_repeat=True):
+    &#34;&#34;&#34;Find all the bigrams in a method to be enciphered. 
+
+    If both letters are the same, the `padding_letter` is used instead of the
+    second letter. If `padding_replaces_repeat` is `True`, the `padding_letter`
+    replaces the second letter of the bigram. If `padding_replaces_repeat` is
+    `False`, the second letter of this bigram becomes the first letter of the 
+    next, effectively lengthening the message by one letter.
+    &#34;&#34;&#34;
+    i = 0
+    bigrams = []
+    while i &lt; len(text):
+        bigram = text[i:i+2]
+        if len(bigram) == 1:
+            i = len(text) + 1
+            bigram = bigram + padding_letter
+        else:
+            if bigram[0] == bigram[1]:
+                bigram = bigram[0] + padding_letter
+                if padding_replaces_repeat:
+                    i += 2
+                else:
+                    i += 1
+            else:
+                i += 2
+        bigrams += [bigram]
+    return bigrams</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.playfair.playfair_break"><code class="name flex">
+<span>def <span class="ident">playfair_break</span></span>(<span>message, letters_to_merge=None, padding_letter='x', wordlist=['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', 'ac', 'ad', 'ag', 'ah', 'ak', 'al', 'am', 'an', 'ap', 'ar', 'as', 'at', 'au', 'av', 'ax', 'ay', 'az', 'ba', 'be', 'bi', 'bk', 'bp', 'br', 'bs', 'by', 'ca', 'cb', 'cd', 'cf', 'ci', 'cl', 'cm', 'co', 'cr', 'cs', 'ct', 'cu', 'cz', 'db', 'dc', 'de', 'di', 'do', 'dr', 'ds', 'du', 'ed', 'eg', 'eh', 'el', 'em', 'en', 'er', 'es', 'et', 'eu', 'ex', 'fa', 'fe', 'fl', 'fm', 'fr', 'fs', 'ft', 'ga', 'gd', 'ge', 'gm', 'go', 'gs', 'gu', 'ha', 'he', 'hf', 'hg', 'hi', 'hm', 'ho', 'hs', 'hz', 'ia', 'id', 'ie', 'if', 'ii', 'il', 'im', 'in', 'io', 'iq', 'ir', 'is', 'it', 'iv', 'ix', 'jo', 'jr', 'js', 'kc', 'kr', 'ks', 'ku', 'kw', 'ky', 'la', 'le', 'li', 'ln', 'lo', 'lr', 'ls', 'lt', 'lu', 'ma', 'mb', 'md', 'me', 'mg', 'mi', 'mn', 'mo', 'mr', 'ms', 'mt', 'mu', 'my', 'na', 'nb', 'nc', 'nd', 'ne', 'nh', 'ni', 'nj', 'nm', 'no', 'np', 'ns', 'nu', 'nv', 'nw', 'ny', 'ob', 'of', 'oh', 'ok', 'on', 'or', 'os', 'ow', 'ox', 'oz', 'pa', 'pb', 'pd', 'pe', 'ph', 'pi', 'pl', 'pm', 'po', 'pr', 'ps', 'pt', 'pu', 'qs', 'ra', 'rb', 'rd', 're', 'rh', 'ri', 'rn', 'rs', 'ru', 'rx', 'sa', 'sb', 'sc', 'sd', 'se', 'sh', 'si', 'sm', 'sn', 'so', 'sq', 'sr', 'ss', 'st', 'sw', 'ta', 'tb', 'tc', 'th', 'ti', 'tl', 'tm', 'tn', 'to', 'ts', 'tv', 'tx', 'ty', 'uh', 'uk', 'um', 'un', 'up', 'ur', 'us', 'ut', 'va', 'vi', 'vs', 'vt', 'wa', 'we', 'wi', 'wm', 'ws', 'wu', 'wv', 'wy', 'xe', 'xi', 'xs', 'yb', 'ye', 'yo', 'ys', 'zn', 'zr', 'zs', 'aaa', 'aas', 'aau', 'aba', 'abb', 'abc', 'abe', 'abo', 'abs', 'ace', 'acm', 'acs', 'act', 'ada', 'add', 'ado', 'ads', 'adz', 'aft', 'age', 'ago', 'ags', 'aha', 'aid', 'ail', 'aim', 'air', 'ais', 'ala', 'alb', 'ale', 'ali', 'all', 'alp', 'als', 'ama', 'ami', 'amp', 'ams', 'amy', 'ana', 'and', 'ani', 'ann', 'ant', 'any', 'aol', 'ape', 'apr', 'aps', 'apt', 'ara', 'arc', 'are', 'ark', 'arm', 'ars', 'art', 'ash', 'ask', 'asp', 'ass', 'ate', 'ats', 'att', 'aug', 'auk', 'aus', 'ava', 'ave', 'avs', 'awe', 'awl', 'awn', 'axe', 'axs', 'aye', 'ays', 'azs', 'baa', 'bad', 'bag', 'bah', 'bam', 'ban', 'bar', 'bas', 'bat', 'bay', 'bbs', 'bcs', 'bed', 'bee', 'beg', 'bel', 'ben', 'bes', 'bet', 'bey', 'bib', 'bic', 'bid', 'big', 'bin', 'bis', 'bit', 'biz', 'bks', 'blu', 'bms', 'bmw', 'boa', 'bob', 'bog', 'bon', 'boo', 'bop', 'bow', 'box', 'boy', 'bra', 'brr', 'brs', 'bss', 'btl', 'btu', 'bub', 'bud', 'bug', 'bum', 'bun', 'bur', 'bus', 'but', 'buy', 'bye', 'bys', 'cab', 'cad', 'caf', 'cal', 'cam', 'can', 'cap', 'car', 'cas', 'cat', 'caw', 'cbs', 'cdc', 'cdr', 'cds', 'ceq', 'cfs', 'che', 'chi', 'cia', 'cid', 'cit', 'cls', 'cms', 'cob', 'cod', 'cog', 'col', 'com', 'con', 'coo', 'cop', 'cos', 'cot', 'cow', 'cox', 'coy', 'cpa', 'cpu', 'crs', 'crt', 'cry', 'cts', 'cub', 'cud', 'cue', 'cup', 'cur', 'cus', 'cut', 'dab', 'dad', 'dam', 'dan', 'dar', 'das', 'day', 'dcs', 'dds', 'deb', 'dec', 'dee', 'del', 'dem', 'den', 'des', 'dew', 'dey', 'did', 'die', 'dig', 'dim', 'din', 'dip', 'dis', 'dix', 'dna', 'doc', 'dod', 'doe', 'dog', 'don', 'dos', 'dot', 'dow', 'dps', 'dry', 'dub', 'dud', 'due', 'dug', 'duh', 'dun', 'duo', 'dye', 'ear', 'eat', 'ebb', 'eco', 'eds', 'edt', 'eel', 'eer', 'eft', 'egg', 'ego', 'eke', 'elf', 'eli', 'elk', 'ell', 'elm', 'ely', 'ems', 'emu', 'end', 'eng', 'eon', 'epa', 'era', 'ere', 'erg', 'err', 'ers', 'esq', 'est', 'eta', 'etc', 'eus', 'eva', 'eve', 'ewe', 'exs', 'eye', 'faa', 'fad', 'fag', 'fan', 'far', 'fas', 'fat', 'fax', 'fay', 'fbi', 'fcc', 'fda', 'fdr', 'feb', 'fed', 'fee', 'fen', 'fer', 'fes', 'few', 'fey', 'fez', 'fib', 'fie', 'fig', 'fin', 'fir', 'fit', 'fix', 'fla', 'flo', 'flu', 'fly', 'fmc', 'fms', 'fob', 'foe', 'fog', 'fop', 'for', 'fox', 'fpc', 'fri', 'fro', 'frs', 'fry', 'ftc', 'fte', 'fum', 'fun', 'fur', 'gab', 'gad', 'gag', 'gal', 'gam', 'gao', 'gap', 'gar', 'gas', 'gay', 'gcd', 'gds', 'gee', 'gel', 'gem', 'gen', 'geo', 'ger', 'ges', 'get', 'gig', 'gil', 'gin', 'gmt', 'gnp', 'gnu', 'goa', 'gob', 'god', 'gog', 'goo', 'gop', 'gos', 'got', 'gpo', 'gps', 'gsa', 'gte', 'gum', 'gun', 'gus', 'gut', 'guy', 'gym', 'gyp', 'had', 'hag', 'hah', 'hal', 'ham', 'han', 'hap', 'has', 'hat', 'haw', 'hay', 'hed', 'hem', 'hen', 'hep', 'her', 'hes', 'hew', 'hex', 'hey', 'hfs', 'hgs', 'hid', 'hie', 'him', 'hip', 'his', 'hit', 'hob', 'hoc', 'hod', 'hoe', 'hog', 'hoi', 'hom', 'hon', 'hop', 'hos', 'hot', 'how', 'hoy', 'hps', 'hqs', 'hub', 'hue', 'hug', 'huh', 'hui', 'hum', 'hun', 'hus', 'hut', 'hzs', 'ian', 'ibm', 'ibn', 'ibo', 'icc', 'ice', 'icy', 'ida', 'ids', 'ifs', 'iii', 'ike', 'ila', 'ilk', 'ill', 'imp', 'ina', 'inc', 'ind', 'ing', 'ink', 'inn', 'ins', 'ion', 'ios', 'iqs', 'ira', 'ire', 'irk', 'irs', 'ism', 'itd', 'ito', 'its', 'itt', 'iva', 'ive', 'ivs', 'ivy', 'jab', 'jag', 'jam', 'jan', 'jar', 'jaw', 'jay', 'jed', 'jet', 'jew', 'jfk', 'jib', 'jig', 'jim', 'job', 'joe', 'jog', 'jon', 'jos', 'jot', 'joy', 'jrs', 'jug', 'jul', 'jun', 'jut', 'kay', 'keg', 'ken', 'key', 'kfc', 'khz', 'kid', 'kim', 'kin', 'kip', 'kit', 'kln', 'krs', 'lab', 'lac', 'lad', 'lag', 'lam', 'lan', 'lao', 'lap', 'las', 'law', 'lax', 'lay', 'lbj', 'lea', 'led', 'lee', 'leg', 'lei', 'len', 'leo', 'les', 'let', 'lev', 'lew', 'lib', 'lid', 'lie', 'lim', 'lin', 'lip', 'lis', 'lit', 'liz', 'lob', 'log', 'lon', 'lop', 'los', 'lot', 'lou', 'low', 'lox', 'loy', 'lsi', 'ltd', 'ltv', 'lug', 'lus', 'lux', 'luz', 'lye', 'lyx', 'mac', 'mad', 'mae', 'mai', 'maj', 'man', 'mao', 'map', 'mar', 'mas', 'mat', 'maw', 'max', 'may', 'mba', 'mbs', 'mci', 'mds', 'meg', 'mel', 'men', 'mes', 'met', 'mew', 'mgm', 'mgs', 'mhz', 'mia', 'mid', 'mig', 'mil', 'min', 'mir', 'mis', 'mit', 'mix', 'mle', 'mns', 'mob', 'mod', 'moe', 'mom', 'mon', 'moo', 'mop', 'mos', 'mot', 'mow', 'mph', 'mps', 'mrs', 'mss', 'mts', 'mud', 'mug', 'mum', 'mys', 'nab', 'nag', 'nam', 'nan', 'nap', 'nas', 'nat', 'nay', 'nbc', 'nbs', 'ncc', 'nco', 'ncr', 'nds', 'ned', 'nee', 'nes', 'net', 'nev', 'new', 'nib', 'nih', 'nil', 'nip', 'nit', 'nix', 'nne', 'nnw', 'nob', 'nod', 'noe', 'noh', 'non', 'nor', 'nos', 'not', 'nov', 'now', 'nps', 'nrc', 'nsf', 'nth', 'nub', 'nun', 'nut', 'nws', 'nyc', 'nyu', 'oaf', 'oak', 'oar', 'oat', 'obs', 'oct', 'odd', 'ode', 'ods', 'oer', 'off', 'oft', 'ohm', 'oho', 'ohs', 'oil', 'oks', 'ola', 'old', 'one', 'ono', 'opt', 'ora', 'orb', 'ore', 'orr', 'ors', 'ott', 'our', 'out', 'ova', 'owe', 'owl', 'own', 'oxs', 'pad', 'pal', 'pam', 'pan', 'pap', 'par', 'pas', 'pat', 'paw', 'pax', 'pay', 'paz', 'pbs', 'pcs', 'pdp', 'pds', 'pea', 'pee', 'peg', 'pei', 'pen', 'pep', 'per', 'pes', 'pet', 'pew', 'phd', 'phi', 'pie', 'pig', 'pin', 'pip', 'pis', 'pit', 'pjs', 'ply', 'pms', 'pod', 'poe', 'poi', 'pol', 'pop', 'pos', 'pot', 'pow', 'pox', 'ppm', 'pro', 'pry', 'psi', 'pss', 'pta', 'pts', 'pub', 'puc', 'pug', 'pun', 'pup', 'pus', 'put', 'pvc', 'pym', 'pyx', 'qed', 'qom', 'qua', 'quo', 'rae', 'rag', 'raj', 'ram', 'ran', 'rap', 'ras', 'rat', 'raw', 'ray', 'rbs', 'rca', 'reb', 'red', 'ref', 'rep', 'res', 'ret', 'rev', 'rex', 'rho', 'rhs', 'rib', 'rid', 'rig', 'rim', 'rio', 'rip', 'rna', 'rns', 'rob', 'rod', 'roe', 'ron', 'rot', 'rou', 'row', 'roy', 'rpm', 'rte', 'rub', 'rue', 'rug', 'rum', 'run', 'rus', 'rut', 'rvs', 'rye', 'sac', 'sad', 'sag', 'sal', 'sam', 'san', 'sao', 'sap', 'sat', 'saw', 'sax', 'say', 'sbs', 'sci', 'scm', 'scs', 'sea', 'sec', 'see', 'sen', 'seq', 'ses', 'set', 'sew', 'sex', 'sgt', 'she', 'shu', 'shy', 'sib', 'sic', 'sid', 'sin', 'sip', 'sir', 'sis', 'sit', 'six', 'ski', 'sky', 'sly', 'sms', 'sns', 'sob', 'soc', 'sod', 'sol', 'son', 'sop', 'sos', 'sot', 'sou', 'sow', 'sox', 'soy', 'spa', 'spy', 'sri', 'srs', 'sse', 'sst', 'ssw', 'stu', 'sty', 'sub', 'sud', 'sue', 'sui', 'sum', 'sun', 'sup', 'sus', 'sws', 'tab', 'tad', 'tag', 'tam', 'tan', 'tao', 'tap', 'tar', 'tas', 'tat', 'tau', 'tax', 'tbs', 'tcs', 'tea', 'ted', 'tee', 'tel', 'ten', 'tet', 'tex', 'the', 'tho', 'ths', 'thx', 'thy', 'tia', 'tic', 'tid', 'tie', 'til', 'tim', 'tin', 'tip', 'tis', 'tit', 'tls', 'tms', 'tnt', 'tod', 'toe', 'tog', 'tom', 'ton', 'too', 'top', 'tor', 'tot', 'tow', 'toy', 'trw', 'try', 'ttl', 'tty', 'tub', 'tug', 'tum', 'tun', 'tut', 'tux', 'tva', 'tvs', 'twa', 'two', 'twx', 'tys', 'ubs', 'ufa', 'ugh', 'uhf', 'uks', 'ump', 'uns', 'ups', 'uri', 'urn', 'usa', 'usc', 'use', 'usn', 'uss', 'ute', 'uts', 'uvs', 'uzi', 'val', 'van', 'vat', 'vds', 'vee', 'vet', 'vex', 'vhf', 'via', 'vic', 'vie', 'vii', 'vim', 'vis', 'viz', 'von', 'vow', 'wac', 'wad', 'wag', 'wah', 'wan', 'war', 'was', 'wax', 'way', 'web', 'wed', 'wee', 'wei', 'wen', 'wet', 'who', 'why', 'wig', 'wii', 'win', 'wis', 'wit', 'wiz', 'wms', 'woe', 'wok', 'won', 'woo', 'wop', 'wot', 'wow', 'wry', 'wus', 'wyo', 'xes', 'xls', 'yah', 'yak', 'yam', 'yap', 'yaw', 'ybs', 'yea', 'yen', 'yep', 'yes', 'yet', 'yew', 'yin', 'yip', 'yon', 'you', 'yow', 'yuh', 'yuk', 'yum', 'yup', 'zag', 'zan', 'zap', 'zed', 'zen', 'zig', 'zip', 'zit', 'zns', 'zoe', 'zoo', 'zrs', 'aaas', 'abbe', 'abbs', 'abby', 'abed', 'abel', 'abes', 'abet', 'able', 'ably', 'abms', 'abut', 'aced', 'aces', 'ache', 'achy', 'acid', 'acme', 'acne', 'acre', 'acts', 'adam', 'adan', 'adar', 'adas', 'adds', 'aden', 'adis', 'ados', 'adze', 'adzs', 'aeon', 'aery', 'afar', 'afro', 'agar', 'aged', 'agee', 'ager', 'ages', 'agni', 'agog', 'agra', 'ague', 'ahab', 'ahem', 'ahoy', 'aida', 'aide', 'aids', 'aile', 'ails', 'aims', 'aint', 'ainu', 'airs', 'airy', 'ajar', 'ajax', 'akin', 'alai', 'alan', 'alar', 'alas', 'alba', 'albs', 'aldo', 'alec', 'alee', 'ales', 'alex', 'alga', 'alia', 'alit', 'alls', 'ally', 'alma', 'alms', 'aloe', 'alpo', 'alps', 'also', 'alta', 'alto', 'alum', 'alva', 'amen', 'ames', 'amid', 'amie', 'amir', 'ammo', 'amok', 'amos', 'amps', 'amra', 'amur', 'amyl', 'amys', 'anal', 'anas', 'andy', 'anew', 'ankh', 'anna', 'anne', 'anns', 'anon', 'ansi', 'ante', 'anti', 'ants', 'anus', 'aols', 'aped', 'apes', 'apex', 'apia', 'aprs', 'apse', 'aqua', 'arab', 'aral', 'aras', 'arch', 'arcs', 'area', 'ares', 'argo', 'aria', 'arid', 'ariz', 'arks', 'arms', 'army', 'arno', 'aron', 'arpa', 'arse', 'arts', 'arty', 'arum', 'aryl', 'ashe', 'ashs', 'ashy', 'asia', 'asks', 'asls', 'asps', 'asss', 'astm', 'atms', 'atom', 'atop', 'atps', 'audi', 'augs', 'auks', 'aunt', 'aura', 'auto', 'avas', 'aver', 'avid', 'avis', 'aviv', 'avon', 'avow', 'away', 'awed', 'awes', 'awls', 'awol', 'awry', 'axed', 'axer', 'axes', 'axis', 'axle', 'axon', 'axum', 'ayes', 'azov', 'azts', 'baal', 'baas', 'babe', 'baby', 'bach', 'back', 'bade', 'bads', 'baez', 'bags', 'bail', 'bait', 'bake', 'baku', 'bald', 'bale', 'bali', 'balk', 'ball', 'balm', 'band', 'bane', 'bang', 'bani', 'bank', 'bans', 'barb', 'bard', 'bare', 'barf', 'bark', 'barn', 'barr', 'bars', 'bart', 'base', 'bash', 'bask', 'bass', 'bast', 'bate', 'bath', 'bats', 'batt', 'batu', 'baud', 'baum', 'bawd', 'bawl', 'bays', 'bead', 'beak', 'beam', 'bean', 'bear', 'beat', 'beau', 'beck', 'bede', 'beds', 'beef', 'been', 'beep', 'beer', 'bees', 'beet', 'begs', 'bela', 'bell', 'belt', 'bely', 'bema', 'bend', 'bens', 'bent', 'benz', 'berg', 'berm', 'bern', 'bert', 'bess', 'best', 'beta', 'beth', 'bets', 'bevy', 'bhoy', 'bias', 'bibb', 'bibs', 'bics', 'bide', 'bids', 'bien', 'bier', 'bike', 'biko', 'bile', 'bilk', 'bill', 'bind', 'bing', 'bini', 'bins', 'bird', 'biro', 'bite', 'bits', 'bitt', 'blab', 'blah', 'blas', 'blat', 'bled', 'blew', 'blip', 'blob', 'bloc', 'blog', 'blot', 'blow', 'blts', 'blue', 'blum', 'blur', 'blvd', 'bmws', 'boar', 'boas', 'boat', 'bobs', 'boca', 'bock', 'bode', 'body', 'boer', 'bogs', 'bogy', 'bohr', 'boil', 'bois', 'bola', 'bold', 'bole', 'boll', 'bolo', 'bolt', 'bomb', 'bona', 'bond', 'bone', 'bong', 'bonn', 'bono', 'bony', 'boob', 'book', 'boom', 'boon', 'boor', 'boos', 'boot', 'bops', 'bore', 'borg', 'bork', 'born', 'boru', 'bose', 'bosh', 'bosn', 'boss', 'both', 'bout', 'bowl', 'bows', 'boxs', 'boxy', 'boyd', 'boys', 'bozo', 'brad', 'brae', 'brag', 'bran', 'bras', 'brat', 'bray', 'bred', 'bret', 'brew', 'brie', 'brig', 'brim', 'brit', 'brno', 'brow', 'brut', 'bryn', 'bstj', 'btus', 'buck', 'budd', 'buds', 'buff', 'bugs', 'bulb', 'bulk', 'bull', 'bump', 'bums', 'bung', 'bunk', 'buns', 'bunt', 'buoy', 'burg', 'burl', 'burn', 'burp', 'burr', 'burs', 'burt', 'bury', 'bush', 'buss', 'bust', 'busy', 'buts', 'butt', 'buys', 'buzz', 'byes', 'byrd', 'byte', 'cabs', 'cacm', 'cads', 'cady', 'cafe', 'cafs', 'cage', 'cagy', 'cain', 'cake', 'calf', 'cali', 'calk', 'call', 'calm', 'came', 'camp', 'cams', 'cane', 'cans', 'cant', 'cape', 'caph', 'capo', 'caps', 'capt', 'cara', 'card', 'care', 'carl', 'carp', 'carr', 'cars', 'cart', 'cary', 'case', 'cash', 'cask', 'cast', 'cato', 'cats', 'catt', 'catv', 'cave', 'caws', 'ccny', 'cebu', 'cede', 'ceil', 'cell', 'celt', 'cent', 'ceos', 'cerf', 'cern', 'cfcs', 'chad', 'chan', 'chao', 'chap', 'char', 'chat', 'chaw', 'chef', 'chen', 'ches', 'chew', 'chic', 'chid', 'chin', 'chip', 'chis', 'chit', 'chop', 'chou', 'chow', 'chub', 'chug', 'chum', 'cias', 'cite', 'city', 'clad', 'clam', 'clan', 'clap', 'clat', 'claw', 'clay', 'clef', 'clem', 'cleo', 'clew', 'clio', 'clip', 'clod', 'clog', 'clop', 'clot', 'cloy', 'club', 'clue', 'cluj', 'coal', 'coat', 'coax', 'cobb', 'cobs', 'coca', 'cock', 'coco', 'coda', 'code', 'cods', 'cody', 'coed', 'cogs', 'cohn', 'coif', 'coil', 'coin', 'coke', 'cola', 'cold', 'cole', 'colo', 'cols', 'colt', 'coma', 'comb', 'come', 'como', 'cone', 'cong', 'conk', 'conn', 'cons', 'cony', 'cook', 'cool', 'coon', 'coop', 'coos', 'coot', 'cope', 'cops', 'copy', 'cora', 'cord', 'core', 'cork', 'corm', 'corn', 'corp', 'cory', 'cosh', 'cost', 'cosy', 'cote', 'cots', 'coup', 'cove', 'cowl', 'cows', 'coys', 'cozy', 'cpas', 'cpis', 'cprs', 'cpus', 'crab', 'crag', 'cram', 'crap', 'craw', 'cray', 'cree', 'crew', 'crib', 'crop', 'crow', 'crts', 'crud', 'crux', 'cruz', 'crys', 'csts', 'cuba', 'cube', 'cubs', 'cuds', 'cued', 'cues', 'cuff', 'cull', 'cult', 'cums', 'cunt', 'cuny', 'cups', 'curb', 'curd', 'cure', 'curl', 'curs', 'curt', 'cusp', 'cuss', 'cute', 'cuts', 'cyst', 'czar', 'dabs', 'dada', 'dade', 'dado', 'dads', 'daft', 'dahl', 'dais', 'dale', 'dali', 'daly', 'dame', 'damn', 'damp', 'dams', 'dana', 'dane', 'dang', 'dank', 'dare', 'dark', 'darn', 'dart', 'dash', 'data', 'date', 'dats', 'daub', 'dave', 'davy', 'dawn', 'days', 'daze', 'ddss', 'dead', 'deaf', 'deal', 'dean', 'dear', 'debs', 'debt', 'deck', 'decs', 'deed', 'deem', 'deep', 'deer', 'deft', 'defy', 'deja', 'deli', 'dell', 'demo', 'dena', 'deng', 'dens', 'dent', 'deny', 'deon', 'depp', 'desk', 'deus', 'devi', 'dews', 'dewy', 'dial', 'diaz', 'dice', 'dick', 'dido', 'died', 'diem', 'dies', 'diet', 'digs', 'dike', 'dill', 'dime', 'dims', 'dina', 'dine', 'ding', 'dino', 'dins', 'dint', 'dion', 'dior', 'dips', 'dire', 'dirk', 'dirt', 'disc', 'dish', 'disk', 'diss', 'diva', 'dive', 'dnas', 'dock', 'docs', 'dodd', 'dodo', 'doer', 'does', 'doff', 'doge', 'dogs', 'doha', 'dole', 'doll', 'dolt', 'dome', 'dona', 'done', 'donn', 'dons', 'dont', 'doom', 'door', 'dope', 'dopy', 'dora', 'dork', 'dorm', 'dory', 'dose', 'doss', 'dote', 'doth', 'dots', 'doug', 'dour', 'dove', 'down', 'doze', 'drab', 'drag', 'dram', 'draw', 'dray', 'dreg', 'drer', 'drew', 'drib', 'drip', 'drop', 'drub', 'drug', 'drum', 'drys', 'dual', 'dubs', 'duck', 'duct', 'dude', 'duds', 'duel', 'dues', 'duet', 'duff', 'duke', 'dull', 'duly', 'duma', 'dumb', 'dump', 'dune', 'dung', 'dunk', 'dunn', 'duns', 'duos', 'dupe', 'duse', 'dusk', 'dust', 'duty', 'dyad', 'dyed', 'dyer', 'dyes', 'dyke', 'dyne', 'each', 'earl', 'earn', 'earp', 'ears', 'ease', 'east', 'easy', 'eats', 'eave', 'ebay', 'ebbs', 'eben', 'ebro', 'ecgs', 'echo', 'ecos', 'ecru', 'edam', 'edda', 'eddy', 'eden', 'edge', 'edgy', 'edit', 'edna', 'eecs', 'eegs', 'eels', 'eeoc', 'eery', 'egan', 'eggo', 'eggs', 'egis', 'egos', 'eire', 'eked', 'ekes', 'ekgs', 'elam', 'elan', 'elba', 'elbe', 'elfs', 'elks', 'ella', 'ells', 'elma', 'elmo', 'elms', 'eloy', 'elsa', 'else', 'elul', 'elva', 'emil', 'emir', 'emit', 'emma', 'emmy', 'emus', 'ends', 'enid', 'enif', 'enol', 'enos', 'envy', 'eons', 'epas', 'epic', 'eras', 'erda', 'ergo', 'ergs', 'eric', 'erie', 'erik', 'erin', 'eris', 'erma', 'erna', 'eros', 'errs', 'erse', 'esau', 'esps', 'espy', 'esqs', 'ests', 'etch', 'etna', 'eton', 'etta', 'eula', 'euro', 'evan', 'evas', 'even', 'ever', 'eves', 'evil', 'ewer', 'ewes', 'exam', 'exec', 'exes', 'exit', 'expo', 'eyck', 'eyed', 'eyer', 'eyes', 'eyre', 'ezra', 'face', 'fact', 'fade', 'fads', 'fags', 'fahd', 'fail', 'fain', 'fair', 'fake', 'fall', 'fame', 'fang', 'fans', 'fare', 'farm', 'faro', 'fart', 'fast', 'fate', 'fats', 'faun', 'fawn', 'faxs', 'faye', 'fays', 'faze', 'fbis', 'fdrs', 'fear', 'feat', 'febs', 'feds', 'feed', 'feel', 'fees', 'feet', 'fell', 'felt', 'fend', 'fens', 'fern', 'fest', 'feta', 'fete', 'feud', 'fews', 'fezs', 'fhas', 'fiat', 'fibs', 'fide', 'fido', 'fief', 'fife', 'fifo', 'figs', 'fiji', 'file', 'fill', 'film', 'find', 'fine', 'fink', 'finn', 'fins', 'fire', 'firm', 'firs', 'fish', 'fisk', 'fist', 'fits', 'five', 'fixs', 'fizz', 'flab', 'flag', 'flak', 'flam', 'flan', 'flap', 'flat', 'flaw', 'flax', 'flay', 'flea', 'fled', 'flee', 'flew', 'flex', 'flip', 'flit', 'floc', 'floe', 'flog', 'flop', 'flos', 'flow', 'flub', 'flue', 'flus', 'flux', 'flys', 'fnma', 'foal', 'foam', 'fobs', 'foch', 'foci', 'foes', 'fogs', 'fogy', 'foil', 'fold', 'folk', 'fond', 'font', 'food', 'fool', 'foot', 'fops', 'fora', 'ford', 'fore', 'fork', 'form', 'fort', 'foss', 'foul', 'four', 'fowl', 'foxs', 'foxy', 'fran', 'frat', 'frau', 'fray', 'fred', 'free', 'fret', 'frey', 'fris', 'frog', 'from', 'frye', 'frys', 'ftes', 'fuck', 'fuel', 'fuji', 'full', 'fume', 'fund', 'funk', 'funs', 'furl', 'furs', 'fury', 'fuse', 'fuss', 'futz', 'fuze', 'fuzz', 'gabs', 'gads', 'gaea', 'gael', 'gaff', 'gage', 'gags', 'gail', 'gain', 'gait', 'gala', 'gale', 'gall', 'gals', 'galt', 'game', 'gamy', 'gang', 'gape', 'gaps', 'garb', 'gary', 'gash', 'gasp', 'gass', 'gate', 'gaul', 'gaur', 'gave', 'gawk', 'gays', 'gaza', 'gaze', 'gdel', 'gear', 'geed', 'geek', 'gees', 'geez', 'geld', 'gels', 'gelt', 'gems', 'gena', 'gene', 'gent', 'geos', 'gere', 'germ', 'gets', 'ghqs', 'gibe', 'gide', 'gift', 'gigs', 'gila', 'gild', 'gill', 'gils', 'gilt', 'gina', 'ginn', 'gino', 'gins', 'gird', 'girl', 'girt', 'gish', 'gist', 'give', 'giza', 'glad', 'glee', 'glen', 'glib', 'glob', 'glom', 'glop', 'glow', 'glue', 'glum', 'glut', 'gmts', 'gnat', 'gnaw', 'gnps', 'gnus', 'goad', 'goal', 'goat', 'gobi', 'gobs', 'gods', 'goer', 'goes', 'goff', 'gogh', 'gogo', 'gold', 'golf', 'gone', 'gong', 'good', 'goof', 'gook', 'goon', 'goop', 'goos', 'gops', 'gore', 'gory', 'gosh', 'goth', 'goto', 'gout', 'gown', 'goya', 'grab', 'grad', 'gram', 'gray', 'greg', 'grew', 'grey', 'grid', 'grim', 'grin', 'grip', 'gris', 'grit', 'grog', 'grow', 'grub', 'grus', 'gtes', 'guam', 'guff', 'gulf', 'gull', 'gulp', 'gums', 'gunk', 'guns', 'guru', 'gush', 'guss', 'gust', 'guts', 'guys', 'gwen', 'gwyn', 'gybe', 'gyms', 'gyps', 'gyro', 'haag', 'haas', 'hack', 'haft', 'hags', 'hahn', 'hail', 'hair', 'hake', 'hale', 'half', 'hall', 'halo', 'hals', 'halt', 'hams', 'hand', 'hang', 'hank', 'hans', 'hard', 'hare', 'hark', 'harm', 'harp', 'hart', 'hash', 'hasp', 'hast', 'hate', 'hath', 'hats', 'haul', 'have', 'hawk', 'haws', 'hays', 'haze', 'hazy', 'head', 'heal', 'heap', 'hear', 'heat', 'hebe', 'heck', 'heed', 'heel', 'heep', 'heft', 'heir', 'held', 'hell', 'helm', 'help', 'hemp', 'hems', 'hens', 'hera', 'herb', 'herd', 'here', 'hero', 'herr', 'hers', 'hess', 'hewn', 'hews', 'hexs', 'hick', 'hide', 'hied', 'hies', 'high', 'hike', 'hill', 'hilt', 'hims', 'hind', 'hint', 'hips', 'hire', 'hiss', 'hits', 'hive', 'hivs', 'hmos', 'hoar', 'hoax', 'hobo', 'hobs', 'hock', 'hods', 'hoed', 'hoes', 'hoff', 'hogs', 'hold', 'hole', 'holm', 'holt', 'holy', 'home', 'homo', 'homy', 'hone', 'hong', 'honk', 'hood', 'hoof', 'hook', 'hoop', 'hoot', 'hope', 'hopi', 'hops', 'horn', 'hose', 'host', 'hour', 'hove', 'howe', 'howl', 'hows', 'hoyt', 'hsbc', 'hubs', 'huck', 'huds', 'hued', 'hues', 'huey', 'huff', 'huge', 'hugh', 'hugo', 'hugs', 'hula', 'hulk', 'hull', 'hume', 'hump', 'hums', 'hung', 'hunk', 'huns', 'hunt', 'hurd', 'hurl', 'hurt', 'hush', 'husk', 'huts', 'hutu', 'hyde', 'hymn', 'hype', 'hypo', 'iago', 'iamb', 'ians', 'ibex', 'ibid', 'ibis', 'ibms', 'iced', 'ices', 'icky', 'icon', 'idea', 'ides', 'idle', 'idly', 'idol', 'idyl', 'ieee', 'iffy', 'ifni', 'igor', 'ikea', 'ikes', 'ikon', 'ilks', 'ills', 'illy', 'imam', 'imfs', 'imps', 'imus', 'inas', 'inca', 'inch', 'indy', 'ines', 'inez', 'info', 'inge', 'ings', 'inks', 'inky', 'inns', 'into', 'ions', 'iota', 'ious', 'iowa', 'ipad', 'ipod', 'ipso', 'iran', 'iraq', 'iras', 'ires', 'iris', 'irks', 'irma', 'iron', 'irss', 'isis', 'isle', 'isms', 'isnt', 'itch', 'item', 'itll', 'ivan', 'ivas', 'ives', 'ivys', 'iyar', 'izod', 'jabs', 'jack', 'jacm', 'jade', 'jags', 'jail', 'jain', 'jake', 'jamb', 'jame', 'jami', 'jams', 'jana', 'jane', 'jans', 'jape', 'jars', 'java', 'jaws', 'jays', 'jazz', 'jean', 'jedi', 'jeds', 'jeep', 'jeer', 'jeez', 'jeff', 'jell', 'jeri', 'jerk', 'jess', 'jest', 'jets', 'jews', 'jfks', 'jibe', 'jibs', 'jigs', 'jill', 'jilt', 'jims', 'jinn', 'jinx', 'jive', 'joan', 'jobs', 'jock', 'jodi', 'jody', 'joel', 'joey', 'jogs', 'john', 'join', 'joke', 'jolt', 'joni', 'jons', 'jose', 'josh', 'joss', 'jots', 'jove', 'jowl', 'joys', 'juan', 'judd', 'jude', 'judo', 'judy', 'jugs', 'juju', 'juke', 'july', 'jump', 'june', 'jung', 'junk', 'juno', 'jura', 'jure', 'jury', 'just', 'jute', 'juts', 'kahn', 'kalb', 'kale', 'kali', 'kama', 'kane', 'kano', 'kans', 'kant', 'kara', 'kari', 'karl', 'karo', 'karp', 'kate', 'katy', 'katz', 'kava', 'kaye', 'kayo', 'keck', 'keel', 'keen', 'keep', 'kegs', 'kelp', 'kemp', 'keno', 'kens', 'kent', 'kept', 'kerb', 'keri', 'kern', 'kerr', 'keys', 'kfcs', 'khan', 'kick', 'kidd', 'kids', 'kiel', 'kiev', 'kill', 'kiln', 'kilo', 'kilt', 'kims', 'kind', 'king', 'kink', 'kins', 'kips', 'kirk', 'kiss', 'kite', 'kith', 'kits', 'kiva', 'kivu', 'kiwi', 'kkks', 'klan', 'klee', 'klns', 'klux', 'knee', 'knew', 'knit', 'knob', 'knot', 'know', 'knox', 'kobe', 'koch', 'kohl', 'kola', 'kong', 'kook', 'kory', 'kris', 'krna', 'kroc', 'kudo', 'kuhn', 'kurd', 'kurt', 'kwan', 'kyle', 'labs', 'lace', 'lack', 'lacy', 'lade', 'lads', 'lady', 'lags', 'laid', 'lain', 'lair', 'lake', 'lama', 'lamb', 'lame', 'lamp', 'lams', 'lana', 'land', 'lane', 'lang', 'lank', 'lans', 'laos', 'lapp', 'laps', 'lara', 'lard', 'lark', 'lars', 'lase', 'lash', 'lass', 'last', 'late', 'lath', 'lats', 'laud', 'laue', 'lava', 'lawn', 'laws', 'lays', 'laze', 'lazy', 'lbjs', 'lcds', 'lead', 'leaf', 'leah', 'leak', 'lean', 'leap', 'lear', 'leas', 'leda', 'leds', 'leek', 'leer', 'lees', 'left', 'lego', 'legs', 'leif', 'leis', 'lela', 'lena', 'lend', 'leno', 'lens', 'lent', 'leon', 'leos', 'lept', 'lesa', 'less', 'lest', 'leta', 'lets', 'levi', 'levy', 'lewd', 'lews', 'liar', 'libs', 'lice', 'lick', 'lids', 'lied', 'lief', 'lien', 'lies', 'lieu', 'life', 'lifo', 'lift', 'like', 'lila', 'lilt', 'lily', 'lima', 'limb', 'lime', 'limn', 'limo', 'limp', 'limy', 'lina', 'lind', 'line', 'link', 'lins', 'lint', 'lion', 'lips', 'lira', 'lire', 'lisa', 'lise', 'lisp', 'list', 'lite', 'live', 'livy', 'liza', 'lizs', 'load', 'loaf', 'loam', 'loan', 'lobe', 'lobo', 'lobs', 'loci', 'lock', 'loco', 'lode', 'lodz', 'loeb', 'loft', 'loge', 'logo', 'logs', 'loin', 'lois', 'loki', 'lola', 'loll', 'lomb', 'lome', 'lone', 'long', 'lons', 'look', 'loom', 'loon', 'loop', 'loot', 'lope', 'lops', 'lora', 'lord', 'lore', 'lori', 'lorn', 'lose', 'loss', 'lost', 'loth', 'lots', 'lott', 'loud', 'lous', 'lout', 'love', 'lowe', 'lows', 'loxs', 'loyd', 'lpns', 'lsds', 'luau', 'lube', 'luce', 'luck', 'lucy', 'luge', 'lugs', 'luis', 'luke', 'lula', 'lull', 'lulu', 'lump', 'luna', 'lund', 'lung', 'lupe', 'lura', 'lure', 'lurk', 'lush', 'lust', 'lute', 'lutz', 'luvs', 'luxe', 'luzs', 'lvov', 'lyes', 'lyle', 'lyly', 'lyme', 'lynn', 'lynx', 'lyon', 'lyra', 'lyre', 'lyxs', 'maam', 'mace', 'mach', 'mack', 'macy', 'made', 'mads', 'maes', 'magi', 'maid', 'mail', 'maim', 'main', 'mais', 'make', 'male', 'mali', 'mall', 'malt', 'mama', 'mana', 'mane', 'mani', 'mann', 'mans', 'manx', 'many', 'maos', 'maps', 'mara', 'marc', 'mare', 'mari', 'mark', 'mars', 'mart', 'marx', 'mary', 'mash', 'mask', 'mass', 'mast', 'mate', 'math', 'mats', 'matt', 'maud', 'maui', 'maul', 'mawr', 'maws', 'maxs', 'maya', 'mayo', 'mays', 'maze', 'mbas', 'mcis', 'mead', 'meal', 'mean', 'meat', 'meek', 'meet', 'megs', 'meir', 'meld', 'mels', 'melt', 'memo', 'mend', 'mens', 'menu', 'meow', 'mere', 'mesa', 'mesh', 'mess', 'mete', 'mets', 'mewl', 'mews', 'mgms', 'mias', 'mica', 'mice', 'mich', 'mick', 'mien', 'miff', 'migr', 'mike', 'mila', 'mild', 'mile', 'milk', 'mill', 'milo', 'mils', 'milt', 'mime', 'mimi', 'mind', 'mine', 'ming', 'mini', 'mink', 'minn', 'mins', 'mint', 'minx', 'mira', 'mire', 'miro', 'mirs', 'miss', 'mist', 'mite', 'mits', 'mitt', 'mixs', 'mles', 'moan', 'moat', 'mobs', 'mock', 'mode', 'mods', 'moen', 'moes', 'moet', 'moho', 'mohr', 'mold', 'mole', 'moll', 'molt', 'moms', 'mona', 'monk', 'mono', 'mons', 'mont', 'mood', 'moog', 'moon', 'moor', 'moos', 'moot', 'mope', 'mops', 'more', 'morn', 'moro', 'mort', 'moss', 'most', 'mote', 'moth', 'mott', 'move', 'mown', 'mows', 'mris', 'msgs', 'msts', 'much', 'muck', 'mudd', 'muds', 'muff', 'mugs', 'muir', 'mule', 'mull', 'mums', 'mung', 'muon', 'murk', 'muse', 'mush', 'musk', 'muss', 'must', 'mute', 'mutt', 'muzo', 'mvps', 'myel', 'myna', 'myra', 'myst', 'myth', 'nabs', 'nags', 'nagy', 'nail', 'nair', 'name', 'nams', 'nans', 'nape', 'naps', 'narc', 'nark', 'nary', 'nasa', 'nash', 'nate', 'nato', 'nats', 'nave', 'navy', 'nays', 'nazi', 'ncaa', 'ncar', 'neal', 'neap', 'near', 'neat', 'neck', 'neds', 'need', 'neer', 'neff', 'neil', 'nell', 'neon', 'nerd', 'nerf', 'nero', 'ness', 'nest', 'nets', 'neva', 'neve', 'news', 'newt', 'next', 'nibs', 'nice', 'nick', 'nigh', 'nike', 'nile', 'nils', 'nimh', 'nina', 'nine', 'nips', 'nita', 'nite', 'nits', 'nixs', 'noaa', 'noah', 'node', 'nods', 'noel', 'noes', 'nola', 'noll', 'nolo', 'nome', 'nona', 'none', 'nook', 'noon', 'nope', 'nora', 'norm', 'nose', 'nosh', 'nosy', 'note', 'noun', 'nous', 'nova', 'novo', 'novs', 'nows', 'ntis', 'nubs', 'nude', 'nuke', 'null', 'numb', 'nuns', 'nuts', 'oafs', 'oahu', 'oaks', 'oars', 'oass', 'oath', 'oats', 'obey', 'obit', 'oboe', 'octs', 'odds', 'oder', 'odes', 'odin', 'odis', 'odom', 'odor', 'offs', 'ogle', 'ogre', 'ohio', 'ohms', 'ohsa', 'oils', 'oily', 'oink', 'oint', 'oise', 'okay', 'okla', 'okra', 'olaf', 'olas', 'olav', 'olds', 'oldy', 'olen', 'oleo', 'olga', 'olin', 'oman', 'omar', 'omen', 'omit', 'omsk', 'once', 'ones', 'only', 'onos', 'onto', 'onus', 'onyx', 'oops', 'oort', 'ooze', 'opal', 'opec', 'opel', 'open', 'opts', 'opus', 'oral', 'oran', 'oras', 'orbs', 'oreo', 'ores', 'orgy', 'orin', 'orly', 'orrs', 'osha', 'oslo', 'otis', 'otto', 'ouch', 'ours', 'oust', 'outr', 'outs', 'ouzo', 'oval', 'oven', 'over', 'ovid', 'ovum', 'owed', 'owen', 'owes', 'owls', 'owly', 'owns', 'oxen', 'oxus', 'paar', 'pace', 'pack', 'pacs', 'pact', 'pads', 'page', 'paid', 'pail', 'pain', 'pair', 'pale', 'pall', 'palm', 'palo', 'pals', 'pams', 'pane', 'pang', 'pans', 'pant', 'papa', 'paps', 'pare', 'park', 'parr', 'pars', 'part', 'paso', 'pass', 'past', 'pate', 'path', 'pats', 'paul', 'pave', 'pawl', 'pawn', 'paws', 'pays', 'pbss', 'peak', 'peal', 'pear', 'peas', 'peat', 'peck', 'peed', 'peek', 'peel', 'peep', 'peer', 'pees', 'pegs', 'pele', 'pelt', 'pena', 'pend', 'penh', 'penn', 'pens', 'pent', 'peon', 'peps', 'perk', 'perl', 'perm', 'pert', 'peru', 'peso', 'pest', 'pete', 'pets', 'pews', 'phds', 'phil', 'phon', 'piaf', 'pica', 'pick', 'pict', 'pied', 'pier', 'pies', 'pigs', 'pike', 'pile', 'pill', 'pimp', 'pine', 'ping', 'pink', 'pins', 'pint', 'pion', 'pipe', 'pips', 'pisa', 'piss', 'pita', 'pith', 'pits', 'pitt', 'pity', 'pius', 'pixy', 'pkwy', 'plan', 'plat', 'play', 'plea', 'pled', 'plod', 'plop', 'plot', 'plow', 'ploy', 'plug', 'plum', 'plus', 'plys', 'pmss', 'pock', 'pods', 'poem', 'poet', 'pogo', 'pois', 'poke', 'poky', 'pole', 'polk', 'poll', 'polo', 'pols', 'pomp', 'pond', 'pone', 'pong', 'pont', 'pony', 'pooh', 'pool', 'poop', 'poor', 'pope', 'pops', 'pore', 'pork', 'porn', 'port', 'pose', 'posh', 'post', 'posy', 'pots', 'pour', 'pout', 'pows', 'poxs', 'pram', 'pray', 'prep', 'pres', 'prey', 'prig', 'prim', 'prod', 'prof', 'prog', 'prom', 'prop', 'pros', 'prow', 'prto', 'prut', 'prys', 'psst', 'psts', 'ptah', 'pubs', 'puck', 'puff', 'pugh', 'pugs', 'puke', 'pull', 'pulp', 'puma', 'pump', 'punk', 'puns', 'punt', 'puny', 'pupa', 'pups', 'pure', 'purl', 'purr', 'push', 'puss', 'puts', 'putt', 'puzo', 'pvcs', 'pyle', 'pyre', 'pyxs', 'qoms', 'quad', 'quay', 'quid', 'quip', 'quit', 'quiz', 'quod', 'race', 'rack', 'racy', 'raes', 'rafs', 'raft', 'raga', 'rage', 'rags', 'raid', 'rail', 'rain', 'raja', 'rake', 'rama', 'ramo', 'ramp', 'rams', 'rand', 'rang', 'rank', 'rant', 'rape', 'raps', 'rapt', 'rare', 'rasa', 'rash', 'rasp', 'rata', 'rate', 'rats', 'raul', 'rave', 'raws', 'rays', 'raze', 'razz', 'rcas', 'read', 'real', 'ream', 'reap', 'rear', 'reba', 'reck', 'redo', 'reds', 'reed', 'reef', 'reek', 'reel', 'refs', 'reid', 'rein', 'reis', 'rely', 'rems', 'rena', 'rend', 'rene', 'reno', 'rent', 'reps', 'rest', 'reub', 'reva', 'revs', 'rhea', 'rhee', 'ribs', 'rica', 'rice', 'rich', 'rick', 'rico', 'ride', 'rids', 'riel', 'rife', 'riff', 'rift', 'riga', 'rigs', 'rile', 'rill', 'rime', 'rims', 'rimy', 'rind', 'ring', 'rink', 'rios', 'riot', 'ripe', 'rips', 'rise', 'risk', 'rita', 'rite', 'ritz', 'rnas', 'road', 'roam', 'roan', 'roar', 'robe', 'robs', 'robt', 'rock', 'rode', 'rods', 'roeg', 'roes', 'roil', 'roku', 'role', 'roll', 'rome', 'romp', 'roms', 'rons', 'rood', 'roof', 'rook', 'room', 'root', 'rope', 'rory', 'rosa', 'rose', 'ross', 'rosy', 'rotc', 'rote', 'roth', 'rots', 'rous', 'rout', 'rove', 'rowe', 'rows', 'roxy', 'roys', 'rsvp', 'rube', 'rubs', 'ruby', 'rude', 'rudy', 'rued', 'rues', 'ruff', 'rugs', 'ruhr', 'ruin', 'ruiz', 'rule', 'rump', 'rums', 'rune', 'rung', 'runs', 'runt', 'ruse', 'rush', 'rusk', 'russ', 'rust', 'ruth', 'ruts', 'ryan', 'ryes', 'saab', 'saar', 'sack', 'sacs', 'sade', 'sadr', 'safe', 'saga', 'sage', 'sago', 'sags', 'said', 'sail', 'sake', 'saki', 'saks', 'sale', 'salk', 'salt', 'same', 'sams', 'sana', 'sand', 'sane', 'sang', 'sank', 'sans', 'saps', 'sara', 'sari', 'sars', 'sash', 'sass', 'sate', 'sats', 'saud', 'saul', 'saut', 'save', 'sawn', 'saws', 'saxs', 'says', 'scab', 'scad', 'scam', 'scan', 'scar', 'scat', 'scot', 'scow', 'scud', 'scum', 'seal', 'seam', 'sean', 'sear', 'seas', 'seat', 'secs', 'sect', 'seed', 'seek', 'seem', 'seen', 'seep', 'seer', 'sees', 'sega', 'self', 'sell', 'semi', 'send', 'sent', 'sept', 'sera', 'serb', 'sere', 'serf', 'seth', 'sets', 'sewn', 'sews', 'sexs', 'sexy', 'shad', 'shag', 'shah', 'sham', 'shat', 'shaw', 'shay', 'shea', 'shed', 'shes', 'shim', 'shin', 'ship', 'shit', 'shiv', 'shod', 'shoe', 'shoo', 'shop', 'shot', 'show', 'shun', 'shut', 'shys', 'sial', 'siam', 'sian', 'sick', 'sics', 'side', 'sids', 'sift', 'sigh', 'sign', 'sikh', 'silk', 'sill', 'silo', 'silt', 'sima', 'sims', 'sine', 'sing', 'sinh', 'sink', 'sins', 'sips', 'sire', 'sirs', 'siss', 'site', 'sits', 'situ', 'siva', 'sixs', 'size', 'skat', 'skew', 'skid', 'skim', 'skin', 'skip', 'skis', 'skit', 'skye', 'skys', 'slab', 'slag', 'slam', 'slap', 'slat', 'slav', 'slaw', 'slay', 'sled', 'slew', 'slid', 'slim', 'slip', 'slit', 'slob', 'sloe', 'slog', 'slop', 'slot', 'slow', 'slue', 'slug', 'slum', 'slur', 'slut', 'smit', 'smog', 'smug', 'smut', 'snag', 'snap', 'snip', 'snit', 'snob', 'snot', 'snow', 'snub', 'snug', 'soak', 'soap', 'soar', 'sobs', 'sock', 'soda', 'sods', 'sofa', 'soft', 'soho', 'soil', 'sold', 'sole', 'soli', 'solo', 'sols', 'soma', 'some', 'song', 'sons', 'sony', 'soon', 'soot', 'sops', 'sora', 'sorb', 'sore', 'sort', 'sosa', 'soss', 'soto', 'sots', 'soul', 'soup', 'sour', 'sown', 'sows', 'soya', 'soys', 'spam', 'span', 'spar', 'spas', 'spat', 'spay', 'spec', 'sped', 'spew', 'spin', 'spit', 'spot', 'spry', 'spud', 'spun', 'spur', 'spys', 'stab', 'stag', 'stan', 'star', 'stay', 'stem', 'step', 'stew', 'stir', 'stop', 'stow', 'stub', 'stud', 'stun', 'stus', 'stye', 'stys', 'styx', 'subs', 'such', 'suck', 'suds', 'sued', 'sues', 'suet', 'suey', 'suez', 'sufi', 'suis', 'suit', 'sulk', 'sumo', 'sump', 'sums', 'sung', 'sunk', 'suns', 'suny', 'sups', 'sure', 'surf', 'suva', 'suzy', 'sven', 'swab', 'swag', 'swam', 'swan', 'swap', 'swat', 'sway', 'swig', 'swim', 'swop', 'swum', 'sync', 'tabs', 'tabu', 'tack', 'taco', 'tact', 'tads', 'taft', 'tags', 'tail', 'take', 'talc', 'tale', 'talk', 'tall', 'tame', 'tami', 'tamp', 'tams', 'tang', 'tanh', 'tank', 'tans', 'taos', 'tapa', 'tape', 'taps', 'tara', 'tare', 'taro', 'tarp', 'tars', 'tart', 'task', 'tass', 'tate', 'tats', 'taut', 'taxi', 'taxs', 'teak', 'teal', 'team', 'tear', 'teas', 'teat', 'tech', 'teds', 'teed', 'teem', 'teen', 'tees', 'teet', 'tell', 'temp', 'tend', 'tens', 'tent', 'teri', 'term', 'tern', 'terr', 'tess', 'test', 'tete', 'tets', 'text', 'thad', 'thai', 'than', 'thar', 'that', 'thaw', 'thea', 'thee', 'them', 'then', 'they', 'thin', 'this', 'thor', 'thou', 'thru', 'thud', 'thug', 'thur', 'thus', 'tias', 'tick', 'tics', 'tide', 'tidy', 'tied', 'tier', 'ties', 'tiff', 'tift', 'tike', 'tile', 'till', 'tilt', 'time', 'tims', 'tina', 'tine', 'ting', 'tins', 'tint', 'tiny', 'tipi', 'tips', 'tire', 'tiro', 'tito', 'tits', 'tkos', 'tlcs', 'tnts', 'toad', 'toby', 'todd', 'tods', 'toed', 'toes', 'tofu', 'toga', 'togo', 'togs', 'toil', 'tojo', 'toke', 'told', 'toll', 'tomb', 'tome', 'toms', 'tone', 'tong', 'toni', 'tonk', 'tons', 'tony', 'took', 'tool', 'toot', 'tops', 'tore', 'tori', 'torn', 'torr', 'tors', 'tort', 'tory', 'toss', 'tost', 'tote', 'toto', 'tots', 'tour', 'tout', 'town', 'tows', 'toys', 'trag', 'tram', 'tran', 'trap', 'tray', 'tree', 'trek', 'trey', 'trig', 'trim', 'trio', 'trip', 'trod', 'trot', 'troy', 'true', 'trys', 'tsar', 'tuba', 'tube', 'tubs', 'tuck', 'tude', 'tues', 'tuff', 'tuft', 'tugs', 'tull', 'tums', 'tuna', 'tune', 'tung', 'tuns', 'tupi', 'turd', 'turf', 'turk', 'turn', 'tush', 'tusk', 'tuts', 'tutu', 'tuxs', 'twas', 'twee', 'twig', 'twin', 'twit', 'twos', 'tyke', 'type', 'typo', 'tyre', 'tyro', 'tzar', 'ubss', 'ucla', 'ufas', 'ufos', 'ugly', 'uhfs', 'ulan', 'ulna', 'umps', 'undo', 'unit', 'unix', 'unto', 'upon', 'ural', 'urdu', 'urea', 'urey', 'urge', 'uric', 'uris', 'urns', 'ursa', 'usaf', 'usas', 'usda', 'used', 'user', 'uses', 'usgs', 'usia', 'usps', 'ussr', 'utah', 'utes', 'uzis', 'vade', 'vail', 'vain', 'vale', 'vals', 'vamp', 'vane', 'vang', 'vans', 'vary', 'vase', 'vast', 'vats', 'vcrs', 'veal', 'veda', 'veep', 'veer', 'vega', 'veil', 'vein', 'vela', 'veld', 'vend', 'venn', 'vent', 'vera', 'verb', 'vern', 'very', 'vest', 'veto', 'vets', 'vhfs', 'vial', 'vibe', 'vice', 'vida', 'vide', 'vied', 'vier', 'vies', 'viet', 'view', 'viii', 'vila', 'vile', 'vims', 'vine', 'viol', 'vips', 'visa', 'vise', 'vita', 'vito', 'viva', 'vivo', 'vlad', 'vlfs', 'void', 'vole', 'volt', 'voss', 'vote', 'vows', 'wack', 'waco', 'wade', 'wadi', 'wads', 'waft', 'wage', 'wags', 'wahl', 'waif', 'wail', 'wait', 'wake', 'wald', 'wale', 'walk', 'wall', 'walt', 'wand', 'wane', 'wang', 'want', 'ward', 'ware', 'warm', 'warn', 'warp', 'wars', 'wart', 'wary', 'wash', 'wasp', 'wast', 'watt', 'wave', 'wavy', 'waxs', 'waxy', 'ways', 'weak', 'weal', 'wean', 'wear', 'webb', 'webs', 'weco', 'weds', 'weed', 'week', 'weep', 'weer', 'wees', 'weft', 'wehr', 'weir', 'weis', 'weld', 'well', 'welt', 'wend', 'wens', 'went', 'wept', 'were', 'wert', 'west', 'wets', 'weve', 'wham', 'what', 'whee', 'when', 'whet', 'whew', 'whey', 'whig', 'whim', 'whip', 'whir', 'whit', 'whiz', 'whoa', 'whod', 'whom', 'whop', 'whos', 'whup', 'whys', 'wick', 'wide', 'wier', 'wife', 'wigs', 'wiis', 'wiki', 'wild', 'wile', 'will', 'wilt', 'wily', 'wimp', 'wind', 'wine', 'wing', 'wink', 'wino', 'wins', 'winy', 'wipe', 'wire', 'wiry', 'wise', 'wish', 'wisp', 'wist', 'with', 'wits', 'witt', 'wive', 'wizs', 'woes', 'woke', 'woks', 'wold', 'wolf', 'womb', 'wong', 'wons', 'wont', 'wood', 'woof', 'wool', 'woos', 'word', 'wore', 'work', 'worm', 'worn', 'wove', 'wows', 'wrap', 'wren', 'writ', 'wuss', 'wwws', 'wynn', 'xian', 'xmas', 'yacc', 'yack', 'yaks', 'yale', 'yall', 'yalu', 'yams', 'yang', 'yank', 'yaps', 'yard', 'yarn', 'yawl', 'yawn', 'yaws', 'yeah', 'year', 'yeas', 'yell', 'yelp', 'yens', 'yeps', 'yess', 'yest', 'yeti', 'yews', 'yips', 'ymca', 'ymir', 'yock', 'yoda', 'yoga', 'yogi', 'yoke', 'yoko', 'yolk', 'yond', 'yong', 'yore', 'york', 'yost', 'youd', 'your', 'yous', 'yowl', 'yuan', 'yuck', 'yugo', 'yuki', 'yuks', 'yule', 'yups', 'yuri', 'yves', 'ywca', 'zane', 'zany', 'zaps', 'zara', 'zeal', 'zebu', 'zeds', 'zeke', 'zeno', 'zens', 'zero', 'zest', 'zeta', 'zeus', 'zibo', 'zinc', 'zing', 'zion', 'zips', 'zits', 'zoes', 'zola', 'zone', 'zoom', 'zoos', 'zorn', 'zulu', 'zuni', 'aaron', 'ababa', 'abaci', 'aback', 'abaft', 'abase', 'abash', 'abate', 'abbas', 'abbey', 'abbot', 'abbys', 'abdul', 'abeam', 'abels', 'abets', 'abhor', 'abide', 'abler', 'abner', 'abode', 'abort', 'about', 'above', 'abram', 'abuja', 'abuse', 'abuts', 'abuzz', 'abyss', 'accra', 'ached', 'aches', 'achoo', 'acids', 'acing', 'acmes', 'acnes', 'acorn', 'acres', 'acrid', 'acrux', 'acted', 'acths', 'acton', 'actor', 'acuff', 'acute', 'adage', 'adair', 'adams', 'adana', 'adans', 'adapt', 'adars', 'added', 'adder', 'addie', 'addis', 'addle', 'adela', 'adele', 'adens', 'adept', 'adieu', 'adler', 'adman', 'admen', 'admit', 'admix', 'adobe', 'adolf', 'adopt', 'adore', 'adorn', 'adult', 'advil', 'adzes', 'aegis', 'aeons', 'aerie', 'aerys', 'aesop', 'affix', 'afire', 'afoot', 'afore', 'afoul', 'afros', 'after', 'again', 'agape', 'agars', 'agate', 'agave', 'agent', 'agers', 'aggie', 'agile', 'aging', 'agism', 'aglow', 'agnes', 'agnew', 'agnis', 'agone', 'agony', 'agree', 'agues', 'agway', 'ahabs', 'ahead', 'ahmad', 'ahmed', 'aidas', 'aided', 'aides', 'aidss', 'aiken', 'ailed', 'aimed', 'aimee', 'aimer', 'aired', 'airer', 'aires', 'aisha', 'aisle', 'ajaxs', 'akbar', 'akers', 'akita', 'akiva', 'akkad', 'akron', 'alamo', 'alana', 'alans', 'alarm', 'alars', 'albee', 'album', 'alcoa', 'aldan', 'alden', 'alder', 'aldos', 'aleck', 'alecs', 'aleph', 'alert', 'aleut', 'alexs', 'algae', 'algal', 'algas', 'alger', 'algol', 'alias', 'alibi', 'alice', 'alien', 'align', 'alike', 'aline', 'alisa', 'alive', 'alkyl', 'allah', 'allan', 'allay', 'allen', 'alley', 'allie', 'allis', 'allot', 'allow', 'alloy', 'allyl', 'allyn', 'allys', 'almas', 'almss', 'aloes', 'aloft', 'aloha', 'alone', 'along', 'aloof', 'aloud', 'alpha', 'alpos', 'alpss', 'alsop', 'altai', 'altar', 'alter', 'altho', 'alton', 'altos', 'alums', 'alvin', 'alway', 'alyce', 'amado', 'amain', 'amaru', 'amass', 'amati', 'amaze', 'amber', 'amble', 'ameba', 'ameer', 'amend', 'amide', 'amies', 'amiga', 'amigo', 'amino', 'amirs', 'amish', 'amiss', 'amity', 'amman', 'ammos', 'amoco', 'among', 'amort', 'amour', 'ampex', 'ample', 'amply', 'ampul', 'amuck', 'amurs', 'amuse', 'amway', 'andes', 'andre', 'andys', 'anent', 'angel', 'anger', 'angie', 'angle', 'anglo', 'angry', 'angst', 'angus', 'anion', 'anise', 'anita', 'ankhs', 'ankle', 'annal', 'annam', 'annex', 'annie', 'annoy', 'annul', 'annum', 'anode', 'anons', 'anted', 'antes', 'antic', 'antis', 'anton', 'anuss', 'anvil', 'anzac', 'aorta', 'apace', 'apart', 'apexs', 'aphid', 'aping', 'apish', 'appal', 'apple', 'apply', 'april', 'apron', 'apses', 'apsis', 'apter', 'aptly', 'aquae', 'aquas', 'arabs', 'araby', 'arals', 'arbor', 'arced', 'archs', 'arden', 'ardor', 'areas', 'arena', 'arent', 'argon', 'argos', 'argot', 'argue', 'argus', 'arhat', 'arias', 'ariel', 'aries', 'arise', 'arius', 'arlen', 'armco', 'armed', 'armer', 'armor', 'armys', 'arneb', 'arnos', 'aroma', 'arons', 'arose', 'array', 'arron', 'arrow', 'arses', 'arson', 'artie', 'artsy', 'aruba', 'aryan', 'asama', 'ascii', 'ascot', 'ashed', 'ashen', 'asher', 'ashes', 'asian', 'asias', 'aside', 'asked', 'asker', 'askew', 'asoka', 'aspen', 'aspic', 'assad', 'assai', 'assam', 'assay', 'asses', 'asset', 'aster', 'astir', 'aston', 'astor', 'aswan', 'atari', 'atlas', 'atman', 'atoll', 'atoms', 'atone', 'atria', 'attar', 'attic', 'auden', 'audio', 'audis', 'audit', 'audra', 'auger', 'aught', 'augur', 'aunts', 'aurae', 'aural', 'auras', 'auric', 'autos', 'avail', 'avant', 'avast', 'avers', 'avert', 'avery', 'avian', 'avila', 'avior', 'avoid', 'avows', 'await', 'awake', 'award', 'aware', 'awash', 'awful', 'awing', 'awoke', 'awols', 'axers', 'axial', 'axing', 'axiom', 'axiss', 'axles', 'axons', 'ayala', 'ayers', 'azana', 'aztec', 'azure', 'baaed', 'baals', 'baath', 'babar', 'babel', 'babes', 'babur', 'babys', 'bachs', 'backs', 'bacon', 'baden', 'badge', 'badly', 'bagel', 'baggy', 'bahai', 'bahia', 'bails', 'baird', 'baits', 'baize', 'baked', 'baker', 'bakes', 'bakus', 'balds', 'baldy', 'baled', 'baler', 'bales', 'balis', 'balks', 'balky', 'balls', 'balms', 'balmy', 'balsa', 'bambi', 'banal', 'bands', 'bandy', 'banes', 'bangs', 'banjo', 'banks', 'banns', 'bantu', 'barbs', 'bards', 'bared', 'barer', 'bares', 'barfs', 'barge', 'barks', 'barns', 'baron', 'barre', 'barrs', 'barry', 'barth', 'bartk', 'basal', 'based', 'basel', 'baser', 'bases', 'basho', 'bashs', 'basic', 'basie', 'basil', 'basin', 'basis', 'basks', 'basra', 'bassi', 'basso', 'basss', 'baste', 'basts', 'batch', 'bated', 'bater', 'bates', 'bathe', 'baths', 'batik', 'baton', 'bator', 'batty', 'batus', 'bauds', 'bauer', 'baulk', 'bawdy', 'bawls', 'bayda', 'bayed', 'bayer', 'bayes', 'bayou', 'beach', 'beads', 'beady', 'beaks', 'beams', 'beans', 'beard', 'bears', 'beast', 'beats', 'beaus', 'beaux', 'bebop', 'becks', 'becky', 'bedim', 'beebe', 'beech', 'beefs', 'beefy', 'beeps', 'beers', 'beets', 'befit', 'befog', 'began', 'begat', 'beget', 'begin', 'begot', 'begun', 'behan', 'beige', 'being', 'belas', 'belau', 'belay', 'belch', 'belem', 'belie', 'bella', 'belle', 'bells', 'belly', 'below', 'belts', 'beman', 'bench', 'bends', 'benet', 'benin', 'benny', 'bents', 'berea', 'beret', 'bergs', 'beria', 'berle', 'berms', 'berne', 'berns', 'berra', 'berry', 'berta', 'berth', 'berts', 'beryl', 'beset', 'besom', 'besot', 'bests', 'betas', 'betel', 'bethe', 'beths', 'betsy', 'bette', 'betty', 'bevel', 'bevys', 'beyer', 'bezel', 'biass', 'bible', 'bicep', 'biddy', 'bided', 'biden', 'bides', 'bidet', 'biers', 'biggs', 'bight', 'bigot', 'biked', 'biker', 'bikes', 'bikos', 'bilbo', 'biles', 'bilge', 'bilks', 'bills', 'billy', 'bimbo', 'binds', 'binge', 'bingo', 'bioko', 'biota', 'biped', 'birch', 'birds', 'biros', 'birth', 'bison', 'bitch', 'bited', 'biter', 'bites', 'bizet', 'bjork', 'blabs', 'black', 'blade', 'blahs', 'blair', 'blake', 'blame', 'blanc', 'bland', 'blank', 'blare', 'blase', 'blast', 'blatz', 'blaze', 'bleak', 'blear', 'bleat', 'bleed', 'bleep', 'blend', 'blent', 'bless', 'blest', 'bligh', 'blimp', 'blind', 'blink', 'blinn', 'blips', 'bliss', 'blitz', 'bloat', 'blobs', 'bloch', 'block', 'blocs', 'blogs', 'bloke', 'blond', 'blood', 'bloom', 'bloop', 'blots', 'blown', 'blows', 'blued', 'bluer', 'blues', 'bluet', 'bluff', 'blunt', 'blurb', 'blurs', 'blurt', 'blush', 'board', 'boars', 'boass', 'boast', 'boats', 'bobbi', 'bobby', 'boded', 'bodes', 'bodys', 'boers', 'bogey', 'boggy', 'bogie', 'bogot', 'bogus', 'bogys', 'boils', 'boise', 'bolas', 'boles', 'bolls', 'bolts', 'bombs', 'bonds', 'boned', 'boner', 'bones', 'boney', 'bongo', 'bongs', 'bonns', 'bonny', 'bonos', 'bonus', 'bonze', 'boobs', 'booby', 'booed', 'books', 'booky', 'boole', 'booms', 'boone', 'boons', 'boors', 'boost', 'booth', 'boots', 'booty', 'booze', 'boozy', 'borax', 'bored', 'borer', 'bores', 'borgs', 'boric', 'boris', 'borks', 'borne', 'boron', 'borus', 'bosch', 'boshs', 'bosns', 'bosom', 'boson', 'bosss', 'bossy', 'bosun', 'botch', 'botes', 'bough', 'boule', 'bound', 'bourn', 'bouts', 'bowed', 'bowel', 'bowen', 'bower', 'bowie', 'bowls', 'boxed', 'boxer', 'boxes', 'boyar', 'boyce', 'boyer', 'boyle', 'bozos', 'brace', 'bract', 'brads', 'brady', 'braes', 'bragg', 'brags', 'brahe', 'braid', 'brain', 'brake', 'brand', 'brans', 'brant', 'brash', 'brass', 'brats', 'braun', 'brave', 'bravo', 'brawl', 'brawn', 'brays', 'braze', 'bread', 'break', 'bream', 'breed', 'brent', 'brest', 'brets', 'brett', 'breve', 'brews', 'brian', 'briar', 'bribe', 'brice', 'brick', 'bride', 'brief', 'brier', 'bries', 'brigs', 'brims', 'brine', 'bring', 'brink', 'briny', 'brisk', 'brits', 'britt', 'broad', 'brock', 'broil', 'broke', 'bronx', 'brood', 'brook', 'broom', 'broth', 'brown', 'brows', 'bruce', 'bruin', 'bruit', 'bruno', 'brunt', 'brush', 'brusk', 'brute', 'bruts', 'bryan', 'bryce', 'bryon', 'buber', 'bucks', 'buddy', 'budge', 'buena', 'buffs', 'buffy', 'buggy', 'bugle', 'buick', 'build', 'built', 'bulbs', 'bulge', 'bulgy', 'bulks', 'bulky', 'bulls', 'bully', 'bumps', 'bumpy', 'bunch', 'bundy', 'bungs', 'bunin', 'bunks', 'bunny', 'bunts', 'buoys', 'burch', 'buret', 'burgs', 'burke', 'burks', 'burls', 'burly', 'burma', 'burns', 'burnt', 'burps', 'burro', 'burrs', 'bursa', 'burst', 'burts', 'burtt', 'busby', 'busch', 'bused', 'buses', 'bushs', 'bushy', 'busss', 'busts', 'butch', 'buteo', 'butte', 'butts', 'butyl', 'buuel', 'buxom', 'buyer', 'buzzs', 'buzzy', 'byers', 'bylaw', 'byrne', 'byron', 'bytes', 'byway', 'cabal', 'cabby', 'cabin', 'cable', 'cabot', 'cacao', 'cache', 'cacti', 'caddy', 'cadet', 'cadge', 'cadiz', 'cadre', 'cafes', 'caged', 'cager', 'cages', 'cagey', 'caine', 'cains', 'cairn', 'cairo', 'cajun', 'caked', 'cakes', 'caleb', 'calfs', 'calif', 'calks', 'calla', 'calls', 'calms', 'calve', 'calyx', 'camel', 'cameo', 'camps', 'campy', 'camry', 'camus', 'canal', 'canap', 'candy', 'caned', 'caner', 'canes', 'canis', 'canna', 'canny', 'canoe', 'canon', 'canst', 'canto', 'cants', 'cantu', 'caped', 'capek', 'caper', 'capes', 'capet', 'caphs', 'capon', 'capra', 'capri', 'caras', 'carat', 'cards', 'cared', 'cares', 'caret', 'carey', 'cargo', 'carib', 'carla', 'carlo', 'carls', 'carly', 'carne', 'carob', 'carol', 'carom', 'carpi', 'carps', 'carrs', 'carry', 'carte', 'carts', 'carve', 'cased', 'cases', 'casey', 'cashs', 'casio', 'casks', 'caste', 'casts', 'catch', 'cater', 'cathy', 'catty', 'caulk', 'cause', 'caved', 'caves', 'cavil', 'cawed', 'cease', 'cebus', 'cecil', 'cedar', 'ceded', 'cedes', 'celia', 'celli', 'cello', 'cells', 'celts', 'cents', 'ceres', 'cerfs', 'cesar', 'cetus', 'chads', 'chafe', 'chaff', 'chain', 'chair', 'chalk', 'champ', 'chang', 'chans', 'chant', 'chaos', 'chaps', 'chapt', 'chard', 'charm', 'chars', 'chart', 'chary', 'chase', 'chasm', 'chats', 'cheap', 'cheat', 'check', 'cheek', 'cheep', 'cheer', 'chefs', 'chens', 'cheri', 'chert', 'chess', 'chest', 'chevy', 'chews', 'chewy', 'chiba', 'chick', 'chics', 'chide', 'chief', 'child', 'chile', 'chili', 'chill', 'chime', 'chimp', 'chimu', 'china', 'chine', 'chink', 'chino', 'chins', 'chips', 'chirp', 'chits', 'chive', 'chloe', 'chock', 'choir', 'choke', 'chomp', 'chops', 'chord', 'chore', 'chose', 'chows', 'chris', 'chuck', 'chuff', 'chugs', 'chump', 'chums', 'chung', 'chunk', 'churl', 'churn', 'chute', 'cider', 'cigar', 'cilia', 'cinch', 'cindy', 'cipro', 'circa', 'circe', 'cisco', 'cited', 'cites', 'citys', 'civet', 'civic', 'civil', 'clack', 'claim', 'clair', 'clamp', 'clams', 'clang', 'clank', 'clans', 'claps', 'clara', 'clare', 'clark', 'clash', 'clasp', 'class', 'clats', 'claus', 'claws', 'clays', 'clean', 'clear', 'cleat', 'clefs', 'cleft', 'clems', 'cleos', 'clerk', 'clews', 'clich', 'click', 'cliff', 'climb', 'clime', 'cline', 'cling', 'clink', 'clint', 'clios', 'clips', 'clipt', 'clive', 'cloak', 'clock', 'clods', 'clogs', 'clomp', 'clone', 'clops', 'close', 'cloth', 'clots', 'cloud', 'clout', 'clove', 'clown', 'cloys', 'clubs', 'cluck', 'clued', 'clues', 'clump', 'clung', 'clunk', 'clyde', 'coach', 'coals', 'coast', 'coats', 'cobol', 'cobra', 'cocci', 'cocks', 'cocky', 'cocoa', 'codas', 'coded', 'coder', 'codes', 'codex', 'codon', 'coeds', 'cohan', 'cohen', 'coifs', 'coils', 'coins', 'coked', 'cokes', 'colas', 'colby', 'colds', 'colic', 'colin', 'colon', 'color', 'colts', 'colza', 'comas', 'combo', 'combs', 'comer', 'comes', 'comet', 'comfy', 'comic', 'comma', 'comte', 'conan', 'conch', 'condo', 'cones', 'coney', 'conga', 'congo', 'conic', 'conks', 'cooed', 'cooke', 'cooks', 'cooky', 'cools', 'coons', 'coops', 'coors', 'coots', 'coped', 'copes', 'copra', 'copse', 'copys', 'coral', 'coras', 'cords', 'cored', 'corer', 'cores', 'corey', 'corfu', 'corks', 'corms', 'corns', 'corny', 'corot', 'corps', 'corys', 'cosby', 'cosec', 'coset', 'costa', 'costs', 'cosys', 'cotes', 'cotta', 'cotty', 'couch', 'cough', 'could', 'count', 'coupe', 'coups', 'court', 'coven', 'cover', 'coves', 'covet', 'covey', 'cowan', 'cowed', 'cower', 'cowls', 'cowry', 'coyer', 'coyly', 'coypu', 'cozen', 'cozys', 'crabs', 'crack', 'craft', 'crags', 'craig', 'cramp', 'crams', 'crane', 'crank', 'crape', 'craps', 'crash', 'crass', 'crate', 'crave', 'crawl', 'craws', 'crays', 'craze', 'crazy', 'crche', 'creak', 'cream', 'crecy', 'credo', 'creed', 'creek', 'creel', 'creep', 'crees', 'creon', 'crepe', 'crept', 'cress', 'crest', 'crete', 'crews', 'cribs', 'crick', 'cried', 'crier', 'cries', 'crime', 'crimp', 'crisp', 'criss', 'croak', 'croat', 'croce', 'croci', 'crock', 'croft', 'croix', 'crone', 'crony', 'crook', 'croon', 'crops', 'cross', 'croup', 'crowd', 'crown', 'crows', 'crude', 'cruds', 'cruel', 'cruet', 'crumb', 'crump', 'crush', 'crust', 'cruxs', 'cruzs', 'crypt', 'csnet', 'cuban', 'cubas', 'cubed', 'cubes', 'cubic', 'cubit', 'cuffs', 'cuing', 'culls', 'culpa', 'cults', 'cumin', 'cunts', 'cupid', 'curbs', 'curds', 'cured', 'curer', 'cures', 'curia', 'curie', 'curio', 'curls', 'curly', 'curry', 'curse', 'curst', 'curts', 'curve', 'curvy', 'cushy', 'cusps', 'cusss', 'cuter', 'cutup', 'cuzco', 'cycad', 'cycle', 'cynic', 'cyril', 'cyrus', 'cysts', 'czars', 'czech', 'dacca', 'dacha', 'dadas', 'daddy', 'dados', 'daffy', 'daily', 'dairy', 'daiss', 'daisy', 'dakar', 'dales', 'daley', 'dally', 'dames', 'damns', 'damon', 'damps', 'danas', 'dance', 'dandy', 'danes', 'danny', 'dante', 'darby', 'darcy', 'dared', 'daren', 'darer', 'dares', 'darin', 'dario', 'darks', 'darla', 'darns', 'darpa', 'darry', 'darth', 'darts', 'daryl', 'dashs', 'dated', 'dater', 'dates', 'datum', 'daubs', 'daunt', 'davao', 'daves', 'david', 'davis', 'davit', 'dawes', 'dawns', 'dazed', 'dazes', 'deads', 'deals', 'dealt', 'deana', 'deane', 'deann', 'deans', 'dears', 'death', 'debar', 'debby', 'debit', 'debra', 'debts', 'debug', 'debut', 'decaf', 'decal', 'decay', 'decca', 'decks', 'decor', 'decoy', 'decry', 'deeds', 'deems', 'deena', 'deeps', 'deere', 'deers', 'defer', 'defoe', 'degas', 'degum', 'deice', 'deify', 'deign', 'deism', 'deity', 'delay', 'delft', 'delhi', 'delia', 'delis', 'della', 'dells', 'delta', 'delve', 'demit', 'demon', 'demos', 'demur', 'denas', 'deneb', 'dengs', 'denim', 'denis', 'denny', 'dense', 'dents', 'deons', 'depot', 'depps', 'depth', 'derby', 'derek', 'desks', 'detat', 'deter', 'detox', 'deuce', 'devil', 'devin', 'devis', 'devon', 'dewar', 'dewey', 'dhabi', 'dhaka', 'dhoti', 'dials', 'diana', 'diane', 'diann', 'diary', 'diced', 'dices', 'dicey', 'dicks', 'dicky', 'dicta', 'didnt', 'didos', 'diego', 'diems', 'diets', 'diety', 'dietz', 'digit', 'dijon', 'diked', 'dikes', 'dills', 'dilly', 'dimer', 'dimes', 'dimly', 'dinah', 'dinas', 'dined', 'diner', 'dines', 'dingo', 'dings', 'dingy', 'dinky', 'dinos', 'dints', 'diode', 'dions', 'dirac', 'direr', 'dirge', 'dirks', 'dirts', 'dirty', 'disco', 'discs', 'dishs', 'disks', 'disss', 'ditch', 'ditto', 'ditty', 'divan', 'divas', 'dived', 'diver', 'dives', 'divot', 'divvy', 'dixie', 'dixon', 'dizzy', 'djinn', 'dobbs', 'dobro', 'docks', 'dodge', 'dodos', 'doers', 'doffs', 'doggy', 'dogie', 'dogma', 'dohas', 'doily', 'doing', 'dolan', 'dolby', 'dolce', 'doled', 'doles', 'dolls', 'dolly', 'dolts', 'domed', 'domes', 'donna', 'donne', 'donns', 'donny', 'donor', 'donut', 'dooms', 'doors', 'doped', 'doper', 'dopes', 'dopey', 'doras', 'doria', 'doric', 'doris', 'dorks', 'dorky', 'dorms', 'dorys', 'dosed', 'doses', 'doted', 'dotes', 'dotty', 'douay', 'doubt', 'douce', 'dough', 'dougs', 'douro', 'douse', 'dover', 'doves', 'dowdy', 'dowel', 'downs', 'downy', 'dowry', 'dowse', 'doyen', 'doyle', 'dozed', 'dozen', 'dozes', 'drabs', 'draco', 'draft', 'drags', 'drain', 'drake', 'drama', 'drams', 'drank', 'drano', 'drape', 'drawl', 'drawn', 'draws', 'drays', 'dread', 'dream', 'dregs', 'dress', 'drews', 'dried', 'drier', 'dries', 'drift', 'drill', 'drily', 'drink', 'drips', 'drive', 'droll', 'drone', 'drool', 'droop', 'drops', 'dross', 'drove', 'drown', 'drubs', 'drugs', 'druid', 'drums', 'drunk', 'drury', 'dryad', 'dryer', 'dryly', 'duane', 'dubai', 'dubhe', 'ducal', 'ducat', 'duchy', 'ducks', 'ducts', 'duded', 'dudes', 'duels', 'duets', 'duffy', 'dugan', 'dukes', 'dulls', 'dully', 'dulse', 'dumas', 'dumbo', 'dummy', 'dumps', 'dumpy', 'dunce', 'dunes', 'dungs', 'dunks', 'dunne', 'dunno', 'dunns', 'duped', 'dupes', 'duran', 'durer', 'durex', 'duroc', 'duses', 'dusks', 'dusky', 'dusts', 'dusty', 'dutch', 'dutys', 'duvet', 'dvina', 'dvork', 'dwarf', 'dweeb', 'dwell', 'dwelt', 'dwyer', 'dyers', 'dying', 'dykes', 'dylan', 'dyson', 'eagan', 'eager', 'eagle', 'eared', 'earle', 'earls', 'early', 'earns', 'earps', 'earth', 'eased', 'easel', 'eases', 'easts', 'eaten', 'eater', 'eaton', 'eaves', 'ebays', 'ebbed', 'ebens', 'ebert', 'ebola', 'ebony', 'ebros', 'echos', 'eclat', 'ecole', 'ecrus', 'edams', 'eddie', 'eddys', 'edema', 'edens', 'edgar', 'edged', 'edger', 'edges', 'edict', 'edify', 'edith', 'edits', 'ednas', 'edsel', 'edwin', 'eerie', 'effie', 'efren', 'egged', 'eggos', 'egiss', 'egret', 'egypt', 'eider', 'eight', 'eires', 'eject', 'eking', 'elate', 'elbes', 'elbow', 'elder', 'eldon', 'elect', 'elegy', 'elena', 'elfin', 'elgar', 'elgin', 'elias', 'elide', 'eliot', 'elisa', 'elise', 'elite', 'eliza', 'ellas', 'ellen', 'ellie', 'ellis', 'elmas', 'elmer', 'elmos', 'elope', 'eloys', 'elroy', 'elsas', 'elsie', 'elton', 'elude', 'eluls', 'elute', 'elvas', 'elves', 'elvia', 'elvin', 'elvis', 'elway', 'elyse', 'emacs', 'email', 'embed', 'ember', 'emcee', 'emend', 'emery', 'emile', 'emils', 'emily', 'emirs', 'emits', 'emmas', 'emory', 'emote', 'empty', 'enact', 'ended', 'ender', 'endow', 'endue', 'enema', 'enemy', 'engel', 'engle', 'enifs', 'enjoy', 'ennui', 'enoch', 'enrol', 'enron', 'ensue', 'enter', 'entre', 'entry', 'enure', 'envoy', 'envys', 'epcot', 'epics', 'epoch', 'epoxy', 'epsom', 'epson', 'equal', 'equip', 'erase', 'erato', 'erect', 'erica', 'erich', 'erick', 'erics', 'erika', 'eriks', 'eriss', 'ermas', 'ernas', 'ernie', 'ernst', 'erode', 'eross', 'erred', 'errol', 'error', 'erses', 'erupt', 'ervin', 'erwin', 'esaus', 'essay', 'essen', 'essex', 'essie', 'ester', 'estes', 'estop', 'ethan', 'ethel', 'ether', 'ethic', 'ethos', 'ethyl', 'etnas', 'ettas', 'etude', 'eucre', 'eulas', 'euler', 'euros', 'evade', 'evans', 'evens', 'event', 'evert', 'every', 'evian', 'evict', 'evils', 'evita', 'evoke', 'ewers', 'ewing', 'exact', 'exalt', 'exams', 'excel', 'execs', 'exert', 'exile', 'exist', 'exits', 'expel', 'expos', 'extol', 'extra', 'exude', 'exult', 'exxon', 'eycks', 'eyers', 'eying', 'eyrie', 'faber', 'fable', 'faced', 'faces', 'facet', 'facto', 'facts', 'faded', 'fader', 'fades', 'faery', 'fagin', 'fagot', 'fahds', 'fahey', 'fails', 'faint', 'fairs', 'fairy', 'faith', 'faked', 'faker', 'fakes', 'fakir', 'falls', 'false', 'famed', 'fames', 'fancy', 'fangs', 'fanny', 'farad', 'farce', 'fared', 'fares', 'fargo', 'farms', 'farsi', 'farth', 'farts', 'fasts', 'fatah', 'fatal', 'fated', 'fates', 'fatty', 'fault', 'fauna', 'fauns', 'faust', 'favor', 'fawns', 'faxed', 'faxes', 'fayes', 'fazed', 'fazes', 'fdics', 'fears', 'feast', 'feats', 'fecal', 'feces', 'fedex', 'feeds', 'feels', 'feign', 'feint', 'felix', 'fells', 'felon', 'felts', 'femur', 'fence', 'fends', 'feral', 'fermi', 'ferns', 'ferry', 'fests', 'fetal', 'fetas', 'fetch', 'feted', 'fetid', 'fetus', 'feuds', 'fever', 'fewer', 'fezes', 'fianc', 'fiats', 'fiber', 'fibre', 'ficas', 'fiche', 'fidel', 'fidos', 'fiefs', 'field', 'fiend', 'fiery', 'fifes', 'fifth', 'fifty', 'fight', 'fijis', 'filch', 'filed', 'filer', 'files', 'filet', 'fills', 'filly', 'films', 'filmy', 'filth', 'final', 'finch', 'finds', 'fined', 'finer', 'fines', 'finis', 'finks', 'finns', 'finny', 'fiona', 'fiord', 'fired', 'firer', 'fires', 'firms', 'first', 'firth', 'fishs', 'fishy', 'fiske', 'fisks', 'fists', 'fitch', 'fitly', 'fiver', 'fives', 'fixed', 'fixer', 'fixes', 'fizzs', 'fizzy', 'fjord', 'flabs', 'flack', 'flags', 'flail', 'flair', 'flake', 'flaks', 'flaky', 'flamb', 'flame', 'flank', 'flaps', 'flare', 'flash', 'flask', 'flats', 'flatt', 'flaws', 'flaxs', 'flays', 'fleas', 'fleck', 'flees', 'fleet', 'flesh', 'flexs', 'flick', 'flied', 'flier', 'flies', 'fling', 'flint', 'flips', 'flirt', 'flits', 'float', 'flock', 'floes', 'flogs', 'flood', 'floor', 'flops', 'flora', 'flory', 'floss', 'flour', 'flout', 'flown', 'flows', 'floyd', 'flubs', 'flues', 'fluff', 'fluid', 'fluke', 'fluky', 'flume', 'flung', 'flunk', 'flush', 'flute', 'fluxs', 'flyby', 'flyer', 'flynn', 'fnmas', 'foals', 'foams', 'foamy', 'focal', 'focus', 'fogey', 'foggy', 'fogys', 'foils', 'foist', 'folds', 'foley', 'folio', 'folks', 'folly', 'fonda', 'fondu', 'fonts', 'foods', 'fools', 'foote', 'foots', 'foray', 'force', 'fords', 'fores', 'forge', 'forgo', 'forks', 'forms', 'forte', 'forth', 'forts', 'forty', 'forum', 'fosse', 'fouls', 'found', 'fount', 'fours', 'fovea', 'fowls', 'foxed', 'foxes', 'foyer', 'frail', 'frame', 'franc', 'frank', 'frans', 'franz', 'frapp', 'frats', 'fraud', 'frays', 'freak', 'freda', 'freds', 'freed', 'freer', 'frees', 'freon', 'fresh', 'frets', 'freud', 'freya', 'freys', 'friar', 'frick', 'fried', 'frier', 'fries', 'frill', 'frisk', 'frito', 'fritz', 'frizz', 'frock', 'frogs', 'fromm', 'frond', 'front', 'frost', 'froth', 'frown', 'froze', 'fruit', 'frump', 'fryer', 'fryes', 'fuchs', 'fucks', 'fudge', 'fuels', 'fugal', 'fugue', 'fujis', 'fulls', 'fully', 'fumed', 'fumes', 'funds', 'fundy', 'fungi', 'funks', 'funky', 'funny', 'furls', 'furor', 'furry', 'furys', 'furze', 'fused', 'fuses', 'fusss', 'fussy', 'fusty', 'futon', 'fuzed', 'fuzes', 'fuzzs', 'fuzzy', 'gabby', 'gable', 'gabon', 'gaeas', 'gaels', 'gaffe', 'gaffs', 'gaged', 'gages', 'gails', 'gaily', 'gains', 'gaits', 'galas', 'galen', 'gales', 'gallo', 'galls', 'gamay', 'gamed', 'gamer', 'games', 'gamey', 'gamin', 'gamma', 'gamow', 'gamut', 'gangs', 'gaped', 'gapes', 'garbo', 'garbs', 'garry', 'garth', 'garza', 'gases', 'gashs', 'gasps', 'gassy', 'gated', 'gates', 'gator', 'gatun', 'gaudy', 'gauge', 'gauls', 'gaunt', 'gauss', 'gauze', 'gauzy', 'gavel', 'gavin', 'gawks', 'gawky', 'gayer', 'gayle', 'gayly', 'gazed', 'gazer', 'gazes', 'gdels', 'gears', 'gecko', 'geeks', 'geeky', 'geese', 'geigy', 'gelds', 'gelid', 'gemma', 'genas', 'genes', 'genet', 'genie', 'genii', 'genoa', 'genre', 'gents', 'genus', 'geode', 'geres', 'germs', 'gerry', 'getty', 'getup', 'ghana', 'ghats', 'ghent', 'ghost', 'ghoul', 'giant', 'gibbs', 'gibby', 'gibed', 'gibes', 'giddy', 'gifts', 'gilas', 'gilda', 'gilds', 'giles', 'gills', 'gilts', 'gimme', 'gimpy', 'ginas', 'ginny', 'ginos', 'ginsu', 'gipsy', 'girds', 'girls', 'girth', 'girts', 'gismo', 'gists', 'given', 'giver', 'gives', 'gizas', 'gizmo', 'glade', 'glads', 'gland', 'glans', 'glare', 'glass', 'glaxo', 'glaze', 'gleam', 'glean', 'glees', 'glenn', 'glens', 'glide', 'glint', 'glitz', 'gloat', 'globe', 'globs', 'gloom', 'glops', 'glory', 'gloss', 'glove', 'glows', 'glued', 'glues', 'gluey', 'gluts', 'glyph', 'gnarl', 'gnash', 'gnats', 'gnawn', 'gnaws', 'gnome', 'goads', 'goals', 'goats', 'gobis', 'godly', 'godot', 'gofer', 'goffs', 'gogol', 'going', 'golan', 'golda', 'golds', 'golfs', 'golgi', 'golly', 'gomez', 'gonad', 'goner', 'gongs', 'gonna', 'goode', 'goods', 'goody', 'gooey', 'goofs', 'goofy', 'gooks', 'goons', 'goops', 'goose', 'gored', 'goren', 'gores', 'gorey', 'gorge', 'gorky', 'gorse', 'goths', 'gotta', 'gouda', 'gouge', 'gould', 'gourd', 'gouts', 'gouty', 'gowns', 'grabs', 'grace', 'grade', 'grads', 'grady', 'graff', 'graft', 'grail', 'grain', 'grams', 'grand', 'grant', 'grape', 'graph', 'grasp', 'grass', 'grata', 'grate', 'grave', 'gravy', 'grays', 'graze', 'great', 'grebe', 'greed', 'greek', 'green', 'greer', 'greet', 'gregg', 'gregs', 'greta', 'greys', 'grids', 'grief', 'grieg', 'grill', 'grime', 'grimm', 'grimy', 'grind', 'grins', 'gripe', 'grips', 'grist', 'grits', 'groan', 'groat', 'grogs', 'groin', 'groom', 'grope', 'gross', 'grosz', 'group', 'grout', 'grove', 'growl', 'grown', 'grows', 'grubs', 'gruel', 'gruff', 'grunt', 'gruss', 'guams', 'guano', 'guard', 'guava', 'gucci', 'guess', 'guest', 'guffs', 'guide', 'guild', 'guile', 'guilt', 'guise', 'gulag', 'gulch', 'gules', 'gulfs', 'gulls', 'gully', 'gulps', 'gumbo', 'gummy', 'gunks', 'gunky', 'gunny', 'guppy', 'gupta', 'gurus', 'gushs', 'gushy', 'gusto', 'gusts', 'gusty', 'gutsy', 'guyed', 'guyer', 'gwens', 'gwyns', 'gybed', 'gybes', 'gypsy', 'gyros', 'haass', 'haber', 'habib', 'habit', 'hacks', 'hadar', 'hades', 'hadnt', 'hafiz', 'hafts', 'hagar', 'hagen', 'hager', 'hague', 'haifa', 'haiku', 'hails', 'hairs', 'hairy', 'haiti', 'hakes', 'hakka', 'haled', 'haler', 'hales', 'haley', 'halfs', 'halls', 'halma', 'halon', 'halos', 'halts', 'halve', 'hamal', 'haman', 'hands', 'handy', 'haney', 'hangs', 'hanks', 'hanky', 'hanna', 'hanoi', 'haply', 'happy', 'hardy', 'hared', 'harem', 'hares', 'harks', 'harms', 'harps', 'harpy', 'harry', 'harsh', 'harte', 'harts', 'hashs', 'hasnt', 'hasps', 'haste', 'hasty', 'hatch', 'hated', 'hater', 'hates', 'hauls', 'haunt', 'hausa', 'havel', 'haven', 'haves', 'havoc', 'hawed', 'hawks', 'haydn', 'hayed', 'hayes', 'hazed', 'hazel', 'hazes', 'heads', 'heady', 'heals', 'healy', 'heaps', 'heard', 'hears', 'heart', 'heath', 'heats', 'heave', 'heavy', 'hecks', 'hedge', 'heeds', 'heels', 'heeps', 'hefts', 'hefty', 'hegel', 'heidi', 'heigh', 'heine', 'heinz', 'heirs', 'heist', 'helen', 'helga', 'helix', 'hello', 'hells', 'helms', 'helot', 'helps', 'hemps', 'hence', 'hench', 'henna', 'henri', 'henry', 'heras', 'herbs', 'herds', 'heres', 'herod', 'heron', 'heros', 'hertz', 'herzl', 'hesse', 'hetty', 'hewed', 'hewer', 'hexed', 'hexes', 'hiatt', 'hicks', 'hided', 'hides', 'highs', 'hiked', 'hiker', 'hikes', 'hilda', 'hills', 'hilly', 'hilts', 'hilum', 'hindi', 'hinds', 'hindu', 'hines', 'hinge', 'hints', 'hippo', 'hippy', 'hiram', 'hired', 'hirer', 'hires', 'hisss', 'hitch', 'hived', 'hives', 'hmong', 'hoagy', 'hoard', 'hoary', 'hoaxs', 'hobbs', 'hobby', 'hobos', 'hocks', 'hocus', 'hodge', 'hoffa', 'hoffs', 'hogan', 'hoist', 'hokan', 'hokey', 'hokum', 'holds', 'holed', 'holes', 'holly', 'holst', 'homed', 'homer', 'homes', 'homey', 'homie', 'honda', 'hondo', 'honed', 'honer', 'hones', 'honey', 'honks', 'honor', 'hooch', 'hoods', 'hooey', 'hoofs', 'hooke', 'hooks', 'hooky', 'hoops', 'hoots', 'hoped', 'hopes', 'hopis', 'horde', 'horne', 'horns', 'horny', 'horse', 'horsy', 'horus', 'hosea', 'hosed', 'hoses', 'hosts', 'hotel', 'hotly', 'hough', 'hound', 'hours', 'house', 'hovel', 'hover', 'howdy', 'howls', 'hoyle', 'hsbcs', 'htmls', 'huang', 'hubby', 'huber', 'hucks', 'hueys', 'huffs', 'huffy', 'huger', 'hughs', 'hugos', 'hulas', 'hulks', 'hulls', 'human', 'humid', 'humor', 'humps', 'humus', 'hunch', 'hunks', 'hunts', 'hurls', 'huron', 'hurry', 'hurst', 'hurts', 'hurty', 'hushs', 'husks', 'husky', 'hussy', 'hutch', 'hydra', 'hydro', 'hyena', 'hying', 'hyman', 'hymen', 'hymns', 'hyped', 'hyper', 'hypes', 'hypos', 'iagos', 'iambs', 'ibexs', 'ibiss', 'ibiza', 'iblis', 'ibsen', 'icahn', 'icbms', 'icier', 'icily', 'icing', 'icons', 'idaho', 'ideal', 'ideas', 'idess', 'idiom', 'idiot', 'idled', 'idler', 'idles', 'idols', 'idyll', 'idyls', 'igloo', 'igors', 'ikeas', 'ikons', 'ilene', 'ileum', 'iliac', 'iliad', 'ilona', 'image', 'imams', 'imbed', 'imbue', 'impel', 'imply', 'imuss', 'inane', 'inapt', 'incas', 'inchs', 'incur', 'index', 'india', 'indra', 'indue', 'indus', 'indys', 'inept', 'inert', 'inezs', 'infer', 'infix', 'infos', 'infra', 'ingot', 'injun', 'inked', 'inker', 'inlay', 'inlet', 'inman', 'inner', 'inonu', 'input', 'inset', 'intel', 'inter', 'inuit', 'inure', 'invar', 'ionic', 'iotas', 'iowan', 'iowas', 'ipods', 'iqbal', 'irans', 'iraqi', 'iraqs', 'irate', 'irene', 'irish', 'iriss', 'irked', 'irmas', 'irons', 'irony', 'irvin', 'irwin', 'isaac', 'ishim', 'isiah', 'ising', 'isiss', 'islam', 'isles', 'islet', 'issac', 'issue', 'isuzu', 'italy', 'itchs', 'itchy', 'items', 'ivies', 'ivory', 'iyars', 'izaak', 'izmir', 'izods', 'jabot', 'jacks', 'jacky', 'jacob', 'jaded', 'jades', 'jails', 'jaime', 'jakes', 'jamal', 'jamar', 'jambs', 'jamel', 'james', 'jamie', 'jamis', 'janas', 'janet', 'janie', 'janis', 'janna', 'janos', 'janus', 'japan', 'japed', 'japes', 'jared', 'jason', 'jaunt', 'javas', 'jawed', 'jayne', 'jazzs', 'jazzy', 'jeans', 'jedis', 'jeeps', 'jeers', 'jeffs', 'jehad', 'jello', 'jells', 'jelly', 'jenna', 'jenny', 'jeres', 'jeris', 'jerks', 'jerky', 'jerri', 'jerry', 'jesse', 'jesss', 'jests', 'jesus', 'jetty', 'jewel', 'jewry', 'jibed', 'jibes', 'jidda', 'jiffy', 'jihad', 'jilin', 'jilts', 'jimmy', 'jinan', 'jinni', 'jinns', 'jinny', 'jinxs', 'jived', 'jives', 'joann', 'jocks', 'jodie', 'jodis', 'jodys', 'joeys', 'johns', 'joins', 'joint', 'joist', 'joked', 'joker', 'jokes', 'jolla', 'jolly', 'jolts', 'jonah', 'jonas', 'jones', 'jonis', 'jorge', 'josef', 'joses', 'joshs', 'josie', 'josue', 'joule', 'joust', 'joves', 'jowls', 'jowly', 'joyce', 'joyed', 'juana', 'juans', 'jubal', 'judah', 'judas', 'judds', 'judea', 'judge', 'judos', 'juice', 'juicy', 'jukes', 'julep', 'jules', 'julia', 'julie', 'julio', 'julys', 'jumbo', 'jumps', 'jumpy', 'junco', 'junes', 'jungs', 'junks', 'junky', 'junos', 'junta', 'juror', 'jurua', 'jurys', 'jutes', 'kaaba', 'kabob', 'kabul', 'kafka', 'kajar', 'kalbs', 'kales', 'kalis', 'kamas', 'kanes', 'kants', 'kapok', 'kappa', 'kaput', 'karas', 'karat', 'karen', 'karin', 'karis', 'karla', 'karls', 'karma', 'karol', 'karos', 'karyn', 'kasai', 'kasey', 'kates', 'kathy', 'katie', 'katys', 'kauai', 'kayak', 'kayes', 'kayla', 'kazan', 'kazoo', 'keats', 'kebab', 'kebob', 'kecks', 'keels', 'keens', 'keeps', 'keith', 'kelli', 'kelly', 'kelps', 'kemps', 'kenny', 'kents', 'kenya', 'keogh', 'kerbs', 'keris', 'kerri', 'kerry', 'ketch', 'keven', 'kevin', 'keyed', 'keyes', 'khaki', 'khans', 'khmer', 'khufu', 'kicks', 'kicky', 'kidde', 'kiddo', 'kidds', 'kiddy', 'kieth', 'kievs', 'kills', 'kilns', 'kilos', 'kilts', 'kinda', 'kinds', 'kings', 'kinks', 'kinky', 'kiosk', 'kiowa', 'kirby', 'kirov', 'kisss', 'kited', 'kites', 'kiths', 'kitty', 'kiwis', 'klans', 'klaus', 'klein', 'klimt', 'kline', 'klutz', 'kmart', 'knack', 'knapp', 'knave', 'knead', 'kneed', 'kneel', 'knees', 'knell', 'knelt', 'knick', 'knife', 'knits', 'knobs', 'knock', 'knoll', 'knopf', 'knots', 'knott', 'known', 'knows', 'knurl', 'knuth', 'koala', 'kodak', 'kojak', 'kombu', 'kongo', 'kongs', 'kooks', 'kooky', 'kopek', 'koran', 'korea', 'korys', 'kraft', 'kraut', 'krebs', 'kriss', 'krnas', 'krnur', 'krocs', 'krone', 'krupp', 'kruse', 'kudos', 'kudzu', 'kuhns', 'kulak', 'kurts', 'kusch', 'kwans', 'kyles', 'kyoto', 'laban', 'label', 'labia', 'labor', 'laced', 'laces', 'lacey', 'lacks', 'lacys', 'laded', 'laden', 'lades', 'ladle', 'ladys', 'lager', 'lagos', 'lairs', 'laity', 'laius', 'lajos', 'lakes', 'lamar', 'lamas', 'lambs', 'lamed', 'lamer', 'lames', 'lamps', 'lanai', 'lanas', 'lance', 'lands', 'lanes', 'lange', 'lanka', 'lanky', 'lanny', 'lapel', 'lapps', 'lapse', 'laras', 'larch', 'lards', 'lares', 'large', 'largo', 'larks', 'larry', 'larva', 'laser', 'lashs', 'lassa', 'lasso', 'lasss', 'lasts', 'latch', 'later', 'latex', 'lathe', 'laths', 'latin', 'latus', 'lauds', 'laugh', 'laura', 'lauri', 'laval', 'lavas', 'lawns', 'laxer', 'laxly', 'layer', 'layla', 'layup', 'lazed', 'lazes', 'leach', 'leads', 'leafs', 'leafy', 'leaks', 'leaky', 'leann', 'leans', 'leaps', 'leapt', 'learn', 'lears', 'leary', 'lease', 'leash', 'least', 'leave', 'ledge', 'leech', 'leeds', 'leeks', 'leers', 'leery', 'lefts', 'lefty', 'legal', 'leger', 'leggy', 'legit', 'legos', 'leifs', 'leigh', 'leila', 'lelas', 'lelia', 'lemma', 'lemme', 'lemon', 'lemur', 'lenas', 'lends', 'lenin', 'lenny', 'lenos', 'lenss', 'lents', 'leola', 'leona', 'leone', 'leper', 'lepke', 'lepus', 'leroy', 'lesas', 'lesss', 'letas', 'letha', 'lethe', 'letup', 'levee', 'level', 'lever', 'levin', 'levis', 'levys', 'lewis', 'lexus', 'lhasa', 'liars', 'libby', 'libel', 'libra', 'libya', 'licit', 'licks', 'lidia', 'liege', 'liens', 'lieus', 'lifer', 'lifes', 'lifts', 'light', 'liked', 'liken', 'liker', 'likes', 'lilac', 'lilas', 'lilia', 'lille', 'lilly', 'lilts', 'lilys', 'limas', 'limbo', 'limbs', 'limed', 'limes', 'limit', 'limns', 'limos', 'limps', 'linas', 'linda', 'lindy', 'lined', 'linen', 'liner', 'lines', 'lingo', 'links', 'lints', 'linus', 'linux', 'lions', 'lipid', 'lippi', 'liras', 'lisas', 'lisle', 'lisps', 'lists', 'liszt', 'liter', 'lithe', 'litre', 'lived', 'liven', 'liver', 'lives', 'livia', 'livid', 'livre', 'lizas', 'lizzy', 'llama', 'llano', 'lloyd', 'loads', 'loafs', 'loams', 'loamy', 'loans', 'loath', 'lobar', 'lobby', 'lobed', 'lobes', 'local', 'locke', 'locks', 'locus', 'lodes', 'lodge', 'lodzs', 'loeil', 'loess', 'loewe', 'loewi', 'loews', 'lofts', 'lofty', 'logan', 'loges', 'logic', 'logos', 'loins', 'loire', 'loiss', 'lokis', 'lolas', 'lolls', 'lolly', 'lomes', 'loner', 'longs', 'looks', 'looms', 'loons', 'loony', 'loops', 'loopy', 'loose', 'loots', 'loped', 'lopes', 'lopez', 'loras', 'lords', 'loren', 'lores', 'lorie', 'loris', 'lorna', 'lorre', 'lorry', 'loser', 'loses', 'losss', 'lossy', 'lotte', 'lotto', 'lotts', 'lotus', 'louie', 'louis', 'louse', 'lousy', 'louts', 'loved', 'lover', 'loves', 'lowed', 'lower', 'lowes', 'lowly', 'lowry', 'loxes', 'loyal', 'loyds', 'luann', 'luaus', 'lubed', 'lubes', 'lucas', 'luces', 'lucia', 'lucid', 'lucio', 'lucks', 'lucky', 'lucre', 'lucys', 'luger', 'luigi', 'luisa', 'luiss', 'lukes', 'lulas', 'lulls', 'lully', 'lulus', 'lumen', 'lumps', 'lumpy', 'lunar', 'lunas', 'lunch', 'lunge', 'lungs', 'lupes', 'lupin', 'lupus', 'lurch', 'lured', 'lures', 'luria', 'lurid', 'lurks', 'lushs', 'lusts', 'lusty', 'lutes', 'luvss', 'luzon', 'lycra', 'lydia', 'lyell', 'lying', 'lykes', 'lyles', 'lyman', 'lymes', 'lymph', 'lynch', 'lynda', 'lynne', 'lynxs', 'lyons', 'lyras', 'lyres', 'lyric', 'lysol', 'mabel', 'mable', 'macao', 'macaw', 'maced', 'maces', 'macho', 'macks', 'macon', 'macro', 'macys', 'madam', 'madge', 'madly', 'mafia', 'magic', 'magma', 'magna', 'magog', 'magoo', 'mahdi', 'maids', 'maier', 'mails', 'maims', 'maine', 'mains', 'maize', 'major', 'maker', 'makes', 'malay', 'males', 'malls', 'malta', 'malts', 'mamas', 'mambo', 'mamet', 'mamie', 'mamma', 'mandy', 'manes', 'manet', 'mange', 'mango', 'mangy', 'mania', 'manic', 'manly', 'manna', 'manor', 'manqu', 'manse', 'manxs', 'manys', 'maori', 'maple', 'maras', 'marat', 'march', 'marci', 'marco', 'marcy', 'mardi', 'mares', 'marge', 'margo', 'maria', 'marie', 'marin', 'mario', 'maris', 'marks', 'marla', 'marne', 'marry', 'marsh', 'marss', 'marta', 'marts', 'marty', 'marva', 'marxs', 'marys', 'masai', 'maser', 'mashs', 'masks', 'mason', 'masss', 'masts', 'match', 'mated', 'mateo', 'mater', 'mates', 'maths', 'matte', 'matts', 'matzo', 'maude', 'mauds', 'mauis', 'mauls', 'maura', 'mauro', 'mauve', 'maven', 'mavin', 'mavis', 'maxed', 'maxes', 'maxim', 'mayan', 'mayas', 'maybe', 'mayer', 'mayor', 'mayos', 'mayra', 'mayst', 'mazda', 'mazes', 'mbini', 'mccoy', 'mcgee', 'mckay', 'mckee', 'meade', 'meads', 'meals', 'mealy', 'means', 'meant', 'meany', 'meats', 'meaty', 'mecca', 'mecum', 'medal', 'medan', 'medea', 'media', 'medic', 'meets', 'megan', 'meier', 'meiji', 'mejia', 'melba', 'melds', 'melee', 'melon', 'melts', 'melva', 'memos', 'mends', 'menes', 'menlo', 'mensa', 'menus', 'meows', 'merak', 'merck', 'mercy', 'meres', 'merge', 'merit', 'merle', 'merry', 'mesas', 'meshs', 'meson', 'messs', 'messy', 'metal', 'meted', 'meter', 'metes', 'metre', 'metro', 'meuse', 'mewed', 'mewls', 'mewss', 'meyer', 'mezzo', 'mfume', 'miami', 'miaow', 'micah', 'micas', 'micks', 'micky', 'micra', 'micro', 'midas', 'middy', 'midge', 'midst', 'miens', 'miffs', 'might', 'migrs', 'miked', 'mikes', 'milan', 'milch', 'milds', 'miler', 'miles', 'milks', 'milky', 'mills', 'milne', 'milos', 'mimed', 'mimes', 'mimic', 'mimis', 'mince', 'minds', 'mindy', 'mined', 'miner', 'mines', 'minim', 'minis', 'minks', 'minor', 'minos', 'minot', 'minsk', 'mints', 'minty', 'minus', 'minxs', 'miras', 'mired', 'mires', 'mirth', 'misdo', 'miser', 'misss', 'missy', 'mists', 'misty', 'mitch', 'miter', 'mites', 'mitre', 'mitts', 'mitty', 'mitzi', 'mixed', 'mixer', 'mixes', 'mixup', 'mizar', 'moans', 'moats', 'mobil', 'mocha', 'mocks', 'modal', 'model', 'modem', 'modes', 'modus', 'moets', 'mogul', 'mohos', 'moira', 'moire', 'moist', 'molal', 'molar', 'molds', 'moldy', 'moles', 'molls', 'molly', 'molts', 'momma', 'mommy', 'monad', 'monas', 'monel', 'monet', 'money', 'monic', 'monks', 'monos', 'monte', 'month', 'monty', 'mooch', 'moods', 'moody', 'mooed', 'moons', 'moore', 'moors', 'moose', 'moots', 'moped', 'mopes', 'moral', 'moran', 'moray', 'morel', 'mores', 'morin', 'morns', 'moron', 'morse', 'morts', 'moser', 'moses', 'mosey', 'mosss', 'mossy', 'mosts', 'mosul', 'motel', 'motes', 'motet', 'moths', 'motif', 'motor', 'motto', 'mould', 'moult', 'mound', 'mount', 'mourn', 'mouse', 'mousy', 'mouth', 'moved', 'mover', 'moves', 'movie', 'mowed', 'mower', 'moyer', 'mtier', 'muchs', 'mucks', 'mucky', 'mucus', 'muddy', 'muffs', 'mufti', 'muggy', 'mugho', 'mujib', 'mulch', 'mulct', 'mules', 'mulls', 'multi', 'mummy', 'mumps', 'munch', 'munoz', 'munro', 'muong', 'mural', 'murat', 'murks', 'murky', 'murre', 'mused', 'muses', 'mushs', 'mushy', 'music', 'musks', 'musky', 'musss', 'mussy', 'musts', 'musty', 'muted', 'muter', 'mutes', 'mutts', 'muzak', 'myers', 'mylar', 'myles', 'mynah', 'mynas', 'myras', 'myrna', 'myron', 'myrrh', 'mysts', 'myths', 'naacp', 'nabla', 'nabob', 'nacho', 'nacre', 'nader', 'nadia', 'nadir', 'nahum', 'naiad', 'nails', 'nairs', 'naive', 'naked', 'named', 'namer', 'names', 'nanak', 'nancy', 'nanny', 'naomi', 'napes', 'nappy', 'narcs', 'narks', 'nasal', 'nasas', 'nasty', 'natal', 'nates', 'natos', 'natty', 'nauru', 'naval', 'navel', 'naves', 'navys', 'nazca', 'nazis', 'neals', 'nears', 'neath', 'necks', 'needs', 'needy', 'negev', 'negro', 'nehru', 'neigh', 'neils', 'nelda', 'nells', 'nelly', 'neons', 'nepal', 'nerds', 'nerdy', 'nerve', 'nervy', 'nests', 'never', 'nevis', 'newel', 'newer', 'newly', 'newss', 'newsy', 'newts', 'nexis', 'nexts', 'nexus', 'nicer', 'nices', 'niche', 'nicks', 'niece', 'nifty', 'nigel', 'niger', 'night', 'nikes', 'nikki', 'nikko', 'nikon', 'niles', 'nimbi', 'ninas', 'nines', 'ninja', 'ninny', 'ninth', 'niobe', 'nippy', 'nisan', 'nisei', 'nitas', 'niter', 'nites', 'nitre', 'nitty', 'nivea', 'nixed', 'nixes', 'nixon', 'noahs', 'nobel', 'noble', 'nobly', 'nodal', 'noddy', 'nodes', 'nodoz', 'noels', 'noemi', 'noise', 'noisy', 'nokia', 'nolan', 'nolas', 'nomad', 'nonas', 'nonce', 'nooks', 'noons', 'noose', 'norad', 'noras', 'norma', 'norms', 'norse', 'north', 'nosed', 'noses', 'nosey', 'noshs', 'notch', 'noted', 'notes', 'notre', 'nouns', 'novae', 'novak', 'novas', 'novel', 'noway', 'noyce', 'noyes', 'nubia', 'nuder', 'nudes', 'nudge', 'nuked', 'nukes', 'nulls', 'numbs', 'nunez', 'nunki', 'nurse', 'nutty', 'nyasa', 'nylon', 'nymph', 'oahus', 'oaken', 'oakum', 'oared', 'oases', 'oasis', 'oaten', 'oates', 'oaths', 'oatss', 'obama', 'obese', 'obeys', 'obits', 'objet', 'oboes', 'occam', 'occur', 'ocean', 'ocher', 'ochoa', 'ochre', 'octal', 'octet', 'odder', 'oddly', 'oddss', 'odell', 'oders', 'odets', 'odins', 'odiss', 'odium', 'odoms', 'odors', 'odour', 'offal', 'offed', 'offer', 'often', 'ogden', 'ogled', 'ogles', 'ogres', 'ohara', 'ohare', 'ohios', 'ohmic', 'ohsas', 'oiled', 'oiler', 'oinks', 'oises', 'okays', 'okras', 'olafs', 'olavs', 'olden', 'older', 'oldie', 'olens', 'oleos', 'olgas', 'olins', 'olive', 'ollie', 'olmec', 'olsen', 'olson', 'omaha', 'omans', 'omars', 'omega', 'omens', 'omits', 'omsks', 'onces', 'oneal', 'onega', 'oneil', 'onion', 'onset', 'onuss', 'onyxs', 'oorts', 'oozed', 'oozes', 'opals', 'opecs', 'opels', 'opens', 'opera', 'opine', 'opium', 'oprah', 'opted', 'optic', 'opuss', 'orals', 'orans', 'orate', 'orbit', 'order', 'organ', 'orgys', 'orins', 'orion', 'oriya', 'orlon', 'orlys', 'orono', 'ortiz', 'orval', 'osage', 'osaka', 'oscar', 'oshas', 'oshea', 'osier', 'oslos', 'osman', 'other', 'otiss', 'otter', 'ought', 'ouija', 'ounce', 'ousts', 'outdo', 'outed', 'outer', 'outgo', 'ouvre', 'ouzel', 'ovals', 'ovary', 'ovate', 'ovens', 'overs', 'overt', 'ovoid', 'ovule', 'ovums', 'owens', 'owing', 'owlet', 'owned', 'owner', 'oxbow', 'oxeye', 'oxide', 'ozark', 'ozone', 'ozzie', 'paars', 'pablo', 'pabst', 'paced', 'pacer', 'paces', 'packs', 'pacts', 'paddy', 'padre', 'paean', 'pagan', 'paged', 'pager', 'pages', 'paige', 'pails', 'paine', 'pains', 'paint', 'pairs', 'palau', 'paled', 'paler', 'pales', 'paley', 'palls', 'palms', 'palmy', 'palsy', 'pampa', 'panda', 'panel', 'panes', 'pangs', 'panic', 'pansy', 'pants', 'panty', 'panza', 'paoli', 'papal', 'papas', 'papaw', 'paper', 'pappy', 'papua', 'paran', 'parch', 'pared', 'pares', 'paris', 'parka', 'parke', 'parks', 'parry', 'parse', 'parsi', 'parts', 'party', 'pasha', 'passe', 'passs', 'pasta', 'paste', 'pasts', 'pasty', 'patch', 'patel', 'paten', 'pater', 'pates', 'paths', 'patio', 'patna', 'patsy', 'patti', 'patty', 'paula', 'pauli', 'paulo', 'pauls', 'pause', 'paved', 'paves', 'pawed', 'pawls', 'pawns', 'payed', 'payee', 'payer', 'payne', 'peace', 'peach', 'peaks', 'peaky', 'peale', 'peals', 'pearl', 'pears', 'peary', 'pease', 'peats', 'pecan', 'pecks', 'pecos', 'pedal', 'pedro', 'peeks', 'peels', 'peeps', 'peepy', 'peers', 'peeve', 'peggy', 'pekoe', 'pelee', 'peles', 'pelts', 'penal', 'penas', 'pence', 'pends', 'penes', 'penis', 'penna', 'penny', 'peons', 'peony', 'pepin', 'peppy', 'pepsi', 'pepys', 'perch', 'percy', 'perez', 'peril', 'perks', 'perky', 'perle', 'perls', 'perms', 'peron', 'perot', 'perry', 'perth', 'perus', 'pesky', 'pesos', 'peste', 'pests', 'petal', 'peter', 'petes', 'petit', 'petra', 'petri', 'petty', 'pewee', 'phage', 'phase', 'phial', 'phish', 'phlox', 'phone', 'phony', 'photo', 'phyla', 'piafs', 'piano', 'picas', 'picks', 'picky', 'piece', 'piers', 'piety', 'piggy', 'pigmy', 'piing', 'piked', 'piker', 'pikes', 'pilaf', 'pilau', 'pilaw', 'piled', 'piles', 'pills', 'pilot', 'pimps', 'pinch', 'pined', 'pines', 'pings', 'pinks', 'pinky', 'pinto', 'pints', 'pinup', 'piotr', 'pious', 'piped', 'piper', 'pipes', 'pipit', 'pique', 'pisss', 'pitas', 'pitch', 'piths', 'pithy', 'piton', 'pitts', 'pitys', 'piuss', 'pivot', 'pixel', 'pixie', 'pixys', 'pizza', 'place', 'plaid', 'plain', 'plait', 'plane', 'plank', 'plans', 'plant', 'plasm', 'plate', 'plath', 'plato', 'playa', 'plays', 'plaza', 'plead', 'pleas', 'pleat', 'plied', 'plies', 'pliny', 'plods', 'plops', 'plots', 'plows', 'ploys', 'pluck', 'plugs', 'plumb', 'plume', 'plump', 'plums', 'plunk', 'plush', 'pluss', 'pluto', 'poach', 'pobox', 'pocks', 'pocus', 'podge', 'podia', 'poems', 'poesy', 'poets', 'pogos', 'point', 'poise', 'poked', 'poker', 'pokes', 'pokey', 'polar', 'poled', 'poles', 'polio', 'polis', 'polka', 'polks', 'polls', 'polly', 'polos', 'polyp', 'pomps', 'ponce', 'ponds', 'pones', 'ponys', 'pooch', 'poohs', 'poole', 'pools', 'poona', 'poops', 'popes', 'poppa', 'poppy', 'porch', 'pored', 'pores', 'porks', 'porno', 'porns', 'porte', 'porto', 'ports', 'posed', 'poser', 'poses', 'posey', 'posit', 'posse', 'posts', 'posys', 'potts', 'potty', 'pouch', 'pound', 'pours', 'pouts', 'power', 'poxes', 'prada', 'prado', 'praia', 'prank', 'prate', 'pratt', 'prawn', 'prays', 'prcis', 'preen', 'preps', 'press', 'prexy', 'preys', 'priam', 'price', 'prick', 'pricy', 'pride', 'pried', 'pries', 'prigs', 'prima', 'prime', 'primp', 'print', 'prior', 'prise', 'prism', 'prius', 'privy', 'prize', 'probe', 'prods', 'profs', 'promo', 'proms', 'prone', 'prong', 'proof', 'props', 'prose', 'prosy', 'protg', 'proud', 'prove', 'provo', 'prowl', 'prows', 'proxy', 'prtos', 'prude', 'prune', 'pryor', 'psalm', 'pshaw', 'psych', 'ptahs', 'ptain', 'pubic', 'pucks', 'pudgy', 'puffs', 'puffy', 'puget', 'pughs', 'puked', 'pukes', 'pulls', 'pulps', 'pulpy', 'pulse', 'pumas', 'pumps', 'punch', 'punic', 'punks', 'punky', 'punts', 'pupae', 'pupal', 'pupas', 'pupil', 'puppy', 'puree', 'purer', 'purge', 'purim', 'purls', 'purrs', 'purse', 'purus', 'pusan', 'pusey', 'pushs', 'pushy', 'pusss', 'pussy', 'putin', 'putts', 'putty', 'puzos', 'pygmy', 'pyles', 'pylon', 'pyotr', 'pyres', 'pyrex', 'pyxes', 'qatar', 'quack', 'quads', 'quaff', 'quail', 'quake', 'qualm', 'quark', 'quart', 'quash', 'quasi', 'quays', 'queen', 'queer', 'quell', 'query', 'quest', 'queue', 'quick', 'quids', 'quiet', 'quill', 'quilt', 'quinn', 'quint', 'quips', 'quire', 'quirk', 'quirt', 'quite', 'quito', 'quits', 'quizs', 'quoit', 'quota', 'quote', 'quoth', 'rabat', 'rabbi', 'rabid', 'rabin', 'raced', 'racer', 'races', 'racks', 'radar', 'radii', 'radio', 'radix', 'radon', 'rafts', 'ragas', 'raged', 'rages', 'raids', 'rails', 'rains', 'rainy', 'raise', 'rajah', 'rajas', 'raked', 'rakes', 'rally', 'ralph', 'raman', 'ramas', 'rambo', 'ramon', 'ramos', 'ramps', 'ranch', 'randi', 'randy', 'range', 'rangy', 'ranks', 'rants', 'raoul', 'raped', 'raper', 'rapes', 'rapid', 'rared', 'rarer', 'rares', 'rashs', 'rasps', 'raspy', 'rated', 'rater', 'rates', 'ratio', 'ratty', 'rauls', 'raved', 'ravel', 'raven', 'raves', 'rawer', 'rawly', 'rayon', 'razed', 'razes', 'razor', 'razzs', 'reach', 'react', 'reads', 'ready', 'realm', 'reals', 'reams', 'reaps', 'rearm', 'rears', 'reave', 'rebas', 'rebel', 'rebus', 'rebut', 'recap', 'recta', 'recur', 'redid', 'redly', 'reeds', 'reedy', 'reefs', 'reeks', 'reels', 'reese', 'reeve', 'refer', 'refit', 'regal', 'regis', 'regor', 'rehab', 'reich', 'reign', 'reins', 'relax', 'relay', 'relic', 'reman', 'remit', 'remus', 'renal', 'renas', 'rends', 'renee', 'renes', 'renew', 'renos', 'rents', 'repay', 'repel', 'reply', 'reran', 'rerun', 'reset', 'resin', 'rests', 'retch', 'retry', 'reuse', 'revas', 'revel', 'rever', 'revet', 'revue', 'reyes', 'reyna', 'rheas', 'rheum', 'rhine', 'rhino', 'rhoda', 'rhode', 'rhone', 'rhyme', 'riced', 'rices', 'richs', 'ricks', 'ricky', 'ricos', 'rider', 'rides', 'ridge', 'riels', 'rifer', 'riffs', 'rifle', 'rifts', 'rigas', 'rigel', 'riggs', 'right', 'rigid', 'rigor', 'riled', 'riles', 'riley', 'rilke', 'rills', 'rilly', 'rimed', 'rimes', 'rinds', 'ringo', 'rings', 'rinks', 'rinse', 'riots', 'ripen', 'riper', 'risen', 'riser', 'rises', 'risks', 'risky', 'risqu', 'ritas', 'rites', 'ritzs', 'ritzy', 'rival', 'rivas', 'riven', 'river', 'rivet', 'rizal', 'roach', 'roads', 'roams', 'roans', 'roars', 'roast', 'robby', 'robed', 'robes', 'robin', 'robot', 'robts', 'robyn', 'rocco', 'rocha', 'roche', 'rocks', 'rocky', 'rodeo', 'rodin', 'roegs', 'roger', 'roget', 'rogue', 'roils', 'rojas', 'rokus', 'roles', 'rolex', 'rolls', 'roman', 'romeo', 'romes', 'romps', 'ronda', 'rondo', 'ronny', 'roods', 'roofs', 'rooks', 'rooky', 'rooms', 'roomy', 'roost', 'roots', 'roped', 'roper', 'ropes', 'rorys', 'rosas', 'rosen', 'roses', 'rosie', 'rosin', 'rosss', 'rotcs', 'rotes', 'roths', 'rotor', 'rouge', 'rough', 'round', 'rouse', 'route', 'routs', 'roved', 'rover', 'roves', 'rowdy', 'rowed', 'rowel', 'rower', 'roxie', 'roxys', 'royal', 'royce', 'ruben', 'rubes', 'rubik', 'rubin', 'ruble', 'rubys', 'ruddy', 'ruder', 'rudys', 'ruffs', 'rufus', 'rugby', 'ruhrs', 'ruing', 'ruins', 'ruizs', 'ruled', 'ruler', 'rules', 'rumba', 'rumen', 'rummy', 'rumor', 'rumps', 'runes', 'runge', 'rungs', 'runic', 'runny', 'runts', 'runty', 'rupee', 'rural', 'ruses', 'rushs', 'rusks', 'russo', 'rusts', 'rusty', 'rutan', 'ruths', 'rutty', 'ryans', 'ryder', 'saabs', 'saber', 'sabik', 'sabin', 'sable', 'sabra', 'sabre', 'sacco', 'sachs', 'sacks', 'sadat', 'sades', 'sadie', 'sadly', 'sadrs', 'safer', 'safes', 'sagan', 'sagas', 'sager', 'sages', 'sagos', 'sahel', 'sahib', 'sails', 'saint', 'saiph', 'saith', 'sakai', 'sakes', 'sakha', 'sakis', 'salad', 'salas', 'salem', 'sales', 'salle', 'sally', 'salon', 'salsa', 'salts', 'salty', 'salve', 'salvo', 'samar', 'samba', 'sames', 'sammy', 'samoa', 'sanas', 'sance', 'sands', 'sandy', 'saner', 'sangs', 'sanka', 'santa', 'santo', 'sappy', 'sarah', 'saran', 'saras', 'saree', 'saris', 'sarss', 'sarto', 'sasha', 'sashs', 'sasss', 'sassy', 'satan', 'sated', 'sates', 'satin', 'satyr', 'sauce', 'saucy', 'saudi', 'sauls', 'sault', 'sauna', 'saute', 'sauts', 'saved', 'saver', 'saves', 'savor', 'savoy', 'savvy', 'sawed', 'saxes', 'saxon', 'sayer', 'scabs', 'scads', 'scala', 'scald', 'scale', 'scalp', 'scaly', 'scamp', 'scams', 'scans', 'scant', 'scare', 'scarf', 'scars', 'scary', 'scats', 'scaup', 'scene', 'scent', 'schwa', 'scion', 'scoff', 'scold', 'scone', 'scoop', 'scoot', 'scope', 'scops', 'score', 'scorn', 'scots', 'scott', 'scour', 'scout', 'scowl', 'scows', 'scram', 'scrap', 'screw', 'scrim', 'scrip', 'scrod', 'scrub', 'scuba', 'scuds', 'scuff', 'scull', 'scums', 'scurf', 'seals', 'sealy', 'seams', 'seamy', 'seans', 'sears', 'seats', 'sects', 'sedan', 'seder', 'sedge', 'sedna', 'seeds', 'seedy', 'seeks', 'seems', 'seeps', 'seers', 'segas', 'segre', 'segue', 'seiko', 'seine', 'seize', 'selfs', 'selim', 'sells', 'selma', 'semen', 'semis', 'sends', 'senna', 'senor', 'sense', 'seoul', 'sepal', 'sepia', 'sepoy', 'septa', 'septs', 'serbs', 'serer', 'serfs', 'serge', 'serif', 'serra', 'serum', 'serve', 'servo', 'seths', 'seton', 'setup', 'seuss', 'seven', 'sever', 'sewed', 'sewer', 'sexed', 'sexes', 'shack', 'shade', 'shads', 'shady', 'shaft', 'shags', 'shahs', 'shaka', 'shake', 'shako', 'shaky', 'shale', 'shall', 'shalt', 'shame', 'shams', 'shana', 'shane', 'shank', 'shant', 'shape', 'shard', 'share', 'shari', 'shark', 'sharp', 'shaun', 'shave', 'shawl', 'shawn', 'shaws', 'sheaf', 'shear', 'sheas', 'sheba', 'sheds', 'sheen', 'sheep', 'sheer', 'sheet', 'sheik', 'shelf', 'shell', 'sheol', 'sherd', 'sheri', 'shied', 'shies', 'shift', 'shill', 'shims', 'shine', 'shins', 'shiny', 'ships', 'shire', 'shirk', 'shirr', 'shirt', 'shish', 'shits', 'shiva', 'shlep', 'shoal', 'shock', 'shoed', 'shoes', 'shoji', 'shone', 'shook', 'shoon', 'shoos', 'shoot', 'shops', 'shore', 'shorn', 'short', 'shots', 'shout', 'shove', 'shown', 'shows', 'showy', 'shred', 'shrek', 'shrew', 'shrub', 'shrug', 'shtik', 'shuck', 'shula', 'shuns', 'shunt', 'shush', 'shuts', 'shyer', 'shyly', 'siams', 'sians', 'sibyl', 'sicks', 'sided', 'sides', 'sidle', 'sidss', 'siege', 'siena', 'sieve', 'sifts', 'sighs', 'sight', 'sigma', 'signs', 'sikhs', 'silas', 'silks', 'silky', 'sills', 'silly', 'silos', 'silts', 'silty', 'silva', 'simon', 'sinai', 'since', 'sines', 'sinew', 'singe', 'singh', 'sings', 'sinks', 'sinus', 'sioux', 'sired', 'siren', 'sires', 'sirup', 'sisal', 'sises', 'sissy', 'sitar', 'sited', 'sites', 'situs', 'sivan', 'sivas', 'sixes', 'sixth', 'sixty', 'sized', 'sizer', 'sizes', 'skate', 'skeet', 'skein', 'skews', 'skids', 'skied', 'skier', 'skies', 'skiff', 'skill', 'skimp', 'skims', 'skins', 'skips', 'skirt', 'skits', 'skulk', 'skull', 'skunk', 'skyed', 'skype', 'slabs', 'slack', 'slags', 'slain', 'slake', 'slams', 'slang', 'slant', 'slaps', 'slash', 'slate', 'slats', 'slave', 'slavs', 'slaws', 'slays', 'sleds', 'sleek', 'sleep', 'sleet', 'slept', 'slews', 'slice', 'slick', 'slide', 'slier', 'slily', 'slime', 'slims', 'slimy', 'sling', 'slink', 'slips', 'slits', 'sloan', 'slobs', 'sloes', 'slogs', 'sloop', 'slope', 'slops', 'slosh', 'sloth', 'slots', 'slows', 'slued', 'slues', 'slugs', 'slump', 'slums', 'slung', 'slunk', 'slurp', 'slurs', 'slush', 'sluts', 'slyer', 'slyly', 'smack', 'small', 'smart', 'smash', 'smear', 'smell', 'smelt', 'smile', 'smirk', 'smite', 'smith', 'smock', 'smogs', 'smoke', 'smoky', 'smote', 'smuts', 'snack', 'snafu', 'snags', 'snail', 'snake', 'snaky', 'snaps', 'snare', 'snark', 'snarl', 'snead', 'sneak', 'sneer', 'snell', 'snick', 'snide', 'sniff', 'snipe', 'snips', 'snits', 'snobs', 'snook', 'snoop', 'snoot', 'snore', 'snort', 'snots', 'snout', 'snows', 'snowy', 'snubs', 'snuck', 'snuff', 'snugs', 'soaks', 'soaps', 'soapy', 'soars', 'soave', 'sober', 'socks', 'sodas', 'soddy', 'sodom', 'sofas', 'sofia', 'softy', 'soggy', 'soils', 'soire', 'solar', 'soled', 'soles', 'solid', 'solis', 'solon', 'solos', 'solve', 'somal', 'somme', 'sonar', 'songs', 'sonia', 'sonic', 'sonja', 'sonny', 'sonya', 'sonys', 'sooth', 'soots', 'sooty', 'soppy', 'sorer', 'sores', 'sorry', 'sorta', 'sorts', 'sosas', 'sotos', 'sough', 'souls', 'sound', 'soups', 'soupy', 'sours', 'sousa', 'souse', 'south', 'sowed', 'sower', 'soyas', 'soyuz', 'space', 'spacy', 'spade', 'spahn', 'spain', 'spake', 'spams', 'spank', 'spans', 'spare', 'spark', 'spars', 'spasm', 'spate', 'spats', 'spawn', 'spays', 'speak', 'spear', 'speck', 'specs', 'speed', 'speer', 'spell', 'spelt', 'spend', 'spent', 'sperm', 'spews', 'spica', 'spice', 'spicy', 'spied', 'spiel', 'spies', 'spike', 'spiky', 'spill', 'spilt', 'spine', 'spins', 'spinx', 'spiny', 'spire', 'spiro', 'spite', 'spits', 'spitz', 'splat', 'splay', 'split', 'spock', 'spoil', 'spoke', 'spoof', 'spook', 'spool', 'spoon', 'spoor', 'spore', 'sport', 'spots', 'spout', 'sprat', 'spray', 'spree', 'sprig', 'sprue', 'spuds', 'spume', 'spunk', 'spurn', 'spurs', 'spurt', 'squab', 'squad', 'squat', 'squaw', 'squid', 'stabs', 'staci', 'stack', 'stacy', 'stael', 'staff', 'stage', 'stags', 'stagy', 'stahl', 'staid', 'stain', 'stair', 'stake', 'stale', 'stalk', 'stall', 'stamp', 'stand', 'stank', 'stans', 'staph', 'stare', 'stark', 'starr', 'stars', 'start', 'stash', 'state', 'stats', 'stave', 'stays', 'stead', 'steak', 'steal', 'steam', 'steed', 'steel', 'steen', 'steep', 'steer', 'stein', 'stems', 'steps', 'stern', 'steve', 'stews', 'stick', 'sties', 'stiff', 'stile', 'still', 'stilt', 'stine', 'sting', 'stink', 'stint', 'stirs', 'stoat', 'stock', 'stoic', 'stoke', 'stole', 'stomp', 'stone', 'stony', 'stood', 'stool', 'stoop', 'stops', 'store', 'stork', 'storm', 'story', 'stout', 'stove', 'stowe', 'stows', 'strap', 'straw', 'stray', 'strep', 'strew', 'strip', 'strom', 'strop', 'strum', 'strut', 'stubs', 'stuck', 'studs', 'study', 'stuff', 'stump', 'stung', 'stunk', 'stuns', 'stunt', 'sturm', 'styes', 'style', 'styli', 'styxs', 'suave', 'sucks', 'sucre', 'sudan', 'sudra', 'sudss', 'sudsy', 'suede', 'suets', 'sugar', 'suing', 'suite', 'suits', 'sulfa', 'sulks', 'sulky', 'sulla', 'sully', 'sumac', 'sumos', 'sumps', 'sunni', 'sunny', 'sunup', 'super', 'supra', 'surat', 'surer', 'surfs', 'surge', 'surly', 'surya', 'susan', 'sushi', 'susie', 'suvas', 'suzys', 'svens', 'svres', 'swabs', 'swage', 'swags', 'swain', 'swami', 'swamp', 'swank', 'swans', 'swaps', 'sward', 'swarm', 'swart', 'swash', 'swath', 'swats', 'sways', 'swazi', 'swear', 'sweat', 'swede', 'sweep', 'sweet', 'swell', 'swelt', 'swept', 'swift', 'swigs', 'swill', 'swims', 'swine', 'swing', 'swipe', 'swirl', 'swish', 'swiss', 'swoon', 'swoop', 'swops', 'sword', 'swore', 'sworn', 'swung', 'sybil', 'sykes', 'sylow', 'sylph', 'synch', 'syncs', 'synge', 'synod', 'syria', 'syrup', 'tabby', 'table', 'taboo', 'tabus', 'tacit', 'tacks', 'tacky', 'tacos', 'tacts', 'taegu', 'taffy', 'tafts', 'tagus', 'tahoe', 'tails', 'taine', 'taint', 'taken', 'taker', 'takes', 'talcs', 'tales', 'talks', 'talky', 'tally', 'talon', 'talus', 'tamed', 'tamer', 'tames', 'tamil', 'tamis', 'tammi', 'tammy', 'tampa', 'tamps', 'tamra', 'taney', 'tango', 'tangs', 'tangy', 'tania', 'tanks', 'tansy', 'tanya', 'taped', 'taper', 'tapes', 'tapir', 'tapis', 'tappa', 'taras', 'tardy', 'tared', 'tares', 'tarim', 'taros', 'tarot', 'tarps', 'tarry', 'tarts', 'tasha', 'tasks', 'taste', 'tasty', 'tatar', 'tater', 'tatty', 'tatum', 'taunt', 'taupe', 'tawny', 'taxed', 'taxes', 'taxis', 'teach', 'teaks', 'teals', 'teams', 'tears', 'teary', 'tease', 'teats', 'techs', 'tecum', 'teddy', 'teems', 'teens', 'teeny', 'teeth', 'telex', 'tells', 'tempe', 'tempi', 'tempo', 'temps', 'tempt', 'tends', 'tenet', 'tenon', 'tenor', 'tense', 'tenth', 'tents', 'tepee', 'tepid', 'teris', 'terms', 'terns', 'terra', 'terre', 'terri', 'terrs', 'terry', 'terse', 'tesla', 'tessa', 'tests', 'testy', 'tevet', 'texan', 'texas', 'texts', 'thads', 'thais', 'thanh', 'thank', 'thant', 'tharp', 'thars', 'thatd', 'thats', 'thaws', 'theas', 'thees', 'theft', 'their', 'theme', 'thens', 'there', 'these', 'theta', 'theyd', 'thick', 'thief', 'thieu', 'thigh', 'thine', 'thing', 'think', 'thins', 'third', 'thong', 'thorn', 'thors', 'those', 'thoth', 'thous', 'three', 'threw', 'throb', 'throe', 'throw', 'thrum', 'thuds', 'thugs', 'thule', 'thumb', 'thump', 'thurs', 'thyme', 'thymi', 'tiara', 'tiber', 'tibet', 'tibia', 'ticks', 'tidal', 'tided', 'tides', 'tidys', 'tiers', 'tiffs', 'tiger', 'tight', 'tikes', 'tilde', 'tiled', 'tiles', 'tills', 'tilth', 'tilts', 'timed', 'timer', 'times', 'timex', 'timid', 'timmy', 'timon', 'timor', 'timur', 'tinas', 'tines', 'tinge', 'tings', 'tinny', 'tints', 'tioga', 'tipis', 'tippy', 'tipsy', 'tired', 'tires', 'tiros', 'tisha', 'titan', 'titer', 'tithe', 'title', 'titos', 'titus', 'tizzy', 'toads', 'toady', 'toast', 'today', 'toddy', 'toefl', 'toffy', 'tofus', 'togae', 'togas', 'togos', 'togss', 'toils', 'tokay', 'toked', 'token', 'tokes', 'tokyo', 'tolls', 'tomas', 'tombs', 'tomes', 'tommy', 'tomsk', 'tonal', 'toned', 'toner', 'tones', 'tonga', 'tongs', 'tonia', 'tonic', 'tonis', 'tonne', 'tonto', 'tonya', 'tools', 'tooth', 'toots', 'topaz', 'toper', 'topic', 'topsy', 'toque', 'torah', 'torch', 'torsi', 'torso', 'torte', 'torts', 'torus', 'torys', 'tosca', 'tosss', 'total', 'toted', 'totem', 'totes', 'totos', 'touch', 'tough', 'tours', 'touts', 'towed', 'towel', 'tower', 'towns', 'toxic', 'toxin', 'toyed', 'trace', 'traci', 'track', 'tract', 'tracy', 'trade', 'trail', 'train', 'trait', 'tramp', 'trams', 'trans', 'traps', 'trash', 'trawl', 'trays', 'tread', 'treat', 'treed', 'trees', 'treks', 'trend', 'trent', 'tress', 'treys', 'triac', 'triad', 'trial', 'tribe', 'trice', 'trick', 'tried', 'trier', 'tries', 'trigs', 'trike', 'trill', 'trims', 'trina', 'trios', 'tripe', 'trips', 'trite', 'troll', 'tromp', 'troop', 'trope', 'troth', 'trots', 'trout', 'troys', 'truce', 'truck', 'trudy', 'trued', 'truer', 'trues', 'truly', 'trump', 'trunk', 'truss', 'trust', 'truth', 'tryst', 'tsars', 'tubas', 'tubby', 'tubed', 'tuber', 'tubes', 'tucks', 'tudes', 'tudor', 'tuess', 'tufts', 'tulip', 'tulle', 'tulls', 'tulsa', 'tumid', 'tummy', 'tumor', 'tumss', 'tunas', 'tuned', 'tuner', 'tunes', 'tunic', 'tunis', 'tunny', 'tupis', 'tuple', 'turds', 'turfs', 'turin', 'turks', 'turns', 'turvy', 'tushs', 'tusks', 'tutor', 'tutsi', 'tutus', 'tuxes', 'twain', 'twang', 'tweak', 'tweed', 'tweet', 'twerp', 'twice', 'twigs', 'twila', 'twill', 'twine', 'twins', 'twirl', 'twist', 'twits', 'tycho', 'tying', 'tykes', 'tyler', 'typed', 'types', 'typic', 'typos', 'tyree', 'tyres', 'tyros', 'tyson', 'tzars', 'uclas', 'udall', 'udder', 'ulcer', 'ulnae', 'ulnas', 'ultra', 'umbel', 'umber', 'umbra', 'umiak', 'umped', 'unary', 'unbar', 'uncle', 'uncut', 'under', 'undid', 'undue', 'unfit', 'unify', 'union', 'unite', 'units', 'unity', 'unixs', 'unman', 'unpin', 'unsay', 'unset', 'untie', 'until', 'unwed', 'unzip', 'upend', 'upped', 'upper', 'upset', 'upton', 'urals', 'urban', 'urdus', 'ureas', 'urged', 'urges', 'uriah', 'uriel', 'urine', 'ursas', 'usage', 'uscgs', 'users', 'usher', 'using', 'ussrs', 'usual', 'usurp', 'usury', 'utahs', 'uteri', 'utica', 'utile', 'utter', 'uvula', 'uzbek', 'vacua', 'vacuo', 'vader', 'vaduz', 'vague', 'vales', 'valet', 'valid', 'valor', 'valry', 'value', 'valve', 'vamps', 'vance', 'vanes', 'vangs', 'vapid', 'vapor', 'vases', 'vasts', 'vault', 'vaunt', 'veals', 'vedas', 'veeps', 'veers', 'veery', 'vegan', 'vegas', 'veils', 'veins', 'velar', 'velds', 'veldt', 'velez', 'vella', 'velma', 'venal', 'vends', 'venns', 'venom', 'vents', 'venue', 'venus', 'veras', 'verbs', 'verde', 'verdi', 'verge', 'verna', 'verne', 'verns', 'versa', 'verse', 'verve', 'vesta', 'vests', 'vetch', 'vetos', 'vexed', 'vexes', 'vials', 'viand', 'vibes', 'vicar', 'viced', 'vices', 'vichy', 'vicki', 'vicky', 'vicua', 'vidal', 'video', 'views', 'vigil', 'vigor', 'vilas', 'viler', 'villa', 'vilma', 'vince', 'vines', 'vinyl', 'viola', 'viols', 'viper', 'viral', 'vireo', 'virgo', 'virus', 'visas', 'vised', 'vises', 'visit', 'visor', 'vista', 'vitae', 'vital', 'vitim', 'vitos', 'vitro', 'vitus', 'vivas', 'vivid', 'vixen', 'vizor', 'vlads', 'vocal', 'vodka', 'vogel', 'vogue', 'voice', 'voids', 'voile', 'voles', 'volga', 'volta', 'volts', 'volvo', 'vomit', 'vonda', 'voted', 'voter', 'votes', 'vouch', 'vowed', 'vowel', 'vower', 'vulva', 'vying', 'waals', 'wacke', 'wacko', 'wacky', 'waded', 'wader', 'wades', 'wadis', 'wafer', 'wafts', 'waged', 'wager', 'wages', 'wagon', 'waifs', 'wails', 'waist', 'waite', 'waits', 'waive', 'waked', 'waken', 'wakes', 'waldo', 'walds', 'waled', 'wales', 'walks', 'walls', 'wally', 'walsh', 'walts', 'waltz', 'wanda', 'wands', 'waned', 'wanes', 'wangs', 'wanly', 'wanna', 'wants', 'wards', 'wares', 'warms', 'warns', 'warps', 'warts', 'warty', 'washs', 'washy', 'wasnt', 'wasps', 'waste', 'watch', 'water', 'watss', 'watts', 'waugh', 'waved', 'waver', 'waves', 'waxed', 'waxen', 'waxer', 'waxes', 'wayne', 'weals', 'weans', 'wears', 'weary', 'weave', 'weber', 'wedge', 'weeds', 'weedy', 'weeks', 'weeps', 'weepy', 'weest', 'wefts', 'weigh', 'weill', 'weird', 'weirs', 'weiss', 'welch', 'welds', 'wells', 'welsh', 'welts', 'wench', 'wendi', 'wends', 'wendy', 'wesak', 'wests', 'wetly', 'wezen', 'whack', 'whale', 'whams', 'wharf', 'whatd', 'whats', 'wheal', 'wheat', 'wheel', 'whelk', 'whelm', 'whelp', 'whens', 'where', 'whets', 'wheys', 'which', 'whiff', 'whigs', 'while', 'whims', 'whine', 'whiny', 'whips', 'whirl', 'whirr', 'whirs', 'whish', 'whisk', 'whist', 'white', 'whits', 'whizs', 'whizz', 'whole', 'wholl', 'whoop', 'whore', 'whorl', 'whose', 'whove', 'wicca', 'wicks', 'widen', 'wider', 'widow', 'width', 'wield', 'wifes', 'wight', 'wikis', 'wilda', 'wilde', 'wilds', 'wiled', 'wiles', 'wiley', 'willa', 'wills', 'willy', 'wilma', 'wilts', 'wimps', 'wimpy', 'wince', 'winch', 'winds', 'windy', 'wined', 'winer', 'wines', 'wings', 'winks', 'winos', 'wiped', 'wiper', 'wipes', 'wired', 'wires', 'wised', 'wiser', 'wises', 'wishs', 'wishy', 'wisps', 'wispy', 'witch', 'withe', 'withy', 'witss', 'witts', 'witty', 'wives', 'wizes', 'woken', 'wolfe', 'wolff', 'wolfs', 'wolve', 'woman', 'wombs', 'women', 'wongs', 'wonts', 'woods', 'woody', 'wooed', 'wooer', 'woofs', 'woolf', 'wools', 'wooly', 'woozy', 'words', 'wordy', 'works', 'world', 'worms', 'wormy', 'worry', 'worse', 'worst', 'worth', 'wotan', 'would', 'wound', 'woven', 'wowed', 'wrack', 'wraps', 'wrapt', 'wrath', 'wreak', 'wreck', 'wrens', 'wrest', 'wrier', 'wring', 'wrist', 'write', 'writs', 'wrong', 'wrote', 'wroth', 'wrung', 'wryer', 'wryly', 'wuhan', 'wusss', 'wyatt', 'wyeth', 'wylie', 'wyman', 'wyner', 'wynns', 'xenia', 'xenon', 'xerox', 'xhosa', 'xingu', 'xmass', 'xylem', 'yaccs', 'yacht', 'yacks', 'yahoo', 'yakut', 'yales', 'yalow', 'yalta', 'yalus', 'yanks', 'yaqui', 'yards', 'yarns', 'yates', 'yawed', 'yawls', 'yawns', 'yawss', 'yeahs', 'yearn', 'years', 'yeast', 'yeats', 'yells', 'yelps', 'yemen', 'yeses', 'yield', 'ymirs', 'yocks', 'yodas', 'yodel', 'yoder', 'yogas', 'yogin', 'yogis', 'yoked', 'yokel', 'yokes', 'yokos', 'yolks', 'yongs', 'yores', 'yorks', 'youll', 'young', 'youre', 'yours', 'youth', 'youve', 'yowls', 'ypres', 'yuans', 'yucca', 'yucks', 'yucky', 'yukon', 'yules', 'yummy', 'yuppy', 'yuris', 'yvess', 'zaire', 'zanes', 'zanys', 'zappa', 'zaras', 'zazen', 'zeals', 'zebra', 'zebus', 'zeiss', 'zekes', 'zelig', 'zelma', 'zenos', 'zeros', 'zests', 'zesty', 'zeuss', 'zibos', 'ziggy', 'zilch', 'zincs', 'zings', 'zions', 'zippy', 'zloty', 'zolas', 'zomba', 'zombi', 'zonal', 'zoned', 'zones', 'zooms', 'zorro', 'zosma', 'zrich', 'zukor', 'zulus', 'aachen', 'aarhus', 'abacus', 'abased', 'abases', 'abated', 'abater', 'abates', 'abbess', 'abbeys', 'abbots', 'abbott', 'abduct', 'abduls', 'abhors', 'abided', 'abides', 'abject', 'abjure', 'ablate', 'ablaze', 'ablest', 'abloom', 'ablute', 'abners', 'aboard', 'abodes', 'aborts', 'abound', 'aboves', 'abrade', 'abrams', 'abroad', 'abrupt', 'absent', 'absorb', 'absurd', 'abused', 'abuser', 'abuses', 'abysss', 'acacia', 'acadia', 'accede', 'accent', 'accept', 'access', 'accord', 'accost', 'accras', 'accrue', 'accuse', 'acetic', 'achebe', 'achier', 'aching', 'achoos', 'acidic', 'acidly', 'ackley', 'acorns', 'acosta', 'acquit', 'across', 'acruxs', 'acting', 'action', 'active', 'actors', 'actual', 'acuffs', 'acuity', 'acumen', 'acuter', 'acutes', 'adages', 'adagio', 'adapts', 'addams', 'addend', 'adders', 'addict', 'addies', 'adding', 'addled', 'addles', 'adduce', 'adduct', 'adelas', 'adeles', 'adelia', 'adepts', 'adhara', 'adhere', 'adidas', 'adieus', 'adieux', 'adipic', 'adject', 'adjoin', 'adjure', 'adjust', 'adkins', 'admans', 'admire', 'admits', 'adobes', 'adolfo', 'adolfs', 'adolph', 'adonis', 'adopts', 'adored', 'adores', 'adorns', 'adrian', 'adrift', 'adroit', 'adsorb', 'adults', 'advent', 'adverb', 'advert', 'advice', 'advils', 'advise', 'aegean', 'aegiss', 'aeneas', 'aeneid', 'aeolus', 'aerate', 'aerial', 'aeries', 'aesops', 'affair', 'affect', 'affine', 'affirm', 'affixs', 'afford', 'affray', 'afghan', 'afield', 'aflame', 'afloat', 'afraid', 'afresh', 'africa', 'agapes', 'agassi', 'agates', 'agatha', 'agaves', 'ageing', 'ageism', 'agency', 'agenda', 'agents', 'aghast', 'agiler', 'agings', 'aglaia', 'agleam', 'agnews', 'agonys', 'agouti', 'agreed', 'agreer', 'agrees', 'ahmads', 'ahmeds', 'aiding', 'aileen', 'ailing', 'aimees', 'aimers', 'aiming', 'airbag', 'airers', 'airier', 'airily', 'airing', 'airman', 'airmen', 'airway', 'aisles', 'aitken', 'akimbo', 'akivas', 'akrons', 'alamos', 'alanas', 'alaric', 'alarms', 'alaska', 'albany', 'albeit', 'albert', 'albino', 'albion', 'albums', 'alcoas', 'alcott', 'alcove', 'alcuin', 'alders', 'aldrin', 'aleppo', 'alerts', 'aleuts', 'alexei', 'alexis', 'alford', 'alfred', 'algols', 'alhena', 'aliass', 'alibis', 'alices', 'alicia', 'aliens', 'alight', 'aligns', 'alined', 'alines', 'alioth', 'alisas', 'alisha', 'alison', 'alissa', 'alkaid', 'alkali', 'alkane', 'alkene', 'allahs', 'allans', 'allays', 'allege', 'allele', 'alleys', 'allied', 'allies', 'allots', 'allows', 'alloys', 'allude', 'allure', 'almach', 'almaty', 'almond', 'almost', 'alnico', 'alohas', 'alonzo', 'alpaca', 'alpert', 'alphas', 'alpine', 'alsace', 'alsops', 'alston', 'altaic', 'altair', 'altais', 'altars', 'altern', 'alters', 'althea', 'altman', 'altons', 'aludra', 'alumna', 'alumni', 'alvaro', 'alvins', 'always', 'alyces', 'alyson', 'alyssa', 'amados', 'amalia', 'amanda', 'amarus', 'amazed', 'amazer', 'amazes', 'amazon', 'ambers', 'ambled', 'ambler', 'ambles', 'ambush', 'amebae', 'amebas', 'amebic', 'ameers', 'amelia', 'amende', 'amends', 'amidst', 'amigas', 'amigos', 'amishs', 'amitys', 'ammans', 'amocos', 'amoeba', 'amoral', 'amount', 'amours', 'amparo', 'ampere', 'ampler', 'ampule', 'ampuls', 'amtrak', 'amulet', 'amused', 'amuser', 'amuses', 'amways', 'anabel', 'anacin', 'analog', 'anarch', 'anchor', 'andean', 'anders', 'andess', 'anding', 'andrea', 'andrei', 'andres', 'andrew', 'anemia', 'anemic', 'angara', 'angela', 'angelo', 'angels', 'angers', 'angies', 'angina', 'angkor', 'angled', 'angler', 'angles', 'anglia', 'angola', 'angora', 'angsts', 'anguss', 'anibal', 'animal', 'animus', 'anions', 'anises', 'anitas', 'ankara', 'ankles', 'anklet', 'annale', 'annals', 'annams', 'anneal', 'annexs', 'annies', 'annoys', 'annual', 'annuli', 'annuls', 'anodes', 'anodic', 'anoint', 'anomic', 'anomie', 'anorak', 'anselm', 'anshan', 'answer', 'anteed', 'anthem', 'anther', 'antics', 'antler', 'antone', 'antons', 'antony', 'antwan', 'anubis', 'anuses', 'anvils', 'anyhow', 'anyone', 'anyway', 'aortae', 'aortas', 'apache', 'apathy', 'apexes', 'aphids', 'apiary', 'apical', 'apices', 'apiece', 'aplomb', 'apogee', 'apollo', 'appall', 'appals', 'appeal', 'appear', 'append', 'appian', 'apples', 'apport', 'aprils', 'aprons', 'aptest', 'aquila', 'aquino', 'arabia', 'arabic', 'arable', 'arafat', 'aramco', 'ararat', 'arawak', 'arbors', 'arbour', 'arcade', 'arcana', 'arcane', 'arccos', 'archae', 'arched', 'archer', 'arches', 'archie', 'archly', 'arcing', 'arcked', 'arcsin', 'arctan', 'arctic', 'ardent', 'ardors', 'ardour', 'arenas', 'argive', 'argons', 'argosy', 'argots', 'argued', 'arguer', 'argues', 'arguss', 'argyle', 'ariess', 'aright', 'arisen', 'ariser', 'arises', 'ariuss', 'arjuna', 'arlene', 'arline', 'armada', 'armand', 'armani', 'armata', 'armers', 'armful', 'armies', 'arming', 'armlet', 'armonk', 'armors', 'armory', 'armour', 'armpit', 'arnebs', 'arnhem', 'arnold', 'aromas', 'around', 'arouse', 'arrack', 'arrant', 'arrays', 'arrear', 'arrest', 'arrive', 'arrons', 'arrows', 'arroyo', 'arsine', 'arsons', 'artery', 'artful', 'arthur', 'artier', 'arties', 'artist', 'arturo', 'arubas', 'aryans', 'asamas', 'ascend', 'ascent', 'asciis', 'ascots', 'asdfgh', 'asgard', 'ashame', 'ashcan', 'ashier', 'ashing', 'ashlee', 'ashley', 'ashman', 'ashmen', 'ashore', 'ashram', 'asians', 'asides', 'asimov', 'askers', 'asking', 'aslant', 'asleep', 'asmara', 'aspect', 'aspell', 'aspens', 'aspics', 'aspire', 'assads', 'assail', 'assams', 'assays', 'assent', 'assert', 'assess', 'assets', 'assign', 'assisi', 'assist', 'assize', 'assort', 'assume', 'assure', 'astana', 'astern', 'asters', 'asthma', 'astral', 'astray', 'astute', 'aswans', 'asylum', 'ataris', 'atatrk', 'athena', 'athens', 'atkins', 'atlass', 'atolls', 'atomic', 'atonal', 'atoned', 'atones', 'atreus', 'atrias', 'atrium', 'attach', 'attack', 'attain', 'attars', 'attend', 'attest', 'attica', 'attics', 'attila', 'attire', 'attlee', 'attune', 'atwood', 'atypic', 'aubrey', 'auburn', 'audens', 'audion', 'audios', 'audits', 'audras', 'audrey', 'augean', 'augend', 'augers', 'aughts', 'augite', 'augurs', 'augury', 'august', 'auntie', 'auriga', 'aurora', 'aussie', 'austen', 'austin', 'author', 'autism', 'autumn', 'avails', 'avalon', 'avatar', 'avenge', 'avenue', 'averse', 'averts', 'averys', 'avesta', 'aviary', 'aviate', 'avidly', 'avilas', 'aviors', 'avocet', 'avoids', 'avouch', 'avowal', 'avowed', 'awaits', 'awaked', 'awaken', 'awakes', 'awards', 'aweigh', 'awhile', 'awning', 'awoken', 'axioms', 'ayalas', 'aymara', 'azalea', 'azanas', 'azania', 'azazel', 'azores', 'aztecs', 'aztlan', 'azures', 'baaing', 'baaths', 'babars', 'babble', 'babels', 'babied', 'babier', 'babies', 'baboon', 'bacall', 'backed', 'backer', 'backup', 'backus', 'bacons', 'badder', 'badger', 'badges', 'baeria', 'baeyer', 'baffin', 'baffle', 'bagels', 'bagged', 'bagger', 'bagley', 'baguio', 'bahama', 'baikal', 'bailed', 'bailey', 'baited', 'baiter', 'baizes', 'bakers', 'bakery', 'baking', 'balboa', 'balded', 'balder', 'baldly', 'baleen', 'baling', 'balkan', 'balked', 'ballad', 'balled', 'baller', 'ballet', 'ballot', 'ballsy', 'balsam', 'balsas', 'baltic', 'balzac', 'bamako', 'bambis', 'bamboo', 'banach', 'banana', 'banded', 'bandit', 'banged', 'bangle', 'bangor', 'bangui', 'banish', 'banjos', 'banjul', 'banked', 'banker', 'banned', 'banner', 'bannss', 'bantam', 'banter', 'bantus', 'banyan', 'baobab', 'baotou', 'barack', 'barbed', 'barber', 'barbie', 'barbra', 'barely', 'barest', 'barfed', 'barfly', 'barged', 'barges', 'baring', 'barium', 'barked', 'barker', 'barley', 'barlow', 'barman', 'barnes', 'barnet', 'barney', 'barnum', 'baroda', 'barons', 'barony', 'barred', 'barrel', 'barren', 'barrie', 'barrio', 'barron', 'barrow', 'barter', 'bartok', 'barton', 'baruch', 'basalt', 'basels', 'basely', 'basest', 'bashaw', 'bashed', 'bashes', 'bashos', 'basics', 'basils', 'basing', 'basins', 'basiss', 'basked', 'basket', 'basque', 'basses', 'basset', 'bassos', 'basted', 'bastes', 'bataan', 'batchs', 'bateau', 'bathed', 'bather', 'bathes', 'bathos', 'batiks', 'bating', 'batman', 'batons', 'batted', 'batten', 'batter', 'battle', 'bauble', 'baulks', 'bausch', 'bawled', 'baxter', 'bayers', 'bayeux', 'baying', 'baylor', 'bayous', 'bazaar', 'beachs', 'beacon', 'beaded', 'beadle', 'beagle', 'beaked', 'beaker', 'beamed', 'beamer', 'beaned', 'beaner', 'beards', 'bearer', 'beasts', 'beaten', 'beater', 'beauty', 'beaver', 'bebops', 'becalm', 'became', 'becker', 'becket', 'beckon', 'beckys', 'become', 'bedbug', 'bedded', 'bedder', 'bedeck', 'bedlam', 'bedpan', 'beebes', 'beechs', 'beefed', 'beefer', 'beeped', 'beeper', 'beetle', 'beeton', 'beeves', 'befall', 'befell', 'befits', 'befogs', 'before', 'befoul', 'begets', 'beggar', 'begged', 'begins', 'begone', 'behalf', 'behave', 'behead', 'beheld', 'behest', 'behind', 'behold', 'behove', 'beiges', 'beings', 'beirut', 'bekesy', 'belate', 'belaus', 'belays', 'belchs', 'belems', 'belfry', 'belied', 'belief', 'belies', 'belize', 'bellas', 'belled', 'belles', 'bellow', 'bellum', 'bellys', 'beloit', 'belong', 'belove', 'belted', 'bemoan', 'bemuse', 'benchs', 'bender', 'bendix', 'bengal', 'benign', 'benins', 'benita', 'benito', 'bennie', 'bennys', 'benson', 'benton', 'benumb', 'berate', 'berber', 'bereft', 'berets', 'bergen', 'berger', 'bering', 'berles', 'berlin', 'berman', 'bernes', 'bernet', 'bernie', 'berras', 'berrys', 'bertas', 'bertha', 'berths', 'bertie', 'beryls', 'besets', 'beside', 'besoms', 'besots', 'bessel', 'bessie', 'bested', 'bestir', 'bestow', 'betake', 'betcha', 'bethel', 'betide', 'betony', 'betook', 'betray', 'betsey', 'betsys', 'betted', 'better', 'bettes', 'bettie', 'bettor', 'bettye', 'bettys', 'beulah', 'bevels', 'bevies', 'bewail', 'beware', 'beyond', 'bhopal', 'bhutan', 'bhutto', 'bianca', 'bianco', 'biased', 'biases', 'bibbed', 'bibles', 'biceps', 'bicker', 'bidden', 'bidder', 'biddle', 'biddys', 'bidens', 'bidets', 'biding', 'bierce', 'bigamy', 'bigger', 'biggie', 'bights', 'bigots', 'bigwig', 'bikers', 'biking', 'bikini', 'bilbao', 'bilbos', 'bilges', 'bilked', 'billed', 'biller', 'billet', 'billie', 'billow', 'billys', 'bimbos', 'bimini', 'binary', 'binder', 'bindle', 'binged', 'binges', 'bingle', 'bingos', 'binned', 'biokos', 'bionic', 'biopsy', 'biotic', 'bipeds', 'birchs', 'birded', 'birdie', 'birgit', 'births', 'biscay', 'bisect', 'bishop', 'bisons', 'bisque', 'bissau', 'bistro', 'bitchs', 'bitchy', 'biters', 'biting', 'bitmap', 'bitnet', 'bitten', 'bitter', 'bjorks', 'blacks', 'blades', 'blaine', 'blairs', 'blamed', 'blamer', 'blames', 'blanca', 'blanch', 'blanks', 'blared', 'blares', 'blasts', 'blatzs', 'blazed', 'blazer', 'blazes', 'blazon', 'bleach', 'bleary', 'bleats', 'bleeds', 'bleeps', 'blench', 'blends', 'blighs', 'blight', 'blimps', 'blinds', 'blinks', 'blintz', 'blisss', 'blithe', 'blitzs', 'bloats', 'blocks', 'blocky', 'blokes', 'blonde', 'blonds', 'bloods', 'bloody', 'blooms', 'blotch', 'blouse', 'blower', 'blowsy', 'blowup', 'blowzy', 'bluest', 'bluffs', 'bluing', 'bluish', 'blunts', 'blurbs', 'blurry', 'blurts', 'blushs', 'blythe', 'boards', 'boasts', 'boated', 'boater', 'bobbed', 'bobbie', 'bobbin', 'bobbis', 'bobble', 'bobbys', 'bobcat', 'bodega', 'bodice', 'bodied', 'bodies', 'bodily', 'boding', 'bodkin', 'boeing', 'bogart', 'bogeys', 'bogged', 'boggle', 'bogied', 'bogies', 'bogota', 'bogots', 'boiled', 'boiler', 'boises', 'bolder', 'boldly', 'bolero', 'boleyn', 'bolted', 'bolton', 'bombay', 'bombed', 'bomber', 'bonbon', 'bonded', 'bonder', 'boners', 'bonged', 'bongos', 'bonier', 'boning', 'bonita', 'bonito', 'bonner', 'bonnet', 'bonnie', 'bonsai', 'bonuss', 'boobed', 'booboo', 'boobys', 'boodle', 'boogie', 'booing', 'booked', 'booker', 'bookie', 'booles', 'boomed', 'boones', 'boosts', 'booted', 'bootee', 'bootes', 'booths', 'bootie', 'bootys', 'boozed', 'boozer', 'boozes', 'bopped', 'borate', 'boraxs', 'borden', 'border', 'bordon', 'boreas', 'borers', 'borges', 'borgia', 'boring', 'borneo', 'borons', 'borrow', 'borsch', 'bosnia', 'bosoms', 'bossed', 'bosses', 'boston', 'bosuns', 'botany', 'botchs', 'botess', 'botfly', 'bother', 'bottle', 'bottom', 'boughs', 'bought', 'boulez', 'bounce', 'bouncy', 'bounds', 'bounty', 'bovary', 'bovine', 'bowell', 'bowels', 'bowens', 'bowers', 'bowery', 'bowfin', 'bowing', 'bowled', 'bowler', 'bowman', 'bowmen', 'boxcar', 'boxers', 'boxing', 'boxtop', 'boyers', 'boyish', 'braced', 'braces', 'bracts', 'bradly', 'braggs', 'brahma', 'brahms', 'braids', 'brains', 'brainy', 'braise', 'braked', 'brakes', 'branch', 'brandi', 'brando', 'brands', 'brandt', 'brandy', 'brants', 'braque', 'brasss', 'brassy', 'bratty', 'braved', 'braver', 'braves', 'bravos', 'brawls', 'brawns', 'brawny', 'brayed', 'brayer', 'brazed', 'brazen', 'brazes', 'brazil', 'brazos', 'breach', 'breads', 'breaks', 'breast', 'breath', 'brecht', 'breech', 'breeds', 'breeze', 'breezy', 'bremen', 'brenda', 'brents', 'breton', 'bretts', 'brevet', 'brewed', 'brewer', 'briana', 'brians', 'briars', 'bribed', 'briber', 'bribes', 'brices', 'bricks', 'bridal', 'brides', 'bridge', 'bridle', 'briefs', 'briers', 'briggs', 'bright', 'brigid', 'brillo', 'brines', 'brings', 'brinks', 'brisks', 'briton', 'britts', 'broach', 'broads', 'brocks', 'brogan', 'brogue', 'broils', 'brokaw', 'broken', 'broker', 'bronco', 'bronte', 'bronxs', 'bronze', 'bronzy', 'brooch', 'broods', 'broody', 'brooke', 'brooks', 'brooms', 'broths', 'browne', 'browns', 'browse', 'bruces', 'bruins', 'bruise', 'brunch', 'brunei', 'brunet', 'brunts', 'brushs', 'brushy', 'brutal', 'brutes', 'brutus', 'bryant', 'bryces', 'bryons', 'bubble', 'bubbly', 'bucked', 'bucket', 'buckle', 'budded', 'buddha', 'buddys', 'budged', 'budges', 'budget', 'budgie', 'buenos', 'buffed', 'buffer', 'buffet', 'buffys', 'buford', 'bugged', 'bugger', 'buggys', 'bugled', 'bugler', 'bugles', 'buicks', 'builds', 'bulgar', 'bulged', 'bulges', 'bulked', 'bulled', 'bullet', 'bullys', 'bumble', 'bummed', 'bummer', 'bumped', 'bumper', 'bumppo', 'bunche', 'bunchs', 'bundle', 'bunged', 'bungle', 'bunion', 'bunked', 'bunker', 'bunkum', 'bunnys', 'bunsen', 'bunted', 'bunter', 'bunyan', 'buoyed', 'burble', 'burchs', 'burden', 'bureau', 'burger', 'burgle', 'burial', 'buried', 'buries', 'burlap', 'burley', 'burmas', 'burned', 'burner', 'burped', 'burred', 'burris', 'burros', 'burrow', 'bursar', 'bursts', 'bursty', 'burton', 'busboy', 'busbys', 'buschs', 'bushed', 'bushel', 'bushes', 'busied', 'busier', 'busies', 'busily', 'busing', 'bussed', 'busses', 'busted', 'buster', 'bustle', 'butane', 'butchs', 'butene', 'butler', 'butted', 'butter', 'buttes', 'button', 'buuels', 'buxton', 'buyers', 'buying', 'buyout', 'buzzed', 'buzzer', 'buzzes', 'byblos', 'byelaw', 'byerss', 'bygone', 'bylaws', 'byline', 'bypass', 'bypast', 'bypath', 'byplay', 'byroad', 'byways', 'byword', 'cabals', 'cabana', 'cabbed', 'cabbie', 'cabbys', 'cabins', 'cabled', 'cables', 'cabral', 'cacaos', 'cached', 'caches', 'cachet', 'cackle', 'cactus', 'caddie', 'caddis', 'caddys', 'cadent', 'cadets', 'cadged', 'cadger', 'cadges', 'cadizs', 'cadres', 'caesar', 'caftan', 'cagers', 'cagier', 'cagily', 'caging', 'cagney', 'cahill', 'cahoot', 'caiman', 'cairns', 'cairos', 'cajole', 'cajuns', 'caking', 'calais', 'calder', 'calebs', 'calico', 'califs', 'caliph', 'calked', 'callao', 'callas', 'called', 'caller', 'callie', 'callow', 'callus', 'calmed', 'calmer', 'calmly', 'calved', 'calves', 'calvin', 'calyxs', 'camber', 'cambia', 'camden', 'camels', 'cameos', 'camera', 'camino', 'camped', 'camper', 'campos', 'campus', 'camrys', 'canaan', 'canada', 'canals', 'canaps', 'canard', 'canary', 'cancan', 'cancel', 'cancer', 'cancun', 'candid', 'candle', 'candor', 'candys', 'canine', 'caning', 'canker', 'canned', 'cannel', 'canner', 'cannes', 'cannon', 'cannot', 'canoed', 'canoes', 'canoga', 'canons', 'canopy', 'canted', 'canter', 'cantle', 'canton', 'cantor', 'cantos', 'cantus', 'canute', 'canvas', 'canyon', 'capeks', 'capers', 'capita', 'caplet', 'capone', 'capons', 'capote', 'capped', 'capras', 'capris', 'captor', 'caputo', 'carafe', 'carats', 'carbon', 'carboy', 'carded', 'carder', 'cardin', 'careen', 'career', 'caress', 'carets', 'cargos', 'caribs', 'caries', 'carina', 'caring', 'carlas', 'carlin', 'carlos', 'carlys', 'carmen', 'carnal', 'carnap', 'carney', 'carnot', 'carole', 'carols', 'caroms', 'carpal', 'carped', 'carpel', 'carpet', 'carpus', 'carrel', 'carrie', 'carrot', 'carrys', 'carson', 'carted', 'cartel', 'carter', 'carton', 'caruso', 'carved', 'carven', 'carver', 'carves', 'casals', 'casbah', 'casein', 'caseys', 'cashed', 'casher', 'cashes', 'cashew', 'casing', 'casino', 'casios', 'casket', 'caspar', 'cassia', 'cassie', 'casted', 'caster', 'castes', 'castle', 'castor', 'castro', 'casual', 'catchs', 'catchy', 'caters', 'catgut', 'cathay', 'cather', 'cathys', 'cation', 'catkin', 'catnap', 'catnip', 'catsup', 'cattle', 'cauchy', 'caucus', 'caudal', 'caught', 'caulks', 'causal', 'caused', 'causer', 'causes', 'caveat', 'cavern', 'caviar', 'cavils', 'caving', 'cavity', 'cavort', 'cavour', 'cawing', 'caxton', 'cayley', 'cayman', 'cayuga', 'ceased', 'ceases', 'cecile', 'cecily', 'cedars', 'ceding', 'cedric', 'celery', 'celias', 'celina', 'cellar', 'celled', 'cellos', 'celtic', 'cement', 'censer', 'censor', 'census', 'center', 'centre', 'centum', 'cereal', 'ceress', 'cereus', 'cerise', 'cerium', 'cervix', 'cesare', 'cesars', 'cesium', 'cessna', 'cetera', 'ceylon', 'chafed', 'chafer', 'chafes', 'chaffs', 'chains', 'chairs', 'chaise', 'chalet', 'chalks', 'chalky', 'chammy', 'champs', 'chance', 'chancy', 'chanel', 'chaney', 'change', 'changs', 'chants', 'chanty', 'chaoss', 'chapel', 'charge', 'charms', 'charon', 'charta', 'charts', 'chased', 'chaser', 'chases', 'chasms', 'chaste', 'chatty', 'chavez', 'cheats', 'checks', 'cheeks', 'cheeky', 'cheeps', 'cheers', 'cheery', 'cheese', 'cheesy', 'chemic', 'cheney', 'cheops', 'cheque', 'cherie', 'cheris', 'cherry', 'cherub', 'cheryl', 'chesss', 'chests', 'chevys', 'chewed', 'chewer', 'chiang', 'chicer', 'chichi', 'chicks', 'chicle', 'chided', 'chides', 'chiefs', 'childs', 'chiles', 'chilis', 'chilli', 'chills', 'chilly', 'chimed', 'chimes', 'chimps', 'chimus', 'chinas', 'chinch', 'chinks', 'chinos', 'chintz', 'chirps', 'chisel', 'chitin', 'chiton', 'chivas', 'chives', 'chocks', 'choice', 'choirs', 'choked', 'choker', 'chokes', 'choler', 'chomps', 'choose', 'choosy', 'chopin', 'choppy', 'chopra', 'choral', 'chords', 'chores', 'chorus', 'chosen', 'chowed', 'chriss', 'christ', 'chrome', 'chteau', 'chubby', 'chucks', 'chummy', 'chumps', 'chungs', 'chunks', 'chunky', 'church', 'churls', 'churns', 'chutes', 'cicada', 'cicero', 'ciders', 'cigars', 'cilium', 'cinchs', 'cinder', 'cindys', 'cinema', 'cipher', 'cipros', 'circes', 'circle', 'circus', 'cirrus', 'ciscos', 'cities', 'citing', 'citric', 'citron', 'citrus', 'civets', 'civics', 'civies', 'clacks', 'claims', 'claire', 'clairs', 'clammy', 'clamor', 'clamps', 'clancy', 'clangs', 'clanks', 'claras', 'claret', 'clarke', 'clashs', 'clasps', 'classs', 'classy', 'claude', 'clause', 'clauss', 'clawed', 'clayey', 'cleans', 'clears', 'cleats', 'cleave', 'clefts', 'clench', 'clergy', 'cleric', 'clerks', 'clever', 'clewed', 'clichd', 'cliche', 'clichs', 'clicks', 'client', 'cliffs', 'climax', 'climbs', 'climes', 'clinch', 'clines', 'clings', 'clingy', 'clinic', 'clinks', 'clints', 'clique', 'cloaks', 'cloche', 'clocks', 'clomps', 'cloned', 'clones', 'clonic', 'clorox', 'closed', 'closer', 'closes', 'closet', 'clothe', 'clotho', 'cloths', 'clouds', 'cloudy', 'clouts', 'cloven', 'clover', 'cloves', 'clovis', 'clowns', 'cloyed', 'clucks', 'cluing', 'clumps', 'clumsy', 'clunks', 'clunky', 'clutch', 'coachs', 'coaled', 'coarse', 'coasts', 'coated', 'coates', 'coaxed', 'coaxer', 'coaxes', 'cobain', 'cobalt', 'cobble', 'cobols', 'cobras', 'cobweb', 'coccis', 'coccus', 'coccyx', 'cochin', 'cocked', 'cockle', 'cocoas', 'cocoon', 'codded', 'coddle', 'coders', 'codexs', 'codger', 'codify', 'coding', 'coerce', 'coeval', 'coffee', 'coffer', 'coffey', 'coffin', 'cogent', 'cognac', 'cohere', 'cohort', 'cohosh', 'coifed', 'coiled', 'coined', 'coiner', 'coital', 'coitus', 'coking', 'colder', 'coldly', 'coleen', 'coleus', 'colfax', 'colics', 'colins', 'collar', 'collet', 'collie', 'collin', 'colloq', 'colons', 'colony', 'colors', 'colour', 'column', 'combat', 'combed', 'comber', 'combos', 'combss', 'comedy', 'comely', 'comers', 'cometh', 'comets', 'comics', 'coming', 'comity', 'commas', 'commit', 'common', 'compaq', 'compel', 'comply', 'conans', 'conant', 'conchs', 'concur', 'condom', 'condor', 'condos', 'confab', 'confer', 'congas', 'congos', 'conics', 'conked', 'conley', 'conned', 'conner', 'connie', 'conrad', 'consul', 'convex', 'convey', 'convoy', 'conway', 'cooing', 'cooked', 'cooker', 'cookes', 'cookie', 'cookys', 'cooled', 'cooler', 'cooley', 'coolie', 'coolly', 'cooped', 'cooper', 'coorss', 'cootie', 'copeck', 'copied', 'copier', 'copies', 'coping', 'copley', 'copped', 'copper', 'copras', 'copses', 'copter', 'coptic', 'copula', 'corals', 'corbel', 'corded', 'corder', 'cordon', 'corers', 'coreys', 'corina', 'corine', 'coring', 'corked', 'corker', 'cornea', 'corned', 'corner', 'cornet', 'corona', 'corpse', 'corpss', 'corpus', 'corral', 'corset', 'cortes', 'cortex', 'cortez', 'cortge', 'corvus', 'cosbys', 'cosier', 'cosies', 'cosign', 'cosily', 'cosine', 'cosmic', 'cosmos', 'costar', 'costco', 'costed', 'costly', 'cotman', 'cotter', 'cotton', 'couchs', 'cougar', 'coughs', 'counts', 'county', 'coupes', 'couple', 'coupon', 'course', 'courts', 'cousin', 'covary', 'covens', 'covers', 'covert', 'covets', 'coveys', 'coward', 'cowboy', 'cowers', 'cowing', 'cowley', 'cowman', 'cowmen', 'cowpea', 'cowper', 'cowpox', 'coyest', 'coyote', 'cozens', 'cozier', 'cozies', 'cozily', 'crabbe', 'crabby', 'cracks', 'cradle', 'crafts', 'crafty', 'craggy', 'cramer', 'cramps', 'craned', 'cranes', 'crania', 'cranks', 'cranky', 'cranny', 'crapes', 'crappy', 'crapss', 'crashs', 'crated', 'crater', 'crates', 'cravat', 'craved', 'craven', 'craves', 'crawls', 'crayon', 'crazed', 'crazes', 'crazys', 'crches', 'creaks', 'creaky', 'creams', 'creamy', 'crease', 'create', 'creche', 'crecys', 'credit', 'credos', 'creeds', 'creeks', 'creels', 'creeps', 'creepy', 'creole', 'crepes', 'cresss', 'crests', 'cretan', 'cretes', 'cretin', 'crewed', 'crewel', 'cricks', 'criers', 'crimea', 'crimes', 'crimps', 'cringe', 'crisco', 'crises', 'crisis', 'crisps', 'crispy', 'critic', 'croaks', 'croats', 'crocks', 'crocus', 'crofts', 'crones', 'cronin', 'cronus', 'cronys', 'crooks', 'croons', 'crosby', 'crosss', 'crotch', 'croton', 'crouch', 'croups', 'croupy', 'crowds', 'crowed', 'crowns', 'cruddy', 'cruder', 'crudes', 'cruets', 'cruise', 'crumbs', 'crumby', 'crummy', 'crunch', 'crushs', 'crusoe', 'crusts', 'crusty', 'crutch', 'cruxes', 'crying', 'crypts', 'csonka', 'cubans', 'cubing', 'cubism', 'cubist', 'cubits', 'cuckoo', 'cuddle', 'cuddly', 'cudgel', 'cueing', 'cuffed', 'culled', 'cullen', 'culler', 'culver', 'cumins', 'cumuli', 'cunard', 'cupful', 'cupids', 'cupola', 'cupped', 'cupric', 'curacy', 'curate', 'curbed', 'curdle', 'curfew', 'curies', 'curing', 'curios', 'curium', 'curled', 'curler', 'curlew', 'curran', 'currys', 'cursed', 'curses', 'cursor', 'curter', 'curtis', 'curtly', 'curtsy', 'curved', 'curves', 'cuspid', 'cussed', 'cusses', 'custer', 'custom', 'cutely', 'cutest', 'cutesy', 'cutler', 'cutlet', 'cutoff', 'cutout', 'cutset', 'cutter', 'cutups', 'cuvier', 'cyanic', 'cybele', 'cycled', 'cycles', 'cyclic', 'cygnet', 'cygnus', 'cymbal', 'cynics', 'cypher', 'cyprus', 'cyrano', 'cystic', 'czechs', 'czerny', 'dabbed', 'dabble', 'daccas', 'dachas', 'dachau', 'dacron', 'dactyl', 'daddys', 'dadoes', 'daemon', 'dafter', 'dagger', 'dahlia', 'dailey', 'dailys', 'dainty', 'dairys', 'daises', 'daisys', 'dakars', 'dakota', 'daleys', 'dalian', 'dallas', 'dalton', 'damage', 'damask', 'damian', 'damien', 'damion', 'dammed', 'damned', 'damons', 'damped', 'dampen', 'damper', 'damply', 'damsel', 'damson', 'danced', 'dancer', 'dances', 'dander', 'dandle', 'dandys', 'danger', 'dangle', 'danial', 'daniel', 'danish', 'danker', 'dankly', 'dannie', 'dannys', 'danone', 'dantes', 'danton', 'danube', 'danzig', 'daphne', 'dapper', 'dapple', 'darbys', 'darcys', 'darens', 'darers', 'darfur', 'daring', 'darins', 'darios', 'darius', 'darken', 'darker', 'darkle', 'darkly', 'darlas', 'darned', 'darner', 'darrel', 'darren', 'darrin', 'darrow', 'darryl', 'darted', 'darter', 'darths', 'darvon', 'darwin', 'daryls', 'dashed', 'dasher', 'dashes', 'dating', 'dative', 'datsun', 'datums', 'daubed', 'dauber', 'daunts', 'davids', 'davies', 'davits', 'dawdle', 'dawned', 'dawson', 'daybed', 'dayton', 'dazing', 'dazzle', 'deacon', 'deaden', 'deader', 'deadly', 'deafen', 'deafer', 'dealer', 'deanas', 'deanna', 'deanne', 'deanns', 'dearer', 'dearie', 'dearly', 'dearth', 'deaths', 'deaves', 'debark', 'debars', 'debase', 'debate', 'debbie', 'debbys', 'debian', 'debits', 'debora', 'debras', 'debris', 'debtor', 'debugs', 'debunk', 'debuts', 'decade', 'decafs', 'decals', 'decamp', 'decant', 'decays', 'deccan', 'deccas', 'deceit', 'decent', 'decide', 'decile', 'decked', 'decker', 'decode', 'decors', 'decoys', 'decree', 'deduce', 'deduct', 'deeded', 'deejay', 'deemed', 'deenas', 'deepen', 'deeper', 'deeply', 'deeres', 'deface', 'defame', 'defeat', 'defect', 'defend', 'defers', 'defied', 'defies', 'defile', 'define', 'deform', 'defray', 'defter', 'deftly', 'defuse', 'degree', 'deiced', 'deicer', 'deices', 'deidre', 'deigns', 'deimos', 'deisms', 'deitys', 'deject', 'delano', 'delays', 'deleon', 'delete', 'delhis', 'delias', 'delius', 'dellas', 'delmar', 'delmer', 'delphi', 'deltas', 'delude', 'deluge', 'deluxe', 'delved', 'delves', 'demand', 'demark', 'demean', 'deming', 'demise', 'demoed', 'demons', 'demote', 'demure', 'demurs', 'denial', 'denied', 'denier', 'denies', 'denims', 'denise', 'dennis', 'dennys', 'denote', 'denser', 'dental', 'dented', 'dentin', 'denton', 'denude', 'denver', 'depart', 'depend', 'depict', 'deploy', 'deport', 'depose', 'depots', 'depths', 'depute', 'deputy', 'derail', 'derate', 'derbys', 'dereks', 'derick', 'deride', 'derive', 'dermis', 'descry', 'desert', 'design', 'desire', 'desist', 'despot', 'detach', 'detail', 'detain', 'detect', 'detent', 'deters', 'detest', 'detour', 'detoxs', 'deuces', 'device', 'devils', 'devins', 'devise', 'devoid', 'devons', 'devote', 'devour', 'devout', 'dewars', 'deweys', 'dewier', 'dewitt', 'dewlap', 'dexter', 'dhakas', 'dharma', 'dhotis', 'diadem', 'dialed', 'dialog', 'dialup', 'dianas', 'dianes', 'dianna', 'dianne', 'dianns', 'diaper', 'diarys', 'diatom', 'dibble', 'dicier', 'dicing', 'dicker', 'dickey', 'dickie', 'dickys', 'dictum', 'diddle', 'diegos', 'diesel', 'dieted', 'dieter', 'differ', 'digest', 'digger', 'digits', 'digram', 'diking', 'dilate', 'dillon', 'dillys', 'dilute', 'dimmed', 'dimmer', 'dimple', 'dimwit', 'diners', 'dinged', 'dinghy', 'dingos', 'dining', 'dinkys', 'dinned', 'dinner', 'diodes', 'dionne', 'dioxin', 'dipole', 'dipped', 'dipper', 'direct', 'direst', 'dirges', 'disarm', 'disbar', 'discos', 'discus', 'dished', 'dishes', 'dismal', 'dismay', 'disney', 'disown', 'dispel', 'dissed', 'disses', 'distal', 'distil', 'disuse', 'ditchs', 'dither', 'dittos', 'dittys', 'ditzel', 'divans', 'divers', 'divert', 'divest', 'divide', 'divine', 'diving', 'divots', 'divvys', 'diwali', 'dixies', 'dixons', 'djinni', 'djinns', 'dmitri', 'doable', 'dobbin', 'dobson', 'docent', 'docile', 'docked', 'docket', 'doctor', 'dodder', 'dodged', 'dodger', 'dodges', 'dodoes', 'dodoma', 'dodson', 'doesnt', 'doffed', 'dogged', 'doggie', 'doggys', 'dogies', 'dogleg', 'dogmas', 'doilys', 'doings', 'doling', 'dollar', 'dolled', 'dollie', 'dollop', 'dollys', 'dolmen', 'domain', 'doming', 'domino', 'donald', 'donate', 'doneck', 'donkey', 'donned', 'donner', 'donnes', 'donnie', 'donnys', 'donors', 'donuts', 'doodad', 'doodle', 'dooley', 'doomed', 'dopant', 'dopers', 'dopier', 'doping', 'dorado', 'dorcas', 'doreen', 'dorian', 'dorics', 'dories', 'doriss', 'dormer', 'dorsal', 'dorset', 'dorsey', 'dorthy', 'dosage', 'dosing', 'dotage', 'doting', 'dotson', 'dotted', 'douala', 'douays', 'double', 'doubly', 'doubts', 'douche', 'doughs', 'doughy', 'dourer', 'dourly', 'doused', 'douses', 'dovers', 'dowels', 'downed', 'downer', 'downey', 'downys', 'dowrys', 'dowsed', 'dowses', 'doyens', 'dozens', 'dozing', 'drably', 'dracos', 'drafts', 'drafty', 'dragon', 'drains', 'drakes', 'dramas', 'dranos', 'draped', 'draper', 'drapes', 'drawer', 'drawls', 'dreads', 'dreams', 'dreamt', 'dreamy', 'dreary', 'dredge', 'dregss', 'drench', 'dresss', 'dressy', 'drexel', 'driers', 'driest', 'drifts', 'drills', 'drinks', 'drippy', 'drivel', 'driven', 'driver', 'drives', 'drolly', 'droned', 'drones', 'drools', 'droops', 'droopy', 'dropsy', 'drosss', 'drouth', 'drover', 'droves', 'drowns', 'drowse', 'drowsy', 'drudge', 'druids', 'drunks', 'dryads', 'dryden', 'dryers', 'dryest', 'drying', 'dtente', 'duanes', 'dubbed', 'dubcek', 'dubhes', 'dublin', 'ducats', 'duchys', 'ducked', 'duding', 'dudley', 'dueled', 'duffel', 'duffer', 'duffys', 'dugout', 'dulcet', 'dulled', 'duller', 'dulles', 'duluth', 'dumber', 'dumbly', 'dumbos', 'dummys', 'dumped', 'dumper', 'dumpty', 'dunant', 'dunbar', 'duncan', 'dunces', 'dunged', 'dunham', 'dunked', 'dunlap', 'dunlop', 'dunned', 'dunner', 'dunnes', 'duping', 'duplex', 'dupont', 'durans', 'durant', 'durban', 'duress', 'durexs', 'durham', 'during', 'durkee', 'durkin', 'dusted', 'duster', 'dustin', 'dustys', 'dutchs', 'duties', 'dutton', 'dwarfs', 'dwayne', 'dweebs', 'dwells', 'dwight', 'dyadic', 'dyeing', 'dyings', 'dylans', 'dynamo', 'dynast', 'dysons', 'eagles', 'eaglet', 'eakins', 'earful', 'earles', 'earned', 'earner', 'earths', 'earthy', 'earwax', 'earwig', 'easels', 'easier', 'easily', 'easing', 'easter', 'eaters', 'eatery', 'eating', 'eatons', 'ebbing', 'ebonys', 'eccles', 'echoed', 'echoes', 'eczema', 'eddied', 'eddies', 'edemas', 'edgier', 'edging', 'edible', 'edicts', 'edison', 'edited', 'ediths', 'editor', 'edmond', 'edmund', 'edward', 'edwina', 'eerier', 'eerily', 'eeyore', 'efface', 'effect', 'effete', 'effies', 'effigy', 'effort', 'efrain', 'efrens', 'egging', 'eggnog', 'egoism', 'egoist', 'egress', 'egrets', 'egypts', 'eiders', 'eiffel', 'eighth', 'eights', 'eighty', 'eileen', 'eisner', 'either', 'ejects', 'elaine', 'elanor', 'elapse', 'elated', 'elates', 'elbert', 'elbows', 'elbrus', 'elders', 'eldest', 'eldons', 'elects', 'elegys', 'elenas', 'eleven', 'elfish', 'elicit', 'elided', 'elides', 'elijah', 'elinor', 'elisas', 'eliseo', 'elises', 'elisha', 'elites', 'elixir', 'elizas', 'ellens', 'ellies', 'elliot', 'elmers', 'elmira', 'elnath', 'elnora', 'elohim', 'eloise', 'eloped', 'elopes', 'elroys', 'elsies', 'eltons', 'eluate', 'eluded', 'eludes', 'elvias', 'elvins', 'elvira', 'elviss', 'elways', 'elwood', 'elysee', 'elyses', 'emacss', 'emails', 'embalm', 'embank', 'embark', 'embeds', 'embers', 'emblem', 'embody', 'emboss', 'embryo', 'emceed', 'emcees', 'emends', 'emerge', 'emerys', 'emetic', 'emiles', 'emilia', 'emilio', 'emilys', 'eminem', 'emmett', 'emorys', 'emoted', 'emotes', 'empire', 'employ', 'emptys', 'emusic', 'enable', 'enacts', 'enamel', 'enamor', 'encamp', 'encase', 'encode', 'encore', 'endear', 'enders', 'ending', 'endive', 'endows', 'endued', 'endues', 'endure', 'enemas', 'enemys', 'energy', 'enfant', 'enfold', 'engage', 'engels', 'engine', 'engulf', 'enigma', 'enjoin', 'enjoys', 'enkidu', 'enlist', 'enmesh', 'enmity', 'ennuis', 'enough', 'enrage', 'enrich', 'enrico', 'enroll', 'enrols', 'enrons', 'ensign', 'ensued', 'ensues', 'ensure', 'entail', 'enters', 'entice', 'entire', 'entity', 'entomb', 'entrap', 'entree', 'entres', 'entrys', 'enured', 'enures', 'envied', 'envies', 'envoys', 'enzyme', 'eocene', 'eosine', 'epcots', 'epilog', 'epochs', 'epoxys', 'epsons', 'equals', 'equate', 'equine', 'equips', 'equity', 'erased', 'eraser', 'erases', 'eratos', 'erbium', 'erebus', 'erects', 'erhard', 'ericas', 'erichs', 'ericka', 'ericks', 'erikas', 'ermine', 'ernest', 'ernies', 'eroded', 'erodes', 'eroses', 'erotic', 'errand', 'errant', 'errata', 'erring', 'errols', 'errors', 'ersatz', 'erupts', 'ervins', 'erwins', 'escape', 'escher', 'eschew', 'escort', 'escrow', 'eskimo', 'esmark', 'espied', 'espies', 'esprit', 'essays', 'essene', 'essens', 'essies', 'estate', 'esteem', 'estela', 'esters', 'esther', 'etched', 'etcher', 'etches', 'ethane', 'ethans', 'ethels', 'ethers', 'ethics', 'ethnic', 'ethoss', 'euclid', 'eugene', 'eulogy', 'eunice', 'eunuch', 'eureka', 'europa', 'europe', 'evaded', 'evades', 'evelyn', 'evened', 'evener', 'evenki', 'evenly', 'events', 'everts', 'evians', 'evicts', 'eviler', 'evilly', 'evince', 'evitas', 'evoked', 'evokes', 'evolve', 'evzone', 'ewings', 'exacts', 'exalts', 'exceed', 'excels', 'except', 'excess', 'excise', 'excite', 'excuse', 'exempt', 'exerts', 'exeter', 'exhale', 'exhort', 'exhume', 'exiled', 'exiles', 'exists', 'exited', 'exocet', 'exodus', 'exotic', 'expand', 'expect', 'expels', 'expend', 'expert', 'expire', 'expiry', 'export', 'expose', 'extant', 'extend', 'extent', 'extoll', 'extols', 'extort', 'extras', 'exuded', 'exudes', 'exults', 'exxons', 'eyeful', 'eyeing', 'eyelet', 'eyelid', 'eyries', 'faberg', 'fabian', 'fabled', 'fables', 'fabric', 'facade', 'facets', 'facial', 'facile', 'facing', 'factor', 'faders', 'fading', 'faecal', 'faeces', 'faeroe', 'fafnir', 'fagged', 'faggot', 'fagins', 'fagots', 'failed', 'fainer', 'faints', 'fairer', 'fairly', 'fairys', 'faisal', 'faiths', 'fakers', 'faking', 'fakirs', 'falcon', 'fallen', 'fallow', 'falser', 'falter', 'family', 'famine', 'famish', 'famous', 'fancys', 'fanned', 'fannie', 'fannys', 'fanout', 'fantod', 'farber', 'farces', 'fargos', 'farina', 'faring', 'farkas', 'farley', 'farmed', 'farmer', 'farrow', 'farsis', 'farted', 'fasted', 'fasten', 'faster', 'fatahs', 'fatals', 'father', 'fathom', 'fatima', 'fating', 'fatten', 'fatter', 'fattys', 'faucet', 'faults', 'faulty', 'faunae', 'faunas', 'fausts', 'favors', 'favour', 'fawkes', 'fawned', 'faxing', 'fazing', 'fealty', 'feared', 'feasts', 'fecess', 'fecund', 'fedora', 'feeble', 'feebly', 'feeded', 'feeder', 'feeler', 'feeney', 'feigns', 'feints', 'feisty', 'felice', 'feline', 'felipe', 'felixs', 'felled', 'feller', 'fellow', 'felons', 'felony', 'felted', 'female', 'femora', 'femurs', 'fenced', 'fencer', 'fences', 'fended', 'fender', 'fenian', 'fennel', 'fenton', 'ferber', 'fergus', 'fermat', 'ferrer', 'ferret', 'ferric', 'ferris', 'ferrys', 'fervid', 'fervor', 'fescue', 'festal', 'fester', 'fetich', 'feting', 'fetish', 'fetter', 'fettle', 'fetuss', 'feudal', 'feuded', 'fevers', 'fewest', 'fezzes', 'fiance', 'fiancs', 'fiasco', 'fibbed', 'fibber', 'fibers', 'fibres', 'fibrin', 'fibula', 'fiches', 'fichte', 'fickle', 'fiddle', 'fiddly', 'fidels', 'fidget', 'fields', 'fiends', 'fierce', 'fiesta', 'fifths', 'fiftys', 'figaro', 'fights', 'figure', 'fijian', 'filets', 'filial', 'filing', 'filled', 'filler', 'fillet', 'fillip', 'fillys', 'filmed', 'filter', 'filths', 'filthy', 'finale', 'finals', 'finchs', 'finder', 'finely', 'finery', 'finest', 'finger', 'finial', 'fining', 'finish', 'finiss', 'finite', 'finked', 'finley', 'fionas', 'fiords', 'firers', 'firing', 'firmed', 'firmer', 'firmly', 'firsts', 'firths', 'fiscal', 'fished', 'fisher', 'fishes', 'fisted', 'fitchs', 'fitful', 'fitted', 'fitter', 'fixate', 'fixers', 'fixing', 'fixity', 'fizeau', 'fizzed', 'fizzes', 'fizzle', 'fjords', 'flabby', 'flacks', 'flagon', 'flails', 'flairs', 'flaked', 'flakes', 'flambs', 'flamed', 'flamer', 'flames', 'flange', 'flanks', 'flared', 'flares', 'flashs', 'flashy', 'flasks', 'flatly', 'flatts', 'flatus', 'flaunt', 'flavor', 'flawed', 'flaxen', 'flayed', 'flecks', 'fledge', 'fleece', 'fleecy', 'fleets', 'fleshs', 'fleshy', 'fletch', 'flexed', 'flexes', 'flicks', 'fliers', 'fliest', 'flight', 'flimsy', 'flinch', 'flings', 'flints', 'flinty', 'flirts', 'floats', 'flocks', 'floods', 'floors', 'floozy', 'floppy', 'florae', 'floral', 'floras', 'flores', 'florid', 'florin', 'florys', 'flosss', 'flours', 'floury', 'flouts', 'flowed', 'flower', 'fluent', 'fluffs', 'fluffy', 'fluids', 'flukes', 'flukey', 'flumes', 'flunks', 'flunky', 'flurry', 'flushs', 'fluted', 'flutes', 'fluxed', 'fluxes', 'flybys', 'flyers', 'flying', 'flynns', 'flyway', 'foaled', 'foamed', 'fobbed', 'focsle', 'focuss', 'fodder', 'foetal', 'foetus', 'fogeys', 'fogged', 'fogies', 'foible', 'foiled', 'foists', 'fokker', 'folded', 'folder', 'folios', 'folksy', 'follow', 'follys', 'folsom', 'foment', 'fonder', 'fondle', 'fondly', 'fondue', 'fondus', 'fooled', 'footed', 'footer', 'forage', 'forays', 'forbad', 'forbes', 'forbid', 'forced', 'forcer', 'forces', 'forded', 'forego', 'forest', 'forged', 'forger', 'forges', 'forget', 'forgot', 'forked', 'formal', 'format', 'formed', 'former', 'formic', 'fortes', 'fortin', 'fortys', 'forums', 'fosses', 'fossil', 'foster', 'fought', 'fouled', 'fouler', 'foully', 'founds', 'founts', 'fourth', 'fowled', 'fowler', 'foxier', 'foxing', 'foyers', 'fracas', 'framed', 'framer', 'frames', 'franca', 'france', 'franck', 'franco', 'francs', 'franks', 'franny', 'franzs', 'frapps', 'fraser', 'frauds', 'frayed', 'freaks', 'freaky', 'fredas', 'freddy', 'freely', 'freest', 'freeze', 'freida', 'french', 'frenzy', 'fresco', 'fresno', 'freuds', 'freyas', 'friars', 'friday', 'fridge', 'frieda', 'friend', 'friers', 'frieze', 'frigga', 'fright', 'frigid', 'frills', 'frilly', 'fringe', 'frisco', 'frisks', 'frisky', 'fritos', 'fritzs', 'frizzs', 'frizzy', 'frocks', 'frolic', 'fronde', 'fronds', 'fronts', 'frosts', 'frosty', 'froths', 'frothy', 'frowns', 'frowsy', 'frowzy', 'frozen', 'frugal', 'fruits', 'fruity', 'frumps', 'frumpy', 'fryers', 'frying', 'fuchss', 'fucked', 'fucker', 'fuddle', 'fudged', 'fudges', 'fueled', 'fugger', 'fugues', 'fulani', 'fulcra', 'fulfil', 'fulled', 'fuller', 'fulton', 'fumble', 'fuming', 'funded', 'funder', 'fungal', 'fungus', 'funked', 'funnel', 'funner', 'funnys', 'furies', 'furled', 'furman', 'furors', 'furred', 'furrow', 'furzes', 'fushun', 'fusing', 'fusion', 'fussed', 'fusses', 'futile', 'futons', 'future', 'futzed', 'futzes', 'fuzhou', 'fuzing', 'fuzzed', 'fuzzes', 'gabbed', 'gabble', 'gabbro', 'gabled', 'gabler', 'gables', 'gabons', 'gacrux', 'gadded', 'gadfly', 'gadget', 'gaelic', 'gaffed', 'gaffes', 'gagged', 'gaggle', 'gaging', 'gaiety', 'gaiman', 'gained', 'gainer', 'gaines', 'gaited', 'gaiter', 'galaxy', 'galena', 'galibi', 'galled', 'galley', 'gallic', 'gallon', 'gallop', 'gallos', 'gallup', 'gallus', 'galois', 'galore', 'galosh', 'galway', 'gambia', 'gambit', 'gamble', 'gambol', 'gamely', 'gamest', 'gamete', 'gamier', 'gamine', 'gaming', 'gamins', 'gammas', 'gamows', 'gamuts', 'gander', 'gandhi', 'ganged', 'ganges', 'gangly', 'gannet', 'gantry', 'gaping', 'garage', 'garbed', 'garble', 'garcia', 'garden', 'gareth', 'gargle', 'garish', 'garlic', 'garner', 'garnet', 'garote', 'garret', 'garrys', 'garter', 'garths', 'garvey', 'garzas', 'gashed', 'gashes', 'gasify', 'gasket', 'gasped', 'gaspee', 'gassed', 'gasser', 'gasses', 'gaston', 'gather', 'gating', 'gatsby', 'gatuns', 'gauche', 'gaucho', 'gauged', 'gauges', 'gaulle', 'gausss', 'gauzes', 'gavels', 'gavins', 'gawain', 'gawked', 'gayest', 'gayety', 'gayles', 'gazebo', 'gazers', 'gazing', 'gdansk', 'geared', 'geckos', 'geegaw', 'geeing', 'geezer', 'geffen', 'gehrig', 'geiger', 'geisha', 'gelded', 'gelled', 'geller', 'gemini', 'genaro', 'gender', 'genera', 'genets', 'geneva', 'genial', 'genies', 'genius', 'genoas', 'genome', 'genres', 'gentle', 'gently', 'gentoo', 'gentry', 'genuss', 'geodes', 'george', 'gerald', 'gerard', 'gerber', 'gerbil', 'german', 'gerrys', 'gerund', 'getter', 'getups', 'gewgaw', 'geyser', 'ghanas', 'ghetto', 'ghosts', 'ghouls', 'giants', 'gibber', 'gibbet', 'gibbon', 'gibing', 'giblet', 'gibson', 'giddap', 'gideon', 'gienah', 'gifted', 'gigged', 'giggle', 'giggly', 'gigolo', 'gildas', 'gilded', 'gilead', 'gimbal', 'gimbel', 'gimlet', 'ginger', 'gingko', 'ginkgo', 'ginned', 'ginnys', 'ginsus', 'giotto', 'gipsys', 'girded', 'girder', 'girdle', 'girlie', 'girted', 'girths', 'gismos', 'givens', 'givers', 'giveth', 'giving', 'gizmos', 'glacis', 'gladdy', 'glades', 'gladly', 'gladys', 'glamor', 'glance', 'glands', 'glared', 'glares', 'glaser', 'glasss', 'glassy', 'glaxos', 'glazed', 'glazer', 'glazes', 'gleams', 'gleans', 'glenda', 'glenna', 'glenns', 'glibly', 'glided', 'glider', 'glides', 'glints', 'glitch', 'glitzs', 'glitzy', 'gloats', 'global', 'globes', 'glooms', 'gloomy', 'gloria', 'glorys', 'glosss', 'glossy', 'gloved', 'glover', 'gloves', 'glowed', 'glower', 'gluier', 'gluing', 'glumly', 'gluten', 'glycol', 'gnarls', 'gnarly', 'gnashs', 'gnawed', 'gneiss', 'gnomes', 'gnomon', 'goaded', 'goalie', 'goatee', 'gobbed', 'gobble', 'goblet', 'goblin', 'goddam', 'godiva', 'godkin', 'godots', 'godson', 'godwin', 'godwit', 'goethe', 'gofers', 'goggle', 'goings', 'goiter', 'goitre', 'golans', 'goldas', 'golden', 'goldie', 'goleta', 'golfed', 'golfer', 'gollys', 'gomezs', 'gonads', 'goners', 'gonged', 'goober', 'goodby', 'goodie', 'goodly', 'goodss', 'goodys', 'goofed', 'google', 'gooier', 'goosed', 'gooses', 'gopher', 'gordon', 'gorens', 'goreys', 'gorgas', 'gorged', 'gorges', 'gorgon', 'gorham', 'gorier', 'goring', 'gorkys', 'gorses', 'gorton', 'gospel', 'gossip', 'gotham', 'gothic', 'gotten', 'goudas', 'gouged', 'gouger', 'gouges', 'gounod', 'gourds', 'govern', 'gowned', 'grable', 'graced', 'graces', 'gracie', 'graded', 'grader', 'grades', 'gradys', 'grafts', 'graham', 'grains', 'grainy', 'grammy', 'grands', 'grange', 'granny', 'grants', 'grapes', 'graphs', 'grasps', 'grasss', 'grassy', 'grated', 'grater', 'grates', 'gratis', 'graved', 'gravel', 'graven', 'graver', 'graves', 'gravid', 'gravys', 'grayed', 'grayer', 'grazed', 'grazer', 'grazes', 'grease', 'greasy', 'greats', 'grebes', 'greece', 'greeds', 'greedy', 'greeks', 'greene', 'greens', 'greers', 'greets', 'greggs', 'gretas', 'gretel', 'greyed', 'greyer', 'griefs', 'grieve', 'grille', 'grills', 'grimed', 'grimes', 'grimly', 'grimms', 'grinch', 'grinds', 'gringo', 'griped', 'gripes', 'grippe', 'grisly', 'grists', 'gritss', 'gritty', 'groans', 'grocer', 'groggy', 'groins', 'grooms', 'groove', 'groovy', 'groped', 'gropes', 'grosss', 'groton', 'grotto', 'grouch', 'ground', 'groups', 'grouse', 'grouts', 'grovel', 'grover', 'groves', 'grower', 'growls', 'growth', 'groyne', 'grubby', 'grudge', 'gruels', 'grumpy', 'grundy', 'grunge', 'grungy', 'grunts', 'gruyre', 'guanos', 'guards', 'guavas', 'guccis', 'guelph', 'guerra', 'guesss', 'guests', 'guffaw', 'guiana', 'guided', 'guides', 'guilds', 'guiles', 'guilts', 'guilty', 'guinea', 'guises', 'guitar', 'guizot', 'gulags', 'gulchs', 'gullah', 'gulled', 'gullet', 'gulley', 'gullys', 'gulped', 'gumbel', 'gumbos', 'gummed', 'gunman', 'gunmen', 'gunned', 'gunner', 'gunnys', 'guppys', 'guptas', 'gurgle', 'gurkha', 'gurney', 'gushed', 'gusher', 'gushes', 'gusset', 'gustav', 'gusted', 'gustos', 'gutted', 'gutter', 'guyana', 'guyers', 'guying', 'guzman', 'guzzle', 'gybing', 'gypped', 'gypsum', 'gypsys', 'gyrate', 'habeas', 'habers', 'habits', 'habitu', 'hacked', 'hacker', 'hackle', 'hadars', 'haddad', 'hadess', 'hadley', 'hadron', 'hafizs', 'haggai', 'haggle', 'haifas', 'haikus', 'hailed', 'haines', 'hairdo', 'haired', 'haitis', 'hakkas', 'halest', 'haleys', 'halide', 'haling', 'halite', 'halley', 'hallie', 'hallow', 'haloed', 'haloes', 'halons', 'halsey', 'halted', 'halter', 'halvah', 'halved', 'halves', 'hamans', 'hamill', 'hamlet', 'hamlin', 'hammed', 'hammer', 'hamper', 'hamsun', 'handed', 'handel', 'handle', 'haneys', 'hangar', 'hanged', 'hanger', 'hangul', 'hankel', 'hanker', 'hankie', 'hankys', 'hanley', 'hanlon', 'hannah', 'hannas', 'hanois', 'hansel', 'hansen', 'hansom', 'hanson', 'happen', 'harare', 'harass', 'harbin', 'harbor', 'harden', 'harder', 'hardin', 'hardly', 'harems', 'haring', 'harked', 'harken', 'harlan', 'harlem', 'harley', 'harlot', 'harlow', 'harmed', 'harmon', 'harold', 'harped', 'harper', 'harpys', 'harris', 'harrow', 'harrys', 'harvey', 'hasbro', 'hashed', 'hasher', 'hashes', 'hassle', 'hasted', 'hasten', 'hastes', 'hatchs', 'haters', 'hating', 'hatred', 'hatted', 'hatter', 'hattie', 'haugen', 'hauled', 'hauler', 'haunch', 'haunts', 'hausas', 'havana', 'havens', 'havent', 'having', 'havocs', 'hawaii', 'hawing', 'hawked', 'hawker', 'hawley', 'hawser', 'hayden', 'haydns', 'hayess', 'haying', 'haymow', 'haynes', 'hazard', 'hazels', 'hazier', 'hazily', 'hazing', 'headed', 'header', 'healed', 'healer', 'healey', 'health', 'heaped', 'hearer', 'hearse', 'hearst', 'hearth', 'hearts', 'hearty', 'heated', 'heater', 'heaths', 'heaved', 'heaven', 'heaver', 'heaves', 'heavys', 'hebert', 'hebrew', 'hecate', 'heckle', 'hectic', 'hector', 'hecuba', 'hedged', 'hedges', 'heeded', 'heehaw', 'heeled', 'hefner', 'hefted', 'hegels', 'hegira', 'heidis', 'heifer', 'height', 'heists', 'helena', 'helene', 'helens', 'helgas', 'helios', 'helium', 'helixs', 'heller', 'hellos', 'helmet', 'helmut', 'helots', 'helped', 'helper', 'hemmed', 'hempen', 'henchs', 'henley', 'hennas', 'henris', 'henrys', 'henson', 'hepper', 'herald', 'herbal', 'herded', 'herder', 'hereby', 'herein', 'hereof', 'herero', 'heresy', 'hereto', 'herman', 'hermes', 'hermit', 'hernia', 'herods', 'heroes', 'heroic', 'heroin', 'herons', 'herpes', 'hersey', 'hertzs', 'hesiod', 'hester', 'heston', 'hetman', 'hettie', 'heusen', 'heuser', 'hewers', 'hewett', 'hewing', 'hewitt', 'hexane', 'hexing', 'heyday', 'hiatus', 'hiccup', 'hickey', 'hickok', 'hickss', 'hidden', 'hiding', 'hieing', 'higher', 'highly', 'hijack', 'hikers', 'hiking', 'hilary', 'hildas', 'hillel', 'hilton', 'hinder', 'hindus', 'hinged', 'hinges', 'hinman', 'hinted', 'hinton', 'hipped', 'hipper', 'hippie', 'hippos', 'hippys', 'hirers', 'hiring', 'hirsch', 'hissed', 'hisses', 'hitchs', 'hither', 'hitler', 'hitter', 'hiving', 'hloise', 'hoagie', 'hoagys', 'hoards', 'hoarse', 'hoaxed', 'hoaxer', 'hoaxes', 'hobart', 'hobbes', 'hobbit', 'hobble', 'hobbys', 'hobnob', 'hoboes', 'hocked', 'hockey', 'hodges', 'hoeing', 'hoffas', 'hogans', 'hogged', 'hohhot', 'hoists', 'hokier', 'hokums', 'holden', 'holder', 'holdup', 'holier', 'holies', 'holing', 'holler', 'holley', 'hollie', 'hollis', 'hollow', 'hollys', 'holman', 'holmes', 'homage', 'homely', 'homers', 'homeys', 'homier', 'homies', 'homily', 'homing', 'hominy', 'honcho', 'hondas', 'honest', 'honeys', 'honied', 'honing', 'honked', 'honors', 'honour', 'honshu', 'hoochs', 'hooded', 'hoodoo', 'hooeys', 'hoofed', 'hookah', 'hooked', 'hooker', 'hookey', 'hookup', 'hookys', 'hooped', 'hooper', 'hoopla', 'hoorah', 'hooray', 'hootch', 'hooted', 'hooter', 'hoover', 'hooves', 'hoping', 'hopped', 'hopper', 'hopple', 'horace', 'horded', 'hordes', 'hormel', 'hormuz', 'horned', 'hornes', 'hornet', 'horrid', 'horror', 'horsed', 'horses', 'horsey', 'horthy', 'horton', 'horuss', 'hoseas', 'hosing', 'hosted', 'hostel', 'hotbed', 'hotbox', 'hotels', 'hotrod', 'hotter', 'hounds', 'hourly', 'housed', 'houses', 'hovels', 'hovers', 'howard', 'howdah', 'howell', 'howled', 'howler', 'hoyden', 'hubble', 'hubbub', 'hubbys', 'hubcap', 'hubers', 'hubert', 'hubris', 'huddle', 'hudson', 'huerta', 'huffed', 'hugely', 'hugest', 'hugged', 'hughes', 'hulled', 'humane', 'humans', 'humble', 'humbly', 'humbug', 'humeri', 'hummed', 'hummel', 'hummer', 'humors', 'humour', 'humped', 'humpty', 'humuss', 'humvee', 'hunchs', 'hunger', 'hungry', 'hunker', 'hunted', 'hunter', 'hurdle', 'hurled', 'hurler', 'hurley', 'hurrah', 'hurray', 'hurrys', 'hursts', 'hurtle', 'hushed', 'hushes', 'husked', 'husker', 'huskys', 'hussar', 'hussys', 'hustle', 'huston', 'hutchs', 'hutton', 'hutzpa', 'huxley', 'huzzah', 'hyades', 'hyaena', 'hybrid', 'hydrae', 'hydras', 'hyenas', 'hymens', 'hymnal', 'hymned', 'hyphen', 'hyping', 'iambic', 'ibadan', 'iberia', 'ibexes', 'ibices', 'ibises', 'ibliss', 'ibsens', 'icahns', 'icarus', 'icebox', 'icecap', 'icicle', 'iciest', 'icings', 'ickier', 'iconic', 'idahos', 'ideals', 'ideate', 'idiocy', 'idioms', 'idiots', 'idlers', 'idlest', 'idling', 'idylls', 'ieyasu', 'iffier', 'igloos', 'ignite', 'ignore', 'iguana', 'ijssel', 'ilenes', 'iliads', 'illume', 'imaged', 'imagen', 'images', 'imbeds', 'imbibe', 'imbrue', 'imbued', 'imbues', 'imelda', 'immune', 'immure', 'impact', 'impair', 'impala', 'impale', 'impart', 'impede', 'impels', 'impend', 'impish', 'import', 'impose', 'impost', 'impugn', 'impure', 'impute', 'inaner', 'inborn', 'inbred', 'incant', 'incest', 'inched', 'inches', 'inchon', 'incise', 'incite', 'income', 'incubi', 'incurs', 'indeed', 'indent', 'indexs', 'indian', 'indias', 'indict', 'indies', 'indigo', 'indira', 'indium', 'indoor', 'indore', 'indras', 'induce', 'induct', 'indued', 'indues', 'induss', 'infamy', 'infant', 'infect', 'infers', 'infest', 'infima', 'infirm', 'inflow', 'influx', 'inform', 'infuse', 'ingest', 'ingnue', 'ingots', 'ingram', 'ingres', 'ingrid', 'inhale', 'inhere', 'inject', 'injure', 'injury', 'inkers', 'inkier', 'inking', 'inlaid', 'inland', 'inlays', 'inlets', 'inline', 'inmate', 'inmost', 'innate', 'inning', 'inonus', 'inputs', 'inroad', 'insane', 'inseam', 'insect', 'insert', 'insets', 'inside', 'insist', 'insole', 'instal', 'instep', 'instil', 'insult', 'insure', 'intact', 'intake', 'intels', 'intend', 'intent', 'intern', 'inters', 'intone', 'intros', 'intuit', 'inuits', 'inured', 'inures', 'invade', 'invars', 'invent', 'invert', 'invest', 'invite', 'invoke', 'inward', 'iodate', 'iodide', 'iodine', 'iodise', 'iodize', 'ionian', 'ionics', 'ionise', 'ionize', 'iowans', 'ipecac', 'iphone', 'iraqis', 'irises', 'irishs', 'irking', 'ironed', 'ironic', 'ironys', 'irtish', 'irvine', 'irving', 'irvins', 'irwins', 'isaacs', 'isabel', 'isaiah', 'ishims', 'ishtar', 'isiahs', 'isidro', 'islams', 'island', 'islets', 'ismael', 'ismail', 'isobar', 'isolde', 'isomer', 'ispell', 'israel', 'issacs', 'issued', 'issuer', 'issues', 'isthmi', 'istvan', 'isuzus', 'itaipu', 'italic', 'italys', 'itasca', 'itched', 'itches', 'ithaca', 'itself', 'itunes', 'ivorys', 'iwantu', 'izaaks', 'jabbed', 'jabber', 'jabots', 'jackal', 'jacked', 'jacket', 'jackie', 'jackys', 'jaclyn', 'jacobi', 'jacobs', 'jading', 'jaeger', 'jagged', 'jagger', 'jaguar', 'jailed', 'jailer', 'jailor', 'jaimes', 'jaipur', 'jalopy', 'jamaal', 'jamals', 'jamars', 'jamels', 'jamess', 'jamies', 'jammed', 'janell', 'jangle', 'janice', 'janies', 'janine', 'janiss', 'jannas', 'jannie', 'jansen', 'januss', 'japans', 'japing', 'japura', 'jareds', 'jargon', 'jarred', 'jarrod', 'jarvin', 'jarvis', 'jasons', 'jasper', 'jataka', 'jaunts', 'jaunty', 'javier', 'jawing', 'jaycee', 'jaynes', 'jayson', 'jazzed', 'jazzes', 'jeanie', 'jeanne', 'jeanss', 'jeered', 'jeeves', 'jeffry', 'jehads', 'jejune', 'jekyll', 'jelled', 'jellos', 'jellys', 'jennas', 'jenner', 'jennie', 'jennys', 'jensen', 'jerald', 'jeremy', 'jerked', 'jerkin', 'jerkys', 'jerold', 'jerome', 'jerris', 'jerrod', 'jerrys', 'jersey', 'jessie', 'jested', 'jester', 'jesuit', 'jetsam', 'jetted', 'jettys', 'jetway', 'jewell', 'jewels', 'jewett', 'jewish', 'jibbed', 'jibing', 'jiffys', 'jigged', 'jigger', 'jiggle', 'jigsaw', 'jihads', 'jilted', 'jimmie', 'jimmys', 'jingle', 'jinnah', 'jinnis', 'jinnys', 'jinxed', 'jinxes', 'jitney', 'jitter', 'jivaro', 'jiving', 'joanna', 'joanne', 'joanns', 'jobbed', 'jobber', 'jockey', 'jocose', 'jocund', 'jodies', 'joesph', 'jogged', 'jogger', 'joggle', 'johann', 'johnie', 'johnny', 'joined', 'joiner', 'joints', 'joists', 'jokers', 'joking', 'jolene', 'joliet', 'jollys', 'jolson', 'jolted', 'jonahs', 'jonson', 'joplin', 'jordan', 'jorges', 'josefa', 'josefs', 'joseph', 'joshed', 'joshes', 'joshua', 'josiah', 'josies', 'jostle', 'josues', 'jotted', 'joules', 'jounce', 'jousts', 'jovial', 'jovian', 'joyful', 'joying', 'joyner', 'joyous', 'juanas', 'juarez', 'judaic', 'judass', 'judged', 'judges', 'judith', 'judson', 'jugate', 'jugged', 'juggle', 'juiced', 'juicer', 'juices', 'jujube', 'juleps', 'julian', 'julias', 'julies', 'juliet', 'julios', 'julius', 'jumble', 'jumbos', 'jumped', 'jumper', 'juncos', 'juneau', 'jungle', 'junior', 'junked', 'junker', 'junket', 'junkie', 'junkys', 'juntas', 'juries', 'jurist', 'jurors', 'juruas', 'juster', 'justin', 'justly', 'jutish', 'jutted', 'kabobs', 'kaboom', 'kabuki', 'kabuls', 'kafkas', 'kaftan', 'kahlua', 'kaiser', 'kalmia', 'kalmuk', 'kalmyk', 'kanpur', 'kansan', 'kansas', 'kaolin', 'kaplan', 'kapoks', 'kaposi', 'karate', 'karats', 'kareem', 'karens', 'karina', 'karins', 'karlas', 'karmas', 'karols', 'karroo', 'karyns', 'kasais', 'kaseys', 'kathie', 'kathys', 'katies', 'katina', 'katmai', 'kauais', 'kaunas', 'kaunda', 'kayaks', 'kaylas', 'kazakh', 'kazans', 'kazoos', 'keaton', 'kebabs', 'kebobs', 'keddah', 'keeled', 'keenan', 'keened', 'keener', 'keenly', 'keeper', 'keisha', 'keiths', 'keller', 'kelley', 'kellie', 'kellis', 'kelsey', 'kelvin', 'kempis', 'kendra', 'kennan', 'kenned', 'kennel', 'kenney', 'kennys', 'kenton', 'kenyan', 'kenyas', 'kenyon', 'keoghs', 'keokuk', 'kepler', 'kerbed', 'kermit', 'kernel', 'kerris', 'ketchs', 'ketone', 'kettle', 'kevens', 'kevins', 'kevlar', 'kewpie', 'keying', 'keynes', 'keypad', 'khakis', 'khalid', 'khazar', 'khmers', 'khulna', 'khyber', 'kibitz', 'kibosh', 'kicked', 'kicker', 'kidded', 'kidder', 'kiddie', 'kiddos', 'kiddys', 'kidnap', 'kidney', 'kieths', 'kiewit', 'kigali', 'kikuyu', 'killed', 'killer', 'kilned', 'kilohm', 'kilroy', 'kilter', 'kimono', 'kinder', 'kindle', 'kindly', 'kingly', 'kinked', 'kinkos', 'kinney', 'kinsey', 'kiosks', 'kiowas', 'kipper', 'kirbys', 'kislev', 'kismet', 'kissed', 'kisser', 'kisses', 'kiting', 'kitsch', 'kitten', 'kittle', 'kittys', 'klauss', 'klaxon', 'kleins', 'klutzs', 'klutzy', 'kmarts', 'knacks', 'knapps', 'knauer', 'knaves', 'kneads', 'kneels', 'knells', 'knifed', 'knifes', 'knight', 'knives', 'knobby', 'knocks', 'knolls', 'knopfs', 'knotty', 'knower', 'knuths', 'koalas', 'kochab', 'kodaly', 'kodiak', 'koenig', 'kojaks', 'kolyma', 'kongos', 'konrad', 'kookie', 'koontz', 'kopeck', 'kopeks', 'koppel', 'korans', 'korean', 'koreas', 'kosher', 'koufax', 'kovacs', 'kowtow', 'krafts', 'krakow', 'kramer', 'krause', 'kresge', 'krista', 'kristi', 'kristy', 'kroger', 'kroner', 'krones', 'kronor', 'kruger', 'kublai', 'kudoss', 'kudzus', 'kurile', 'kurtis', 'kuschs', 'kuwait', 'kyotos', 'kyushu', 'labels', 'labial', 'labile', 'labium', 'labors', 'labour', 'laceys', 'lacier', 'lacing', 'lacked', 'lackey', 'lactic', 'lacuna', 'ladder', 'laddie', 'ladies', 'lading', 'ladled', 'ladles', 'ladoga', 'lagers', 'lagged', 'lagoon', 'lagoss', 'lahore', 'laitys', 'lajoss', 'lakota', 'lamars', 'lamaze', 'lambda', 'lambed', 'lamely', 'lament', 'lamest', 'laming', 'lammed', 'lamont', 'lamour', 'lanais', 'lanced', 'lancer', 'lances', 'lancet', 'landau', 'landed', 'lander', 'landis', 'landon', 'landry', 'lanker', 'lannys', 'lapels', 'lapped', 'lappet', 'lapsed', 'lapses', 'laptop', 'larchs', 'larded', 'larder', 'laredo', 'larger', 'larges', 'largos', 'lariat', 'larked', 'larkin', 'larrys', 'larsen', 'larson', 'larvae', 'larval', 'larvas', 'larynx', 'lascar', 'lasers', 'lashed', 'lashes', 'lassas', 'lassen', 'lasses', 'lassie', 'lassos', 'lasted', 'lastly', 'laszlo', 'latchs', 'lately', 'latent', 'latera', 'latest', 'latexs', 'lathed', 'lather', 'lathes', 'latina', 'latino', 'latins', 'latoya', 'latter', 'latvia', 'lauded', 'lauder', 'laughs', 'launch', 'lauras', 'laurel', 'lauren', 'laurie', 'lauris', 'lavabo', 'lavern', 'lavish', 'lawful', 'lawman', 'lawmen', 'lawson', 'lawyer', 'laxest', 'laxity', 'layers', 'laying', 'laylas', 'layman', 'laymen', 'layoff', 'layout', 'layton', 'lazaro', 'lazied', 'lazier', 'lazies', 'lazily', 'lazing', 'leachs', 'leaded', 'leaden', 'leader', 'leafed', 'league', 'leaked', 'leakey', 'leaned', 'leaner', 'leanna', 'leanne', 'leanns', 'leaped', 'learns', 'learnt', 'learys', 'leased', 'leases', 'leashs', 'leasts', 'leaved', 'leaven', 'leaves', 'lecher', 'ledger', 'ledges', 'leechs', 'leedss', 'leered', 'leeway', 'lefter', 'leftie', 'leftys', 'legacy', 'legals', 'legate', 'legato', 'legend', 'legers', 'legged', 'leggin', 'legion', 'legman', 'legmen', 'legree', 'legume', 'lehigh', 'lehman', 'leiden', 'leilas', 'leland', 'lelias', 'lemmas', 'lemons', 'lemony', 'lemuel', 'lemurs', 'lenard', 'lender', 'length', 'lenins', 'lennon', 'lennox', 'lennys', 'lenoir', 'lenora', 'lenore', 'lenses', 'lenten', 'lentil', 'leolas', 'leonas', 'leonel', 'leonid', 'leonor', 'lepers', 'lepkes', 'lepuss', 'lerner', 'leroys', 'lesion', 'lesley', 'leslie', 'lessee', 'lessen', 'lesser', 'lessie', 'lesson', 'lessor', 'lester', 'lethal', 'lethas', 'lethes', 'letter', 'letups', 'levant', 'levees', 'levels', 'levers', 'levied', 'levies', 'levine', 'levitt', 'levity', 'lewder', 'lewdly', 'lexica', 'lexuss', 'leyden', 'lhasas', 'lhotse', 'liable', 'liaise', 'libels', 'libido', 'libras', 'libyan', 'libyas', 'lichee', 'lichen', 'licked', 'lidded', 'lidias', 'liefer', 'lieges', 'lifers', 'lifted', 'lifter', 'ligand', 'ligget', 'lights', 'lignum', 'likely', 'likens', 'likest', 'liking', 'lilacs', 'lilian', 'lilias', 'lilies', 'lilith', 'lillie', 'lillys', 'lilted', 'limber', 'limbic', 'limbos', 'limier', 'liming', 'limits', 'limned', 'limped', 'limper', 'limpet', 'limpid', 'limply', 'linage', 'lindas', 'linden', 'lineal', 'linear', 'linens', 'liners', 'lineup', 'linger', 'lingos', 'lingua', 'lining', 'linked', 'linker', 'linkup', 'linnet', 'lintel', 'linton', 'linuss', 'lionel', 'lipids', 'lipton', 'liquid', 'liquor', 'lisbon', 'lisles', 'lisped', 'lissom', 'listed', 'listen', 'lister', 'liston', 'litany', 'litchi', 'liters', 'lither', 'lithic', 'litmus', 'litres', 'litter', 'little', 'litton', 'lively', 'livens', 'livers', 'livery', 'livest', 'liveth', 'livias', 'living', 'lizard', 'lizzie', 'lizzys', 'llamas', 'llanos', 'loaded', 'loader', 'loafed', 'loafer', 'loaned', 'loaner', 'loathe', 'loaves', 'lobbed', 'lobbys', 'lobule', 'locale', 'locals', 'locate', 'locked', 'locker', 'lockes', 'locket', 'lockup', 'locuss', 'locust', 'lodged', 'lodger', 'lodges', 'loewss', 'lofted', 'logans', 'logged', 'logger', 'logics', 'logjam', 'loires', 'loiter', 'lolita', 'lolled', 'london', 'lonely', 'loners', 'longed', 'longer', 'longue', 'lonnie', 'loofah', 'looked', 'looker', 'lookup', 'loomed', 'loomis', 'looney', 'loonys', 'looped', 'loosed', 'loosen', 'looser', 'looses', 'looted', 'looter', 'lopezs', 'loping', 'lopped', 'loquat', 'lorded', 'lordly', 'loreal', 'lorena', 'lorene', 'lorenz', 'lories', 'lornas', 'lorres', 'lorrie', 'lorrys', 'losers', 'losing', 'losses', 'lotion', 'lottie', 'lottos', 'lotuss', 'louder', 'loudly', 'louies', 'louisa', 'louise', 'lounge', 'louses', 'louver', 'louvre', 'lovely', 'lovers', 'loving', 'lowboy', 'lowell', 'lowers', 'lowery', 'lowest', 'lowing', 'lowish', 'loyang', 'loyola', 'luanda', 'luanns', 'lubber', 'lubell', 'lubing', 'lucian', 'lucias', 'lucien', 'lucile', 'lucios', 'lucite', 'lucius', 'lucked', 'lucres', 'ludlow', 'ludwig', 'luella', 'lugers', 'lugged', 'lugosi', 'luigis', 'luisas', 'lulled', 'lumbar', 'lumber', 'lumire', 'lummox', 'lumped', 'lumpur', 'lunacy', 'lunary', 'lunate', 'lunchs', 'lunged', 'lunges', 'lupine', 'lupins', 'lupuss', 'lurchs', 'lurias', 'luring', 'lurked', 'lusaka', 'lusher', 'lushes', 'lusted', 'luster', 'lustre', 'luther', 'luxury', 'luzons', 'lyceum', 'lychee', 'lyings', 'lymans', 'lymphs', 'lyndas', 'lyndon', 'lynnes', 'lynxes', 'lyrics', 'lysine', 'lysols', 'maalox', 'mabels', 'mables', 'macaos', 'macaws', 'machos', 'macias', 'macing', 'mackey', 'macram', 'macron', 'macros', 'madame', 'madams', 'madcap', 'madden', 'madder', 'maddox', 'madges', 'madman', 'madmen', 'madras', 'madrid', 'madsen', 'mafias', 'maggie', 'maggot', 'magics', 'magmas', 'magnet', 'magnum', 'magoos', 'magpie', 'magyar', 'mahler', 'maiden', 'mailed', 'mailer', 'maiman', 'maimed', 'maines', 'mainly', 'maisie', 'maitre', 'maizes', 'majors', 'majuro', 'makers', 'makeup', 'making', 'malabo', 'malady', 'malawi', 'malays', 'malden', 'malian', 'malibu', 'malice', 'malign', 'mallet', 'mallow', 'malone', 'malory', 'maltas', 'malted', 'malton', 'mambos', 'mamies', 'mammal', 'mammas', 'mammon', 'mamore', 'manage', 'manama', 'manaus', 'manchu', 'mandys', 'manful', 'mangel', 'manger', 'manges', 'mangle', 'mangos', 'maniac', 'manias', 'manics', 'manila', 'manley', 'mannas', 'manned', 'manner', 'manors', 'manses', 'manson', 'mantel', 'mantes', 'mantic', 'mantis', 'mantle', 'mantra', 'manual', 'manuel', 'manure', 'maoism', 'maoist', 'maoris', 'maples', 'mapped', 'mapper', 'maputo', 'maraca', 'maraud', 'marble', 'marcel', 'marchs', 'marcia', 'marcie', 'marcis', 'marcos', 'marcus', 'marcys', 'marduk', 'marges', 'margie', 'margin', 'margos', 'marian', 'marias', 'maries', 'marina', 'marine', 'marino', 'marion', 'marios', 'marisa', 'marius', 'markab', 'marked', 'marker', 'market', 'markov', 'markup', 'marlas', 'marley', 'marlin', 'marlon', 'marmot', 'maroon', 'marple', 'marque', 'marred', 'marrow', 'marsha', 'marshs', 'marshy', 'martas', 'martel', 'marten', 'martha', 'martin', 'martyr', 'martys', 'marvas', 'marvel', 'marvin', 'masada', 'masais', 'mascot', 'maseru', 'mashed', 'masher', 'mashes', 'masked', 'masker', 'masons', 'masque', 'massed', 'masses', 'massey', 'massif', 'masted', 'master', 'mastic', 'matchs', 'mather', 'mathew', 'mathis', 'matine', 'mating', 'matins', 'matrix', 'matron', 'matson', 'matted', 'mattel', 'matter', 'mattes', 'mattie', 'mature', 'matzoh', 'matzos', 'matzot', 'maudes', 'mauled', 'mauras', 'mauros', 'mauser', 'mauves', 'mavens', 'mavins', 'maviss', 'maxima', 'maxims', 'maxine', 'maxing', 'mayans', 'maybes', 'mayday', 'mayfly', 'mayhap', 'mayhem', 'mayors', 'mayras', 'maytag', 'mazama', 'mazola', 'mbinis', 'mcadam', 'mccabe', 'mccain', 'mccall', 'mccann', 'mccray', 'mcgees', 'mcgill', 'mcgraw', 'mchugh', 'mckays', 'mckees', 'mckeon', 'mclean', 'mcleod', 'mcneil', 'meadow', 'meagan', 'meager', 'meagre', 'meaner', 'meanly', 'meanys', 'measle', 'measly', 'meccas', 'medals', 'meddle', 'medeas', 'medial', 'median', 'medias', 'medici', 'medico', 'medics', 'medina', 'medium', 'medlar', 'medley', 'medusa', 'meeker', 'meekly', 'megans', 'meghan', 'megohm', 'meiers', 'meijis', 'mejias', 'mekong', 'melded', 'melisa', 'mellon', 'mellow', 'melody', 'melons', 'melted', 'melton', 'melvas', 'melvin', 'member', 'memoir', 'memory', 'menace', 'menage', 'mended', 'mendel', 'mender', 'mendez', 'menial', 'menkar', 'mennen', 'menses', 'mental', 'mentor', 'meowed', 'meraks', 'mercer', 'mercia', 'mercks', 'mercys', 'merely', 'merest', 'merged', 'merger', 'merges', 'merino', 'merits', 'merles', 'merlin', 'merlot', 'merman', 'mermen', 'merton', 'mervin', 'mesabi', 'mescal', 'meshed', 'meshes', 'mesmer', 'messed', 'messes', 'messrs', 'metals', 'meteor', 'meters', 'method', 'methyl', 'metier', 'meting', 'metres', 'metric', 'metros', 'mettle', 'meuses', 'mewing', 'mewled', 'mexico', 'meyers', 'mfumes', 'miamis', 'miaows', 'miasma', 'michel', 'mickey', 'mickie', 'mickys', 'micmac', 'micron', 'midair', 'midass', 'midday', 'middle', 'middys', 'midges', 'midget', 'midsts', 'midway', 'miffed', 'mights', 'mighty', 'mignon', 'miguel', 'miking', 'milans', 'milder', 'mildew', 'mildly', 'milers', 'milieu', 'milked', 'milken', 'milker', 'millay', 'milled', 'miller', 'millet', 'millie', 'milord', 'milton', 'mimics', 'miming', 'mimosa', 'minced', 'minces', 'minded', 'mindys', 'miners', 'mingle', 'mingus', 'minima', 'minims', 'mining', 'minion', 'minnie', 'minnow', 'minoan', 'minors', 'minoss', 'minots', 'minsks', 'minsky', 'minted', 'minter', 'minuet', 'minuit', 'minuss', 'minute', 'minxes', 'mirach', 'mirage', 'mirfak', 'miriam', 'miring', 'mirror', 'mirths', 'mirzam', 'miscue', 'misdid', 'misers', 'misery', 'misfit', 'mishap', 'mislay', 'misled', 'missal', 'missed', 'misses', 'missys', 'misted', 'mister', 'mistys', 'misuse', 'mitchs', 'miters', 'mithra', 'mitral', 'mitred', 'mitres', 'mitten', 'mittys', 'mitzis', 'mixers', 'mixing', 'mixtec', 'mizzen', 'moaned', 'mobbed', 'mobcap', 'mobile', 'mobils', 'mobutu', 'mochas', 'mocked', 'mocker', 'mockup', 'modals', 'models', 'modems', 'modern', 'modest', 'modify', 'modish', 'module', 'moduli', 'modulo', 'moguls', 'mohacs', 'mohair', 'mohawk', 'moiety', 'moines', 'moires', 'moises', 'mojave', 'molars', 'molded', 'molder', 'molest', 'molina', 'moline', 'mollie', 'mollys', 'molnar', 'moloch', 'molted', 'molten', 'moment', 'mommas', 'mommys', 'monaco', 'monash', 'monday', 'monera', 'moneys', 'monger', 'mongol', 'monica', 'monied', 'monies', 'monkey', 'monoid', 'monroe', 'montes', 'months', 'montys', 'moochs', 'mooing', 'mooned', 'mooney', 'moored', 'mooses', 'mooted', 'mopeds', 'moping', 'mopped', 'moppet', 'morale', 'morals', 'morans', 'morass', 'morays', 'morbid', 'moreno', 'moress', 'morgan', 'morgen', 'morgue', 'morins', 'morita', 'morley', 'mormon', 'moroni', 'morons', 'morose', 'morphy', 'morris', 'morrow', 'morsel', 'morses', 'mortal', 'mortar', 'mortem', 'morton', 'mosaic', 'moscow', 'mosess', 'moseys', 'moslem', 'mosley', 'mosque', 'mosses', 'mostly', 'motels', 'mother', 'motifs', 'motile', 'motion', 'motive', 'motley', 'motors', 'motown', 'motrin', 'mottle', 'mottos', 'moulds', 'mouldy', 'moults', 'mounds', 'mounts', 'mourns', 'moused', 'mouser', 'mouses', 'mousey', 'mousse', 'mouthe', 'mouths', 'mouton', 'movers', 'movies', 'moving', 'mowers', 'mowgli', 'mowing', 'mozart', 'mtiers', 'mucked', 'mucker', 'mucosa', 'mucous', 'mucuss', 'muddle', 'muesli', 'muffed', 'muffin', 'muffle', 'muftis', 'mugabe', 'mugged', 'mugger', 'mujibs', 'mukden', 'mukluk', 'mulchs', 'mulder', 'mulish', 'mullah', 'mulled', 'mullen', 'muller', 'mullet', 'multan', 'mumbai', 'mumble', 'mummer', 'mummys', 'mumpss', 'muncie', 'munich', 'munozs', 'munson', 'muppet', 'murals', 'murder', 'muriel', 'murine', 'murmur', 'murphy', 'murray', 'murrow', 'muscat', 'muscle', 'museum', 'mushed', 'mushes', 'musial', 'musics', 'musing', 'musket', 'muskox', 'muslim', 'muslin', 'mussed', 'mussel', 'musses', 'muster', 'mustnt', 'mutant', 'mutate', 'mutely', 'mutest', 'muting', 'mutiny', 'mutter', 'mutton', 'mutual', 'mutuel', 'muumuu', 'muzzle', 'mylars', 'myless', 'mynahs', 'myopia', 'myopic', 'myosin', 'myrdal', 'myriad', 'myrnas', 'myrrhs', 'myrtle', 'myself', 'mysore', 'mystic', 'mythic', 'nabbed', 'nabobs', 'nachos', 'nacres', 'nadias', 'nadine', 'nadirs', 'nagged', 'nagoya', 'nagpur', 'naiads', 'nailed', 'naiver', 'naivet', 'namath', 'namely', 'namers', 'naming', 'nannie', 'nannys', 'nanook', 'nansen', 'nantes', 'naomis', 'napalm', 'napier', 'napkin', 'naples', 'napped', 'nappys', 'narked', 'narnia', 'narrow', 'nasals', 'nascar', 'nashua', 'nassau', 'nasser', 'nathan', 'nation', 'native', 'nature', 'naught', 'naurus', 'nausea', 'navaho', 'navajo', 'navels', 'navies', 'nazism', 'nearby', 'neared', 'nearer', 'nearly', 'neater', 'neatly', 'nebula', 'necked', 'nectar', 'needed', 'needle', 'neednt', 'negate', 'negevs', 'neglig', 'negros', 'nehrus', 'neighs', 'neldas', 'nellie', 'nellys', 'nelsen', 'nelson', 'nepali', 'nepals', 'nephew', 'nereid', 'neruda', 'nerved', 'nerves', 'nested', 'nester', 'nestle', 'nestor', 'nether', 'netted', 'nettie', 'nettle', 'neural', 'neuron', 'neuter', 'nevada', 'nevins', 'neviss', 'nevsky', 'newark', 'newbie', 'newell', 'newels', 'newest', 'newman', 'newton', 'nexuss', 'ngstrm', 'nguyen', 'niacin', 'niamey', 'nibble', 'nicaea', 'nicely', 'nicene', 'nicest', 'nicety', 'niches', 'nicked', 'nickel', 'nicker', 'nicola', 'nicole', 'nieces', 'nieves', 'nigels', 'nigers', 'nigger', 'niggle', 'nigher', 'nights', 'nighty', 'nikita', 'nikkei', 'nikkis', 'nikons', 'nimble', 'nimbly', 'nimbus', 'nimitz', 'nimrod', 'ninety', 'ninjas', 'ninnys', 'ninths', 'nipped', 'nipper', 'nipple', 'nippon', 'nisans', 'nissan', 'niters', 'nitres', 'nitric', 'nitwit', 'niveas', 'nixing', 'nixons', 'nobler', 'nobles', 'nobody', 'nodded', 'nodozs', 'nodule', 'noelle', 'noemis', 'noggin', 'noised', 'noises', 'nokias', 'nolans', 'nomads', 'nonces', 'noncom', 'nonfat', 'noodle', 'nooses', 'nootka', 'norads', 'nordic', 'noreen', 'normal', 'norman', 'norris', 'norses', 'norths', 'norton', 'norway', 'noshed', 'noshes', 'nosier', 'nosing', 'notary', 'notate', 'notchs', 'notice', 'notify', 'noting', 'notion', 'nougat', 'nought', 'noumea', 'novels', 'novice', 'nowise', 'noyces', 'noyess', 'nozzle', 'nuance', 'nubian', 'nubile', 'nuclei', 'nudest', 'nudged', 'nudges', 'nudism', 'nudist', 'nudity', 'nugget', 'nuking', 'nulled', 'numbed', 'number', 'numbly', 'nuncio', 'nunezs', 'nunkis', 'nursed', 'nurses', 'nutate', 'nutmeg', 'nutria', 'nutted', 'nuzzle', 'nyasas', 'nylons', 'nymphs', 'nyquil', 'oafish', 'oakley', 'oakums', 'oaring', 'oasiss', 'oaxaca', 'obamas', 'oberon', 'obeyed', 'object', 'oblate', 'oblige', 'oblong', 'oboist', 'obrien', 'obsess', 'obtain', 'obtuse', 'ocasey', 'occult', 'occupy', 'occurs', 'oceans', 'ocelot', 'ochers', 'ochoas', 'ochres', 'oclock', 'octane', 'octant', 'octave', 'octets', 'octile', 'octopi', 'ocular', 'oddest', 'oddity', 'odells', 'odessa', 'odious', 'odiums', 'odours', 'odwyer', 'oedema', 'ofelia', 'offals', 'offend', 'offers', 'office', 'offing', 'offset', 'ogdens', 'ogilvy', 'ogling', 'ogress', 'ohioan', 'oilers', 'oilier', 'oiling', 'oilman', 'oilmen', 'oinked', 'ojibwa', 'okayed', 'oldest', 'oldies', 'oleary', 'olefin', 'olenek', 'oliver', 'olives', 'olivia', 'ollies', 'olsens', 'olsons', 'omahas', 'omegas', 'omelet', 'oneals', 'onegin', 'oneida', 'oneill', 'onions', 'online', 'onlook', 'onrush', 'onsets', 'onuses', 'onward', 'onyxes', 'oocyte', 'oodles', 'oozing', 'opaque', 'opcode', 'opened', 'opener', 'openly', 'operas', 'operon', 'opiate', 'opined', 'opines', 'opiums', 'oppose', 'oprahs', 'optics', 'optima', 'opting', 'option', 'opuses', 'oracle', 'orally', 'orange', 'orated', 'orates', 'orator', 'orbits', 'orchid', 'orchis', 'ordain', 'ordeal', 'orders', 'ordure', 'oregon', 'organs', 'orgasm', 'orgies', 'orient', 'origin', 'oriole', 'orions', 'oriyas', 'orkney', 'orlons', 'ormolu', 'ornate', 'ornery', 'orphan', 'orphic', 'ortega', 'ortizs', 'orvals', 'orwell', 'osages', 'osakas', 'osbert', 'osborn', 'oscars', 'osgood', 'oshawa', 'osiers', 'osiris', 'osmans', 'osmium', 'osprey', 'ossify', 'oswald', 'others', 'otiose', 'otoole', 'ottawa', 'otters', 'ouijas', 'ounces', 'ousted', 'ouster', 'outage', 'outbid', 'outcry', 'outdid', 'outfit', 'outfox', 'outgos', 'outing', 'outlaw', 'outlay', 'outlet', 'output', 'outran', 'outrun', 'outset', 'outwit', 'ovarys', 'overdo', 'overly', 'ovoids', 'ovules', 'owlets', 'owlish', 'owners', 'owning', 'oxalic', 'oxbows', 'oxcart', 'oxford', 'oxides', 'oxnard', 'oxygen', 'oyster', 'ozarks', 'ozones', 'ozzies', 'pablos', 'pablum', 'pabsts', 'pacers', 'pacify', 'pacing', 'pacino', 'packed', 'packer', 'packet', 'padded', 'paddle', 'paddys', 'padres', 'paeans', 'pagans', 'pagers', 'paging', 'paglia', 'pagoda', 'paiges', 'pained', 'paints', 'paired', 'pajama', 'palace', 'palate', 'palely', 'palest', 'paling', 'palled', 'pallet', 'pallid', 'pallor', 'palmed', 'palmer', 'palsys', 'paltry', 'pamela', 'pamirs', 'pampas', 'pamper', 'panama', 'pancho', 'pandas', 'pander', 'panels', 'panics', 'panier', 'panned', 'pansys', 'panted', 'pantie', 'pantry', 'pantys', 'panzas', 'papacy', 'papaws', 'papaya', 'papers', 'papery', 'pappas', 'papyri', 'parade', 'parans', 'parcel', 'pardon', 'parent', 'pareto', 'pariah', 'paring', 'parish', 'pariss', 'parity', 'parkas', 'parked', 'parker', 'parlay', 'parley', 'parlor', 'parody', 'parole', 'parred', 'parrot', 'parrys', 'parsec', 'parsed', 'parser', 'parses', 'parsis', 'parson', 'parted', 'parter', 'partly', 'partys', 'pascal', 'pashas', 'passed', 'passel', 'passer', 'passes', 'pastas', 'pasted', 'pastel', 'pastes', 'pastor', 'pastry', 'pastys', 'patchs', 'patchy', 'patels', 'patent', 'pathos', 'patina', 'patine', 'patios', 'patois', 'patrol', 'patron', 'patsys', 'patted', 'patter', 'patton', 'pattys', 'paulas', 'paulus', 'paunch', 'pauper', 'paused', 'pauses', 'paving', 'pavlov', 'pawing', 'pawned', 'pawnee', 'pawpaw', 'payday', 'payees', 'payers', 'paying', 'paynes', 'payoff', 'paypal', 'peaces', 'peachs', 'peahen', 'peaked', 'pealed', 'peanut', 'pearce', 'pearls', 'pearly', 'pebble', 'pebbly', 'pecans', 'pecked', 'pecoss', 'pectin', 'pedals', 'pedant', 'peddle', 'pedlar', 'pedros', 'peeing', 'peeked', 'peeled', 'peeped', 'peeper', 'peered', 'peeved', 'peeves', 'peewee', 'pegged', 'peggys', 'peking', 'pekoes', 'pelees', 'pelham', 'pellet', 'pelted', 'peltry', 'pelves', 'pelvic', 'pelvis', 'pencil', 'pended', 'penile', 'peniss', 'penman', 'penmen', 'penned', 'penney', 'pennon', 'pennys', 'pentax', 'penury', 'peonys', 'people', 'peoria', 'pepins', 'pepped', 'pepper', 'pepsin', 'pepsis', 'peptic', 'pequot', 'perchs', 'perezs', 'perils', 'period', 'perish', 'perked', 'permed', 'permit', 'pernod', 'perots', 'persia', 'person', 'perter', 'perths', 'pertly', 'peruse', 'peseta', 'pester', 'pestle', 'petals', 'petard', 'peters', 'petite', 'petrel', 'petrol', 'petted', 'petter', 'pettys', 'pewees', 'pewter', 'peyote', 'pfizer', 'phalli', 'phased', 'phaser', 'phases', 'phekda', 'phelps', 'phenol', 'phenyl', 'phials', 'philby', 'philip', 'philly', 'phipps', 'phlegm', 'phloem', 'phloxs', 'phobia', 'phobic', 'phobos', 'phoebe', 'phoned', 'phones', 'phoney', 'phonic', 'phonon', 'phonys', 'phooey', 'photon', 'photos', 'phrase', 'phylum', 'physic', 'physik', 'piaget', 'pianos', 'piazza', 'piazze', 'pickax', 'picked', 'picker', 'picket', 'pickle', 'pickup', 'picnic', 'piddle', 'pidgin', 'pieced', 'pieces', 'pieing', 'pierce', 'pierre', 'pietys', 'piffle', 'pigeon', 'pigged', 'piggys', 'piglet', 'pigmys', 'pigpen', 'pigsty', 'pikers', 'piking', 'pilaff', 'pilafs', 'pilate', 'pilaus', 'pilaws', 'pilers', 'pileup', 'pilfer', 'piling', 'pillar', 'pilled', 'pillow', 'pilots', 'pimped', 'pimple', 'pimply', 'pincer', 'pinchs', 'pincus', 'pindar', 'pinged', 'pining', 'pinion', 'pinked', 'pinker', 'pinkie', 'pinkly', 'pinkys', 'pinned', 'pinsky', 'pinter', 'pintos', 'pinups', 'pipers', 'piping', 'pipits', 'pipped', 'pippin', 'piqued', 'piques', 'piracy', 'pirate', 'pisces', 'pissed', 'pisses', 'pistil', 'pistol', 'piston', 'pitchs', 'pithed', 'pithes', 'pitied', 'pitier', 'pities', 'pitman', 'pitney', 'pitons', 'pitted', 'pivots', 'pixels', 'pixies', 'pizazz', 'pizzas', 'placed', 'placer', 'places', 'placid', 'plague', 'plaice', 'plaids', 'plains', 'plaint', 'plaits', 'planar', 'planck', 'planed', 'planer', 'planes', 'planet', 'planks', 'plants', 'plaque', 'plasma', 'plated', 'platen', 'plates', 'platos', 'platte', 'played', 'player', 'plazas', 'pleads', 'please', 'pleats', 'pledge', 'plenty', 'plenum', 'pleura', 'plexus', 'pliant', 'pliers', 'plight', 'plinth', 'plough', 'plover', 'plowed', 'plower', 'plucks', 'plucky', 'plugin', 'plumbs', 'plumed', 'plumes', 'plumps', 'plunge', 'plunks', 'plural', 'pluses', 'plushs', 'plushy', 'pluton', 'plutos', 'plying', 'pocked', 'pocket', 'pocono', 'podded', 'podium', 'podunk', 'poesys', 'poetic', 'poetry', 'pogrom', 'points', 'pointy', 'poiret', 'poirot', 'poised', 'poises', 'poison', 'pokers', 'pokeys', 'pokier', 'poking', 'pokmon', 'poland', 'police', 'policy', 'poling', 'polios', 'polish', 'polite', 'polity', 'polkas', 'polled', 'pollen', 'polloi', 'pollux', 'pollys', 'polyps', 'pomade', 'pommel', 'pomona', 'pompey', 'pompom', 'pompon', 'poncho', 'ponder', 'ponies', 'poochs', 'poodle', 'poohed', 'pookie', 'pooled', 'pooles', 'pooped', 'poorer', 'poorly', 'popeye', 'popgun', 'popish', 'poplar', 'poplin', 'poppas', 'popped', 'popper', 'poppys', 'porchs', 'poring', 'porker', 'pornos', 'porous', 'portal', 'ported', 'porter', 'portia', 'portly', 'posers', 'poseur', 'posher', 'posies', 'posing', 'posits', 'posner', 'posses', 'possum', 'postal', 'posted', 'poster', 'potash', 'potato', 'potent', 'potful', 'potion', 'potpie', 'potted', 'potter', 'pottss', 'pottys', 'pouchs', 'pounce', 'pounds', 'poured', 'pourer', 'pouted', 'powder', 'powell', 'powers', 'powwow', 'poznan', 'pradas', 'prados', 'prague', 'praias', 'praise', 'prance', 'pranks', 'prated', 'prates', 'pratts', 'pravda', 'prawns', 'prayed', 'prayer', 'prciss', 'preach', 'precis', 'preens', 'prefab', 'prefer', 'prefix', 'prensa', 'prepay', 'preppy', 'preset', 'presss', 'presto', 'pretty', 'prevue', 'prewar', 'preyed', 'priams', 'priced', 'pricer', 'prices', 'pricey', 'pricks', 'prided', 'prides', 'priest', 'primal', 'primed', 'primer', 'primes', 'primly', 'primps', 'prince', 'prints', 'priori', 'priors', 'priory', 'prised', 'prises', 'prisms', 'prison', 'prissy', 'priuss', 'privet', 'privys', 'prized', 'prizer', 'prizes', 'probed', 'probes', 'profit', 'prolix', 'prolog', 'promos', 'prompt', 'prongs', 'pronto', 'proofs', 'propel', 'proper', 'propos', 'propyl', 'proses', 'protgs', 'proton', 'proust', 'proved', 'proven', 'prover', 'proves', 'prowls', 'proxys', 'prozac', 'prudes', 'pruitt', 'pruned', 'pruner', 'prunes', 'prying', 'pryors', 'psalms', 'pseudo', 'pshaws', 'psyche', 'psycho', 'psychs', 'ptains', 'public', 'pucker', 'puddle', 'puddly', 'puebla', 'pueblo', 'puerto', 'puffed', 'puffer', 'puffin', 'pugets', 'puking', 'pulled', 'puller', 'pullet', 'pulley', 'pulped', 'pulpit', 'pulsar', 'pulsed', 'pulses', 'pumice', 'pummel', 'pumped', 'punchs', 'punchy', 'pundit', 'punics', 'punier', 'punish', 'punjab', 'punker', 'punned', 'punted', 'punter', 'pupate', 'pupils', 'pupped', 'puppet', 'puppys', 'purana', 'purdue', 'pureed', 'purees', 'purely', 'purest', 'purged', 'purges', 'purify', 'purims', 'purina', 'purine', 'purism', 'purist', 'purity', 'purled', 'purple', 'purred', 'pursed', 'purser', 'purses', 'pursue', 'puruss', 'purvey', 'pusans', 'pushed', 'pusher', 'pushes', 'pushtu', 'pushup', 'pusses', 'pussys', 'putins', 'putnam', 'putrid', 'putsch', 'putted', 'putter', 'puttys', 'puzzle', 'pygmys', 'pylons', 'pyotrs', 'pyrexs', 'pyrite', 'python', 'qantas', 'qatars', 'qaywsx', 'qazwsx', 'quacks', 'quaffs', 'quahog', 'quails', 'quaint', 'quaked', 'quaker', 'quakes', 'qualms', 'quanta', 'quaoar', 'quarks', 'quarry', 'quarto', 'quarts', 'quartz', 'quasar', 'quaver', 'quayle', 'queasy', 'quebec', 'queens', 'queers', 'quells', 'quench', 'querys', 'quests', 'queued', 'queuer', 'queues', 'quezon', 'quiche', 'quicks', 'quiets', 'quills', 'quilts', 'quince', 'quincy', 'quires', 'quirks', 'quirky', 'quitos', 'quiver', 'qumran', 'quoits', 'quorum', 'quotas', 'quoted', 'quotes', 'qwerty', 'qwertz', 'rabats', 'rabbet', 'rabbis', 'rabbit', 'rabble', 'rabies', 'rabins', 'raceme', 'racers', 'rachel', 'racial', 'racier', 'racily', 'racine', 'racing', 'racism', 'racist', 'racked', 'racket', 'racoon', 'radars', 'radial', 'radian', 'radios', 'radish', 'radium', 'radius', 'radons', 'rafael', 'raffia', 'raffle', 'rafted', 'rafter', 'ragged', 'raging', 'raglan', 'ragout', 'ragtag', 'raided', 'raider', 'railed', 'railer', 'rained', 'raised', 'raiser', 'raises', 'raisin', 'rajahs', 'raking', 'rakish', 'rallys', 'ralphs', 'ramada', 'ramble', 'rambos', 'ramify', 'ramiro', 'rammed', 'ramona', 'ramons', 'ramrod', 'ramsay', 'ramses', 'ramsey', 'rancho', 'ranchs', 'rancid', 'rancor', 'randal', 'randis', 'random', 'randys', 'ranged', 'ranger', 'ranges', 'ranier', 'ranked', 'ranker', 'rankin', 'rankle', 'rankly', 'ransom', 'ranted', 'ranter', 'raouls', 'rapids', 'rapier', 'rapine', 'raping', 'rapist', 'rapped', 'rapper', 'raptly', 'raquel', 'rarefy', 'rarely', 'rarest', 'rarety', 'raring', 'rarity', 'rascal', 'rasher', 'rashes', 'rashly', 'rasped', 'raster', 'rastus', 'raters', 'rather', 'ratify', 'rating', 'ration', 'ratios', 'rattan', 'ratted', 'rattle', 'ravage', 'ravels', 'ravens', 'ravine', 'raving', 'ravish', 'rawest', 'rayban', 'rayons', 'razing', 'razors', 'razzed', 'razzes', 'razzle', 'reachs', 'reacts', 'reader', 'reagan', 'realer', 'reales', 'really', 'realms', 'realty', 'reamed', 'reamer', 'reaped', 'reaper', 'reared', 'rearms', 'reason', 'rebate', 'rebels', 'rebind', 'reborn', 'rebuff', 'rebuke', 'rebuss', 'rebuts', 'recall', 'recant', 'recaps', 'recast', 'recede', 'recent', 'recess', 'recife', 'recipe', 'recite', 'reckon', 'recode', 'recoil', 'recopy', 'record', 'recoup', 'rectal', 'rector', 'rectum', 'recurs', 'recuse', 'redact', 'redbud', 'redcap', 'redden', 'redder', 'redeem', 'redoes', 'redone', 'redraw', 'redrew', 'redtop', 'reduce', 'reduct', 'reebok', 'reefed', 'reefer', 'reeked', 'reeled', 'reeler', 'reeses', 'reeved', 'reeves', 'refers', 'reffed', 'refile', 'refill', 'refine', 'refits', 'reflex', 'reform', 'refuel', 'refuge', 'refund', 'refuse', 'refute', 'regain', 'regale', 'regard', 'regent', 'reggae', 'reggie', 'regime', 'regina', 'region', 'regors', 'regret', 'rehabs', 'rehash', 'reheat', 'rehire', 'reichs', 'reigns', 'reilly', 'reined', 'reject', 'rejoin', 'relaid', 'relate', 'relays', 'relent', 'relics', 'relict', 'relied', 'relief', 'relies', 'relish', 'relive', 'reload', 'remade', 'remain', 'remake', 'remand', 'remark', 'remedy', 'remind', 'remiss', 'remits', 'remote', 'remove', 'remuss', 'rename', 'render', 'renees', 'renege', 'renews', 'rennet', 'renoir', 'renown', 'rental', 'rented', 'renter', 'reopen', 'repaid', 'repair', 'repast', 'repays', 'repeal', 'repeat', 'repels', 'repent', 'repine', 'replay', 'replys', 'report', 'repose', 'repute', 'reread', 'reruns', 'resale', 'rescue', 'resell', 'resend', 'resent', 'resets', 'reside', 'resign', 'resins', 'resiny', 'resist', 'resold', 'resort', 'rested', 'result', 'resume', 'retail', 'retain', 'retake', 'retard', 'retell', 'retina', 'retire', 'retold', 'retook', 'retool', 'retort', 'retrod', 'return', 'retype', 'reuben', 'reused', 'reuses', 'revamp', 'reveal', 'revels', 'revere', 'revert', 'revery', 'review', 'revile', 'revise', 'revive', 'revlon', 'revoke', 'revolt', 'revues', 'revved', 'reward', 'rewind', 'rewire', 'reword', 'rework', 'reynas', 'rhesus', 'rheums', 'rheumy', 'rhines', 'rhinos', 'rhodas', 'rhodes', 'rhombi', 'rhonda', 'rhones', 'rhymed', 'rhymes', 'rhythm', 'ribald', 'ribbed', 'ribbon', 'ribose', 'richer', 'riches', 'richie', 'richly', 'ricing', 'ricked', 'rickey', 'rickie', 'rickys', 'ridded', 'ridden', 'riddle', 'riders', 'ridged', 'ridges', 'riding', 'rifest', 'riffed', 'riffle', 'rifled', 'rifler', 'rifles', 'rifted', 'rigels', 'rigged', 'riggss', 'rights', 'rigors', 'rigour', 'riling', 'riming', 'rimmed', 'ringed', 'ringer', 'ringos', 'rinsed', 'rinser', 'rinses', 'rioted', 'rioter', 'ripely', 'ripens', 'ripest', 'ripley', 'ripoff', 'ripped', 'ripper', 'ripple', 'ripsaw', 'risers', 'rising', 'risked', 'ritter', 'ritual', 'rivals', 'rivera', 'rivers', 'rivets', 'riyadh', 'roachs', 'roamed', 'roamer', 'roared', 'roarer', 'roasts', 'robbed', 'robber', 'robbie', 'robbin', 'robbys', 'robert', 'robing', 'robins', 'robles', 'robots', 'robson', 'robust', 'robyns', 'roccos', 'rochas', 'roches', 'rocked', 'rocker', 'rocket', 'rockne', 'rockys', 'rococo', 'rodent', 'rodeos', 'rodger', 'rodney', 'rogers', 'rogets', 'rogues', 'roiled', 'rojass', 'roland', 'rolexs', 'rolled', 'roller', 'romano', 'romans', 'romany', 'romero', 'rommel', 'romney', 'romped', 'romper', 'ronald', 'rondas', 'ronnie', 'ronnys', 'roofed', 'roofer', 'rooked', 'rookie', 'roomed', 'roomer', 'rooney', 'roosts', 'rooted', 'rooter', 'ropers', 'roping', 'rosary', 'roscoe', 'roseau', 'rosier', 'rosies', 'rosily', 'rosins', 'roslyn', 'roster', 'rostov', 'rostra', 'rotary', 'rotate', 'rothko', 'rotors', 'rotted', 'rotten', 'rotund', 'rouble', 'rouged', 'rouges', 'roughs', 'rounds', 'rourke', 'roused', 'rouses', 'routed', 'router', 'routes', 'rovers', 'roving', 'rowdys', 'rowels', 'rowena', 'rowers', 'rowing', 'rowley', 'roxies', 'royals', 'ruanda', 'rubbed', 'rubber', 'rubble', 'rubens', 'rubier', 'rubies', 'rubiks', 'rubins', 'rubles', 'rubout', 'rubric', 'ruckus', 'rudder', 'rudely', 'rudest', 'rudolf', 'rueful', 'ruffed', 'ruffle', 'rufous', 'rufuss', 'rugbys', 'rugged', 'ruined', 'rulers', 'ruling', 'rumbas', 'rumble', 'rummer', 'rummys', 'rumors', 'rumour', 'rumple', 'rumply', 'rumpus', 'runnel', 'runner', 'runoff', 'runway', 'runyon', 'rupees', 'rupert', 'rushed', 'rusher', 'rushes', 'ruskin', 'russel', 'russet', 'russia', 'russos', 'rusted', 'rustic', 'rustle', 'rustys', 'rutans', 'ruthie', 'rutile', 'rutted', 'rwanda', 'ryukyu', 'sabers', 'sabiks', 'sabina', 'sabine', 'sables', 'sabres', 'saccos', 'sachem', 'sachet', 'sachss', 'sacked', 'sacker', 'sacral', 'sacred', 'saddam', 'sadden', 'sadder', 'saddle', 'sadies', 'sadism', 'sadist', 'sadler', 'safari', 'safely', 'safest', 'safety', 'sagans', 'sagely', 'sagest', 'sagged', 'sahara', 'sahibs', 'saigon', 'sailed', 'sailor', 'saints', 'saiphs', 'sakhas', 'salaam', 'salado', 'salads', 'salami', 'salary', 'salass', 'salems', 'salina', 'saline', 'salish', 'saliva', 'sallie', 'sallow', 'sallys', 'salmon', 'salome', 'salons', 'saloon', 'salsas', 'salted', 'salter', 'salton', 'salute', 'salved', 'salver', 'salves', 'salvos', 'salyut', 'samara', 'samars', 'sambas', 'sammie', 'sammys', 'samoan', 'samoas', 'sampan', 'sample', 'samson', 'samuel', 'sances', 'sancho', 'sancta', 'sandal', 'sanded', 'sander', 'sandia', 'sandra', 'sandys', 'sanely', 'sanest', 'sanger', 'sanity', 'sankas', 'santos', 'sapped', 'sappho', 'sarans', 'sarape', 'sarees', 'sargon', 'sarong', 'sartre', 'sashas', 'sashay', 'sashes', 'sassed', 'sasses', 'satans', 'sateen', 'sating', 'satins', 'satiny', 'satire', 'satrap', 'saturn', 'satyrs', 'sauced', 'saucer', 'sauces', 'saudis', 'saunas', 'sauted', 'savage', 'savant', 'savers', 'saving', 'savior', 'savors', 'savory', 'savour', 'savvys', 'sawfly', 'sawing', 'sawyer', 'saxons', 'saxony', 'sayers', 'saying', 'scabby', 'scalar', 'scalds', 'scaled', 'scales', 'scalps', 'scampi', 'scamps', 'scants', 'scanty', 'scarab', 'scarce', 'scared', 'scares', 'scarfs', 'scathe', 'scenes', 'scenic', 'scents', 'scheat', 'schema', 'scheme', 'schick', 'schism', 'schist', 'schlep', 'school', 'schrod', 'schulz', 'schuss', 'schwab', 'schwas', 'scions', 'scipio', 'scoffs', 'scolds', 'sconce', 'scones', 'scooby', 'scoops', 'scoots', 'scoped', 'scopes', 'scopic', 'scorch', 'scored', 'scorer', 'scores', 'scoria', 'scorns', 'scotch', 'scotia', 'scotty', 'scours', 'scouts', 'scowls', 'scrams', 'scrape', 'scraps', 'scrawl', 'scream', 'screed', 'screen', 'screws', 'screwy', 'scribe', 'scrimp', 'scrips', 'script', 'scrods', 'scroll', 'scrota', 'scrubs', 'scruff', 'scubas', 'scuffs', 'sculls', 'sculpt', 'scummy', 'scurfs', 'scurfy', 'scurry', 'scurvy', 'scutum', 'scuzzy', 'scylla', 'scythe', 'seabed', 'sealed', 'sealer', 'seaman', 'seamed', 'seamen', 'seance', 'search', 'seared', 'searss', 'season', 'seated', 'seater', 'seaway', 'secant', 'secede', 'second', 'secret', 'sector', 'secure', 'sedans', 'sedate', 'seders', 'sedges', 'sednas', 'seduce', 'seeded', 'seeder', 'seeing', 'seeker', 'seemed', 'seemly', 'seeped', 'seesaw', 'seethe', 'segres', 'segued', 'segues', 'seidel', 'seikos', 'seines', 'seized', 'seizes', 'sejong', 'seldom', 'select', 'selena', 'selims', 'seljuk', 'seller', 'selmas', 'selves', 'selwyn', 'semens', 'semite', 'semper', 'semtex', 'senate', 'sendai', 'sender', 'seneca', 'senile', 'senior', 'sennas', 'senora', 'sensed', 'senses', 'sensor', 'sentry', 'seouls', 'sepals', 'sepias', 'sepoys', 'sepsis', 'septet', 'septic', 'septum', 'sequel', 'sequin', 'serape', 'seraph', 'serbia', 'serena', 'serene', 'serest', 'sergei', 'serges', 'sergio', 'serial', 'series', 'serine', 'sermon', 'serous', 'serras', 'serums', 'served', 'server', 'serves', 'servos', 'sesame', 'settee', 'setter', 'settle', 'setups', 'seurat', 'sevens', 'severe', 'severn', 'severs', 'sewage', 'seward', 'sewers', 'sewing', 'sexier', 'sexing', 'sexism', 'sexist', 'sexpot', 'sextet', 'sexton', 'sexual', 'shabby', 'shacks', 'shaded', 'shades', 'shadow', 'shafer', 'shafts', 'shaggy', 'shaikh', 'shakas', 'shaken', 'shaker', 'shakes', 'shales', 'shalom', 'shaman', 'shamed', 'shames', 'shammy', 'shanas', 'shandy', 'shanes', 'shanks', 'shanna', 'shanty', 'shaped', 'shaper', 'shapes', 'shards', 'shared', 'sharer', 'shares', 'sharia', 'sharif', 'sharks', 'sharon', 'sharpe', 'sharps', 'shasta', 'shaula', 'shauna', 'shauns', 'shaved', 'shaven', 'shaver', 'shaves', 'shawls', 'shawna', 'shawns', 'shaykh', 'sheafs', 'shears', 'sheath', 'sheave', 'shedir', 'sheena', 'sheens', 'sheeps', 'sheers', 'sheets', 'sheikh', 'sheiks', 'sheila', 'shekel', 'shelby', 'shelfs', 'shelia', 'shells', 'shelly', 'shelve', 'sherds', 'sheree', 'sheris', 'sherpa', 'sherri', 'sherry', 'sheryl', 'shevat', 'shield', 'shifts', 'shifty', 'shiite', 'shills', 'shiloh', 'shimmy', 'shined', 'shiner', 'shines', 'shinny', 'shinto', 'shiraz', 'shires', 'shirks', 'shirrs', 'shirts', 'shitty', 'shivas', 'shiver', 'shlepp', 'shleps', 'shlock', 'shmuel', 'shoals', 'shocks', 'shoddy', 'shogun', 'shooed', 'shoots', 'shored', 'shores', 'shorts', 'should', 'shouts', 'shoved', 'shovel', 'shoves', 'showed', 'shower', 'shrank', 'shreds', 'shreks', 'shrewd', 'shrews', 'shriek', 'shrift', 'shrike', 'shrill', 'shrimp', 'shrine', 'shrink', 'shrive', 'shroud', 'shrove', 'shrubs', 'shrugs', 'shrunk', 'shtick', 'shtiks', 'shucks', 'shulas', 'shunts', 'shyest', 'shying', 'sibley', 'sibyls', 'sicily', 'sicked', 'sicken', 'sicker', 'sickle', 'sickly', 'siding', 'sidled', 'sidles', 'sidney', 'siegel', 'sieges', 'sienna', 'sierra', 'siesta', 'sieved', 'sieves', 'sifted', 'sifter', 'sighed', 'sights', 'signal', 'signed', 'signer', 'signet', 'signor', 'sigurd', 'sikkim', 'silage', 'silane', 'silass', 'silent', 'silica', 'silken', 'sillys', 'silted', 'silvan', 'silvas', 'silver', 'silvia', 'simian', 'simile', 'simmer', 'simone', 'simons', 'simper', 'simple', 'simply', 'sinais', 'sindhi', 'sinews', 'sinewy', 'sinful', 'singed', 'singer', 'singes', 'singhs', 'single', 'singly', 'sinked', 'sinker', 'sinned', 'sinner', 'sinter', 'sinuss', 'siouxs', 'siphon', 'sipped', 'sirens', 'siring', 'sirius', 'sirups', 'sisals', 'siskin', 'sissys', 'sister', 'sitars', 'sitcom', 'siting', 'sitter', 'sivans', 'sixgun', 'sixths', 'sixtys', 'sizing', 'sizzle', 'skated', 'skater', 'skates', 'skeets', 'skeins', 'sketch', 'skewed', 'skewer', 'skiddy', 'skiers', 'skiffs', 'skiing', 'skills', 'skimps', 'skimpy', 'skinny', 'skippy', 'skirts', 'skivvy', 'skopje', 'skulks', 'skulls', 'skunks', 'skycap', 'skying', 'skylab', 'skypes', 'skyway', 'slacks', 'slaked', 'slakes', 'slalom', 'slangs', 'slangy', 'slants', 'slashs', 'slated', 'slater', 'slates', 'slaved', 'slaver', 'slaves', 'slavic', 'slayer', 'sleaze', 'sleazy', 'sledge', 'sleeks', 'sleeps', 'sleepy', 'sleets', 'sleety', 'sleeve', 'sleigh', 'sleuth', 'slewed', 'sliced', 'slicer', 'slices', 'slicks', 'slider', 'slides', 'sliest', 'slight', 'slimed', 'slimes', 'slimly', 'slings', 'slinks', 'slinky', 'sliver', 'sloane', 'slocum', 'slogan', 'sloops', 'sloped', 'sloper', 'slopes', 'sloppy', 'sloths', 'slouch', 'slough', 'slovak', 'sloven', 'slowed', 'slower', 'slowly', 'sludge', 'sluice', 'sluing', 'slumps', 'slurps', 'slurry', 'slushs', 'slushy', 'slyest', 'smacks', 'smalls', 'smarmy', 'smarts', 'smashs', 'smears', 'smells', 'smelly', 'smelts', 'smidge', 'smiled', 'smiles', 'smirch', 'smirks', 'smites', 'smiths', 'smithy', 'smocks', 'smoggy', 'smoked', 'smoker', 'smokes', 'smokey', 'smooch', 'smooth', 'smudge', 'smudgy', 'smugly', 'smutty', 'smyrna', 'smythe', 'snacks', 'snafus', 'snails', 'snaked', 'snakes', 'snappy', 'snared', 'snares', 'snarls', 'snatch', 'snazzy', 'sneads', 'sneaks', 'sneaky', 'sneers', 'sneeze', 'snells', 'snider', 'sniffs', 'sniped', 'sniper', 'snipes', 'snippy', 'snitch', 'snivel', 'snobby', 'snoops', 'snoopy', 'snoots', 'snooty', 'snooze', 'snored', 'snorer', 'snores', 'snorts', 'snotty', 'snouts', 'snowed', 'snuffs', 'snugly', 'snyder', 'soaked', 'soaped', 'soared', 'soaves', 'sobbed', 'sobers', 'soccer', 'social', 'socked', 'socket', 'sodded', 'sodden', 'sodium', 'sodoms', 'sodomy', 'soffit', 'sofias', 'soften', 'softer', 'softie', 'softly', 'softys', 'soiled', 'soiree', 'soires', 'solace', 'solder', 'solely', 'solemn', 'solids', 'soling', 'soliss', 'soloed', 'solute', 'solved', 'solver', 'solves', 'somali', 'somber', 'sombre', 'somers', 'sommes', 'somoza', 'sonant', 'sonars', 'sonata', 'sondra', 'sonias', 'sonjas', 'sonnet', 'sonnys', 'sonoma', 'sonora', 'sontag', 'sonyas', 'sooner', 'soothe', 'sooths', 'sophia', 'sophie', 'sopped', 'sorbet', 'sordid', 'sorely', 'sorest', 'sorrel', 'sorrow', 'sorted', 'sorter', 'sortie', 'souffl', 'soughs', 'sought', 'sounds', 'souped', 'soupon', 'source', 'soured', 'sourer', 'sourly', 'sousas', 'soused', 'souses', 'souths', 'soviet', 'sowers', 'soweto', 'sowing', 'spaatz', 'spaced', 'spacer', 'spaces', 'spacey', 'spaded', 'spades', 'spahns', 'spains', 'spanks', 'spared', 'sparer', 'spares', 'sparge', 'sparks', 'sparky', 'sparse', 'sparta', 'spasms', 'spates', 'spavin', 'spawns', 'spayed', 'speaks', 'spears', 'specie', 'specks', 'specss', 'speech', 'speeds', 'speedy', 'speers', 'spells', 'spence', 'spends', 'sperms', 'sperry', 'spewed', 'sphere', 'sphinx', 'spicas', 'spiced', 'spices', 'spider', 'spiels', 'spiffy', 'spigot', 'spiked', 'spikes', 'spills', 'spinal', 'spines', 'spinet', 'spinxs', 'spiral', 'spirea', 'spires', 'spirit', 'spiros', 'spited', 'spites', 'spitzs', 'splash', 'splats', 'splays', 'spleen', 'splice', 'spline', 'splint', 'splits', 'spoils', 'spoilt', 'spoked', 'spoken', 'spokes', 'sponge', 'spongy', 'spoofs', 'spooks', 'spooky', 'spools', 'spoons', 'spoors', 'spored', 'spores', 'sports', 'sporty', 'spotty', 'spouse', 'spouts', 'sprain', 'sprang', 'sprats', 'sprawl', 'sprays', 'spread', 'spreed', 'sprees', 'sprier', 'sprigs', 'spring', 'sprint', 'sprite', 'spritz', 'sproul', 'sprout', 'spruce', 'sprung', 'spryer', 'spryly', 'spumed', 'spumes', 'spunks', 'spunky', 'spurge', 'spurns', 'spurts', 'sputum', 'spying', 'squabs', 'squads', 'squall', 'square', 'squash', 'squats', 'squawk', 'squaws', 'squeak', 'squeal', 'squibb', 'squids', 'squill', 'squint', 'squire', 'squirm', 'squirt', 'squish', 'stable', 'stably', 'stacey', 'stacie', 'stacis', 'stacks', 'stacys', 'stadia', 'staels', 'staffs', 'staged', 'stager', 'stages', 'stains', 'stairs', 'staked', 'stakes', 'staled', 'staler', 'stales', 'staley', 'stalin', 'stalks', 'stalls', 'stamen', 'stamps', 'stance', 'stanch', 'stands', 'stanza', 'staphs', 'staple', 'starch', 'stared', 'starer', 'stares', 'starrs', 'starry', 'starts', 'starve', 'stashs', 'stasis', 'stated', 'staten', 'stater', 'states', 'static', 'stator', 'statue', 'status', 'staved', 'staves', 'stayed', 'steads', 'steady', 'steaks', 'steals', 'steams', 'steamy', 'steeds', 'steele', 'steels', 'steely', 'steeps', 'steers', 'steeve', 'stefan', 'steins', 'stella', 'stench', 'steppe', 'stereo', 'sterna', 'sterne', 'sterno', 'sterns', 'steven', 'steves', 'stevie', 'stewed', 'sticks', 'sticky', 'stiffs', 'stifle', 'stigma', 'stiles', 'stills', 'stilts', 'stines', 'stings', 'stingy', 'stinks', 'stinky', 'stints', 'stitch', 'stoats', 'stocks', 'stocky', 'stodgy', 'stoics', 'stoked', 'stoker', 'stokes', 'stolen', 'stoles', 'stolid', 'stomps', 'stoned', 'stones', 'stoney', 'stooge', 'stools', 'stoops', 'stored', 'stores', 'storey', 'storks', 'storms', 'stormy', 'storys', 'stouts', 'stoves', 'stowed', 'strabo', 'strafe', 'strain', 'strait', 'strand', 'straps', 'strata', 'straws', 'strays', 'streak', 'stream', 'street', 'streps', 'stress', 'strewn', 'strews', 'strict', 'stride', 'strife', 'strike', 'string', 'stripe', 'strips', 'stript', 'stripy', 'strive', 'strobe', 'strode', 'stroke', 'stroll', 'strong', 'strops', 'strove', 'struck', 'strums', 'strung', 'struts', 'stuart', 'stubby', 'stucco', 'studio', 'studys', 'stuffs', 'stuffy', 'stumps', 'stumpy', 'stunts', 'stupid', 'stupor', 'sturdy', 'styled', 'styler', 'styles', 'stylus', 'stymie', 'styron', 'suarez', 'suaver', 'subaru', 'subbed', 'subdue', 'sublet', 'submit', 'suborn', 'subset', 'subtle', 'subtly', 'suburb', 'subway', 'succor', 'sucked', 'sucker', 'suckle', 'sudans', 'sudden', 'sudoku', 'sudras', 'suedes', 'suffer', 'suffix', 'sufism', 'sugars', 'sugary', 'suited', 'suites', 'suitor', 'sukkot', 'sulfur', 'sulked', 'sulkys', 'sullas', 'sullen', 'sultan', 'sultry', 'sumach', 'sumacs', 'summed', 'summer', 'summit', 'summon', 'sumner', 'sumter', 'sundae', 'sundas', 'sunday', 'sunder', 'sundew', 'sundry', 'sunken', 'sunlit', 'sunned', 'sunnis', 'sunset', 'suntan', 'sunups', 'superb', 'supers', 'supine', 'supped', 'supper', 'supple', 'supply', 'surely', 'surest', 'surety', 'surfed', 'surfer', 'surged', 'surges', 'surrey', 'surtax', 'survey', 'suryas', 'susana', 'susans', 'sushis', 'susies', 'sussex', 'sutton', 'suture', 'suzhou', 'suzuki', 'svelte', 'swabby', 'swains', 'swamis', 'swamps', 'swampy', 'swanee', 'swanks', 'swanky', 'swards', 'swarms', 'swashs', 'swatch', 'swathe', 'swaths', 'swayed', 'swazis', 'swears', 'sweats', 'sweaty', 'sweden', 'swedes', 'sweeps', 'sweets', 'swells', 'swerve', 'swifts', 'swills', 'swines', 'swings', 'swingy', 'swiped', 'swipes', 'swirls', 'swirly', 'swishs', 'swishy', 'swisss', 'switch', 'swivel', 'swoons', 'swoops', 'swords', 'sybils', 'sydney', 'sykess', 'sylphs', 'sylvan', 'sylvia', 'sylvie', 'symbol', 'synced', 'synchs', 'syndic', 'synods', 'syntax', 'syphon', 'syriac', 'syrian', 'syrias', 'syrinx', 'syrups', 'syrupy', 'system', 'syzygy', 'tabbed', 'tabbys', 'tabled', 'tables', 'tablet', 'taboos', 'tabriz', 'tabued', 'tabula', 'tacked', 'tackle', 'tacoma', 'tactic', 'taegus', 'taejon', 'taffys', 'tagged', 'tagore', 'taguss', 'tahiti', 'tailed', 'tailor', 'taines', 'taints', 'taipei', 'taiwan', 'takers', 'taketh', 'taking', 'talbot', 'talcum', 'talent', 'talked', 'talker', 'talkie', 'taller', 'talley', 'tallow', 'tallys', 'talmud', 'talons', 'tamale', 'tamara', 'tameka', 'tamely', 'tamera', 'tamers', 'tamest', 'tamika', 'tamils', 'taming', 'tammie', 'tammis', 'tammuz', 'tammys', 'tampas', 'tampax', 'tamped', 'tamper', 'tampon', 'tamras', 'tanaka', 'tandem', 'tangle', 'tangos', 'tanias', 'tanked', 'tanker', 'tanned', 'tanner', 'tannin', 'tansys', 'tanyas', 'taoism', 'taoist', 'tapers', 'taping', 'tapirs', 'tapped', 'tapper', 'tappet', 'tarawa', 'target', 'tariff', 'taring', 'tarmac', 'tarots', 'tarpon', 'tarred', 'tartan', 'tartar', 'tarter', 'tartly', 'tarzan', 'tashas', 'tasked', 'tasman', 'tassel', 'tasted', 'taster', 'tastes', 'tatars', 'tatted', 'tatter', 'tattle', 'tattoo', 'taught', 'taunts', 'taupes', 'taurus', 'tauter', 'tautly', 'tavern', 'tawdry', 'tawney', 'tawnys', 'taxied', 'taxies', 'taxing', 'taylor', 'teabag', 'teacup', 'teamed', 'teapot', 'teared', 'teased', 'teasel', 'teaser', 'teases', 'teazel', 'teazle', 'teddys', 'tedium', 'teeing', 'teemed', 'teensy', 'teepee', 'teeter', 'teethe', 'teflon', 'tehran', 'telexs', 'teller', 'telugu', 'temped', 'temper', 'temple', 'tempos', 'tempts', 'tenant', 'tended', 'tender', 'tendon', 'tenets', 'tenney', 'tennis', 'tenons', 'tenors', 'tenpin', 'tensed', 'tenser', 'tenses', 'tensor', 'tented', 'tenths', 'tenure', 'tepees', 'tercel', 'teresa', 'terkel', 'termed', 'termly', 'terran', 'terras', 'terrie', 'terris', 'terror', 'terrys', 'terser', 'tessas', 'tessie', 'tested', 'tester', 'testes', 'testis', 'tether', 'tethys', 'tetons', 'tevets', 'texaco', 'texans', 'texass', 'thales', 'thalia', 'thames', 'thanhs', 'thanks', 'tharps', 'thatch', 'thatll', 'thawed', 'thayer', 'thebes', 'thefts', 'theirs', 'theism', 'theist', 'thelma', 'themes', 'thence', 'theory', 'thered', 'theres', 'thermo', 'theron', 'theses', 'thesis', 'thetis', 'theyll', 'theyre', 'theyve', 'thicks', 'thiefs', 'thieus', 'thieve', 'thighs', 'thimbu', 'things', 'thinks', 'thinly', 'thirds', 'thirst', 'thirty', 'thisll', 'thomas', 'thongs', 'thorax', 'thorns', 'thorny', 'thorpe', 'thoths', 'though', 'thrace', 'thrall', 'thrash', 'thread', 'threat', 'threes', 'thresh', 'thrice', 'thrift', 'thrill', 'thrips', 'thrive', 'throat', 'throbs', 'throes', 'throne', 'throng', 'throve', 'thrown', 'throws', 'thrums', 'thrush', 'thrust', 'thuban', 'thules', 'thumbs', 'thumps', 'thusly', 'thwack', 'thwart', 'thymes', 'thymus', 'tiaras', 'tibers', 'tibets', 'tibiae', 'tibias', 'ticked', 'ticker', 'ticket', 'tickle', 'tidbit', 'tidied', 'tidier', 'tidies', 'tidily', 'tiding', 'tieing', 'tiffed', 'tigers', 'tights', 'tigris', 'tildes', 'tiling', 'tilled', 'tiller', 'tilsit', 'tilted', 'timber', 'timbre', 'timely', 'timers', 'timexs', 'timing', 'timmys', 'timons', 'timour', 'timurs', 'tinder', 'tinged', 'tinges', 'tingle', 'tingly', 'tinier', 'tinily', 'tinker', 'tinkle', 'tinned', 'tinsel', 'tinted', 'tipoff', 'tipped', 'tipper', 'tipple', 'tiptoe', 'tiptop', 'tirade', 'tirana', 'tiring', 'tishas', 'tishri', 'tissue', 'titans', 'titbit', 'titers', 'tithed', 'tither', 'tithes', 'titian', 'titled', 'titles', 'titter', 'tittle', 'tizzys', 'tlaloc', 'toadys', 'toasts', 'toasty', 'tobago', 'tocsin', 'todays', 'toddle', 'toddys', 'toeing', 'toffee', 'toffys', 'toggle', 'toiled', 'toiler', 'toilet', 'tokays', 'tokens', 'toking', 'tokyos', 'toledo', 'tolled', 'toltec', 'tomato', 'tombed', 'tomboy', 'tomcat', 'tomlin', 'tommie', 'tongan', 'tongas', 'tongue', 'tonias', 'tonics', 'tonier', 'toning', 'tonnes', 'tonsil', 'tontos', 'tonyas', 'toodle', 'tooled', 'tooler', 'tooted', 'tooths', 'toothy', 'tootle', 'topazs', 'topeka', 'topics', 'topped', 'topple', 'topsys', 'toques', 'torahs', 'torchs', 'tories', 'toroid', 'torpid', 'torpor', 'torque', 'torres', 'torrid', 'torsos', 'tortes', 'toruss', 'toscas', 'tossed', 'tosses', 'tossup', 'totals', 'totems', 'toting', 'totted', 'totter', 'toucan', 'touchs', 'touchy', 'toughs', 'toupee', 'toured', 'tousle', 'touted', 'toward', 'towels', 'towers', 'towhee', 'towing', 'townes', 'toxins', 'toying', 'toyoda', 'toyota', 'traced', 'tracer', 'traces', 'tracey', 'tracie', 'tracis', 'tracks', 'tracts', 'tracys', 'traded', 'trader', 'trades', 'tragic', 'trails', 'trains', 'traits', 'trajan', 'tramps', 'trance', 'trashs', 'trashy', 'trauma', 'travel', 'travis', 'trawls', 'treads', 'treats', 'treaty', 'treble', 'tremor', 'trench', 'trends', 'trendy', 'trents', 'tresss', 'trevor', 'triads', 'triage', 'trials', 'tribal', 'tribes', 'trices', 'tricia', 'tricks', 'tricky', 'triers', 'trifle', 'trikes', 'trills', 'trimer', 'trimly', 'trinas', 'triode', 'tripes', 'triple', 'triply', 'tripod', 'tripos', 'trippe', 'trisha', 'triter', 'triton', 'triune', 'trivet', 'trivia', 'troika', 'trojan', 'trolls', 'trolly', 'trompe', 'tromps', 'troops', 'tropes', 'trophy', 'tropic', 'troths', 'trough', 'troupe', 'trouts', 'trowel', 'troyes', 'truant', 'truces', 'trucks', 'trudge', 'trudys', 'truest', 'truing', 'truism', 'truman', 'trumps', 'trunks', 'trusss', 'trusts', 'trusty', 'truths', 'trying', 'tryout', 'trysts', 'tswana', 'tuareg', 'tubers', 'tubing', 'tubman', 'tubule', 'tucked', 'tucker', 'tucson', 'tudors', 'tufted', 'tugged', 'tulane', 'tulips', 'tulles', 'tulsas', 'tumble', 'tummys', 'tumors', 'tumour', 'tumult', 'tundra', 'tuners', 'tungus', 'tunics', 'tuning', 'tuniss', 'tunnel', 'tunney', 'tunnys', 'tupelo', 'tuples', 'turban', 'turbid', 'turbot', 'tureen', 'turfed', 'turgid', 'turing', 'turins', 'turkey', 'turned', 'turner', 'turnip', 'turpin', 'turret', 'turtle', 'turves', 'tuscan', 'tuscon', 'tushes', 'tusked', 'tussle', 'tutors', 'tuttle', 'tuvalu', 'tuxedo', 'twains', 'twangs', 'tweaks', 'tweeds', 'tweedy', 'tweets', 'tweeze', 'twelve', 'twenty', 'twerps', 'twiggy', 'twilas', 'twills', 'twined', 'twiner', 'twines', 'twinge', 'twirls', 'twirly', 'twists', 'twisty', 'twitch', 'twofer', 'tyburn', 'tycoon', 'tylers', 'typhon', 'typhus', 'typify', 'typing', 'typist', 'tyrant', 'tyrees', 'tyroes', 'tyrone', 'tysons', 'ubangi', 'ubuntu', 'udders', 'uganda', 'uglier', 'uighur', 'ulcers', 'ullman', 'ulster', 'ultras', 'umbels', 'umbers', 'umiaks', 'umlaut', 'umping', 'umpire', 'unable', 'unbars', 'unbend', 'unbent', 'unbind', 'unbolt', 'unborn', 'uncles', 'uncoil', 'uncork', 'undies', 'undoes', 'undone', 'unduly', 'unease', 'uneasy', 'unesco', 'uneven', 'unfair', 'unfits', 'unfold', 'unfurl', 'ungava', 'unhand', 'unholy', 'unhook', 'unhurt', 'unions', 'unique', 'unisex', 'unison', 'unital', 'unitas', 'united', 'unites', 'unitys', 'univac', 'unjust', 'unkind', 'unlace', 'unless', 'unlike', 'unlink', 'unload', 'unlock', 'unmade', 'unmake', 'unmans', 'unmask', 'unpack', 'unpaid', 'unpick', 'unpins', 'unplug', 'unread', 'unreal', 'unrest', 'unripe', 'unroll', 'unruly', 'unsafe', 'unsaid', 'unsays', 'unseal', 'unseat', 'unseen', 'unsent', 'unsnap', 'unsold', 'unstop', 'unsung', 'unsure', 'untidy', 'untied', 'unties', 'untold', 'untrue', 'unused', 'unveil', 'unwary', 'unwell', 'unwind', 'unwise', 'unwrap', 'unzips', 'upbeat', 'upcome', 'update', 'updike', 'upends', 'upheld', 'uphill', 'uphold', 'upjohn', 'upkeep', 'upland', 'uplift', 'upload', 'uppers', 'upping', 'uppity', 'uprise', 'uproar', 'uproot', 'upsets', 'upshot', 'upside', 'uptake', 'uptons', 'uptown', 'upturn', 'upward', 'upwind', 'uracil', 'urania', 'uranus', 'uranyl', 'urbana', 'urbane', 'urbans', 'urchin', 'uremia', 'urgent', 'urging', 'urinal', 'urines', 'ursula', 'urumqi', 'usable', 'usably', 'usages', 'useful', 'usenet', 'ushers', 'usuals', 'usurer', 'usurps', 'usurys', 'uterus', 'utmost', 'utopia', 'utters', 'uvulae', 'uvular', 'uvulas', 'uzbeks', 'vacant', 'vacate', 'vacuum', 'vaders', 'vaduzs', 'vagary', 'vagina', 'vaguer', 'vainer', 'vainly', 'valdez', 'valent', 'valery', 'valets', 'valeur', 'valine', 'valise', 'valium', 'valley', 'valois', 'valors', 'valour', 'valued', 'valuer', 'values', 'valved', 'valves', 'vamped', 'vandal', 'vanish', 'vanity', 'vanned', 'vapors', 'vapour', 'varese', 'vargas', 'variac', 'varian', 'varied', 'varies', 'varlet', 'vassal', 'vassar', 'vaster', 'vastly', 'vatted', 'vauban', 'vaughn', 'vaults', 'vaunts', 'veblen', 'vector', 'veered', 'vegans', 'veggie', 'veiled', 'veined', 'velcro', 'veldts', 'velezs', 'vellum', 'velmas', 'velour', 'velvet', 'vended', 'vender', 'vendor', 'veneer', 'veneto', 'venial', 'venice', 'venoms', 'venous', 'vented', 'venues', 'venuss', 'verbal', 'verdun', 'verged', 'verger', 'verges', 'vergil', 'verier', 'verify', 'verily', 'verity', 'verlag', 'vermin', 'vernal', 'vernas', 'vernon', 'verona', 'versed', 'verses', 'versus', 'vertex', 'verves', 'vesper', 'vessel', 'vestal', 'vestas', 'vested', 'vestry', 'vetchs', 'vetoed', 'vetoer', 'vetoes', 'vetted', 'vexing', 'viable', 'viably', 'viacom', 'viagra', 'viands', 'vibess', 'vicars', 'vicing', 'vickie', 'vickis', 'victim', 'victor', 'vicuas', 'vidals', 'videos', 'vienna', 'viewed', 'viewer', 'vigils', 'vigors', 'vigour', 'viking', 'vilely', 'vilest', 'vilify', 'villas', 'villon', 'vilmas', 'vilyui', 'vinces', 'vinson', 'vinyls', 'violas', 'violet', 'violin', 'vipers', 'virago', 'vireos', 'virgie', 'virgil', 'virgin', 'virgos', 'virile', 'virtue', 'viruss', 'visaed', 'visage', 'viscid', 'viscus', 'vishnu', 'vising', 'vision', 'visits', 'visors', 'vistas', 'visual', 'vitals', 'vitims', 'vituss', 'vivace', 'vivian', 'vivify', 'vixens', 'vizier', 'vizors', 'vlasic', 'vocals', 'vocate', 'vodkas', 'vogues', 'voiced', 'voicer', 'voices', 'voided', 'voider', 'voiles', 'volgas', 'volley', 'volume', 'volvos', 'vomits', 'vondas', 'voodoo', 'vortex', 'votary', 'voters', 'voting', 'votive', 'vought', 'vowels', 'vowing', 'voyage', 'voyeur', 'vulcan', 'vulgar', 'vulvae', 'vulvas', 'wabash', 'wackos', 'wadded', 'waddle', 'waders', 'wading', 'wafers', 'waffle', 'wafted', 'wagers', 'wagged', 'waggle', 'waging', 'wagner', 'wagons', 'wailed', 'waists', 'waited', 'waiter', 'waites', 'waived', 'waiver', 'waives', 'wakens', 'wakeup', 'waking', 'walden', 'waldos', 'walesa', 'waless', 'waling', 'walked', 'walker', 'walkie', 'walled', 'waller', 'wallet', 'wallis', 'wallop', 'wallow', 'walnut', 'walrus', 'walshs', 'walter', 'walton', 'waltzs', 'wampum', 'wandas', 'wander', 'wangle', 'waning', 'wankel', 'wanner', 'wanted', 'wanton', 'wapato', 'wapiti', 'warble', 'warded', 'warden', 'warder', 'warhol', 'warier', 'warily', 'waring', 'warmed', 'warmer', 'warmly', 'warmth', 'warmup', 'warned', 'warner', 'warped', 'warred', 'warren', 'warsaw', 'washed', 'washer', 'washes', 'wasted', 'waster', 'wastes', 'watchs', 'waters', 'watery', 'watson', 'wattle', 'watusi', 'wavers', 'wavier', 'waving', 'waxers', 'waxier', 'waxing', 'waylay', 'weaken', 'weaker', 'weakly', 'wealth', 'weaned', 'weapon', 'wearer', 'weasel', 'weaved', 'weaver', 'weaves', 'webbed', 'webern', 'wedded', 'wedder', 'wedged', 'wedges', 'weeded', 'weeder', 'weeing', 'weekly', 'weekss', 'weeped', 'weeper', 'weepys', 'weevil', 'weighs', 'weight', 'weills', 'weirdo', 'weisss', 'welded', 'welder', 'weldon', 'welkin', 'welled', 'weller', 'welles', 'welshs', 'welted', 'welter', 'wenchs', 'wended', 'wendis', 'wendys', 'werent', 'werner', 'wesaks', 'wesley', 'wessex', 'wesson', 'weston', 'wetted', 'wetter', 'weyden', 'wezens', 'whacks', 'whacky', 'whaled', 'whalen', 'whaler', 'whales', 'whammy', 'wharfs', 'whatre', 'wheals', 'wheats', 'wheels', 'wheeze', 'wheezy', 'whelan', 'whelks', 'whelps', 'whence', 'whered', 'wheres', 'whiffs', 'whiled', 'whiles', 'whilst', 'whimsy', 'whined', 'whiner', 'whines', 'whinny', 'whirls', 'whirrs', 'whisks', 'whisky', 'whists', 'whiten', 'whiter', 'whites', 'whizzs', 'wholes', 'wholly', 'whoops', 'whoosh', 'whores', 'whorls', 'wicked', 'wicker', 'wicket', 'widely', 'widens', 'widest', 'widget', 'widows', 'widths', 'wields', 'wiemar', 'wiener', 'wiesel', 'wifely', 'wigeon', 'wigged', 'wiggle', 'wiggly', 'wights', 'wigner', 'wigwag', 'wigwam', 'wilbur', 'wilcox', 'wildas', 'wilder', 'wildly', 'wileys', 'wilful', 'wilier', 'wiling', 'wilkes', 'wilkie', 'willas', 'willed', 'willie', 'willis', 'willow', 'willys', 'wilmas', 'wilmer', 'wilson', 'wilted', 'wilton', 'wimple', 'wimsey', 'winced', 'winces', 'winchs', 'winded', 'winder', 'windex', 'window', 'windup', 'winers', 'winery', 'winged', 'winger', 'wining', 'winked', 'winker', 'winkle', 'winner', 'winnie', 'winnow', 'winter', 'wintry', 'wipers', 'wiping', 'wirier', 'wiring', 'wisdom', 'wisely', 'wisest', 'wished', 'wisher', 'wishes', 'witchs', 'withal', 'wither', 'within', 'wizard', 'wizzes', 'wobble', 'wobbly', 'woeful', 'wolfed', 'wolsey', 'wolves', 'womans', 'wombat', 'womens', 'wonder', 'wonted', 'wooded', 'wooden', 'woodss', 'woodsy', 'woodys', 'wooers', 'woofed', 'woofer', 'wooing', 'woolen', 'woolie', 'woolly', 'woolys', 'wooten', 'worded', 'worked', 'worker', 'workss', 'worlds', 'wormed', 'worrys', 'worsen', 'worses', 'worsts', 'worths', 'worthy', 'wotans', 'woulds', 'wounds', 'wovoka', 'wowing', 'wracks', 'wraith', 'wrapup', 'wraths', 'wreaks', 'wreath', 'wrecks', 'wrench', 'wrests', 'wretch', 'wriest', 'wright', 'wrings', 'wrists', 'writer', 'writes', 'writhe', 'wrongs', 'wryest', 'wusses', 'wylies', 'xanadu', 'xavier', 'xemacs', 'xenias', 'xenons', 'xeroxs', 'xerxes', 'xhosas', 'xingus', 'xmases', 'xuzhou', 'xylems', 'xylene', 'yachts', 'yacked', 'yahoos', 'yahweh', 'yakima', 'yakked', 'yakuts', 'yalows', 'yaltas', 'yamaha', 'yammer', 'yangon', 'yanked', 'yankee', 'yapped', 'yarrow', 'yataro', 'yawing', 'yawned', 'yawner', 'yeager', 'yearly', 'yearns', 'yeasts', 'yeasty', 'yeatss', 'yelled', 'yeller', 'yellow', 'yelped', 'yemeni', 'yemens', 'yeoman', 'yeomen', 'yerkes', 'yessed', 'yields', 'yipped', 'yippee', 'yodels', 'yogins', 'yogurt', 'yokels', 'yoking', 'yokuts', 'yonder', 'yorker', 'yorkie', 'yoruba', 'youngs', 'youths', 'yowled', 'ypress', 'yuccas', 'yucked', 'yukked', 'yukons', 'yunnan', 'yuppie', 'yuppys', 'yvette', 'yvonne', 'yxcvbn', 'zagreb', 'zaires', 'zambia', 'zamora', 'zanier', 'zanies', 'zanuck', 'zapata', 'zappas', 'zapped', 'zealot', 'zebras', 'zedong', 'zelmas', 'zenger', 'zenith', 'zephyr', 'zeroed', 'zeroes', 'zeroth', 'zhukov', 'ziggys', 'zigzag', 'zilchs', 'zinced', 'zinged', 'zinger', 'zinnia', 'ziploc', 'zipped', 'zipper', 'zircon', 'zither', 'zodiac', 'zoloft', 'zombas', 'zombie', 'zombis', 'zoning', 'zonked', 'zoomed', 'zorros', 'zosmas', 'zounds', 'zrichs', 'zukors', 'zurich', 'zxcvbn', 'zygote', 'zyrtec', 'aaliyah', 'abacuss', 'abalone', 'abandon', 'abashed', 'abashes', 'abasing', 'abating', 'abbasid', 'abbesss', 'abbotts', 'abdomen', 'abducts', 'abelard', 'abelian', 'abelson', 'abetted', 'abetter', 'abettor', 'abeyant', 'abgrtyu', 'abiding', 'abidjan', 'abigail', 'abilene', 'ability', 'abjured', 'abjures', 'ablated', 'ablates', 'abolish', 'aborted', 'abounds', 'abraded', 'abrades', 'abraham', 'abreact', 'abreast', 'abridge', 'absalom', 'abscess', 'abscond', 'absence', 'absents', 'absinth', 'absolve', 'absorbs', 'abstain', 'abusers', 'abusing', 'abusive', 'abutted', 'abutter', 'abysmal', 'abysses', 'acacias', 'academe', 'academy', 'acadias', 'acanthi', 'acceded', 'accedes', 'accents', 'accepts', 'accesss', 'acclaim', 'accords', 'accosts', 'account', 'accrual', 'accrued', 'accrues', 'accurst', 'accusal', 'accused', 'accuser', 'accuses', 'acerbic', 'acetate', 'acetone', 'acevedo', 'achaean', 'achebes', 'acheson', 'achiest', 'achieve', 'acidify', 'acidity', 'acolyte', 'aconite', 'acostas', 'acquire', 'acquits', 'acreage', 'acrider', 'acrobat', 'acronym', 'acrylic', 'actaeon', 'actings', 'actinic', 'actions', 'actives', 'actress', 'actuals', 'actuary', 'actuate', 'acuitys', 'acumens', 'acutely', 'acutest', 'acyclic', 'adagios', 'adamant', 'adamson', 'adapted', 'adapter', 'adaptor', 'addenda', 'addends', 'addicts', 'addison', 'addling', 'address', 'adduced', 'adduces', 'adducts', 'adeline', 'adenine', 'adenoid', 'adenoma', 'adeptly', 'adharas', 'adhered', 'adherer', 'adheres', 'adidass', 'adipose', 'adjoins', 'adjoint', 'adjourn', 'adjudge', 'adjunct', 'adjured', 'adjures', 'adjusts', 'adkinss', 'admiral', 'admired', 'admirer', 'admires', 'admixed', 'admixes', 'adolfos', 'adolphs', 'adoniss', 'adopted', 'adopter', 'adoring', 'adorned', 'adrenal', 'adriana', 'adsorbs', 'adulate', 'advance', 'advents', 'adverbs', 'adverse', 'adverts', 'advices', 'advised', 'advisee', 'adviser', 'advises', 'advisor', 'aegeans', 'aelfric', 'aeneass', 'aeneids', 'aeolian', 'aeoluss', 'aerated', 'aerates', 'aerator', 'aerials', 'aerobic', 'aerosol', 'affable', 'affably', 'affairs', 'affects', 'affirms', 'affixed', 'affixes', 'afflict', 'affords', 'affrays', 'affront', 'afghans', 'african', 'africas', 'against', 'agassis', 'agassiz', 'agathas', 'ageings', 'ageisms', 'ageless', 'agencys', 'agendas', 'agilely', 'agilest', 'agility', 'agitate', 'agnomen', 'agonies', 'agonise', 'agonize', 'agreers', 'agrippa', 'aground', 'aguilar', 'aguirre', 'agustin', 'ahriman', 'aileens', 'aileron', 'ailment', 'aimless', 'airbags', 'airdrop', 'airfare', 'airflow', 'airfoil', 'airhead', 'airiest', 'airings', 'airless', 'airlift', 'airline', 'airlock', 'airmail', 'airmans', 'airmass', 'airpark', 'airport', 'airship', 'airsick', 'airways', 'akihito', 'alabama', 'aladdin', 'alameda', 'alarmed', 'alaskan', 'alaskas', 'albania', 'albanys', 'alberio', 'alberta', 'alberto', 'albinos', 'albireo', 'albumen', 'albumin', 'alchemy', 'alcmena', 'alcohol', 'alcoves', 'alcyone', 'aldrich', 'aldrins', 'aleppos', 'alerted', 'alerter', 'alertly', 'alewife', 'alexeis', 'alfalfa', 'alfonso', 'alfonzo', 'alfords', 'alfreda', 'alfredo', 'algebra', 'algenib', 'algeria', 'algieba', 'algiers', 'alhenas', 'aliased', 'aliases', 'alibied', 'alicias', 'aliened', 'alights', 'aligned', 'aliment', 'alimony', 'alining', 'alioths', 'aliquot', 'alishas', 'alisons', 'alissas', 'alkaids', 'alkalis', 'allayed', 'alleged', 'alleges', 'allegra', 'allegro', 'alleles', 'allende', 'allergy', 'allison', 'allover', 'allowed', 'alloyed', 'alluded', 'alludes', 'allured', 'allures', 'alluvia', 'allying', 'allyson', 'almachs', 'almaden', 'almanac', 'almatys', 'almohad', 'almonds', 'almoner', 'almsman', 'alnilam', 'alnitak', 'alonzos', 'alpacas', 'alperts', 'alphard', 'already', 'alright', 'alsaces', 'alstons', 'altaics', 'altered', 'alterer', 'altheas', 'altmans', 'altoids', 'aludras', 'alumina', 'alumnae', 'alumnas', 'alumnus', 'alundum', 'alvarez', 'alvaros', 'alveoli', 'alysons', 'alyssas', 'alyssum', 'amadeus', 'amalgam', 'amalias', 'amandas', 'amanita', 'amassed', 'amasses', 'amateur', 'amatory', 'amazers', 'amazing', 'amazons', 'ambient', 'ambling', 'ambrose', 'ambushs', 'amelias', 'amended', 'amenity', 'amerada', 'america', 'amerind', 'ameslan', 'amharic', 'amherst', 'amiable', 'amiably', 'ammeter', 'ammonia', 'amnesia', 'amnesty', 'amoebae', 'amoebas', 'amoebic', 'amongst', 'amorist', 'amorous', 'amounts', 'amparos', 'amperes', 'amplest', 'amplify', 'ampoule', 'ampules', 'amputee', 'amulets', 'amusers', 'amusing', 'anabels', 'anacins', 'anaemia', 'anaemic', 'anagram', 'anaheim', 'analogs', 'analogy', 'analyse', 'analyst', 'analyze', 'ananias', 'anapest', 'anarchy', 'anasazi', 'anatole', 'anatomy', 'anchors', 'anchovy', 'ancient', 'andaman', 'andante', 'andiron', 'andorra', 'andover', 'andreas', 'andreis', 'andrews', 'android', 'anemias', 'anemone', 'angelas', 'angeles', 'angelia', 'angelic', 'angelos', 'angelou', 'angered', 'angevin', 'anginas', 'anglers', 'angling', 'angolan', 'angolas', 'angoras', 'angrier', 'angrily', 'anguish', 'angular', 'anibals', 'aniline', 'animals', 'animate', 'animism', 'animist', 'animuss', 'anionic', 'aniseed', 'ankaras', 'anklets', 'annabel', 'annalen', 'annalss', 'anneals', 'annette', 'annexed', 'annexes', 'annoyed', 'annoyer', 'annuals', 'annuity', 'annular', 'annulus', 'anodize', 'anodyne', 'anoints', 'anomaly', 'anoraks', 'another', 'anouilh', 'anselmo', 'anshans', 'answers', 'antacid', 'antaeus', 'antares', 'anteing', 'antenna', 'anthems', 'anthers', 'anthill', 'anthony', 'anthrax', 'antigen', 'antigua', 'antioch', 'antipas', 'antique', 'antiwar', 'antlers', 'antoine', 'antones', 'antonia', 'antonio', 'antonym', 'antonys', 'antwans', 'antwerp', 'anubiss', 'anxiety', 'anxious', 'anybody', 'anymore', 'anyones', 'anytime', 'apaches', 'apathys', 'apatite', 'aphasia', 'aphasic', 'aphelia', 'aphonic', 'apiarys', 'aplenty', 'aplombs', 'apogees', 'apollos', 'apology', 'apostle', 'appalls', 'apparel', 'appeals', 'appears', 'appease', 'appends', 'applaud', 'appleby', 'applied', 'applier', 'applies', 'appliqu', 'appoint', 'apprise', 'approve', 'apricot', 'apropos', 'aptness', 'aquaria', 'aquatic', 'aquavit', 'aqueous', 'aquifer', 'aquinas', 'aquinos', 'arabian', 'arabias', 'arabics', 'araceli', 'arachne', 'arafats', 'aramaic', 'aramcos', 'arapaho', 'ararats', 'arawaks', 'arbiter', 'arbours', 'arbutus', 'arcaded', 'arcades', 'arcadia', 'archaic', 'archean', 'archers', 'archery', 'archest', 'archies', 'arching', 'archive', 'archway', 'arcking', 'arclike', 'arcsine', 'arctics', 'ardency', 'ardours', 'arduous', 'areaway', 'argonne', 'argosys', 'arguers', 'arguing', 'argyles', 'ariadne', 'aridity', 'arieses', 'ariosto', 'arising', 'arizona', 'arlenes', 'arlines', 'armadas', 'armando', 'armands', 'armanis', 'armband', 'armenia', 'armfuls', 'armhole', 'armlets', 'armload', 'armoire', 'armonks', 'armored', 'armorer', 'armorys', 'armours', 'armoury', 'armpits', 'armrest', 'armsful', 'arnulfo', 'arousal', 'aroused', 'arouses', 'arragon', 'arraign', 'arrange', 'arrayed', 'arrears', 'arrests', 'arrival', 'arrived', 'arrives', 'arrowed', 'arroyos', 'arsenal', 'arsenic', 'artemis', 'arterys', 'arthurs', 'article', 'artiest', 'artisan', 'artiste', 'artists', 'artless', 'artsier', 'arturos', 'artwork', 'ascella', 'ascends', 'ascents', 'ascetic', 'ascribe', 'aseptic', 'asexual', 'ashamed', 'ashanti', 'ashcans', 'ashiest', 'ashland', 'ashlees', 'ashleys', 'ashrams', 'ashtray', 'asiatic', 'asinine', 'askance', 'asocial', 'aspects', 'aspells', 'asphalt', 'aspired', 'aspires', 'aspirin', 'asquith', 'assails', 'assault', 'assayed', 'assents', 'asserts', 'asshole', 'assigns', 'assists', 'assizes', 'assorts', 'assuage', 'assumed', 'assumes', 'assured', 'assurer', 'assures', 'assyria', 'astaire', 'astanas', 'astarte', 'asteria', 'asthmas', 'astoria', 'astound', 'astride', 'astuter', 'asuncin', 'asunder', 'asylums', 'atacama', 'atatrks', 'atavism', 'atelier', 'atheism', 'atheist', 'athenas', 'athenss', 'athlete', 'athwart', 'atkinss', 'atlanta', 'atlases', 'atomics', 'atomize', 'atoning', 'atriums', 'atrophy', 'atropos', 'attache', 'attachs', 'attacks', 'attains', 'attempt', 'attends', 'attests', 'atticas', 'attilas', 'attired', 'attires', 'attract', 'attucks', 'attuned', 'attunes', 'atwater', 'atwoods', 'auberge', 'auburns', 'auction', 'audible', 'audibly', 'audions', 'audited', 'auditor', 'audreys', 'audubon', 'augment', 'augured', 'augurys', 'augusta', 'augusts', 'aurally', 'aurelia', 'aurelio', 'aureola', 'aureole', 'auricle', 'aurigas', 'aurochs', 'auroras', 'auspice', 'aussies', 'austere', 'austins', 'austria', 'authors', 'autisms', 'automat', 'autopsy', 'autumns', 'availed', 'availer', 'avarice', 'avatars', 'avenged', 'avenger', 'avenges', 'avenues', 'average', 'avernus', 'averred', 'averrer', 'averted', 'avestas', 'aviarys', 'aviator', 'avidity', 'avignon', 'avionic', 'avocado', 'avocate', 'avoided', 'avoider', 'avowals', 'avowing', 'awaited', 'awakens', 'awaking', 'awarded', 'awarder', 'awesome', 'awfully', 'awkward', 'awnings', 'axially', 'axolotl', 'ayyubid', 'azaleas', 'azanias', 'azimuth', 'azoress', 'aztecan', 'aztlans', 'babbage', 'babbitt', 'babbled', 'babbler', 'babbles', 'babcock', 'babiest', 'baboons', 'babying', 'babyish', 'babylon', 'babysat', 'babysit', 'bacalls', 'bacardi', 'bacchus', 'bacilli', 'backbit', 'backers', 'backhoe', 'backing', 'backlog', 'backups', 'backuss', 'bactria', 'baddest', 'badgers', 'badland', 'badness', 'baffins', 'baffled', 'baffler', 'baffles', 'baggage', 'baggers', 'baggier', 'baggies', 'bagging', 'baghdad', 'bagpipe', 'bahamas', 'bahrain', 'bahrein', 'baileys', 'bailiff', 'bailing', 'bailout', 'bainite', 'baiting', 'bakerys', 'baklava', 'bakunin', 'balance', 'balaton', 'balcony', 'balders', 'baldest', 'balding', 'baldwin', 'baleens', 'baleful', 'balfour', 'balkans', 'balkier', 'balking', 'ballads', 'ballard', 'ballast', 'ballers', 'ballets', 'balling', 'balloon', 'ballots', 'balmier', 'baloney', 'balsams', 'baltics', 'balzacs', 'bamakos', 'bamboos', 'banachs', 'banally', 'bananas', 'banbury', 'bandage', 'bandana', 'bandgap', 'bandied', 'bandier', 'bandies', 'banding', 'bandits', 'bandung', 'baneful', 'banging', 'bangkok', 'bangles', 'banguis', 'banjoes', 'bankers', 'banking', 'banners', 'banning', 'banquet', 'banshee', 'bantams', 'banters', 'banting', 'banyans', 'baobabs', 'baotous', 'baptise', 'baptism', 'baptist', 'baptize', 'baracks', 'barbara', 'barbary', 'barbell', 'barbers', 'barbing', 'barbour', 'barbras', 'barbuda', 'barbudo', 'barclay', 'bardeen', 'barents', 'barfing', 'barflys', 'bargain', 'barging', 'bariums', 'barkeep', 'barkers', 'barking', 'barkley', 'barleys', 'barlows', 'barmaid', 'barnaby', 'barnard', 'barnaul', 'barnett', 'barneys', 'baronet', 'baronys', 'baroque', 'barrack', 'barrage', 'barrels', 'barrens', 'barrera', 'barrett', 'barrier', 'barries', 'barring', 'barrios', 'barrons', 'barroom', 'barrows', 'barstow', 'bartend', 'barters', 'basalts', 'baseman', 'basemen', 'bashful', 'bashing', 'basilar', 'baskets', 'basking', 'basques', 'bassett', 'bassist', 'bassoon', 'bastard', 'basting', 'bastion', 'bataans', 'batavia', 'batched', 'batches', 'bateman', 'bathers', 'bathing', 'bathmat', 'bathoss', 'bathtub', 'batista', 'batmans', 'batsman', 'batsmen', 'battens', 'batters', 'battery', 'battier', 'batting', 'battled', 'battler', 'battles', 'batwing', 'baubles', 'bauhaus', 'baulked', 'bauxite', 'bavaria', 'bawdier', 'bawdily', 'bawling', 'baxters', 'bayeuxs', 'baylors', 'bayonet', 'bayonne', 'bayport', 'bazaars', 'bazooka', 'beached', 'beaches', 'beacons', 'beadier', 'beading', 'beadles', 'beagles', 'beakers', 'beamers', 'beaming', 'beanbag', 'beaners', 'beaning', 'bearded', 'bearers', 'bearing', 'bearish', 'beasley', 'beastie', 'beastly', 'beaters', 'beatify', 'beating', 'beatles', 'beatnik', 'beatrix', 'beatriz', 'beautys', 'beavers', 'becalms', 'because', 'bechtel', 'beckers', 'beckets', 'beckett', 'beckman', 'beckons', 'becloud', 'becomes', 'bedbugs', 'bedders', 'bedding', 'bedecks', 'bedevil', 'bedfast', 'bedford', 'bedlams', 'bedouin', 'bedpans', 'bedpost', 'bedrock', 'bedroll', 'bedroom', 'bedside', 'bedsore', 'bedtime', 'beecham', 'beechen', 'beecher', 'beeches', 'beefers', 'beefier', 'beefing', 'beehive', 'beeline', 'beepers', 'beeping', 'beeswax', 'beetled', 'beetles', 'beetons', 'befalls', 'befouls', 'beggars', 'beggary', 'begging', 'begonia', 'beguile', 'behalfs', 'behaved', 'behaves', 'beheads', 'behests', 'behinds', 'beholds', 'behoove', 'behoved', 'behoves', 'behring', 'beijing', 'beiruts', 'bekesys', 'belabor', 'belarus', 'belated', 'belayed', 'belched', 'belches', 'belfast', 'belfrys', 'belgian', 'belgium', 'beliefs', 'believe', 'belinda', 'belizes', 'bellamy', 'bellboy', 'belleek', 'bellhop', 'bellied', 'bellies', 'belling', 'bellini', 'bellman', 'bellmen', 'bellows', 'belmont', 'belongs', 'beloved', 'beltane', 'belting', 'beltway', 'belushi', 'belying', 'bemoans', 'bemused', 'bemuses', 'benares', 'benched', 'benches', 'benders', 'bending', 'bendixs', 'beneath', 'benefit', 'benelux', 'bengali', 'bengals', 'benight', 'benitas', 'benitos', 'bennett', 'bennies', 'bensons', 'bentham', 'benthic', 'bentley', 'benumbs', 'benzene', 'beograd', 'beowulf', 'bequest', 'berated', 'berates', 'berbers', 'bereave', 'beretta', 'bergens', 'bergers', 'bergman', 'bergson', 'berlins', 'berlioz', 'berlitz', 'bermuda', 'bernard', 'bernays', 'bernice', 'bernies', 'bernini', 'berried', 'berries', 'berserk', 'berthas', 'berthed', 'berties', 'bertram', 'berwick', 'beseech', 'besides', 'besiege', 'bespeak', 'bespoke', 'bestial', 'besting', 'bestirs', 'bestows', 'bestrid', 'betaken', 'betakes', 'bethany', 'bethink', 'bethune', 'betided', 'betides', 'betoken', 'betrays', 'betroth', 'betters', 'betties', 'betting', 'bettors', 'bettyes', 'between', 'betwixt', 'beveled', 'beverly', 'bewails', 'bewared', 'bewares', 'bewitch', 'bhutans', 'bhuttos', 'biancas', 'biasing', 'biassed', 'biaxial', 'bibbing', 'bicepss', 'bickers', 'bicycle', 'bidders', 'biddies', 'bidding', 'bifocal', 'bigamys', 'bigelow', 'bigfoot', 'biggest', 'biggies', 'biggles', 'bighorn', 'bigness', 'bigoted', 'bigotry', 'bigwigs', 'bikinis', 'bilayer', 'bilious', 'bilking', 'billers', 'billets', 'billies', 'billing', 'billion', 'billows', 'billowy', 'bimboes', 'biminis', 'bimodal', 'binarys', 'binders', 'bindery', 'binding', 'bingham', 'binging', 'binning', 'biology', 'biomass', 'biopsys', 'biotite', 'bipedal', 'biplane', 'bipolar', 'birched', 'birchen', 'birches', 'birdied', 'birdies', 'birding', 'biretta', 'birthed', 'biscuit', 'bisects', 'bishkek', 'bishops', 'bismark', 'bismuth', 'bisques', 'bissaus', 'bistate', 'bistros', 'bitched', 'bitches', 'bittern', 'bitters', 'bitumen', 'bitwise', 'bivalve', 'bivouac', 'bizarre', 'blabbed', 'blacked', 'blacken', 'blacker', 'blackly', 'bladder', 'blaines', 'blamers', 'blaming', 'blancas', 'blanche', 'blander', 'blandly', 'blanked', 'blanker', 'blanket', 'blankly', 'blaring', 'blarney', 'blasted', 'blaster', 'blatant', 'blather', 'blazers', 'blazing', 'blazons', 'bleachs', 'bleaker', 'bleakly', 'bleated', 'bleeder', 'bleeker', 'bleeped', 'blemish', 'blended', 'blender', 'blessed', 'blesses', 'blevins', 'blights', 'blinded', 'blinder', 'blindly', 'blinked', 'blinker', 'blintze', 'blintzs', 'blister', 'blither', 'blitzed', 'blitzes', 'bloated', 'bloater', 'blobbed', 'blocked', 'blocker', 'blogged', 'blogger', 'blondel', 'blonder', 'blondes', 'blondie', 'blooded', 'bloomed', 'bloomer', 'blooper', 'blossom', 'blotchs', 'blotchy', 'blotted', 'blotter', 'bloused', 'blouses', 'blowers', 'blowgun', 'blowing', 'blowout', 'blowups', 'blubber', 'blucher', 'blueing', 'bluejay', 'bluffed', 'bluffer', 'bluings', 'blunder', 'blunted', 'blunter', 'bluntly', 'blurred', 'blurted', 'blushed', 'blusher', 'blushes', 'bluster', 'blythes', 'boarded', 'boarder', 'boasted', 'boaster', 'boaters', 'boating', 'boatman', 'boatmen', 'bobbies', 'bobbing', 'bobbins', 'bobbitt', 'bobbled', 'bobbles', 'bobcats', 'bobsled', 'bobtail', 'bodegas', 'bodices', 'bodkins', 'boeings', 'boeotia', 'bogarts', 'bogeyed', 'boggier', 'bogging', 'boggled', 'boggles', 'bohemia', 'boilers', 'boiling', 'boldest', 'boleros', 'boletus', 'boleyns', 'bolivar', 'bolivia', 'bologna', 'boloney', 'bolshoi', 'bolster', 'bolting', 'bombard', 'bombast', 'bombays', 'bombers', 'bombing', 'bonanza', 'bonbons', 'bondage', 'bonders', 'bonding', 'boneyer', 'bonfire', 'bonging', 'bongoes', 'boniest', 'bonitas', 'bonitos', 'bonkers', 'bonners', 'bonnets', 'bonnier', 'bonnies', 'bonsais', 'bonuses', 'boobies', 'boobing', 'boodles', 'boogied', 'boogies', 'bookend', 'bookers', 'bookies', 'booking', 'bookish', 'booklet', 'boolean', 'booming', 'boorish', 'boosted', 'booster', 'bootees', 'booties', 'booting', 'bootleg', 'boozers', 'boozier', 'boozing', 'bopping', 'borates', 'bordens', 'borders', 'bordons', 'boreass', 'boredom', 'borglum', 'borlaug', 'borneos', 'borodin', 'borough', 'borrows', 'borschs', 'borscht', 'bosnias', 'bosonic', 'bossier', 'bossily', 'bossing', 'bostons', 'boswell', 'botanic', 'botanys', 'botched', 'botcher', 'botches', 'bothers', 'bottled', 'bottler', 'bottles', 'bottoms', 'botulin', 'boucher', 'boudoir', 'boulder', 'boulezs', 'bounced', 'bouncer', 'bounces', 'bounded', 'bounden', 'bounder', 'bountys', 'bouquet', 'bourbon', 'bovarys', 'bovines', 'bowdoin', 'bowells', 'bowerys', 'bowlder', 'bowlers', 'bowline', 'bowling', 'bowmans', 'boxcars', 'boxings', 'boxtops', 'boxwood', 'boycott', 'boyhood', 'bracing', 'bracken', 'bracket', 'bradley', 'bradlys', 'bragged', 'bragger', 'brahman', 'brahmas', 'brahmin', 'brahmss', 'braided', 'braille', 'brained', 'braised', 'braises', 'braking', 'bramble', 'brambly', 'branchs', 'branded', 'branden', 'brandie', 'brandis', 'brandon', 'brandys', 'braniff', 'brasher', 'brashly', 'brasses', 'bravado', 'bravely', 'bravery', 'bravest', 'braving', 'bravura', 'brawled', 'brawler', 'braying', 'brazens', 'brazier', 'brazils', 'brazing', 'brazoss', 'breachs', 'breaded', 'breadth', 'breaker', 'breakup', 'breasts', 'breathe', 'breaths', 'breathy', 'breccia', 'breechs', 'breeder', 'breezed', 'breezes', 'brendan', 'brendas', 'brennan', 'brenner', 'brenton', 'bretons', 'brevets', 'brevity', 'brewers', 'brewery', 'brewing', 'brianas', 'brianna', 'bribers', 'bribery', 'bribing', 'bricked', 'bricker', 'bridals', 'bridged', 'bridger', 'bridges', 'bridget', 'bridled', 'bridles', 'briefed', 'briefer', 'briefly', 'brigade', 'brigand', 'brigham', 'brigids', 'brimful', 'brimmed', 'brindle', 'bringed', 'bringer', 'brinier', 'briquet', 'brisked', 'brisker', 'brisket', 'briskly', 'bristle', 'bristly', 'bristol', 'britain', 'british', 'britney', 'britons', 'britten', 'brittle', 'broachs', 'broaden', 'broader', 'broadly', 'brocade', 'brockle', 'brogans', 'broglie', 'brogues', 'broiled', 'broiler', 'brokaws', 'brokers', 'bromide', 'bromine', 'bromley', 'bronchi', 'broncho', 'broncos', 'bronson', 'bronzed', 'bronzes', 'broochs', 'brooded', 'brooder', 'brooked', 'brothel', 'brother', 'brought', 'browned', 'browner', 'brownie', 'browsed', 'browser', 'browses', 'brubeck', 'bruegel', 'bruised', 'bruiser', 'bruises', 'brumidi', 'brummel', 'brunchs', 'bruneis', 'brunets', 'brushed', 'brushes', 'brusker', 'bruskly', 'brusque', 'brutish', 'brutuss', 'brynner', 'bryozoa', 'bubbled', 'bubbles', 'bubblys', 'buckets', 'buckeye', 'bucking', 'buckled', 'buckler', 'buckles', 'buckley', 'buckner', 'buckram', 'bucksaw', 'bucolic', 'buddhas', 'buddies', 'budding', 'budgets', 'budgies', 'budging', 'buffalo', 'buffers', 'buffets', 'buffing', 'buffoon', 'bufords', 'bugaboo', 'bugatti', 'bugbear', 'bugeyed', 'buggers', 'buggier', 'buggies', 'bugging', 'buglers', 'bugling', 'builder', 'buildup', 'builtin', 'bukhara', 'bulblet', 'bulbous', 'bulgari', 'bulgier', 'bulging', 'bulimia', 'bulimic', 'bulkier', 'bulking', 'bulldog', 'bullets', 'bullied', 'bullies', 'bulling', 'bullion', 'bullish', 'bullock', 'bullpen', 'bulrush', 'bulwark', 'bumbled', 'bumbler', 'bumbles', 'bummers', 'bummest', 'bumming', 'bumpers', 'bumpier', 'bumping', 'bumpkin', 'bumppos', 'bunched', 'bunches', 'bundled', 'bundles', 'bunging', 'bungled', 'bungler', 'bungles', 'bunions', 'bunkers', 'bunking', 'bunkums', 'bunnies', 'bunters', 'bunting', 'bunyans', 'buoyant', 'buoying', 'burbank', 'burbled', 'burbles', 'burdens', 'burdock', 'bureaus', 'bureaux', 'burette', 'burgeon', 'burgers', 'burgess', 'burgher', 'burglar', 'burgled', 'burgles', 'burials', 'burlaps', 'burlier', 'burmese', 'burners', 'burnett', 'burnham', 'burning', 'burnish', 'burnous', 'burnout', 'burntly', 'burping', 'burring', 'burriss', 'burrito', 'burrows', 'bursars', 'bursted', 'burtons', 'burundi', 'burying', 'busbies', 'busboys', 'bushels', 'bushido', 'bushier', 'bushing', 'bushman', 'bushmen', 'busiest', 'busings', 'bussing', 'bustard', 'busters', 'busting', 'bustled', 'bustles', 'busying', 'butanes', 'butcher', 'butches', 'butlers', 'butters', 'buttery', 'butting', 'buttock', 'buttons', 'butyric', 'buyouts', 'buzzard', 'buzzers', 'buzzing', 'buzzsaw', 'bybloss', 'byelaws', 'bygones', 'bylines', 'bypasss', 'byplays', 'byronic', 'bywords', 'cabanas', 'cabaret', 'cabbage', 'cabbies', 'cabbing', 'cabinet', 'cabling', 'caboose', 'cabrera', 'cabrini', 'cachets', 'caching', 'cackled', 'cackler', 'cackles', 'cactuss', 'cadaver', 'caddied', 'caddies', 'caddish', 'cadence', 'cadenza', 'cadgers', 'cadging', 'cadmium', 'caducei', 'caedmon', 'caesars', 'caesium', 'caesura', 'caftans', 'cagiest', 'cagneys', 'cahokia', 'cahoots', 'caisson', 'caitlin', 'cajoled', 'cajoles', 'calamus', 'calcify', 'calcine', 'calcite', 'calcium', 'calculi', 'caldera', 'caldron', 'calgary', 'calhoun', 'caliban', 'caliber', 'calibre', 'calicos', 'caliper', 'caliphs', 'calking', 'calkins', 'callers', 'callies', 'calling', 'callous', 'calluss', 'calmest', 'calming', 'caloric', 'calorie', 'calumet', 'calumny', 'calvary', 'calvert', 'calving', 'calvins', 'calyces', 'calypso', 'calyxes', 'camacho', 'cambers', 'cambium', 'cambric', 'camelot', 'cameras', 'cameron', 'camilla', 'camille', 'camoens', 'campers', 'camphor', 'campier', 'camping', 'campion', 'campuss', 'canaans', 'canadas', 'canards', 'canarys', 'canasta', 'cancans', 'cancels', 'cancers', 'cancuns', 'candace', 'candela', 'candice', 'candide', 'candied', 'candies', 'candled', 'candler', 'candles', 'candors', 'candour', 'canines', 'cankers', 'canners', 'cannery', 'canness', 'cannier', 'cannily', 'canning', 'cannons', 'canonic', 'canopus', 'canopys', 'cantata', 'canteen', 'canters', 'canting', 'cantons', 'cantors', 'canvass', 'canyons', 'capable', 'capably', 'capella', 'capered', 'capital', 'capitol', 'caplets', 'capping', 'caprice', 'capsize', 'capstan', 'capsule', 'captain', 'caption', 'captive', 'captors', 'capture', 'capulet', 'carabao', 'caracas', 'caracul', 'carafes', 'caramel', 'caravan', 'caraway', 'carbide', 'carbine', 'carbone', 'carbons', 'carboxy', 'carboys', 'carcass', 'cardiac', 'cardiff', 'carding', 'cardins', 'cardiod', 'cardozo', 'careens', 'careers', 'careful', 'caresss', 'carfare', 'cargill', 'cargoes', 'caribou', 'cariess', 'carings', 'carissa', 'carjack', 'carlene', 'carlins', 'carload', 'carlson', 'carlton', 'carlyle', 'carmela', 'carmelo', 'carmens', 'carmine', 'carnage', 'carneys', 'caroled', 'caroler', 'caroles', 'carolyn', 'caromed', 'carotid', 'carouse', 'carpals', 'carpels', 'carpets', 'carping', 'carport', 'carpuss', 'carrara', 'carrels', 'carried', 'carrier', 'carries', 'carrion', 'carroll', 'carrots', 'carsick', 'cartels', 'carters', 'cartier', 'carting', 'cartons', 'cartoon', 'carvers', 'carving', 'cascade', 'cascara', 'caseins', 'cashers', 'cashews', 'cashier', 'cashing', 'casings', 'casinos', 'caskets', 'caspian', 'cassatt', 'cassava', 'cassias', 'cassies', 'cassino', 'cassius', 'cassock', 'casters', 'casteth', 'casting', 'castled', 'castles', 'castoff', 'castors', 'casuals', 'casuist', 'catalan', 'catalog', 'catalpa', 'catarrh', 'catawba', 'catbird', 'catboat', 'catcall', 'catched', 'catcher', 'catches', 'catchup', 'catered', 'caterer', 'catfish', 'catguts', 'cathays', 'cathode', 'cathryn', 'cations', 'catkins', 'catlike', 'catnaps', 'catnips', 'catsups', 'cattail', 'cattier', 'cattily', 'cattles', 'catwalk', 'caucuss', 'caulked', 'causate', 'causing', 'caustic', 'caution', 'cavalry', 'caveats', 'caveman', 'cavemen', 'caverns', 'caviare', 'caviars', 'caviled', 'cavitys', 'cavorts', 'cayenne', 'caymans', 'cayugas', 'ceasing', 'cebuano', 'cecelia', 'ceciles', 'cecilia', 'cecilys', 'cedilla', 'cedrics', 'ceiling', 'celebes', 'celerys', 'celesta', 'celeste', 'celinas', 'cellars', 'cellini', 'cellist', 'celsius', 'celtics', 'cements', 'censers', 'censors', 'censure', 'censuss', 'centaur', 'centers', 'centime', 'central', 'centred', 'centres', 'centrex', 'centric', 'century', 'cepheid', 'cepheus', 'ceramic', 'cereals', 'cerebra', 'cerises', 'certain', 'certify', 'cervixs', 'cesiums', 'cession', 'cessnas', 'ceylons', 'cezanne', 'chablis', 'chaffed', 'chaffer', 'chafing', 'chagall', 'chagrin', 'chained', 'chaired', 'chaises', 'chaitin', 'chalets', 'chalice', 'chalked', 'chamber', 'chamfer', 'chammys', 'chamois', 'chamoix', 'champed', 'chanced', 'chancel', 'chances', 'chandon', 'chandra', 'chaneys', 'changed', 'changer', 'changes', 'channel', 'chanson', 'chanted', 'chanter', 'chantey', 'chantry', 'chantys', 'chaotic', 'chapels', 'chaplet', 'chaplin', 'chapman', 'chapped', 'chapter', 'charade', 'charged', 'charger', 'charges', 'charier', 'charily', 'chariot', 'charity', 'charles', 'charley', 'charlie', 'charmed', 'charmer', 'charmin', 'charons', 'charred', 'charted', 'charter', 'chasers', 'chasing', 'chasity', 'chassis', 'chasten', 'chaster', 'chateau', 'chatham', 'chatted', 'chattel', 'chatter', 'chaucer', 'chavezs', 'cheapen', 'cheaper', 'cheaply', 'cheated', 'cheater', 'chechen', 'checked', 'checker', 'checkup', 'cheddar', 'cheeked', 'cheeped', 'cheered', 'cheerer', 'cheesed', 'cheeses', 'cheetah', 'cheetos', 'cheever', 'chekhov', 'chelate', 'chelsea', 'chemise', 'chemist', 'cheneys', 'chengdu', 'chennai', 'chequed', 'chequer', 'cheques', 'cheries', 'cherish', 'cheroot', 'cherrys', 'cherubs', 'chervil', 'cheryls', 'chester', 'cheviot', 'chevron', 'chewers', 'chewier', 'chewing', 'chianti', 'chibcha', 'chicago', 'chicana', 'chicano', 'chicest', 'chichis', 'chicken', 'chicles', 'chicory', 'chidden', 'chiding', 'chiefer', 'chiefly', 'chiffon', 'chigger', 'chignon', 'chilean', 'chilies', 'chilled', 'chiller', 'chillis', 'chimera', 'chiming', 'chimney', 'chinese', 'chinked', 'chinned', 'chinner', 'chinook', 'chintzs', 'chintzy', 'chipped', 'chipper', 'chirico', 'chirped', 'chirrup', 'chisels', 'chitins', 'chivass', 'chocked', 'choctaw', 'choicer', 'choices', 'chokers', 'choking', 'cholera', 'cholers', 'chomped', 'chomsky', 'chooser', 'chooses', 'choosey', 'chopins', 'chopped', 'chopper', 'chopras', 'chorale', 'chorals', 'chordal', 'chorine', 'choring', 'chortle', 'choruss', 'chowder', 'chowing', 'christa', 'christi', 'christs', 'christy', 'chromed', 'chromes', 'chromic', 'chronic', 'chteaus', 'chteaux', 'chucked', 'chuckle', 'chugged', 'chukchi', 'chumash', 'chummed', 'churchs', 'churned', 'chutney', 'chutzpa', 'chuvash', 'cicadae', 'cicadas', 'ciceros', 'cigaret', 'ciliate', 'ciliums', 'cimabue', 'cinched', 'cinches', 'cinders', 'cinemas', 'ciphers', 'circled', 'circles', 'circlet', 'circuit', 'circuss', 'cirruss', 'cistern', 'citadel', 'citizen', 'citrate', 'citroen', 'citrons', 'citrous', 'citruss', 'civicss', 'civilly', 'civvies', 'clacked', 'claimed', 'claires', 'clairol', 'clamber', 'clammed', 'clamors', 'clamour', 'clamped', 'clancys', 'clanged', 'clangor', 'clanked', 'clapped', 'clapper', 'clapton', 'clarets', 'clarice', 'clarify', 'clarion', 'clarity', 'clarkes', 'clashed', 'clashes', 'clasped', 'classed', 'classes', 'classic', 'clatter', 'claudes', 'claudia', 'claudio', 'clausen', 'clauses', 'clawing', 'clayier', 'clayton', 'cleaned', 'cleaner', 'cleanly', 'cleanse', 'cleanup', 'cleared', 'clearer', 'clearly', 'cleaved', 'cleaver', 'cleaves', 'clemens', 'clement', 'clemons', 'clemson', 'clenchs', 'clergys', 'clerics', 'clerked', 'clewing', 'cliburn', 'cliches', 'clicked', 'clients', 'clifton', 'climate', 'climaxs', 'climbed', 'climber', 'clinchs', 'clinics', 'clinked', 'clinker', 'clinton', 'clipped', 'clipper', 'cliques', 'cloaked', 'clobber', 'cloches', 'clocked', 'clocker', 'clogged', 'clomped', 'cloning', 'clopped', 'clorets', 'cloroxs', 'closely', 'closers', 'closest', 'closets', 'closeup', 'closing', 'closure', 'clothed', 'clothes', 'clothos', 'clotted', 'cloture', 'clouded', 'clouted', 'clovers', 'cloviss', 'clowned', 'cloying', 'clubbed', 'clucked', 'clueing', 'clumped', 'clunked', 'clunker', 'cluster', 'clutchs', 'clutter', 'coached', 'coacher', 'coaches', 'coaling', 'coarsen', 'coarser', 'coastal', 'coasted', 'coaster', 'coating', 'coaxial', 'coaxing', 'cobains', 'cobalts', 'cobbled', 'cobbler', 'cobbles', 'cobwebs', 'cocaine', 'coccuss', 'coccyxs', 'cochise', 'cochlea', 'cochran', 'cockade', 'cockeye', 'cockier', 'cockily', 'cocking', 'cockles', 'cockney', 'cockpit', 'coconut', 'cocoons', 'cocteau', 'codding', 'coddled', 'coddles', 'codeine', 'codfish', 'codgers', 'codices', 'codicil', 'codings', 'coequal', 'coerced', 'coerces', 'coevals', 'coexist', 'coffees', 'coffers', 'coffeys', 'coffins', 'coffman', 'cogency', 'cognacs', 'cognate', 'cohabit', 'cohered', 'coheres', 'cohorts', 'coiffed', 'coifing', 'coiling', 'coinage', 'coining', 'coituss', 'colbert', 'coldest', 'coleens', 'coleman', 'colette', 'colfaxs', 'colgate', 'colicky', 'colitis', 'collage', 'collard', 'collars', 'collate', 'collect', 'colleen', 'college', 'collide', 'collier', 'collies', 'collins', 'colloid', 'collude', 'cologne', 'colombo', 'colonel', 'colones', 'colonys', 'colored', 'colorer', 'colossi', 'colours', 'coltish', 'columns', 'combats', 'combers', 'combine', 'combing', 'comedic', 'comedys', 'comfier', 'comfort', 'comical', 'comings', 'comitys', 'command', 'commend', 'comment', 'commits', 'commode', 'commons', 'commune', 'commute', 'comoros', 'compact', 'company', 'compaqs', 'compare', 'compass', 'compels', 'compete', 'compile', 'complex', 'comport', 'compose', 'compost', 'compote', 'compton', 'compute', 'comrade', 'conakry', 'concave', 'conceal', 'concede', 'conceit', 'concept', 'concern', 'concert', 'conches', 'concise', 'concoct', 'concord', 'concurs', 'condemn', 'condoes', 'condole', 'condoms', 'condone', 'condors', 'conduce', 'conduct', 'conduit', 'confabs', 'confect', 'confers', 'confess', 'confide', 'confine', 'confirm', 'conform', 'confrre', 'confuse', 'confute', 'congaed', 'congeal', 'congest', 'conical', 'conifer', 'conjoin', 'conjure', 'conking', 'conklin', 'conleys', 'connect', 'conners', 'connery', 'connies', 'conning', 'connive', 'connors', 'connote', 'conquer', 'conrail', 'consent', 'consign', 'consist', 'console', 'consomm', 'consort', 'consuls', 'consult', 'consume', 'contact', 'contain', 'contend', 'content', 'contest', 'context', 'contort', 'contour', 'control', 'contuse', 'convair', 'convect', 'convene', 'convent', 'convert', 'conveys', 'convict', 'convoke', 'convoys', 'cookers', 'cookery', 'cookies', 'cooking', 'cookout', 'coolant', 'coolers', 'coolest', 'cooleys', 'coolies', 'cooling', 'coopers', 'cooping', 'cooties', 'copecks', 'copiers', 'copilot', 'copings', 'copious', 'copland', 'coppers', 'coppery', 'coppice', 'copping', 'coppola', 'copters', 'coptics', 'copulae', 'copulas', 'copycat', 'copying', 'coquina', 'corbett', 'cordage', 'cordial', 'cording', 'cordite', 'cordoba', 'cordons', 'corinas', 'corines', 'corinne', 'corinth', 'corkers', 'corking', 'cormack', 'corncob', 'corneal', 'corneas', 'cornell', 'corners', 'cornets', 'cornice', 'cornier', 'corning', 'cornish', 'cornrow', 'corolla', 'coronae', 'coronas', 'coroner', 'coronet', 'corpora', 'corpses', 'corpuss', 'corrals', 'correct', 'corrine', 'corrode', 'corrupt', 'corsage', 'corsair', 'corsets', 'corsica', 'cortege', 'cortess', 'cortexs', 'cortezs', 'cortges', 'corvuss', 'cosiest', 'cosigns', 'cosines', 'cosmoss', 'cossack', 'costars', 'costcos', 'costing', 'costner', 'costume', 'coterie', 'cotonou', 'cottage', 'cotters', 'cottons', 'cottony', 'couched', 'couches', 'cougars', 'coughed', 'couldnt', 'coulomb', 'coulter', 'council', 'counsel', 'counted', 'counter', 'country', 'countys', 'coupled', 'coupler', 'couples', 'couplet', 'coupons', 'courage', 'courbet', 'courier', 'coursed', 'courser', 'courses', 'courted', 'courter', 'courtly', 'cousins', 'covered', 'coverts', 'coveted', 'cowards', 'cowbell', 'cowbird', 'cowboys', 'cowered', 'cowerer', 'cowgirl', 'cowhand', 'cowherd', 'cowhide', 'cowlick', 'cowling', 'cowpoke', 'cowpony', 'cowpoxs', 'cowslip', 'coxcomb', 'coyness', 'coyotes', 'cozened', 'coziest', 'cozumel', 'crabbed', 'cracked', 'cracker', 'crackle', 'crackly', 'crackup', 'cradled', 'cradles', 'crafted', 'crafter', 'crammed', 'cramped', 'cranach', 'cranial', 'craning', 'cranium', 'cranked', 'cranmer', 'crannys', 'crapped', 'crappie', 'crashed', 'crasher', 'crashes', 'crasser', 'crassly', 'craters', 'crating', 'cravats', 'cravens', 'craving', 'crawled', 'crawler', 'crayola', 'crayons', 'crazier', 'crazies', 'crazily', 'crazing', 'creaked', 'creamed', 'creamer', 'creased', 'creases', 'created', 'creates', 'creator', 'credent', 'credits', 'creedal', 'creeper', 'cremate', 'creoles', 'crested', 'cretans', 'cretins', 'crevice', 'crewcut', 'crewing', 'crewman', 'crewmen', 'cribbed', 'cricked', 'cricket', 'crimean', 'crimeas', 'crimped', 'crimson', 'cringed', 'cringes', 'crinkle', 'crinkly', 'criollo', 'cripple', 'criscos', 'crisiss', 'crisped', 'crisper', 'crispin', 'crisply', 'critics', 'critter', 'croaked', 'croatia', 'crochet', 'crocked', 'crocuss', 'croesus', 'cronies', 'cronins', 'cronuss', 'crooked', 'crookes', 'crooned', 'crooner', 'cropped', 'cropper', 'croquet', 'crosier', 'crossed', 'crosser', 'crosses', 'crossly', 'crotchs', 'crotons', 'crouchs', 'crowbar', 'crowded', 'crowder', 'crowing', 'crowley', 'crowned', 'croydon', 'crozier', 'crucial', 'crucify', 'crudely', 'crudest', 'crudits', 'crudity', 'crueler', 'cruelly', 'cruelty', 'cruised', 'cruiser', 'cruises', 'cruller', 'crumbed', 'crumble', 'crumbly', 'crumpet', 'crumple', 'crunchs', 'crunchy', 'crupper', 'crusade', 'crushed', 'crusher', 'crushes', 'crusoes', 'crusted', 'crutchs', 'crybaby', 'cryings', 'cryptic', 'crystal', 'csonkas', 'cthulhu', 'cubical', 'cubicle', 'cubisms', 'cubists', 'cuckold', 'cuckoos', 'cuddled', 'cuddles', 'cudgels', 'cuffing', 'cuisine', 'cullens', 'culling', 'culotte', 'culprit', 'culture', 'culvert', 'cumming', 'cummins', 'cumquat', 'cumulus', 'cunards', 'cunning', 'cupcake', 'cupfuls', 'cupolas', 'cupping', 'cuprous', 'cupsful', 'curable', 'curably', 'curacao', 'curacys', 'curates', 'curator', 'curbing', 'curdled', 'curdles', 'curfews', 'curious', 'curlers', 'curlews', 'curlier', 'curling', 'currant', 'current', 'curried', 'currier', 'curries', 'cursing', 'cursive', 'cursors', 'cursory', 'curtail', 'curtain', 'curtate', 'curtest', 'curtiss', 'curtsey', 'curtsys', 'curvier', 'curving', 'cushier', 'cushing', 'cushion', 'cushman', 'cuspids', 'cussing', 'custard', 'custody', 'customs', 'cutback', 'cuticle', 'cutlass', 'cutlery', 'cutlets', 'cutoffs', 'cutover', 'cutters', 'cutting', 'cutworm', 'cuviers', 'cyanate', 'cyanide', 'cybeles', 'cycling', 'cyclist', 'cycloid', 'cyclone', 'cyclops', 'cygnets', 'cygnuss', 'cymbals', 'cynical', 'cynthia', 'cyphers', 'cypress', 'cyprian', 'cypriot', 'cypruss', 'cyranos', 'czarina', 'dabbing', 'dabbled', 'dabbler', 'dabbles', 'dachaus', 'dacrons', 'dactyls', 'dadaism', 'dadaist', 'daddies', 'daemons', 'daffier', 'daftest', 'daggers', 'dagwood', 'dahlias', 'dahomey', 'dailies', 'daimler', 'daintys', 'dairies', 'daisies', 'dakotan', 'dakotas', 'dalians', 'dallass', 'dallied', 'dallies', 'daltons', 'dalzell', 'damaged', 'damager', 'damages', 'damasks', 'damians', 'damions', 'damming', 'damning', 'dampens', 'dampers', 'dampest', 'damping', 'damsels', 'damsons', 'danbury', 'dancers', 'dancing', 'danders', 'dandier', 'dandies', 'dandled', 'dandles', 'danelaw', 'dangers', 'dangled', 'dangles', 'danials', 'daniels', 'danishs', 'dankest', 'dannies', 'danones', 'danubes', 'daphnes', 'dappled', 'dapples', 'daresay', 'darezzo', 'darings', 'darkens', 'darkest', 'darlene', 'darling', 'darnell', 'darning', 'darrell', 'darrels', 'darrens', 'darrins', 'darryls', 'darting', 'darvons', 'darwins', 'dashers', 'dashiki', 'dashing', 'dastard', 'datives', 'daubers', 'daubing', 'daumier', 'daunted', 'dauphin', 'davison', 'dawdled', 'dawdler', 'dawdles', 'dawning', 'daybeds', 'daytime', 'daytona', 'dazzled', 'dazzler', 'dazzles', 'dcollet', 'deacons', 'deadens', 'deadest', 'deadpan', 'deafens', 'deafest', 'dealers', 'dealing', 'deandre', 'deannas', 'deannes', 'dearest', 'dearths', 'deathly', 'debacle', 'debarks', 'debased', 'debases', 'debated', 'debater', 'debates', 'debauch', 'debbies', 'debians', 'debited', 'deborah', 'deboras', 'debrief', 'debriss', 'debtors', 'debunks', 'debussy', 'debuted', 'decades', 'decamps', 'decants', 'decatur', 'decayed', 'decease', 'deceits', 'deceive', 'decency', 'decibel', 'decided', 'decides', 'decimal', 'decking', 'declaim', 'declare', 'decline', 'decoded', 'decoder', 'decodes', 'decorum', 'decoyed', 'decreed', 'decrees', 'decried', 'decries', 'decrypt', 'deduced', 'deducer', 'deduces', 'deducts', 'deeding', 'deejays', 'deeming', 'deepens', 'deepest', 'defaced', 'defaces', 'defamed', 'defames', 'default', 'defeats', 'defects', 'defence', 'defends', 'defense', 'defiant', 'deficit', 'defiled', 'defiles', 'defined', 'definer', 'defines', 'deflate', 'deflect', 'defocus', 'deforms', 'defraud', 'defrays', 'defrock', 'defrost', 'deftest', 'defunct', 'defused', 'defuses', 'defying', 'degrade', 'degrees', 'deicers', 'deicing', 'deidres', 'deified', 'deifies', 'deigned', 'deirdre', 'deities', 'dejects', 'dejesus', 'delaney', 'delanos', 'delayed', 'delbert', 'deleons', 'deleted', 'deleter', 'deletes', 'delgado', 'delibes', 'delicti', 'delight', 'delilah', 'delimit', 'deliria', 'deliver', 'delmars', 'delmers', 'delores', 'deloris', 'delouse', 'delphic', 'delphis', 'deltoid', 'deluded', 'deludes', 'deluged', 'deluges', 'delving', 'demagog', 'demands', 'demeans', 'demerit', 'demerol', 'demesne', 'demeter', 'demigod', 'demings', 'demised', 'demises', 'demoing', 'demonic', 'demoted', 'demotes', 'demount', 'dempsey', 'demurer', 'denials', 'deniers', 'denises', 'denizen', 'denmark', 'denoted', 'denotes', 'densely', 'densest', 'density', 'dentine', 'denting', 'dentins', 'dentist', 'denture', 'denuded', 'denudes', 'denvers', 'denying', 'departs', 'depends', 'depicts', 'deplane', 'deplete', 'deplore', 'deploys', 'deports', 'deposed', 'deposes', 'deposit', 'deprave', 'depress', 'deprive', 'deputed', 'deputes', 'deputys', 'dequeue', 'derails', 'derange', 'derbies', 'dericks', 'derided', 'derides', 'derived', 'derives', 'dermiss', 'derrick', 'derrida', 'derrire', 'dervish', 'descant', 'descend', 'descent', 'deserts', 'deserve', 'designs', 'desired', 'desiree', 'desires', 'desists', 'desktop', 'desmond', 'despair', 'despise', 'despite', 'despoil', 'despond', 'despots', 'dessert', 'destine', 'destiny', 'destroy', 'details', 'detains', 'detects', 'detente', 'detests', 'detours', 'detoxed', 'detoxes', 'detract', 'detroit', 'devalue', 'develop', 'deviant', 'deviate', 'devices', 'deviled', 'devilry', 'devious', 'devised', 'devisee', 'devises', 'devolve', 'devoted', 'devotee', 'devotes', 'devours', 'dewayne', 'dewdrop', 'dewiest', 'dewitts', 'dewlaps', 'diabase', 'diadems', 'diagram', 'dialect', 'dialing', 'dialled', 'dialogs', 'diamond', 'diannas', 'diannes', 'diapers', 'diaries', 'diarist', 'diatoms', 'dibbled', 'dibbles', 'diciest', 'dickens', 'dickers', 'dickeys', 'dickies', 'dickson', 'dictate', 'diction', 'dictums', 'diddled', 'diddles', 'diderot', 'diebold', 'diehard', 'diesels', 'dietary', 'dieters', 'dieting', 'differs', 'diffuse', 'digests', 'diggers', 'digging', 'digital', 'dignify', 'dignity', 'digraph', 'digress', 'dilated', 'dilates', 'dilbert', 'dilemma', 'dillard', 'dillies', 'dillons', 'diluent', 'diluted', 'dilutes', 'dimmers', 'dimmest', 'dimming', 'dimness', 'dimpled', 'dimples', 'dimwits', 'dinette', 'dinghys', 'dingier', 'dinging', 'dingoes', 'dinkier', 'dinkies', 'dinners', 'dinning', 'diocese', 'dionnes', 'diopter', 'diorama', 'diorite', 'dioxide', 'dioxins', 'diploid', 'diploma', 'dippers', 'dipping', 'directs', 'dirtied', 'dirtier', 'dirties', 'dirtily', 'disable', 'disarms', 'disavow', 'disband', 'disbars', 'discard', 'discern', 'discoed', 'discoid', 'discord', 'discuss', 'disdain', 'disease', 'disgust', 'dishing', 'dishpan', 'dishrag', 'dislike', 'dismays', 'dismiss', 'disobey', 'disowns', 'dispell', 'dispels', 'display', 'disport', 'dispose', 'dispute', 'disrobe', 'disrupt', 'dissect', 'dissent', 'dissing', 'distaff', 'distant', 'distend', 'distill', 'distils', 'distort', 'disturb', 'disused', 'disuses', 'ditched', 'ditches', 'dithers', 'ditties', 'dittoed', 'dittoes', 'diurnal', 'diverge', 'diverse', 'diverts', 'divests', 'divided', 'divider', 'divides', 'divined', 'diviner', 'divines', 'divings', 'divisor', 'divorce', 'divulge', 'divvied', 'divvies', 'diwalis', 'dizzied', 'dizzier', 'dizzies', 'dizzily', 'djinnis', 'dmitris', 'dnieper', 'dobbins', 'docents', 'dockets', 'docking', 'doctors', 'dodders', 'dodgers', 'dodging', 'dodgson', 'dodomas', 'dodsons', 'doeuvre', 'doffing', 'dogbane', 'dogfish', 'doggier', 'doggies', 'dogging', 'doggone', 'dogmata', 'dogtrot', 'dogwood', 'doherty', 'doilies', 'doldrum', 'doleful', 'dollars', 'dollies', 'dolling', 'dollops', 'dolmens', 'dolores', 'dolphin', 'doltish', 'domains', 'domingo', 'dominic', 'dominos', 'donahue', 'donalds', 'donated', 'donates', 'donetsk', 'donkeys', 'donnell', 'donners', 'donnies', 'donning', 'donovan', 'doodads', 'doodled', 'doodler', 'doodles', 'dooleys', 'dooming', 'doorman', 'doormat', 'doormen', 'doorway', 'dopiest', 'doppler', 'doreens', 'dorians', 'doritos', 'dorkier', 'dormant', 'dormers', 'dormice', 'dorothy', 'dorseys', 'dorthys', 'dosages', 'dossier', 'dotages', 'dotsons', 'dotting', 'doualas', 'doubled', 'doubler', 'doubles', 'doublet', 'doubted', 'doubter', 'douched', 'douches', 'doughty', 'douglas', 'dourest', 'dousing', 'dovekie', 'dowager', 'dowdier', 'dowdies', 'dowdily', 'doweled', 'dowling', 'downers', 'downier', 'downing', 'dowries', 'dowsing', 'dozenth', 'drabber', 'drachma', 'dracula', 'drafted', 'draftee', 'drafter', 'dragged', 'dragnet', 'dragons', 'dragoon', 'drained', 'drainer', 'drapers', 'drapery', 'draping', 'drastic', 'draught', 'drawers', 'drawing', 'drawled', 'drawnly', 'dreaded', 'dreamed', 'dreamer', 'dredged', 'dredger', 'dredges', 'dreiser', 'dresden', 'dressed', 'dresser', 'dresses', 'dreyfus', 'dribble', 'driblet', 'drifted', 'drifter', 'drilled', 'driller', 'drinker', 'dripped', 'dristan', 'drivels', 'drivers', 'driving', 'drizzle', 'drizzly', 'droller', 'droning', 'drooled', 'drooped', 'droplet', 'dropout', 'dropped', 'dropper', 'dropsys', 'drought', 'drouths', 'drovers', 'drowned', 'drowsed', 'drowses', 'drubbed', 'drudged', 'drudges', 'drugged', 'drumlin', 'drummed', 'drummer', 'drunken', 'drunker', 'drunkly', 'dryness', 'drywall', 'dtentes', 'dualism', 'duality', 'dubbing', 'dubceks', 'dubiety', 'dubious', 'dublins', 'duchamp', 'duchess', 'duchies', 'ducking', 'ductile', 'ducting', 'dudgeon', 'dueling', 'duelist', 'duelled', 'duffers', 'dugouts', 'dukedom', 'dullard', 'dullest', 'dulling', 'dulness', 'dumbest', 'dummies', 'dumpier', 'dumping', 'dunedin', 'dungeon', 'dunging', 'dunking', 'dunkirk', 'dunlaps', 'dunnest', 'dunning', 'duodena', 'duopoly', 'duplexs', 'durable', 'durably', 'durance', 'durango', 'durante', 'duresss', 'durhams', 'durrell', 'durward', 'duskier', 'dustbin', 'dusters', 'dustier', 'dusting', 'dustins', 'dustman', 'dustmen', 'dustpan', 'duteous', 'dutiful', 'dwarfed', 'dwarves', 'dwaynes', 'dwelled', 'dweller', 'dwights', 'dwindle', 'dynamic', 'dynamos', 'dynasty', 'eagerer', 'eagerly', 'eaglets', 'earache', 'eardrum', 'earfuls', 'earhart', 'earldom', 'earlene', 'earlier', 'earline', 'earlobe', 'earmark', 'earmuff', 'earners', 'earnest', 'earning', 'earplug', 'earring', 'earshot', 'earthed', 'earthen', 'earthly', 'earwaxs', 'earwigs', 'easiest', 'eastern', 'easters', 'eastman', 'eatable', 'eaterys', 'eatings', 'ebonics', 'ebonies', 'echelon', 'echidna', 'echoing', 'eclipse', 'eclogue', 'ecology', 'economy', 'ecstasy', 'ectopic', 'ecuador', 'eczemas', 'eddying', 'edgardo', 'edgiest', 'edgings', 'edibles', 'edifice', 'edified', 'edifies', 'edisons', 'editing', 'edition', 'editors', 'edmonds', 'edmunds', 'eduardo', 'educate', 'edwardo', 'edwards', 'edwinas', 'eeriest', 'eeyores', 'effaced', 'effaces', 'effects', 'effigys', 'efforts', 'efrains', 'egghead', 'eggnogs', 'egoisms', 'egoists', 'egotism', 'egotist', 'egresss', 'ehrlich', 'eidetic', 'eighths', 'eightys', 'eileens', 'eisners', 'ejected', 'ejector', 'ekstrom', 'elanors', 'elapsed', 'elapses', 'elastic', 'elating', 'elation', 'elbowed', 'elderly', 'eleanor', 'eleazar', 'elected', 'elector', 'electra', 'electro', 'elegant', 'elegiac', 'elegies', 'element', 'elevate', 'elevens', 'elicits', 'eliding', 'elijahs', 'elinors', 'eliseos', 'elision', 'elitism', 'elitist', 'elixirs', 'elkhart', 'elliots', 'elliott', 'ellipse', 'ellison', 'ellwood', 'elnaths', 'elnoras', 'eloises', 'eloping', 'eltanin', 'eluding', 'elusive', 'elution', 'elviras', 'elwoods', 'elysian', 'elysium', 'emailed', 'emanate', 'emanuel', 'embalms', 'embargo', 'embarks', 'embassy', 'emblems', 'embower', 'embrace', 'embroil', 'embryos', 'emended', 'emerald', 'emerged', 'emerges', 'emeriti', 'emerson', 'emetics', 'emilias', 'emilios', 'eminems', 'eminent', 'emirate', 'emitted', 'emitter', 'emmetts', 'emoting', 'emotion', 'emotive', 'empanel', 'empathy', 'emperor', 'empires', 'empiric', 'emplace', 'employe', 'employs', 'emporia', 'empower', 'empress', 'emptied', 'emptier', 'empties', 'emptily', 'emulate', 'enabled', 'enabler', 'enables', 'enacted', 'enamels', 'enamors', 'enamour', 'encamps', 'encarta', 'encased', 'encases', 'enchain', 'enchant', 'enclave', 'enclose', 'encoded', 'encoder', 'encodes', 'encomia', 'encored', 'encores', 'encrust', 'encrypt', 'endears', 'endemic', 'endgame', 'endings', 'endives', 'endless', 'endorse', 'endowed', 'enduing', 'endured', 'endures', 'endways', 'endwise', 'enemata', 'enemies', 'energys', 'enfield', 'enfolds', 'enforce', 'engaged', 'engages', 'engelss', 'engines', 'england', 'english', 'engorge', 'engrave', 'engross', 'engulfs', 'enhance', 'enigmas', 'enjoins', 'enjoyed', 'enkidus', 'enlarge', 'enlists', 'enliven', 'enmitys', 'ennoble', 'enoughs', 'enqueue', 'enquire', 'enquiry', 'enraged', 'enrages', 'enricos', 'enrique', 'enrolls', 'ensigns', 'enslave', 'ensnare', 'ensuing', 'ensured', 'ensurer', 'ensures', 'entails', 'entente', 'entered', 'enthral', 'enthuse', 'enticed', 'enticer', 'entices', 'entitle', 'entitys', 'entombs', 'entrain', 'entrant', 'entraps', 'entreat', 'entries', 'entropy', 'entrust', 'entwine', 'enuring', 'envelop', 'envenom', 'envious', 'environ', 'envying', 'enzymes', 'eocenes', 'epaulet', 'ephesus', 'ephraim', 'epicure', 'epigram', 'epilogs', 'episode', 'epistle', 'epitaph', 'epitaxy', 'epithet', 'epitome', 'epochal', 'epoxied', 'epoxies', 'epoxyed', 'epsilon', 'epstein', 'equable', 'equably', 'equaled', 'equally', 'equated', 'equates', 'equator', 'equines', 'equinox', 'equitys', 'erasers', 'erasing', 'erasmus', 'erastus', 'erasure', 'erebuss', 'erected', 'erectly', 'erector', 'erewhon', 'ergodic', 'erickas', 'ericson', 'eritrea', 'ermines', 'ernesto', 'ernests', 'eroding', 'erosion', 'erosive', 'erotica', 'errancy', 'errands', 'erratas', 'erratic', 'erratum', 'ersatzs', 'erskine', 'erudite', 'erupted', 'escaped', 'escapee', 'escapes', 'escheat', 'eschers', 'eschews', 'escorts', 'escrows', 'eskimos', 'espouse', 'espying', 'esquire', 'essayed', 'essence', 'estates', 'esteban', 'esteems', 'estelas', 'estella', 'estelle', 'esthers', 'esthete', 'estonia', 'estrada', 'estuary', 'etchers', 'etching', 'eternal', 'ethanol', 'ethical', 'ethicss', 'ethnics', 'etruria', 'euclids', 'eugenia', 'eugenic', 'eugenie', 'eugenio', 'eulogys', 'eunices', 'eunuchs', 'euphony', 'eurasia', 'europas', 'europes', 'euterpe', 'evacuee', 'evading', 'evangel', 'evasion', 'evasive', 'evenest', 'evening', 'evenkis', 'everest', 'everett', 'evicted', 'evident', 'evilest', 'eviller', 'evinced', 'evinces', 'evocate', 'evoking', 'evolute', 'evolved', 'evolves', 'exacted', 'exacter', 'exactly', 'exalted', 'examine', 'example', 'exceeds', 'excepts', 'excerpt', 'excesss', 'excised', 'excises', 'excited', 'excites', 'exciton', 'exclaim', 'exclude', 'excreta', 'excrete', 'excused', 'excuses', 'execute', 'exegete', 'exempts', 'exerted', 'exhaled', 'exhales', 'exhaust', 'exhibit', 'exhorts', 'exhumed', 'exhumes', 'exigent', 'exiling', 'existed', 'exiting', 'exocets', 'exoduss', 'exogamy', 'exotica', 'exotics', 'expands', 'expanse', 'expects', 'expends', 'expense', 'experts', 'expiate', 'expired', 'expires', 'explain', 'explode', 'exploit', 'explore', 'exports', 'exposed', 'exposer', 'exposes', 'exposit', 'expound', 'express', 'expunge', 'extends', 'extents', 'extinct', 'extolls', 'extorts', 'extract', 'extrema', 'extreme', 'extrude', 'exudate', 'exuding', 'exulted', 'eyeball', 'eyebrow', 'eyefuls', 'eyelash', 'eyelets', 'eyelids', 'eyesore', 'eysenck', 'ezekiel', 'fabians', 'fabrics', 'facaded', 'facades', 'faceted', 'facials', 'facings', 'faction', 'factors', 'factory', 'factual', 'faculty', 'faddish', 'fadeout', 'faecess', 'faeroes', 'fagging', 'faggots', 'failing', 'failure', 'fainest', 'fainted', 'fainter', 'faintly', 'fairest', 'fairfax', 'fairies', 'fairing', 'fairway', 'faisals', 'falasha', 'falcons', 'fallacy', 'falling', 'falloff', 'fallout', 'fallows', 'falsely', 'falsest', 'falsify', 'falsity', 'falters', 'falwell', 'familys', 'famines', 'fanatic', 'fancied', 'fancier', 'fancies', 'fancily', 'fanfare', 'fanfold', 'fangled', 'fannies', 'fanning', 'fantasy', 'fanzine', 'faraday', 'faraway', 'farinas', 'farleys', 'farmers', 'farming', 'farrell', 'farrows', 'farther', 'farting', 'fascism', 'fascist', 'fashion', 'fastens', 'fastest', 'fasting', 'fatally', 'fateful', 'fathead', 'fathers', 'fathoms', 'fatigue', 'fatimid', 'fatness', 'fattens', 'fattest', 'fattier', 'fatties', 'fatuous', 'faucets', 'faulted', 'faustus', 'favored', 'favorer', 'favours', 'fawning', 'fayette', 'fealtys', 'fearful', 'fearing', 'feasted', 'feather', 'feature', 'febrile', 'fedders', 'federal', 'fedoras', 'feebler', 'feedbag', 'feeders', 'feeding', 'feelers', 'feeling', 'feigned', 'feinted', 'feldman', 'felecia', 'felices', 'felicia', 'felines', 'felipes', 'fellest', 'felling', 'fellini', 'fellows', 'felonys', 'felsite', 'felting', 'females', 'femoral', 'fencers', 'fencing', 'fenders', 'fending', 'fennels', 'ferbers', 'fermats', 'ferment', 'fermion', 'fermium', 'fernery', 'ferrari', 'ferraro', 'ferrell', 'ferrets', 'ferried', 'ferries', 'ferrite', 'ferrous', 'ferrule', 'fertile', 'fervent', 'fervors', 'fervour', 'festers', 'festive', 'festoon', 'fetched', 'fetches', 'fetichs', 'fetishs', 'fetlock', 'fetters', 'fettles', 'fetuses', 'feuding', 'fevered', 'fewness', 'feynman', 'fiancee', 'fiances', 'fiascos', 'fibbers', 'fibbing', 'fibroid', 'fibrous', 'fibulae', 'fibulas', 'fickler', 'fiction', 'fictive', 'fiddled', 'fiddler', 'fiddles', 'fidgets', 'fidgety', 'fiefdom', 'fielded', 'fielder', 'fiercer', 'fierier', 'fiestas', 'fifteen', 'fifties', 'figaros', 'fighter', 'figment', 'figural', 'figured', 'figures', 'fijians', 'filbert', 'filched', 'filches', 'filings', 'fillers', 'fillets', 'fillies', 'filling', 'fillips', 'filmdom', 'filmier', 'filming', 'filofax', 'filters', 'finagle', 'finales', 'finally', 'finance', 'finches', 'finders', 'finding', 'finerys', 'finesse', 'fingers', 'finicky', 'finises', 'finishs', 'finking', 'finland', 'finleys', 'finnier', 'finnish', 'firearm', 'firebug', 'firefly', 'firefox', 'fireman', 'firemen', 'firings', 'firmest', 'firming', 'firstly', 'fiscals', 'fischer', 'fishers', 'fishery', 'fishier', 'fishing', 'fishnet', 'fissile', 'fission', 'fissure', 'fistful', 'fitness', 'fitters', 'fittest', 'fitting', 'fitzroy', 'fixable', 'fixated', 'fixates', 'fixedly', 'fixings', 'fixitys', 'fixture', 'fizeaus', 'fizzier', 'fizzing', 'fizzled', 'fizzles', 'flaccid', 'flagged', 'flagler', 'flagons', 'flailed', 'flakier', 'flaking', 'flambed', 'flambes', 'flamers', 'flaming', 'flanges', 'flanked', 'flanker', 'flannel', 'flapped', 'flapper', 'flaring', 'flashed', 'flasher', 'flashes', 'flatbed', 'flatcar', 'flatted', 'flatten', 'flatter', 'flattop', 'flaunts', 'flavors', 'flavour', 'flawing', 'flaying', 'flecked', 'fledged', 'fleeced', 'fleeces', 'fleeing', 'fleeted', 'fleeter', 'fleetly', 'fleming', 'flemish', 'fleshed', 'fleshes', 'fleshly', 'flexing', 'flexure', 'flicked', 'flicker', 'flights', 'flighty', 'flinchs', 'flipped', 'flipper', 'flirted', 'flitted', 'floated', 'floater', 'flocked', 'flogged', 'flooded', 'flooder', 'floored', 'floozie', 'floozys', 'flopped', 'floppys', 'florida', 'florine', 'florins', 'florist', 'flossed', 'flosses', 'flossie', 'flotsam', 'flounce', 'floured', 'flouted', 'flowers', 'flowery', 'flowing', 'flubbed', 'fluency', 'fluffed', 'fluidly', 'flukier', 'flummox', 'flunked', 'flunkey', 'flunkie', 'flunkys', 'flurrys', 'flushed', 'flusher', 'flushes', 'fluster', 'fluting', 'flutist', 'flutter', 'fluvial', 'fluxing', 'flyable', 'flyings', 'flyleaf', 'flyover', 'foaling', 'foamier', 'foaming', 'fobbing', 'focally', 'focsles', 'focused', 'focuses', 'fodders', 'foetuss', 'fogarty', 'foggier', 'foggily', 'fogging', 'foghorn', 'foibles', 'foiling', 'foisted', 'folders', 'folding', 'foldout', 'folgers', 'foliage', 'foliate', 'follies', 'follows', 'foments', 'fondant', 'fondest', 'fondled', 'fondles', 'fondues', 'foolery', 'fooling', 'foolish', 'footage', 'footers', 'footing', 'footman', 'footmen', 'footpad', 'footsie', 'foppish', 'foraged', 'forager', 'forages', 'forayed', 'forbade', 'forbear', 'forbids', 'forbore', 'forceps', 'forcing', 'fordham', 'fording', 'forearm', 'foreign', 'foreleg', 'foreman', 'foremen', 'foresaw', 'foresee', 'forests', 'forever', 'forfeit', 'forfend', 'forgave', 'forgers', 'forgery', 'forgets', 'forging', 'forgive', 'forgoes', 'forgone', 'forking', 'forlorn', 'formals', 'formant', 'formate', 'formats', 'formers', 'formica', 'forming', 'formosa', 'formula', 'forrest', 'forsake', 'forsook', 'forster', 'fortier', 'forties', 'fortify', 'fortran', 'fortune', 'forward', 'forwent', 'fossils', 'fosters', 'fotomat', 'foulest', 'fouling', 'founded', 'founder', 'foundry', 'fourier', 'fourths', 'fowling', 'foxhall', 'foxhole', 'foxiest', 'foxtail', 'foxtrot', 'fracass', 'fractal', 'fragile', 'frailer', 'frailty', 'framers', 'framing', 'frances', 'francis', 'franked', 'frankel', 'franker', 'frankie', 'frankly', 'frannys', 'frantic', 'frappes', 'fraught', 'fraying', 'frazier', 'frazzle', 'freaked', 'freckle', 'freddie', 'freddys', 'fredric', 'freebee', 'freebie', 'freedom', 'freeing', 'freeman', 'freemen', 'freeway', 'freezer', 'freezes', 'freidas', 'freight', 'fremont', 'frenchs', 'frenzys', 'frescos', 'freshen', 'fresher', 'freshet', 'freshly', 'fresnel', 'fresnos', 'fretful', 'fretted', 'friable', 'fridays', 'fridges', 'friedan', 'friedas', 'friends', 'friezes', 'frigate', 'friggas', 'frights', 'fringed', 'fringes', 'frisbee', 'frisian', 'frisked', 'fritter', 'frizzed', 'frizzes', 'frizzle', 'frogman', 'frogmen', 'frolics', 'frontal', 'fronted', 'frosted', 'frothed', 'frowned', 'fruited', 'frustum', 'fuchsia', 'fuckers', 'fucking', 'fuddled', 'fuddles', 'fudging', 'fueling', 'fuelled', 'fuentes', 'fujitsu', 'fukuoka', 'fulanis', 'fulcrum', 'fulfill', 'fulfils', 'fullest', 'fulling', 'fulness', 'fulsome', 'fultons', 'fumbled', 'fumbler', 'fumbles', 'functor', 'funders', 'funding', 'funeral', 'fungoid', 'fungous', 'funguss', 'funkier', 'funking', 'funnels', 'funnest', 'funnier', 'funnies', 'funnily', 'furbish', 'furious', 'furling', 'furlong', 'furnace', 'furnish', 'furrier', 'furring', 'furrows', 'further', 'furtive', 'fusible', 'fusions', 'fussier', 'fussily', 'fussing', 'fustian', 'fustier', 'futures', 'futzing', 'fuzhous', 'fuzzier', 'fuzzily', 'fuzzing', 'gabbier', 'gabbing', 'gabbled', 'gabbles', 'gabriel', 'gacruxs', 'gadding', 'gadflys', 'gadgets', 'gadsden', 'gadwall', 'gaelics', 'gaffing', 'gagarin', 'gagging', 'gaggles', 'gaietys', 'gaimans', 'gainers', 'gainess', 'gainful', 'gaining', 'gainsay', 'gaiters', 'galahad', 'galatea', 'galatia', 'galaxys', 'galenas', 'galilee', 'galileo', 'gallant', 'galleon', 'gallery', 'galleys', 'galling', 'gallium', 'gallons', 'gallops', 'gallows', 'galoiss', 'galoshs', 'galvani', 'gambias', 'gambits', 'gambled', 'gambler', 'gambles', 'gambols', 'gametes', 'gamiest', 'gamines', 'gandalf', 'ganders', 'gandhis', 'ganesha', 'gangess', 'ganging', 'ganglia', 'gangtok', 'gangway', 'gannets', 'gannett', 'gantlet', 'gantrys', 'garaged', 'garages', 'garbage', 'garbing', 'garbled', 'garbles', 'garcias', 'gardens', 'gardner', 'gareths', 'gargled', 'gargles', 'garland', 'garlics', 'garment', 'garners', 'garnets', 'garnish', 'garoted', 'garotes', 'garotte', 'garrets', 'garrett', 'garrick', 'garrote', 'garters', 'gascony', 'gaseous', 'gashing', 'gaskets', 'gasohol', 'gasping', 'gassier', 'gassing', 'gastric', 'gateway', 'gathers', 'gatling', 'gatsbys', 'gaucher', 'gauchos', 'gaudier', 'gaudily', 'gauging', 'gauguin', 'gaunter', 'gautama', 'gautier', 'gauzier', 'gavotte', 'gawains', 'gawkier', 'gawkily', 'gawking', 'gayetys', 'gaylord', 'gayness', 'gazebos', 'gazelle', 'gazette', 'gdansks', 'gearbox', 'gearing', 'geckoes', 'geegaws', 'geekier', 'geezers', 'geffens', 'gehenna', 'geigers', 'geishas', 'gelable', 'gelatin', 'gelding', 'gellers', 'gelling', 'geminis', 'gemlike', 'genaros', 'genders', 'general', 'generic', 'genesco', 'geneses', 'genesis', 'genetic', 'genevas', 'genghis', 'genital', 'geniuss', 'genomes', 'genteel', 'gentian', 'gentile', 'gentled', 'gentler', 'gentles', 'gentrys', 'genuine', 'genuses', 'geodesy', 'geoduck', 'geology', 'georges', 'georgia', 'geralds', 'gerardo', 'gerards', 'gerbers', 'gerbils', 'gerhard', 'geritol', 'germane', 'germans', 'germany', 'gerunds', 'gestalt', 'gestapo', 'gestate', 'gesture', 'getaway', 'getters', 'getting', 'gewgaws', 'geysers', 'ghanian', 'ghastly', 'gherkin', 'ghettos', 'ghosted', 'ghostly', 'giacomo', 'giauque', 'gibbers', 'gibbets', 'gibbons', 'gibbous', 'giblets', 'giddier', 'giddily', 'gielgud', 'gienahs', 'gifford', 'gifting', 'gigabit', 'gigging', 'giggled', 'giggler', 'giggles', 'gigolos', 'gilbert', 'gilding', 'gilliam', 'gillian', 'gilmore', 'gimlets', 'gimmick', 'gimpier', 'gingers', 'gingham', 'gingkos', 'ginkgos', 'ginmill', 'ginning', 'ginseng', 'gipsies', 'giraffe', 'girders', 'girding', 'girdled', 'girdles', 'girlish', 'girting', 'giselle', 'gizzard', 'glacial', 'glacier', 'gladden', 'gladder', 'glamors', 'glamour', 'glanced', 'glances', 'glaring', 'glasgow', 'glassed', 'glasses', 'glazier', 'glazing', 'gleamed', 'gleaned', 'gleaner', 'gleason', 'gleeful', 'glendas', 'glennas', 'glibber', 'glidden', 'gliders', 'gliding', 'glimmer', 'glimpse', 'glinted', 'glisten', 'glitchs', 'glitter', 'gloated', 'globule', 'gloried', 'glories', 'glorify', 'glossed', 'glosses', 'glossys', 'glottal', 'glottis', 'glovers', 'gloving', 'glowers', 'glowing', 'glucose', 'glueing', 'gluiest', 'glummer', 'glutens', 'glutted', 'glutton', 'glycine', 'gnarled', 'gnashed', 'gnashes', 'gnawing', 'gneisss', 'gnomish', 'gnostic', 'goading', 'goalies', 'goatees', 'gobbing', 'gobbled', 'gobbler', 'gobbles', 'goblets', 'goblins', 'goddamn', 'goddard', 'goddess', 'godfrey', 'godhead', 'godhood', 'godivas', 'godless', 'godlier', 'godlike', 'godsend', 'godsons', 'godunov', 'goering', 'goethes', 'goggled', 'goggles', 'goiania', 'goiters', 'goitres', 'goldens', 'goldies', 'golding', 'goldman', 'goldwyn', 'golfers', 'golfing', 'goliath', 'gollies', 'gompers', 'gomulka', 'gondola', 'gonging', 'gonzalo', 'goobers', 'goodall', 'goodbye', 'goodbys', 'goodies', 'goodman', 'goodwin', 'goofier', 'goofing', 'googles', 'gooiest', 'goosing', 'gophers', 'gordian', 'gorging', 'goriest', 'gorilla', 'goshawk', 'gosling', 'gospels', 'gossips', 'gossipy', 'gothics', 'goucher', 'gougers', 'gouging', 'goulash', 'gourmet', 'goutier', 'governs', 'gowning', 'grabbed', 'grabber', 'grables', 'gracies', 'gracing', 'grackle', 'gradate', 'graders', 'grading', 'gradual', 'grafted', 'grafter', 'grafton', 'grahame', 'grahams', 'grained', 'grammar', 'granada', 'granary', 'grandad', 'grandee', 'grander', 'grandly', 'grandma', 'grandpa', 'granges', 'granite', 'grannie', 'grannys', 'granola', 'granted', 'grantee', 'granter', 'grantor', 'granule', 'graphed', 'graphic', 'grapnel', 'grapple', 'grasped', 'grassed', 'grasses', 'graters', 'gratify', 'grating', 'gravels', 'gravely', 'gravest', 'gravies', 'graving', 'gravity', 'grayest', 'graying', 'grayish', 'grayson', 'grazing', 'greased', 'greases', 'greater', 'greatly', 'grecian', 'greeces', 'greeley', 'greened', 'greener', 'greenly', 'greeted', 'greeter', 'gregory', 'gremlin', 'grenada', 'grenade', 'grendel', 'gresham', 'gretels', 'gretzky', 'greyest', 'greying', 'greyish', 'greylag', 'griddle', 'grieved', 'griever', 'grieves', 'griffin', 'grilled', 'grilles', 'grimace', 'grimier', 'griming', 'grimmer', 'grinchs', 'grinder', 'gringos', 'grinned', 'griping', 'gripped', 'grippes', 'gristle', 'gristly', 'gritted', 'grizzle', 'grizzly', 'groaned', 'groaner', 'grocers', 'grocery', 'grommet', 'gromyko', 'groomed', 'grooved', 'grooves', 'groping', 'gropius', 'grossed', 'grosser', 'grosses', 'grosset', 'grossly', 'grotius', 'grottos', 'grouchs', 'grouchy', 'grounds', 'grouped', 'grouper', 'groupie', 'groused', 'grouses', 'grouted', 'grovels', 'grovers', 'growers', 'growing', 'growled', 'grownup', 'growths', 'groynes', 'grubbed', 'grudged', 'grudges', 'gruffer', 'gruffly', 'grumble', 'grumman', 'grunges', 'grunted', 'gruyres', 'gryphon', 'gteborg', 'guanine', 'guarani', 'guarded', 'guardia', 'guerdon', 'guerras', 'guessed', 'guesser', 'guesses', 'guested', 'guevara', 'guffaws', 'guianas', 'guiding', 'guignol', 'guilder', 'guinean', 'guineas', 'guitars', 'guiyang', 'gujarat', 'gulches', 'gullets', 'gulleys', 'gullies', 'gulling', 'gulping', 'gumbels', 'gumdrop', 'gummier', 'gumming', 'gumshoe', 'gunboat', 'gunfire', 'gunmans', 'gunners', 'gunnery', 'gunning', 'gunplay', 'gunshot', 'gunther', 'gunwale', 'guofeng', 'guppies', 'gurgled', 'gurgles', 'gurkhas', 'gurneys', 'gushers', 'gushier', 'gushing', 'gussets', 'gustave', 'gustavo', 'gustavs', 'gustier', 'gusting', 'guthrie', 'gutless', 'gutsier', 'gutters', 'gutting', 'guyanas', 'guzmans', 'guzzled', 'guzzler', 'guzzles', 'gwalior', 'gymnast', 'gypping', 'gypsies', 'gypsite', 'gypsums', 'gyrated', 'gyrates', 'habitat', 'habitus', 'hackers', 'hackett', 'hacking', 'hackles', 'hackney', 'hacksaw', 'haddock', 'hadrian', 'hafnium', 'haggard', 'haggled', 'haggler', 'haggles', 'hailing', 'haircut', 'hairdos', 'hairier', 'hairnet', 'hairpin', 'haitian', 'hakluyt', 'halberd', 'halcyon', 'haldane', 'halfway', 'halibut', 'halifax', 'hallies', 'hallows', 'hallway', 'halogen', 'haloing', 'halpern', 'halters', 'halting', 'halvers', 'halving', 'halyard', 'hamburg', 'hamhung', 'hamills', 'hamitic', 'hamlets', 'hamlins', 'hammers', 'hammett', 'hamming', 'hammock', 'hammond', 'hampers', 'hampton', 'hamster', 'hancock', 'handbag', 'handcar', 'handels', 'handful', 'handgun', 'handier', 'handily', 'handing', 'handled', 'handler', 'handles', 'handout', 'handset', 'hanford', 'hangars', 'hangdog', 'hangers', 'hanging', 'hangman', 'hangmen', 'hangout', 'hanguls', 'hankers', 'hankies', 'hanover', 'hansels', 'hansens', 'hansoms', 'hansons', 'hapless', 'haploid', 'happens', 'happier', 'happily', 'harares', 'harbors', 'harbour', 'hardens', 'hardest', 'hardhat', 'hardier', 'hardily', 'harding', 'hardins', 'hardtop', 'harelip', 'harkens', 'harking', 'harlans', 'harlems', 'harlots', 'harmful', 'harming', 'harmons', 'harmony', 'harness', 'harolds', 'harpers', 'harpies', 'harping', 'harpist', 'harpoon', 'harrell', 'harried', 'harrier', 'harries', 'harriet', 'harrods', 'harrows', 'harshen', 'harsher', 'harshly', 'hartley', 'hartman', 'harvard', 'harvest', 'hasbros', 'hashing', 'hashish', 'hasidim', 'hassled', 'hassles', 'hassock', 'hastens', 'hastier', 'hastily', 'hasting', 'hatched', 'hatches', 'hatchet', 'hateful', 'hatreds', 'hatters', 'hatties', 'hatting', 'haughty', 'haulage', 'haulers', 'hauling', 'haunchs', 'haunted', 'haunter', 'hauteur', 'havanas', 'havarti', 'hawaiis', 'hawkers', 'hawking', 'hawkins', 'hawkish', 'hawsers', 'haycock', 'haydens', 'hayloft', 'haymows', 'hayseed', 'hayward', 'haywire', 'haywood', 'hazards', 'haziest', 'hazings', 'hazlitt', 'headers', 'headier', 'heading', 'headset', 'headway', 'healers', 'healing', 'healths', 'healthy', 'heaping', 'hearers', 'hearing', 'hearken', 'hearsay', 'hearses', 'hearten', 'hearths', 'heartys', 'heaters', 'heathen', 'heather', 'heating', 'heavens', 'heavers', 'heavier', 'heavies', 'heavily', 'heaving', 'heberts', 'hebraic', 'hebrews', 'heckled', 'heckler', 'heckles', 'heckman', 'hectare', 'hectors', 'hedging', 'heedful', 'heeding', 'heehaws', 'heelers', 'heeling', 'hefners', 'heftier', 'hefting', 'heifers', 'heifetz', 'heights', 'heinous', 'heiress', 'heisman', 'heisted', 'helenas', 'helenes', 'helical', 'helices', 'helicon', 'helioss', 'heliums', 'helixes', 'hellion', 'hellish', 'hellman', 'helmets', 'helpers', 'helpful', 'helping', 'hemline', 'hemlock', 'hemming', 'henbane', 'hendrix', 'hennaed', 'henning', 'henpeck', 'hensley', 'hensons', 'hepatic', 'hepburn', 'heppest', 'heptane', 'heralds', 'herbage', 'herbart', 'herbert', 'herding', 'heresys', 'heretic', 'hermann', 'hermans', 'hermess', 'hermite', 'hermits', 'hermosa', 'herniae', 'hernias', 'heroics', 'heroine', 'heroins', 'heroism', 'herpess', 'herrera', 'herrick', 'herring', 'herself', 'herseys', 'hershel', 'hershey', 'hertzes', 'hertzog', 'heshvan', 'hessian', 'hesters', 'hestons', 'hetties', 'hewitts', 'hewlett', 'hexagon', 'heydays', 'heywood', 'hialeah', 'hiatuss', 'hibachi', 'hibbard', 'hiccups', 'hickeys', 'hickman', 'hickory', 'hidalgo', 'hideous', 'hideout', 'hidings', 'higgins', 'highboy', 'highest', 'highway', 'hijacks', 'hijinks', 'hilario', 'hilarys', 'hilbert', 'hillary', 'hillier', 'hillman', 'hillmen', 'hillock', 'hilltop', 'himmler', 'himself', 'hinders', 'hinging', 'hinting', 'hintons', 'hippest', 'hippies', 'hipping', 'hipster', 'hirings', 'hiroshi', 'hirsute', 'hissing', 'history', 'hitachi', 'hitched', 'hitches', 'hitlers', 'hitters', 'hitting', 'hittite', 'hloises', 'hoagies', 'hoarded', 'hoarder', 'hoarier', 'hoarser', 'hoaxers', 'hoaxing', 'hobarts', 'hobbies', 'hobbled', 'hobbles', 'hobnail', 'hobnobs', 'hoboken', 'hockeys', 'hocking', 'hockney', 'hodgkin', 'hoedown', 'hoffman', 'hogarth', 'hogging', 'hoggish', 'hogwash', 'hohhots', 'hohokam', 'hoisted', 'hokiest', 'hokusai', 'holbein', 'holcomb', 'holdens', 'holders', 'holding', 'holdout', 'holdups', 'holiday', 'holiest', 'holland', 'hollers', 'holleys', 'hollies', 'hollows', 'holmans', 'holmdel', 'holmess', 'holmium', 'holster', 'holyoke', 'homages', 'homburg', 'homeboy', 'homeown', 'homered', 'homeric', 'homiest', 'homilys', 'hominys', 'homonym', 'honchos', 'honesty', 'honeyed', 'honiara', 'honking', 'honored', 'honoree', 'honorer', 'honours', 'honshus', 'hooding', 'hoodlum', 'hoodoos', 'hoofing', 'hookahs', 'hookers', 'hookeys', 'hooking', 'hookups', 'hoopers', 'hooping', 'hooplas', 'hoorahs', 'hoorays', 'hoosier', 'hootchs', 'hooters', 'hooting', 'hoovers', 'hopeful', 'hopkins', 'hoppers', 'hopping', 'horacio', 'horatio', 'hording', 'horizon', 'hormels', 'hormone', 'hornets', 'hornier', 'horrify', 'horrors', 'horsely', 'horsier', 'horsing', 'hortons', 'hosanna', 'hosiery', 'hospice', 'hostage', 'hostels', 'hostess', 'hostile', 'hosting', 'hostler', 'hotbeds', 'hotcake', 'hothead', 'hotness', 'hotshot', 'hottest', 'houdini', 'hoummos', 'hounded', 'housing', 'housman', 'houston', 'hovered', 'howdahs', 'howells', 'however', 'howlers', 'howling', 'hubbard', 'hubbell', 'hubbies', 'hubbles', 'hubbubs', 'hubcaps', 'huberts', 'hubriss', 'huddled', 'huddles', 'hudsons', 'huertas', 'huffier', 'huffily', 'huffing', 'huffman', 'hugging', 'huggins', 'hulking', 'hulling', 'humaner', 'humanly', 'humbled', 'humbler', 'humbles', 'humbugs', 'humdrum', 'humerus', 'humidly', 'humidor', 'hummers', 'humming', 'hummock', 'humored', 'humorer', 'humours', 'humping', 'hunched', 'hunches', 'hundred', 'hungary', 'hungers', 'hunkers', 'hunters', 'hunting', 'huntley', 'hurdled', 'hurdler', 'hurdles', 'hurlers', 'hurleys', 'hurling', 'hurrahs', 'hurrays', 'hurried', 'hurries', 'hurtful', 'hurting', 'hurtled', 'hurtles', 'hurwitz', 'husband', 'hushing', 'huskers', 'huskier', 'huskies', 'huskily', 'husking', 'hussars', 'hussein', 'husserl', 'hussies', 'hussite', 'hustled', 'hustler', 'hustles', 'hutches', 'huttons', 'hutzpah', 'hutzpas', 'huxleys', 'huygens', 'hyadess', 'hyaenas', 'hyaline', 'hyannis', 'hybrids', 'hydrant', 'hydrate', 'hydride', 'hydrous', 'hydroxy', 'hygiene', 'hymnals', 'hymning', 'hyphens', 'hyundai', 'iaccoca', 'iambics', 'iapetus', 'iberian', 'iberias', 'icaruss', 'iceberg', 'iceboxs', 'icecaps', 'iceland', 'icicles', 'iciness', 'ickiest', 'idahoan', 'idahoes', 'ideally', 'idiocys', 'idiotic', 'idolise', 'idolize', 'idyllic', 'iffiest', 'ignacio', 'igneous', 'ignited', 'ignites', 'ignoble', 'ignobly', 'ignored', 'ignores', 'iguanas', 'iguassu', 'illegal', 'illicit', 'illness', 'illogic', 'imagery', 'imagine', 'imaging', 'imbibed', 'imbibes', 'imbrium', 'imbuing', 'imeldas', 'imhotep', 'imitate', 'immense', 'immerse', 'immoral', 'immured', 'immures', 'imodium', 'imogene', 'impacts', 'impairs', 'impalas', 'impaled', 'impales', 'impanel', 'imparts', 'impasse', 'impeach', 'impeded', 'impedes', 'impends', 'imperil', 'impetus', 'impiety', 'impinge', 'impious', 'implant', 'implied', 'implies', 'implode', 'implore', 'imports', 'imposed', 'imposes', 'impound', 'impress', 'imprint', 'improve', 'impugns', 'impulse', 'impurer', 'imputed', 'imputes', 'inanely', 'inanest', 'inanity', 'inboard', 'inbound', 'inbreed', 'inbuilt', 'incense', 'incests', 'inching', 'inchons', 'incised', 'incises', 'incisor', 'incited', 'incites', 'incline', 'inclose', 'include', 'incomes', 'incrust', 'incubus', 'indents', 'indexed', 'indexes', 'indiana', 'indians', 'indices', 'indicts', 'indigos', 'indiras', 'indoors', 'indorse', 'induced', 'inducer', 'induces', 'inducts', 'induing', 'indulge', 'indwell', 'ineptly', 'inertia', 'inertly', 'inexact', 'infamys', 'infancy', 'infants', 'infarct', 'infects', 'inferno', 'infests', 'infidel', 'infield', 'infight', 'infimum', 'inflame', 'inflate', 'inflect', 'inflict', 'influxs', 'informs', 'infract', 'infused', 'infuses', 'ingests', 'ingnues', 'ingrain', 'ingrams', 'ingrate', 'ingress', 'ingrids', 'ingrown', 'inhabit', 'inhaled', 'inhaler', 'inhales', 'inhered', 'inheres', 'inherit', 'inhibit', 'inhuman', 'initial', 'injects', 'injunct', 'injured', 'injures', 'injurys', 'inkblot', 'inkiest', 'inkings', 'inkling', 'inkwell', 'inlands', 'inmates', 'innards', 'innings', 'inquest', 'inquire', 'inquiry', 'inroads', 'insaner', 'inseams', 'insects', 'inserts', 'inshore', 'insider', 'insides', 'insight', 'insigne', 'insipid', 'insists', 'insofar', 'insoles', 'inspect', 'inspire', 'install', 'instals', 'instant', 'instead', 'insteps', 'instill', 'instils', 'insular', 'insulin', 'insults', 'insured', 'insurer', 'insures', 'intagli', 'intakes', 'integer', 'intends', 'intense', 'intents', 'interim', 'interne', 'interns', 'intimal', 'intoned', 'intones', 'introit', 'intrude', 'intrust', 'intuits', 'inuring', 'invaded', 'invader', 'invades', 'invalid', 'inveigh', 'invents', 'inverse', 'inverts', 'invests', 'invited', 'invitee', 'invites', 'invoice', 'invoked', 'invoker', 'invokes', 'involve', 'inwards', 'iodines', 'iodised', 'iodises', 'iodized', 'iodizes', 'ionesco', 'ionians', 'ionised', 'ionises', 'ionized', 'ionizer', 'ionizes', 'ipecacs', 'iqaluit', 'iquitos', 'iranian', 'irately', 'ireland', 'iridium', 'irisher', 'irksome', 'irkutsk', 'ironies', 'ironing', 'irtishs', 'isabels', 'isadore', 'isfahan', 'ishmael', 'ishtars', 'isidros', 'islamic', 'islands', 'ismaels', 'ismails', 'isobars', 'isolate', 'isotope', 'ispells', 'israeli', 'israels', 'issuant', 'issuers', 'issuing', 'isthmus', 'itaipus', 'italian', 'italics', 'itascas', 'itchier', 'itching', 'itemise', 'itemize', 'iterate', 'ithacan', 'ituness', 'ivanhoe', 'iverson', 'ivories', 'izanagi', 'izanami', 'izhevsk', 'jabbers', 'jabbing', 'jackals', 'jackass', 'jackdaw', 'jackets', 'jackies', 'jacking', 'jacklyn', 'jackman', 'jackpot', 'jackson', 'jaclyns', 'jacobin', 'jacobus', 'jacques', 'jacuzzi', 'jaggers', 'jagging', 'jaguars', 'jailers', 'jailing', 'jailors', 'jainism', 'jakarta', 'jalapeo', 'jalopys', 'jamaals', 'jamaica', 'jamming', 'janacek', 'janeiro', 'janelle', 'janells', 'janette', 'jangled', 'jangles', 'janices', 'janines', 'janitor', 'jannies', 'jansens', 'january', 'japuras', 'jargons', 'jarreds', 'jarrett', 'jarring', 'jarrods', 'jarviss', 'jasmine', 'jaspers', 'jaunted', 'javelin', 'javiers', 'jawbone', 'jaycees', 'jaysons', 'jaywalk', 'jazzier', 'jazzing', 'jealous', 'jeanies', 'jeanine', 'jeannes', 'jeannie', 'jeering', 'jeevess', 'jeffery', 'jeffrey', 'jeffrys', 'jehovah', 'jejunum', 'jekylls', 'jellied', 'jellies', 'jelling', 'jenifer', 'jenkins', 'jennies', 'jensens', 'jeopard', 'jeralds', 'jeremys', 'jericho', 'jerkier', 'jerkily', 'jerking', 'jerkins', 'jerolds', 'jerrods', 'jerrold', 'jerseys', 'jessica', 'jessies', 'jesters', 'jesting', 'jesuits', 'jetsams', 'jetties', 'jetting', 'jeweled', 'jeweler', 'jewells', 'jewelry', 'jezebel', 'jibbing', 'jiffies', 'jiggers', 'jigging', 'jiggled', 'jiggles', 'jigsawn', 'jigsaws', 'jillian', 'jilting', 'jimenez', 'jimmied', 'jimmies', 'jingled', 'jingles', 'jinxing', 'jitneys', 'jitters', 'jittery', 'joannas', 'joannes', 'joaquin', 'jobbers', 'jobbing', 'jobless', 'jocasta', 'jocelyn', 'jockeys', 'jocular', 'joesphs', 'joggers', 'jogging', 'joggled', 'joggles', 'johanna', 'johanns', 'johnies', 'johnnie', 'johnnys', 'johnsen', 'johnson', 'joiners', 'joining', 'jointed', 'jointly', 'jolenes', 'jollied', 'jollier', 'jollies', 'jollity', 'jolting', 'jonquil', 'jordans', 'josefas', 'josephs', 'joshing', 'joshuas', 'jostled', 'jostles', 'jotting', 'jounced', 'jounces', 'journal', 'journey', 'jousted', 'joycean', 'joyless', 'joyners', 'joyride', 'joyrode', 'juanita', 'juarezs', 'jubilee', 'judaism', 'judases', 'judging', 'judical', 'judiths', 'judsons', 'jugging', 'juggled', 'juggler', 'juggles', 'jugular', 'juicers', 'juicier', 'juicing', 'jujitsu', 'jujubes', 'jujutsu', 'jukebox', 'juliana', 'juliuss', 'jumbled', 'jumbles', 'jumpers', 'jumpier', 'jumping', 'juncoes', 'junctor', 'juneaus', 'jungian', 'jungles', 'juniors', 'juniper', 'junkers', 'junkets', 'junkier', 'junkies', 'junking', 'jupiter', 'juridic', 'jurists', 'justest', 'justice', 'justify', 'justine', 'justins', 'jutland', 'jutting', 'juvenal', 'kaddish', 'kaftans', 'kahluas', 'kaifeng', 'kaisers', 'kaitlin', 'kampala', 'kannada', 'kansans', 'kantian', 'kaolins', 'kaposis', 'karachi', 'karakul', 'karaoke', 'karates', 'kareems', 'karinas', 'karloff', 'karroos', 'kashmir', 'katelyn', 'kathies', 'kathryn', 'katinas', 'katrina', 'katydid', 'kaufman', 'kaunass', 'kaundas', 'kayaked', 'kazakhs', 'keatons', 'keeling', 'keelson', 'keenans', 'keenest', 'keening', 'keepers', 'keeping', 'keillor', 'keishas', 'kelleys', 'kellies', 'kellogg', 'kelseys', 'kendall', 'kendras', 'kenmore', 'kennans', 'kennedy', 'kennels', 'kenneth', 'kenning', 'kennith', 'kentons', 'kenyans', 'kenyons', 'keokuks', 'keplers', 'keratin', 'kerbing', 'kermits', 'kernels', 'kerouac', 'kerygma', 'kessler', 'kestrel', 'ketches', 'ketchup', 'ketosis', 'kettles', 'keyhole', 'keyness', 'keynote', 'keypads', 'keyword', 'khalids', 'kharkov', 'khayyam', 'khazars', 'khoisan', 'khorana', 'khulnas', 'khybers', 'kibbutz', 'kiboshs', 'kickers', 'kickier', 'kicking', 'kickoff', 'kidders', 'kiddies', 'kidding', 'kiddoes', 'kidnaps', 'kidneys', 'kieffer', 'kigalis', 'kilauea', 'kilgore', 'killers', 'killing', 'killjoy', 'kilning', 'kilobit', 'kiloton', 'kilroys', 'kilters', 'kimball', 'kimonos', 'kindest', 'kindled', 'kindles', 'kindred', 'kinesic', 'kinetic', 'kinfolk', 'kingdom', 'kinglet', 'kingpin', 'kinkier', 'kinking', 'kinneys', 'kinship', 'kinsman', 'kinsmen', 'kipling', 'kippers', 'kirghiz', 'kirsten', 'kislevs', 'kismets', 'kissers', 'kissing', 'kitchen', 'kitschs', 'kitschy', 'kittens', 'kitties', 'kiwanis', 'kleenex', 'klingon', 'kludges', 'klutzes', 'knacker', 'knavery', 'knavish', 'kneaded', 'kneader', 'kneecap', 'kneeing', 'kneeled', 'knelled', 'knesset', 'knievel', 'knifing', 'knights', 'knitted', 'knitter', 'knocked', 'knocker', 'knossos', 'knotted', 'knoweth', 'knowhow', 'knowing', 'knowles', 'knuckle', 'knudsen', 'knudson', 'knutsen', 'knutson', 'kochabs', 'kodalys', 'kodiaks', 'koizumi', 'kolkhoz', 'konrads', 'kookier', 'koontzs', 'kopecks', 'koppels', 'koppers', 'koreans', 'koshers', 'kossuth', 'kosygin', 'koufaxs', 'kowloon', 'kowtows', 'krakows', 'kramers', 'kremlin', 'kresges', 'krieger', 'kringle', 'krishna', 'kristas', 'kristen', 'kristie', 'kristin', 'kristis', 'kristys', 'krogers', 'krueger', 'krypton', 'krystal', 'kublais', 'kubrick', 'kumquat', 'kunming', 'kurdish', 'kurtiss', 'kutuzov', 'kuwaiti', 'kuwaits', 'kuznets', 'kwangju', 'kwanzaa', 'kyushus', 'labeled', 'labeler', 'labials', 'labiums', 'labored', 'laborer', 'labours', 'lacerta', 'laciest', 'lackeys', 'lacking', 'laconic', 'lacquer', 'lactate', 'lactose', 'lacunae', 'lacunas', 'ladders', 'laddies', 'ladings', 'ladling', 'ladonna', 'ladybug', 'lafitte', 'laggard', 'lagging', 'lagoons', 'laidlaw', 'laissez', 'lakisha', 'lakshmi', 'lamarck', 'lambast', 'lambent', 'lambert', 'lambing', 'lambkin', 'laments', 'laminar', 'lamming', 'lamonts', 'lampoon', 'lamprey', 'lancers', 'lancets', 'lancing', 'landers', 'landing', 'landons', 'landrys', 'landsat', 'langley', 'languid', 'languor', 'lankest', 'lankier', 'lanolin', 'lansing', 'lantern', 'lanyard', 'lanzhou', 'laocoon', 'laotian', 'laplace', 'lapland', 'lapping', 'lapsing', 'laptops', 'lapwing', 'laramie', 'larceny', 'larches', 'larders', 'larding', 'lardner', 'largely', 'largess', 'largest', 'lariats', 'larking', 'larsens', 'larsons', 'larynxs', 'lasagna', 'lasagne', 'lascaux', 'lashing', 'lassens', 'lassies', 'lassoed', 'lassoes', 'lasting', 'latasha', 'latched', 'latches', 'latency', 'lateral', 'lateran', 'latests', 'lathers', 'lathing', 'lathrop', 'latiner', 'latinos', 'latisha', 'latonya', 'latoyas', 'latrine', 'latrobe', 'latters', 'lattice', 'latvian', 'latvias', 'lauding', 'laughed', 'launchs', 'launder', 'laundry', 'laurels', 'laurens', 'laurent', 'lauries', 'laverne', 'laverns', 'lavonne', 'lawanda', 'lawgive', 'lawless', 'lawmake', 'lawsuit', 'lawyers', 'laxitys', 'laxness', 'layamon', 'layaway', 'layered', 'layette', 'laymans', 'layoffs', 'layouts', 'layover', 'lazaros', 'lazarus', 'laziest', 'lazying', 'leached', 'leaches', 'leaders', 'leadeth', 'leading', 'leafier', 'leafing', 'leaflet', 'leagued', 'leaguer', 'leagues', 'leakage', 'leakeys', 'leakier', 'leaking', 'leander', 'leanest', 'leaning', 'leannas', 'leannes', 'leaping', 'learjet', 'learned', 'learner', 'leashed', 'leashes', 'leasing', 'leather', 'leavens', 'leaving', 'lebanon', 'leblanc', 'lechers', 'lechery', 'lectern', 'lecture', 'ledgers', 'leeched', 'leeches', 'leerier', 'leering', 'leeward', 'leeways', 'leftest', 'lefties', 'leftism', 'leftist', 'legacys', 'legally', 'legatee', 'legates', 'legatos', 'legends', 'leggier', 'legging', 'leggins', 'leghorn', 'legible', 'legibly', 'legions', 'legless', 'legmans', 'legrees', 'legroom', 'legumes', 'legwork', 'lehmans', 'leibniz', 'leidens', 'leipzig', 'leisure', 'lelands', 'lemming', 'lemuels', 'lemuria', 'lenards', 'lenders', 'lending', 'lengths', 'lengthy', 'lenient', 'lennons', 'lenoirs', 'lenoras', 'lenores', 'lentils', 'leonard', 'leonels', 'leonine', 'leonors', 'leopard', 'leopold', 'leotard', 'lepidus', 'leprosy', 'leprous', 'lesbian', 'lesions', 'lesleys', 'leslies', 'lesotho', 'lessees', 'lessens', 'lesseps', 'lessies', 'lessons', 'lessors', 'lesters', 'letdown', 'leticia', 'letitia', 'letmein', 'letters', 'letting', 'lettuce', 'leucine', 'levants', 'leveled', 'leveler', 'levelly', 'levered', 'levines', 'levitts', 'levitys', 'levying', 'lewdest', 'lexical', 'lexicon', 'lhotses', 'liaised', 'liaises', 'liaison', 'libeled', 'libeler', 'liberal', 'liberia', 'liberty', 'libidos', 'library', 'librate', 'librium', 'libyans', 'licence', 'license', 'lichees', 'lichens', 'licking', 'lidding', 'liefest', 'lifters', 'lifting', 'liftoff', 'liggett', 'lighted', 'lighten', 'lighter', 'lightly', 'lignite', 'likable', 'likened', 'likings', 'liliana', 'lilians', 'liliths', 'lillian', 'lillies', 'lilting', 'limbers', 'limeade', 'limiest', 'limited', 'limiter', 'limning', 'limoges', 'limpest', 'limpets', 'limping', 'limpkin', 'limpopo', 'linages', 'lincoln', 'lindens', 'lindsay', 'lindsey', 'lineage', 'lineman', 'linemen', 'linenss', 'lineups', 'lingers', 'lingoes', 'lingual', 'linings', 'linkage', 'linking', 'linkups', 'linnets', 'linseed', 'lintels', 'lintons', 'linwood', 'lionels', 'lioness', 'lionise', 'lionize', 'lipread', 'liptons', 'liquefy', 'liqueur', 'liquids', 'liquify', 'liquors', 'lisbons', 'lisping', 'lissome', 'listens', 'listers', 'listing', 'listons', 'litanys', 'litchis', 'literal', 'lithest', 'lithium', 'litmuss', 'litters', 'littler', 'littles', 'littons', 'liturgy', 'livable', 'livably', 'livened', 'liverys', 'lividly', 'livings', 'livonia', 'lizards', 'lizzies', 'loaders', 'loading', 'loafers', 'loafing', 'loamier', 'loaners', 'loaning', 'loathed', 'loathes', 'loathly', 'lobbied', 'lobbies', 'lobbing', 'lobster', 'lobular', 'locales', 'locally', 'located', 'locates', 'locator', 'lockean', 'lockers', 'lockets', 'lockian', 'locking', 'lockjaw', 'locknut', 'lockout', 'lockups', 'locusts', 'locutor', 'lodgers', 'lodging', 'loftier', 'loftily', 'lofting', 'logbook', 'loggers', 'logging', 'logical', 'logjams', 'loiters', 'lollard', 'lolling', 'lombard', 'londons', 'longest', 'longing', 'longish', 'longleg', 'lonnies', 'lookers', 'looking', 'lookout', 'lookups', 'looming', 'looneys', 'loonier', 'loonies', 'loopier', 'looping', 'loosely', 'loosens', 'loosest', 'loosing', 'looters', 'looting', 'lopping', 'lopseed', 'loraine', 'lording', 'lorelei', 'lorenas', 'lorenes', 'lorentz', 'lorenzo', 'loretta', 'lorinda', 'lorries', 'losable', 'lossier', 'lotions', 'lottery', 'lotties', 'lotuses', 'loudest', 'louella', 'louisas', 'louises', 'lounged', 'lounges', 'lourdes', 'lousier', 'loutish', 'louvers', 'louvred', 'louvres', 'lovable', 'lovably', 'lovelys', 'lowbrow', 'lowdown', 'lowered', 'lowerys', 'lowland', 'lowlier', 'lowness', 'loyaler', 'loyally', 'loyalty', 'loyangs', 'lozenge', 'luandas', 'lubbers', 'lubbock', 'lucerne', 'luciano', 'lucidly', 'luciens', 'lucifer', 'luciles', 'lucille', 'lucinda', 'lucites', 'luciuss', 'luckier', 'luckily', 'lucking', 'lucknow', 'luddite', 'ludwigs', 'luellas', 'luggage', 'lugging', 'lugosis', 'lukemia', 'lullaby', 'lulling', 'lumbago', 'lumbers', 'lumires', 'lummoxs', 'lumpier', 'lumping', 'lumpish', 'lunacys', 'lunatic', 'lunched', 'lunches', 'lunging', 'lupines', 'lurched', 'lurches', 'luridly', 'lurking', 'lusakas', 'lushest', 'lusters', 'lustful', 'lustier', 'lustily', 'lusting', 'lustres', 'luthers', 'luxurys', 'lyceums', 'lychees', 'lynched', 'lyncher', 'lynches', 'lyndons', 'lynette', 'lyrical', 'lysenko', 'maaloxs', 'macabre', 'macadam', 'macaque', 'macbeth', 'macedon', 'machete', 'machine', 'maciass', 'macrame', 'macrams', 'macrons', 'macumba', 'madames', 'madcaps', 'maddens', 'madders', 'maddest', 'madding', 'maddoxs', 'madeira', 'madelyn', 'madison', 'madmans', 'madness', 'madonna', 'madrass', 'madrids', 'madurai', 'maestri', 'maestro', 'mafioso', 'magenta', 'maggies', 'maggots', 'maggoty', 'maghreb', 'magical', 'maginot', 'magnate', 'magneto', 'magnets', 'magnify', 'magnums', 'magpies', 'magyars', 'mahatma', 'mahfouz', 'mahican', 'mahjong', 'mahoney', 'maidens', 'maigret', 'mailbox', 'mailers', 'mailing', 'maillol', 'mailman', 'mailmen', 'maimans', 'maiming', 'maisies', 'majesty', 'majorca', 'majored', 'majorly', 'makable', 'makeups', 'makings', 'malabar', 'malabos', 'malacca', 'malachi', 'maladys', 'malaise', 'malamud', 'malaria', 'malawis', 'malayan', 'malcolm', 'maldive', 'malians', 'malibus', 'malices', 'maligns', 'malinda', 'mallard', 'mallarm', 'mallets', 'mallory', 'mallows', 'malones', 'maloney', 'malorys', 'malraux', 'malteds', 'maltese', 'malthus', 'malting', 'maltose', 'mamboed', 'mammals', 'mammary', 'mammons', 'mammoth', 'mamores', 'manacle', 'managed', 'manager', 'manages', 'managua', 'manamas', 'manatee', 'manchus', 'mancini', 'mandate', 'mandela', 'mandrel', 'manfred', 'mangers', 'mangier', 'mangled', 'mangler', 'mangles', 'mangoes', 'manhole', 'manhood', 'manhunt', 'maniacs', 'manikin', 'manilas', 'manilla', 'mankind', 'manleys', 'manlier', 'manners', 'manning', 'mannish', 'mansard', 'mansion', 'mansons', 'mantels', 'mantiss', 'mantled', 'mantles', 'mantoes', 'mantrap', 'mantras', 'manuals', 'manuela', 'manuels', 'manumit', 'manured', 'manures', 'maoisms', 'maoists', 'mapping', 'maputos', 'marabou', 'maracas', 'maratha', 'marathi', 'marauds', 'marbled', 'marbles', 'marceau', 'marcelo', 'marcels', 'marched', 'marcher', 'marches', 'marcias', 'marcies', 'marconi', 'marcuss', 'marduks', 'margery', 'margies', 'margins', 'margret', 'mariana', 'mariano', 'maribel', 'marilyn', 'marimba', 'marinas', 'mariner', 'marines', 'marions', 'marisas', 'marisol', 'marissa', 'marital', 'maritza', 'marjory', 'markabs', 'markers', 'markets', 'markham', 'marking', 'markups', 'marlene', 'marleys', 'marlins', 'marlons', 'marlowe', 'marmara', 'marmots', 'maroons', 'marples', 'marquee', 'marquez', 'marquis', 'married', 'marries', 'marring', 'marrows', 'marsala', 'marshal', 'marshas', 'marshes', 'martens', 'martial', 'martian', 'martina', 'martini', 'martins', 'martyrs', 'marvell', 'marvels', 'marxism', 'marxist', 'maryann', 'marylou', 'masadas', 'masaryk', 'mascara', 'mascots', 'maserus', 'mashers', 'mashhad', 'mashing', 'masking', 'masonic', 'masonry', 'masques', 'massage', 'masseur', 'massing', 'massive', 'masters', 'mastery', 'mastiff', 'mastoid', 'matador', 'matched', 'matcher', 'matches', 'mathews', 'mathias', 'mathieu', 'matilda', 'matinal', 'matinee', 'matines', 'matings', 'matinss', 'matisse', 'matriel', 'matrixs', 'matroid', 'matrons', 'mattels', 'matters', 'matthew', 'matties', 'matting', 'mattock', 'mattson', 'matured', 'maturer', 'matures', 'matzohs', 'matzoth', 'maudlin', 'maugham', 'mauling', 'maunder', 'maureen', 'mauriac', 'maurice', 'maurine', 'maurois', 'mauryan', 'mawkish', 'maxilla', 'maximal', 'maximum', 'maxines', 'maxwell', 'maydays', 'mayfair', 'mayflys', 'mayhems', 'maynard', 'mayoral', 'maypole', 'maytags', 'mazamas', 'mazarin', 'mazolas', 'mazurka', 'mazzini', 'mbabane', 'mcadams', 'mcbride', 'mccains', 'mccalls', 'mccarty', 'mcclain', 'mcclure', 'mccrays', 'mcelroy', 'mcenroe', 'mcgowan', 'mcgrath', 'mcguire', 'mckenna', 'mcleans', 'mcleods', 'mcluhan', 'mcmahon', 'mcnally', 'mcneils', 'mcnulty', 'mcqueen', 'mcveigh', 'meadows', 'meagans', 'mealier', 'meander', 'meanest', 'meaning', 'measles', 'measure', 'meatier', 'meddled', 'meddler', 'meddles', 'medford', 'medians', 'mediate', 'medical', 'mediums', 'medleys', 'medulla', 'medusas', 'meekest', 'meeting', 'megabit', 'megaton', 'meghans', 'meighen', 'meiosis', 'mekongs', 'melange', 'melanie', 'melanin', 'melcher', 'melding', 'melinda', 'melisas', 'melissa', 'mellows', 'melodic', 'melodys', 'melting', 'meltons', 'melvins', 'members', 'memento', 'memling', 'memoirs', 'memorys', 'memphis', 'menaced', 'menaces', 'menages', 'mencius', 'mencken', 'mendels', 'menders', 'mendezs', 'mending', 'mendoza', 'menelik', 'menfolk', 'menials', 'menkars', 'menkent', 'mennens', 'menorah', 'menotti', 'mensess', 'menthol', 'mention', 'mentors', 'menuhin', 'menzies', 'meowing', 'mercado', 'mercers', 'mercies', 'mercury', 'mergers', 'merging', 'merinos', 'merited', 'merlins', 'mermaid', 'mermans', 'merriam', 'merrick', 'merrier', 'merrill', 'merrily', 'merritt', 'mervins', 'mesabis', 'mescals', 'meshing', 'mesmers', 'message', 'messiah', 'messier', 'messily', 'messing', 'mestizo', 'metcalf', 'meteors', 'metered', 'methane', 'methods', 'methuen', 'metrics', 'mettles', 'metzler', 'mewling', 'mexican', 'mexicos', 'miaowed', 'miasmal', 'miasmas', 'michael', 'micheal', 'michele', 'michels', 'mickeys', 'mickies', 'micmacs', 'microbe', 'microns', 'midairs', 'midband', 'middays', 'middies', 'middles', 'midgets', 'midland', 'midmorn', 'midmost', 'midriff', 'midspan', 'midterm', 'midtown', 'midways', 'midweek', 'midwest', 'midwife', 'midyear', 'miffing', 'mightnt', 'migrant', 'migrate', 'miguels', 'mikhail', 'mikoyan', 'mildest', 'mildews', 'mildred', 'mileage', 'milford', 'milieus', 'milieux', 'militia', 'milkens', 'milkers', 'milkier', 'milking', 'milkman', 'milkmen', 'milksop', 'millage', 'millard', 'millers', 'millets', 'millies', 'milling', 'million', 'miltown', 'mimesis', 'mimetic', 'mimicry', 'mimosas', 'minaret', 'mincing', 'mindful', 'minding', 'mindoro', 'mineral', 'minerva', 'mingled', 'mingles', 'minguss', 'minibus', 'minicam', 'minimal', 'minimax', 'minimum', 'minings', 'minions', 'minivan', 'minnies', 'minnows', 'minoans', 'minolta', 'minored', 'minskys', 'minster', 'mintaka', 'mintier', 'minting', 'minuend', 'minuets', 'minuses', 'minuted', 'minuter', 'minutes', 'minutia', 'miocene', 'mirachs', 'miracle', 'mirages', 'miranda', 'mirfaks', 'miriams', 'mirrors', 'mirzams', 'miscall', 'miscast', 'miscued', 'miscues', 'misdeal', 'misdeed', 'misdoes', 'misdone', 'miserly', 'miserys', 'misfire', 'misfits', 'mishaps', 'miskito', 'mislaid', 'mislays', 'mislead', 'misplay', 'misread', 'misrule', 'missals', 'missile', 'missing', 'mission', 'missive', 'misstep', 'mistake', 'misters', 'mistier', 'mistily', 'mistime', 'misting', 'mistook', 'mistype', 'misused', 'misuses', 'mitchel', 'mitered', 'mitford', 'mithras', 'mitosis', 'mitring', 'mittens', 'mixture', 'mizzens', 'moaning', 'mobbing', 'mobiles', 'mobster', 'mobutus', 'mockers', 'mockery', 'mocking', 'modally', 'modeled', 'moderns', 'modesto', 'modesty', 'modicum', 'modular', 'modules', 'modulus', 'mohacss', 'mohairs', 'mohamed', 'mohawks', 'mohican', 'moietys', 'moisten', 'moister', 'moistly', 'mojaves', 'molders', 'moldier', 'molding', 'moldova', 'molests', 'moliere', 'mollies', 'mollify', 'mollusc', 'mollusk', 'molnars', 'molochs', 'molokai', 'molotov', 'molting', 'mombasa', 'momenta', 'moments', 'mommies', 'monacos', 'monadic', 'monarch', 'mondale', 'mondays', 'moneras', 'moneyed', 'mongers', 'mongols', 'mongrel', 'monicas', 'moniker', 'monique', 'monitor', 'monkeys', 'monkish', 'monocle', 'monolog', 'monomer', 'monroes', 'monsoon', 'monster', 'montage', 'montana', 'monthly', 'montoya', 'mooched', 'moocher', 'mooches', 'moodier', 'moodily', 'mooneys', 'mooning', 'moonlit', 'mooring', 'moorish', 'mooting', 'moppets', 'mopping', 'moraine', 'morales', 'morally', 'morasss', 'moravia', 'mordant', 'mordred', 'morenos', 'moresby', 'morgans', 'morgues', 'morison', 'moritas', 'mormons', 'morning', 'morocco', 'moronic', 'morphys', 'morrill', 'morrows', 'morsels', 'mortals', 'mortars', 'mortice', 'mortify', 'mortise', 'mortons', 'mosaics', 'moscows', 'moseley', 'moselle', 'moseyed', 'moslems', 'mosleys', 'mosques', 'mossier', 'mothers', 'motiles', 'motions', 'motives', 'motleys', 'motlier', 'motored', 'motowns', 'motrins', 'mottled', 'mottles', 'mottoes', 'moulded', 'moulder', 'moulted', 'moulton', 'mounded', 'mounted', 'mounter', 'mountie', 'mourned', 'mourner', 'mousers', 'mousier', 'mousing', 'moussed', 'mousses', 'mouthed', 'mouthes', 'moutons', 'movable', 'movings', 'mowglis', 'mozarts', 'mozilla', 'muawiya', 'mubarak', 'muckier', 'mucking', 'muddied', 'muddier', 'muddies', 'mudding', 'muddled', 'muddler', 'muddles', 'mueller', 'muezzin', 'muffing', 'muffins', 'muffled', 'muffler', 'muffles', 'mugabes', 'muggers', 'muggier', 'mugging', 'mukluks', 'mulatto', 'mulched', 'mulches', 'mulders', 'mullahs', 'mullein', 'mullens', 'mullers', 'mullets', 'mulling', 'mullins', 'mullion', 'mumbais', 'mumbled', 'mumbler', 'mumbles', 'mumford', 'mummers', 'mummery', 'mummies', 'mummify', 'munched', 'munches', 'mundane', 'munichs', 'muppets', 'murders', 'murdoch', 'muriels', 'murillo', 'murines', 'murkier', 'murkily', 'murmurs', 'murrays', 'murrows', 'muscats', 'muscled', 'muscles', 'muscovy', 'museums', 'mushier', 'mushing', 'musials', 'musical', 'musings', 'muskets', 'muskier', 'muskrat', 'muslims', 'muslins', 'mussels', 'mussier', 'mussing', 'mustang', 'mustard', 'musters', 'mustier', 'mutable', 'mutagen', 'mutants', 'mutated', 'mutates', 'mutatis', 'mutinys', 'mutters', 'muttons', 'muumuus', 'muzzled', 'muzzles', 'myanmar', 'mycenae', 'myeline', 'myeloid', 'mynahes', 'mynheer', 'myopias', 'myrdals', 'myriads', 'myrtles', 'myspace', 'mystery', 'mystics', 'mystify', 'nabbing', 'nabisco', 'nabokov', 'nadines', 'nagging', 'nahuatl', 'naiades', 'nailing', 'naipaul', 'nairobi', 'naively', 'naivest', 'naivete', 'naivets', 'naivety', 'nakedly', 'namaths', 'namibia', 'nanette', 'nanjing', 'nanking', 'nannies', 'nanooks', 'nantess', 'napalms', 'naphtha', 'napiers', 'napkins', 'napless', 'nappier', 'nappies', 'napping', 'napster', 'narking', 'narmada', 'narnias', 'narrate', 'narrows', 'narwhal', 'nasally', 'nascars', 'nascent', 'nasdaqs', 'nassaus', 'nassers', 'nastier', 'nastily', 'natalia', 'natalie', 'natasha', 'natchez', 'nathans', 'nations', 'natives', 'nattier', 'nattily', 'natural', 'natured', 'natures', 'naughts', 'naughty', 'nauseas', 'nauseum', 'nautili', 'navahos', 'navajos', 'navally', 'navarre', 'navarro', 'naziism', 'nazisms', 'nearest', 'nearing', 'neatest', 'nebulae', 'nebular', 'nebulas', 'necking', 'necktie', 'nectars', 'nectary', 'needful', 'needham', 'needier', 'needing', 'needled', 'needler', 'needles', 'negated', 'negates', 'negator', 'neglect', 'negligs', 'negroes', 'negroid', 'neighed', 'neither', 'nellies', 'nelsens', 'nemeses', 'nemesis', 'neogene', 'neonate', 'nepalis', 'nephews', 'neptune', 'nerdier', 'nereids', 'nervier', 'nerving', 'nervous', 'nescafe', 'nesting', 'nestled', 'nestles', 'nestors', 'netflix', 'netties', 'netting', 'nettled', 'nettles', 'network', 'neumann', 'neurons', 'neuters', 'neutral', 'neutron', 'nevadan', 'nevadas', 'nevskys', 'newarks', 'newbies', 'newbold', 'newborn', 'newline', 'newness', 'newport', 'newsboy', 'newsier', 'newsman', 'newsmen', 'newtons', 'nexuses', 'nguyens', 'niacins', 'niagara', 'niameys', 'nibbled', 'nibbler', 'nibbles', 'niccolo', 'nicetys', 'nichole', 'nichols', 'nickels', 'nicking', 'nicobar', 'nicolas', 'nicoles', 'nicosia', 'niebuhr', 'nielsen', 'nielson', 'nievess', 'niftier', 'nigeria', 'niggard', 'niggers', 'niggled', 'niggles', 'nighest', 'nightie', 'nightly', 'nightys', 'nikitas', 'nikolai', 'nimbler', 'nimbuss', 'ninepin', 'ninetys', 'nineveh', 'ninnies', 'niobium', 'nippers', 'nippier', 'nipping', 'nipples', 'nippons', 'nirvana', 'nissans', 'nitpick', 'nitrate', 'nitride', 'nitrite', 'nitrous', 'nitwits', 'nkrumah', 'noblest', 'nobodyd', 'nobodys', 'nodding', 'nodular', 'nodules', 'noelles', 'noggins', 'noisier', 'noisily', 'noising', 'noisome', 'nomadic', 'nominal', 'nominee', 'noncoms', 'nonplus', 'nonskid', 'nonstop', 'nonuser', 'nonzero', 'noodled', 'noodles', 'noonday', 'nootkas', 'norbert', 'nordics', 'noreens', 'norfolk', 'noriega', 'normals', 'normand', 'normans', 'nortons', 'norwalk', 'norways', 'norwich', 'nosebag', 'nosegay', 'noshing', 'nosiest', 'nostril', 'nostrum', 'notable', 'notably', 'notarys', 'notched', 'notches', 'notepad', 'nothing', 'noticed', 'notices', 'notions', 'nougats', 'noughts', 'noumeas', 'nourish', 'nouveau', 'novella', 'novelle', 'novelty', 'novices', 'nowaday', 'nowhere', 'noxious', 'noxzema', 'nozzles', 'nuanced', 'nuances', 'nuclear', 'nucleic', 'nucleus', 'nuclide', 'nudging', 'nudisms', 'nudists', 'nuditys', 'nuggets', 'nullary', 'nullify', 'nullity', 'numbers', 'numbest', 'numbing', 'numeral', 'numeric', 'nunavut', 'nuncios', 'nunnery', 'nuptial', 'nureyev', 'nursery', 'nursing', 'nurture', 'nutmeat', 'nutmegs', 'nutrias', 'nuttier', 'nutting', 'nuzzled', 'nuzzles', 'nyerere', 'nylonss', 'nyquils', 'nyquist', 'oakland', 'oakwood', 'oarlock', 'oarsman', 'oarsmen', 'oatmeal', 'oaxacas', 'obadiah', 'obelisk', 'oberlin', 'obesity', 'obeying', 'objects', 'obliged', 'obliges', 'oblique', 'oblongs', 'obloquy', 'oboists', 'obscene', 'obscure', 'obsequy', 'observe', 'obtains', 'obtrude', 'obtuser', 'obverse', 'obviate', 'obvious', 'ocarina', 'occlude', 'occults', 'oceania', 'oceanic', 'oceanus', 'ocelots', 'oconnor', 'octagon', 'octanes', 'octaves', 'octavia', 'octavio', 'octette', 'october', 'octopus', 'oculars', 'oculist', 'oddball', 'odditys', 'oddness', 'odessas', 'odorous', 'odyssey', 'oedemas', 'oedipal', 'oedipus', 'oersted', 'ofelias', 'offbeat', 'offence', 'offends', 'offense', 'offered', 'offerer', 'offhand', 'officer', 'offices', 'officio', 'offings', 'offload', 'offsets', 'offside', 'oftener', 'ogilvys', 'ohioans', 'oiliest', 'oilseed', 'oilskin', 'oinking', 'ojibwas', 'okaying', 'okeeffe', 'okhotsk', 'okinawa', 'oldness', 'oldster', 'olduvai', 'oleneks', 'olivias', 'olivier', 'olivine', 'olmsted', 'olympia', 'olympic', 'olympus', 'omayyad', 'omelets', 'omicron', 'ominous', 'omitted', 'omnibus', 'onanism', 'onassis', 'onboard', 'onegins', 'oneidas', 'oneness', 'onerous', 'oneself', 'onetime', 'ongoing', 'onrushs', 'onsager', 'onshore', 'ontario', 'onwards', 'oodless', 'opacity', 'opaqued', 'opaquer', 'opaques', 'openers', 'openest', 'opening', 'operand', 'operant', 'operate', 'ophelia', 'opiates', 'opining', 'opinion', 'opossum', 'opposed', 'opposes', 'oppress', 'optical', 'opticss', 'optimal', 'optimum', 'options', 'opulent', 'oracles', 'oranges', 'orating', 'oration', 'orators', 'oratory', 'orbison', 'orbital', 'orbited', 'orbiter', 'orchard', 'orchids', 'ordains', 'ordeals', 'ordered', 'orderly', 'ordinal', 'ordures', 'oregano', 'oregons', 'orestes', 'organdy', 'organic', 'orgasms', 'orients', 'orifice', 'origami', 'origins', 'orinoco', 'orioles', 'orizaba', 'orkneys', 'orlando', 'orleans', 'ormolus', 'orotund', 'orourke', 'orphans', 'orpheus', 'ortegas', 'orthant', 'orville', 'osberts', 'osborne', 'osborns', 'osceola', 'osgoods', 'oshkosh', 'osiriss', 'osmosis', 'osmotic', 'ospreys', 'osseous', 'ostrich', 'ostwald', 'osvaldo', 'othello', 'ottawas', 'ottoman', 'oughtnt', 'ourself', 'ousters', 'ousting', 'outages', 'outback', 'outbids', 'outcast', 'outcome', 'outcrop', 'outcrys', 'outdoes', 'outdone', 'outdoor', 'outfits', 'outgoes', 'outgrew', 'outgrow', 'outings', 'outlaid', 'outlast', 'outlaws', 'outlays', 'outlets', 'outline', 'outlive', 'outlook', 'outplay', 'outpost', 'outputs', 'outrage', 'outrank', 'outruns', 'outsell', 'outsets', 'outside', 'outsize', 'outsold', 'outstay', 'outtake', 'outvote', 'outward', 'outwear', 'outwits', 'outwore', 'outworn', 'ovarian', 'ovaries', 'ovation', 'overact', 'overage', 'overall', 'overate', 'overawe', 'overdid', 'overdue', 'overeat', 'overjoy', 'overlap', 'overlay', 'overlie', 'overpay', 'overran', 'overrun', 'oversaw', 'oversee', 'overtax', 'overtly', 'overuse', 'oviduct', 'oviform', 'ovulate', 'oxalate', 'oxfords', 'oxidant', 'oxidate', 'oxidise', 'oxidize', 'oxonian', 'oxygens', 'oxymora', 'oysters', 'ozarkss', 'pablums', 'pacheco', 'pacific', 'pacinos', 'package', 'packard', 'packers', 'packets', 'packing', 'paddies', 'padding', 'paddled', 'paddles', 'paddock', 'padilla', 'padlock', 'pageant', 'paglias', 'pagodas', 'pahlavi', 'pailful', 'painful', 'paining', 'painted', 'painter', 'pairing', 'paisley', 'pajamas', 'palaces', 'palatal', 'palates', 'palaver', 'palazzi', 'palazzo', 'palermo', 'palette', 'palfrey', 'palikir', 'palings', 'pallets', 'palling', 'pallors', 'palmate', 'palmier', 'palming', 'palmist', 'palmyra', 'palomar', 'palpate', 'palsied', 'palsies', 'pamelas', 'pampass', 'pampers', 'panacea', 'panache', 'panamas', 'pancake', 'panders', 'pandora', 'paneled', 'pangaea', 'panicky', 'panicle', 'paniers', 'pannier', 'panning', 'panoply', 'pansies', 'panther', 'panties', 'panting', 'pantrys', 'papacys', 'papayas', 'papered', 'paperer', 'papilla', 'papoose', 'paprika', 'papyrus', 'parable', 'paraded', 'parades', 'paradox', 'paragon', 'paramus', 'parapet', 'parasol', 'parboil', 'parcels', 'parched', 'parches', 'pardons', 'parents', 'parfait', 'pariahs', 'parings', 'parishs', 'paritys', 'parkers', 'parking', 'parkish', 'parkman', 'parkway', 'parlays', 'parleys', 'parlors', 'parlour', 'parnell', 'parodys', 'paroled', 'parolee', 'paroles', 'parquet', 'parried', 'parries', 'parring', 'parrish', 'parrots', 'parsecs', 'parsers', 'parsing', 'parsley', 'parsnip', 'parsons', 'partake', 'parters', 'parthia', 'partial', 'partied', 'parties', 'parting', 'partner', 'partook', 'partway', 'parvenu', 'pascals', 'paschal', 'passage', 'passaic', 'passels', 'passers', 'passing', 'passion', 'passive', 'passkey', 'pastels', 'pastern', 'pasteup', 'pasteur', 'pastier', 'pasties', 'pastime', 'pasting', 'pastors', 'pastrys', 'pasture', 'patched', 'patches', 'patella', 'patents', 'pathoss', 'pathway', 'patient', 'patinae', 'patinas', 'patoiss', 'patrica', 'patrice', 'patrick', 'patriot', 'patrols', 'patrons', 'patsies', 'pattern', 'patters', 'patties', 'patting', 'paucity', 'pauline', 'pauling', 'paulsen', 'paulson', 'paunchs', 'paunchy', 'paupers', 'pausing', 'pavanne', 'pavings', 'pavlova', 'pavlovs', 'pawnees', 'pawning', 'pawpaws', 'payable', 'paydays', 'payload', 'payment', 'payoffs', 'paypals', 'payroll', 'peabody', 'peaches', 'peacock', 'peafowl', 'peahens', 'peaking', 'pealing', 'peanuts', 'pearled', 'pearlie', 'pearson', 'peasant', 'pebbled', 'pebbles', 'peccary', 'pechora', 'pecking', 'pectins', 'pedagog', 'pedaled', 'pedants', 'peddled', 'peddler', 'peddles', 'pedlars', 'peeking', 'peeling', 'peepers', 'peeping', 'peerage', 'peering', 'peeving', 'peevish', 'peewees', 'pegasus', 'pegging', 'peiping', 'pekings', 'pelagic', 'pelican', 'pellets', 'pelting', 'pelviss', 'penalty', 'penance', 'penates', 'pencils', 'pendant', 'pendent', 'pending', 'penguin', 'penises', 'penlite', 'pennant', 'penneys', 'pennies', 'penning', 'pennons', 'penrose', 'pension', 'pensive', 'pentane', 'pentaxs', 'pentium', 'penurys', 'peonage', 'peonies', 'peopled', 'peoples', 'peppers', 'peppery', 'peppier', 'pepping', 'pepsico', 'pepsins', 'peptics', 'peptide', 'percale', 'percent', 'percept', 'perched', 'perches', 'perfect', 'perfidy', 'perform', 'perfume', 'perfuse', 'perhaps', 'perigee', 'periled', 'perilla', 'periods', 'periwig', 'perjure', 'perjury', 'perkier', 'perking', 'perkins', 'permian', 'perming', 'permits', 'permute', 'pernods', 'perplex', 'perrier', 'perseid', 'perseus', 'persian', 'persias', 'persist', 'persona', 'persons', 'pertain', 'pertest', 'perturb', 'perusal', 'perused', 'peruser', 'peruses', 'pervade', 'pervert', 'pesetas', 'peskier', 'pesters', 'pestled', 'pestles', 'petards', 'petered', 'petiole', 'petites', 'petrels', 'petrify', 'petrols', 'petters', 'pettier', 'pettily', 'petting', 'petunia', 'peugeot', 'pewters', 'peyotes', 'pfennig', 'pfizers', 'phaedra', 'phalanx', 'phallic', 'phallus', 'phantom', 'pharaoh', 'pharynx', 'phasers', 'phasing', 'phekdas', 'phelpss', 'phidias', 'philbys', 'philips', 'phillip', 'phillys', 'philter', 'philtre', 'phippss', 'phished', 'phisher', 'phlegms', 'phloems', 'phloxes', 'phobias', 'phobics', 'phoebes', 'phoenix', 'phoneme', 'phoneys', 'phonics', 'phonied', 'phonier', 'phonies', 'phoning', 'photoed', 'photons', 'phrasal', 'phrased', 'phrases', 'phrygia', 'phyllis', 'phylums', 'physics', 'piagets', 'pianist', 'pianola', 'piazzas', 'picasso', 'piccolo', 'pickaxe', 'pickaxs', 'pickers', 'pickets', 'pickett', 'pickier', 'picking', 'pickled', 'pickles', 'pickman', 'pickoff', 'pickups', 'picnics', 'picture', 'piddled', 'piddles', 'pidgins', 'piebald', 'piecing', 'pierced', 'pierces', 'pierres', 'pierrot', 'pierson', 'pietism', 'piffles', 'pigeons', 'piggier', 'piggies', 'pigging', 'piggish', 'piglets', 'pigment', 'pigmies', 'pigpens', 'pigroot', 'pigskin', 'pigstys', 'pigtail', 'pilaffs', 'pilates', 'pileups', 'pilfers', 'pilgrim', 'pilings', 'pillage', 'pillars', 'pillbox', 'pilling', 'pillion', 'pillory', 'pillows', 'piloted', 'pimento', 'pimping', 'pimples', 'pinball', 'pincers', 'pinched', 'pinches', 'pincuss', 'pindars', 'pinging', 'pinhead', 'pinhole', 'pinions', 'pinkest', 'pinkeye', 'pinkies', 'pinking', 'pinkish', 'pinnate', 'pinning', 'pintail', 'pintoes', 'pinxter', 'pioneer', 'piously', 'pipette', 'pipings', 'pipping', 'pippins', 'piquant', 'piquing', 'piracys', 'piraeus', 'piranha', 'pirated', 'pirates', 'pirogue', 'piscess', 'pissaro', 'pissing', 'pistils', 'pistole', 'pistols', 'pistons', 'pitched', 'pitcher', 'pitches', 'piteous', 'pitfall', 'pithier', 'pithily', 'pithing', 'pitiers', 'pitiful', 'pitting', 'pittman', 'pitying', 'pivotal', 'pivoted', 'pizarro', 'pizazzs', 'pizzazz', 'placard', 'placate', 'placebo', 'placers', 'placing', 'placket', 'plagued', 'plagues', 'plaguey', 'plainer', 'plainly', 'plaints', 'plaited', 'planers', 'planets', 'planing', 'planked', 'planned', 'planner', 'planted', 'planter', 'plaques', 'plasmas', 'plasmon', 'plaster', 'plastic', 'plataea', 'plateau', 'platens', 'plating', 'platoon', 'platter', 'plattes', 'platypi', 'plaudit', 'plautus', 'playact', 'playboy', 'players', 'playful', 'playing', 'playoff', 'playpen', 'playtex', 'pleaded', 'pleader', 'pleased', 'pleases', 'pleated', 'plebian', 'plectra', 'pledged', 'pledges', 'plenary', 'plentys', 'pleural', 'plexuss', 'pliable', 'pliancy', 'plierss', 'plights', 'plinths', 'plodded', 'plodder', 'plopped', 'plotted', 'plotter', 'ploughs', 'plovers', 'plowing', 'plowman', 'plowmen', 'plucked', 'plugged', 'plugins', 'plumage', 'plumbed', 'plumber', 'pluming', 'plummer', 'plummet', 'plumped', 'plumper', 'plunder', 'plunged', 'plunger', 'plunges', 'plunked', 'plurals', 'plusher', 'plusses', 'plywood', 'poached', 'poacher', 'poaches', 'pockets', 'pocking', 'poconos', 'podcast', 'podding', 'podiums', 'poetess', 'poetics', 'poetrys', 'pogroms', 'poincar', 'pointed', 'pointer', 'poirets', 'poirots', 'poising', 'poisons', 'poisson', 'poitier', 'pokiest', 'pokmons', 'polands', 'polaris', 'polaron', 'polecat', 'polemic', 'policed', 'polices', 'policys', 'polishs', 'politer', 'politic', 'politys', 'polkaed', 'pollard', 'pollens', 'polling', 'pollock', 'pollute', 'polluxs', 'poltava', 'polygon', 'polymer', 'pomaded', 'pomades', 'pommels', 'pompano', 'pompeii', 'pompeys', 'pompoms', 'pompons', 'pompous', 'ponchos', 'ponders', 'poniard', 'pontiac', 'pontiff', 'pontoon', 'pooched', 'pooches', 'poodles', 'poohing', 'pooling', 'pooping', 'poorest', 'popcorn', 'popeyes', 'popguns', 'poplars', 'poplins', 'popover', 'poppers', 'poppies', 'popping', 'poppins', 'popular', 'porches', 'porcine', 'porrima', 'porsche', 'portage', 'portals', 'portend', 'portent', 'porters', 'portias', 'portico', 'porting', 'portion', 'portray', 'posable', 'poseurs', 'poshest', 'posited', 'possess', 'possums', 'postage', 'postbox', 'postdoc', 'posters', 'postfix', 'posting', 'postman', 'postmen', 'posture', 'postwar', 'potable', 'potashs', 'potatos', 'potboil', 'potency', 'potfuls', 'pothole', 'pothook', 'potions', 'potluck', 'potomac', 'potpies', 'potsdam', 'potshot', 'pottage', 'potters', 'pottery', 'pottier', 'potties', 'potting', 'pouched', 'pouches', 'poultry', 'pounced', 'pounces', 'pounded', 'pounder', 'pourers', 'pouring', 'poussin', 'pouting', 'poverty', 'powders', 'powdery', 'powells', 'powered', 'powwows', 'poznans', 'praecox', 'pragues', 'prairie', 'praised', 'praiser', 'praises', 'prakrit', 'praline', 'pranced', 'prancer', 'prances', 'prating', 'prattle', 'pravdas', 'prawned', 'prayers', 'praying', 'prcised', 'preachy', 'precede', 'precept', 'precess', 'precise', 'predate', 'predict', 'preempt', 'preened', 'prefabs', 'preface', 'prefect', 'prefers', 'prefixs', 'preheat', 'prelate', 'prelude', 'premier', 'premise', 'premiss', 'premium', 'prensas', 'prepaid', 'prepare', 'prepays', 'prepped', 'preppie', 'preppys', 'prequel', 'presage', 'present', 'presets', 'preside', 'presley', 'pressed', 'presser', 'presses', 'preston', 'prestos', 'presume', 'preteen', 'pretend', 'pretext', 'prettys', 'pretzel', 'prevail', 'prevent', 'preview', 'prevues', 'preying', 'pricers', 'pricier', 'pricing', 'pricked', 'prickle', 'prickly', 'priding', 'priests', 'primacy', 'primary', 'primate', 'primers', 'priming', 'primmer', 'primped', 'princes', 'printed', 'printer', 'priorys', 'prising', 'prisons', 'prithee', 'privacy', 'private', 'privets', 'privier', 'privies', 'prizers', 'prizing', 'probate', 'probing', 'probity', 'problem', 'proceed', 'process', 'procter', 'proctor', 'procure', 'procyon', 'prodded', 'prodigy', 'produce', 'product', 'profane', 'profess', 'proffer', 'profile', 'profits', 'profuse', 'progeny', 'program', 'project', 'prolate', 'proline', 'prologs', 'prolong', 'promise', 'promote', 'prompts', 'pronged', 'pronoun', 'proofed', 'propane', 'propels', 'propers', 'prophet', 'propose', 'propped', 'prorate', 'prosaic', 'prosier', 'prosody', 'prosper', 'protean', 'protect', 'protege', 'protein', 'protest', 'proteus', 'protons', 'prouder', 'proudly', 'prousts', 'proverb', 'provers', 'provide', 'proving', 'proviso', 'provoke', 'provost', 'prowess', 'prowled', 'prowler', 'proxies', 'prozacs', 'prudent', 'prudery', 'prudish', 'pruitts', 'pruners', 'pruning', 'prussia', 'psalter', 'psyched', 'psyches', 'psychic', 'psychos', 'ptolemy', 'puberty', 'publics', 'publish', 'puccini', 'puckers', 'puckett', 'puckish', 'pudding', 'puddled', 'puddles', 'pudgier', 'pueblos', 'puerile', 'puffery', 'puffier', 'puffing', 'puffins', 'pulaski', 'pullers', 'pullets', 'pulleys', 'pulling', 'pullman', 'pullout', 'pulpier', 'pulping', 'pulpits', 'pulsars', 'pulsate', 'pulsing', 'pumices', 'pummels', 'pumping', 'pumpkin', 'punched', 'puncher', 'punches', 'pundits', 'pungent', 'puniest', 'punjabi', 'punjabs', 'punkest', 'punning', 'punster', 'punters', 'punting', 'puppets', 'puppies', 'pupping', 'purcell', 'purdues', 'purging', 'purinas', 'purisms', 'purists', 'puritan', 'puritys', 'purling', 'purloin', 'purpler', 'purples', 'purport', 'purpose', 'purring', 'pursers', 'pursing', 'pursued', 'pursuer', 'pursues', 'pursuit', 'purveys', 'purview', 'pushers', 'pushier', 'pushing', 'pushkin', 'pushout', 'pushpin', 'pushtus', 'pushups', 'pussier', 'pussies', 'pustule', 'putrefy', 'putschs', 'putters', 'puttied', 'putties', 'putting', 'puzzled', 'puzzler', 'puzzles', 'pygmies', 'pyhrric', 'pyjamas', 'pynchon', 'pyramid', 'pyrexes', 'pyrites', 'pyrrhic', 'pythias', 'pythons', 'qaddafi', 'qantass', 'qingdao', 'qiqihar', 'quacked', 'quadric', 'quaffed', 'quahaug', 'quahogs', 'quailed', 'quakers', 'quaking', 'qualify', 'quality', 'quantum', 'quaoars', 'quarrel', 'quarrys', 'quarter', 'quartet', 'quartic', 'quartos', 'quartzs', 'quasars', 'quashed', 'quashes', 'quavers', 'quavery', 'quayles', 'quebecs', 'quechua', 'queened', 'queenly', 'queenss', 'queered', 'queerer', 'queerly', 'quelled', 'quentin', 'queried', 'queries', 'quested', 'quester', 'quetzal', 'queuers', 'queuing', 'quezons', 'quibble', 'quiches', 'quicken', 'quicker', 'quickie', 'quickly', 'quieted', 'quieter', 'quietly', 'quietus', 'quilted', 'quilter', 'quinces', 'quincys', 'quinine', 'quintet', 'quintic', 'quinton', 'quintus', 'quipped', 'quirked', 'quitted', 'quitter', 'quivers', 'quixote', 'quizzed', 'quizzes', 'quoited', 'quondam', 'quonset', 'quorums', 'quoting', 'rabbits', 'rabbles', 'rabiess', 'raccoon', 'racemes', 'raceway', 'rachael', 'rachels', 'raciest', 'racines', 'racings', 'racisms', 'racists', 'rackets', 'rackety', 'racking', 'racoons', 'racquet', 'radials', 'radiant', 'radiate', 'radical', 'radices', 'radioed', 'radishs', 'radiums', 'radiuss', 'rafaels', 'raffias', 'raffish', 'raffled', 'raffles', 'rafters', 'rafting', 'raggedy', 'ragging', 'raglans', 'ragnark', 'ragouts', 'ragtags', 'ragtime', 'ragweed', 'raiders', 'raiding', 'railers', 'railing', 'railway', 'raiment', 'rainbow', 'rainier', 'raining', 'raisers', 'raising', 'raisins', 'raleigh', 'rallied', 'rallies', 'ralston', 'ramadan', 'ramadas', 'rambled', 'rambler', 'rambles', 'ramirez', 'ramiros', 'ramming', 'ramonas', 'rampage', 'rampant', 'rampart', 'ramrods', 'ramseys', 'ranched', 'rancher', 'ranches', 'rancors', 'rancour', 'randall', 'randals', 'randell', 'randier', 'rangers', 'rangier', 'ranging', 'rangoon', 'rankers', 'rankest', 'rankine', 'ranking', 'rankled', 'rankles', 'ransack', 'ransoms', 'ranters', 'ranting', 'raphael', 'rapider', 'rapidly', 'rapiers', 'rapines', 'rapists', 'rappers', 'rapping', 'rapport', 'rapture', 'raquels', 'raretys', 'raritan', 'raritys', 'rascals', 'rashers', 'rashest', 'raspier', 'rasping', 'ratchet', 'rathers', 'ratings', 'rations', 'ratliff', 'rattail', 'rattans', 'rattier', 'ratting', 'rattled', 'rattler', 'rattles', 'rattrap', 'raucous', 'raunchy', 'ravaged', 'ravager', 'ravages', 'raveled', 'ravened', 'ravines', 'ravings', 'ravioli', 'rawhide', 'rawness', 'raybans', 'rayburn', 'raymond', 'razzing', 'reached', 'reacher', 'reaches', 'reacted', 'reactor', 'readers', 'readied', 'readier', 'readies', 'readily', 'reading', 'readmit', 'readout', 'reagans', 'reagent', 'realest', 'realign', 'realise', 'realism', 'realist', 'reality', 'realize', 'realtor', 'realtys', 'reamers', 'reaming', 'reapers', 'reaping', 'reapply', 'rearing', 'rearmed', 'reasons', 'rebated', 'rebates', 'rebecca', 'rebekah', 'rebinds', 'rebirth', 'rebound', 'rebuffs', 'rebuild', 'rebuilt', 'rebuked', 'rebukes', 'rebuses', 'recalls', 'recants', 'recasts', 'receded', 'recedes', 'receipt', 'receive', 'recesss', 'recheck', 'recifes', 'recipes', 'recital', 'recited', 'reciter', 'recites', 'reckons', 'reclaim', 'recline', 'recluse', 'recoded', 'recodes', 'recoils', 'records', 'recount', 'recoups', 'recover', 'recruit', 'rectify', 'rectors', 'rectory', 'rectums', 'recurse', 'recycle', 'redbird', 'redcaps', 'redcoat', 'reddens', 'reddest', 'reddish', 'redeems', 'redford', 'redhead', 'redmond', 'redneck', 'redness', 'redoing', 'redoubt', 'redound', 'redpoll', 'redraft', 'redrawn', 'redraws', 'redress', 'redskin', 'reduced', 'reducer', 'reduces', 'redwood', 'reeboks', 'reedier', 'reefers', 'reefing', 'reeking', 'reelect', 'reeling', 'reenact', 'reenter', 'reentry', 'reeving', 'referee', 'reffing', 'refiled', 'refiles', 'refills', 'refined', 'refiner', 'refines', 'reflect', 'reflexs', 'refocus', 'reforms', 'refract', 'refrain', 'refresh', 'refuels', 'refugee', 'refuges', 'refugio', 'refunds', 'refusal', 'refused', 'refuses', 'refuted', 'refuter', 'refutes', 'regains', 'regaled', 'regales', 'regalia', 'regally', 'regards', 'regatta', 'regency', 'regents', 'reggaes', 'reggies', 'regimen', 'regimes', 'reginae', 'reginas', 'regions', 'regress', 'regrets', 'regroup', 'regular', 'regulus', 'rehashs', 'reheats', 'rehired', 'rehires', 'reigned', 'reillys', 'reining', 'reissue', 'rejects', 'rejoice', 'rejoins', 'relabel', 'relapse', 'related', 'relater', 'relates', 'relaxed', 'relaxer', 'relaxes', 'relayed', 'relearn', 'release', 'relents', 'reliant', 'reliefs', 'relieve', 'relishs', 'relived', 'relives', 'reloads', 'relying', 'remains', 'remakes', 'remands', 'remarks', 'remarry', 'rematch', 'remedys', 'reminds', 'remnant', 'remodel', 'remorse', 'remoter', 'remotes', 'remount', 'removal', 'removed', 'remover', 'removes', 'renamed', 'renames', 'renault', 'renders', 'rending', 'reneged', 'reneges', 'renewal', 'renewed', 'renewer', 'rennets', 'renowns', 'rentals', 'renters', 'renting', 'reoccur', 'reopens', 'reorder', 'repaint', 'repairs', 'repasts', 'repayed', 'repeals', 'repeats', 'repents', 'replace', 'replays', 'replete', 'replica', 'replied', 'replies', 'reports', 'reposed', 'reposes', 'repress', 'reprint', 'reprise', 'reproof', 'reprove', 'reptile', 'repulse', 'reputed', 'reputes', 'request', 'requiem', 'require', 'requite', 'rereads', 'reredos', 'reroute', 'resales', 'rescind', 'rescued', 'rescuer', 'rescues', 'resells', 'resents', 'reserve', 'resided', 'resides', 'residue', 'resigns', 'resists', 'resolve', 'resorts', 'resound', 'respect', 'respell', 'respelt', 'respire', 'respite', 'respond', 'restart', 'restate', 'restful', 'resting', 'restive', 'restock', 'restore', 'restudy', 'results', 'resumed', 'resumes', 'retails', 'retains', 'retaken', 'retakes', 'retards', 'retched', 'retches', 'retells', 'rethink', 'reticle', 'retinae', 'retinal', 'retinas', 'retinue', 'retired', 'retiree', 'retires', 'retools', 'retorts', 'retouch', 'retrace', 'retract', 'retrain', 'retread', 'retreat', 'retrial', 'retried', 'retrier', 'retries', 'returns', 'retyped', 'retypes', 'reunify', 'reunion', 'reunite', 'reusing', 'reuters', 'reuther', 'revalue', 'revamps', 'reveals', 'reveled', 'reveler', 'revelry', 'revenge', 'revenue', 'revered', 'reveres', 'reverie', 'reverse', 'reverts', 'reverys', 'reviews', 'reviled', 'reviler', 'reviles', 'revisal', 'revised', 'reviser', 'revises', 'revisit', 'revival', 'revived', 'reviver', 'revives', 'revlons', 'revoked', 'revoker', 'revokes', 'revolts', 'revolve', 'revving', 'rewards', 'rewinds', 'rewired', 'rewires', 'rewords', 'reworks', 'rewound', 'rewrite', 'rewrote', 'rhenish', 'rhenium', 'rhizome', 'rhodium', 'rhombic', 'rhombus', 'rhondas', 'rhubarb', 'rhyming', 'rhythms', 'ribbing', 'ribbons', 'ricardo', 'richard', 'richest', 'richies', 'richter', 'rickets', 'rickety', 'rickeys', 'rickies', 'ricking', 'ricksha', 'ricotta', 'ridding', 'riddled', 'riddles', 'ridging', 'ridgway', 'ridings', 'riemann', 'riffing', 'riffled', 'riffles', 'rifling', 'rifting', 'rigging', 'righted', 'righter', 'rightly', 'rigidly', 'rigours', 'rimbaud', 'rimming', 'ringers', 'ringing', 'ringlet', 'rinsing', 'riordan', 'rioters', 'rioting', 'riotous', 'ripened', 'riposte', 'rippers', 'ripping', 'rippled', 'ripples', 'ripsaws', 'risible', 'risings', 'riskier', 'risking', 'ritalin', 'ritchie', 'rituals', 'ritzier', 'rivaled', 'rivalry', 'riveted', 'riveter', 'riviera', 'rivulet', 'riyadhs', 'roaches', 'roadbed', 'roadway', 'roamers', 'roaming', 'roaring', 'roasted', 'roaster', 'robbers', 'robbery', 'robbies', 'robbing', 'robbins', 'roberta', 'roberto', 'roberts', 'robeson', 'robless', 'robotic', 'rockers', 'rockets', 'rockier', 'rockies', 'rocking', 'rocknes', 'rococos', 'rodents', 'rodgers', 'rodolfo', 'rodrick', 'rodrigo', 'roebuck', 'rogelio', 'rogered', 'roguery', 'roguish', 'roiling', 'roister', 'rolaids', 'rolando', 'rolland', 'rollers', 'rollick', 'rolling', 'rollins', 'rolodex', 'rolvaag', 'romaine', 'romance', 'romania', 'romanov', 'romansh', 'romanys', 'romeros', 'rommels', 'rompers', 'romping', 'romulus', 'ronalds', 'ronnies', 'roofing', 'rooftop', 'rookery', 'rookies', 'rooking', 'roomers', 'roomful', 'roomier', 'rooming', 'rooneys', 'roosted', 'rooster', 'rooting', 'rosales', 'rosalie', 'rosalyn', 'rosanna', 'rosanne', 'rosario', 'rosarys', 'roscoes', 'roseann', 'roseate', 'roseaus', 'rosebud', 'rosella', 'rosendo', 'rosetta', 'rosette', 'rosiest', 'rosined', 'roslyns', 'rossini', 'rostand', 'rosters', 'rostovs', 'rostrum', 'roswell', 'rotarys', 'rotated', 'rotates', 'rotator', 'rotting', 'rotunda', 'rouault', 'roubles', 'roughed', 'roughen', 'rougher', 'roughly', 'rouging', 'rounded', 'rounder', 'roundly', 'roundup', 'rourkes', 'rousing', 'routers', 'routine', 'routing', 'rowboat', 'rowdier', 'rowdies', 'roweled', 'rowenas', 'rowings', 'rowland', 'rowling', 'roxanne', 'roxbury', 'royally', 'royalty', 'rozelle', 'rubbers', 'rubbery', 'rubbing', 'rubbish', 'rubbles', 'rubdown', 'rubella', 'rubicon', 'rubiest', 'rubrics', 'ruchbah', 'ruckuss', 'rudders', 'ruddier', 'rudolph', 'rudyard', 'ruffian', 'ruffing', 'ruffled', 'ruffles', 'ruining', 'ruinous', 'rulings', 'rumania', 'rumbaed', 'rumbled', 'rumbler', 'rumbles', 'rumford', 'rummage', 'rummest', 'rumored', 'rumours', 'rumpled', 'rumples', 'rumpuss', 'runaway', 'rundown', 'runnels', 'runners', 'runneth', 'runnier', 'running', 'runoffs', 'runtime', 'runways', 'ruperts', 'rupture', 'rurally', 'rushdie', 'rushing', 'russell', 'russels', 'russets', 'russian', 'russias', 'russula', 'rustics', 'rustier', 'rusting', 'rustled', 'rustler', 'rustles', 'rutgers', 'ruthies', 'rutland', 'rutting', 'rwandan', 'rwandas', 'rydberg', 'ryukyus', 'saatchi', 'sabbath', 'sabinas', 'sabines', 'sabrina', 'saccade', 'sachems', 'sachets', 'sackful', 'sacking', 'saddams', 'saddens', 'saddest', 'saddled', 'saddles', 'sadisms', 'sadists', 'sadness', 'safaris', 'safavid', 'safetys', 'safeway', 'saffron', 'sagging', 'saginaw', 'saguaro', 'saharas', 'saigons', 'sailing', 'sailors', 'sainted', 'saintly', 'salaams', 'salable', 'saladin', 'salamis', 'salarys', 'salazar', 'salerno', 'salient', 'salinas', 'salines', 'salishs', 'salivas', 'sallied', 'sallies', 'sallust', 'salmons', 'salomes', 'saloons', 'salsify', 'salters', 'saltest', 'saltier', 'saltine', 'salting', 'saltons', 'saluted', 'salutes', 'salvage', 'salvers', 'salving', 'salvoes', 'salween', 'salyuts', 'sambaed', 'sammies', 'samoans', 'samoset', 'samovar', 'samoyed', 'sampans', 'sampled', 'sampler', 'samples', 'sampson', 'samsung', 'samurai', 'sanborn', 'sanchez', 'sanchos', 'sanctum', 'sandals', 'sandbag', 'sandbar', 'sandbox', 'sanders', 'sandhog', 'sandier', 'sanding', 'sandlot', 'sandman', 'sandmen', 'sandras', 'sanford', 'sanicle', 'sanitys', 'sankara', 'santana', 'sapiens', 'sapient', 'sapling', 'sapphos', 'sappier', 'sapping', 'sapporo', 'saracen', 'sarapes', 'saratov', 'sarawak', 'sarcasm', 'sarcoma', 'sardine', 'sargent', 'sargons', 'sarnoff', 'sarongs', 'saroyan', 'sashays', 'sassier', 'sassing', 'sassoon', 'satanic', 'satchel', 'sateens', 'satiate', 'satiety', 'satires', 'satiric', 'satisfy', 'satraps', 'saturns', 'saucers', 'saucier', 'saucily', 'saucing', 'saunaed', 'saundra', 'saunter', 'sausage', 'sauting', 'savaged', 'savager', 'savages', 'savanna', 'savants', 'savings', 'saviors', 'saviour', 'savored', 'savorys', 'savours', 'savoury', 'savvied', 'savvier', 'savvies', 'sawdust', 'sawfish', 'sawmill', 'sawyers', 'saxonys', 'sayings', 'scabbed', 'scabies', 'scalars', 'scalded', 'scalene', 'scalier', 'scaling', 'scallop', 'scalped', 'scalpel', 'scalper', 'scammed', 'scamper', 'scampis', 'scandal', 'scanned', 'scanner', 'scanted', 'scanter', 'scantly', 'scapula', 'scarabs', 'scarcer', 'scarfed', 'scarier', 'scarify', 'scaring', 'scarlet', 'scarred', 'scarves', 'scatted', 'scatter', 'scenery', 'scented', 'scepter', 'sceptic', 'sceptre', 'schafer', 'schantz', 'scheats', 'schedar', 'schemas', 'schemed', 'schemer', 'schemes', 'scherzi', 'scherzo', 'schicks', 'schisms', 'schists', 'schlepp', 'schleps', 'schlitz', 'schlock', 'schloss', 'schmalz', 'schmidt', 'schmitt', 'schmuck', 'scholar', 'schools', 'schrods', 'schtick', 'schultz', 'schulzs', 'schusss', 'schwinn', 'sciatic', 'science', 'scipios', 'scissor', 'scoffed', 'scoffer', 'scolded', 'scollop', 'sconces', 'scooped', 'scooted', 'scooter', 'scopess', 'scoping', 'scorchs', 'scorers', 'scoring', 'scorned', 'scorner', 'scorpio', 'scotchs', 'scottie', 'scoured', 'scourge', 'scouted', 'scowled', 'scraped', 'scraper', 'scrapes', 'scrappy', 'scratch', 'scrawls', 'scrawny', 'screams', 'screech', 'screens', 'screwed', 'scribes', 'scrimps', 'scripps', 'scripts', 'scriven', 'scrolls', 'scrooge', 'scrotum', 'scrubby', 'scruffs', 'scruffy', 'scruggs', 'scrunch', 'scruple', 'scubaed', 'scudded', 'scuffed', 'scuffle', 'sculled', 'sculley', 'sculpin', 'sculpts', 'scumbag', 'scummed', 'scupper', 'scurrys', 'scurvys', 'scuttle', 'scyllas', 'scythed', 'scythes', 'scythia', 'seabeds', 'seabird', 'seaborg', 'seafare', 'seafood', 'seagram', 'seagull', 'sealant', 'sealers', 'sealing', 'seamans', 'seamier', 'seaming', 'seaport', 'searchs', 'searing', 'seasick', 'seaside', 'seasons', 'seating', 'seattle', 'seaward', 'seaways', 'seaweed', 'seceded', 'secedes', 'seclude', 'seconal', 'seconds', 'secrecy', 'secrete', 'secrets', 'section', 'sectors', 'secular', 'secured', 'securer', 'secures', 'sedated', 'sedater', 'sedates', 'seduced', 'seducer', 'seduces', 'seeable', 'seebeck', 'seedbed', 'seeders', 'seedier', 'seeding', 'seeings', 'seekers', 'seeking', 'seeming', 'seepage', 'seeping', 'seesaws', 'seethed', 'seethes', 'segment', 'segovia', 'segundo', 'seismic', 'seizing', 'seizure', 'sejongs', 'selects', 'selenas', 'selfish', 'selkirk', 'sellers', 'selling', 'sellout', 'seltzer', 'selvage', 'seminal', 'seminar', 'semites', 'semitic', 'senates', 'senator', 'senders', 'sending', 'senecas', 'senegal', 'senghor', 'seniors', 'sennett', 'sensate', 'sensing', 'sensors', 'sensory', 'sensual', 'sentrys', 'sepsiss', 'septate', 'septets', 'septums', 'sequels', 'sequent', 'sequins', 'sequoia', 'sequoya', 'serapes', 'seraphs', 'serbian', 'serbias', 'serenas', 'serener', 'serfdom', 'sergeis', 'sergios', 'serials', 'seriate', 'seriess', 'serious', 'sermons', 'serpens', 'serpent', 'serrano', 'serried', 'servant', 'servers', 'service', 'servile', 'serving', 'sesames', 'session', 'setback', 'settees', 'setters', 'setting', 'settled', 'settler', 'settles', 'seventh', 'seventy', 'several', 'severed', 'severer', 'severus', 'seville', 'sewages', 'sewings', 'sexiest', 'sexisms', 'sexists', 'sexless', 'sexpots', 'sextans', 'sextant', 'sextets', 'sextons', 'seyfert', 'seymour', 'shacked', 'shackle', 'shadier', 'shadily', 'shading', 'shadows', 'shadowy', 'shaffer', 'shafted', 'shagged', 'shaikhs', 'shakers', 'shakeup', 'shakier', 'shakily', 'shaking', 'shallot', 'shallow', 'shamans', 'shamble', 'shaming', 'shammed', 'shammys', 'shampoo', 'shannas', 'shannon', 'shantys', 'shapely', 'shapers', 'shaping', 'shapiro', 'sharers', 'sharifs', 'sharing', 'sharked', 'sharped', 'sharpen', 'sharper', 'sharpes', 'sharply', 'sharron', 'shastas', 'shatter', 'shaulas', 'shaunas', 'shavers', 'shavian', 'shaving', 'shavuot', 'shawnas', 'shawnee', 'shaykhs', 'sheared', 'shearer', 'sheathe', 'sheaths', 'sheaves', 'shebang', 'shebeli', 'sheehan', 'sheenas', 'sheered', 'sheerer', 'sheeted', 'sheikhs', 'sheilas', 'shekels', 'shelbys', 'sheldon', 'shelias', 'shellac', 'shelled', 'sheller', 'shelley', 'shellys', 'shelter', 'shelton', 'shelved', 'shelves', 'shepard', 'sherbet', 'sherees', 'sheriff', 'sherman', 'sherrie', 'sherris', 'sherrys', 'sherwin', 'sheryls', 'shevats', 'shields', 'shifted', 'shifter', 'shikoku', 'shilled', 'shilohs', 'shimmed', 'shimmer', 'shimmys', 'shindig', 'shiners', 'shingle', 'shinier', 'shining', 'shinned', 'shintos', 'shiplap', 'shipley', 'shipman', 'shipmen', 'shipped', 'shipper', 'shirazs', 'shirked', 'shirker', 'shirley', 'shirred', 'shirted', 'shivers', 'shivery', 'shlepps', 'shlocky', 'shoaled', 'shocked', 'shocker', 'shodden', 'shoddys', 'shoeing', 'shoguns', 'shoofly', 'shooing', 'shooter', 'shopped', 'shopper', 'shoring', 'shorted', 'shorten', 'shorter', 'shortly', 'shotgun', 'shouted', 'shouter', 'shovels', 'shoving', 'showbiz', 'showers', 'showery', 'showier', 'showily', 'showing', 'showman', 'showmen', 'showoff', 'shrieks', 'shrifts', 'shrikes', 'shrills', 'shrilly', 'shrimps', 'shriner', 'shrines', 'shrinks', 'shrived', 'shrivel', 'shriven', 'shrives', 'shrouds', 'shrubby', 'shticks', 'shucked', 'shudder', 'shuffle', 'shulman', 'shunned', 'shunted', 'shushed', 'shushes', 'shuteye', 'shutoff', 'shutout', 'shutter', 'shuttle', 'shylock', 'shyness', 'shyster', 'siamese', 'siberia', 'sibling', 'sicilys', 'sickbed', 'sickens', 'sickest', 'sicking', 'sickish', 'sickles', 'sidearm', 'sidebar', 'sidecar', 'sideman', 'sidemen', 'sideway', 'sidings', 'sidling', 'siemens', 'sierras', 'siestas', 'sieving', 'sifters', 'sifting', 'sighing', 'sighted', 'sightly', 'sigmund', 'signals', 'signers', 'signets', 'signify', 'signing', 'signora', 'sikhism', 'silages', 'silence', 'silents', 'silicas', 'silicic', 'silicon', 'silkier', 'silkily', 'silkine', 'sillier', 'sillies', 'silting', 'silvers', 'silvery', 'silvias', 'simenon', 'simians', 'similar', 'similes', 'simmers', 'simmons', 'simones', 'simpers', 'simpler', 'simplex', 'simpson', 'sinatra', 'sincere', 'sindbad', 'sindhis', 'singers', 'singing', 'singled', 'singles', 'singlet', 'sinkers', 'sinking', 'sinners', 'sinning', 'sinuous', 'sinuses', 'siphons', 'sipping', 'siriuss', 'sirloin', 'sirocco', 'sissier', 'sissies', 'sisters', 'sistine', 'sitcoms', 'sitters', 'sitting', 'situate', 'sixfold', 'sixteen', 'sixties', 'sizable', 'sizings', 'sizzled', 'sizzles', 'skaters', 'skating', 'skeptic', 'sketchs', 'sketchy', 'skewers', 'skewing', 'skidded', 'skiings', 'skilful', 'skilled', 'skillet', 'skimmed', 'skimped', 'skinned', 'skinner', 'skinnys', 'skipped', 'skipper', 'skippys', 'skirted', 'skitter', 'skittle', 'skivvys', 'skulked', 'skulker', 'skunked', 'skycaps', 'skydive', 'skydove', 'skyhook', 'skyjack', 'skylabs', 'skylark', 'skyline', 'skyward', 'skywave', 'slabbed', 'slacked', 'slacken', 'slacker', 'slackly', 'slackss', 'sladang', 'slaking', 'slaloms', 'slammed', 'slammer', 'slander', 'slanted', 'slapped', 'slashed', 'slashes', 'slaters', 'slather', 'slating', 'slavers', 'slavery', 'slavics', 'slaving', 'slavish', 'slayers', 'slaying', 'sleazes', 'sledded', 'sledged', 'sledges', 'sleeked', 'sleeker', 'sleekly', 'sleeper', 'sleeted', 'sleeves', 'sleighs', 'sleight', 'slender', 'sleuths', 'slewing', 'slicers', 'slicing', 'slicked', 'slicker', 'slickly', 'sliders', 'sliding', 'slights', 'slimier', 'slimmed', 'slimmer', 'slinked', 'slinkys', 'slipped', 'slipper', 'slither', 'slitter', 'slivers', 'slivery', 'sloanes', 'slobber', 'slocums', 'slogans', 'slogged', 'slopers', 'sloping', 'slopped', 'sloshed', 'sloshes', 'slotted', 'slouchs', 'slouchy', 'sloughs', 'slovaks', 'slovens', 'slowest', 'slowing', 'sludges', 'slugged', 'slugger', 'sluiced', 'sluices', 'slumber', 'slummed', 'slummer', 'slumped', 'slurped', 'slurpee', 'slurred', 'slyness', 'smacked', 'smacker', 'smaller', 'smalley', 'smarted', 'smarten', 'smarter', 'smartly', 'smartss', 'smashed', 'smasher', 'smashes', 'smatter', 'smeared', 'smelled', 'smelted', 'smelter', 'smetana', 'smidgen', 'smidges', 'smidgin', 'smiling', 'smirchs', 'smirked', 'smithys', 'smiting', 'smitten', 'smocked', 'smokers', 'smokeys', 'smokier', 'smokies', 'smoking', 'smolder', 'smoochs', 'smooths', 'smother', 'smucker', 'smudged', 'smudges', 'smugger', 'smuggle', 'snacked', 'snaffle', 'snagged', 'snailed', 'snakier', 'snaking', 'snapped', 'snapper', 'snapple', 'snaring', 'snarled', 'snatchs', 'sneaked', 'sneaker', 'sneered', 'sneezed', 'sneezes', 'snicker', 'sniders', 'snidest', 'sniffed', 'sniffle', 'sniffly', 'snifter', 'snigger', 'snipers', 'sniping', 'snipped', 'snippet', 'snitchs', 'snivels', 'snooker', 'snooped', 'snooper', 'snoopys', 'snoozed', 'snoozes', 'snorers', 'snoring', 'snorkel', 'snorted', 'snowier', 'snowily', 'snowing', 'snowman', 'snowmen', 'snubbed', 'snuffed', 'snuffer', 'snuffle', 'snuffly', 'snugged', 'snugger', 'snuggle', 'snuggly', 'snyders', 'soaking', 'soapbox', 'soapier', 'soaping', 'soapsud', 'soaring', 'sobbing', 'sobered', 'soberer', 'soberly', 'soccers', 'socials', 'societe', 'society', 'sockets', 'sockeye', 'socking', 'socorro', 'sodding', 'sodiums', 'sodomys', 'softens', 'softest', 'softies', 'soggier', 'soggily', 'soignee', 'soiling', 'sojourn', 'solaced', 'solaces', 'solaria', 'solders', 'soldier', 'solicit', 'solider', 'solidly', 'solidus', 'soliton', 'soloing', 'soloist', 'solomon', 'soluble', 'solvate', 'solvent', 'solvers', 'solving', 'somalia', 'somalis', 'somatic', 'someday', 'somehow', 'someone', 'someway', 'somozas', 'sonatas', 'sondras', 'songbag', 'songful', 'songhai', 'songhua', 'sonnets', 'sonnies', 'sontags', 'soonest', 'soothed', 'soother', 'soothes', 'sootier', 'sophies', 'sophism', 'sophist', 'soppier', 'sopping', 'soprano', 'sopwith', 'sorbets', 'sorcery', 'sorghum', 'sorrels', 'sorrier', 'sorrows', 'sorters', 'sortied', 'sorties', 'sorting', 'sottish', 'souffle', 'souffls', 'soughed', 'soulful', 'sounded', 'sounder', 'soundly', 'soupier', 'souping', 'soupons', 'sourced', 'sources', 'sourest', 'souring', 'sousing', 'soutane', 'southey', 'soviets', 'sovkhoz', 'sowetos', 'soybean', 'soyinka', 'spaatzs', 'spacers', 'spacial', 'spacier', 'spacing', 'spackle', 'spading', 'spammer', 'spandex', 'spangle', 'spaniel', 'spanish', 'spanked', 'spanned', 'spanner', 'sparely', 'sparest', 'sparing', 'sparked', 'sparkle', 'sparred', 'sparrow', 'sparser', 'spartan', 'spartas', 'spastic', 'spatial', 'spatlum', 'spatted', 'spatter', 'spatula', 'spawned', 'spaying', 'speaker', 'speared', 'specced', 'special', 'species', 'specify', 'specked', 'speckle', 'specter', 'spector', 'spectra', 'spectre', 'speechs', 'speeded', 'speeder', 'speedup', 'spelled', 'speller', 'spencer', 'spender', 'spenser', 'sperrys', 'spewing', 'spheres', 'spheric', 'sphinxs', 'spicier', 'spicing', 'spiders', 'spidery', 'spiegel', 'spieled', 'spigots', 'spikier', 'spiking', 'spilled', 'spiller', 'spinach', 'spinals', 'spindle', 'spindly', 'spinets', 'spinier', 'spinner', 'spinoff', 'spinoza', 'spiraea', 'spirals', 'spireas', 'spirits', 'spiting', 'spitted', 'spittle', 'splashs', 'splashy', 'splayed', 'spleens', 'spliced', 'splicer', 'splices', 'splines', 'splints', 'splodge', 'splotch', 'splurge', 'spoiled', 'spoiler', 'spokane', 'sponged', 'sponger', 'sponges', 'sponsor', 'spoofed', 'spooked', 'spooled', 'spooler', 'spooned', 'spoored', 'sporing', 'sporran', 'sported', 'spotted', 'spotter', 'spouses', 'spouted', 'sprague', 'sprains', 'sprawls', 'sprayed', 'sprayer', 'spreads', 'spriest', 'springe', 'springs', 'springy', 'sprints', 'sprites', 'spritzs', 'sprouts', 'spruced', 'sprucer', 'spruces', 'spryest', 'spuming', 'spumone', 'spumoni', 'spurned', 'spurred', 'spurted', 'sputnik', 'sputter', 'sputums', 'squalid', 'squalls', 'squalor', 'squanto', 'squared', 'squarer', 'squares', 'squashs', 'squashy', 'squawks', 'squeaks', 'squeaky', 'squeals', 'squeeze', 'squelch', 'squibbs', 'squints', 'squired', 'squires', 'squirms', 'squirmy', 'squirts', 'squishs', 'squishy', 'stabbed', 'stabile', 'stabled', 'stabler', 'stables', 'staceys', 'stacies', 'stacked', 'stadium', 'staffed', 'staffer', 'stagers', 'stagger', 'staging', 'staider', 'staidly', 'stained', 'staking', 'stalest', 'staling', 'stalins', 'stalked', 'stalker', 'stalled', 'stamens', 'stamina', 'stammer', 'stamped', 'stamper', 'stances', 'standby', 'stanley', 'stannic', 'stanton', 'stanzas', 'stapled', 'stapler', 'staples', 'starchs', 'starchy', 'stardom', 'staring', 'starker', 'starkey', 'starkly', 'starlet', 'starlit', 'starred', 'started', 'starter', 'startle', 'startup', 'starved', 'starves', 'stashed', 'stashes', 'stately', 'statens', 'statics', 'stating', 'station', 'statler', 'statues', 'stature', 'statuss', 'statute', 'staunch', 'staving', 'staying', 'steadys', 'stealer', 'stealth', 'steamed', 'steamer', 'stearic', 'stearns', 'steeled', 'steeped', 'steepen', 'steeper', 'steeple', 'steeply', 'steered', 'stefans', 'steinem', 'steiner', 'stellar', 'stemmed', 'stenchs', 'stencil', 'stengel', 'stephan', 'stephen', 'stepped', 'steppes', 'stepson', 'stereos', 'sterile', 'sternal', 'sterner', 'sternes', 'sternly', 'sternum', 'steroid', 'stetson', 'steuben', 'stevens', 'stevies', 'steward', 'stewart', 'stewing', 'sticken', 'sticker', 'stickle', 'stickup', 'stickys', 'stiffed', 'stiffen', 'stiffer', 'stiffly', 'stifled', 'stifles', 'stigmas', 'stilled', 'stiller', 'stilted', 'stilton', 'stimson', 'stimuli', 'stinger', 'stinker', 'stinted', 'stipend', 'stipple', 'stirred', 'stirrer', 'stirrup', 'stitchs', 'stocked', 'stocker', 'stoical', 'stokers', 'stokess', 'stoking', 'stomach', 'stomped', 'stonier', 'stonily', 'stoning', 'stooges', 'stooped', 'stopgap', 'stopped', 'stopper', 'storage', 'storeys', 'storied', 'stories', 'storing', 'stormed', 'stouter', 'stoutly', 'stowage', 'stowing', 'strabos', 'strafed', 'strafes', 'strains', 'straits', 'strands', 'strange', 'stratum', 'strauss', 'strawed', 'strayed', 'streaks', 'streaky', 'streams', 'streets', 'stresss', 'stretch', 'strewed', 'striate', 'strider', 'strides', 'strifes', 'striker', 'strikes', 'strings', 'stringy', 'striped', 'stripes', 'strived', 'striven', 'strives', 'strobes', 'stroked', 'stroker', 'strokes', 'strolls', 'strongs', 'strophe', 'strudel', 'stuarts', 'stubbed', 'stubble', 'stubbly', 'stuccos', 'studded', 'student', 'studied', 'studies', 'studios', 'stuffed', 'stumble', 'stumped', 'stunned', 'stunted', 'stupefy', 'stupids', 'stupors', 'stutter', 'stygian', 'stylers', 'styling', 'stylise', 'stylish', 'stylist', 'stylize', 'styluss', 'stymied', 'stymies', 'styptic', 'styrene', 'styrons', 'suarezs', 'suavely', 'suavest', 'suavity', 'subarus', 'subbing', 'subdued', 'subdues', 'subfile', 'subgoal', 'subhead', 'subject', 'subjoin', 'sublets', 'sublime', 'sublist', 'submits', 'submode', 'suborns', 'subplot', 'subsets', 'subside', 'subsidy', 'subsist', 'subsoil', 'subsume', 'subtask', 'subteen', 'subtler', 'subtree', 'subunit', 'suburbs', 'subvert', 'subways', 'succeed', 'success', 'succors', 'succour', 'succumb', 'suckers', 'sucking', 'suckled', 'suckles', 'sucrets', 'sucrose', 'suction', 'sudokus', 'sudsier', 'sudsing', 'suffers', 'suffice', 'suffixs', 'suffolk', 'suffuse', 'sugared', 'suggest', 'suharto', 'suicide', 'suiters', 'suiting', 'suitors', 'sukarno', 'sukkoth', 'sulfate', 'sulfide', 'sulfite', 'sulfurs', 'sulkier', 'sulkies', 'sulkily', 'sulking', 'sullied', 'sullies', 'sulphur', 'sultana', 'sultans', 'sumachs', 'sumatra', 'sumeria', 'summand', 'summary', 'summate', 'summers', 'summery', 'summing', 'summits', 'summons', 'sumners', 'sunbeam', 'sunbelt', 'sunburn', 'sundaes', 'sundays', 'sunders', 'sundial', 'sundown', 'sunfish', 'sunkist', 'sunlamp', 'sunless', 'sunnier', 'sunning', 'sunrise', 'sunroof', 'sunsets', 'sunspot', 'suntans', 'suppers', 'supping', 'suppler', 'supplys', 'support', 'suppose', 'supreme', 'suretys', 'surface', 'surfeit', 'surfers', 'surfing', 'surgeon', 'surgery', 'surging', 'surinam', 'surlier', 'surmise', 'surname', 'surpass', 'surplus', 'surreal', 'surreys', 'surtaxs', 'surtout', 'surveys', 'survive', 'susanas', 'susanna', 'susanne', 'suspect', 'suspend', 'sustain', 'suttons', 'sutured', 'sutures', 'suwanee', 'suzanne', 'suzette', 'suzhous', 'suzukis', 'svelter', 'swabbed', 'swaddle', 'swagged', 'swagger', 'swahili', 'swallow', 'swamped', 'swanked', 'swanker', 'swansea', 'swanson', 'swapped', 'swarmed', 'swarthy', 'swashed', 'swashes', 'swatchs', 'swathed', 'swathes', 'swatted', 'swatter', 'swaying', 'swearer', 'sweated', 'sweater', 'sweatss', 'swedens', 'swedish', 'sweeney', 'sweeper', 'sweeten', 'sweeter', 'sweetie', 'sweetly', 'swelled', 'sweller', 'swelter', 'swenson', 'swerved', 'swerves', 'swifter', 'swiftly', 'swigged', 'swilled', 'swimmer', 'swindle', 'swinger', 'swinish', 'swiping', 'swirled', 'swished', 'swisher', 'swishes', 'swisses', 'switchs', 'switzer', 'swivels', 'swizzle', 'swollen', 'swooned', 'swooped', 'swopped', 'sydneys', 'syenite', 'syllabi', 'sylvias', 'sylvies', 'symbols', 'symptom', 'synagog', 'synapse', 'synched', 'synches', 'syncing', 'synergy', 'synonym', 'syntaxs', 'syphons', 'syrians', 'syringa', 'syringe', 'systems', 'szilard', 'tabasco', 'tabatha', 'tabbies', 'tabbing', 'tabitha', 'tableau', 'tablets', 'tabling', 'tabloid', 'tabooed', 'tabrizs', 'tabuing', 'tabular', 'tacitly', 'tacitus', 'tackier', 'tacking', 'tackled', 'tackler', 'tackles', 'tacomas', 'tactful', 'tactics', 'tactile', 'tactual', 'tadpole', 'tadzhik', 'taffeta', 'taffies', 'tagalog', 'tagging', 'tahitis', 'tailing', 'tailors', 'tainted', 'taipeis', 'taiping', 'taiwans', 'taiyuan', 'takeoff', 'takeout', 'takings', 'talents', 'taliban', 'talkers', 'talking', 'tallest', 'talleys', 'tallied', 'tallies', 'tallinn', 'tallows', 'tallyho', 'talmuds', 'tamable', 'tamales', 'tamaras', 'tamekas', 'tameras', 'tamikas', 'tammany', 'tammies', 'tammuzs', 'tampaxs', 'tampers', 'tamping', 'tampons', 'tanager', 'tancred', 'tandems', 'tangelo', 'tangent', 'tangier', 'tangled', 'tangles', 'tangoed', 'tanisha', 'tankard', 'tankers', 'tankful', 'tanking', 'tanners', 'tannery', 'tannest', 'tanning', 'tannins', 'tantrum', 'taoisms', 'taoists', 'tapered', 'tapings', 'tapioca', 'tappers', 'tapping', 'taproom', 'taproot', 'tarawas', 'tarazed', 'tarbell', 'tardier', 'tardily', 'targets', 'tariffs', 'tarmacs', 'tarnish', 'tarpons', 'tarried', 'tarrier', 'tarries', 'tarring', 'tartans', 'tartars', 'tartary', 'tartest', 'tarzans', 'tasking', 'tassels', 'tasters', 'tastier', 'tasting', 'tatters', 'tatting', 'tattled', 'tattler', 'tattles', 'tattoos', 'taunted', 'taunter', 'tauruss', 'tautest', 'taverna', 'taverns', 'tawnier', 'taxable', 'taxicab', 'taxiing', 'taxiway', 'taxying', 'taylors', 'tbilisi', 'teacart', 'teacher', 'teaches', 'teacups', 'teaming', 'teapots', 'tearful', 'teargas', 'tearier', 'tearing', 'tearoom', 'teasels', 'teasers', 'teasing', 'teatime', 'teazels', 'teazles', 'technic', 'tedding', 'tedious', 'tediums', 'teeming', 'teenage', 'teenier', 'teepees', 'teeters', 'teethed', 'teethes', 'teflons', 'teheran', 'tektite', 'teleost', 'telexed', 'telexes', 'tellers', 'telling', 'telugus', 'temblor', 'tempera', 'tempers', 'tempest', 'temping', 'templar', 'temples', 'tempted', 'tempter', 'tempura', 'tenable', 'tenancy', 'tenants', 'tenders', 'tending', 'tendons', 'tendril', 'tenfold', 'tenneco', 'tenniss', 'tenoned', 'tenpins', 'tensely', 'tensest', 'tensile', 'tensing', 'tension', 'tensors', 'tenspot', 'tenting', 'tenuous', 'tenured', 'tenures', 'tequila', 'terabit', 'terbium', 'terence', 'teresas', 'terkels', 'terming', 'termini', 'termite', 'ternary', 'terrace', 'terrain', 'terrans', 'terrell', 'terrier', 'terries', 'terrify', 'terrors', 'tersely', 'tersest', 'tessies', 'testate', 'testbed', 'testers', 'testier', 'testify', 'testily', 'testing', 'testiss', 'tetanus', 'tethers', 'tethyss', 'texacos', 'textile', 'textron', 'textual', 'texture', 'thalami', 'thalias', 'thamess', 'thanked', 'thatchs', 'thawing', 'theater', 'theatre', 'thebess', 'theiler', 'theisms', 'theists', 'thelmas', 'theorem', 'theorys', 'therapy', 'thereat', 'thereby', 'therein', 'therell', 'thereof', 'thereon', 'theresa', 'therese', 'thereto', 'thermal', 'thermos', 'therons', 'theseus', 'thesiss', 'thespis', 'thiamin', 'thicken', 'thicker', 'thicket', 'thickly', 'thieved', 'thieves', 'thimble', 'thinker', 'thinned', 'thinner', 'thirdly', 'thirsts', 'thirsty', 'thirtys', 'thistle', 'thither', 'thomass', 'thomism', 'thomson', 'thoraxs', 'thoreau', 'thorium', 'thought', 'thraces', 'thralls', 'thrashs', 'threads', 'threats', 'threshs', 'thrifts', 'thrifty', 'thrills', 'thrived', 'thriven', 'thrives', 'throats', 'throaty', 'thrones', 'throngs', 'through', 'thrower', 'thrushs', 'thrusts', 'thruway', 'thudded', 'thuggee', 'thulium', 'thumbed', 'thumped', 'thunder', 'thurber', 'thurman', 'thwacks', 'thwarts', 'thymine', 'thymuss', 'thyroid', 'thyself', 'tianjin', 'tibetan', 'tickers', 'tickets', 'ticking', 'tickled', 'tickles', 'tidally', 'tidbits', 'tidiest', 'tidings', 'tidying', 'tiffany', 'tiffing', 'tighten', 'tighter', 'tightly', 'tightss', 'tigress', 'tigriss', 'tijuana', 'tilings', 'tillage', 'tillers', 'tillich', 'tilling', 'tillman', 'tilting', 'timbers', 'timbres', 'timeout', 'timider', 'timidly', 'timings', 'timothy', 'timpani', 'timurid', 'tinders', 'tinfoil', 'tinging', 'tingled', 'tingles', 'tiniest', 'tinkers', 'tinkled', 'tinkles', 'tinnier', 'tinnily', 'tinning', 'tinsels', 'tinting', 'tintype', 'tippers', 'tipping', 'tippled', 'tippler', 'tipples', 'tipsier', 'tipsily', 'tipster', 'tiptoed', 'tiptoes', 'tiptops', 'tirades', 'tiranas', 'tireder', 'tiredly', 'tishris', 'tissues', 'titania', 'titanic', 'titbits', 'tithing', 'titians', 'titling', 'titmice', 'titrate', 'titters', 'tittles', 'titular', 'tizzies', 'tlalocs', 'tlingit', 'toadied', 'toadies', 'toasted', 'toaster', 'tobacco', 'tobagos', 'toccata', 'tocsins', 'todayll', 'toddies', 'toddled', 'toddler', 'toddles', 'toehold', 'toenail', 'toffees', 'toffies', 'togging', 'toggled', 'toggles', 'toilers', 'toilets', 'toiling', 'tokamak', 'toledos', 'tolkien', 'tolling', 'tolstoy', 'toluene', 'tomatos', 'tombing', 'tomboys', 'tomcats', 'tomlins', 'tommies', 'tongans', 'tongued', 'tongues', 'toniest', 'tonight', 'tonnage', 'tonsils', 'tonsure', 'toolbar', 'toolbox', 'toolers', 'tooling', 'toolkit', 'toothed', 'tooting', 'topazes', 'topcoat', 'topekas', 'topical', 'topknot', 'topless', 'topmast', 'topmost', 'topping', 'toppled', 'topples', 'topsail', 'topside', 'topsoil', 'torched', 'torches', 'torment', 'tornado', 'toronto', 'torpedo', 'torpors', 'torqued', 'torques', 'torrens', 'torrent', 'torsion', 'tortola', 'tortuga', 'torture', 'toruses', 'toshiba', 'tossing', 'tossups', 'totaled', 'totally', 'totemic', 'totters', 'totting', 'toucans', 'touched', 'touches', 'toughen', 'tougher', 'toughly', 'toupees', 'touring', 'tourism', 'tourist', 'tourney', 'tousled', 'tousles', 'touting', 'towards', 'towboat', 'toweled', 'towered', 'towhead', 'towpath', 'toxemia', 'toynbee', 'toyodas', 'toyotas', 'tracers', 'tracery', 'traceys', 'trachea', 'tracies', 'tracing', 'tracked', 'tracker', 'tractor', 'traders', 'trading', 'traduce', 'traffic', 'tragedy', 'trailed', 'trailer', 'trained', 'trainee', 'trainer', 'traipse', 'traitor', 'trammed', 'trammel', 'tramped', 'trample', 'tramway', 'trances', 'transit', 'transom', 'trapeze', 'trapped', 'trapper', 'trashed', 'trashes', 'traumas', 'travail', 'travels', 'traviss', 'trawled', 'trawler', 'treacle', 'treadle', 'treason', 'treated', 'treatys', 'trebled', 'trebles', 'treeing', 'treetop', 'trefoil', 'trekked', 'trekkie', 'trellis', 'tremble', 'tremolo', 'tremors', 'trenchs', 'trended', 'trendys', 'trenton', 'tresses', 'trestle', 'trevino', 'trevors', 'triable', 'triages', 'trialed', 'trianon', 'tribune', 'tribute', 'triceps', 'tricias', 'tricked', 'trickle', 'trident', 'trieste', 'trifled', 'trifler', 'trifles', 'trigger', 'trigram', 'trilled', 'trilogy', 'trimmed', 'trimmer', 'trinity', 'trinket', 'tripled', 'triples', 'triplet', 'triplex', 'tripods', 'tripoli', 'tripped', 'trippes', 'trisect', 'trishas', 'tristan', 'tritely', 'tritest', 'tritium', 'tritons', 'triumph', 'trivets', 'trivial', 'trivias', 'trivium', 'trochee', 'trodden', 'troikas', 'trojans', 'trolled', 'trolley', 'trollop', 'trollys', 'tromped', 'trooped', 'trooper', 'trophic', 'trophys', 'tropics', 'tropism', 'trotsky', 'trotted', 'trotter', 'trouble', 'troughs', 'trounce', 'trouped', 'trouper', 'troupes', 'trouser', 'trowels', 'truancy', 'truants', 'trucked', 'truckee', 'trucker', 'truckle', 'trudeau', 'trudged', 'trudges', 'trueing', 'truffle', 'truisms', 'trumans', 'trumped', 'trumpet', 'trundle', 'trussed', 'trusses', 'trusted', 'trustee', 'trustys', 'tryouts', 'trypsin', 'trysted', 'tsarina', 'tsunami', 'tswanas', 'tuamotu', 'tuaregs', 'tubbier', 'tubings', 'tubular', 'tuckers', 'tucking', 'tucsons', 'tucuman', 'tuesday', 'tufting', 'tugboat', 'tugging', 'tuition', 'tulanes', 'tumbled', 'tumbler', 'tumbles', 'tumbrel', 'tumbril', 'tummies', 'tumours', 'tumults', 'tunable', 'tundras', 'tuneful', 'tunguss', 'tunisia', 'tunnels', 'tunneys', 'tunnies', 'turbans', 'turbine', 'turbots', 'tureens', 'turfing', 'turings', 'turkeys', 'turkish', 'turmoil', 'turners', 'turnery', 'turning', 'turnips', 'turnkey', 'turnoff', 'turnout', 'turrets', 'turtles', 'tuscans', 'tuscany', 'tuscons', 'tussaud', 'tussled', 'tussles', 'tussock', 'tutored', 'tuvalus', 'tuxedos', 'twaddle', 'twanged', 'tweaked', 'tweedss', 'tweeted', 'tweeter', 'twelfth', 'twelves', 'twentys', 'twiddle', 'twigged', 'twilled', 'twinged', 'twinges', 'twining', 'twinkle', 'twinned', 'twirled', 'twirler', 'twisted', 'twister', 'twitchs', 'twitchy', 'twitted', 'twitter', 'twofers', 'twofold', 'twombly', 'twosome', 'tycoons', 'tylenol', 'tympana', 'tyndale', 'tyndall', 'typeout', 'typeset', 'typhoid', 'typhoon', 'typhuss', 'typical', 'typings', 'typists', 'tyranny', 'tyrants', 'tzarina', 'ubuntus', 'ucayali', 'uccello', 'ugandan', 'ugandas', 'ugliest', 'uighurs', 'ukelele', 'ukraine', 'ukulele', 'ulsters', 'ululate', 'ulysses', 'umbrage', 'umbriel', 'umlauts', 'umpired', 'umpires', 'umpteen', 'unaided', 'unarmed', 'unasked', 'unaware', 'unbends', 'unbinds', 'unblock', 'unbolts', 'unbosom', 'unbound', 'uncanny', 'uncased', 'uncivil', 'unclasp', 'unclean', 'unclear', 'uncoils', 'uncorks', 'uncouth', 'uncover', 'unction', 'undated', 'undergo', 'undiess', 'undoing', 'undress', 'undying', 'unearth', 'uneases', 'uneaten', 'unequal', 'unescos', 'unfolds', 'unfrock', 'unfunny', 'unfurls', 'ungodly', 'unguent', 'unhands', 'unhappy', 'unheard', 'unhinge', 'unhitch', 'unhooks', 'unhorse', 'unicefs', 'unicode', 'unicorn', 'unified', 'unifier', 'unifies', 'uniform', 'uniplex', 'uniquer', 'unisexs', 'unisons', 'unitary', 'unitass', 'unities', 'uniting', 'unkempt', 'unknown', 'unlaced', 'unlaces', 'unlatch', 'unlearn', 'unleash', 'unlinks', 'unloads', 'unlocks', 'unloose', 'unloved', 'unlucky', 'unmakes', 'unmanly', 'unmasks', 'unmoral', 'unmoved', 'unnamed', 'unnerve', 'unpacks', 'unpaved', 'unplugs', 'unquote', 'unravel', 'unready', 'unrests', 'unriper', 'unrolls', 'unsafer', 'unscrew', 'unseals', 'unseats', 'unseens', 'unsnaps', 'unsnarl', 'unsound', 'unstops', 'unstuck', 'untamed', 'untried', 'untruer', 'untruth', 'untwist', 'untying', 'unusual', 'unveils', 'unwinds', 'unwiser', 'unwound', 'unwraps', 'upbeats', 'upbraid', 'upbring', 'upchuck', 'updated', 'updater', 'updates', 'updraft', 'upended', 'upfront', 'upgrade', 'uphills', 'upholds', 'upjohns', 'upkeeps', 'uplands', 'uplifts', 'upraise', 'upright', 'upriver', 'uproars', 'uproots', 'upscale', 'upshots', 'upsides', 'upsilon', 'upslope', 'upstage', 'upstair', 'upstand', 'upstart', 'upstate', 'upsurge', 'upswing', 'uptakes', 'uptight', 'uptowns', 'uptrend', 'upturns', 'upwards', 'uranias', 'uranium', 'uranuss', 'urbaner', 'urchins', 'urethra', 'urgency', 'urgings', 'urinals', 'urinary', 'urinate', 'urology', 'uruguay', 'useable', 'useless', 'usenets', 'ushered', 'ustinov', 'usually', 'usurers', 'usurped', 'usurper', 'utensil', 'uterine', 'uteruss', 'utilise', 'utility', 'utilize', 'utmosts', 'utopian', 'utopias', 'utrecht', 'utrillo', 'uttered', 'utterly', 'uvulars', 'vacancy', 'vacated', 'vacates', 'vaccine', 'vacuity', 'vacuole', 'vacuous', 'vacuums', 'vagarys', 'vaginae', 'vaginal', 'vaginas', 'vagrant', 'vaguely', 'vaguest', 'vainest', 'valance', 'valarie', 'valdezs', 'valence', 'valenti', 'valeria', 'valerie', 'valeted', 'valiant', 'validly', 'valises', 'valiums', 'valleys', 'valours', 'valuate', 'valuers', 'valuing', 'valving', 'vamoose', 'vamping', 'vampire', 'vandals', 'vandyke', 'vanessa', 'vanilla', 'vanitys', 'vanning', 'vantage', 'vanuatu', 'vapours', 'variant', 'variate', 'variety', 'various', 'varlets', 'varmint', 'varnish', 'varsity', 'varying', 'vasquez', 'vassals', 'vassars', 'vastest', 'vatican', 'vatting', 'vaudois', 'vaughan', 'vaughns', 'vaulted', 'vaulter', 'vaunted', 'vazquez', 'veblens', 'vectors', 'vedanta', 'veering', 'veggies', 'vehicle', 'veiling', 'veining', 'velcros', 'vellums', 'velours', 'velvets', 'velvety', 'venally', 'venders', 'vending', 'vendors', 'veneers', 'venices', 'venison', 'venting', 'ventral', 'venture', 'venturi', 'venuses', 'veranda', 'verbals', 'verbena', 'verbose', 'verdant', 'verdict', 'verduns', 'verdure', 'vergils', 'verging', 'veridic', 'veriest', 'veritys', 'verizon', 'vermeer', 'vermeil', 'vermins', 'vermont', 'vernier', 'vernons', 'veronas', 'versify', 'versing', 'version', 'vertexs', 'vertigo', 'vesicle', 'vespers', 'vessels', 'vestige', 'vesting', 'vestrys', 'vetches', 'veteran', 'vetoing', 'vetting', 'viacoms', 'viaduct', 'vibrant', 'vibrate', 'vibrato', 'vicente', 'viceroy', 'vicinal', 'vicious', 'vickies', 'victims', 'victors', 'victory', 'victual', 'viennas', 'vietnam', 'viewers', 'viewing', 'vigours', 'vikings', 'village', 'villain', 'villein', 'vilnius', 'vilyuis', 'vincent', 'vinegar', 'vinsons', 'vintage', 'vintner', 'violate', 'violent', 'violets', 'violins', 'violist', 'viragos', 'virgies', 'virgils', 'virgins', 'virgule', 'virtual', 'virtues', 'viruses', 'visages', 'visaing', 'viscera', 'viscous', 'viscuss', 'vishnus', 'visible', 'visibly', 'visions', 'visited', 'visitor', 'vistula', 'visuals', 'vitally', 'vitalss', 'vitamin', 'vitiate', 'vitrify', 'vitriol', 'vivaldi', 'vivider', 'vividly', 'viziers', 'vlasics', 'vocable', 'vocalic', 'vocally', 'voguish', 'voicers', 'voicing', 'voiding', 'volcano', 'volcker', 'volleys', 'voltage', 'voltaic', 'voluble', 'volubly', 'volumes', 'vomited', 'voodoos', 'vorster', 'vortexs', 'votarys', 'vouched', 'voucher', 'vouches', 'voyaged', 'voyager', 'voyages', 'voyeurs', 'vuitton', 'vulcans', 'vulgate', 'vulpine', 'vulture', 'wabashs', 'wackier', 'wadding', 'waddled', 'waddles', 'waffled', 'waffles', 'wafting', 'wagered', 'wagging', 'waggish', 'waggled', 'waggles', 'wagners', 'wagoner', 'wahhabi', 'waikiki', 'wailing', 'waiters', 'waiting', 'waivers', 'waiving', 'wakeful', 'wakened', 'waksman', 'walcott', 'waldens', 'waldorf', 'waldron', 'walkers', 'walking', 'walkman', 'walkout', 'walkway', 'wallaby', 'wallace', 'wallets', 'walleye', 'walling', 'walloon', 'wallops', 'wallows', 'walmart', 'walnuts', 'walpole', 'walruss', 'walters', 'waltham', 'waltons', 'waltzed', 'waltzes', 'wampums', 'wanders', 'wangled', 'wangles', 'wankels', 'wannabe', 'wannest', 'wanting', 'wantons', 'wapitis', 'warbled', 'warbler', 'warbles', 'wardens', 'warders', 'warding', 'warfare', 'warhead', 'wariest', 'warings', 'warlike', 'warlock', 'warlord', 'warmers', 'warmest', 'warming', 'warmish', 'warmths', 'warners', 'warning', 'warpath', 'warping', 'warrant', 'warrens', 'warring', 'warrior', 'warsaws', 'warship', 'warthog', 'wartier', 'wartime', 'warwick', 'wasatch', 'washers', 'washing', 'washout', 'washtub', 'waspish', 'wassail', 'wastage', 'wasters', 'wasting', 'wastrel', 'watched', 'watcher', 'watches', 'watered', 'waterss', 'watkins', 'wattage', 'watteau', 'wattled', 'wattles', 'wavelet', 'wavered', 'waviest', 'waxiest', 'waxwing', 'waxwork', 'waybill', 'waylaid', 'waylays', 'wayside', 'wayward', 'weakens', 'weakest', 'wealths', 'wealthy', 'weaning', 'weapons', 'wearers', 'wearied', 'wearier', 'wearies', 'wearily', 'wearing', 'weasels', 'weather', 'weavers', 'weaving', 'webbing', 'weberns', 'website', 'webster', 'weddell', 'wedding', 'wedging', 'wedlock', 'weeders', 'weedier', 'weeding', 'weekday', 'weekend', 'weeklys', 'weepers', 'weepier', 'weepies', 'weeping', 'weevils', 'weighed', 'weights', 'weighty', 'weirder', 'weirdly', 'weirdos', 'welched', 'welches', 'welcome', 'welders', 'welding', 'weldons', 'welfare', 'welkins', 'welland', 'wellers', 'welling', 'welshed', 'welshes', 'welters', 'welting', 'wenches', 'wendell', 'wending', 'werther', 'wesleys', 'wessons', 'western', 'westons', 'wetback', 'wetland', 'wetness', 'wettest', 'wetting', 'weydens', 'whacked', 'whalers', 'whaling', 'whammed', 'whammys', 'wharton', 'wharves', 'whatley', 'whatnot', 'wheaten', 'wheedle', 'wheeled', 'wheeler', 'wheezed', 'wheezes', 'whelked', 'wheller', 'whelped', 'whereas', 'whereat', 'whereby', 'wherein', 'whereof', 'whereon', 'wherere', 'whether', 'whetted', 'whiffed', 'whiling', 'whimper', 'whimsey', 'whimsic', 'whimsys', 'whiners', 'whinier', 'whining', 'whinnys', 'whipped', 'whipper', 'whippet', 'whipple', 'whipsaw', 'whirled', 'whirred', 'whisked', 'whisker', 'whiskey', 'whiskys', 'whisper', 'whistle', 'whitely', 'whitens', 'whitest', 'whither', 'whiting', 'whitish', 'whitley', 'whitman', 'whitney', 'whittle', 'whizzed', 'whizzes', 'whoever', 'whooped', 'whoopee', 'whooshs', 'whopper', 'whorled', 'wichita', 'wickers', 'wickets', 'widened', 'widener', 'widgeon', 'widowed', 'widower', 'wielded', 'wielder', 'wiemars', 'wieners', 'wiesels', 'wigeons', 'wigging', 'wiggins', 'wiggled', 'wiggler', 'wiggles', 'wigmake', 'wigners', 'wigwags', 'wigwams', 'wilbert', 'wilburn', 'wilburs', 'wilcoxs', 'wildcat', 'wildest', 'wilford', 'wilfred', 'wilhelm', 'wiliest', 'wilkins', 'willard', 'willful', 'william', 'willies', 'willing', 'willows', 'willowy', 'wilmers', 'wilsons', 'wilting', 'wiltons', 'wimpier', 'wimpled', 'wimples', 'wimseys', 'winched', 'winches', 'wincing', 'windbag', 'winders', 'windexs', 'windier', 'winding', 'windows', 'windsor', 'windups', 'winerys', 'winesap', 'winfred', 'winfrey', 'wingers', 'winging', 'wingman', 'wingmen', 'wingtip', 'winking', 'winkles', 'winners', 'winning', 'winnows', 'winslow', 'winsome', 'winston', 'winters', 'wintery', 'wireman', 'wiremen', 'wiretap', 'wiriest', 'wirings', 'wisdoms', 'wishers', 'wishful', 'wishing', 'wispier', 'wistful', 'witched', 'witches', 'withers', 'withins', 'without', 'witless', 'witness', 'wittier', 'wittily', 'witting', 'wizards', 'wizened', 'wobbled', 'wobbles', 'wobegon', 'wolcott', 'wolfing', 'wolfish', 'wolfram', 'womanly', 'wombats', 'wonders', 'woodard', 'woodcut', 'woodhen', 'woodier', 'woodies', 'wooding', 'woodlot', 'woodman', 'woodmen', 'woodrow', 'woofers', 'woofing', 'woolens', 'woolier', 'woolies', 'woolite', 'woollen', 'woollys', 'wooster', 'wootens', 'woozier', 'wordier', 'wordily', 'wording', 'workday', 'workers', 'working', 'workman', 'workmen', 'workout', 'worldly', 'wormier', 'worming', 'worried', 'worrier', 'worries', 'worsens', 'worship', 'worsted', 'worthys', 'wouldnt', 'wouldve', 'wounded', 'wounder', 'wovokas', 'wozniak', 'wozzeck', 'wraiths', 'wrangle', 'wrapped', 'wrapper', 'wreaked', 'wreathe', 'wreaths', 'wrecked', 'wrecker', 'wrenchs', 'wrested', 'wrestle', 'wretchs', 'wriggle', 'wriggly', 'wrigley', 'wringer', 'wrinkle', 'wrinkly', 'writers', 'writeup', 'writhed', 'writhes', 'writing', 'written', 'wroclaw', 'wrongdo', 'wronged', 'wronger', 'wrongly', 'wrought', 'wryness', 'wyoming', 'xemacss', 'xenakis', 'xeroxes', 'ximenes', 'xiongnu', 'xuzhous', 'yachted', 'yacking', 'yahtzee', 'yahwehs', 'yakking', 'yakutsk', 'yamahas', 'yammers', 'yangons', 'yangtze', 'yankees', 'yanking', 'yankton', 'yaobang', 'yaounde', 'yapping', 'yardage', 'yardarm', 'yataros', 'yawning', 'yeagers', 'yearlys', 'yearned', 'yelling', 'yellows', 'yelping', 'yeltsin', 'yemenis', 'yenisei', 'yeomans', 'yerevan', 'yerkess', 'yesenia', 'yeshiva', 'yessing', 'yiddish', 'yielded', 'yipping', 'yodeled', 'yodeler', 'yoghurt', 'yogurts', 'yolanda', 'yonkers', 'yorkers', 'yorubas', 'younger', 'youngly', 'youtube', 'yowling', 'yttrium', 'yucatan', 'yuckier', 'yucking', 'yukking', 'yummier', 'yunnans', 'yuppies', 'yvettes', 'yvonnes', 'yxcvbnm', 'zachary', 'zachery', 'zagging', 'zagrebs', 'zairian', 'zambezi', 'zambian', 'zambias', 'zamboni', 'zaniest', 'zanucks', 'zapotec', 'zapping', 'zealand', 'zealots', 'zealous', 'zebedee', 'zedongs', 'zengers', 'zeniths', 'zephyrs', 'zeroing', 'zestful', 'zhivago', 'ziegler', 'zigging', 'zigzags', 'zillion', 'zincing', 'zincked', 'zingers', 'zinging', 'zinnias', 'zionism', 'zionist', 'zippers', 'zippier', 'zipping', 'zircons', 'zithers', 'zodiacs', 'zombies', 'zonally', 'zoology', 'zooming', 'zwingli', 'zxcvbnm', 'zygotes', 'zyrtecs', 'aaliyahs', 'aardvark', 'abacuses', 'abalones', 'abandons', 'abashing', 'abattoir', 'abbesses', 'abdicate', 'abdomens', 'abducted', 'abductor', 'abelsons', 'aberdeen', 'aberrant', 'aberrate', 'abetters', 'abetting', 'abettors', 'abeyance', 'abhorred', 'abhorrer', 'abidjans', 'abilitys', 'abjectly', 'abjuring', 'ablating', 'ablation', 'ablative', 'ablution', 'abnegate', 'abnormal', 'aborning', 'aborting', 'abortion', 'abortive', 'abounded', 'abrading', 'abrahams', 'abramson', 'abrasion', 'abrasive', 'abridged', 'abridges', 'abrogate', 'abrupter', 'abruptly', 'abscesss', 'abscissa', 'absconds', 'absences', 'absented', 'absentee', 'absentia', 'absently', 'absinthe', 'absinths', 'absolute', 'absolved', 'absolves', 'absorbed', 'absorber', 'abstains', 'abstract', 'abstruse', 'absurder', 'absurdly', 'abundant', 'abusable', 'abutment', 'abutters', 'abutting', 'academia', 'academic', 'academys', 'acanthus', 'acapulco', 'acceding', 'accented', 'accepted', 'accepter', 'acceptor', 'accessed', 'accesses', 'accessor', 'accident', 'acclaims', 'accolade', 'accorded', 'accorder', 'accosted', 'accounts', 'accouter', 'accredit', 'accruals', 'accruing', 'accuracy', 'accurate', 'accursed', 'accusers', 'accusing', 'accustom', 'acerbity', 'acetates', 'acetones', 'acevedos', 'achaeans', 'achernar', 'achesons', 'achieved', 'achiever', 'achieves', 'achilles', 'aciditys', 'ackerman', 'acolytes', 'aconites', 'acoustic', 'acquaint', 'acquired', 'acquires', 'acreages', 'acridest', 'acrimony', 'acrobacy', 'acrobats', 'acronyms', 'acrostic', 'acrylate', 'acrylics', 'actinide', 'actinium', 'activate', 'actively', 'activism', 'activist', 'activity', 'actresss', 'actually', 'actuarys', 'actuated', 'actuates', 'actuator', 'adamants', 'adapters', 'adapting', 'adaptive', 'adaptors', 'addendum', 'adderley', 'addicted', 'addition', 'additive', 'addresss', 'adducing', 'adducted', 'adductor', 'adelaide', 'adelines', 'adenauer', 'adenoids', 'adequacy', 'adequate', 'adherent', 'adherers', 'adhering', 'adhesion', 'adhesive', 'adjacent', 'adjoined', 'adjourns', 'adjudged', 'adjudges', 'adjuncts', 'adjuring', 'adjusted', 'adjuster', 'adjustor', 'adjutant', 'admirals', 'admirers', 'admiring', 'admitted', 'admitter', 'admonish', 'adolphus', 'adonises', 'adopters', 'adopting', 'adoption', 'adoptive', 'adorable', 'adorably', 'adorning', 'adrenals', 'adrianas', 'adriatic', 'adrienne', 'adroitly', 'adsorbed', 'adulated', 'adulates', 'adultery', 'advanced', 'advances', 'adverser', 'adverted', 'advisees', 'advisers', 'advising', 'advisors', 'advisory', 'advocacy', 'advocate', 'aelfrics', 'aerating', 'aeration', 'aerators', 'aerobics', 'aeroflot', 'aerofoil', 'aerogene', 'aerosols', 'aesthete', 'affected', 'affector', 'afferent', 'affiance', 'affinity', 'affirmed', 'affixing', 'afflicts', 'affluent', 'afforded', 'afforest', 'affright', 'affronts', 'aflutter', 'africans', 'agassizs', 'agencies', 'aggrieve', 'agilitys', 'agitated', 'agitates', 'agitator', 'aglitter', 'agnostic', 'agonised', 'agonises', 'agonized', 'agonizes', 'agrarian', 'agreeing', 'agricola', 'agrimony', 'agrippas', 'agronomy', 'aguilars', 'aguirres', 'agustins', 'ahrimans', 'ailerons', 'ailments', 'airborne', 'airbrush', 'aircraft', 'airdrops', 'airedale', 'airfares', 'airfield', 'airfoils', 'airframe', 'airheads', 'airiness', 'airlifts', 'airliner', 'airlines', 'airlocks', 'airmails', 'airplane', 'airports', 'airships', 'airspace', 'airspeed', 'airstrip', 'airtight', 'airwaves', 'alabaman', 'alabamas', 'alacrity', 'aladdins', 'alarming', 'alarmist', 'alaskans', 'albacore', 'albanian', 'albanias', 'alberich', 'alberios', 'albertas', 'albertos', 'albireos', 'albrecht', 'albright', 'albumens', 'albumins', 'alcatraz', 'alcestis', 'alchemys', 'alcindor', 'alcmenas', 'alcohols', 'aldehyde', 'alderman', 'aldermen', 'aleichem', 'alembert', 'alerters', 'alerting', 'aleutian', 'alfalfas', 'alfonsos', 'alfonzos', 'alfredas', 'alfresco', 'algebras', 'algenibs', 'algerian', 'algerias', 'algiebas', 'algierss', 'alginate', 'alhambra', 'aliasing', 'alibiing', 'alienate', 'aliening', 'alighted', 'aligning', 'aliments', 'alimonys', 'alistair', 'alizarin', 'alkalies', 'alkaline', 'alkaloid', 'allaying', 'allegate', 'alleging', 'allegory', 'allegras', 'allegros', 'alleluia', 'allemand', 'allendes', 'allergen', 'allergic', 'allergys', 'alleyway', 'alliance', 'allisons', 'allocate', 'allotted', 'allotter', 'allowing', 'alloying', 'allspice', 'allstate', 'alluding', 'alluring', 'allusion', 'allusive', 'alluvial', 'alluvium', 'allysons', 'almagest', 'almanacs', 'almighty', 'almohads', 'alnilams', 'alnitaks', 'alphabet', 'alphards', 'alphecca', 'alphonse', 'alphonso', 'alsatian', 'altamira', 'alterate', 'alterers', 'altering', 'alterman', 'although', 'altitude', 'altoidss', 'altruism', 'altruist', 'aluminum', 'alumnuss', 'alvarado', 'alvarezs', 'alveolar', 'alveolus', 'amadeuss', 'amalgams', 'amaranth', 'amarillo', 'amassing', 'amateurs', 'amazedly', 'ambiance', 'ambience', 'ambition', 'ambrosia', 'ambulant', 'ambulate', 'ambushed', 'ambushes', 'amenable', 'amending', 'amenitys', 'american', 'americas', 'amerinds', 'ameslans', 'amethyst', 'amharics', 'amicable', 'amicably', 'ammerman', 'ammeters', 'ammoniac', 'ammonias', 'ammonium', 'amnesiac', 'amnesias', 'amnestys', 'amorally', 'amortise', 'amortize', 'amounted', 'amounter', 'amperage', 'ampoules', 'amputate', 'amputees', 'amritsar', 'amundsen', 'amusedly', 'anaconda', 'anacreon', 'anaemias', 'anaglyph', 'anagrams', 'analects', 'analogue', 'analogys', 'analysed', 'analyser', 'analyses', 'analysis', 'analysts', 'analytic', 'analyzed', 'analyzer', 'analyzes', 'ananiass', 'anapests', 'anaphora', 'anarchic', 'anarchys', 'anathema', 'anatoles', 'anatolia', 'anatomic', 'anatomys', 'ancestor', 'ancestry', 'anchored', 'anchovys', 'ancients', 'andantes', 'andersen', 'anderson', 'andesine', 'andesite', 'andirons', 'andorras', 'andretti', 'androgen', 'androids', 'andropov', 'anecdota', 'anecdote', 'anechoic', 'anemones', 'aneurism', 'aneurysm', 'angelias', 'angelica', 'angelico', 'angelina', 'angeline', 'angelita', 'angering', 'angevins', 'anglican', 'anglings', 'angolans', 'angriest', 'angstrom', 'anguilla', 'anguishs', 'anheuser', 'animated', 'animates', 'animator', 'animisms', 'animists', 'animized', 'aniseeds', 'annabels', 'annealed', 'annettes', 'annexing', 'annmarie', 'annotate', 'announce', 'annoyers', 'annoying', 'annually', 'annuitys', 'annulled', 'anodized', 'anodizes', 'anodynes', 'anointed', 'anomalys', 'anorexia', 'anorexic', 'anorthic', 'anothers', 'anselmos', 'answered', 'answerer', 'antacids', 'antaress', 'anteater', 'antedate', 'antelope', 'antennae', 'antennas', 'anterior', 'anteroom', 'anthills', 'anthraxs', 'antibody', 'anticked', 'antidote', 'antietam', 'antigens', 'antigone', 'antiguas', 'antihero', 'antilles', 'antimony', 'antinomy', 'antipass', 'antipode', 'antiqued', 'antiques', 'antisera', 'antlered', 'antoines', 'antonias', 'antonios', 'antonius', 'antonyms', 'antwerps', 'anxietys', 'anybodyd', 'anybodys', 'anyplace', 'anything', 'anywhere', 'aperitif', 'aperture', 'aphasias', 'aphasics', 'aphelion', 'aphorism', 'apiaries', 'apologia', 'apologys', 'apoplexy', 'apostasy', 'apostate', 'apostles', 'apothegm', 'appalled', 'appanage', 'apparels', 'apparent', 'appealed', 'appealer', 'appeared', 'appearer', 'appeased', 'appeaser', 'appeases', 'appended', 'appender', 'appendix', 'appetite', 'applauds', 'applause', 'appleton', 'appliers', 'appliqud', 'applique', 'appliqus', 'applying', 'appointe', 'appoints', 'apposite', 'appraise', 'apprised', 'apprises', 'approach', 'approval', 'approved', 'approver', 'approves', 'apricots', 'aptitude', 'aptnesss', 'apuleius', 'aquanaut', 'aquarium', 'aquarius', 'aquatics', 'aquavits', 'aqueduct', 'aquifers', 'aquiline', 'aquinass', 'arabians', 'aracelis', 'arachnid', 'araguaya', 'aramaics', 'arapahos', 'arawakan', 'arbiters', 'arbitron', 'arboreal', 'arboreta', 'arbutuss', 'arcadian', 'arcadias', 'archaism', 'archaize', 'archduke', 'archerys', 'archfool', 'archival', 'archived', 'archiver', 'archives', 'archness', 'archways', 'arcturus', 'ardently', 'areawide', 'arequipa', 'arginine', 'argonaut', 'argonnes', 'argosies', 'arguable', 'arguably', 'argument', 'ariadnes', 'arianism', 'arianist', 'ariditys', 'arisings', 'arizonan', 'arizonas', 'arkansan', 'arkansas', 'armagnac', 'armament', 'armandos', 'armature', 'armbands', 'armchair', 'armenian', 'armenias', 'armholes', 'arminius', 'armorers', 'armories', 'armoring', 'armoured', 'armourer', 'armourys', 'armrests', 'arnulfos', 'aromatic', 'arousals', 'arousing', 'arpeggio', 'arraigns', 'arranged', 'arranger', 'arranges', 'arraying', 'arrearss', 'arrested', 'arrester', 'arrestor', 'arrivals', 'arriving', 'arrogant', 'arrogate', 'arsehole', 'arsenals', 'arsenate', 'arsenics', 'arsenide', 'arsonist', 'artefact', 'artemiss', 'arterial', 'arteries', 'artfully', 'articles', 'artifact', 'artifice', 'artisans', 'artistes', 'artistic', 'artistry', 'artsiest', 'artworks', 'asbestos', 'ascellas', 'ascended', 'ascender', 'ascetics', 'ascribed', 'ascribes', 'ashcroft', 'ashikaga', 'ashtrays', 'asiatics', 'asilomar', 'aspartic', 'asperity', 'asphalts', 'aspheric', 'asphyxia', 'aspirant', 'aspirate', 'aspiring', 'aspirins', 'assailed', 'assamese', 'assassin', 'assaults', 'assaying', 'assemble', 'assembly', 'assented', 'assenter', 'asserted', 'asserter', 'assessed', 'assesses', 'assessor', 'assholes', 'assigned', 'assignee', 'assigner', 'assisted', 'assonant', 'assorted', 'assuaged', 'assuages', 'assuming', 'assureds', 'assurers', 'assuring', 'assyrian', 'assyrias', 'astartes', 'astatine', 'asterisk', 'asteroid', 'astigmat', 'astonish', 'astounds', 'asturias', 'astutely', 'astutest', 'asuncins', 'asuncion', 'atacamas', 'atalanta', 'atavisms', 'atchison', 'ateliers', 'atheisms', 'atheists', 'athenian', 'athletes', 'athletic', 'atkinson', 'atlantas', 'atlantes', 'atlantic', 'atlantis', 'atomiser', 'atomized', 'atomizer', 'atomizes', 'atonally', 'atrocity', 'atrophic', 'atrophys', 'atroposs', 'attached', 'attacher', 'attaches', 'attacked', 'attacker', 'attained', 'attainer', 'attempts', 'attended', 'attendee', 'attender', 'attested', 'attiring', 'attitude', 'attorney', 'attracts', 'attuning', 'atwitter', 'atypical', 'auckland', 'auctions', 'audacity', 'audibles', 'audience', 'auditing', 'audition', 'auditors', 'auditory', 'auerbach', 'augments', 'augsburg', 'auguries', 'auguring', 'augustan', 'augustas', 'auguster', 'augustly', 'augustus', 'aurelias', 'aurelios', 'aurelius', 'aureolas', 'aureoles', 'auricles', 'auspices', 'austerer', 'austrian', 'austrias', 'authored', 'autistic', 'autocrat', 'automata', 'automate', 'autonomy', 'autopsys', 'autumnal', 'availers', 'availing', 'avarices', 'avengers', 'avenging', 'aventine', 'averaged', 'averages', 'averring', 'averroes', 'aversion', 'averting', 'avertive', 'aviaries', 'aviation', 'aviators', 'aviatrix', 'avicenna', 'aviditys', 'avionics', 'avocados', 'avogadro', 'avoiders', 'avoiding', 'avowedly', 'awaiting', 'awakened', 'awarders', 'awarding', 'awfuller', 'axiology', 'axolotls', 'ayrshire', 'ayurveda', 'ayyubids', 'azimuths', 'aztecans', 'baathist', 'babblers', 'babbling', 'babushka', 'babyhood', 'babylons', 'babysits', 'baccarat', 'bacchuss', 'bachelor', 'bacillus', 'backache', 'backbend', 'backbite', 'backbone', 'backdate', 'backdrop', 'backfill', 'backfire', 'backhand', 'backhoes', 'backings', 'backlash', 'backless', 'backlogs', 'backpack', 'backrest', 'backside', 'backslid', 'backspin', 'backstop', 'backward', 'backwash', 'backwood', 'backyard', 'bacteria', 'badgered', 'badinage', 'badlands', 'badmouth', 'badnesss', 'baedeker', 'bafflers', 'baffling', 'baggages', 'baggiest', 'baghdads', 'bagpipes', 'bahamass', 'bahamian', 'bahrains', 'bailiffs', 'bailouts', 'bakelite', 'bakeries', 'balanced', 'balancer', 'balances', 'balconys', 'baldness', 'baldpate', 'baldwins', 'balearic', 'balinese', 'balkhash', 'balkiest', 'ballards', 'ballasts', 'balletic', 'ballgown', 'balloons', 'balloted', 'ballpark', 'ballroom', 'ballsier', 'ballyhoo', 'balmiest', 'baloneys', 'baluster', 'banality', 'bancroft', 'bandaged', 'bandages', 'bandanas', 'bandanna', 'bandiest', 'banditry', 'banditti', 'bandpass', 'bandstop', 'bandungs', 'bandying', 'bangkoks', 'banished', 'banishes', 'banister', 'banjoist', 'bankbook', 'bankings', 'banknote', 'bankroll', 'bankrupt', 'banneker', 'banquets', 'banshees', 'bantered', 'baptised', 'baptises', 'baptisms', 'baptiste', 'baptists', 'baptized', 'baptizes', 'barabbas', 'barbados', 'barbaras', 'barbaric', 'barbarys', 'barbecue', 'barbells', 'barbeque', 'barbered', 'barberry', 'barbital', 'barbours', 'barbudas', 'barclays', 'bardeens', 'bareback', 'barefoot', 'bareness', 'barentss', 'barflies', 'bargains', 'baritone', 'barkleys', 'barmaids', 'barnabas', 'barnabys', 'barnacle', 'barnetts', 'barnhard', 'barnyard', 'baroness', 'baronets', 'baronial', 'baronies', 'baroques', 'barracks', 'barraged', 'barrages', 'barreled', 'barrener', 'barreras', 'barrette', 'barretts', 'barriers', 'barrings', 'barrooms', 'bartered', 'bartlett', 'baseball', 'baseband', 'baseless', 'baseline', 'basemans', 'basement', 'baseness', 'bashings', 'basilica', 'basilisk', 'bassinet', 'bassists', 'bassoons', 'basswood', 'bastards', 'bastille', 'bastions', 'batching', 'bathmats', 'bathrobe', 'bathroom', 'bathtubs', 'bathurst', 'batsmans', 'battelle', 'battened', 'battered', 'batterys', 'battiest', 'battings', 'battlers', 'battling', 'baudouin', 'bauhauss', 'baulking', 'bauxites', 'bavarian', 'bavarias', 'bawdiest', 'bayberry', 'bayesian', 'bayonets', 'bayonnes', 'bayreuth', 'baywatch', 'bazookas', 'beaching', 'beadiest', 'beanbags', 'bearable', 'bearably', 'bearding', 'bearings', 'bearskin', 'beasleys', 'beastlys', 'beatable', 'beatably', 'beatific', 'beatings', 'beatless', 'beatniks', 'beatrice', 'beatrixs', 'beatrizs', 'beaufort', 'beaumont', 'beauties', 'beautify', 'beauvoir', 'beavered', 'becalmed', 'bechtels', 'becketts', 'beckoned', 'becoming', 'bedazzle', 'beddings', 'bedecked', 'bedevils', 'bedimmed', 'bedouins', 'bedposts', 'bedrocks', 'bedrolls', 'bedrooms', 'bedsides', 'bedsores', 'bedstead', 'bedstraw', 'bedtimes', 'beebread', 'beechnut', 'beefiest', 'beehives', 'beelines', 'beerbohm', 'beeswaxs', 'beetling', 'befallen', 'befitted', 'befogged', 'befouled', 'befriend', 'befuddle', 'beggared', 'beggarly', 'beginner', 'begonias', 'begotten', 'begrudge', 'beguiled', 'beguiles', 'behalves', 'behaving', 'behavior', 'beheaded', 'behemoth', 'beholden', 'beholder', 'behooved', 'behooves', 'behoving', 'beijings', 'belabors', 'belabour', 'belaruss', 'belaying', 'belching', 'belfasts', 'belfries', 'belgians', 'belgiums', 'belgrade', 'believed', 'believer', 'believes', 'belindas', 'belittle', 'bellamys', 'bellboys', 'bellhops', 'bellowed', 'bellyful', 'bellying', 'belmonts', 'belmopan', 'belonged', 'beloveds', 'beltways', 'belushis', 'bemadden', 'bemoaned', 'bemusing', 'benching', 'benchley', 'bendable', 'benedict', 'benedikt', 'benefice', 'benefits', 'beneluxs', 'benetton', 'bengalis', 'benghazi', 'benignly', 'benjamin', 'benumbed', 'benzenes', 'bequeath', 'bequests', 'berating', 'bereaved', 'bereaves', 'berenice', 'berettas', 'bergamot', 'bergerac', 'bergland', 'berglund', 'beribbon', 'beriberi', 'berkeley', 'berliner', 'berlitzs', 'bermudas', 'bernanke', 'bernardo', 'bernayss', 'bernbach', 'bernhard', 'bernices', 'berniece', 'berrying', 'berthing', 'bertrams', 'bertrand', 'besieged', 'besieger', 'besieges', 'besmirch', 'besotted', 'besotter', 'besought', 'bespeaks', 'bespoken', 'bessemer', 'bestiary', 'bestowal', 'bestowed', 'bestride', 'bestrode', 'betaking', 'betatron', 'bethesda', 'bethinks', 'betiding', 'betokens', 'betrayal', 'betrayed', 'betrayer', 'betroths', 'bettered', 'beveling', 'bevelled', 'beverage', 'beverley', 'beverlys', 'bewailed', 'bewaring', 'bewilder', 'biannual', 'biassing', 'biathlon', 'biblical', 'bibulous', 'bicepses', 'bickered', 'biconvex', 'bicuspid', 'bicycled', 'bicycler', 'bicycles', 'biddable', 'biddings', 'biennial', 'biennium', 'bifocals', 'bigamist', 'bigamous', 'bigfoots', 'biggless', 'bighorns', 'bigmouth', 'bignesss', 'bigotrys', 'bilabial', 'bilinear', 'billeted', 'billfold', 'billiard', 'billiken', 'billings', 'billions', 'billowed', 'biltmore', 'binaries', 'binaural', 'binderys', 'bindings', 'bindweed', 'bingeing', 'binnacle', 'binomial', 'biograph', 'biologys', 'biometry', 'biopsied', 'biopsies', 'biplanes', 'biracial', 'birching', 'birdbath', 'birdcage', 'birdlike', 'birdseed', 'birdseye', 'birettas', 'birthday', 'birthing', 'biscayne', 'biscuits', 'bisected', 'bisector', 'bisexual', 'bismarck', 'bismarks', 'bismuths', 'bisquick', 'bistable', 'bitchier', 'bitching', 'bitingly', 'bitterer', 'bitterly', 'bitterns', 'bitterss', 'bitumens', 'bivalves', 'bivouacs', 'biweekly', 'bjerknes', 'blabbing', 'blackens', 'blackest', 'blacking', 'blackish', 'blackman', 'blackout', 'blacktop', 'bladders', 'blamable', 'blanched', 'blanches', 'blandest', 'blandish', 'blankest', 'blankets', 'blanking', 'blantyre', 'blarneys', 'blasters', 'blasting', 'blastoff', 'blastula', 'blatting', 'blazoned', 'bleached', 'bleacher', 'bleaches', 'bleakest', 'blearier', 'blearily', 'bleating', 'bleeders', 'bleeding', 'bleeping', 'blemishs', 'blenched', 'blenches', 'blenders', 'blending', 'blenheim', 'blessing', 'blevinss', 'blighted', 'blinders', 'blindest', 'blinding', 'blinkers', 'blinking', 'blintzes', 'blissful', 'blisters', 'blithely', 'blithest', 'blitzing', 'blizzard', 'bloating', 'blobbing', 'blockade', 'blockage', 'blockers', 'blocking', 'bloggers', 'blogging', 'blomberg', 'blondels', 'blondest', 'blondies', 'bloodied', 'bloodier', 'bloodies', 'blooding', 'bloomers', 'blooming', 'bloopers', 'blossoms', 'blotched', 'blotches', 'blotters', 'blotting', 'blousing', 'blowback', 'blowfish', 'blowguns', 'blowouts', 'blowsier', 'blowzier', 'blubbers', 'bluchers', 'bludgeon', 'blueback', 'bluebell', 'bluebill', 'bluebird', 'bluebook', 'bluebush', 'bluefish', 'bluegill', 'blueings', 'bluejays', 'blueness', 'bluenose', 'bluffers', 'bluffest', 'bluffing', 'blunders', 'bluntest', 'blunting', 'blurrier', 'blurring', 'blurting', 'blushers', 'blushing', 'blusters', 'blustery', 'boarders', 'boarding', 'boasters', 'boastful', 'boasting', 'boatload', 'boatmans', 'boatsman', 'boatsmen', 'boatyard', 'bobbitts', 'bobbling', 'bobolink', 'bobsleds', 'bobtails', 'bobwhite', 'bodleian', 'bodywork', 'boeotian', 'boeotias', 'boethius', 'bogeying', 'bogeyman', 'bogeymen', 'boggiest', 'boggling', 'bohemian', 'boilings', 'boldface', 'boldness', 'bolivars', 'bolivian', 'bolivias', 'bolognas', 'boloneys', 'bolshois', 'bolsters', 'bombards', 'bombasts', 'bombings', 'bonanzas', 'bondages', 'bondings', 'bondsman', 'bondsmen', 'bonehead', 'boneless', 'boneyest', 'bonfires', 'boniface', 'bonitoes', 'bonneted', 'bonniest', 'bookbind', 'bookcase', 'bookends', 'bookings', 'bookkeep', 'booklets', 'bookmark', 'bookshop', 'bookworm', 'boomtown', 'boosters', 'boosting', 'bootlegs', 'bootless', 'booziest', 'bordeaux', 'bordello', 'bordered', 'borealis', 'boredoms', 'boringly', 'borlaugs', 'boroughs', 'borrowed', 'borrower', 'borschts', 'bosporus', 'bossiest', 'botanist', 'botchers', 'botching', 'bothered', 'botswana', 'bottlers', 'bottling', 'bottomed', 'botulism', 'boudoirs', 'bouffant', 'bouillon', 'boulders', 'bouncers', 'bouncier', 'bouncing', 'boundary', 'bounders', 'bounding', 'bounties', 'bouquets', 'bourbaki', 'bourbons', 'boutique', 'bowditch', 'bowlders', 'bowlines', 'bowlings', 'bowsprit', 'boxwoods', 'boycotts', 'boyhoods', 'boyishly', 'boylston', 'bracelet', 'brackens', 'brackets', 'brackish', 'bradbury', 'braddock', 'bradford', 'bradshaw', 'braggart', 'braggers', 'bragging', 'brahmans', 'brahmins', 'braiding', 'brailles', 'brainard', 'brainier', 'braining', 'braising', 'brakeman', 'brakemen', 'brambles', 'brampton', 'branched', 'branches', 'brandeis', 'brandens', 'brandied', 'brandies', 'branding', 'brandish', 'brandons', 'brashest', 'brasilia', 'brassier', 'brattain', 'brattier', 'bravados', 'braverys', 'bravuras', 'brawlers', 'brawling', 'brawnier', 'brazened', 'brazenly', 'braziers', 'breached', 'breacher', 'breaches', 'breadbox', 'breading', 'breadths', 'breakage', 'breakers', 'breaking', 'breakoff', 'breakups', 'breasted', 'breathed', 'breather', 'breathes', 'breeches', 'breeders', 'breeding', 'breezier', 'breezily', 'breezing', 'brendans', 'brennans', 'brenners', 'brentons', 'brethren', 'breveted', 'breviary', 'brevitys', 'brewerys', 'brewster', 'brezhnev', 'briannas', 'briberys', 'brickbat', 'bricking', 'bricklay', 'bridgers', 'bridgets', 'bridgett', 'bridging', 'bridgman', 'bridling', 'briefest', 'briefing', 'brigades', 'brigands', 'brighams', 'brighten', 'brighter', 'brightly', 'brighton', 'brigitte', 'brimfull', 'brimming', 'brindisi', 'brindled', 'bringers', 'bringing', 'briniest', 'brinkley', 'briquets', 'brisbane', 'briskest', 'briskets', 'brisking', 'bristled', 'bristles', 'bristols', 'britains', 'britches', 'britishs', 'britneys', 'brittany', 'brittler', 'brittles', 'brittney', 'broached', 'broaches', 'broadens', 'broadest', 'broadway', 'brocaded', 'brocades', 'broccoli', 'brochure', 'broilers', 'broiling', 'brokenly', 'brokered', 'bromides', 'bromines', 'bronchos', 'bronchus', 'bronsons', 'bronzing', 'brooches', 'brooders', 'brooding', 'brooking', 'brooklyn', 'brothels', 'brothers', 'brouhaha', 'browbeat', 'brownell', 'brownest', 'brownian', 'brownies', 'browning', 'brownish', 'brownout', 'browsers', 'browsing', 'bruckner', 'brueghel', 'bruisers', 'bruising', 'brummels', 'brunched', 'brunches', 'brunette', 'brushing', 'bruskest', 'brusquer', 'brussels', 'brutally', 'brynners', 'bubblier', 'bubbling', 'buchanan', 'buchwald', 'buckaroo', 'bucketed', 'buckeyes', 'buckhorn', 'bucklers', 'buckleys', 'buckling', 'bucknell', 'buckners', 'buckrams', 'bucksaws', 'buckshot', 'buckskin', 'bucolics', 'budapest', 'buddhism', 'buddhist', 'buddings', 'budgeted', 'budgeter', 'buffalos', 'buffered', 'buffeted', 'buffoons', 'bugaboos', 'bugattis', 'bugbears', 'buggiest', 'bugzilla', 'builders', 'building', 'buildups', 'bukharin', 'bulawayo', 'bulfinch', 'bulganin', 'bulgaria', 'bulgaris', 'bulgiest', 'bulimias', 'bulimics', 'bulkhead', 'bulkiest', 'bulldogs', 'bulldoze', 'bulletin', 'bullfrog', 'bullhead', 'bullhide', 'bullhorn', 'bullions', 'bullocks', 'bullpens', 'bullring', 'bullseye', 'bullshit', 'bullyboy', 'bullying', 'bulrushs', 'bultmann', 'bulwarks', 'bumblers', 'bumbling', 'bumpiest', 'bumpkins', 'bunching', 'buncombe', 'bundling', 'bundoora', 'bungalow', 'bunghole', 'bunglers', 'bungling', 'bunkered', 'bunkmate', 'buntings', 'buoyancy', 'burberry', 'burbling', 'burdened', 'burdocks', 'burgeons', 'burgesss', 'burghers', 'burglars', 'burglary', 'burgling', 'burgoyne', 'burgundy', 'burliest', 'burmeses', 'burnings', 'burnishs', 'burnoose', 'burnouss', 'burnouts', 'burnside', 'burritos', 'burrowed', 'burrower', 'bursitis', 'bursting', 'burundis', 'busheled', 'bushiest', 'bushings', 'bushmans', 'bushnell', 'business', 'bussings', 'bustards', 'bustling', 'busybody', 'busyness', 'busywork', 'butchers', 'butchery', 'buttered', 'butterer', 'butterys', 'butthead', 'buttocks', 'buttoned', 'buttress', 'buttrick', 'butyrate', 'buzzards', 'buzzword', 'bypassed', 'bypasses', 'cabarets', 'cabbages', 'cabernet', 'cabinets', 'caboodle', 'cabooses', 'cabreras', 'cachalot', 'cackling', 'cactuses', 'cadavers', 'caddying', 'cadenced', 'cadences', 'cadenzas', 'cadillac', 'cadmiums', 'caduceus', 'caedmons', 'caesiums', 'caesurae', 'caesuras', 'caffeine', 'caginess', 'cahokias', 'caiaphas', 'caissons', 'caitlins', 'cajolery', 'cajoling', 'calabash', 'calamine', 'calamity', 'calcined', 'calcines', 'calcites', 'calciums', 'calculus', 'calcutta', 'calderon', 'caldrons', 'caldwell', 'calendar', 'calfskin', 'calgarys', 'calibers', 'calibres', 'calicoes', 'caligula', 'calipers', 'calkings', 'callable', 'callahan', 'callings', 'calliope', 'calliper', 'callisto', 'callower', 'callused', 'calluses', 'calmness', 'caloocan', 'calories', 'calumnys', 'calvarys', 'calypsos', 'camachos', 'cambered', 'cambiums', 'cambodia', 'cambrian', 'cambrics', 'camellia', 'camelots', 'camerons', 'cameroon', 'cameroun', 'camillas', 'camilles', 'camisole', 'camoenss', 'camomile', 'campaign', 'campbell', 'campfire', 'camphors', 'campiest', 'campinas', 'campings', 'campsite', 'campuses', 'camshaft', 'canadian', 'canaries', 'canastas', 'canberra', 'canceled', 'candaces', 'candices', 'candides', 'candidly', 'candling', 'candours', 'candying', 'canfield', 'canister', 'cankered', 'cannabis', 'cannerys', 'cannibal', 'canniest', 'cannoned', 'canoeing', 'canoeist', 'canonise', 'canonize', 'canopied', 'canopies', 'cantatas', 'canteens', 'cantered', 'canticle', 'cantrell', 'canvased', 'canvases', 'canvasss', 'capacity', 'capellas', 'capering', 'capetian', 'capetown', 'capitals', 'capitols', 'caprices', 'capsized', 'capsizes', 'capstans', 'capstone', 'capsuled', 'capsules', 'captains', 'captions', 'captious', 'captives', 'captured', 'capturer', 'captures', 'capuchin', 'capulets', 'capybara', 'caracass', 'caraculs', 'caramels', 'carapace', 'caravans', 'caraways', 'carbides', 'carbines', 'carbolic', 'carboloy', 'carbonic', 'carbonyl', 'carcasss', 'cardamom', 'cardenas', 'cardiffs', 'cardigan', 'cardinal', 'cardioid', 'cardozos', 'careened', 'careered', 'carefree', 'careless', 'caressed', 'caresser', 'caresses', 'careworn', 'carfares', 'caribous', 'carillon', 'carissas', 'carjacks', 'carlenes', 'carleton', 'carlisle', 'carlsbad', 'carlsons', 'carmelas', 'carmella', 'carmelos', 'carmines', 'carnages', 'carnally', 'carnegie', 'carnival', 'carolers', 'carolina', 'caroline', 'caroling', 'carolled', 'caroller', 'carolyns', 'caroming', 'carotids', 'carousal', 'caroused', 'carousel', 'carouser', 'carouses', 'carpeted', 'carports', 'carranza', 'carriage', 'carriers', 'carrillo', 'carrions', 'carrolls', 'carryall', 'carrying', 'carryout', 'carthage', 'cartoons', 'carvings', 'caryatid', 'casandra', 'casanova', 'cascaded', 'cascades', 'casebook', 'caseload', 'casement', 'casework', 'cashiers', 'cashmere', 'cassavas', 'cassette', 'cassinos', 'cassiuss', 'cassocks', 'castanet', 'castaway', 'castillo', 'castings', 'castling', 'castoffs', 'castrate', 'castries', 'casually', 'casualty', 'casuists', 'catacomb', 'catalans', 'catalina', 'catalogs', 'catalpas', 'catalyse', 'catalyst', 'catalyze', 'catapult', 'cataract', 'catarrhs', 'catawbas', 'catbirds', 'catboats', 'catcalls', 'catchall', 'catchers', 'catchier', 'catching', 'catchups', 'category', 'catenate', 'caterers', 'catering', 'catfishs', 'cathedra', 'catheter', 'cathleen', 'cathodes', 'cathodic', 'catholic', 'cathryns', 'catiline', 'cationic', 'catskill', 'cattails', 'cattiest', 'catullus', 'catwalks', 'caucasus', 'caucused', 'caucuses', 'cauldron', 'caulking', 'causally', 'causeway', 'caustics', 'cautions', 'cautious', 'cavalier', 'cavalrys', 'cavemans', 'caviares', 'caviling', 'cavilled', 'caviness', 'cavitate', 'cavities', 'cavorted', 'cayennes', 'cebuanos', 'cecelias', 'cecropia', 'cedillas', 'ceilings', 'celanese', 'celebess', 'celerity', 'celestas', 'celestes', 'celibacy', 'celibate', 'cellists', 'cellular', 'cemented', 'cemetery', 'cenotaph', 'cenozoic', 'censored', 'censured', 'censurer', 'censures', 'censused', 'censuses', 'centaurs', 'centered', 'centimes', 'centrals', 'centring', 'centrist', 'centroid', 'centurys', 'cephalic', 'cepheuss', 'ceramics', 'ceramium', 'cerberus', 'cerebral', 'cerebrum', 'ceremony', 'cerenkov', 'cerulean', 'cervical', 'cervices', 'cervixes', 'cesarean', 'cesarian', 'cessions', 'cesspool', 'cetacean', 'chabliss', 'chadwick', 'chaffing', 'chagrins', 'chaining', 'chainsaw', 'chairing', 'chairman', 'chairmen', 'chaitins', 'chaldean', 'chalices', 'chalkier', 'chalking', 'chalmers', 'chambers', 'chambray', 'chammies', 'chamoiss', 'champing', 'champion', 'chancels', 'chancery', 'chancier', 'chancing', 'chandler', 'chandons', 'chandras', 'changers', 'changing', 'changsha', 'channels', 'chanters', 'chanteys', 'chanties', 'chanting', 'chanukah', 'chaperon', 'chaplain', 'chaplets', 'chapping', 'chapters', 'charades', 'charbray', 'charcoal', 'chargers', 'charging', 'chariest', 'chariots', 'charisma', 'charitys', 'charlene', 'charless', 'charmers', 'charming', 'charmins', 'charring', 'charters', 'charting', 'chartism', 'chartres', 'chasitys', 'chassiss', 'chastely', 'chastens', 'chastest', 'chastise', 'chastity', 'chasuble', 'chateaus', 'chateaux', 'chattels', 'chatters', 'chattier', 'chattily', 'chatting', 'chaucers', 'chauncey', 'cheapens', 'cheapest', 'cheaters', 'cheating', 'chechnya', 'checkers', 'checking', 'checkout', 'checksum', 'checkups', 'cheddars', 'cheekier', 'cheekily', 'cheeking', 'cheeping', 'cheerful', 'cheerier', 'cheerily', 'cheering', 'cheerios', 'cheesier', 'cheesing', 'cheetahs', 'cheetoss', 'chekhovs', 'chemical', 'chemises', 'chemists', 'chenille', 'chennais', 'chequers', 'chequing', 'cherokee', 'cheroots', 'cherries', 'cherubic', 'cherubim', 'chervils', 'cheshire', 'chessman', 'chessmen', 'chesters', 'chestnut', 'cheviots', 'chevrons', 'chewiest', 'cheyenne', 'chiantis', 'chicagos', 'chickens', 'chickpea', 'chiclets', 'chicorys', 'chiefdom', 'chiefest', 'chiffons', 'chiggers', 'chignons', 'childish', 'children', 'chileans', 'chillers', 'chillest', 'chillier', 'chillies', 'chilling', 'chimaera', 'chimeras', 'chimeric', 'chimique', 'chimneys', 'chinaman', 'chinamen', 'chineses', 'chinking', 'chinners', 'chinning', 'chinooks', 'chipmunk', 'chippers', 'chippewa', 'chipping', 'chiquita', 'chirping', 'chirrups', 'chiseled', 'chiseler', 'chisholm', 'chisinau', 'chitchat', 'chitlins', 'chivalry', 'chlorate', 'chloride', 'chlorine', 'chocking', 'choctaws', 'choicest', 'choleras', 'choleric', 'chomping', 'choosers', 'choosier', 'choosing', 'choppers', 'choppier', 'choppily', 'chopping', 'chorales', 'chordata', 'chordate', 'chortled', 'chortles', 'chorused', 'choruses', 'chowders', 'chretien', 'christas', 'christen', 'christie', 'christis', 'chromate', 'chroming', 'chromium', 'chrysler', 'chrystal', 'chubbier', 'chucking', 'chuckled', 'chuckles', 'chugging', 'chummier', 'chumming', 'chunkier', 'churches', 'churchgo', 'churchly', 'churlish', 'churning', 'chutneys', 'chutzpah', 'chutzpas', 'chuvashs', 'cicatrix', 'cigarets', 'cilantro', 'cimabues', 'cinching', 'cinchona', 'cincture', 'cindered', 'cinerama', 'cinnabar', 'cinnamon', 'ciphered', 'circlets', 'circling', 'circuits', 'circular', 'circuses', 'cisterns', 'citadels', 'citation', 'citibank', 'citizens', 'citroens', 'citruses', 'citywide', 'civilian', 'civilise', 'civility', 'civilize', 'civviess', 'clacking', 'cladding', 'claimant', 'claiming', 'clairols', 'clambake', 'clambers', 'clammier', 'clamming', 'clamored', 'clamours', 'clamping', 'clanging', 'clangors', 'clangour', 'clanking', 'clannish', 'clappers', 'clapping', 'claptons', 'claptrap', 'clarence', 'clarices', 'clarinet', 'clarions', 'clarissa', 'claritys', 'clashing', 'clasping', 'classics', 'classier', 'classify', 'classing', 'clatters', 'clattery', 'claudias', 'claudine', 'claudios', 'claudius', 'clausius', 'clavicle', 'clayiest', 'claytons', 'cleaners', 'cleanest', 'cleaning', 'cleansed', 'cleanser', 'cleanses', 'cleanups', 'clearest', 'clearing', 'cleavage', 'cleavers', 'cleaving', 'clematis', 'clemency', 'clements', 'clemsons', 'clenched', 'clenches', 'clergies', 'clerical', 'clerking', 'cleverer', 'cleverly', 'cliburns', 'clicking', 'clientle', 'clifford', 'cliftons', 'climates', 'climatic', 'climaxed', 'climaxes', 'climbers', 'climbing', 'clinched', 'clincher', 'clinches', 'clingier', 'clinging', 'clinical', 'clinkers', 'clinking', 'clintons', 'clippers', 'clipping', 'cliquish', 'clitoral', 'clitoris', 'cloaking', 'clobbers', 'clockers', 'clocking', 'cloddish', 'clogging', 'cloister', 'clomping', 'clopping', 'cloretss', 'closeout', 'closeted', 'closures', 'clothier', 'clothing', 'clotting', 'clotures', 'cloudier', 'clouding', 'clouseau', 'clouting', 'clowning', 'clownish', 'clubbing', 'clubfeet', 'clubfoot', 'clubroom', 'clucking', 'clueless', 'clumping', 'clumsier', 'clumsily', 'clunkers', 'clunkier', 'clunking', 'clusters', 'clutched', 'clutches', 'clutters', 'coaching', 'coachman', 'coachmen', 'coalesce', 'coarsely', 'coarsens', 'coarsest', 'coasters', 'coasting', 'coatings', 'coattail', 'coauthor', 'cobblers', 'cobbling', 'cocaines', 'coccyges', 'coccyxes', 'cochleae', 'cochleas', 'cochrane', 'cochrans', 'cockades', 'cockatoo', 'cockcrow', 'cockerel', 'cockeyed', 'cockiest', 'cockneys', 'cockpits', 'cocksure', 'cocktail', 'cocoanut', 'coconuts', 'cocooned', 'coddling', 'codeines', 'codeword', 'codfishs', 'codicils', 'codified', 'codifier', 'codifies', 'codomain', 'codpiece', 'coeditor', 'coequals', 'coercing', 'coercion', 'coercive', 'coexists', 'cofactor', 'coffined', 'cogencys', 'cogently', 'cogitate', 'cognates', 'cognomen', 'cogwheel', 'cohabits', 'coherent', 'cohering', 'cohesion', 'cohesive', 'coiffing', 'coiffure', 'coinages', 'coincide', 'colander', 'colberts', 'coldness', 'colemans', 'coleslaw', 'colgates', 'coliform', 'coliseum', 'colitiss', 'collagen', 'collages', 'collapse', 'collared', 'collated', 'collates', 'collects', 'colleens', 'colleges', 'collided', 'collides', 'colliers', 'colliery', 'colloids', 'colloquy', 'colluded', 'colludes', 'colognes', 'colombia', 'colombos', 'colonels', 'colonial', 'colonies', 'colonise', 'colonist', 'colonize', 'colorado', 'colorate', 'coloreds', 'colorers', 'colorful', 'coloring', 'colossal', 'colossus', 'coloured', 'coltrane', 'columbia', 'columbus', 'columnar', 'columned', 'comanche', 'comatose', 'combated', 'combined', 'combines', 'combings', 'comeback', 'comedian', 'comedies', 'comedown', 'comelier', 'cometary', 'comfiest', 'comforts', 'commando', 'commands', 'commence', 'commends', 'comments', 'commerce', 'commodes', 'commoner', 'commonly', 'communal', 'communed', 'communes', 'commuted', 'commuter', 'commutes', 'comoross', 'compacts', 'companys', 'compared', 'compares', 'compasss', 'competed', 'competes', 'compiled', 'compiler', 'compiles', 'complain', 'compleat', 'complete', 'complexs', 'complied', 'complies', 'compline', 'comports', 'composed', 'composer', 'composes', 'composts', 'compotes', 'compound', 'compress', 'comprise', 'computed', 'computer', 'computes', 'comrades', 'conakrys', 'conceals', 'conceded', 'concedes', 'conceits', 'conceive', 'concepts', 'concerns', 'concerti', 'concerto', 'concerts', 'concetta', 'conciser', 'conclave', 'conclude', 'concocts', 'concorde', 'concords', 'concrete', 'condemns', 'condense', 'condoled', 'condoles', 'condoned', 'condones', 'conduced', 'conduces', 'conducts', 'conduits', 'conferee', 'confetti', 'confided', 'confides', 'confined', 'confiner', 'confines', 'confirms', 'conflict', 'confocal', 'conforms', 'confound', 'confrere', 'confront', 'confrres', 'confused', 'confuser', 'confuses', 'confuted', 'confutes', 'congaing', 'congeals', 'congener', 'congests', 'congress', 'congreve', 'conifers', 'conjoins', 'conjoint', 'conjugal', 'conjunct', 'conjured', 'conjurer', 'conjures', 'conjuror', 'connally', 'connects', 'connerys', 'connived', 'conniver', 'connives', 'connolly', 'connoted', 'connotes', 'conquers', 'conquest', 'conrails', 'consents', 'conserve', 'consider', 'consigns', 'consists', 'consoled', 'consoler', 'consoles', 'consomms', 'consorts', 'conspire', 'constant', 'construe', 'consuelo', 'consular', 'consults', 'consumed', 'consumer', 'consumes', 'contacts', 'contains', 'contempt', 'contends', 'contents', 'contests', 'contexts', 'continua', 'continue', 'continuo', 'contorts', 'contours', 'contract', 'contrail', 'contrary', 'contrast', 'contrite', 'contrive', 'controls', 'contused', 'contuses', 'convened', 'convenes', 'convents', 'converge', 'converse', 'converts', 'conveyed', 'conveyer', 'conveyor', 'convicts', 'convince', 'convoked', 'convokes', 'convolve', 'convoyed', 'convulse', 'cookbook', 'cookerys', 'cookings', 'cookouts', 'coolants', 'coolidge', 'coolness', 'coopered', 'copeland', 'copilots', 'coplanar', 'copperas', 'coppices', 'coppolas', 'coprinus', 'copulate', 'copybook', 'copycats', 'coquette', 'corcoran', 'cordelia', 'cordials', 'cordites', 'cordless', 'cordobas', 'cordoned', 'corduroy', 'corinnes', 'corinths', 'coriolis', 'corleone', 'cormacks', 'cornball', 'corncobs', 'cornelia', 'cornells', 'cornered', 'cornices', 'corniest', 'cornings', 'cornishs', 'cornmeal', 'cornrows', 'cornwall', 'corollas', 'coronado', 'coronary', 'coronate', 'coroners', 'coronets', 'corporal', 'corpsman', 'corpsmen', 'corpuses', 'corrects', 'corridor', 'corrines', 'corroded', 'corrodes', 'corrupts', 'corsages', 'corsairs', 'corseted', 'corsican', 'corsicas', 'corteses', 'cortexes', 'cortical', 'cortices', 'cortland', 'corundum', 'corvette', 'cosgrove', 'cosigned', 'cosigner', 'cosiness', 'cosmetic', 'cosmoses', 'costello', 'costings', 'costlier', 'costners', 'costumed', 'costumer', 'costumes', 'coteries', 'cotopaxi', 'cotswold', 'cottager', 'cottages', 'cottoned', 'cottrell', 'couching', 'coughing', 'coulters', 'councils', 'counsels', 'counters', 'countess', 'counties', 'counting', 'countrys', 'couperin', 'couplers', 'couplets', 'coupling', 'courages', 'couriers', 'coursing', 'courters', 'courtesy', 'courtier', 'courting', 'courtney', 'couscous', 'cousteau', 'covalent', 'covenant', 'coventry', 'coverage', 'coverall', 'covering', 'coverlet', 'covertly', 'coveting', 'covetous', 'cowardly', 'cowbirds', 'cowerers', 'cowering', 'cowgirls', 'cowhands', 'cowhides', 'cowlicks', 'cowlings', 'coworker', 'cowpokes', 'cowpunch', 'cowslips', 'coxcombs', 'coxswain', 'coynesss', 'cozening', 'coziness', 'cozumels', 'crabbier', 'crabbily', 'crabbing', 'crabmeat', 'crackers', 'cracking', 'crackled', 'crackles', 'crackpot', 'crackups', 'cradling', 'craftier', 'craftily', 'crafting', 'craggier', 'cramming', 'cramping', 'crandall', 'cranford', 'craniums', 'crankier', 'crankily', 'cranking', 'crannies', 'cranston', 'crappier', 'crapping', 'crashers', 'crashing', 'crassest', 'cratered', 'cravenly', 'cravings', 'crawfish', 'crawford', 'crawlers', 'crawling', 'crayfish', 'crayolas', 'crayoned', 'craziest', 'creakier', 'creaking', 'creamers', 'creamery', 'creamier', 'creaming', 'creasing', 'creating', 'creation', 'creative', 'creators', 'creature', 'credence', 'credenza', 'credible', 'credibly', 'credited', 'creditor', 'creepers', 'creepier', 'creepily', 'creeping', 'cremated', 'cremates', 'creosote', 'crescent', 'cresting', 'crevasse', 'crevices', 'crewmans', 'cribbage', 'cribbing', 'crichton', 'crickets', 'cricking', 'criminal', 'crimping', 'crimsons', 'cringing', 'crinkled', 'crinkles', 'crippled', 'cripples', 'crispest', 'crispier', 'crisping', 'cristina', 'criteria', 'critical', 'critique', 'critters', 'croaking', 'croatian', 'croatias', 'crochets', 'crockery', 'crockett', 'crocuses', 'cromwell', 'cronkite', 'crooking', 'crooners', 'crooning', 'croppers', 'cropping', 'croquets', 'crosiers', 'crossarm', 'crossbar', 'crossbow', 'crosscut', 'crossers', 'crossest', 'crossing', 'crossway', 'crotches', 'crotchet', 'crouched', 'crouches', 'croupier', 'crowbait', 'crowbars', 'crowding', 'crowfoot', 'crowleys', 'crowning', 'croziers', 'crucible', 'crucifix', 'cruddier', 'cruditss', 'cruditys', 'cruelest', 'crueller', 'crueltys', 'cruisers', 'cruising', 'crullers', 'crumbier', 'crumbing', 'crumbled', 'crumbles', 'crummier', 'crumpets', 'crumpled', 'crumples', 'crunched', 'cruncher', 'crunches', 'crusaded', 'crusader', 'crusades', 'crushers', 'crushing', 'crustier', 'crusting', 'crutches', 'crybabys', 'cryostat', 'crystals', 'cthulhus', 'cubicles', 'cuckolds', 'cucumber', 'cuddlier', 'cuddling', 'cudgeled', 'cufflink', 'cuisines', 'culinary', 'culottes', 'culpable', 'culprits', 'cultural', 'cultured', 'cultures', 'culverts', 'cummings', 'cumquats', 'cumulate', 'cumuluss', 'cunnings', 'cupboard', 'cupcakes', 'cupidity', 'curacaos', 'curacies', 'curative', 'curators', 'curbside', 'curdling', 'curitiba', 'curlicue', 'curliest', 'curlycue', 'currants', 'currency', 'currents', 'curriers', 'currying', 'cursives', 'curtails', 'curtains', 'curtness', 'curtseys', 'curtsied', 'curtsies', 'curviest', 'cushiest', 'cushions', 'custards', 'custodys', 'customer', 'cutbacks', 'cuteness', 'cutesier', 'cuticles', 'cutlasss', 'cutlerys', 'cuttings', 'cyanamid', 'cyanides', 'cyclades', 'cyclamen', 'cyclical', 'cyclists', 'cycloids', 'cyclones', 'cyclonic', 'cyclopss', 'cylinder', 'cynicism', 'cynosure', 'cynthias', 'cypresss', 'cyprians', 'cypriots', 'cyrillic', 'cysteine', 'cytology', 'cytosine', 'czarinas', 'czerniak', 'dabblers', 'dabbling', 'dactylic', 'dadaisms', 'daedalus', 'daffiest', 'daffodil', 'daguerre', 'dahomeys', 'daimlers', 'daintier', 'dainties', 'daintily', 'daiquiri', 'dairying', 'dairylea', 'dairyman', 'dairymen', 'dallying', 'damagers', 'damagess', 'damaging', 'damascus', 'damasked', 'damnable', 'damnably', 'damndest', 'damocles', 'dampened', 'dampness', 'dancings', 'dandiest', 'dandling', 'dandruff', 'dangling', 'danielle', 'dankness', 'danubian', 'dapperer', 'dappling', 'daringly', 'darkened', 'darkness', 'darkroom', 'darlenes', 'darlings', 'darneder', 'darnells', 'darrells', 'dartmoor', 'dashikis', 'database', 'dateline', 'daughter', 'daunting', 'dauphine', 'dauphins', 'davidson', 'dawdlers', 'dawdling', 'daybreak', 'daydream', 'daylight', 'daytimes', 'dazzling', 'dbutante', 'deadbeat', 'deadbolt', 'deadened', 'deadhead', 'deadlier', 'deadline', 'deadlock', 'deadness', 'deadpans', 'deadwood', 'deafened', 'deafness', 'dealings', 'deandres', 'dearborn', 'dearness', 'deathbed', 'debacles', 'debarked', 'debarred', 'debasing', 'debaters', 'debating', 'debauchs', 'debility', 'debiting', 'debonair', 'debriefs', 'debugged', 'debugger', 'debunked', 'debuting', 'decadent', 'decamped', 'decanted', 'decanter', 'decaying', 'deceased', 'deceases', 'decedent', 'deceived', 'deceiver', 'deceives', 'december', 'decencys', 'decently', 'decibels', 'deciding', 'decimals', 'decimate', 'decipher', 'decision', 'decisive', 'deckhand', 'deckings', 'declaims', 'declared', 'declarer', 'declares', 'declined', 'decliner', 'declines', 'decoders', 'decoding', 'decorate', 'decorous', 'decorums', 'decouple', 'decoying', 'decrease', 'decrepit', 'decrying', 'dedekind', 'dedicate', 'deducing', 'deducted', 'deepened', 'deepness', 'deerskin', 'defacing', 'defaming', 'defaults', 'defeated', 'defecate', 'defected', 'defector', 'defenced', 'defences', 'defended', 'defender', 'defensed', 'defenses', 'deferent', 'deferral', 'deferred', 'deferrer', 'defiance', 'deficits', 'defiling', 'definers', 'defining', 'definite', 'deflated', 'deflater', 'deflates', 'deflects', 'defogger', 'deforest', 'deformed', 'defrauds', 'defrayal', 'defrayed', 'defrosts', 'deftness', 'defusing', 'degraded', 'degrades', 'degrease', 'deifying', 'deigning', 'dejected', 'dejesuss', 'delacruz', 'delaneys', 'delaware', 'delaying', 'delberts', 'delegate', 'deleting', 'deletion', 'delicacy', 'delicate', 'delights', 'delilahs', 'delimits', 'delirium', 'delivers', 'delivery', 'delmarva', 'deloress', 'deloriss', 'delphine', 'deluding', 'deluging', 'delusion', 'delusive', 'demagogs', 'demagogy', 'demanded', 'demander', 'demavend', 'demeaned', 'demeanor', 'demented', 'dementia', 'demerits', 'demerols', 'demesnes', 'demeters', 'demigods', 'demijohn', 'demising', 'demitted', 'democrat', 'demolish', 'demoniac', 'demoting', 'demotion', 'demurely', 'demurest', 'demurred', 'demurrer', 'denature', 'dendrite', 'denebola', 'deniable', 'denizens', 'denmarks', 'denoting', 'denounce', 'densitys', 'dentally', 'dentines', 'dentists', 'dentures', 'denuding', 'departed', 'depended', 'depicted', 'deplaned', 'deplanes', 'depleted', 'depletes', 'deplored', 'deplores', 'deployed', 'deported', 'deportee', 'deposing', 'deposits', 'depraved', 'depraves', 'deprived', 'deprives', 'deputies', 'deputing', 'deputise', 'deputize', 'dequeued', 'dequeues', 'derailed', 'deranged', 'deranges', 'derelict', 'deriding', 'derision', 'derisive', 'derisory', 'derivate', 'deriving', 'derogate', 'derricks', 'derridas', 'derriere', 'derrires', 'dervishs', 'descants', 'descends', 'descents', 'describe', 'descried', 'descries', 'deserted', 'deserter', 'deserved', 'deserves', 'desicate', 'designed', 'designer', 'desirees', 'desiring', 'desirous', 'desisted', 'desktops', 'desmonds', 'desolate', 'despairs', 'despatch', 'despised', 'despises', 'despoils', 'despotic', 'desserts', 'destaing', 'destined', 'destines', 'destinys', 'destroys', 'destruct', 'detached', 'detacher', 'detaches', 'detailed', 'detained', 'detected', 'detector', 'detentes', 'deterred', 'detested', 'dethrone', 'detonate', 'detoured', 'detoxify', 'detoxing', 'detracts', 'detritus', 'detroits', 'deuteron', 'devalued', 'devalues', 'develops', 'deviance', 'deviants', 'deviated', 'deviates', 'deviling', 'devilish', 'devilled', 'devilrys', 'deviltry', 'devising', 'devolved', 'devolves', 'devonian', 'devotees', 'devoting', 'devotion', 'devoured', 'devourer', 'devouter', 'devoutly', 'dewaynes', 'dewberry', 'dewdrops', 'dextrose', 'dextrous', 'diabetes', 'diabetic', 'diabolic', 'diagnose', 'diagonal', 'diagrams', 'dialects', 'dialings', 'dialling', 'dialogue', 'dialyses', 'dialysis', 'dialyzes', 'diameter', 'diamonds', 'diapered', 'diarists', 'diarrhea', 'diaspora', 'diatomic', 'diatonic', 'diatribe', 'dibbling', 'dicaprio', 'dickered', 'dicksons', 'dictated', 'dictates', 'dictator', 'dictions', 'didactic', 'diddling', 'diehards', 'dieldrin', 'diereses', 'dieresis', 'dieseled', 'dietarys', 'dietetic', 'dietrich', 'differed', 'differen', 'differer', 'diffract', 'diffused', 'diffuser', 'diffuses', 'digested', 'diggings', 'digitate', 'digitise', 'digitize', 'dignitys', 'digraphs', 'dihedral', 'dijkstra', 'dilating', 'dilation', 'dilatory', 'dilberts', 'dilemmas', 'diligent', 'dillards', 'diluting', 'dilution', 'dimaggio', 'dimethyl', 'diminish', 'dimnesss', 'dimpling', 'dinettes', 'dinghies', 'dingiest', 'dinkiest', 'dinnered', 'dinosaur', 'diocesan', 'dioceses', 'diogenes', 'dionysus', 'dioramas', 'diploidy', 'diplomas', 'diplomat', 'dippings', 'dipstick', 'directed', 'directer', 'directly', 'director', 'dirtiest', 'dirtying', 'disabled', 'disabler', 'disables', 'disabuse', 'disagree', 'disallow', 'disarmed', 'disarray', 'disaster', 'disavows', 'disbands', 'disburse', 'discards', 'discerns', 'disciple', 'disclaim', 'disclose', 'discoing', 'discolor', 'discords', 'discount', 'discover', 'discreet', 'discrete', 'discuses', 'disdains', 'diseased', 'diseases', 'disfavor', 'disgorge', 'disgrace', 'disguise', 'disgusts', 'dishevel', 'dishonor', 'dishpans', 'dishrags', 'disinter', 'disjoint', 'disjunct', 'diskette', 'disliked', 'dislikes', 'dislodge', 'disloyal', 'dismally', 'dismayed', 'dismount', 'disobeys', 'disorder', 'disowned', 'dispatch', 'dispells', 'dispense', 'disperse', 'dispirit', 'displace', 'displays', 'disports', 'disposal', 'disposed', 'disposer', 'disposes', 'disproof', 'disprove', 'disputed', 'disputer', 'disputes', 'disquiet', 'disraeli', 'disrobed', 'disrobes', 'disrupts', 'dissects', 'dissents', 'dissolve', 'dissuade', 'distaffs', 'distally', 'distance', 'distaste', 'distends', 'distills', 'distinct', 'distorts', 'distract', 'distrait', 'distress', 'district', 'distrust', 'disturbs', 'disunite', 'disunity', 'disusing', 'ditching', 'dithered', 'dittoing', 'diuretic', 'divalent', 'diverged', 'diverges', 'diverted', 'divested', 'dividend', 'dividers', 'dividing', 'divinely', 'diviners', 'divinest', 'divining', 'divinity', 'division', 'divisive', 'divisors', 'divorced', 'divorcee', 'divorces', 'divulged', 'divulges', 'divvying', 'dizziest', 'dizzying', 'djakarta', 'djibouti', 'dniester', 'doberman', 'docilely', 'docility', 'docketed', 'dockside', 'dockyard', 'doctoral', 'doctored', 'doctorow', 'doctrine', 'document', 'doddered', 'dodgsons', 'dogberry', 'dogfight', 'dogfishs', 'doggedly', 'doggerel', 'doggiest', 'doggoned', 'doggoner', 'doggones', 'doghouse', 'dogmatic', 'dogtooth', 'dogtrots', 'dogwoods', 'doldrums', 'dolloped', 'dolomite', 'doloress', 'dolorous', 'dolphins', 'domenico', 'domesday', 'domestic', 'domicile', 'dominant', 'dominate', 'domineer', 'domingos', 'dominica', 'dominick', 'dominion', 'dominoes', 'domitian', 'donahues', 'donating', 'donation', 'donetsks', 'donnells', 'donnelly', 'donovans', 'doodlers', 'doodling', 'doomsday', 'doorbell', 'doorkeep', 'doorknob', 'doormans', 'doormats', 'doorstep', 'doorways', 'doritoss', 'dorkiest', 'dormancy', 'dormouse', 'dorothea', 'dorothys', 'dortmund', 'dossiers', 'dotingly', 'doublers', 'doublets', 'doubling', 'doubloon', 'doubters', 'doubtful', 'doubting', 'douching', 'doughier', 'doughnut', 'douglass', 'dovetail', 'dowagers', 'dowdiest', 'doweling', 'dowelled', 'downbeat', 'downcast', 'downfall', 'downhill', 'downiest', 'download', 'downplay', 'downpour', 'downside', 'downsize', 'downtime', 'downtown', 'downturn', 'downward', 'downwind', 'doxology', 'drabbest', 'drabness', 'drachmae', 'drachmai', 'drachmas', 'draculas', 'draftees', 'drafters', 'draftier', 'drafting', 'dragging', 'dragnets', 'dragoons', 'drainage', 'drainers', 'draining', 'dramatic', 'drambuie', 'draperys', 'draughts', 'draughty', 'drawback', 'drawings', 'drawling', 'dreadful', 'dreading', 'dreamers', 'dreamier', 'dreamily', 'dreaming', 'drearier', 'drearily', 'dredgers', 'dredging', 'drenched', 'drenches', 'dresdens', 'dressage', 'dressers', 'dressier', 'dressing', 'dreyfuss', 'dribbled', 'dribbler', 'dribbles', 'driblets', 'drifters', 'drifting', 'drilling', 'drinkers', 'drinking', 'dripping', 'driscoll', 'dristans', 'driveled', 'driveway', 'drivings', 'drizzled', 'drizzles', 'drollery', 'drollest', 'drooling', 'droopier', 'drooping', 'drophead', 'droplets', 'dropouts', 'droppers', 'dropping', 'droughts', 'drouthes', 'drowning', 'drowsier', 'drowsily', 'drowsing', 'drubbing', 'drudgery', 'drudging', 'drugging', 'druggist', 'drumhead', 'drummers', 'drumming', 'drummond', 'drunkard', 'drunkest', 'drynesss', 'drywalls', 'dschubba', 'dualitys', 'dubietys', 'duchesss', 'duckbill', 'duckling', 'ductless', 'ductwork', 'dudgeons', 'duelists', 'duelling', 'duellist', 'duisburg', 'dukedoms', 'dulcimer', 'dullards', 'dullness', 'dulnesss', 'dumbbell', 'dumbness', 'dumfound', 'dumpiest', 'dumpling', 'dumpster', 'dungaree', 'dungeons', 'dunkirks', 'duodenal', 'duodenum', 'duplexes', 'duquesne', 'duracell', 'durantes', 'duration', 'durkheim', 'durocher', 'dushanbe', 'duskiest', 'dustbins', 'dustiest', 'dustless', 'dustpans', 'dutchess', 'dutchman', 'dutchmen', 'dutiable', 'duvalier', 'dwarfing', 'dwarfish', 'dwarfism', 'dwellers', 'dwelling', 'dwindled', 'dwindles', 'dyestuff', 'dynamics', 'dynamism', 'dynamite', 'dynastic', 'dynastys', 'dyslexia', 'dyslexic', 'eagerest', 'earaches', 'eardrums', 'earldoms', 'earlenes', 'earliest', 'earlines', 'earlobes', 'earmarks', 'earmuffs', 'earnests', 'earnings', 'earphone', 'earplugs', 'earrings', 'earshots', 'earthier', 'earthing', 'earthmen', 'easement', 'easiness', 'easterly', 'eastland', 'eastward', 'eastwood', 'eatables', 'eateries', 'ebonicss', 'echelons', 'eclectic', 'eclipsed', 'eclipses', 'ecliptic', 'ecologys', 'economic', 'economys', 'ecstasys', 'ecstatic', 'ectoderm', 'ecuadors', 'ecumenic', 'edgardos', 'edgerton', 'edgeways', 'edgewise', 'edginess', 'edifices', 'edifying', 'editable', 'editions', 'edmonton', 'eduardos', 'educable', 'educated', 'educates', 'educator', 'edwardos', 'eelgrass', 'eeriness', 'effacing', 'effected', 'effector', 'efferent', 'efficacy', 'effigies', 'effluent', 'effluvia', 'effusion', 'effusive', 'eggheads', 'eggplant', 'eggshell', 'egoistic', 'egotisms', 'egotists', 'egresses', 'egyptian', 'eichmann', 'eighteen', 'eighthes', 'eighties', 'einstein', 'ejecting', 'ejection', 'elapsing', 'elastics', 'elations', 'elbowing', 'eleanors', 'eleazars', 'electing', 'election', 'elective', 'electors', 'electras', 'electret', 'electric', 'electron', 'elegance', 'elegiacs', 'elements', 'elephant', 'elevated', 'elevates', 'elevator', 'eleventh', 'elicited', 'eligible', 'elisions', 'elitisms', 'elitists', 'elliotts', 'ellipses', 'ellipsis', 'elliptic', 'ellisons', 'elmhurst', 'elmsford', 'elongate', 'eloquent', 'elsevier', 'elsinore', 'eltanins', 'elysiums', 'emaciate', 'emailing', 'emanated', 'emanates', 'emanuels', 'embalmed', 'embalmer', 'embargos', 'embarked', 'embassys', 'embattle', 'embedded', 'embedder', 'embezzle', 'embitter', 'emblazon', 'embodied', 'embodies', 'embolden', 'embolism', 'embossed', 'embosses', 'embraced', 'embraces', 'embroils', 'emceeing', 'emending', 'emeralds', 'emergent', 'emerging', 'emeritus', 'emigrant', 'emigrate', 'eminence', 'emirates', 'emissary', 'emission', 'emitting', 'emmanuel', 'emotions', 'empanels', 'empathys', 'emperors', 'emphases', 'emphasis', 'emphatic', 'employed', 'employee', 'employer', 'employes', 'emporium', 'empowers', 'empresss', 'emptiest', 'emptying', 'emulated', 'emulates', 'emulator', 'emulsify', 'emulsion', 'enablers', 'enabling', 'enacting', 'enameled', 'enamored', 'enamours', 'encamped', 'encartas', 'encasing', 'enchants', 'encipher', 'encircle', 'enclaves', 'enclosed', 'encloses', 'encoders', 'encoding', 'encomium', 'encoring', 'encroach', 'encrusts', 'encrypts', 'encumber', 'endanger', 'endeared', 'endeavor', 'endemics', 'endicott', 'endoderm', 'endogamy', 'endorsed', 'endorser', 'endorses', 'endowing', 'endpoint', 'enduring', 'endymion', 'energies', 'energise', 'energize', 'enervate', 'enfeeble', 'enfolded', 'enforced', 'enforcer', 'enforces', 'engaging', 'engender', 'engineer', 'englands', 'englishs', 'engorged', 'engorges', 'engraved', 'engraver', 'engraves', 'engulfed', 'enhanced', 'enhancer', 'enhances', 'eniwetok', 'enjoined', 'enjoying', 'enlarged', 'enlarger', 'enlarges', 'enlisted', 'enlistee', 'enlivens', 'enmeshed', 'enmeshes', 'enmities', 'ennobled', 'ennobles', 'enormity', 'enormous', 'enqueued', 'enqueues', 'enquired', 'enquirer', 'enquires', 'enquirys', 'enraging', 'enriched', 'enriches', 'enriques', 'enrolled', 'enrollee', 'ensconce', 'ensemble', 'enshrine', 'enshroud', 'enslaved', 'enslaves', 'ensnared', 'ensnares', 'ensurers', 'ensuring', 'entailed', 'entangle', 'entendre', 'ententes', 'entering', 'enthalpy', 'enthrall', 'enthrals', 'enthrone', 'enthused', 'enthuses', 'enticers', 'enticing', 'entirely', 'entirety', 'entities', 'entitled', 'entitles', 'entombed', 'entrails', 'entrance', 'entrants', 'entreats', 'entreaty', 'entrench', 'entropys', 'entrusts', 'entryway', 'entwined', 'entwines', 'envelope', 'envelops', 'enviable', 'enviably', 'environs', 'envisage', 'envision', 'eohippus', 'epaulets', 'ephesian', 'epicures', 'epicurus', 'epicycle', 'epidemic', 'epigrams', 'epigraph', 'epilepsy', 'epilogue', 'epiphany', 'episodes', 'episodic', 'epistles', 'epitaphs', 'epithets', 'epitomes', 'epoxying', 'equaling', 'equalise', 'equality', 'equalize', 'equalled', 'equating', 'equation', 'equators', 'equinoxs', 'equipage', 'equipped', 'equities', 'equuleus', 'erasable', 'erasmuss', 'erasures', 'erectile', 'erecting', 'erection', 'erectors', 'erewhons', 'ergative', 'erickson', 'ericsson', 'eridanus', 'eritreas', 'ernestos', 'erodible', 'erosible', 'erosions', 'eroticas', 'errantry', 'erratums', 'erringly', 'ersatzes', 'erupting', 'eruption', 'escalate', 'escapade', 'escapees', 'escaping', 'escapism', 'escapist', 'escarole', 'eschewed', 'escorted', 'esophagi', 'esoteric', 'especial', 'espinoza', 'esposito', 'espousal', 'espoused', 'espouses', 'espresso', 'esquires', 'essaying', 'essayist', 'essences', 'estebans', 'esteemed', 'estellas', 'estelles', 'esterhzy', 'esthetes', 'esthetic', 'estimate', 'estonian', 'estonias', 'estoppal', 'estradas', 'estrange', 'estrogen', 'estuarys', 'etchings', 'eternity', 'ethelred', 'ethereal', 'ethernet', 'ethiopia', 'ethology', 'ethylene', 'etiology', 'etruscan', 'eugenias', 'eugenics', 'eugenies', 'eugenios', 'eulerian', 'eulogies', 'eulogise', 'eulogize', 'euphonys', 'euphoria', 'euphoric', 'eurasian', 'eurasias', 'euridyce', 'european', 'europium', 'eurydice', 'eutectic', 'euterpes', 'evacuate', 'evacuees', 'evaluate', 'evanston', 'evasions', 'evenings', 'evenness', 'evensong', 'eventful', 'eventide', 'eventual', 'eveready', 'everests', 'everette', 'everetts', 'everhart', 'evermore', 'everyday', 'everyman', 'everyone', 'evicting', 'eviction', 'evidence', 'evildoer', 'evillest', 'evincing', 'evocable', 'evolutes', 'evolving', 'exactest', 'exacting', 'exaction', 'exalting', 'examined', 'examiner', 'examines', 'exampled', 'examples', 'excavate', 'excedrin', 'exceeded', 'excelled', 'excepted', 'excerpts', 'excesses', 'exchange', 'excising', 'excision', 'exciting', 'exclaims', 'excluded', 'excludes', 'excretas', 'excreted', 'excretes', 'excursus', 'excusing', 'execrate', 'executed', 'executes', 'executor', 'exegeses', 'exegesis', 'exemplar', 'exempted', 'exercise', 'exerting', 'exertion', 'exhaling', 'exhausts', 'exhibits', 'exhorted', 'exhuming', 'exigency', 'exiguous', 'existent', 'existing', 'exoduses', 'exorcise', 'exorcism', 'exorcist', 'exorcize', 'expanded', 'expander', 'expanses', 'expected', 'expedite', 'expelled', 'expended', 'expenses', 'expertly', 'expiable', 'expiated', 'expiates', 'expiring', 'explains', 'explicit', 'exploded', 'explodes', 'exploits', 'explored', 'explorer', 'explores', 'exponent', 'exported', 'exporter', 'exposers', 'exposing', 'exposure', 'expounds', 'expresss', 'expunged', 'expunges', 'extended', 'extensor', 'exterior', 'external', 'extincts', 'extolled', 'extoller', 'extorted', 'extracts', 'extremal', 'extremer', 'extremes', 'extremis', 'extremum', 'extruded', 'extrudes', 'exultant', 'exulting', 'eyeballs', 'eyebrows', 'eyeglass', 'eyelashs', 'eyeliner', 'eyepiece', 'eyesight', 'eyesores', 'eyeteeth', 'eyetooth', 'eysencks', 'fabulous', 'facebook', 'faceless', 'facelift', 'faceting', 'facetted', 'facially', 'facilely', 'facility', 'factions', 'factious', 'factored', 'factorys', 'factotum', 'facultys', 'failings', 'failsafe', 'failsoft', 'failures', 'faintest', 'fainting', 'fairgoer', 'fairness', 'fairport', 'fairways', 'faithful', 'falconer', 'falconry', 'falkland', 'fallacys', 'fallible', 'fallibly', 'falloffs', 'fallouts', 'fallowed', 'falmouth', 'falsetto', 'falsitys', 'falstaff', 'faltered', 'falwells', 'familial', 'familiar', 'families', 'familism', 'famished', 'famishes', 'famously', 'fanatics', 'fanciers', 'fanciest', 'fanciful', 'fancying', 'fanfares', 'fantasia', 'fantasys', 'faradays', 'farcical', 'farewell', 'farmhand', 'farmings', 'farmland', 'farmyard', 'farragut', 'farrells', 'farrowed', 'farthest', 'farthing', 'fascicle', 'fascisms', 'fascists', 'fashions', 'fastened', 'fastener', 'fastness', 'fatalism', 'fatalist', 'fatality', 'fatheads', 'fathered', 'fatherly', 'fathomed', 'fatigued', 'fatigues', 'fatnesss', 'fattened', 'fattener', 'fattiest', 'faulkner', 'faultier', 'faultily', 'faulting', 'faustian', 'faustino', 'faustuss', 'favoring', 'favorite', 'favoured', 'fearless', 'fearsome', 'feasible', 'feasibly', 'feasting', 'feathers', 'feathery', 'featured', 'features', 'february', 'feckless', 'federals', 'federate', 'federico', 'feeblest', 'feedback', 'feedbags', 'feedings', 'feelings', 'feigning', 'feinting', 'feistier', 'feldspar', 'felecias', 'felicias', 'felicity', 'fellatio', 'felonies', 'feminine', 'feminism', 'feminist', 'fencings', 'ferguson', 'ferments', 'fernando', 'ferocity', 'ferraris', 'ferraros', 'ferreira', 'ferrells', 'ferreted', 'ferrules', 'ferrying', 'fervency', 'fervidly', 'fervours', 'festered', 'festival', 'festoons', 'fetching', 'fetiches', 'fetishes', 'fetlocks', 'fettered', 'feverish', 'feynmans', 'fiascoes', 'fibrosis', 'ficklest', 'fictions', 'fiddlers', 'fiddling', 'fidelity', 'fidgeted', 'fiducial', 'fielders', 'fielding', 'fiendish', 'fiercely', 'fiercest', 'fieriest', 'fifteens', 'fiftieth', 'fighters', 'fighting', 'figments', 'figueroa', 'figurate', 'figurine', 'figuring', 'filament', 'filberts', 'filching', 'filename', 'filigree', 'filipino', 'fillable', 'filleted', 'fillings', 'filliped', 'fillmore', 'filmiest', 'filmmake', 'filtered', 'filthier', 'filtrate', 'finagled', 'finagler', 'finagles', 'finalise', 'finalist', 'finality', 'finalize', 'financed', 'finances', 'findings', 'fineness', 'finessed', 'finesses', 'fingered', 'finished', 'finisher', 'finishes', 'finitary', 'finitely', 'finlands', 'finnegan', 'finniest', 'finnishs', 'firearms', 'fireball', 'firebird', 'fireboat', 'firebomb', 'firebugs', 'fireflys', 'firefoxs', 'firemans', 'fireplug', 'fireside', 'firetrap', 'firewall', 'firewood', 'firework', 'firmness', 'firmware', 'fiscally', 'fishbowl', 'fisherys', 'fishhook', 'fishiest', 'fishings', 'fishnets', 'fishpond', 'fishtail', 'fishwife', 'fissions', 'fissured', 'fissures', 'fistfuls', 'fitfully', 'fitnesss', 'fittings', 'fitzroys', 'fivefold', 'fixating', 'fixation', 'fixative', 'fixingss', 'fixtures', 'fizziest', 'fizzling', 'flabbier', 'flagella', 'flagging', 'flagpole', 'flagrant', 'flagship', 'flailing', 'flakiest', 'flamenco', 'flamingo', 'flamings', 'flanagan', 'flanders', 'flanking', 'flannels', 'flapjack', 'flappers', 'flapping', 'flashers', 'flashest', 'flashgun', 'flashier', 'flashily', 'flashing', 'flatbeds', 'flatboat', 'flatcars', 'flatfeet', 'flatfish', 'flatfoot', 'flathead', 'flatiron', 'flatland', 'flatness', 'flattens', 'flatters', 'flattery', 'flattest', 'flatting', 'flattops', 'flatware', 'flatworm', 'flaubert', 'flaunted', 'flautist', 'flavored', 'flavours', 'flawless', 'flaxseed', 'fleabane', 'fleawort', 'flecking', 'fleecier', 'fleecing', 'fleetest', 'fleeting', 'flemishs', 'fleshier', 'fleshing', 'fletcher', 'flexible', 'flexibly', 'flextime', 'flexural', 'flickers', 'flicking', 'flimflam', 'flimsier', 'flimsily', 'flinched', 'flinches', 'flinging', 'flintier', 'flipflop', 'flippant', 'flippers', 'flippest', 'flipping', 'flirting', 'flitting', 'floaters', 'floating', 'flocking', 'flogging', 'flooding', 'floodlit', 'flooring', 'floozies', 'floppier', 'floppies', 'floppily', 'flopping', 'florence', 'florican', 'floridan', 'floridas', 'floridly', 'florines', 'florists', 'flossies', 'flossing', 'flotilla', 'flotsams', 'flounced', 'flounces', 'flounder', 'flouring', 'flourish', 'flouting', 'flowered', 'flubbing', 'fluencys', 'fluently', 'fluffier', 'fluffing', 'fluidity', 'flukiest', 'flunkeys', 'flunkies', 'flunking', 'fluoride', 'fluorine', 'fluorite', 'flurried', 'flurries', 'flushest', 'flushing', 'flusters', 'flutings', 'flutists', 'flutters', 'fluttery', 'flyleafs', 'flyovers', 'flypaper', 'flysheet', 'flyspeck', 'flywheel', 'foamiest', 'focusing', 'focussed', 'focusses', 'foetuses', 'fogbound', 'foggiest', 'foghorns', 'foisting', 'foldaway', 'foliages', 'folklore', 'folksier', 'folksong', 'follicle', 'followed', 'follower', 'fomented', 'fondants', 'fondling', 'fondness', 'fontaine', 'foolerys', 'foolscap', 'foosball', 'footages', 'football', 'footfall', 'foothill', 'foothold', 'footings', 'footmans', 'footnote', 'footpath', 'footrest', 'footsies', 'footsore', 'footstep', 'footwear', 'footwork', 'foragers', 'foraging', 'foraying', 'forbears', 'forborne', 'forceful', 'forcepss', 'forcible', 'forcibly', 'forearms', 'forebear', 'forebode', 'forecast', 'forefeet', 'forefoot', 'foregoes', 'foregone', 'forehand', 'forehead', 'foreigns', 'forelegs', 'forelock', 'foremans', 'foremast', 'foremost', 'forename', 'forenoon', 'forensic', 'foreplay', 'foresail', 'foreseen', 'foresees', 'foreskin', 'forested', 'forester', 'forestry', 'foretell', 'foretold', 'forevers', 'forewarn', 'forewent', 'foreword', 'forfeits', 'forgerys', 'forgiven', 'forgives', 'forgoing', 'forklift', 'formally', 'formants', 'formerly', 'formicas', 'formless', 'formosan', 'formosas', 'formulae', 'formulas', 'forsaken', 'forsakes', 'forsooth', 'forswear', 'forswore', 'forsworn', 'forsythe', 'fortieth', 'fortiori', 'fortrans', 'fortress', 'fortunes', 'forwards', 'fostered', 'fotomats', 'foucault', 'foulness', 'founders', 'founding', 'foundrys', 'fountain', 'fourfold', 'foursome', 'fourteen', 'fourthly', 'foxglove', 'foxholes', 'foxhound', 'foxtrots', 'fracases', 'fractals', 'fraction', 'fracture', 'fragment', 'fragrant', 'frailest', 'frailtys', 'francine', 'francium', 'francois', 'frankels', 'frankest', 'frankies', 'franking', 'franklin', 'fraziers', 'frazzled', 'frazzles', 'freakier', 'freaking', 'freakish', 'freckled', 'freckles', 'freddies', 'frederic', 'fredholm', 'fredrick', 'fredrics', 'freebase', 'freebees', 'freebies', 'freeboot', 'freedman', 'freedmen', 'freedoms', 'freehand', 'freehold', 'freeings', 'freeload', 'freemans', 'freeness', 'freeport', 'freetown', 'freeways', 'freewill', 'freezers', 'freezing', 'freights', 'frenches', 'frenetic', 'frenzied', 'frenzies', 'frequent', 'frescoes', 'freshens', 'freshest', 'freshets', 'freshman', 'freshmen', 'fresnels', 'fretting', 'fretwork', 'freudian', 'friction', 'friedman', 'friendly', 'frigates', 'frighted', 'frighten', 'frigidly', 'frillier', 'fringing', 'frippery', 'frisians', 'friskier', 'friskily', 'frisking', 'fritters', 'frizzier', 'frizzing', 'frizzled', 'frizzles', 'frogmans', 'frontage', 'frontier', 'fronting', 'frostbit', 'frostier', 'frostily', 'frosting', 'frothier', 'frothing', 'frowning', 'frowsier', 'frowzier', 'frozenly', 'fructify', 'fructose', 'fruehauf', 'frugally', 'fruitful', 'fruitier', 'fruiting', 'fruition', 'frumpier', 'fuchsias', 'fuddling', 'fuelling', 'fugitive', 'fujitsus', 'fujiwara', 'fukuokas', 'fulcrums', 'fulfills', 'fullback', 'fullness', 'fulnesss', 'fumblers', 'fumbling', 'fumigant', 'fumigate', 'funafuti', 'function', 'functors', 'fundings', 'funerals', 'funereal', 'fungible', 'funguses', 'funkiest', 'funneled', 'funniest', 'furbelow', 'furlongs', 'furlough', 'furnaces', 'furriers', 'furriest', 'furrowed', 'furthers', 'furthest', 'fuselage', 'fusiform', 'fussiest', 'fustians', 'fustiest', 'futilely', 'futility', 'futurity', 'fuzziest', 'gabbiest', 'gabbling', 'gaborone', 'gabriela', 'gadabout', 'gadflies', 'gadgetry', 'gadsdens', 'gaieties', 'gainsaid', 'gainsays', 'galactic', 'galahads', 'galaxies', 'galenite', 'galilean', 'galileos', 'gallants', 'gallegos', 'galleons', 'gallerys', 'galliums', 'galloped', 'galloper', 'galloway', 'gallowss', 'galoshes', 'galvanic', 'gamblers', 'gambling', 'gamboled', 'gamecock', 'gameness', 'gamesman', 'gandhian', 'ganeshas', 'gangland', 'ganglier', 'gangling', 'ganglion', 'gangrene', 'gangster', 'gangtoks', 'gangways', 'gantlets', 'gantries', 'ganymede', 'garaging', 'garbages', 'garbanzo', 'garbling', 'gardened', 'gardener', 'gardenia', 'gardners', 'garfield', 'gargling', 'gargoyle', 'garishly', 'garlands', 'garlicky', 'garments', 'garnered', 'garnishs', 'garoting', 'garotted', 'garottes', 'garretts', 'garrison', 'garroted', 'garrotes', 'garrotte', 'gasconys', 'gaslight', 'gasohols', 'gasolene', 'gasoline', 'gassiest', 'gassings', 'gasworks', 'gatekeep', 'gatepost', 'gateways', 'gathered', 'gatherer', 'gatlings', 'gatorade', 'gauchest', 'gaudiest', 'gauguins', 'gauntest', 'gauntlet', 'gaussian', 'gautamas', 'gauziest', 'gavottes', 'gawkiest', 'gaynesss', 'gazeboes', 'gazelles', 'gazetted', 'gazettes', 'gazpacho', 'gearboxs', 'gedanken', 'geekiest', 'gehennas', 'gelatine', 'gelatins', 'gelbvieh', 'geldings', 'geminate', 'gemstone', 'gendarme', 'generals', 'generate', 'generics', 'generous', 'genesiss', 'genetics', 'genghiss', 'genially', 'genitals', 'genitive', 'geniuses', 'genocide', 'genotype', 'gentians', 'gentiles', 'gentlest', 'gentling', 'gentries', 'gentrify', 'geodesic', 'geodetic', 'geoffrey', 'geologic', 'geologys', 'geometer', 'geometry', 'georgian', 'georgias', 'georgina', 'geranium', 'gerardos', 'gerhardt', 'geritols', 'germanic', 'germanys', 'germinal', 'geronimo', 'gershwin', 'gertrude', 'gestapos', 'gestated', 'gestates', 'gestured', 'gestures', 'getaways', 'ghanaian', 'ghanians', 'gherkins', 'ghettoes', 'ghosting', 'ghoulish', 'giannini', 'giantess', 'giauques', 'gibbered', 'gibbeted', 'giddiest', 'gigabits', 'gigabyte', 'gigaherz', 'gigantic', 'gigavolt', 'gigawatt', 'gigglers', 'gigglier', 'giggling', 'gilberto', 'gilberts', 'gillette', 'gilliams', 'gillians', 'gilligan', 'gilmores', 'gimcrack', 'gimleted', 'gimmicks', 'gimmicky', 'gimpiest', 'gingerly', 'ginghams', 'gingkoes', 'gingrich', 'ginkgoes', 'ginsberg', 'ginsburg', 'ginsengs', 'giovanni', 'giraffes', 'girdling', 'girlhood', 'giselles', 'giuliani', 'giuliano', 'giuseppe', 'giveaway', 'gizzards', 'glaciate', 'glaciers', 'gladdens', 'gladdest', 'gladiola', 'gladioli', 'gladness', 'glamored', 'glamours', 'glancing', 'glasgows', 'glassful', 'glassier', 'glassine', 'glassing', 'glaucoma', 'glaucous', 'glaziers', 'gleaming', 'gleaning', 'gleasons', 'glendale', 'glibbest', 'glibness', 'glimmers', 'glimpsed', 'glimpses', 'glinting', 'glissade', 'glistens', 'glitches', 'glitters', 'glittery', 'glitzier', 'gloaming', 'gloating', 'globally', 'globular', 'globules', 'globulin', 'gloomier', 'gloomily', 'gloriana', 'glorious', 'glorying', 'glossary', 'glossier', 'glossies', 'glossing', 'glottiss', 'glowered', 'glowworm', 'glucoses', 'glummest', 'glumness', 'glutamic', 'glutting', 'gluttons', 'gluttony', 'glycerin', 'glycerol', 'glycogen', 'gnarlier', 'gnarling', 'gnashing', 'gnomonic', 'goalpost', 'goatherd', 'goatskin', 'gobblers', 'gobbling', 'godchild', 'goddamed', 'goddesss', 'godhoods', 'godliest', 'godsends', 'godthaab', 'godzilla', 'goebbels', 'goethals', 'goggless', 'goggling', 'goianias', 'golconda', 'goldberg', 'goldener', 'goldenly', 'goldfish', 'goldmans', 'golgotha', 'gomorrah', 'gondolas', 'gonzales', 'gonzalez', 'gonzalos', 'goodalls', 'goodbyes', 'goodlier', 'goodness', 'goodrich', 'goodwill', 'goodwins', 'goodyear', 'goofiest', 'gordians', 'gordimer', 'gorgeous', 'gorillas', 'goriness', 'goslings', 'gossamer', 'gossiped', 'goulashs', 'gourmand', 'gourmets', 'goutiest', 'governed', 'governor', 'grabbers', 'grabbing', 'gracchus', 'graceful', 'graciela', 'gracious', 'grackles', 'gradient', 'gradings', 'graduate', 'graffias', 'graffiti', 'graffito', 'grafters', 'grafting', 'graftons', 'grainier', 'graining', 'grammars', 'granadas', 'granarys', 'grandads', 'granddad', 'grandees', 'grandest', 'grandeur', 'grandmas', 'grandpas', 'grandson', 'granites', 'granitic', 'grannies', 'granolas', 'granting', 'granular', 'granules', 'grapheme', 'graphics', 'graphing', 'graphite', 'grapnels', 'grappled', 'grapples', 'grasping', 'grassers', 'grassier', 'grassing', 'grateful', 'gratings', 'gratuity', 'graveled', 'gravelly', 'gravitys', 'grayness', 'greasier', 'greasing', 'greatest', 'greedier', 'greedily', 'greenery', 'greenest', 'greening', 'greenish', 'greeting', 'gregorio', 'gregorys', 'gremlins', 'grenadas', 'grenades', 'grenoble', 'gretchen', 'gretzkys', 'greyness', 'griddles', 'gridiron', 'gridlock', 'grievers', 'grieving', 'grievous', 'griffins', 'griffith', 'grilling', 'grimaced', 'grimaces', 'grimaldi', 'grimiest', 'grimmest', 'grimness', 'grinders', 'grinding', 'grinning', 'gripping', 'grislier', 'gristles', 'griswold', 'grittier', 'gritting', 'grizzled', 'grizzlys', 'grnewald', 'groaners', 'groaning', 'grocerys', 'groggier', 'groggily', 'grommets', 'grooming', 'groovier', 'grooving', 'gropiuss', 'grosbeak', 'grossest', 'grossing', 'grossman', 'grottoes', 'grouched', 'grouches', 'grounded', 'grounder', 'groupers', 'groupies', 'grouping', 'groupoid', 'grousing', 'grouting', 'groveled', 'groveler', 'growling', 'grownups', 'grubbier', 'grubbing', 'grudging', 'grueling', 'gruesome', 'gruffest', 'grumbled', 'grumbler', 'grumbles', 'grummans', 'grumpier', 'grumpily', 'grungier', 'grunting', 'gruyeres', 'gryphons', 'gteborgs', 'guaranis', 'guaranty', 'guardian', 'guarding', 'guenther', 'guerilla', 'guernsey', 'guerrero', 'guessers', 'guessing', 'guesting', 'guffawed', 'guidance', 'guilders', 'guileful', 'guilford', 'guiltier', 'guiltily', 'guineans', 'guinness', 'gujarati', 'gujarats', 'gullible', 'gulliver', 'gumdrops', 'gummiest', 'gumption', 'gunboats', 'gunfight', 'gunfires', 'gunflint', 'gunnerys', 'gunpoint', 'gunshots', 'gunsling', 'gunsmith', 'gunwales', 'guofengs', 'gurgling', 'gushiest', 'gusseted', 'gustavos', 'gustavus', 'gustiest', 'gutsiest', 'guttered', 'guttural', 'guyanese', 'guzzlers', 'guzzling', 'gymnasia', 'gymnasts', 'gyrating', 'gyration', 'habakkuk', 'haberman', 'habitant', 'habitats', 'habitual', 'hacienda', 'hackneys', 'hacksaws', 'hadamard', 'haddocks', 'hafniums', 'hagglers', 'haggling', 'hagstrom', 'haiphong', 'haircuts', 'hairiest', 'hairless', 'hairline', 'hairnets', 'hairpins', 'haitians', 'halberds', 'halfback', 'halftime', 'halibuts', 'halifaxs', 'hallmark', 'hallowed', 'hallways', 'halogens', 'halstead', 'haltered', 'halyards', 'hamburgs', 'hamilcar', 'hamilton', 'hamitics', 'hammered', 'hammetts', 'hammocks', 'hampered', 'hamsters', 'handbags', 'handball', 'handbill', 'handbook', 'handcars', 'handcart', 'handcuff', 'handfuls', 'handguns', 'handhold', 'handicap', 'handiest', 'handlers', 'handline', 'handling', 'handmade', 'handmaid', 'handouts', 'handpick', 'handrail', 'handsets', 'handsful', 'handsome', 'handwork', 'handyman', 'handymen', 'hangable', 'hangings', 'hangmans', 'hangnail', 'hangouts', 'hangover', 'hangzhou', 'hankered', 'hannibal', 'hanovers', 'hanukkah', 'haploidy', 'happened', 'happiest', 'hapsburg', 'harangue', 'harassed', 'harasses', 'harbored', 'harbours', 'harcourt', 'hardback', 'hardbake', 'hardball', 'hardcopy', 'hardcore', 'hardened', 'hardener', 'hardiest', 'hardings', 'hardline', 'hardness', 'hardship', 'hardtack', 'hardtops', 'hardware', 'hardwood', 'harelips', 'harkened', 'harmless', 'harmonic', 'harmonys', 'harnesss', 'harpists', 'harpoons', 'harrells', 'harridan', 'harriets', 'harriett', 'harriman', 'harrison', 'harrowed', 'harrying', 'harshest', 'hartford', 'hartline', 'hartmans', 'harvards', 'harvests', 'hasheesh', 'hashishs', 'hassling', 'hassocks', 'hastened', 'hastiest', 'hastings', 'hatchery', 'hatchets', 'hatching', 'hatchway', 'hatfield', 'hathaway', 'hatteras', 'haunches', 'haunting', 'hauteurs', 'havoline', 'hawaiian', 'hawthorn', 'haycocks', 'hayfield', 'haylofts', 'hayseeds', 'haystack', 'haywoods', 'hayworth', 'hazarded', 'hazelnut', 'haziness', 'headache', 'headband', 'headgear', 'headiest', 'headings', 'headland', 'headless', 'headline', 'headlock', 'headlong', 'headrest', 'headroom', 'headsets', 'headsman', 'headsmen', 'headwall', 'headways', 'headwind', 'headword', 'hearings', 'hearkens', 'hearsays', 'heartens', 'heartier', 'hearties', 'heartily', 'heatable', 'heatedly', 'heathens', 'heathers', 'heathkit', 'heavenly', 'heavenss', 'heaviest', 'heavyset', 'hebrides', 'hecatomb', 'hecklers', 'heckling', 'hectares', 'hectored', 'hedgehog', 'hedgerow', 'hedonism', 'hedonist', 'heedless', 'heehawed', 'heftiest', 'hegelian', 'hegemony', 'heighten', 'heimlich', 'heineken', 'heinlein', 'heinrich', 'heiresss', 'heirloom', 'heismans', 'heisting', 'heliport', 'hellenic', 'hellfire', 'hellhole', 'hellions', 'helmsman', 'helmsmen', 'helpings', 'helpless', 'helpmate', 'helpmeet', 'helsinki', 'hematite', 'hemlines', 'hemlocks', 'hemostat', 'henchman', 'henchmen', 'hendrick', 'henequen', 'hennaing', 'hennessy', 'henpecks', 'hensleys', 'hepatica', 'heptagon', 'heralded', 'heraldic', 'heraldry', 'herbages', 'hercules', 'herdsman', 'herdsmen', 'heredity', 'hereford', 'heresies', 'heretics', 'hereunto', 'hereupon', 'herewith', 'heritage', 'herkimer', 'hermetic', 'herminia', 'hermites', 'heroicss', 'heroines', 'heroisms', 'herreras', 'herrings', 'herschel', 'hershels', 'hersheys', 'heshvans', 'hesitant', 'hesitate', 'hesperus', 'heublein', 'hewletts', 'hexagons', 'hezekiah', 'hiatuses', 'hiawatha', 'hibachis', 'hibernia', 'hibiscus', 'hiccough', 'hiccuped', 'hickmans', 'hickorys', 'hideaway', 'hideouts', 'hieratic', 'higginss', 'highball', 'highborn', 'highboys', 'highbrow', 'highjack', 'highland', 'highness', 'highroad', 'hightail', 'highways', 'hijacked', 'hijacker', 'hilarios', 'hilarity', 'hilfiger', 'hilliest', 'hillocks', 'hillside', 'hilltops', 'himalaya', 'hinayana', 'hindered', 'hindmost', 'hinduism', 'hireling', 'hirobumi', 'hirohito', 'hispanic', 'historic', 'historys', 'hitachis', 'hitching', 'hitherto', 'hittites', 'hoagland', 'hoarders', 'hoarding', 'hoariest', 'hoarsely', 'hoarsest', 'hobbling', 'hobbyist', 'hobnails', 'hockneys', 'hockshop', 'hoedowns', 'hoffmans', 'hogshead', 'hogwarts', 'hogwashs', 'hoisting', 'hokkaido', 'holbrook', 'holcombs', 'holdings', 'holdouts', 'holdover', 'holeable', 'holidays', 'holiness', 'holistic', 'hollands', 'hollered', 'holloway', 'hollowed', 'hollower', 'hollowly', 'holocene', 'hologram', 'holstein', 'holsters', 'homburgs', 'homebody', 'homeboys', 'homecome', 'homeland', 'homeless', 'homelier', 'homemade', 'homemake', 'homepage', 'homering', 'homeroom', 'homesick', 'homespun', 'hometown', 'homeward', 'homework', 'homicide', 'homilies', 'hominess', 'homology', 'homonyms', 'homotopy', 'honduran', 'honduras', 'honecker', 'honester', 'honestly', 'honestys', 'honeybee', 'honeydew', 'honeying', 'honolulu', 'honorary', 'honoring', 'honoured', 'hoodlums', 'hoodooed', 'hoodwink', 'hoofmark', 'hookworm', 'hooligan', 'hoorayed', 'hoosegow', 'hoosiers', 'hooterss', 'hopefuls', 'hopeless', 'hopewell', 'horacios', 'horatios', 'horizons', 'hormonal', 'hormones', 'hornbeam', 'horniest', 'hornless', 'hornpipe', 'horntail', 'hornwort', 'horology', 'horowitz', 'horrible', 'horribly', 'horridly', 'horrific', 'horsedom', 'horsefly', 'horseman', 'horsemen', 'horsiest', 'hosannas', 'hosierys', 'hospices', 'hospital', 'hostages', 'hosteled', 'hosteler', 'hostelry', 'hostesss', 'hostiles', 'hostlers', 'hotcakes', 'hotelier', 'hotelman', 'hotheads', 'hothouse', 'hotnesss', 'hotpoint', 'hotshots', 'houghton', 'hounding', 'housefly', 'housetop', 'housings', 'houstons', 'hovering', 'howitzer', 'hrothgar', 'huckster', 'huddling', 'huffiest', 'huffmans', 'hugeness', 'huguenot', 'humanely', 'humanest', 'humanise', 'humanism', 'humanist', 'humanity', 'humanize', 'humanoid', 'humberto', 'humblest', 'humbling', 'humboldt', 'humdrums', 'humeruss', 'humidify', 'humidity', 'humidors', 'humility', 'hummocks', 'humorers', 'humoring', 'humorist', 'humorous', 'humoured', 'humpback', 'humphrey', 'hunching', 'hundreds', 'hungarys', 'hungered', 'hungover', 'hungrier', 'hungrily', 'hunkered', 'hunspell', 'huntings', 'huntleys', 'huntress', 'huntsman', 'huntsmen', 'hurdlers', 'hurdling', 'hurrahed', 'hurrayed', 'hurrying', 'hurtling', 'husbands', 'huskiest', 'hustings', 'hustlers', 'hustling', 'hutchins', 'hutzpahs', 'huxtable', 'hyacinth', 'hydrants', 'hydrated', 'hydrates', 'hydrogen', 'hydroxyl', 'hygienes', 'hygienic', 'hyperion', 'hyphened', 'hypnoses', 'hypnosis', 'hypnotic', 'hysteria', 'hysteric', 'hysteron', 'hyundais', 'iaccocas', 'iapetuss', 'icebergs', 'icebound', 'iceboxes', 'icelands', 'icinesss', 'idahoans', 'idealise', 'idealism', 'idealist', 'idealize', 'identify', 'identity', 'ideogram', 'ideolect', 'ideology', 'idiocies', 'idleness', 'idolater', 'idolatry', 'idolised', 'idolises', 'idolized', 'idolizes', 'ignacios', 'ignatius', 'igniting', 'ignition', 'ignominy', 'ignorant', 'ignoring', 'iguassus', 'ikhnaton', 'illegals', 'illinois', 'illnesss', 'illumine', 'illusion', 'illusive', 'illusory', 'iloveyou', 'ilyushin', 'imagerys', 'imagined', 'imagines', 'imbecile', 'imbedded', 'imbibing', 'imhoteps', 'imitable', 'imitated', 'imitates', 'imitator', 'immanent', 'immature', 'immersed', 'immerses', 'imminent', 'immobile', 'immodest', 'immolate', 'immortal', 'immunise', 'immunity', 'immunize', 'immuring', 'imodiums', 'imogenes', 'impacted', 'impactor', 'impaired', 'impaling', 'impanels', 'imparted', 'impasses', 'impeding', 'impelled', 'impeller', 'impended', 'imperate', 'imperial', 'imperils', 'impetigo', 'impetuss', 'impietys', 'impinged', 'impinges', 'impishly', 'implants', 'implicit', 'imploded', 'implodes', 'implored', 'implores', 'implying', 'impolite', 'imported', 'importer', 'imposing', 'imposter', 'impostor', 'impotent', 'impounds', 'impresss', 'imprints', 'imprison', 'improper', 'improved', 'improves', 'impudent', 'impugned', 'impulsed', 'impulses', 'impunity', 'impurely', 'impurest', 'impurity', 'imputing', 'inaction', 'inactive', 'inanitys', 'inasmuch', 'inboards', 'inbreeds', 'incensed', 'incenses', 'inceptor', 'inchoate', 'incident', 'incising', 'incision', 'incisive', 'incisors', 'inciting', 'inclined', 'inclines', 'inclosed', 'incloses', 'included', 'includes', 'incoming', 'increase', 'incrusts', 'incubate', 'incubuss', 'incurred', 'incurrer', 'indebted', 'indecent', 'indented', 'indexing', 'indianan', 'indianas', 'indicant', 'indicate', 'indicted', 'indicter', 'indigene', 'indigent', 'indirect', 'indolent', 'indorsed', 'indorses', 'inducing', 'inducted', 'inductee', 'inductor', 'indulged', 'indulges', 'industry', 'inedible', 'inequity', 'inertial', 'inertias', 'inexpert', 'infamies', 'infamous', 'infancys', 'infantry', 'infected', 'inferior', 'infernal', 'infernos', 'inferred', 'infested', 'infidels', 'infields', 'infinite', 'infinity', 'inflamed', 'inflames', 'inflated', 'inflater', 'inflates', 'inflects', 'inflicts', 'influent', 'influxes', 'informal', 'informed', 'informer', 'infrared', 'infringe', 'infusing', 'infusion', 'ingather', 'ingested', 'ingrains', 'ingrates', 'ingresss', 'inhabits', 'inhalant', 'inhalers', 'inhaling', 'inherent', 'inhering', 'inherits', 'inhibits', 'inhumane', 'inimical', 'iniquity', 'initials', 'initiate', 'injected', 'injector', 'injuries', 'injuring', 'inkblots', 'inkiness', 'inklings', 'inkwells', 'inlaying', 'innardss', 'innately', 'innocent', 'innovate', 'innuendo', 'inputted', 'inquests', 'inquired', 'inquirer', 'inquires', 'inquirys', 'insanely', 'insanest', 'insanity', 'inscribe', 'insecure', 'inserted', 'insetted', 'insiders', 'insights', 'insignes', 'insignia', 'insisted', 'insolent', 'insomnia', 'inspects', 'inspired', 'inspirer', 'inspires', 'instable', 'installs', 'instance', 'instants', 'instills', 'instinct', 'instruct', 'insulate', 'insulins', 'insulted', 'insureds', 'insurers', 'insuring', 'intaglio', 'integers', 'integral', 'intelsat', 'intended', 'intenser', 'intently', 'interact', 'intercom', 'interest', 'interims', 'interior', 'intermit', 'internal', 'interned', 'internee', 'internes', 'internet', 'interpol', 'interred', 'interval', 'intimacy', 'intimate', 'intonate', 'intoning', 'intrench', 'intrepid', 'intrigue', 'intruded', 'intruder', 'intrudes', 'intrusts', 'intubate', 'intuited', 'inundate', 'invaders', 'invading', 'invalids', 'invasion', 'invasive', 'inveighs', 'inveigle', 'invented', 'inventor', 'inverses', 'inverted', 'inverter', 'invested', 'investor', 'inviable', 'inviting', 'invocate', 'invoiced', 'invoices', 'invoking', 'involute', 'involved', 'involves', 'inwardly', 'iodinate', 'iodising', 'iodizing', 'ionising', 'ionizers', 'ionizing', 'iqaluits', 'iranians', 'irelands', 'iridiums', 'irishman', 'irishmen', 'ironclad', 'ironical', 'ironings', 'ironside', 'ironware', 'ironwood', 'ironwork', 'iroquois', 'irrigate', 'irritant', 'irritate', 'isaacson', 'isabella', 'isabelle', 'iscariot', 'islamism', 'islamist', 'islander', 'isocline', 'isolated', 'isolates', 'isomorph', 'isopleth', 'isotherm', 'isotopes', 'isotopic', 'isotropy', 'israelis', 'issachar', 'issuance', 'istanbul', 'isthmuss', 'italians', 'italicss', 'itchiest', 'itemised', 'itemises', 'itemized', 'itemizes', 'iterated', 'iterates', 'iterator', 'ivanhoes', 'izanagis', 'izanamis', 'izvestia', 'jabbered', 'jabberer', 'jackasss', 'jackboot', 'jackdaws', 'jacketed', 'jacklyns', 'jackpots', 'jacksons', 'jacobean', 'jacobian', 'jacobins', 'jacobite', 'jacobsen', 'jacobson', 'jacquard', 'jaggeder', 'jaggedly', 'jahangir', 'jainisms', 'jakartas', 'jalapeos', 'jalopies', 'jalousie', 'jamaican', 'jamaicas', 'jamboree', 'janaceks', 'janelles', 'janettes', 'jangling', 'janitors', 'januarys', 'japanese', 'japanned', 'jarretts', 'jasmines', 'jaundice', 'jauntier', 'jauntily', 'jaunting', 'javanese', 'javelins', 'jawboned', 'jawbones', 'jawbreak', 'jaxartes', 'jayapura', 'jaywalks', 'jazziest', 'jealousy', 'jeanette', 'jeanines', 'jeannies', 'jeannine', 'jefferey', 'jefferys', 'jehovahs', 'jellying', 'jenifers', 'jennifer', 'jennings', 'jeopardy', 'jephthah', 'jeremiad', 'jeremiah', 'jerichos', 'jerkiest', 'jerkings', 'jermaine', 'jeroboam', 'jerrolds', 'jessicas', 'jetliner', 'jettison', 'jewelers', 'jeweling', 'jewelled', 'jeweller', 'jewelrys', 'jezebels', 'jiggered', 'jiggling', 'jigsawed', 'jillians', 'jimenezs', 'jimmying', 'jingling', 'jingoism', 'jingoist', 'jitterss', 'jiujitsu', 'joaquins', 'jocelyns', 'jockeyed', 'jocosely', 'jocosity', 'jocundly', 'jodhpurs', 'joggings', 'joggling', 'johannas', 'johannes', 'johansen', 'johanson', 'johnsons', 'johnston', 'jointing', 'jokingly', 'jolliest', 'jollitys', 'jollying', 'jonathan', 'jonathon', 'jonquils', 'josefina', 'josephus', 'jostling', 'jottings', 'jouncing', 'journals', 'journeys', 'jousting', 'jovially', 'joyfully', 'joyously', 'joyrider', 'joyrides', 'joystick', 'juanitas', 'jubilant', 'jubilate', 'jubilees', 'judaisms', 'judgment', 'judicial', 'jugglers', 'juggling', 'jugulars', 'juiciest', 'jujitsus', 'jujutsus', 'jukeboxs', 'julianne', 'julienne', 'juliette', 'julliard', 'jumbling', 'jumpiest', 'jumpsuit', 'junction', 'juncture', 'jungfrau', 'junipers', 'junketed', 'junkiest', 'junkyard', 'jupiters', 'jurassic', 'justices', 'justines', 'justness', 'jutlands', 'juvenile', 'kaitlins', 'kalahari', 'kalevala', 'kamikaze', 'kampalas', 'kandahar', 'kangaroo', 'kankakee', 'kannadas', 'karachis', 'karakuls', 'karaokes', 'karenina', 'karloffs', 'karyatid', 'kashmirs', 'kasparov', 'katelyns', 'katheryn', 'kathleen', 'kathrine', 'kathryns', 'katmandu', 'katowice', 'katrinas', 'katydids', 'kauffman', 'kaufmans', 'kawabata', 'kawasaki', 'kayaking', 'keenness', 'keepings', 'keepsake', 'keeshond', 'keewatin', 'keillors', 'kemerovo', 'kendalls', 'kendrick', 'kenmores', 'kennedys', 'kenneled', 'kenneths', 'kenniths', 'kentucky', 'kenyatta', 'keratins', 'kerchief', 'kerensky', 'kerosene', 'kerosine', 'kestrels', 'ketchups', 'keyboard', 'keyholes', 'keynoted', 'keynotes', 'keypunch', 'keystone', 'keywords', 'kharkovs', 'khartoum', 'khayyams', 'khoikhoi', 'khoisans', 'khomeini', 'khoranas', 'kibbutzs', 'kibitzed', 'kibitzer', 'kibitzes', 'kickapoo', 'kickback', 'kickiest', 'kickoffs', 'kidnaped', 'kidnaper', 'kielbasa', 'kielbasy', 'killdeer', 'killings', 'killjoys', 'kilobuck', 'kilobyte', 'kilogram', 'kilotons', 'kilovolt', 'kilowatt', 'kiloword', 'kimberly', 'kindlier', 'kindling', 'kindness', 'kindreds', 'kinfolks', 'kingbird', 'kingdoms', 'kinglier', 'kingpins', 'kingship', 'kingsley', 'kingston', 'kinkiest', 'kinshasa', 'kinships', 'kinsmans', 'kiplings', 'kippered', 'kirchner', 'kirchoff', 'kirghizs', 'kiribati', 'kirkland', 'kirstens', 'kishinev', 'kitchens', 'klansman', 'kleenexs', 'klingons', 'klondike', 'klutzier', 'klystron', 'knapsack', 'knaverys', 'kneaders', 'kneading', 'kneecaps', 'kneeling', 'knelling', 'knessets', 'knickers', 'knievels', 'knighted', 'knightly', 'knitters', 'knitting', 'knitwear', 'knobbier', 'knockers', 'knocking', 'knockout', 'knothole', 'knottier', 'knotting', 'knowable', 'knowings', 'knowlton', 'knuckled', 'knuckles', 'knudsens', 'koestler', 'kohinoor', 'kohlrabi', 'koinonia', 'koizumis', 'kookiest', 'kornberg', 'koshered', 'kowalski', 'kowtowed', 'krakatoa', 'kringles', 'krishnas', 'kristens', 'kristies', 'kristina', 'kristine', 'kristins', 'kryptons', 'krystals', 'kulthumm', 'kumquats', 'kurdishs', 'kurosawa', 'kuwaitis', 'kuznetsk', 'kuznetss', 'kwakiutl', 'kwanzaas', 'labeling', 'labelled', 'lability', 'laborers', 'laboring', 'laboured', 'labourer', 'labrador', 'laburnum', 'lacerate', 'lacewing', 'lachesis', 'lacquers', 'lacrimal', 'lacrosse', 'lactated', 'lactates', 'lactoses', 'laddered', 'ladonnas', 'ladybird', 'ladybugs', 'ladyfern', 'ladylike', 'ladyship', 'lafittes', 'laggards', 'lagrange', 'laguerre', 'lakeisha', 'lakeside', 'lakewood', 'lakishas', 'lakshmis', 'lallygag', 'lamarcks', 'lamasery', 'lambaste', 'lambasts', 'lambkins', 'lambskin', 'lamellar', 'lameness', 'lamented', 'laminate', 'lampoons', 'lamppost', 'lampreys', 'lancelot', 'landfall', 'landfill', 'landhold', 'landings', 'landlady', 'landlord', 'landmark', 'landmass', 'landslid', 'landward', 'langland', 'langmuir', 'language', 'languish', 'languors', 'lankiest', 'lanolins', 'lansings', 'lanterns', 'lanyards', 'lanzhous', 'laocoons', 'laotians', 'lapelled', 'lapidary', 'laplands', 'lapwings', 'laramies', 'larboard', 'larcenys', 'lardners', 'largesse', 'largesss', 'larkspur', 'larousse', 'larynges', 'larynxes', 'lasagnas', 'lasagnes', 'lascauxs', 'lashings', 'lassoing', 'latashas', 'latching', 'latencys', 'lateness', 'laterals', 'laterans', 'laterite', 'lathered', 'latinate', 'latishas', 'latitude', 'latonyas', 'latrines', 'latrobes', 'latterly', 'latticed', 'lattices', 'latvians', 'laudable', 'laudably', 'laudanum', 'laughing', 'laughlin', 'laughter', 'launched', 'launcher', 'launches', 'launders', 'laundrys', 'laurasia', 'laureate', 'laurence', 'laurents', 'lausanne', 'lavatory', 'lavender', 'lavernes', 'lavished', 'lavisher', 'lavishes', 'lavishly', 'lavonnes', 'lawandas', 'lawbreak', 'lawfully', 'lawgiver', 'lawmaker', 'lawrence', 'lawsuits', 'laxative', 'laxnesss', 'layaways', 'layering', 'layettes', 'layovers', 'laywoman', 'laywomen', 'lazaruss', 'laziness', 'leachate', 'leaching', 'leadings', 'leadsman', 'leadsmen', 'leafiest', 'leafless', 'leaflets', 'leaguers', 'leaguing', 'leakages', 'leakiest', 'leanings', 'leanness', 'leapfrog', 'learjets', 'learners', 'learning', 'leashing', 'leathern', 'leathers', 'leathery', 'leavened', 'leavings', 'lebanese', 'lebanons', 'lebesgue', 'leblancs', 'lecherys', 'lecithin', 'lecterns', 'lectured', 'lecturer', 'lectures', 'leeching', 'leeriest', 'leewards', 'leftisms', 'leftists', 'leftmost', 'leftover', 'leftward', 'legacies', 'legalese', 'legalise', 'legalism', 'legality', 'legalize', 'legatees', 'legation', 'legendre', 'leggiest', 'leggings', 'legrooms', 'legworks', 'leibnizs', 'leighton', 'leipzigs', 'leisures', 'lemaitre', 'lemmings', 'lemonade', 'lemurias', 'lengthen', 'lengthly', 'leniency', 'leninism', 'leninist', 'leonardo', 'leonards', 'leonidas', 'leopards', 'leopoldo', 'leopolds', 'leotards', 'leprosys', 'lesbians', 'lesothos', 'lessened', 'lestrade', 'letdowns', 'lethally', 'lethargy', 'leticias', 'letitias', 'lettered', 'letterer', 'lettuces', 'leukemia', 'levelers', 'leveling', 'levelled', 'leveller', 'leverage', 'levering', 'levesque', 'levitate', 'levulose', 'lewdness', 'lewinsky', 'lexicons', 'liaising', 'liaisons', 'libation', 'libelers', 'libeling', 'libelled', 'libeller', 'libelous', 'liberace', 'liberals', 'liberate', 'liberian', 'liberias', 'libertys', 'librarys', 'libretti', 'libretto', 'libriums', 'licenced', 'licences', 'licensed', 'licensee', 'licenses', 'licensor', 'lickings', 'licorice', 'lifeboat', 'lifeless', 'lifelike', 'lifeline', 'lifelong', 'lifespan', 'lifetime', 'lifework', 'liftoffs', 'ligament', 'ligature', 'lightens', 'lighters', 'lightest', 'lighting', 'lignites', 'likeable', 'likelier', 'likeness', 'likening', 'likewise', 'lilianas', 'lillians', 'lilliput', 'lilongwe', 'limbaugh', 'limbered', 'limbless', 'limeades', 'limerick', 'limitate', 'limiters', 'limiting', 'limousin', 'limpidly', 'limpness', 'limpopos', 'linchpin', 'lincolns', 'lindberg', 'lindholm', 'lineages', 'lineally', 'linearly', 'linefeed', 'linemans', 'linesman', 'linesmen', 'lingered', 'lingerer', 'lingerie', 'linguist', 'liniment', 'linkages', 'linnaeus', 'linoleum', 'linotype', 'linseeds', 'linwoods', 'lionesss', 'lionised', 'lionises', 'lionized', 'lionizes', 'lippmann', 'lipreads', 'lipscomb', 'lipstick', 'liqueurs', 'liquidus', 'liquored', 'listened', 'listener', 'listings', 'listless', 'litanies', 'literacy', 'literals', 'literary', 'literate', 'literati', 'lithiums', 'litigant', 'litigate', 'littered', 'littlest', 'littoral', 'liturgic', 'liturgys', 'liveable', 'livelier', 'livelong', 'liveness', 'livening', 'liveried', 'liveries', 'livonias', 'loadable', 'loadings', 'loadstar', 'loamiest', 'loanword', 'loathing', 'lobbying', 'lobbyist', 'loblolly', 'lobotomy', 'lobsters', 'localise', 'locality', 'localize', 'locating', 'location', 'locative', 'locators', 'lockable', 'lockhart', 'lockheed', 'lockings', 'lockjaws', 'lockouts', 'lockstep', 'lockwood', 'locomote', 'locoweed', 'locution', 'lodestar', 'lodgings', 'lodowick', 'loftiest', 'logbooks', 'loggings', 'logician', 'logistic', 'logotype', 'loitered', 'loiterer', 'lollipop', 'lollygag', 'lollypop', 'lombardi', 'lombards', 'lombardy', 'londoner', 'lonelier', 'lonesome', 'longboat', 'longhair', 'longhand', 'longhorn', 'longings', 'longtime', 'lookouts', 'looniest', 'loophole', 'loopiest', 'loosened', 'lopsided', 'loraines', 'lordlier', 'lordosis', 'lordship', 'loreleis', 'lorenzos', 'lorettas', 'lorraine', 'lossiest', 'lothario', 'lotterys', 'loudness', 'louellas', 'lounging', 'lousiest', 'louvered', 'loveable', 'lovebird', 'lovelace', 'loveland', 'loveless', 'lovelier', 'lovelies', 'lovelorn', 'lovesick', 'lovingly', 'lowbrows', 'lowdowns', 'lowering', 'lowlands', 'lowliest', 'lownesss', 'loyalest', 'loyalist', 'loyaller', 'loyaltys', 'lozenges', 'lucianos', 'lucidity', 'lucifers', 'lucilles', 'lucindas', 'luckiest', 'luckless', 'lucknows', 'lucretia', 'luddites', 'ludhiana', 'luggages', 'lukewarm', 'lullabys', 'lumbagos', 'lumbered', 'luminary', 'luminous', 'lummoxes', 'lumpiest', 'lunacies', 'lunatics', 'lunchbox', 'luncheon', 'lunching', 'lundberg', 'lurching', 'luscious', 'lushness', 'lustiest', 'lustrous', 'lutanist', 'lutetium', 'lutheran', 'luxuries', 'lycurgus', 'lymphoma', 'lynching', 'lynchpin', 'lynettes', 'lynnette', 'lyricism', 'lyricist', 'lysergic', 'macadams', 'macaroni', 'macaroon', 'macassar', 'macaulay', 'macbride', 'macedons', 'macerate', 'machetes', 'machined', 'machines', 'machismo', 'mackerel', 'mackinac', 'mackinaw', 'macleish', 'macumbas', 'maddened', 'madeiras', 'madeline', 'madelyns', 'madhouse', 'madisons', 'madnesss', 'madonnas', 'madrases', 'madrigal', 'madstone', 'madurais', 'madwoman', 'madwomen', 'maestros', 'magazine', 'magellan', 'magentas', 'maghrebs', 'magician', 'maginots', 'magnates', 'magnesia', 'magnetic', 'magnetos', 'magnolia', 'magnuson', 'magritte', 'magruder', 'maharaja', 'maharani', 'mahatmas', 'mahavira', 'mahayana', 'mahfouzs', 'mahicans', 'mahjongs', 'mahogany', 'maidenly', 'maigrets', 'mailable', 'mailboxs', 'mailings', 'mailmans', 'mainland', 'mainline', 'mainmast', 'mainsail', 'mainstay', 'maintain', 'maitreya', 'majestic', 'majestys', 'majorcas', 'majoring', 'majority', 'makarios', 'malabars', 'maladapt', 'maladies', 'malagasy', 'malaises', 'malaprop', 'malarial', 'malarias', 'malarkey', 'malayans', 'malaysia', 'maldives', 'maledict', 'maleness', 'maligned', 'malindas', 'malinger', 'mallards', 'mallorys', 'malposed', 'malteses', 'malthuss', 'maltreat', 'mamboing', 'mameluke', 'mammoths', 'manacled', 'manacles', 'managers', 'managing', 'managuas', 'manasseh', 'manatees', 'mancinis', 'mandalay', 'mandamus', 'mandarin', 'mandated', 'mandates', 'mandible', 'mandingo', 'mandolin', 'mandrake', 'mandrell', 'mandrill', 'maneuver', 'manfreds', 'manfully', 'mangiest', 'mangling', 'mangrove', 'manholes', 'manhoods', 'manhunts', 'maniacal', 'manicure', 'manifest', 'manifold', 'manikins', 'manillas', 'manitoba', 'mankinds', 'manliest', 'mannered', 'mannerly', 'mannheim', 'mannikin', 'manorial', 'manpower', 'mansards', 'mansions', 'mantegna', 'mantilla', 'mantises', 'mantissa', 'mantling', 'manually', 'manuelas', 'manumits', 'manuring', 'manville', 'mappable', 'mappings', 'marabous', 'marathas', 'marathis', 'marathon', 'marauded', 'marauder', 'marbling', 'marcella', 'marcello', 'marcelos', 'marchers', 'marching', 'marciano', 'margaret', 'margerys', 'marginal', 'margrets', 'mariachi', 'marianas', 'marianne', 'marianos', 'maribels', 'maricela', 'marietta', 'marigold', 'marilyns', 'marimbas', 'marinade', 'marinate', 'mariners', 'marisols', 'marissas', 'maritain', 'maritime', 'maritzas', 'marjoram', 'marjorie', 'marjorys', 'markable', 'markdown', 'markedly', 'marketed', 'marketer', 'markings', 'marksman', 'marksmen', 'marlboro', 'marlenes', 'marmaras', 'marmoset', 'maronite', 'marooned', 'marquees', 'marquess', 'marquezs', 'marquise', 'marquiss', 'marquita', 'marriage', 'marrieds', 'marriott', 'marrying', 'marsalas', 'marshall', 'marshals', 'marshier', 'martians', 'martinas', 'martinet', 'martinez', 'martinis', 'martyred', 'marveled', 'marvells', 'marxisms', 'marxists', 'maryanne', 'maryanns', 'maryland', 'marylous', 'marzipan', 'mascagni', 'mascaras', 'maserati', 'mashhads', 'maskings', 'masonite', 'masonrys', 'massacre', 'massaged', 'massages', 'massenet', 'masseurs', 'masseuse', 'mastered', 'masterly', 'masterys', 'masthead', 'mastiffs', 'mastodon', 'mastoids', 'matadors', 'matchbox', 'matchers', 'matching', 'material', 'materiel', 'maternal', 'matrices', 'matriels', 'matrixes', 'matronly', 'mattered', 'matthews', 'matthias', 'mattings', 'mattocks', 'mattress', 'maturate', 'maturely', 'maturest', 'maturing', 'maturity', 'maunders', 'maureens', 'mauricio', 'maurines', 'mauryans', 'mausolea', 'maverick', 'maxillae', 'maxillas', 'maximise', 'maximize', 'maximums', 'mayapple', 'mayflies', 'maynards', 'maypoles', 'mazatlan', 'mazourka', 'mazurkas', 'mazzinis', 'mbabanes', 'mcbrides', 'mccallum', 'mccarthy', 'mccartys', 'mccauley', 'mcclains', 'mcclures', 'mcconnel', 'mcdaniel', 'mcdonald', 'mcdowell', 'mcenroes', 'mcfadden', 'mcginnis', 'mcgovern', 'mcgowans', 'mcgregor', 'mcguffey', 'mcguires', 'mcintosh', 'mcintyre', 'mckenzie', 'mckesson', 'mckinley', 'mckinney', 'mcknight', 'mcluhans', 'mcmahons', 'mcmillan', 'mcmullen', 'mcnamara', 'mcqueens', 'mcveighs', 'meagerly', 'mealiest', 'mealtime', 'meanders', 'meanings', 'meanness', 'meantime', 'measless', 'measlier', 'measured', 'measurer', 'measures', 'meatball', 'meatiest', 'meatloaf', 'mechanic', 'medalist', 'meddlers', 'meddling', 'medellin', 'mediated', 'mediates', 'mediator', 'medicaid', 'medicals', 'medicare', 'medicate', 'medicine', 'medieval', 'mediocre', 'meditate', 'medullae', 'medullas', 'meekness', 'meetings', 'megabyte', 'megalith', 'megatons', 'megavolt', 'megawatt', 'megaword', 'meighens', 'melamine', 'melanges', 'melanies', 'melanins', 'melanoma', 'melchior', 'melendez', 'melindas', 'melissas', 'mellowed', 'mellower', 'melodies', 'meltdown', 'melville', 'membrane', 'mementos', 'memorial', 'memories', 'memorise', 'memorize', 'memphiss', 'menacing', 'menander', 'menarche', 'menelaus', 'meneliks', 'menfolks', 'menhaden', 'menially', 'meniscus', 'menkents', 'menorahs', 'menswear', 'mentally', 'menthols', 'mentions', 'mentored', 'menuhins', 'mercados', 'mercator', 'mercedes', 'merchant', 'merciful', 'mercuric', 'mercurys', 'meredith', 'meridian', 'meringue', 'meriting', 'mermaids', 'merriams', 'merricks', 'merriest', 'merrills', 'merritts', 'mesdames', 'mesmeric', 'mesoderm', 'mesozoic', 'mesquite', 'messages', 'messiaen', 'messiahs', 'messiest', 'mestizos', 'metabole', 'metallic', 'metaphor', 'meteoric', 'metering', 'methadon', 'methanes', 'methanol', 'methinks', 'methodic', 'metrical', 'mexicali', 'mexicans', 'miaowing', 'miasmata', 'micawber', 'micheals', 'micheles', 'michelin', 'michelle', 'michelob', 'michigan', 'microbes', 'middling', 'midlands', 'midnight', 'midpoint', 'midrange', 'midriffs', 'midscale', 'midterms', 'midtowns', 'midweeks', 'midwests', 'midwifed', 'midwifes', 'midwived', 'midwives', 'midyears', 'mightier', 'mightily', 'migraine', 'migrants', 'migrated', 'migrates', 'mikhails', 'mikoyans', 'milagros', 'mildewed', 'mildness', 'mildreds', 'mileages', 'milepost', 'milfords', 'militant', 'military', 'militate', 'militias', 'milkiest', 'milkmaid', 'milkmans', 'milksops', 'milkweed', 'millages', 'millards', 'millenia', 'millikan', 'milliner', 'millions', 'millrace', 'miltonic', 'miltowns', 'mimicked', 'mimicrys', 'minamoto', 'minarets', 'minatory', 'mindanao', 'mindless', 'mindoros', 'minerals', 'minervas', 'mingling', 'minibike', 'minibuss', 'minicams', 'minimise', 'minimize', 'minimums', 'minister', 'ministry', 'minivans', 'minnelli', 'minoltas', 'minoring', 'minority', 'minotaur', 'minstrel', 'mintakas', 'mintiest', 'minuends', 'minutely', 'minutest', 'minutiae', 'minutias', 'minuting', 'miocenes', 'mirabeau', 'miracles', 'mirrored', 'mirthful', 'misapply', 'miscalls', 'miscarry', 'miscasts', 'mischief', 'miscible', 'miscount', 'miscuing', 'misdeals', 'misdealt', 'misdeeds', 'misdoing', 'miseries', 'misfired', 'misfires', 'misguide', 'mishmash', 'misjudge', 'misleads', 'mismatch', 'misnomer', 'misogyny', 'misplace', 'misplays', 'misprint', 'misquote', 'misreads', 'misruled', 'misrules', 'missiles', 'missions', 'missives', 'missoula', 'missouri', 'misspell', 'misspelt', 'misspend', 'misspent', 'misstate', 'missteps', 'mistaken', 'mistakes', 'mistiest', 'mistimed', 'mistimes', 'mistreat', 'mistress', 'mistrial', 'mistrust', 'mistyped', 'mistypes', 'misusing', 'mitchell', 'mitchels', 'mitering', 'mitfords', 'mitigate', 'mitosiss', 'mixtures', 'mnemonic', 'mobilise', 'mobility', 'mobilize', 'mobsters', 'moccasin', 'mockerys', 'modality', 'modeling', 'modelled', 'moderate', 'modernly', 'modestly', 'modestys', 'modicums', 'modified', 'modifier', 'modifies', 'modishly', 'modulate', 'mohameds', 'mohammad', 'mohammed', 'mohicans', 'moieties', 'moiseyev', 'moistens', 'moistest', 'moisture', 'molasses', 'moldavia', 'moldered', 'moldiest', 'moldings', 'moldovas', 'molecule', 'molehill', 'moleskin', 'molested', 'molester', 'molieres', 'molluscs', 'mollusks', 'molokais', 'molotovs', 'moluccas', 'mombasas', 'momentum', 'monarchs', 'monarchy', 'monastic', 'monaural', 'mondales', 'mondrian', 'monetary', 'moneybag', 'mongeese', 'mongered', 'mongolia', 'mongoose', 'mongrels', 'monicker', 'monikers', 'moniques', 'monitors', 'monitory', 'monkeyed', 'monmouth', 'monocles', 'monogamy', 'monogram', 'monolith', 'monologs', 'monomial', 'monopoly', 'monorail', 'monotone', 'monotony', 'monoxide', 'monrovia', 'monsanto', 'monsieur', 'monsoons', 'monsters', 'montages', 'montague', 'montanan', 'montanas', 'montcalm', 'monterey', 'monthlys', 'montoyas', 'montreal', 'monument', 'moochers', 'mooching', 'moodiest', 'moonbeam', 'moonlike', 'moonshot', 'moorings', 'moorishs', 'moorland', 'moraines', 'moraless', 'moralise', 'moralist', 'morality', 'moralize', 'morasses', 'moravian', 'morbidly', 'mordants', 'moreland', 'moreover', 'moriarty', 'moribund', 'morisons', 'mornings', 'moroccan', 'moroccos', 'morosely', 'morpheme', 'morpheus', 'morphine', 'morphism', 'morrison', 'mortally', 'mortared', 'mortgage', 'morticed', 'mortices', 'mortimer', 'mortised', 'mortises', 'mortuary', 'moselles', 'moseying', 'mosquito', 'mossiest', 'mothball', 'mothered', 'motherer', 'motherly', 'motioned', 'motivate', 'motliest', 'motorcar', 'motoring', 'motorise', 'motorist', 'motorize', 'motorman', 'motormen', 'motorola', 'motorway', 'mottling', 'moulders', 'mouldier', 'moulding', 'moulting', 'mounding', 'mountain', 'mounties', 'mounting', 'mourners', 'mournful', 'mourning', 'mousiest', 'moussing', 'mouthful', 'mouthing', 'movables', 'moveable', 'movement', 'movingly', 'mozillas', 'muawiyas', 'mubaraks', 'mucilage', 'muckiest', 'muckrake', 'muddiest', 'muddlers', 'muddling', 'muddying', 'mudguard', 'mudslide', 'mudsling', 'muellers', 'muenster', 'muezzins', 'mufflers', 'muffling', 'muggiest', 'muggings', 'muhammad', 'mulattos', 'mulberry', 'mulching', 'muleteer', 'mulishly', 'mulligan', 'mullikan', 'mullions', 'mulroney', 'multiple', 'multiply', 'mumblers', 'mumbling', 'mummerys', 'munchies', 'munching', 'munition', 'muralist', 'murasaki', 'murdered', 'murderer', 'muriatic', 'murkiest', 'murmansk', 'murmured', 'murmurer', 'muscatel', 'muscling', 'muscovys', 'muscular', 'mushiest', 'mushroom', 'musicale', 'musicals', 'musician', 'muskegon', 'musketry', 'muskiest', 'muskogee', 'muskoxen', 'muskrats', 'mussiest', 'mustache', 'mustangs', 'mustards', 'mustered', 'mustiest', 'mutandis', 'mutating', 'mutation', 'mutative', 'muteness', 'mutilate', 'mutineer', 'mutinied', 'mutinies', 'mutinous', 'muttered', 'mutterer', 'mutually', 'muzzling', 'myanmars', 'mycenaes', 'mycology', 'myspaces', 'mysterys', 'mystical', 'mystique', 'mythical', 'nabiscos', 'nagasaki', 'nahuatls', 'naipauls', 'nairobis', 'naismith', 'nakayama', 'nameable', 'nameless', 'namesake', 'namibian', 'namibias', 'nanchang', 'nanettes', 'nanjings', 'nankings', 'napalmed', 'naphtali', 'naphthas', 'napoleon', 'nappiest', 'napsters', 'narbonne', 'narcissi', 'narcosis', 'narcotic', 'narmadas', 'narrated', 'narrates', 'narrator', 'narrowed', 'narrower', 'narrowly', 'narwhals', 'nasalise', 'nasalize', 'nastiest', 'natalias', 'natalies', 'natashas', 'national', 'natively', 'nativity', 'nattiest', 'naturals', 'nauseate', 'nauseous', 'nautical', 'nautilus', 'navahoes', 'navajoes', 'navarros', 'navigate', 'naysayer', 'nazarene', 'nazareth', 'naziisms', 'ndjamena', 'nearness', 'neatness', 'nebraska', 'nebulous', 'necklace', 'neckline', 'neckties', 'necropsy', 'necrosis', 'necrotic', 'neediest', 'needlers', 'needless', 'needling', 'negating', 'negation', 'negative', 'negators', 'neglects', 'negligee', 'negroids', 'nehemiah', 'neighbor', 'neighing', 'nematode', 'nembutal', 'nemesiss', 'neonatal', 'neonates', 'neophyte', 'neoprene', 'nepalese', 'nepenthe', 'nepotism', 'neptunes', 'nerdiest', 'nerviest', 'nescafes', 'nestling', 'netflixs', 'netscape', 'nettings', 'nettling', 'networks', 'neuritis', 'neuronal', 'neuroses', 'neurosis', 'neurotic', 'neutered', 'neutrals', 'neutrino', 'neutrons', 'nevadans', 'newborns', 'newcomer', 'newfound', 'newlywed', 'newnesss', 'newports', 'newsboys', 'newscast', 'newsiest', 'newsmans', 'newsreel', 'newsweek', 'ngaliema', 'niagaras', 'nibblers', 'nibbling', 'nibelung', 'niccolos', 'niceness', 'niceties', 'nichiren', 'nicholas', 'nicholes', 'nicholls', 'nichrome', 'nicklaus', 'nicknack', 'nickname', 'nickolas', 'nicobars', 'nicosias', 'nicotine', 'niebuhrs', 'niftiest', 'nigerian', 'nigerias', 'niggards', 'niggling', 'nightcap', 'nighties', 'nihilism', 'nihilist', 'nijinsky', 'nikolais', 'nimblest', 'nimbuses', 'ninebark', 'ninefold', 'ninepins', 'nineteen', 'nineties', 'ninevehs', 'nintendo', 'nippiest', 'nirvanas', 'nitpicks', 'nitrated', 'nitrates', 'nitrogen', 'nobelist', 'nobelium', 'nobility', 'nobleman', 'noblemen', 'noblesse', 'nobodies', 'nocturne', 'noisiest', 'nominate', 'nominees', 'nomogram', 'nondairy', 'nonempty', 'nonesuch', 'nonevent', 'nonfatal', 'nonhuman', 'nonlocal', 'nonrigid', 'nonsense', 'nonstick', 'nontoxic', 'nonunion', 'nonusers', 'nonwhite', 'noodling', 'noondays', 'noontide', 'noontime', 'norberto', 'norberts', 'nordhoff', 'norfolks', 'noriegas', 'normalcy', 'normally', 'normands', 'normandy', 'norplant', 'norseman', 'norsemen', 'northern', 'northrop', 'northrup', 'nosedive', 'nosedove', 'nosegays', 'nosiness', 'nostrand', 'nostrils', 'nostrums', 'notables', 'notaries', 'notarise', 'notarize', 'notation', 'notching', 'notebook', 'nothings', 'noticing', 'notified', 'notifier', 'notifies', 'notional', 'notocord', 'novartis', 'novelist', 'novellas', 'noveltys', 'november', 'novgorod', 'novocain', 'nowadays', 'nowheres', 'noxzemas', 'nucleant', 'nucleate', 'nucleoli', 'nucleuss', 'nugatory', 'nuisance', 'nullitys', 'numbered', 'numberer', 'numberss', 'numbness', 'numeracy', 'numerals', 'numerate', 'numerics', 'numerous', 'numinous', 'numskull', 'nunavuts', 'nunnerys', 'nuptials', 'nurserys', 'nursings', 'nurtured', 'nurtures', 'nutcrack', 'nuthatch', 'nutmeats', 'nutrient', 'nutshell', 'nuttiest', 'nuzzling', 'nyereres', 'oaklands', 'oarlocks', 'oarsmans', 'oatmeals', 'obduracy', 'obdurate', 'obedient', 'obeisant', 'obelisks', 'oberlins', 'obesitys', 'obituary', 'objected', 'objecter', 'objector', 'oblation', 'obligate', 'obliging', 'obliques', 'oblivion', 'obloquys', 'obscener', 'obscured', 'obscurer', 'obscures', 'obsequys', 'observed', 'observer', 'observes', 'obsessed', 'obsesses', 'obsidian', 'obsolete', 'obstacle', 'obstruct', 'obtained', 'obtruded', 'obtrudes', 'obtusely', 'obtusest', 'obverses', 'obviated', 'obviates', 'ocarinas', 'occasion', 'occident', 'occluded', 'occludes', 'occupant', 'occupied', 'occupier', 'occupies', 'occurred', 'oceanias', 'oceanics', 'oceanuss', 'oconnell', 'octagons', 'octavios', 'octettes', 'octobers', 'octopuss', 'octoroon', 'oculists', 'oddballs', 'oddities', 'oddnesss', 'odiously', 'odometer', 'odonnell', 'odorless', 'odysseus', 'odysseys', 'oedipuss', 'oersteds', 'offbeats', 'offences', 'offended', 'offender', 'offenses', 'offerers', 'offering', 'officers', 'official', 'offprint', 'offshoot', 'offshore', 'offstage', 'oftenest', 'ohiggins', 'ohmmeter', 'oilcloth', 'oilfield', 'oiliness', 'oilskins', 'ointment', 'okinawas', 'oklahoma', 'olajuwon', 'oldfield', 'olduvais', 'oleander', 'oligarch', 'olivetti', 'olmsteds', 'olympiad', 'olympian', 'olympias', 'olympics', 'olympuss', 'omdurman', 'omelette', 'omission', 'omitting', 'omnibuss', 'omnivore', 'oncology', 'oncoming', 'onenesss', 'onlooker', 'onondaga', 'onrushes', 'onsagers', 'ontarios', 'ontogeny', 'ontology', 'opacitys', 'opaquely', 'opaquest', 'opaquing', 'openings', 'openness', 'openwork', 'operable', 'operandi', 'operands', 'operated', 'operates', 'operatic', 'operator', 'operetta', 'ophelias', 'ophiucus', 'opinions', 'opossums', 'opponent', 'opposing', 'opposite', 'optician', 'optimise', 'optimism', 'optimist', 'optimize', 'optimums', 'optional', 'optioned', 'opulence', 'oracular', 'orations', 'oratoric', 'oratorio', 'oratorys', 'orbisons', 'orbitals', 'orbiters', 'orbiting', 'orchards', 'ordained', 'ordering', 'orderlys', 'ordinals', 'ordinary', 'ordinate', 'ordnance', 'oreganos', 'oresteia', 'organdie', 'organdys', 'organics', 'organise', 'organism', 'organist', 'organize', 'orgasmic', 'oriental', 'oriented', 'orifices', 'origamis', 'original', 'orinocos', 'orizabas', 'orlandos', 'orleanss', 'ornament', 'ornately', 'ornerier', 'orphaned', 'orpheuss', 'orthicon', 'orthodox', 'orvilles', 'oshkoshs', 'osmosiss', 'ossified', 'ossifies', 'ostracod', 'ostrichs', 'osvaldos', 'othellos', 'ottomans', 'outbacks', 'outbound', 'outbreak', 'outburst', 'outcasts', 'outclass', 'outcomes', 'outcries', 'outcrops', 'outdated', 'outdoing', 'outdoors', 'outfield', 'outflank', 'outfoxed', 'outfoxes', 'outgoing', 'outgrown', 'outgrows', 'outhouse', 'outlasts', 'outlawed', 'outlawry', 'outlined', 'outlines', 'outlived', 'outlives', 'outlooks', 'outlying', 'outmoded', 'outplays', 'outposts', 'outraged', 'outrages', 'outranks', 'outreach', 'outrider', 'outright', 'outsells', 'outshine', 'outshone', 'outsider', 'outsides', 'outsized', 'outsizes', 'outskirt', 'outsmart', 'outstays', 'outstrip', 'outtakes', 'outvoted', 'outvotes', 'outwards', 'outwears', 'outweigh', 'ovations', 'ovenbird', 'overacts', 'overages', 'overalls', 'overawed', 'overawes', 'overbear', 'overbite', 'overbook', 'overbore', 'overcame', 'overcast', 'overcoat', 'overcome', 'overcook', 'overdoes', 'overdone', 'overdose', 'overdraw', 'overdrew', 'overeats', 'overflow', 'overfull', 'overgrew', 'overgrow', 'overhand', 'overhang', 'overhaul', 'overhead', 'overhear', 'overheat', 'overhung', 'overjoys', 'overkill', 'overlaid', 'overlain', 'overland', 'overlaps', 'overlays', 'overlies', 'overload', 'overlong', 'overlook', 'overlord', 'overmuch', 'overpaid', 'overpass', 'overpays', 'overplay', 'overrate', 'override', 'overripe', 'overrode', 'overrule', 'overruns', 'overseas', 'overseen', 'overseer', 'oversees', 'oversell', 'overshoe', 'overshot', 'oversize', 'oversold', 'overstay', 'overstep', 'overtake', 'overtime', 'overtone', 'overtook', 'overture', 'overturn', 'overused', 'overuses', 'overview', 'overwork', 'oviducts', 'ovulated', 'ovulates', 'oxidised', 'oxidiser', 'oxidises', 'oxidized', 'oxidizer', 'oxidizes', 'oxonians', 'oxymoron', 'pacemake', 'pachecos', 'pacifics', 'pacified', 'pacifier', 'pacifies', 'pacifism', 'pacifist', 'packaged', 'packager', 'packages', 'packards', 'packings', 'paddings', 'paddling', 'paddocks', 'padillas', 'padlocks', 'paganini', 'paganism', 'pageants', 'paginate', 'pailfuls', 'pailsful', 'painless', 'painters', 'painting', 'pairings', 'pairwise', 'paisleys', 'pajamass', 'pakistan', 'palatals', 'palatial', 'palatine', 'palavers', 'paleface', 'paleness', 'palermos', 'palettes', 'palikirs', 'palimony', 'palisade', 'palladia', 'palladio', 'palliate', 'palmetto', 'palmiest', 'palmists', 'palmyras', 'palomars', 'palomino', 'palpable', 'palpably', 'palpated', 'palpates', 'palsying', 'paltrier', 'pampered', 'pamphlet', 'panaceas', 'panaches', 'pancaked', 'pancakes', 'pancreas', 'pandanus', 'pandemic', 'pandered', 'panderer', 'pandoras', 'paneling', 'panelist', 'panelled', 'pangaeas', 'panicked', 'panniers', 'panoplys', 'panorama', 'pantheon', 'panthers', 'pantries', 'pantsuit', 'papacies', 'paperboy', 'paperers', 'papering', 'papillae', 'papillas', 'papooses', 'paprikas', 'papyruss', 'parables', 'parabola', 'paradigm', 'parading', 'paradise', 'paradoxs', 'paraffin', 'paragons', 'paraguay', 'parakeet', 'parallax', 'parallel', 'paralyse', 'paralyze', 'paramour', 'paranoia', 'paranoid', 'parapets', 'parasite', 'parasols', 'paraxial', 'parboils', 'parceled', 'parching', 'pardoned', 'pardoner', 'parental', 'parented', 'parfaits', 'parishes', 'parisian', 'parkings', 'parkland', 'parklike', 'parkways', 'parlance', 'parlayed', 'parleyed', 'parlours', 'parmesan', 'parodied', 'parodies', 'parolees', 'paroling', 'paroxysm', 'parquets', 'parroted', 'parrying', 'parsifal', 'parsings', 'parsleys', 'parsnips', 'partaken', 'partaker', 'partakes', 'parterre', 'parthias', 'partials', 'particle', 'partings', 'partisan', 'partizan', 'partners', 'partying', 'parvenus', 'pasadena', 'pasquale', 'passable', 'passably', 'passages', 'passband', 'passbook', 'passerby', 'passings', 'passions', 'passives', 'passkeys', 'passover', 'passport', 'password', 'pasterns', 'pasteurs', 'pastiche', 'pastiest', 'pastimes', 'pastness', 'pastoral', 'pastrami', 'pastries', 'pastured', 'pastures', 'patchier', 'patching', 'patellae', 'patellas', 'patented', 'patentee', 'patenter', 'patently', 'paternal', 'paterson', 'pathetic', 'pathfind', 'pathogen', 'pathways', 'patience', 'patients', 'patricas', 'patrices', 'patricia', 'patricks', 'patriots', 'pattered', 'patterns', 'paucitys', 'paulette', 'paunches', 'pavement', 'pavilion', 'pawnshop', 'paycheck', 'payloads', 'payments', 'payrolls', 'peabodys', 'peaceful', 'peacocks', 'peafowls', 'pearlier', 'pearlies', 'pearling', 'pearlite', 'pearsons', 'peasants', 'pebblier', 'pebbling', 'peccarys', 'pectoral', 'peculate', 'peculiar', 'pedagogs', 'pedagogy', 'pedaling', 'pedalled', 'pedantic', 'pedantry', 'peddlers', 'peddling', 'pederast', 'pedestal', 'pedicure', 'pedigree', 'pediment', 'peekaboo', 'peelings', 'peephole', 'peerages', 'peerless', 'pegasuss', 'pegboard', 'peipings', 'pekinese', 'pelicans', 'pellagra', 'pelleted', 'pellucid', 'pelvises', 'pembroke', 'pemmican', 'penalise', 'penalize', 'penaltys', 'penances', 'penchant', 'penciled', 'pendants', 'pendents', 'pendulum', 'penelope', 'penguins', 'penitent', 'penknife', 'penlight', 'penlites', 'pennants', 'pennzoil', 'penology', 'pensions', 'pentagon', 'pentiums', 'penumbra', 'peonages', 'peopling', 'peppered', 'peppiest', 'percales', 'perceive', 'percents', 'perching', 'percival', 'perelman', 'perfects', 'perfidys', 'perforce', 'performs', 'perfumed', 'perfumes', 'pergamon', 'pericles', 'perigees', 'periling', 'perilled', 'perilous', 'periodic', 'perished', 'perisher', 'perishes', 'periwigs', 'perjured', 'perjurer', 'perjures', 'perjurys', 'perkiest', 'permeate', 'permians', 'permuted', 'permutes', 'peroxide', 'perseuss', 'pershing', 'persians', 'persists', 'personae', 'personal', 'personas', 'perspire', 'persuade', 'pertains', 'pertness', 'perturbs', 'perusals', 'perusers', 'perusing', 'peruvian', 'pervaded', 'pervades', 'perverse', 'perverts', 'peshawar', 'peskiest', 'pessimal', 'pessimum', 'pestered', 'pestling', 'petering', 'petersen', 'peterson', 'petioles', 'petition', 'petrarch', 'pettiest', 'pettifog', 'petulant', 'petunias', 'peugeots', 'phaethon', 'phalanxs', 'phalluss', 'phantasm', 'phantasy', 'phantoms', 'pharaohs', 'pharisee', 'pharmacy', 'pharynxs', 'pheasant', 'phenolic', 'philippe', 'phillipa', 'phillips', 'philters', 'philtres', 'phishers', 'phishing', 'phoenixs', 'phonemes', 'phonemic', 'phonetic', 'phoneyed', 'phonicss', 'phoniest', 'phonying', 'phosgene', 'phosphor', 'photoing', 'phrasing', 'phrygias', 'phylliss', 'physical', 'physicss', 'physique', 'pianists', 'pianolas', 'picassos', 'picayune', 'piccolos', 'pickaxed', 'pickaxes', 'pickerel', 'picketed', 'picketer', 'pickford', 'pickiest', 'pickings', 'pickling', 'pickwick', 'pictured', 'pictures', 'piddling', 'piebalds', 'piedmont', 'piercing', 'pierrots', 'piggiest', 'pigments', 'pigskins', 'pigsties', 'pigtails', 'pilaster', 'pilchard', 'pilewort', 'pilfered', 'pilferer', 'pilgrims', 'pillaged', 'pillages', 'pillared', 'pillboxs', 'pillions', 'pillorys', 'pillowed', 'piloting', 'pimentos', 'pimiento', 'pimplier', 'pinafore', 'pinatubo', 'pinballs', 'pinching', 'pinheads', 'pinholes', 'pinioned', 'pinkeyes', 'pinkness', 'pinnacle', 'pinnings', 'pinochet', 'pinochle', 'pinpoint', 'pinprick', 'pinscher', 'pinwheel', 'pioneers', 'pipeline', 'piquancy', 'piranhas', 'pirating', 'pissaros', 'pitcairn', 'pitchers', 'pitching', 'pitchman', 'pitchmen', 'pitfalls', 'pithiest', 'pitiable', 'pitiably', 'pitiless', 'pittance', 'pittmans', 'pittston', 'pivoting', 'pizzazzs', 'pizzeria', 'placards', 'placated', 'placater', 'placates', 'placebos', 'placenta', 'placidly', 'plackets', 'plaguing', 'plainest', 'plaiting', 'plangent', 'planking', 'plankton', 'planners', 'planning', 'plantain', 'planters', 'planting', 'plasters', 'plastics', 'plastron', 'plataeas', 'plateaus', 'plateaux', 'plateful', 'platelet', 'platform', 'platings', 'platinum', 'platonic', 'platoons', 'platters', 'platting', 'platypus', 'plaudits', 'plautuss', 'playable', 'playacts', 'playback', 'playbill', 'playboys', 'playgoer', 'playmate', 'playoffs', 'playpens', 'playroom', 'playtexs', 'playtime', 'pleaders', 'pleading', 'pleasant', 'pleasing', 'pleasure', 'pleating', 'plebeian', 'plectrum', 'pledging', 'pleiades', 'plenarys', 'plethora', 'pleurisy', 'plexuses', 'pliancys', 'plighted', 'pliocene', 'plodders', 'plodding', 'plopping', 'plotters', 'plotting', 'ploughed', 'plowmans', 'pluckier', 'plucking', 'plugging', 'plumages', 'plumbago', 'plumbate', 'plumbers', 'plumbing', 'plummest', 'plummets', 'plumpest', 'plumping', 'plunders', 'plungers', 'plunging', 'plunking', 'plushest', 'plushier', 'plutarch', 'plymouth', 'plyscore', 'plywoods', 'poachers', 'poaching', 'pocketed', 'pockmark', 'podiatry', 'poetesss', 'poetical', 'poetries', 'poignant', 'poincare', 'poincars', 'pointers', 'pointier', 'pointing', 'poisoned', 'poisoner', 'poissons', 'poitiers', 'polanski', 'polarise', 'polariss', 'polarity', 'polarize', 'polaroid', 'polecats', 'polemics', 'polestar', 'policies', 'policing', 'polished', 'polisher', 'polishes', 'politely', 'politest', 'politico', 'politics', 'polities', 'polkadot', 'polkaing', 'pollards', 'polliwog', 'pollster', 'polluted', 'polluter', 'pollutes', 'pollywog', 'polonium', 'polopony', 'poltavas', 'poltroon', 'polygamy', 'polyglot', 'polygons', 'polymath', 'polymers', 'polytope', 'polytypy', 'pomading', 'pommeled', 'pompeiis', 'pondered', 'poniards', 'pontiacs', 'pontiffs', 'pontific', 'pontoons', 'ponytail', 'pooching', 'poorness', 'popcorns', 'popinjay', 'popovers', 'poppinss', 'popsicle', 'populace', 'populate', 'populism', 'populist', 'populous', 'porfirio', 'porosity', 'porphyry', 'porpoise', 'porridge', 'porrimas', 'porsches', 'portable', 'portaged', 'portages', 'portends', 'portents', 'porthole', 'porticos', 'portions', 'portland', 'portlier', 'portrait', 'portrays', 'portugal', 'poseidon', 'positing', 'position', 'positive', 'positron', 'posseman', 'possemen', 'possible', 'possibly', 'postages', 'postcard', 'postcode', 'postdate', 'postlude', 'postmans', 'postmark', 'postpaid', 'postpone', 'postured', 'postures', 'potables', 'potatoes', 'potbelly', 'potemkin', 'potencys', 'potholes', 'pothooks', 'potlatch', 'potlucks', 'potomacs', 'potsherd', 'potshots', 'pottages', 'pottered', 'potterys', 'pottiest', 'pouching', 'poultice', 'poultrys', 'pouncing', 'pounders', 'pounding', 'povertys', 'powdered', 'powerful', 'powering', 'powerset', 'powhatan', 'powwowed', 'poynting', 'practice', 'practise', 'prairies', 'praisers', 'praising', 'pralines', 'prancers', 'prancing', 'pratfall', 'prattled', 'prattles', 'prawning', 'prcising', 'preached', 'preacher', 'preaches', 'preamble', 'preceded', 'precedes', 'precepts', 'precinct', 'precious', 'preciser', 'precises', 'preclude', 'predated', 'predates', 'predator', 'predicts', 'preempts', 'preening', 'preexist', 'prefaced', 'prefaces', 'prefects', 'prefixed', 'prefixes', 'pregnant', 'preheats', 'prejudge', 'prelates', 'preludes', 'premiere', 'premiers', 'premised', 'premises', 'premisss', 'premiums', 'prenatal', 'prentice', 'prepared', 'prepares', 'preppier', 'preppies', 'prepping', 'prequels', 'presaged', 'presages', 'prescott', 'presence', 'presents', 'preserve', 'presided', 'presides', 'pressing', 'pressman', 'pressmen', 'pressure', 'prestige', 'presumed', 'presumes', 'preteens', 'pretence', 'pretends', 'pretense', 'preterit', 'pretexts', 'pretoria', 'prettied', 'prettier', 'pretties', 'prettify', 'prettily', 'pretzels', 'prevails', 'prevents', 'previews', 'previous', 'pribilof', 'priciest', 'pricking', 'prickled', 'prickles', 'priestly', 'priggish', 'primacys', 'primarys', 'primates', 'primeval', 'primmest', 'primness', 'primping', 'primrose', 'princely', 'princess', 'principe', 'printers', 'printing', 'printout', 'prioress', 'priories', 'priority', 'prisoner', 'prissier', 'pristine', 'privacys', 'privater', 'privates', 'priviest', 'probable', 'probably', 'probated', 'probates', 'probings', 'probitys', 'problems', 'procaine', 'proceeds', 'processs', 'proclaim', 'procters', 'proctors', 'procured', 'procurer', 'procures', 'procyons', 'prodding', 'prodigal', 'prodigys', 'produced', 'producer', 'produces', 'products', 'profaned', 'profanes', 'proffers', 'profiled', 'profiles', 'profited', 'proforma', 'profound', 'progenys', 'programs', 'progress', 'prohibit', 'projects', 'prolific', 'prologue', 'prolongs', 'promised', 'promises', 'promoted', 'promoter', 'promotes', 'prompted', 'prompter', 'promptly', 'pronouns', 'proofing', 'propanes', 'properer', 'properly', 'property', 'prophecy', 'prophesy', 'prophets', 'proposal', 'proposed', 'proposer', 'proposes', 'propound', 'propping', 'prorated', 'prorates', 'prorogue', 'prosiest', 'prosodic', 'prosodys', 'prospect', 'prospers', 'prostate', 'protease', 'protects', 'proteges', 'proteins', 'protests', 'proteuss', 'protocol', 'protozoa', 'protract', 'protrude', 'proudest', 'proudhon', 'provable', 'provably', 'provenal', 'provence', 'proverbs', 'provided', 'provider', 'provides', 'province', 'provisos', 'provoked', 'provokes', 'provosts', 'prowesss', 'prowlers', 'prowling', 'proximal', 'prudence', 'pruderys', 'prurient', 'prussian', 'prussias', 'psalmist', 'psalters', 'psaltery', 'psychics', 'psyching', 'psyllium', 'ptolemys', 'ptomaine', 'pubertys', 'publican', 'publicly', 'puckered', 'pucketts', 'puddings', 'puddling', 'pudgiest', 'puffball', 'puffiest', 'pugilism', 'pugilist', 'puissant', 'pulitzer', 'pullback', 'pullings', 'pullmans', 'pullouts', 'pullover', 'pulpiest', 'pulsated', 'pulsates', 'pummeled', 'pumpkins', 'punchier', 'punching', 'punctual', 'puncture', 'punditry', 'pungency', 'punished', 'punishes', 'punitive', 'punjabis', 'punsters', 'puppetry', 'puppyish', 'purblind', 'purchase', 'purebred', 'pureeing', 'pureness', 'purified', 'purifier', 'purifies', 'puritans', 'purloins', 'purplest', 'purplish', 'purports', 'purposed', 'purposes', 'purslane', 'pursuant', 'pursuers', 'pursuing', 'pursuits', 'purulent', 'purveyed', 'purveyor', 'purviews', 'pushcart', 'pushdown', 'pushiest', 'pushover', 'pussiest', 'pussycat', 'pustules', 'putative', 'putsches', 'puttered', 'puttying', 'puzzlers', 'puzzling', 'pyjamass', 'pyknotic', 'pynchons', 'pyorrhea', 'pyramids', 'pyrenees', 'pyridine', 'pyrolyse', 'pyroxene', 'qaddafis', 'qiqihars', 'quaalude', 'quackery', 'quacking', 'quadrant', 'quaffing', 'quagmire', 'quahaugs', 'quailing', 'quainter', 'quaintly', 'qualitys', 'quandary', 'quantico', 'quantify', 'quantile', 'quantity', 'quantize', 'quantums', 'quarrels', 'quarried', 'quarries', 'quarters', 'quartets', 'quartile', 'quashing', 'quatrain', 'quavered', 'qubecois', 'queasier', 'queasily', 'quechuas', 'queening', 'queerest', 'queering', 'quelling', 'quenched', 'quenches', 'quentins', 'querying', 'questers', 'questing', 'question', 'queueing', 'quibbled', 'quibbler', 'quibbles', 'quickens', 'quickest', 'quickies', 'quietest', 'quieting', 'quietude', 'quietuss', 'quilters', 'quilting', 'quinines', 'quintets', 'quintons', 'quipping', 'quirinal', 'quirkier', 'quirking', 'quisling', 'quitters', 'quitting', 'quivered', 'quixotic', 'quizzing', 'quoiting', 'quotable', 'quotient', 'qwertyui', 'qwertzui', 'rabbited', 'rabelais', 'raccoons', 'raceways', 'rachaels', 'rachelle', 'racially', 'raciness', 'racketed', 'racquets', 'radially', 'radiance', 'radiated', 'radiates', 'radiator', 'radicals', 'radioing', 'radishes', 'radiuses', 'rafferty', 'raffless', 'raffling', 'raggeder', 'raggedly', 'ragnarks', 'ragtimes', 'ragweeds', 'railbird', 'railhead', 'railings', 'raillery', 'railroad', 'railways', 'raiments', 'rainbows', 'raincoat', 'raindrop', 'rainfall', 'rainiest', 'rakishly', 'raleighs', 'rallying', 'ramadans', 'ramayana', 'ramblers', 'rambling', 'ramified', 'ramifies', 'ramirezs', 'rampaged', 'rampages', 'ramparts', 'ranchers', 'ranching', 'rancours', 'randalls', 'randells', 'randiest', 'randolph', 'randomly', 'rangiest', 'rangoons', 'rankines', 'rankings', 'rankling', 'rankness', 'ransacks', 'ransomed', 'ransomer', 'rapacity', 'rapidest', 'rapidity', 'rapports', 'raptures', 'rapunzel', 'rarefied', 'rarefies', 'rareness', 'rareties', 'rarities', 'rascally', 'rashness', 'raspiest', 'rasputin', 'rastaban', 'ratchets', 'ratified', 'ratifies', 'rational', 'rationed', 'ratliffs', 'rattiest', 'rattlers', 'rattling', 'rattraps', 'ravagers', 'ravaging', 'raveling', 'ravelled', 'ravening', 'ravenous', 'raviolis', 'ravished', 'ravishes', 'rawboned', 'rawhides', 'rawnesss', 'rayburns', 'rayleigh', 'raymonds', 'raymundo', 'raytheon', 'reaching', 'reactant', 'reacting', 'reaction', 'reactive', 'reactors', 'readable', 'readiest', 'readings', 'readjust', 'readmits', 'readouts', 'readying', 'reaffirm', 'reagents', 'realigns', 'realised', 'realises', 'realisms', 'realists', 'realitys', 'realized', 'realizes', 'realness', 'realtors', 'reappear', 'rearming', 'rearmost', 'rearrest', 'rearward', 'reasoned', 'reasoner', 'reassert', 'reassess', 'reassign', 'reassure', 'reawaken', 'rebating', 'rebelled', 'rebirths', 'rebounds', 'rebuffed', 'rebuilds', 'rebuking', 'rebuttal', 'rebutted', 'recalled', 'recanted', 'recapped', 'receding', 'receipts', 'received', 'receiver', 'receives', 'recenter', 'recently', 'receptor', 'recessed', 'recesses', 'recharge', 'rechecks', 'recherch', 'recitals', 'reciting', 'reckless', 'reckoned', 'reckoner', 'reclaims', 'reclined', 'recliner', 'reclines', 'recluses', 'recoding', 'recoiled', 'recopied', 'recopies', 'recorded', 'recorder', 'recounts', 'recouped', 'recourse', 'recovers', 'recovery', 'recreant', 'recreate', 'recruits', 'rectorys', 'recurred', 'recursed', 'recurses', 'recusant', 'recycled', 'recycles', 'redactor', 'redcoats', 'reddened', 'redeemed', 'redeemer', 'redefine', 'redeploy', 'redesign', 'redfords', 'redgrave', 'redheads', 'redirect', 'rednecks', 'rednesss', 'redolent', 'redouble', 'redoubts', 'redounds', 'redrafts', 'redresss', 'redshank', 'redskins', 'redstart', 'redstone', 'reducers', 'reducing', 'redwoods', 'reedbuck', 'reediest', 'reelects', 'reemerge', 'reenacts', 'reenlist', 'reenters', 'reentrys', 'refereed', 'referees', 'referent', 'referral', 'referred', 'refiling', 'refilled', 'refiners', 'refinery', 'refining', 'refinish', 'refitted', 'reflects', 'reflexes', 'reforest', 'reformat', 'reformed', 'reformer', 'refracts', 'refrains', 'refueled', 'refugees', 'refugios', 'refunded', 'refusals', 'refusing', 'refuting', 'regained', 'regalias', 'regaling', 'regarded', 'regardss', 'regattas', 'regencys', 'regicide', 'regimens', 'regiment', 'reginald', 'regional', 'register', 'registry', 'regresss', 'regroups', 'regulars', 'regulate', 'reguluss', 'rehabbed', 'rehashed', 'rehashes', 'rehearse', 'reheated', 'rehiring', 'reigning', 'reimpose', 'reinaldo', 'reindeer', 'reinhold', 'reinsert', 'reinvent', 'reinvest', 'reissued', 'reissues', 'rejected', 'rejecter', 'rejector', 'rejoiced', 'rejoicer', 'rejoices', 'rejoined', 'rekindle', 'relabels', 'relapsed', 'relapses', 'relating', 'relation', 'relative', 'relaxant', 'relaxing', 'relaying', 'relearns', 'released', 'releases', 'relegate', 'relented', 'relevant', 'reliable', 'reliably', 'reliance', 'relieved', 'reliever', 'relieves', 'religion', 'relished', 'relishes', 'reliving', 'reloaded', 'reloader', 'relocate', 'remained', 'remaking', 'remanded', 'remarked', 'remarque', 'rematchs', 'remedial', 'remedied', 'remedies', 'remember', 'reminded', 'reminder', 'remitted', 'remnants', 'remodels', 'remorses', 'remotely', 'remotest', 'remounts', 'removals', 'removers', 'removing', 'renaming', 'renaults', 'rendered', 'renegade', 'reneging', 'renewals', 'renewing', 'renounce', 'renovate', 'renowned', 'renumber', 'reoccupy', 'reoccurs', 'reopened', 'reorders', 'repaints', 'repaired', 'repairer', 'repartee', 'repaying', 'repealed', 'repealer', 'repeated', 'repeater', 'repelled', 'repented', 'rephrase', 'replaced', 'replacer', 'replaces', 'replayed', 'repleted', 'repletes', 'replicas', 'replying', 'reported', 'reporter', 'reposing', 'reprieve', 'reprints', 'reprisal', 'reprised', 'reprises', 'reprized', 'reproach', 'reproofs', 'reproved', 'reprover', 'reproves', 'reptiles', 'republic', 'repulsed', 'repulses', 'reputing', 'requests', 'requiems', 'required', 'requires', 'requital', 'requited', 'requites', 'rerouted', 'reroutes', 'rescinds', 'rescuers', 'rescuing', 'research', 'reselect', 'resemble', 'resented', 'reserved', 'reserver', 'reserves', 'resettle', 'resident', 'residing', 'residual', 'residues', 'residuum', 'resigned', 'resinous', 'resisted', 'resister', 'resistor', 'resolute', 'resolved', 'resolver', 'resolves', 'resonant', 'resonate', 'resorted', 'resounds', 'resource', 'respects', 'respells', 'respired', 'respires', 'respites', 'responds', 'response', 'restarts', 'restated', 'restates', 'restless', 'restocks', 'restored', 'restorer', 'restores', 'restrain', 'restrict', 'restroom', 'resubmit', 'resulted', 'resuming', 'resupply', 'retailed', 'retailer', 'retained', 'retainer', 'retaking', 'retarded', 'retarder', 'retching', 'rethinks', 'reticent', 'reticles', 'retinues', 'retirees', 'retiring', 'retooled', 'retorted', 'retouchs', 'retraced', 'retraces', 'retracts', 'retrains', 'retreads', 'retreats', 'retrench', 'retrials', 'retriers', 'retrieve', 'retrofit', 'retrying', 'returned', 'returnee', 'returner', 'retyping', 'reunions', 'reunited', 'reunites', 'reusable', 'reuthers', 'revalued', 'revalues', 'revamped', 'revealed', 'reveille', 'revelers', 'reveling', 'revelled', 'reveller', 'revelrys', 'revenged', 'revenger', 'revenges', 'revenues', 'reverend', 'reverent', 'reveries', 'reverify', 'revering', 'reversal', 'reversed', 'reverser', 'reverses', 'reverted', 'reviewed', 'reviewer', 'revilers', 'reviling', 'revising', 'revision', 'revisits', 'revivals', 'revivify', 'reviving', 'revoking', 'revolted', 'revolter', 'revolved', 'revolver', 'revolves', 'rewarded', 'rewiring', 'reworded', 'reworked', 'rewrites', 'reynaldo', 'reynolds', 'rhapsody', 'rheingau', 'rheology', 'rheostat', 'rhetoric', 'rheumier', 'rhiannon', 'rhizomes', 'rhodesia', 'rhodiums', 'rhomboid', 'rhombuss', 'rhubarbs', 'rhythmic', 'ribaldry', 'ribosome', 'richards', 'richmond', 'richness', 'ricketss', 'rickover', 'rickshas', 'rickshaw', 'ricochet', 'ricottas', 'riddance', 'riddling', 'ridicule', 'riemanns', 'riesling', 'riffling', 'riffraff', 'rifleman', 'riflemen', 'riggings', 'rightest', 'rightful', 'righting', 'rightist', 'rigidity', 'rigorous', 'rinehart', 'ringings', 'ringlets', 'ringling', 'ringside', 'ringworm', 'riotings', 'riparian', 'ripeness', 'ripening', 'riposted', 'ripostes', 'rippling', 'riskiest', 'ritalins', 'ritually', 'ritziest', 'rivaling', 'rivalled', 'rivalrys', 'riverbed', 'riverine', 'riveting', 'rivetted', 'rivieras', 'rivulets', 'roadbeds', 'roadkill', 'roadshow', 'roadside', 'roadster', 'roadways', 'roadwork', 'roarings', 'roasters', 'roasting', 'robberys', 'roberson', 'robertas', 'robertos', 'robinson', 'robotics', 'robuster', 'robustly', 'rochelle', 'rockabye', 'rockaway', 'rocketed', 'rocketry', 'rockford', 'rockiess', 'rockiest', 'rockland', 'rocklike', 'rockwell', 'roderick', 'rodolfos', 'rodricks', 'rodrigos', 'roebucks', 'roentgen', 'rogelios', 'rogering', 'roguerys', 'roisters', 'rolaidss', 'rolandos', 'rollback', 'rollicks', 'rolvaags', 'romaines', 'romanced', 'romancer', 'romances', 'romanian', 'romanias', 'romanies', 'romanovs', 'romantic', 'romuluss', 'ronstadt', 'roofings', 'rooftops', 'rooftree', 'rookerys', 'roomfuls', 'roomiest', 'roommate', 'roosters', 'roosting', 'rootless', 'rosaless', 'rosalies', 'rosalind', 'rosalyns', 'rosannas', 'rosannes', 'rosaries', 'roseanns', 'rosebuds', 'rosebush', 'roseland', 'rosellas', 'rosemary', 'rosendos', 'rosettes', 'rosewood', 'rosiness', 'rosining', 'rossetti', 'rossinis', 'rostrums', 'roswells', 'rotarian', 'rotaries', 'rotating', 'rotation', 'rotenone', 'rototill', 'rottener', 'rotundas', 'roughage', 'roughens', 'roughest', 'roughing', 'roughish', 'roulette', 'roumania', 'roundest', 'rounding', 'roundish', 'roundoff', 'roundups', 'rousseau', 'routeing', 'routines', 'routings', 'rowboats', 'rowdiest', 'rowdyism', 'roweling', 'rowelled', 'rowlands', 'rowlings', 'roxannes', 'royalist', 'royaltys', 'rozelles', 'rubaiyat', 'rubbishs', 'rubbishy', 'rubdowns', 'rubellas', 'rubicons', 'rubicund', 'rubidium', 'ruchbahs', 'rucksack', 'ruckuses', 'ruddiest', 'rudeness', 'rudiment', 'rudolphs', 'rudyards', 'ruefully', 'ruffians', 'ruffling', 'ruggeder', 'ruggedly', 'rukeyser', 'rumanias', 'rumbaing', 'rumbling', 'ruminant', 'ruminate', 'rummaged', 'rummages', 'rumoring', 'rumoured', 'rumpling', 'rumpuses', 'rumsfeld', 'runabout', 'runaways', 'rundowns', 'runniest', 'runnings', 'ruptured', 'ruptures', 'rushdies', 'rushmore', 'russells', 'russians', 'rustbelt', 'rustiest', 'rustlers', 'rustling', 'rutabaga', 'ruthless', 'rutledge', 'rwandans', 'rydbergs', 'saarinen', 'saatchis', 'sabbaths', 'sabotage', 'saboteur', 'sabrinas', 'sackfuls', 'sackings', 'sacredly', 'sacristy', 'saddened', 'saddling', 'sadducee', 'sadistic', 'sadnesss', 'safaried', 'safeness', 'safeties', 'safeways', 'saffrons', 'sagacity', 'saginaws', 'sagittal', 'saguaros', 'sailboat', 'sailfish', 'sailings', 'sailorly', 'sakhalin', 'sakharov', 'salaamed', 'salaried', 'salaries', 'salazars', 'saleable', 'salernos', 'salesian', 'salesman', 'salesmen', 'salients', 'salinger', 'salinity', 'salivary', 'salivate', 'sallower', 'sallying', 'saltbush', 'saltiest', 'saltines', 'salutary', 'saluting', 'salvador', 'salvaged', 'salvager', 'salvages', 'salweens', 'samantha', 'samarium', 'sambaing', 'sameness', 'samosets', 'samovars', 'samoyeds', 'samplers', 'sampling', 'sampsons', 'samsungs', 'samurais', 'sanchezs', 'sanctify', 'sanction', 'sanctity', 'sanctums', 'sandbags', 'sandbank', 'sandbars', 'sandboxs', 'sandburg', 'sandhill', 'sandhogs', 'sandiest', 'sandlots', 'sandmans', 'sandoval', 'sandpile', 'sandusky', 'sandwich', 'sanfords', 'sangaree', 'sanguine', 'sanitary', 'sanitate', 'sanitise', 'sanitize', 'sankaras', 'sanserif', 'sanskrit', 'santanas', 'santeria', 'santiago', 'sapience', 'saplings', 'saponify', 'sapphire', 'sappiest', 'sapporos', 'saracens', 'sarajevo', 'sarasota', 'saratoga', 'saratovs', 'sarawaks', 'sarcasms', 'sarcomas', 'sardines', 'sardinia', 'sardonic', 'sargasso', 'sarnoffs', 'saroyans', 'sashayed', 'sassiest', 'satanism', 'satanist', 'satchels', 'satiable', 'satiated', 'satiates', 'satietys', 'satirise', 'satirist', 'satirize', 'saturate', 'saturday', 'saucepan', 'sauciest', 'saunaing', 'saunders', 'saundras', 'saunters', 'sausages', 'saussure', 'sauterne', 'savagely', 'savagers', 'savagery', 'savagest', 'savaging', 'savannah', 'savannas', 'savingss', 'saviours', 'savorier', 'savories', 'savoring', 'savoured', 'savourys', 'savoyard', 'savviest', 'savvying', 'sawbelly', 'sawdusts', 'sawhorse', 'sawmills', 'sawtooth', 'scabbard', 'scabbier', 'scabbing', 'scabiess', 'scabious', 'scabrous', 'scaffold', 'scalable', 'scalawag', 'scalding', 'scaliest', 'scalings', 'scallion', 'scallops', 'scalpels', 'scalpers', 'scalping', 'scamming', 'scampers', 'scampies', 'scandals', 'scandium', 'scanners', 'scanning', 'scansion', 'scantest', 'scantier', 'scanties', 'scantily', 'scanting', 'scapulae', 'scapular', 'scapulas', 'scarcely', 'scarcest', 'scarcity', 'scarface', 'scarfing', 'scariest', 'scarlets', 'scarring', 'scathing', 'scatters', 'scatting', 'scavenge', 'scenario', 'scenerys', 'scenting', 'scepters', 'sceptics', 'sceptres', 'schaefer', 'schedars', 'schedule', 'schemata', 'schemers', 'scheming', 'scherzos', 'schiller', 'schizoid', 'schlepps', 'schlitzs', 'schlocks', 'schlocky', 'schmaltz', 'schmalzs', 'schmalzy', 'schmooze', 'schmucks', 'schnabel', 'schnapps', 'scholars', 'schooled', 'schooler', 'schooner', 'schottky', 'schticks', 'schubert', 'schultzs', 'schumann', 'schussed', 'schusses', 'schuster', 'schuyler', 'schwartz', 'schwinns', 'sciatica', 'sciences', 'scimitar', 'scissors', 'scoffing', 'scofflaw', 'scolding', 'scollops', 'scooping', 'scooters', 'scooting', 'scorched', 'scorcher', 'scorches', 'scorings', 'scornful', 'scorning', 'scorpion', 'scorpios', 'scorpius', 'scorsese', 'scotched', 'scotches', 'scotland', 'scotsman', 'scotsmen', 'scotties', 'scottish', 'scourged', 'scourges', 'scouring', 'scouting', 'scowling', 'scrabble', 'scraggly', 'scramble', 'scrammed', 'scranton', 'scrapers', 'scraping', 'scrapped', 'scratchs', 'scratchy', 'scrawled', 'screamed', 'screamer', 'screechs', 'screechy', 'screened', 'screwier', 'screwing', 'scriabin', 'scribble', 'scribing', 'scribner', 'scrimped', 'scripted', 'scrofula', 'scrolled', 'scrooges', 'scrotums', 'scrounge', 'scrubbed', 'scrubber', 'scruggss', 'scrunchs', 'scrupled', 'scruples', 'scrutiny', 'scubaing', 'scudding', 'scuffing', 'scuffled', 'scuffles', 'scullery', 'sculleys', 'sculling', 'scullion', 'sculpted', 'sculptor', 'scumbags', 'scummier', 'scumming', 'scuppers', 'scurfier', 'scurried', 'scurries', 'scurvier', 'scuttled', 'scuttles', 'scuzzier', 'scythian', 'scything', 'seabirds', 'seaboard', 'seacoast', 'seafarer', 'seafoods', 'seagoing', 'seagrams', 'seahorse', 'sealants', 'sealevel', 'sealskin', 'seamiest', 'seamless', 'seaplane', 'seaports', 'seaquake', 'searched', 'searcher', 'searches', 'seascape', 'seashell', 'seashore', 'seasides', 'seasonal', 'seasoned', 'seasoner', 'seatings', 'seattles', 'seawards', 'seaweeds', 'seceding', 'secluded', 'secludes', 'seconals', 'seconded', 'seconder', 'secondly', 'secrecys', 'secreted', 'secretes', 'secretly', 'sections', 'sectoral', 'securely', 'securest', 'securing', 'security', 'sedately', 'sedatest', 'sedating', 'sedation', 'sedative', 'sediment', 'sedition', 'seducers', 'seducing', 'sedulous', 'seebecks', 'seediest', 'seedings', 'seedless', 'seedling', 'seemlier', 'seepages', 'seesawed', 'seething', 'segments', 'segovias', 'segueing', 'segundos', 'seinfeld', 'seizures', 'selassie', 'selected', 'selector', 'selenate', 'selenite', 'selenium', 'seleucid', 'seleucus', 'selfless', 'selfsame', 'selkirks', 'sellerss', 'sellouts', 'seltzers', 'selvages', 'selvedge', 'selznick', 'semantic', 'semarang', 'semester', 'seminars', 'seminary', 'seminole', 'semitics', 'semitone', 'senators', 'senegals', 'senility', 'sennetts', 'senorita', 'sensible', 'sensibly', 'sensuous', 'sentence', 'sentient', 'sentinel', 'sentries', 'separate', 'sephardi', 'septette', 'sequence', 'sequined', 'sequitur', 'sequoias', 'seraglio', 'seraphic', 'seraphim', 'serbians', 'serenade', 'serenely', 'serenest', 'serenity', 'serfdoms', 'sergeant', 'serially', 'seriatim', 'serology', 'serpents', 'serranos', 'serrated', 'servants', 'serviced', 'services', 'servings', 'servitor', 'sessions', 'setbacks', 'setscrew', 'settable', 'settings', 'settlers', 'settling', 'sevenths', 'seventys', 'severals', 'severely', 'severest', 'severing', 'severity', 'sevilles', 'sewerage', 'sexiness', 'sextants', 'sextette', 'sextuple', 'sexually', 'seymours', 'shabbier', 'shabbily', 'shackled', 'shackles', 'shadbush', 'shadiest', 'shadings', 'shadowed', 'shaffers', 'shafting', 'shagbark', 'shaggier', 'shagging', 'shakable', 'shakably', 'shakeups', 'shakiest', 'shallots', 'shallows', 'shambled', 'shambles', 'shameful', 'shammies', 'shamming', 'shampoos', 'shamrock', 'shanghai', 'shankara', 'shanties', 'shantung', 'shapiros', 'sharable', 'shareown', 'sharking', 'sharlene', 'sharpens', 'sharpers', 'sharpest', 'sharping', 'sharrons', 'shatters', 'shattuck', 'shavians', 'shavings', 'shavuots', 'shawnees', 'shearers', 'shearing', 'sheathed', 'sheathes', 'shebangs', 'shebelis', 'shedding', 'sheepdog', 'sheepish', 'sheerest', 'sheering', 'sheeting', 'sheikdom', 'sheldons', 'shellacs', 'shelling', 'shelters', 'sheltons', 'shelving', 'shenyang', 'shepards', 'shepherd', 'sheppard', 'sheratan', 'sheraton', 'sherbert', 'sherbets', 'sheridan', 'sheriffs', 'sherlock', 'sherries', 'sherrill', 'sherwood', 'shetland', 'shielded', 'shieldss', 'shifters', 'shiftier', 'shiftily', 'shifting', 'shikokus', 'shilling', 'shillong', 'shimmers', 'shimmery', 'shimmied', 'shimmies', 'shimming', 'shinbone', 'shindigs', 'shingled', 'shingles', 'shiniest', 'shinnied', 'shinnies', 'shinning', 'shipload', 'shipmate', 'shipment', 'shippers', 'shipping', 'shipyard', 'shirkers', 'shirking', 'shirleys', 'shirring', 'shirting', 'shittier', 'shitting', 'shivered', 'shiverer', 'shlemiel', 'shlepped', 'shoaling', 'shockers', 'shocking', 'shockley', 'shoddier', 'shoddily', 'shoehorn', 'shoelace', 'shoemake', 'shooters', 'shooting', 'shootout', 'shopkeep', 'shoplift', 'shoppers', 'shopping', 'shoptalk', 'shopworn', 'shortage', 'shortcut', 'shortens', 'shortest', 'shorting', 'shortish', 'shoshone', 'shotbush', 'shotguns', 'shoulder', 'shouldnt', 'shouters', 'shouting', 'shoveled', 'showbizs', 'showboat', 'showcase', 'showdown', 'showered', 'showgirl', 'showiest', 'showings', 'showmans', 'showoffs', 'showroom', 'shrapnel', 'shredded', 'shredder', 'shrewder', 'shrewdly', 'shrewish', 'shrieked', 'shrilled', 'shriller', 'shrimped', 'shrivels', 'shriving', 'shrouded', 'shrugged', 'shrunken', 'shucking', 'shuckses', 'shudders', 'shuddery', 'shuffled', 'shuffler', 'shuffles', 'shunning', 'shunting', 'shushing', 'shutdown', 'shuteyes', 'shutouts', 'shutters', 'shutting', 'shuttled', 'shuttles', 'shynesss', 'shysters', 'siameses', 'sibelius', 'siberian', 'siberias', 'sibilant', 'siblings', 'sicilian', 'sickbeds', 'sickened', 'sicklier', 'sickness', 'sickroom', 'sidearms', 'sideband', 'sidebars', 'sideburn', 'sidecars', 'sidekick', 'sideline', 'sidelong', 'sidereal', 'siderite', 'sideshow', 'sidestep', 'sidewalk', 'sidewall', 'sideways', 'sidewise', 'siegmund', 'sighting', 'sightsee', 'signaled', 'signally', 'signings', 'signpost', 'sihanouk', 'sikorsky', 'silenced', 'silencer', 'silences', 'silenter', 'silently', 'silicate', 'silicide', 'silicone', 'silicons', 'silkiest', 'silkworm', 'silliest', 'silurian', 'silvered', 'simenons', 'simmered', 'simmonss', 'simonson', 'simpered', 'simplest', 'simplify', 'simpsons', 'simulate', 'sincerer', 'sinclair', 'sindbads', 'sinecure', 'sinfully', 'singable', 'singeing', 'singings', 'singless', 'singling', 'singsong', 'singular', 'sinister', 'sinkable', 'sinkhole', 'sinkiang', 'sinusoid', 'siphoned', 'sirloins', 'siroccos', 'sissiest', 'sisterly', 'sisyphus', 'sittings', 'situated', 'situates', 'sixpence', 'sixteens', 'sixtieth', 'sizeable', 'sizzling', 'skeletal', 'skeleton', 'skeptics', 'sketched', 'sketches', 'skewered', 'skidding', 'skillets', 'skillful', 'skimming', 'skimpier', 'skimping', 'skindive', 'skinhead', 'skinless', 'skinners', 'skinnier', 'skinning', 'skipjack', 'skippers', 'skipping', 'skirmish', 'skirting', 'skitters', 'skittish', 'skivvied', 'skivvies', 'skulking', 'skullcap', 'skunking', 'skydived', 'skydiver', 'skydives', 'skyjacks', 'skylarks', 'skylight', 'skylines', 'skywards', 'slabbing', 'slackens', 'slackers', 'slackest', 'slacking', 'slalomed', 'slammers', 'slamming', 'slanders', 'slangier', 'slanting', 'slapdash', 'slapping', 'slashdot', 'slashing', 'slathers', 'slattern', 'slatting', 'slavered', 'slaverys', 'slavonic', 'slayings', 'sleazier', 'sleazily', 'sledding', 'sledging', 'sleekest', 'sleeking', 'sleepers', 'sleepier', 'sleepily', 'sleeping', 'sleetier', 'sleeting', 'sleighed', 'slickers', 'slickest', 'slicking', 'slighted', 'slighter', 'slightly', 'slimiest', 'slimmest', 'slimming', 'slimness', 'slinging', 'slinkier', 'slinking', 'slipknot', 'slippage', 'slippers', 'slippery', 'slipping', 'slipshod', 'slithers', 'slithery', 'slitting', 'slivered', 'slobbers', 'slogging', 'sloppier', 'sloppily', 'slopping', 'sloshing', 'slothful', 'slotting', 'slouched', 'slouches', 'sloughed', 'slovakia', 'slovenia', 'slovenly', 'slowdown', 'slowness', 'slowpoke', 'sluggard', 'sluggers', 'slugging', 'sluggish', 'sluicing', 'slumbers', 'slumlord', 'slumming', 'slumping', 'slurpees', 'slurping', 'slurring', 'slushier', 'sluttish', 'slynesss', 'smackers', 'smacking', 'smallest', 'smallish', 'smallpox', 'smarmier', 'smartens', 'smartest', 'smarting', 'smashers', 'smashing', 'smearing', 'smellier', 'smelling', 'smelters', 'smelting', 'smidgens', 'smidgeon', 'smidgins', 'smirched', 'smirches', 'smirking', 'smirnoff', 'smithies', 'smithson', 'smocking', 'smoggier', 'smokable', 'smokiest', 'smokings', 'smolders', 'smolensk', 'smollett', 'smooched', 'smooches', 'smoothed', 'smoother', 'smoothes', 'smoothly', 'smothers', 'smoulder', 'smudgier', 'smudging', 'smuggest', 'smuggled', 'smuggler', 'smuggles', 'smugness', 'smuttier', 'snacking', 'snaffled', 'snaffles', 'snagging', 'snailing', 'snakiest', 'snapback', 'snappers', 'snappier', 'snappily', 'snapping', 'snappish', 'snapples', 'snapshot', 'snarling', 'snatched', 'snatches', 'snazzier', 'sneakers', 'sneakier', 'sneakily', 'sneaking', 'sneering', 'sneezing', 'snickers', 'sniffing', 'sniffled', 'sniffles', 'snifters', 'sniggers', 'snippets', 'snippier', 'snipping', 'snitched', 'snitches', 'sniveled', 'snobbery', 'snobbier', 'snobbish', 'snoopers', 'snoopier', 'snooping', 'snootier', 'snoozing', 'snorkels', 'snorting', 'snottier', 'snowball', 'snowbelt', 'snowdrop', 'snowfall', 'snowiest', 'snowmans', 'snowplow', 'snowshed', 'snowshoe', 'snowsuit', 'snubbing', 'snuffbox', 'snuffers', 'snuffing', 'snuffled', 'snuffles', 'snuggest', 'snugging', 'snuggled', 'snuggles', 'snugness', 'snyaptic', 'soakings', 'soapboxs', 'soapiest', 'soapsuds', 'soberest', 'sobering', 'sobriety', 'sociable', 'sociably', 'socially', 'societal', 'societys', 'socorros', 'socrates', 'socratic', 'sodomite', 'softball', 'softened', 'softener', 'softness', 'software', 'softwood', 'soggiest', 'sojourns', 'solacing', 'solarium', 'soldered', 'soldiers', 'soldiery', 'solecism', 'solemner', 'solemnly', 'solenoid', 'solicits', 'solidest', 'solidify', 'solidity', 'solitary', 'solitude', 'soloists', 'solstice', 'solubles', 'solution', 'solvable', 'solvency', 'solvents', 'somalian', 'somalias', 'somberly', 'sombrely', 'sombrero', 'somebody', 'someones', 'somerset', 'sometime', 'somewhat', 'sondheim', 'songbird', 'songbook', 'songhais', 'songhuas', 'songster', 'sonogram', 'sonority', 'sonorous', 'soothing', 'soothsay', 'sootiest', 'sophisms', 'sophists', 'soppiest', 'sopranos', 'sopwiths', 'sorbonne', 'sorcerer', 'sorcerys', 'sordidly', 'sorehead', 'soreness', 'sorensen', 'sorenson', 'sorghums', 'sorority', 'sorption', 'sorriest', 'sorrowed', 'soughing', 'soulless', 'soundest', 'sounding', 'soupiest', 'sourcing', 'sourness', 'sourpuss', 'sourwood', 'southern', 'southpaw', 'souvenir', 'sowbelly', 'soybeans', 'soyinkas', 'spaceman', 'spacemen', 'spaciest', 'spacings', 'spacious', 'spadeful', 'spalding', 'spammers', 'spandexs', 'spandrel', 'spangled', 'spangles', 'spaniard', 'spaniels', 'spanishs', 'spanking', 'spanners', 'spanning', 'sparking', 'sparkled', 'sparkler', 'sparkles', 'sparkman', 'sparling', 'sparring', 'sparrows', 'sparsely', 'sparsest', 'sparsity', 'spartans', 'spastics', 'spatters', 'spatting', 'spatulas', 'spawning', 'speakers', 'speaking', 'spearing', 'speccing', 'specials', 'speciess', 'specific', 'specimen', 'specious', 'specking', 'speckled', 'speckles', 'specters', 'spectral', 'spectres', 'spectrum', 'specular', 'speeches', 'speeders', 'speedier', 'speedily', 'speeding', 'speedups', 'speedway', 'spellers', 'spelling', 'spenders', 'spending', 'spengler', 'spensers', 'sphagnum', 'spheroid', 'spherule', 'sphinges', 'sphinxes', 'spiciest', 'spieling', 'spiffier', 'spikiest', 'spillage', 'spillane', 'spilling', 'spillway', 'spinachs', 'spinally', 'spindled', 'spindles', 'spiniest', 'spinners', 'spinning', 'spinodal', 'spinoffs', 'spinster', 'spiraeas', 'spiraled', 'spirally', 'spirited', 'spitball', 'spiteful', 'spitfire', 'spitting', 'spittles', 'spittoon', 'splashed', 'splashes', 'splatted', 'splatter', 'splaying', 'splendid', 'splendor', 'splicers', 'splicing', 'splinted', 'splinter', 'splitter', 'splotchs', 'splotchy', 'splurged', 'splurges', 'splutter', 'spoilage', 'spoilers', 'spoiling', 'spongers', 'spongier', 'sponging', 'sponsors', 'spoofing', 'spookier', 'spooking', 'spooling', 'spoonful', 'spooning', 'spooring', 'sporadic', 'sportier', 'sporting', 'sportive', 'spotless', 'spotters', 'spottier', 'spotting', 'spouting', 'sprained', 'sprawled', 'sprayers', 'spraying', 'spreader', 'spreeing', 'springer', 'sprinkle', 'sprinted', 'sprinter', 'spritzed', 'spritzes', 'sprocket', 'sprouted', 'sprucest', 'sprucing', 'spryness', 'spumones', 'spumonis', 'spunkier', 'spurious', 'spurning', 'spurring', 'spurting', 'sputters', 'spyglass', 'squabble', 'squadron', 'squalled', 'squalors', 'squamous', 'squander', 'squarely', 'squarest', 'squaring', 'squashed', 'squashes', 'squatted', 'squatter', 'squawked', 'squeaked', 'squealed', 'squealer', 'squeegee', 'squeezed', 'squeezer', 'squeezes', 'squelchs', 'squiggle', 'squiggly', 'squinted', 'squinter', 'squiring', 'squirmed', 'squirrel', 'squirted', 'squished', 'squishes', 'srinagar', 'srinivas', 'stabbing', 'stablest', 'stabling', 'staccati', 'staccato', 'stacking', 'stadiums', 'staffers', 'staffing', 'stafford', 'staggers', 'stagings', 'stagnant', 'stagnate', 'staidest', 'staining', 'stairway', 'stakeout', 'stalkers', 'stalking', 'stalling', 'stallion', 'stallone', 'stalwart', 'stamford', 'staminas', 'stammers', 'stampede', 'stampers', 'stamping', 'stanched', 'stancher', 'stanches', 'standard', 'standbys', 'standeth', 'standing', 'standish', 'standoff', 'standout', 'stanford', 'stanhope', 'stannous', 'staplers', 'stapless', 'stapling', 'starched', 'starches', 'stardoms', 'starfish', 'stargaze', 'starkest', 'starkeys', 'starless', 'starlets', 'starling', 'starrier', 'starring', 'starters', 'starting', 'startled', 'startles', 'startups', 'starving', 'starwars', 'stashing', 'stations', 'statuary', 'statures', 'statuses', 'statutes', 'staubach', 'stauffer', 'staunton', 'steadied', 'steadier', 'steadies', 'steadily', 'stealing', 'stealths', 'stealthy', 'steamers', 'steamier', 'steaming', 'stearate', 'steelers', 'steelier', 'steeling', 'steepest', 'steeping', 'steeples', 'steerage', 'steering', 'stefanie', 'steinems', 'steinway', 'stemming', 'stenches', 'stencils', 'stendhal', 'stengels', 'stephans', 'stephens', 'stepping', 'stepsons', 'stepwise', 'sterling', 'sternest', 'sternums', 'steroids', 'stetsons', 'steubens', 'stewards', 'stewarts', 'stickers', 'stickier', 'stickies', 'stickily', 'sticking', 'stickler', 'stickpin', 'stickups', 'stiffens', 'stiffest', 'stiffing', 'stifling', 'stigmata', 'stiletto', 'stillest', 'stilling', 'stiltons', 'stimsons', 'stimulus', 'stingers', 'stingier', 'stingily', 'stinging', 'stingray', 'stinkers', 'stinking', 'stinkpot', 'stinting', 'stipends', 'stippled', 'stipples', 'stirling', 'stirrers', 'stirring', 'stirrups', 'stitched', 'stitches', 'stockade', 'stockers', 'stockier', 'stocking', 'stockton', 'stodgier', 'stoicism', 'stolider', 'stolidly', 'stolypin', 'stomachs', 'stomping', 'stoniest', 'stooping', 'stopband', 'stopcock', 'stopgaps', 'stopover', 'stoppage', 'stoppard', 'stoppers', 'stopping', 'storages', 'stormier', 'stormily', 'storming', 'stoutest', 'stowaway', 'straddle', 'strafing', 'straggle', 'straggly', 'straight', 'strained', 'strainer', 'straiten', 'stranded', 'stranger', 'strangle', 'strapped', 'strategy', 'stratify', 'stratton', 'stratums', 'strawing', 'straying', 'streaked', 'streamed', 'streamer', 'strength', 'stressed', 'stresses', 'stretchs', 'stretchy', 'strewing', 'striated', 'stricken', 'stricter', 'strictly', 'stridden', 'strident', 'striding', 'strikers', 'striking', 'stringed', 'stringer', 'striping', 'stripped', 'stripper', 'striving', 'strokers', 'stroking', 'strolled', 'stroller', 'stronger', 'strongly', 'strophes', 'stropped', 'strudels', 'struggle', 'strummed', 'strumpet', 'strutted', 'stubbier', 'stubbing', 'stubbles', 'stubborn', 'stuccoed', 'stuccoes', 'studding', 'students', 'studious', 'studying', 'stuffier', 'stuffily', 'stuffing', 'stultify', 'stumbled', 'stumbler', 'stumbles', 'stumpage', 'stumpier', 'stumping', 'stunning', 'stunting', 'stupider', 'stupidly', 'sturdier', 'sturdily', 'sturgeon', 'stutters', 'stylised', 'stylises', 'stylists', 'stylites', 'stylized', 'stylizes', 'styluses', 'stymying', 'styptics', 'suavitys', 'subclass', 'subduing', 'subfield', 'subfiles', 'subgoals', 'subgraph', 'subgroup', 'subheads', 'subhuman', 'subjects', 'subjoins', 'sublease', 'sublimed', 'sublimer', 'sublimes', 'sublists', 'submerge', 'submerse', 'submodes', 'suborned', 'subplots', 'subpoena', 'subproof', 'subrange', 'subsided', 'subsides', 'subsidys', 'subsists', 'subsoils', 'subsonic', 'subspace', 'subsumed', 'subsumes', 'subtasks', 'subteens', 'subtitle', 'subtlest', 'subtlety', 'subtotal', 'subtract', 'subtrees', 'subunits', 'suburban', 'suburbia', 'subverts', 'succeeds', 'successs', 'succinct', 'succored', 'succours', 'succubus', 'succumbs', 'suchlike', 'suckered', 'suckling', 'sucretss', 'sucroses', 'suctions', 'sudanese', 'suddenly', 'sudsiest', 'suffered', 'sufferer', 'sufficed', 'suffices', 'suffixed', 'suffixer', 'suffixes', 'suffrage', 'suffused', 'suffuses', 'sugarier', 'sugaring', 'suggests', 'suhartos', 'suicidal', 'suicides', 'suitable', 'suitably', 'suitcase', 'suitings', 'sukiyaki', 'sukkoths', 'sulawesi', 'suleiman', 'sulfates', 'sulfides', 'sulfured', 'sulfuric', 'sulkiest', 'sullener', 'sullenly', 'sullivan', 'sullying', 'sulphate', 'sulphide', 'sulphurs', 'sultanas', 'sultrier', 'sumatras', 'sumerian', 'sumerias', 'summands', 'summarys', 'summered', 'summitry', 'summoned', 'summoner', 'summonss', 'sunbathe', 'sunbeams', 'sunbelts', 'sunblock', 'sunburns', 'sunburnt', 'sundered', 'sundials', 'sundowns', 'sundries', 'sunfishs', 'sunglass', 'sunkists', 'sunlamps', 'sunlight', 'sunniest', 'sunrises', 'sunroofs', 'sunshade', 'sunshine', 'sunshiny', 'sunspots', 'superber', 'superbly', 'superego', 'superior', 'superman', 'supermen', 'superset', 'supplant', 'supplest', 'supplied', 'supplier', 'supplies', 'supports', 'supposed', 'supposes', 'suppress', 'supremum', 'surabaya', 'surcease', 'surefire', 'sureness', 'sureties', 'surfaced', 'surfaces', 'surfeits', 'surfings', 'surgeons', 'surgerys', 'surgical', 'suriname', 'surinams', 'surliest', 'surmised', 'surmises', 'surmount', 'surnames', 'surplice', 'surpluss', 'surprise', 'surround', 'surtaxed', 'surtaxes', 'surveyed', 'surveyor', 'survival', 'survived', 'survives', 'survivor', 'susannes', 'suspects', 'suspends', 'suspense', 'sustains', 'suturing', 'suwanees', 'suzannes', 'suzerain', 'suzettes', 'svalbard', 'sveltest', 'svengali', 'swabbing', 'swaddled', 'swaddles', 'swaggers', 'swagging', 'swahilis', 'swallows', 'swampier', 'swamping', 'swankest', 'swankier', 'swanking', 'swanlike', 'swanseas', 'swansons', 'swapping', 'swarming', 'swashing', 'swastika', 'swatches', 'swathing', 'swatters', 'swatting', 'swearers', 'swearing', 'sweaters', 'sweatier', 'sweating', 'swedishs', 'sweeneys', 'sweepers', 'sweeping', 'sweetens', 'sweetest', 'sweeties', 'sweetish', 'swellest', 'swelling', 'swelters', 'swerving', 'swiftest', 'swigging', 'swilling', 'swimmers', 'swimming', 'swimsuit', 'swindled', 'swindler', 'swindles', 'swingers', 'swinging', 'swirlier', 'swirling', 'swishest', 'swishing', 'swissair', 'switched', 'switcher', 'switches', 'swiveled', 'swooning', 'swooping', 'swopping', 'sybarite', 'sycamore', 'syllabic', 'syllable', 'syllabus', 'sylvania', 'symbolic', 'symmetry', 'sympathy', 'symphony', 'symposia', 'symptoms', 'synagogs', 'synapses', 'synaptic', 'synching', 'syndrome', 'synergys', 'synonyms', 'synonymy', 'synopses', 'synopsis', 'synoptic', 'syphilis', 'syphoned', 'syracuse', 'syringed', 'syringes', 'systemic', 'systolic', 'szechuan', 'szilards', 'tabascos', 'tabathas', 'tabithas', 'tableaus', 'tableaux', 'tabloids', 'tabooing', 'tabulate', 'tachinid', 'taciturn', 'tackiest', 'tacklers', 'tackling', 'tactical', 'tactless', 'tadpoles', 'tadzhiks', 'taffetas', 'tagalogs', 'tahitian', 'taichung', 'tailcoat', 'tailgate', 'tailless', 'tailored', 'tailpipe', 'tailspin', 'tailwind', 'tainting', 'takeoffs', 'takeouts', 'takeover', 'takingss', 'talented', 'talibans', 'taliesin', 'talisman', 'tallinns', 'tallness', 'tallyhos', 'tallying', 'talmudic', 'tamarack', 'tamarind', 'tameable', 'tameness', 'tammanys', 'tampered', 'tamworth', 'tanagers', 'tangelos', 'tangents', 'tangible', 'tangibly', 'tangiers', 'tangiest', 'tangling', 'tangoing', 'tangshan', 'tanishas', 'tankards', 'tankfuls', 'tannerys', 'tantalum', 'tantalus', 'tantrums', 'tanzania', 'tapering', 'tapestry', 'tapeworm', 'tapiocas', 'taprooms', 'taproots', 'tarazeds', 'tarbells', 'tardiest', 'targeted', 'tarnishs', 'tarpaper', 'tarragon', 'tarriest', 'tarrying', 'tartness', 'tartuffe', 'tashkent', 'tasmania', 'tasseled', 'tasteful', 'tastiest', 'tattered', 'tattings', 'tattlers', 'tattling', 'tattooed', 'taunting', 'tauruses', 'tautness', 'tawdrier', 'tawniest', 'taxation', 'taxicabs', 'taxonomy', 'taxpayer', 'tbilisis', 'teachers', 'teaching', 'teahouse', 'teakwood', 'teammate', 'teamster', 'teamwork', 'teardrop', 'teargass', 'teariest', 'tearooms', 'teasdale', 'teaspoon', 'technion', 'tectonic', 'tecumseh', 'teenaged', 'teenager', 'teeniest', 'teensier', 'teetered', 'teething', 'teetotal', 'teherans', 'telecast', 'teledyne', 'telegram', 'telemann', 'telethon', 'teletype', 'televise', 'telexing', 'telltale', 'temblors', 'temerity', 'temperas', 'tempered', 'tempests', 'templars', 'template', 'temporal', 'tempters', 'tempting', 'tempuras', 'tenacity', 'tenancys', 'tenanted', 'tendency', 'tendered', 'tenderer', 'tenderly', 'tendrils', 'tenement', 'tennyson', 'tenoning', 'tenpinss', 'tensions', 'tentacle', 'tenuring', 'tequilas', 'terabits', 'terabyte', 'terminal', 'terminus', 'termites', 'termwise', 'terraced', 'terraces', 'terrains', 'terrance', 'terrapin', 'terraria', 'terrells', 'terrence', 'terrible', 'terribly', 'terriers', 'terrific', 'tertiary', 'testable', 'testates', 'testicle', 'testiest', 'testings', 'tetanuss', 'tethered', 'teutonic', 'textbook', 'textiles', 'textural', 'textured', 'textures', 'thaddeus', 'thailand', 'thalamus', 'thallium', 'thankful', 'thanking', 'thatched', 'thatcher', 'thatches', 'theaters', 'theatres', 'theatric', 'theilers', 'theistic', 'thematic', 'theodora', 'theodore', 'theology', 'theorems', 'theories', 'theorise', 'theorist', 'theorize', 'therapys', 'therefor', 'thereses', 'thermals', 'thermoss', 'thesauri', 'theseuss', 'thespian', 'thespiss', 'thessaly', 'thiamine', 'thiamins', 'thickens', 'thickest', 'thickets', 'thickish', 'thickset', 'thievery', 'thieving', 'thievish', 'thimbles', 'thinkers', 'thinking', 'thinners', 'thinness', 'thinnest', 'thinning', 'thinnish', 'thirsted', 'thirteen', 'thirties', 'thistles', 'thomisms', 'thompson', 'thoraces', 'thoracic', 'thoraxes', 'thoreaus', 'thoriate', 'thoriums', 'thornier', 'thornton', 'thorough', 'thoughts', 'thousand', 'thracian', 'thraldom', 'thralled', 'thrashed', 'thrasher', 'thrashes', 'threaded', 'threader', 'threaten', 'threnody', 'threshed', 'thresher', 'threshes', 'thrilled', 'thriller', 'thriving', 'throated', 'throbbed', 'thronged', 'throttle', 'throwers', 'throwing', 'thrummed', 'thrushes', 'thrusted', 'thruster', 'thruways', 'thudding', 'thumbing', 'thumping', 'thunders', 'thurmans', 'thurmond', 'thursday', 'thutmose', 'thwacked', 'thwarted', 'thymuses', 'thyroids', 'tianjins', 'tiberius', 'tibetans', 'ticketed', 'tickings', 'tickling', 'ticklish', 'tideland', 'tidiness', 'tidingss', 'tientsin', 'tightens', 'tightest', 'tightwad', 'tigresss', 'tijuanas', 'tillable', 'tillages', 'tillmans', 'timbered', 'timbuktu', 'timeless', 'timelier', 'timeworn', 'timezone', 'timidest', 'timidity', 'timorous', 'timpanis', 'timurids', 'tincture', 'tinfoils', 'tingeing', 'tinglier', 'tingling', 'tininess', 'tinkered', 'tinkling', 'tinniest', 'tinseled', 'tinsmith', 'tipplers', 'tippling', 'tipsiest', 'tipsters', 'tiredest', 'tireless', 'tiresias', 'tiresome', 'titanate', 'titanium', 'titicaca', 'titmouse', 'tittered', 'tlingits', 'toadying', 'toasters', 'toastier', 'toasting', 'tobaccos', 'toboggan', 'toddlers', 'toddling', 'toeholds', 'toenails', 'together', 'toggling', 'toileted', 'toiletry', 'toilette', 'toilsome', 'tokenism', 'tokugawa', 'tolerant', 'tolerate', 'tollgate', 'tolstoys', 'tolyatti', 'tomahawk', 'tomatoes', 'tombaugh', 'tomblike', 'tomorrow', 'tompkins', 'tonality', 'toneless', 'tonguing', 'tonights', 'tonnages', 'tonsured', 'tonsures', 'toolboxs', 'toolmake', 'toothier', 'topcoats', 'topknots', 'topmasts', 'topnotch', 'topology', 'toppings', 'toppling', 'topsails', 'topsides', 'topsoils', 'torching', 'toreador', 'torments', 'tornados', 'toroidal', 'torontos', 'torpedos', 'torquing', 'torrance', 'torrents', 'torrider', 'torsions', 'tortilla', 'tortoise', 'tortuous', 'tortured', 'torturer', 'tortures', 'torvalds', 'toshibas', 'totaling', 'totality', 'totalled', 'totaller', 'tottered', 'touchier', 'touchily', 'touching', 'toughens', 'toughest', 'toulouse', 'tourisms', 'tourists', 'tourneys', 'tousling', 'toweling', 'towelled', 'towering', 'towheads', 'townsend', 'township', 'townsman', 'townsmen', 'towpaths', 'toxaemia', 'toxemias', 'toxicity', 'toynbees', 'tracerys', 'tracheae', 'tracheas', 'tracings', 'trackage', 'trackers', 'tracking', 'traction', 'tractive', 'tractors', 'tradeoff', 'traduced', 'traduces', 'traffics', 'tragedys', 'trailers', 'trailing', 'trainees', 'trainers', 'training', 'trainman', 'trainmen', 'traipsed', 'traipses', 'traitors', 'trammels', 'tramming', 'tramping', 'trampled', 'trampler', 'tramples', 'tranquil', 'transact', 'transect', 'transept', 'transfer', 'transfix', 'transite', 'transits', 'transmit', 'transoms', 'trapdoor', 'trapezes', 'trappers', 'trapping', 'trappist', 'trashcan', 'trashier', 'trashing', 'traumata', 'travails', 'traveled', 'traveler', 'travelog', 'traverse', 'travesty', 'travolta', 'trawlers', 'trawling', 'treacles', 'treading', 'treadled', 'treadles', 'treasons', 'treasure', 'treasury', 'treaties', 'treating', 'treatise', 'trebling', 'treeless', 'treelike', 'treetops', 'trefoils', 'trekkies', 'trekking', 'trelliss', 'trembled', 'trembles', 'tremolos', 'trenched', 'trencher', 'trenches', 'trendier', 'trendies', 'trending', 'trentons', 'trespass', 'trestles', 'trevinos', 'trialing', 'trialled', 'triangle', 'triassic', 'tribunal', 'tribunes', 'tributes', 'tricepss', 'trickery', 'trickier', 'tricking', 'trickled', 'trickles', 'tricolor', 'tricycle', 'tridents', 'triflers', 'trifling', 'triggers', 'trigonal', 'trilling', 'trillion', 'trilogys', 'trimaran', 'trimmers', 'trimmest', 'trimming', 'trimness', 'trimurti', 'trinidad', 'trinitys', 'trinkets', 'trioxide', 'triplets', 'triplett', 'tripling', 'tripolis', 'tripping', 'triptych', 'trisects', 'tristans', 'tristate', 'triumphs', 'trochees', 'trolleys', 'trollies', 'trolling', 'trollope', 'trollops', 'trombone', 'tromping', 'troopers', 'trooping', 'trophies', 'tropical', 'tropicss', 'tropisms', 'trotters', 'trotting', 'troubled', 'troubles', 'trounced', 'trounces', 'troupers', 'trouping', 'trousers', 'troutman', 'troweled', 'truancys', 'truanted', 'truckees', 'truckers', 'trucking', 'truckled', 'truckles', 'trudging', 'truffaut', 'truffles', 'trujillo', 'trumbull', 'trumpery', 'trumpets', 'trumping', 'truncate', 'trundled', 'trundles', 'trunking', 'trussing', 'trustees', 'trustful', 'trustier', 'trusties', 'trusting', 'truthful', 'trysting', 'tsarinas', 'tsingtao', 'tsunamis', 'tuamotus', 'tubbiest', 'tubeless', 'tubercle', 'tuberous', 'tuckered', 'tucumans', 'tuesdays', 'tugboats', 'tuitions', 'tulsidas', 'tumblers', 'tumbling', 'tumbrels', 'tumbrils', 'tuneless', 'tungsten', 'tunguska', 'tunisian', 'tunisias', 'tunneled', 'turbines', 'turbofan', 'turbojet', 'turgenev', 'turgidly', 'turkishs', 'turmeric', 'turmoils', 'turnable', 'turncoat', 'turnings', 'turnkeys', 'turnoffs', 'turnouts', 'turnover', 'turnpike', 'tuscanys', 'tuskegee', 'tussauds', 'tussling', 'tussocks', 'tutelage', 'tutorial', 'tutoring', 'tuxedoes', 'twaddled', 'twaddles', 'twanging', 'tweaking', 'tweedier', 'tweeters', 'tweeting', 'tweezers', 'twelfths', 'twenties', 'twiddled', 'twiddles', 'twiggier', 'twigging', 'twilight', 'twinging', 'twinkies', 'twinkled', 'twinkler', 'twinkles', 'twinning', 'twirlers', 'twirling', 'twisters', 'twisting', 'twitched', 'twitches', 'twitters', 'twitting', 'twosomes', 'tylenols', 'tympanum', 'typecast', 'typeface', 'typesets', 'typhoids', 'typhoons', 'typified', 'typifies', 'typology', 'tyrannic', 'tyrannys', 'tyrosine', 'tzarinas', 'ubiquity', 'uccellos', 'ugandans', 'ugliness', 'ukeleles', 'ukraines', 'ukuleles', 'ulcerate', 'ulcerous', 'ulterior', 'ultimata', 'ultimate', 'ululated', 'ululates', 'ulyssess', 'umbilici', 'umbrages', 'umbrella', 'umbriels', 'umpiring', 'unabated', 'unafraid', 'unawares', 'unbarred', 'unbeaten', 'unbelief', 'unbiased', 'unbidden', 'unblocks', 'unbolted', 'unbosoms', 'unbroken', 'unbuckle', 'unburden', 'unbutton', 'uncalled', 'uncaring', 'uncaught', 'unclasps', 'unclosed', 'unclothe', 'uncoiled', 'uncommon', 'uncooked', 'uncorked', 'uncouple', 'uncovers', 'unctions', 'unctuous', 'underact', 'underage', 'underarm', 'underbid', 'undercut', 'underdog', 'underfed', 'undergos', 'underlay', 'underlie', 'underpay', 'underpin', 'undersea', 'undertow', 'underway', 'undoings', 'undresss', 'undulant', 'undulate', 'unearned', 'unearths', 'uneasier', 'uneasily', 'unedited', 'unending', 'unerring', 'unevener', 'unevenly', 'unfairer', 'unfairly', 'unfasten', 'unfetter', 'unfilled', 'unfitted', 'unfolded', 'unformed', 'unfrocks', 'unfurled', 'ungainly', 'unguents', 'unguided', 'ungulate', 'unhanded', 'unharmed', 'unheeded', 'unhinged', 'unhinges', 'unholier', 'unhooked', 'unhorsed', 'unhorses', 'uniaxial', 'unicodes', 'unicorns', 'unicycle', 'unifiers', 'uniforms', 'unifying', 'unilever', 'unimodal', 'unionise', 'unionize', 'unipolar', 'uniquely', 'uniquest', 'uniroyal', 'univalve', 'universe', 'unjustly', 'unkinder', 'unkindly', 'unknowns', 'unlacing', 'unlawful', 'unleaded', 'unlearns', 'unlearnt', 'unlikely', 'unlinked', 'unlisted', 'unloaded', 'unlocked', 'unloosed', 'unlooses', 'unmaking', 'unmanned', 'unmarked', 'unmasked', 'unneeded', 'unnerved', 'unnerves', 'unopened', 'unpacked', 'unparsed', 'unpinned', 'unprimed', 'unproved', 'unproven', 'unquoted', 'unquotes', 'unravels', 'unripest', 'unrolled', 'unrulier', 'unsaddle', 'unsafely', 'unsafest', 'unsalted', 'unsavory', 'unsaying', 'unscrews', 'unsealed', 'unseated', 'unseeded', 'unseeing', 'unseemly', 'unsettle', 'unshaken', 'unshared', 'unshaven', 'unsigned', 'unsnarls', 'unsolved', 'unspoilt', 'unspoken', 'unstable', 'unstated', 'unsteady', 'unstrung', 'unsubtle', 'unsuited', 'untangle', 'untapped', 'untaught', 'untested', 'untidier', 'untimely', 'untiring', 'untitled', 'untoward', 'untruest', 'untruths', 'untwists', 'unusable', 'unveiled', 'unvoiced', 'unwanted', 'unwarier', 'unwashed', 'unwieldy', 'unwinder', 'unwisely', 'unwisest', 'unwonted', 'unworthy', 'unzipped', 'upbraids', 'upchucks', 'upcoming', 'updating', 'updrafts', 'upending', 'upgraded', 'upgrades', 'upheaval', 'upholder', 'uplifted', 'upmarket', 'uppercut', 'upraised', 'upraises', 'uprights', 'uprising', 'uprooted', 'upstaged', 'upstages', 'upstairs', 'upstarts', 'upstater', 'upstates', 'upstream', 'upsurged', 'upsurges', 'upswings', 'upturned', 'upwardly', 'uraniums', 'urbanest', 'urbanise', 'urbanite', 'urbanity', 'urbanize', 'urethane', 'urethrae', 'urethras', 'urgencys', 'urgently', 'urinated', 'urinates', 'urologys', 'urquhart', 'ursuline', 'uruguays', 'usefully', 'ushering', 'usurious', 'usurpers', 'usurping', 'utensils', 'uteruses', 'utilised', 'utilises', 'utilitys', 'utilized', 'utilizes', 'utopians', 'utrechts', 'utrillos', 'uttering', 'vacancys', 'vacantly', 'vacating', 'vacation', 'vaccines', 'vacuitys', 'vacuumed', 'vagabond', 'vagaries', 'vagrancy', 'vagrants', 'valances', 'valaries', 'valences', 'valencia', 'valentin', 'valentis', 'valerian', 'valerias', 'valeries', 'valeting', 'valhalla', 'validate', 'validity', 'valkyrie', 'valletta', 'valorous', 'valuable', 'valuably', 'vamoosed', 'vamooses', 'vampires', 'vanadium', 'vanessas', 'vanguard', 'vanillas', 'vanished', 'vanisher', 'vanishes', 'vanities', 'vanquish', 'vantages', 'vanuatus', 'vanzetti', 'vapidity', 'vaporing', 'vaporise', 'vaporize', 'vaporous', 'varanasi', 'variable', 'variably', 'variance', 'variants', 'varicose', 'varietys', 'varistor', 'varitype', 'varmints', 'varnishs', 'varsitys', 'varyings', 'vascular', 'vaseline', 'vasquezs', 'vastness', 'vaticans', 'vaulters', 'vaulting', 'vaunting', 'vazquezs', 'vectored', 'vegemite', 'vegetate', 'vehement', 'vehicles', 'velocity', 'velourss', 'velsquez', 'velveeta', 'velzquez', 'venality', 'vendetta', 'vendible', 'veneered', 'venerate', 'venereal', 'venetian', 'vengeful', 'venisons', 'venomous', 'ventolin', 'ventured', 'venturer', 'ventures', 'venusian', 'veracity', 'veracruz', 'verandah', 'verandas', 'verbally', 'verbatim', 'verbenas', 'verbiage', 'verdicts', 'verdures', 'verified', 'verifier', 'verifies', 'verities', 'verizons', 'verlaine', 'vermonts', 'vermouth', 'veronese', 'veronica', 'versatec', 'versions', 'vertebra', 'vertexes', 'vertical', 'vertices', 'vertigos', 'vesalius', 'vesicles', 'vespucci', 'vestiges', 'vestment', 'vestries', 'vesuvius', 'veterans', 'vexation', 'viaducts', 'vibrancy', 'vibrated', 'vibrates', 'vibrator', 'vibratos', 'viburnum', 'vicarage', 'vicelike', 'vicentes', 'viceroys', 'vicinity', 'victoria', 'victorys', 'victrola', 'victuals', 'viennese', 'vietcong', 'vietminh', 'vietnams', 'viewable', 'viewings', 'viewport', 'vigilant', 'vignette', 'vigorous', 'vileness', 'vilified', 'vilifies', 'villager', 'villages', 'villains', 'villainy', 'villeins', 'vilniuss', 'vincents', 'vinegars', 'vinegary', 'vineyard', 'vintages', 'vintners', 'violable', 'violated', 'violates', 'violator', 'violence', 'violists', 'viragoes', 'virginal', 'virginia', 'virgules', 'virility', 'virology', 'virtuosi', 'virtuoso', 'virtuous', 'virulent', 'visayans', 'visceral', 'viscount', 'viselike', 'visigoth', 'visioned', 'visiting', 'visitors', 'vistulas', 'visually', 'vitalise', 'vitality', 'vitalize', 'vitamins', 'vitiated', 'vitiates', 'vitreous', 'vitriols', 'vivacity', 'vividest', 'vivienne', 'vivified', 'vivifies', 'vixenish', 'vladimir', 'vlaminck', 'vocalise', 'vocalist', 'vocalize', 'vocation', 'vocative', 'volatile', 'volcanic', 'volcanos', 'volckers', 'volition', 'volleyed', 'volstead', 'voltages', 'voltaire', 'volterra', 'vomiting', 'vonnegut', 'voodooed', 'voracity', 'voronezh', 'vorsters', 'vortexes', 'vortices', 'votaries', 'vouchers', 'vouching', 'voyagers', 'voyaging', 'vreeland', 'vuittons', 'vulgarer', 'vulgarly', 'vulgates', 'vultures', 'wackiest', 'waddings', 'waddling', 'waffling', 'wagering', 'waggling', 'wagoneer', 'wagoners', 'wainscot', 'waitress', 'wakening', 'waldemar', 'waldheim', 'waldorfs', 'walgreen', 'walkouts', 'walkover', 'walkways', 'wallabys', 'walleyed', 'walleyes', 'walloped', 'wallowed', 'walmarts', 'walpoles', 'walruses', 'waltzing', 'wandered', 'wanderer', 'wangling', 'wannabes', 'wantoned', 'wantonly', 'warblers', 'warbling', 'wardrobe', 'wardroom', 'warfares', 'warheads', 'warhorse', 'wariness', 'warlocks', 'warlords', 'warnings', 'warpaths', 'warplane', 'warrants', 'warranty', 'warriors', 'warships', 'warthogs', 'wartiest', 'wartimes', 'wasatchs', 'washable', 'washbowl', 'washburn', 'washings', 'washouts', 'washroom', 'washtubs', 'wassails', 'wastages', 'wasteful', 'wastrels', 'watanabe', 'watchdog', 'watchers', 'watchful', 'watching', 'watchman', 'watchmen', 'waterbed', 'waterier', 'watering', 'waterloo', 'waterman', 'waterway', 'wattages', 'wattling', 'waveform', 'wavelets', 'wavering', 'waviness', 'waxiness', 'waxwings', 'waxworks', 'wayfarer', 'waysides', 'weakened', 'weakfish', 'weakling', 'weakness', 'weaponry', 'wearable', 'weariest', 'wearying', 'weaseled', 'weathers', 'webbings', 'websites', 'websters', 'weddells', 'weddings', 'wedgwood', 'wedlocks', 'weediest', 'weekdays', 'weekends', 'weeklies', 'weepiest', 'weepings', 'weighing', 'weighted', 'weinberg', 'weirdest', 'weizmann', 'welching', 'welcomed', 'welcomes', 'welfares', 'wellands', 'welshing', 'welshman', 'welshmen', 'weltered', 'wendells', 'werewolf', 'wesleyan', 'westerly', 'westerns', 'westward', 'wetbacks', 'wetlands', 'wetnesss', 'whackier', 'whacking', 'whalings', 'whammies', 'whamming', 'whatever', 'whatnots', 'wheaties', 'wheedled', 'wheedles', 'wheelers', 'wheeling', 'wheezier', 'wheezing', 'whelping', 'whenever', 'wherever', 'whetting', 'whiffing', 'whimpers', 'whimseys', 'whimsies', 'whiniest', 'whinnied', 'whinnies', 'whipcord', 'whiplash', 'whippany', 'whippers', 'whippets', 'whipping', 'whipples', 'whirling', 'whirring', 'whiskers', 'whiskeys', 'whiskies', 'whisking', 'whispers', 'whistled', 'whistler', 'whistles', 'whitaker', 'whitcomb', 'whitecap', 'whiteley', 'whitened', 'whitener', 'whitings', 'whitleys', 'whitlock', 'whitneys', 'whittier', 'whittled', 'whittler', 'whittles', 'whizzing', 'whodunit', 'whomever', 'whoopees', 'whooping', 'whooshed', 'whooshes', 'whoppers', 'whopping', 'wichitas', 'wickeder', 'wickedly', 'wideness', 'widening', 'widgeons', 'widowers', 'widowing', 'wielding', 'wifelier', 'wigglers', 'wigglier', 'wiggling', 'wightman', 'wilberts', 'wilburns', 'wildcats', 'wildfire', 'wildfowl', 'wildlife', 'wildness', 'wilfords', 'wilfredo', 'wilfreds', 'wilfully', 'wilhelms', 'wiliness', 'williams', 'williess', 'wilshire', 'wimpiest', 'wimpling', 'winchell', 'winching', 'windbags', 'windburn', 'windfall', 'windhoek', 'windiest', 'windings', 'windlass', 'windmill', 'windowed', 'windpipe', 'windsock', 'windsors', 'windsurf', 'windward', 'winemake', 'wineries', 'winesaps', 'wineskin', 'winfield', 'winfreds', 'winfreys', 'wingback', 'wingless', 'wingspan', 'wingtips', 'winifred', 'winnetka', 'winnings', 'winnipeg', 'winnowed', 'winsomer', 'winstons', 'wintered', 'winthrop', 'wintrier', 'wireless', 'wiretaps', 'wiriness', 'wiseacre', 'wishbone', 'wispiest', 'wistaria', 'wisteria', 'witchery', 'witching', 'withdraw', 'withdrew', 'withered', 'witherss', 'withheld', 'withhold', 'witnesss', 'wittiest', 'wizardry', 'wobblier', 'wobbling', 'wobegons', 'woefully', 'wolfgang', 'wolframs', 'womanise', 'womanish', 'womanize', 'wondered', 'wondrous', 'woodards', 'woodbine', 'woodbury', 'woodcock', 'woodcuts', 'woodener', 'woodenly', 'woodhull', 'woodiest', 'woodland', 'woodlawn', 'woodmans', 'woodpeck', 'woodpile', 'woodrows', 'woodruff', 'woodshed', 'woodside', 'woodsier', 'woodsman', 'woodsmen', 'woodward', 'woodwind', 'woodwork', 'woodworm', 'woodyard', 'wooliest', 'woolites', 'woollens', 'woollier', 'woollies', 'woosters', 'wooziest', 'wordiest', 'wordings', 'wordplay', 'workable', 'workably', 'workaday', 'workbook', 'workdays', 'workfare', 'workings', 'workload', 'workmans', 'workouts', 'workshop', 'workweek', 'wormhole', 'wormiest', 'wormwood', 'worriers', 'worrying', 'worsened', 'worships', 'worsteds', 'worsting', 'worthier', 'worthies', 'worthily', 'wounding', 'wozniaks', 'wozzecks', 'wrangell', 'wrangled', 'wrangler', 'wrangles', 'wrappers', 'wrapping', 'wrathful', 'wreaking', 'wreathed', 'wreathes', 'wreckage', 'wreckers', 'wrecking', 'wrenched', 'wrenches', 'wresting', 'wrestled', 'wrestler', 'wrestles', 'wretched', 'wretches', 'wriggled', 'wriggler', 'wriggles', 'wrigleys', 'wringers', 'wringing', 'wrinkled', 'wrinkles', 'wrinklys', 'writable', 'writhing', 'writings', 'wroclaws', 'wrongest', 'wrongful', 'wronging', 'wrynesss', 'wycliffe', 'wyomings', 'xenakiss', 'xenophon', 'xiaoping', 'xiongnus', 'yachting', 'yahtzees', 'yamagata', 'yammered', 'yangtzes', 'yaobangs', 'yaoundes', 'yardages', 'yardarms', 'yarmouth', 'yarmulke', 'yearbook', 'yearlies', 'yearling', 'yearning', 'yeastier', 'yellowed', 'yellower', 'yeniseis', 'yeomanry', 'yesenias', 'yeshivah', 'yeshivas', 'yeshivot', 'yiddishs', 'yielding', 'yodelers', 'yodeling', 'yodelled', 'yodeller', 'yoghourt', 'yoghurts', 'yokohama', 'yolandas', 'yorktown', 'yosemite', 'youngest', 'youngish', 'yourself', 'youthful', 'youtubes', 'yttriums', 'yucatans', 'yuckiest', 'yugoslav', 'yuletide', 'yummiest', 'zacharys', 'zacherys', 'zambezis', 'zambians', 'zamenhof', 'zaniness', 'zanzibar', 'zedekiah', 'zephyrus', 'zeppelin', 'zhivagos', 'ziegfeld', 'zieglers', 'zillions', 'zimbabwe', 'zincking', 'zionisms', 'zionists', 'zippered', 'zippiest', 'zodiacal', 'zoologys', 'zucchini', 'zwieback', 'zwinglis', 'zworykin', 'zyuganov', 'aardvarks', 'abandoned', 'abasement', 'abatement', 'abattoirs', 'abdicated', 'abdicates', 'abdominal', 'abducting', 'abduction', 'abductors', 'aberdeens', 'abernathy', 'abeyances', 'abhorrent', 'abhorring', 'abilities', 'abjection', 'ablatives', 'ablutions', 'abnegated', 'abnegates', 'abolished', 'abolisher', 'abolishes', 'abolition', 'abominate', 'aborigine', 'abortions', 'abounding', 'abrasions', 'abrasives', 'abridging', 'abrogated', 'abrogates', 'abruptest', 'abscessed', 'abscesses', 'abscissae', 'abscissas', 'absconded', 'absentees', 'absenting', 'absinthes', 'absolutes', 'absolving', 'absorbent', 'absorbing', 'abstained', 'abstainer', 'abstinent', 'abstracts', 'absurdest', 'absurdity', 'abuilding', 'abundance', 'abusively', 'abutments', 'abysmally', 'abyssinia', 'academias', 'academics', 'academies', 'acanthuss', 'acapulcos', 'accenting', 'accentual', 'accenture', 'acceptant', 'accepters', 'accepting', 'acceptors', 'accessing', 'accession', 'accessors', 'accessory', 'accidents', 'accipiter', 'acclaimed', 'acclimate', 'accolades', 'accompany', 'accordant', 'accorders', 'according', 'accordion', 'accosting', 'accounted', 'accredits', 'accretion', 'accuracys', 'accustoms', 'acerbitys', 'acetylene', 'achievers', 'achieving', 'achilless', 'acidified', 'acidifies', 'acidities', 'acidulous', 'aconcagua', 'acoustics', 'acquaints', 'acquiesce', 'acquiring', 'acquittal', 'acquitted', 'acquitter', 'acrimonys', 'acrobatic', 'acropolis', 'acrostics', 'actiniums', 'activated', 'activates', 'activator', 'activisms', 'activists', 'activitys', 'actresses', 'actualise', 'actuality', 'actualize', 'actuarial', 'actuaries', 'actuating', 'actuators', 'acuteness', 'adamantly', 'adaptable', 'addendums', 'adderleys', 'addicting', 'addiction', 'addictive', 'additions', 'additives', 'addressed', 'addressee', 'addresser', 'addresses', 'adducible', 'adducting', 'adduction', 'adelaides', 'adenoidal', 'adenosine', 'adeptness', 'adequacys', 'adherence', 'adherents', 'adhesions', 'adhesives', 'adiabatic', 'adjacency', 'adjective', 'adjoining', 'adjourned', 'adjudging', 'adjusters', 'adjusting', 'adjustors', 'adjutants', 'admirable', 'admirably', 'admiralty', 'admission', 'admitters', 'admitting', 'admixture', 'adoptions', 'adoration', 'adoringly', 'adornment', 'adriatics', 'adriennes', 'adsorbate', 'adsorbing', 'adulating', 'adulation', 'adulterer', 'adulterys', 'adulthood', 'adumbrate', 'advancing', 'advantage', 'adventist', 'adventure', 'adverbial', 'adversary', 'adversely', 'adversest', 'adversity', 'adverting', 'advertise', 'advisable', 'advisably', 'advisedly', 'advisorys', 'advocacys', 'advocated', 'advocates', 'aerations', 'aerialist', 'aerobicss', 'aeroflots', 'aerofoils', 'aeroplane', 'aerospace', 'aeschylus', 'aesthetes', 'aesthetic', 'aetiology', 'affectate', 'affecting', 'affection', 'affective', 'affianced', 'affidavit', 'affiliate', 'affinitys', 'affirming', 'afflicted', 'affluence', 'affording', 'afforests', 'affricate', 'affronted', 'aforesaid', 'afrikaans', 'afrikaner', 'aftercare', 'afterglow', 'afterlife', 'aftermath', 'aftermost', 'afternoon', 'afterward', 'afterword', 'agamemnon', 'aggravate', 'aggregate', 'aggressor', 'aggrieved', 'aggrieves', 'agitating', 'agitation', 'agitators', 'agnostics', 'agonising', 'agonizing', 'agrarians', 'agreeable', 'agreeably', 'agreement', 'agrippina', 'agronomys', 'aguinaldo', 'ahmadabad', 'ahmedabad', 'ailanthus', 'aimlessly', 'airbrushs', 'aircrafts', 'airedales', 'airfields', 'airframes', 'airinesss', 'airlifted', 'airliners', 'airmailed', 'airplanes', 'airspaces', 'airstrips', 'airwavess', 'airworthy', 'akhmatova', 'alabamans', 'alabamian', 'alabaster', 'alacritys', 'alarmists', 'albacores', 'albanians', 'albatross', 'alchemist', 'alcindors', 'alcoholic', 'aldebaran', 'alderamin', 'aldermans', 'aleichems', 'alejandra', 'alejandro', 'alemberts', 'alertedly', 'alertness', 'aleutians', 'alexander', 'alexandra', 'alexandre', 'algaecide', 'algebraic', 'algerians', 'algonquin', 'algorithm', 'alienable', 'alienated', 'alienates', 'alighieri', 'alighting', 'alignment', 'alinement', 'aliphatic', 'alistairs', 'alkaloids', 'allahabad', 'allegedly', 'allegheny', 'allegiant', 'allegoric', 'allegorys', 'alleluias', 'allemande', 'allentown', 'allergens', 'allergies', 'allergist', 'alleviate', 'alleyways', 'alliances', 'alligator', 'allocable', 'allocated', 'allocates', 'allocator', 'allophone', 'allotment', 'allotting', 'allowable', 'allowably', 'allowance', 'allspices', 'allstates', 'allusions', 'alluvials', 'alluviums', 'almightys', 'almoravid', 'aloneness', 'alongside', 'aloofness', 'alphabets', 'alpheccas', 'alpheratz', 'alphonses', 'alphonsos', 'alsatians', 'alterable', 'altercate', 'alternate', 'altimeter', 'altiplano', 'altitudes', 'altruisms', 'altruists', 'aluminate', 'aluminium', 'aluminums', 'alvarados', 'alzheimer', 'amaranths', 'amaryllis', 'amaterasu', 'amazement', 'amazingly', 'ambergris', 'ambiances', 'ambiences', 'ambiguity', 'ambiguous', 'ambitions', 'ambitious', 'ambrosial', 'ambrosias', 'ambulance', 'ambuscade', 'ambushing', 'amendable', 'amendment', 'amenhotep', 'amenities', 'amerasian', 'americana', 'americans', 'americium', 'amethysts', 'amidships', 'amnesiacs', 'amnestied', 'amnesties', 'amorality', 'amorously', 'amorphous', 'amortised', 'amortises', 'amortized', 'amortizes', 'amounters', 'amounting', 'amperages', 'ampersand', 'amphibian', 'amphibole', 'amphioxis', 'amplified', 'amplifier', 'amplifies', 'amplitude', 'amputated', 'amputates', 'amsterdam', 'amusement', 'amusingly', 'anacondas', 'anaerobic', 'analectss', 'analeptic', 'analgesia', 'analgesic', 'analogies', 'analogous', 'analogues', 'analysers', 'analysing', 'analysiss', 'analyzers', 'analyzing', 'anaphoric', 'anarchism', 'anarchist', 'anastasia', 'anathemas', 'anatolian', 'anatolias', 'anatomies', 'anatomist', 'ancestors', 'ancestral', 'ancestrys', 'anchorage', 'anchoring', 'anchorite', 'anchorman', 'anchormen', 'anchovies', 'ancienter', 'anciently', 'ancillary', 'andalusia', 'andersens', 'andrettis', 'androgens', 'andromeda', 'anecdotal', 'anecdotes', 'aneurisms', 'aneurysms', 'angelfish', 'angelinas', 'angelines', 'angelique', 'angelitas', 'angleworm', 'anglicans', 'anglicize', 'angstroms', 'anguillas', 'anguished', 'anguishes', 'angularly', 'anhydride', 'anhydrite', 'anhydrous', 'aniakchak', 'animately', 'animating', 'animation', 'animators', 'animistic', 'animosity', 'annabelle', 'annapolis', 'annapurna', 'annealing', 'annmaries', 'annotated', 'annotates', 'announced', 'announcer', 'announces', 'annoyance', 'annuities', 'annulling', 'annulment', 'anointing', 'anomalies', 'anomalous', 'anonymity', 'anonymous', 'anopheles', 'anorexias', 'anorexics', 'anorthite', 'answerers', 'answering', 'antarctic', 'anteaters', 'antedated', 'antedates', 'antelopes', 'anterooms', 'anthology', 'antibodys', 'anticking', 'antidotes', 'antigones', 'antiheros', 'antiknock', 'antilless', 'antimonys', 'antipasti', 'antipasto', 'antipathy', 'antipodes', 'antiquary', 'antiquate', 'antiquing', 'antiquity', 'antiserum', 'antitoxin', 'antitrust', 'antiviral', 'antoninus', 'anxieties', 'anxiously', 'anybodies', 'anythings', 'apartheid', 'apartment', 'apathetic', 'apennines', 'aperiodic', 'aperitifs', 'apertures', 'aphelions', 'aphorisms', 'aphrodite', 'apocrypha', 'apologias', 'apologies', 'apologise', 'apologist', 'apologize', 'apoplexys', 'apostasys', 'apostates', 'apostolic', 'appalling', 'appaloosa', 'apparatus', 'appareled', 'appealers', 'appealing', 'appearers', 'appearing', 'appeasers', 'appeasing', 'appellant', 'appellate', 'appendage', 'appenders', 'appending', 'appendixs', 'appertain', 'appetiser', 'appetites', 'appetizer', 'applauded', 'applauses', 'applejack', 'appleseed', 'appliance', 'applicant', 'applicate', 'appointed', 'appointee', 'appointer', 'apportion', 'appraisal', 'appraised', 'appraiser', 'appraises', 'apprehend', 'apprising', 'approachs', 'approbate', 'approvals', 'approvers', 'approving', 'aptitudes', 'aquafresh', 'aquanauts', 'aquaplane', 'aquariums', 'aquariuss', 'aqueducts', 'aquitaine', 'arabesque', 'arachnids', 'araguayas', 'arawakans', 'arbitrage', 'arbitrary', 'arbitrate', 'arbitrons', 'arboretum', 'arbutuses', 'arcadians', 'arccosine', 'archaisms', 'archangel', 'archdukes', 'archenemy', 'archetype', 'archibald', 'architect', 'archivers', 'archiving', 'archivist', 'archnesss', 'arclength', 'arcturuss', 'arduously', 'argentina', 'argentine', 'argonauts', 'arguments', 'arianisms', 'arianists', 'aristides', 'aristotle', 'arizonans', 'arizonian', 'arkansans', 'arkansass', 'arkwright', 'arlington', 'armadillo', 'armagnacs', 'armaments', 'armatures', 'armchairs', 'armenians', 'arminiuss', 'armistice', 'armourers', 'armouries', 'armouring', 'armstrong', 'aromatics', 'arpeggios', 'arraigned', 'arrangers', 'arranging', 'arresters', 'arresting', 'arrestors', 'arrhenius', 'arrogance', 'arrogated', 'arrogates', 'arrowhead', 'arrowroot', 'arseholes', 'arsonists', 'artefacts', 'artemisia', 'arteriole', 'arthogram', 'arthritic', 'arthritis', 'arthropod', 'arthurian', 'artichoke', 'artifacts', 'artificer', 'artifices', 'artillery', 'artistrys', 'artlessly', 'asbestoss', 'ascendant', 'ascendent', 'ascenders', 'ascending', 'ascension', 'ascertain', 'ascribing', 'asexually', 'ashamedly', 'asheville', 'ashikagas', 'ashkhabad', 'ashmolean', 'asparagus', 'aspartame', 'asperitys', 'aspersion', 'asphalted', 'asphyxias', 'aspidiske', 'aspirants', 'aspirated', 'aspirates', 'aspirator', 'asplenium', 'assailant', 'assailing', 'assameses', 'assassins', 'assaulted', 'assaulter', 'assembled', 'assembler', 'assembles', 'assemblys', 'assenting', 'asserters', 'asserting', 'assertion', 'assertive', 'assessing', 'assessors', 'assiduity', 'assiduous', 'assignees', 'assigners', 'assigning', 'assistant', 'assisting', 'associate', 'assonance', 'assorting', 'assuaging', 'assurance', 'assuredly', 'assyrians', 'asterisks', 'asteroids', 'asthmatic', 'astounded', 'astraddle', 'astrakhan', 'astrology', 'astronaut', 'astronomy', 'astroturf', 'asymmetry', 'asymptote', 'atahualpa', 'atavistic', 'atemporal', 'athabasca', 'atheistic', 'athenians', 'athletics', 'atlantica', 'atlantics', 'atlantiss', 'atomisers', 'atomizers', 'atomizing', 'atonality', 'atonement', 'atrocious', 'atrocitys', 'atrophied', 'atrophies', 'attachers', 'attaching', 'attackers', 'attacking', 'attainder', 'attainers', 'attaining', 'attempted', 'attempter', 'attendant', 'attendees', 'attenders', 'attending', 'attention', 'attentive', 'attenuate', 'attesting', 'attitudes', 'attorneys', 'attracted', 'attractor', 'attribute', 'attrition', 'auctioned', 'audacious', 'audacitys', 'audiences', 'audiogram', 'audiology', 'audiotape', 'auditions', 'auditoria', 'augmented', 'augustest', 'augustine', 'augustuss', 'aurangzeb', 'auschwitz', 'austenite', 'austerely', 'austerest', 'austerity', 'australia', 'australis', 'austrians', 'authentic', 'authoring', 'authorise', 'authority', 'authorize', 'autoclave', 'autocracy', 'autocrats', 'autograph', 'automated', 'automates', 'automatic', 'automaton', 'autonomic', 'autonomys', 'autopilot', 'autopsied', 'autopsies', 'auxiliary', 'available', 'availably', 'avalanche', 'averaging', 'aversions', 'aviations', 'aviatrixs', 'avionicss', 'avocadoes', 'avocation', 'avoidable', 'avoidably', 'avoidance', 'avuncular', 'awakening', 'awareness', 'awesomely', 'awestruck', 'awfullest', 'awfulness', 'awkwarder', 'awkwardly', 'axiomatic', 'ayatollah', 'aylesbury', 'ayrshires', 'azimuthal', 'babushkas', 'babyhoods', 'bacchanal', 'bachelors', 'bacilluss', 'backaches', 'backarrow', 'backbends', 'backbiter', 'backbites', 'backboard', 'backbones', 'backdated', 'backdates', 'backdrops', 'backfield', 'backfired', 'backfires', 'backhands', 'backlashs', 'backorder', 'backpacks', 'backpedal', 'backplane', 'backplate', 'backrests', 'backsides', 'backslash', 'backslide', 'backspace', 'backspins', 'backstage', 'backstops', 'backtrack', 'backwards', 'backwashs', 'backwater', 'backwoods', 'backyards', 'bacterial', 'bacterias', 'bacterium', 'badgering', 'badinages', 'badlandss', 'badminton', 'badmouths', 'baedekers', 'bagatelle', 'bagginess', 'bahamians', 'bahaullah', 'bailiwick', 'bakelites', 'bakhtiari', 'balalaika', 'balancers', 'balancing', 'balconies', 'baldnesss', 'balearics', 'balefully', 'balineses', 'balkanize', 'balkiness', 'balladeer', 'ballasted', 'ballerina', 'ballfield', 'ballgowns', 'ballistic', 'ballooned', 'ballooner', 'balloting', 'ballparks', 'ballpoint', 'ballrooms', 'ballsiest', 'ballyhoos', 'balminess', 'balthazar', 'baltimore', 'balusters', 'bamberger', 'bamboozle', 'banalitys', 'bancrofts', 'bandaging', 'bandannas', 'banditrys', 'bandlimit', 'bandoleer', 'bandolier', 'bandstand', 'bandwagon', 'bandwidth', 'baneberry', 'bangalore', 'banishing', 'banisters', 'banjoists', 'bankbooks', 'banknotes', 'bankrolls', 'bankrupts', 'bannekers', 'bannister', 'banqueted', 'bantering', 'baptising', 'baptismal', 'baptistes', 'baptistry', 'baptizing', 'barbadian', 'barbadoss', 'barbarian', 'barbarism', 'barbarity', 'barbarous', 'barbecued', 'barbecues', 'barbequed', 'barbeques', 'barbering', 'barberrys', 'barcelona', 'barefaced', 'barenesss', 'bargained', 'bargainer', 'baritones', 'barnacles', 'barnstorm', 'barnyards', 'barometer', 'baronesss', 'barracuda', 'barraging', 'barreling', 'barrelled', 'barrenest', 'barrettes', 'barricade', 'barringer', 'barrister', 'barrymore', 'bartender', 'bartering', 'bartholdi', 'baseballs', 'baseboard', 'baselines', 'basements', 'basenesss', 'baseplate', 'basepoint', 'bashfully', 'basically', 'basilicas', 'bassinets', 'bastilles', 'bathhouse', 'bathrobes', 'bathrooms', 'bathsheba', 'battalion', 'battening', 'batteries', 'battering', 'baudouins', 'bawdiness', 'bayberrys', 'bayoneted', 'baywatchs', 'bazillion', 'beachcomb', 'beachhead', 'bearberry', 'beardless', 'beardmore', 'beardsley', 'bearnaise', 'bearskins', 'beastlier', 'beatified', 'beatifies', 'beatitude', 'beatrices', 'beauteous', 'beautiful', 'beavering', 'becalming', 'beckoning', 'becquerel', 'bedazzled', 'bedazzles', 'bedecking', 'bedeviled', 'bedfellow', 'bedimming', 'bedraggle', 'bedridden', 'bedspread', 'bedspring', 'bedsteads', 'beechnuts', 'beechwood', 'beefaroni', 'beefsteak', 'beekeeper', 'beelzebub', 'beethoven', 'befalling', 'befitting', 'befogging', 'befouling', 'befriends', 'befuddled', 'befuddles', 'begetting', 'beggaring', 'beginners', 'beginning', 'begrudged', 'begrudges', 'beguiling', 'behaviors', 'behaviour', 'beheading', 'behemoths', 'beholders', 'beholding', 'behooving', 'belabored', 'belabours', 'belatedly', 'beleaguer', 'belgrades', 'believers', 'believing', 'belittled', 'belittles', 'bellatrix', 'bellicose', 'bellowing', 'bellyache', 'bellyfull', 'bellyfuls', 'belonging', 'belvedere', 'belvidere', 'bemoaning', 'benchleys', 'benchmark', 'benedicts', 'benefices', 'benefited', 'benettons', 'benghazis', 'benighted', 'benumbing', 'beplaster', 'bequeaths', 'bereaving', 'berenices', 'beresford', 'bergstrom', 'beriberis', 'berkeleys', 'berkelium', 'berkowitz', 'berkshire', 'berliners', 'bernadine', 'bernankes', 'bernardos', 'bernbachs', 'bernhardt', 'bernoulli', 'bernstein', 'bertillon', 'bertrands', 'beryllium', 'berzelius', 'beseeched', 'beseeches', 'besetting', 'besiegers', 'besieging', 'besotting', 'bessemers', 'bestiarys', 'bestirred', 'bestowals', 'bestowing', 'bestrides', 'bestubble', 'bethlehem', 'bethought', 'betokened', 'betrayals', 'betrayers', 'betraying', 'betrothal', 'betrothed', 'bettering', 'bevelling', 'beverages', 'beverleys', 'bewailing', 'bewhisker', 'bewilders', 'bewitched', 'bewitches', 'bialystok', 'biathlons', 'bicameral', 'bickering', 'biconcave', 'bicuspids', 'bicyclers', 'bicycling', 'bicyclist', 'biennials', 'bifocalss', 'bifurcate', 'bigamists', 'bigmouths', 'bigotries', 'bijection', 'bijective', 'bilateral', 'bilingual', 'billboard', 'billeting', 'billfolds', 'billiards', 'billingss', 'billionth', 'billowier', 'billowing', 'bimonthly', 'binderies', 'binnacles', 'binocular', 'binomials', 'binuclear', 'biochemic', 'biography', 'biologist', 'biometric', 'biophysic', 'biopsying', 'biorhythm', 'biosphere', 'bipartite', 'birdbaths', 'birdcages', 'birdhouse', 'birdieing', 'birdseeds', 'birdseyes', 'birdwatch', 'birthdays', 'birthmark', 'birthrate', 'biscaynes', 'bisecting', 'bisection', 'bisectors', 'bisexuals', 'bishopric', 'bismarcks', 'bisquicks', 'bitchiest', 'bitterest', 'bitternut', 'bivariate', 'biweeklys', 'bizarrely', 'bjerkness', 'blackball', 'blackbird', 'blackbody', 'blackburn', 'blackened', 'blackfeet', 'blackfoot', 'blackhead', 'blackjack', 'blacklist', 'blackmail', 'blackness', 'blackouts', 'blacktops', 'blackwell', 'blameless', 'blanchard', 'blanching', 'blandness', 'blanketed', 'blanketer', 'blankness', 'blantyres', 'blarneyed', 'blaspheme', 'blasphemy', 'blastoffs', 'blatantly', 'blavatsky', 'blazoning', 'bleachers', 'bleaching', 'bleakness', 'bleariest', 'bleedings', 'blemished', 'blemishes', 'blenching', 'blenheims', 'blessedly', 'blessings', 'blighting', 'blindfold', 'blindness', 'blindside', 'blinkered', 'blistered', 'blizzards', 'blockaded', 'blockades', 'blockages', 'blockhead', 'blomquist', 'blondness', 'bloodbath', 'bloodiest', 'bloodless', 'bloodline', 'bloodroot', 'bloodshed', 'bloodshot', 'bloodying', 'blossomed', 'blotchier', 'blotching', 'blowsiest', 'blowtorch', 'blowziest', 'blubbered', 'bludgeons', 'bluebeard', 'bluebells', 'blueberry', 'bluebirds', 'bluefishs', 'bluegrass', 'bluenoses', 'blueprint', 'bluetooth', 'blundered', 'blunderer', 'bluntness', 'blurriest', 'blustered', 'blutwurst', 'boardroom', 'boardwalk', 'boastings', 'boathouse', 'boatloads', 'boatswain', 'boatyards', 'bobolinks', 'bobwhites', 'boccaccio', 'bodybuild', 'bodyguard', 'bodyworks', 'bogeymans', 'bohemians', 'bojangles', 'boldfaces', 'boldnesss', 'bolivians', 'bollywood', 'bolometer', 'bolshevik', 'bolstered', 'boltzmann', 'bombarded', 'bombastic', 'bombproof', 'bombshell', 'bonaparte', 'bondsmans', 'boneheads', 'boogieing', 'bookcases', 'bookmaker', 'bookmarks', 'bookplate', 'bookshelf', 'bookshops', 'bookstore', 'bookworms', 'boomerang', 'boomtowns', 'boondocks', 'boorishly', 'bootblack', 'bootleger', 'bootstrap', 'bordeauxs', 'bordellos', 'bordering', 'borobudur', 'borroughs', 'borrowers', 'borrowing', 'bosporuss', 'bossiness', 'bostonian', 'botanical', 'botanists', 'bothering', 'botswanas', 'bottoming', 'botulinus', 'botulisms', 'bouffants', 'bouillons', 'boulevard', 'bounciest', 'boundarys', 'boundless', 'bounteous', 'bountiful', 'bourbakis', 'bourgeois', 'boutiques', 'bowditchs', 'bowlegged', 'bowsprits', 'bowstring', 'boycotted', 'boyfriend', 'bracelets', 'bracketed', 'braddocks', 'bradshaws', 'braggarts', 'brahmsian', 'brainiest', 'brainless', 'brainstem', 'brainwash', 'brakemans', 'bramptons', 'branching', 'brandying', 'brashness', 'brasilias', 'brassiere', 'brassiest', 'brattains', 'brattiest', 'bratwurst', 'braveness', 'brawniest', 'brazening', 'brazilian', 'breachers', 'breaching', 'breadboxs', 'breadroot', 'breakable', 'breakages', 'breakaway', 'breakdown', 'breakfast', 'breakneck', 'breasting', 'breathers', 'breathier', 'breathing', 'breedings', 'breeziest', 'breveting', 'breviarys', 'breweries', 'brickbats', 'bridgette', 'bridgetts', 'briefcase', 'briefings', 'briefness', 'brigadier', 'brigadoon', 'brightens', 'brightest', 'brightons', 'brigittes', 'brilliant', 'brillouin', 'brimstone', 'brinkleys', 'briquette', 'brisbanes', 'briskness', 'bristlier', 'bristling', 'britannia', 'britannic', 'britchess', 'britisher', 'brittanys', 'brittlest', 'brittneys', 'broaching', 'broadband', 'broadcast', 'broadened', 'broadener', 'broadloom', 'broadness', 'broadside', 'broadways', 'brocading', 'broccolis', 'brochures', 'brokerage', 'brokering', 'bromfield', 'bronchial', 'bronchuss', 'brookline', 'brooklyns', 'brookside', 'broomcorn', 'brotherly', 'brouhahas', 'browbeats', 'brownians', 'brownness', 'brownouts', 'brunching', 'brunettes', 'brunhilde', 'brunswick', 'brushfire', 'brushlike', 'brushwood', 'brushwork', 'bruskness', 'brusquely', 'brusquest', 'brusselss', 'brutalise', 'brutality', 'brutalize', 'brutishly', 'bryophyta', 'bryophyte', 'bubbliest', 'buccaneer', 'buchanans', 'bucharest', 'buchwalds', 'buckboard', 'bucketful', 'bucketing', 'buckshots', 'buckskins', 'buckteeth', 'buckthorn', 'bucktooth', 'buckwheat', 'budapests', 'buddhisms', 'buddhists', 'budgetary', 'budgeters', 'budgeting', 'budweiser', 'buffaloed', 'buffaloes', 'buffering', 'bufferrer', 'buffeting', 'bugzillas', 'buildings', 'bujumbura', 'bulgarian', 'bulgarias', 'bulkheads', 'bulkiness', 'bulldozed', 'bulldozer', 'bulldozes', 'bulletins', 'bullfight', 'bullfinch', 'bullfrogs', 'bullhorns', 'bullrings', 'bullshits', 'bullwhack', 'bulrushes', 'bultmanns', 'bumblebee', 'bumptious', 'buncombes', 'bundestag', 'bungalows', 'bungholes', 'bunkhouse', 'bunkmates', 'buoyancys', 'buoyantly', 'burberrys', 'burdening', 'burgeoned', 'burgesses', 'burglarys', 'burgoynes', 'burgundys', 'burlesque', 'burliness', 'burningly', 'burnished', 'burnishes', 'burnooses', 'burnouses', 'burntness', 'burroughs', 'burrowing', 'bursitiss', 'busheling', 'bushelled', 'bushiness', 'bushnells', 'bushwhack', 'businesss', 'busybodys', 'busynesss', 'busyworks', 'butadiene', 'butchered', 'butcherys', 'buttercup', 'butterers', 'butterfat', 'butterfly', 'butterier', 'butteries', 'buttering', 'butternut', 'buttoning', 'buttresss', 'buxtehude', 'buzzwords', 'bypassing', 'byproduct', 'bystander', 'byzantine', 'byzantium', 'cabdriver', 'cabernets', 'cabinetry', 'cablecast', 'cablegram', 'caboodles', 'cacophony', 'caduceuss', 'caesarean', 'caesarian', 'cafeteria', 'caffeines', 'cageyness', 'caginesss', 'cajolerys', 'calabashs', 'calamines', 'calamitys', 'calcified', 'calcifies', 'calcining', 'calculate', 'calculuss', 'calcuttas', 'calderons', 'caledonia', 'calendars', 'calfskins', 'calibrate', 'calipered', 'caliphate', 'callaghan', 'callahans', 'calliopes', 'callipers', 'callistos', 'calloused', 'callouses', 'callously', 'callowest', 'callusing', 'calmingly', 'calmnesss', 'caloocans', 'calorific', 'calumnies', 'calvinism', 'calvinist', 'cambering', 'cambodian', 'cambodias', 'cambrians', 'cambridge', 'camcorder', 'camelback', 'camellias', 'camembert', 'cameraman', 'cameramen', 'cameroons', 'camisoles', 'camomiles', 'campaigns', 'campanile', 'campanili', 'campfires', 'campsites', 'campusses', 'camshafts', 'canadians', 'canaletto', 'canariess', 'canaveral', 'canberras', 'canceling', 'cancelled', 'cancerous', 'candidacy', 'candidate', 'candlelit', 'canisters', 'cankering', 'cankerous', 'cannabiss', 'canneries', 'cannibals', 'canniness', 'cannister', 'cannonade', 'cannoning', 'canoeists', 'canonical', 'canonised', 'canonises', 'canonized', 'canonizes', 'canopying', 'cantaloup', 'cantering', 'canticles', 'cantonese', 'cantrells', 'canvasing', 'canvassed', 'canvasser', 'canvasses', 'capacious', 'capacitor', 'capacitys', 'caparison', 'capetowns', 'capillary', 'capitally', 'capricorn', 'capsizing', 'capsuling', 'captaincy', 'captained', 'captioned', 'captivate', 'captivity', 'capturers', 'capturing', 'caracalla', 'carapaces', 'carboloys', 'carbonate', 'carbonium', 'carbonize', 'carbuncle', 'carcasses', 'carcinoma', 'cardboard', 'cardenass', 'cardigans', 'cardinals', 'cardsharp', 'careening', 'careering', 'carefully', 'caregiver', 'caressing', 'caretaker', 'caribbean', 'carillons', 'carjacked', 'carjacker', 'carmellas', 'carnation', 'carnegies', 'carnelian', 'carnivals', 'carnivore', 'carolinas', 'carollers', 'carolling', 'carousals', 'carousels', 'carousers', 'carousing', 'carpathia', 'carpenter', 'carpentry', 'carpetbag', 'carpeting', 'carrageen', 'carranzas', 'carriages', 'carrillos', 'carrousel', 'carryalls', 'carryover', 'cartesian', 'carthages', 'cartilage', 'cartooned', 'cartridge', 'cartwheel', 'caryatids', 'casandras', 'casanovas', 'cascadess', 'cascading', 'caseloads', 'casements', 'caseworks', 'cashiered', 'cashmeres', 'cassandra', 'casserole', 'cassettes', 'castaneda', 'castanets', 'castaways', 'castigate', 'castillos', 'castrated', 'castrates', 'castriess', 'casualtys', 'casuistry', 'catabolic', 'cataclysm', 'catacombs', 'catalepsy', 'catalinas', 'cataloged', 'cataloger', 'catalogue', 'catalonia', 'catalysed', 'catalyses', 'catalysis', 'catalysts', 'catalytic', 'catalyzed', 'catalyzes', 'catamaran', 'catapults', 'cataracts', 'catatonia', 'catatonic', 'catcalled', 'catchable', 'catchalls', 'catchiest', 'catchings', 'catchment', 'catchword', 'catechise', 'catechism', 'catechize', 'categoric', 'categorys', 'caterings', 'caterwaul', 'catfishes', 'catharses', 'catharsis', 'cathartic', 'cathedral', 'catherine', 'catheters', 'cathleens', 'catholics', 'catnapped', 'catskills', 'cattiness', 'cattleman', 'cattlemen', 'caucasian', 'caucasoid', 'caucasuss', 'caucusing', 'caucussed', 'cauldrons', 'caulkings', 'causality', 'causation', 'causative', 'causeless', 'causeways', 'causticly', 'cauterise', 'cauterize', 'cautioned', 'cautioner', 'cavalcade', 'cavaliers', 'cavalries', 'cavendish', 'cavernous', 'cavilling', 'cavorting', 'ceasefire', 'ceaseless', 'ceausescu', 'celandine', 'celebrant', 'celebrate', 'celebrity', 'celeritys', 'celestial', 'celibacys', 'celibates', 'cellulars', 'cellulite', 'celluloid', 'cellulose', 'cementing', 'cemeterys', 'cenotaphs', 'cenozoics', 'censorial', 'censoring', 'censuring', 'censusing', 'centaurus', 'centenary', 'centering', 'centigram', 'centipede', 'centrally', 'centrists', 'centuries', 'centurion', 'ceramicss', 'cerberuss', 'cerebella', 'cerebrate', 'cerebrums', 'ceremonys', 'certainly', 'certainty', 'certified', 'certifier', 'certifies', 'certitude', 'ceruleans', 'cervantes', 'cesareans', 'cesarians', 'cessation', 'cesspools', 'cetaceans', 'chaffinch', 'chagrined', 'chainsaws', 'chairlady', 'chairlift', 'chairmans', 'chaitanya', 'chalkiest', 'chalkline', 'challenge', 'chambered', 'chambrays', 'chameleon', 'chamomile', 'champagne', 'champaign', 'champions', 'champlain', 'chancerys', 'chanciest', 'chandlers', 'changchun', 'channeled', 'chantilly', 'chanukahs', 'chaparral', 'chaperone', 'chaperons', 'chaplains', 'character', 'charbrays', 'charbroil', 'charcoals', 'charismas', 'charities', 'charlatan', 'charlenes', 'charlotte', 'charmaine', 'charolais', 'chartable', 'chartered', 'chartings', 'chartisms', 'chartroom', 'charwoman', 'charwomen', 'charybdis', 'chastened', 'chastised', 'chastiser', 'chastises', 'chastitys', 'chasubles', 'chattered', 'chatterer', 'chattiest', 'chauffeur', 'chaunceys', 'chayefsky', 'cheapened', 'cheapness', 'chechnyas', 'checkable', 'checkbook', 'checkered', 'checkerss', 'checklist', 'checkmate', 'checkouts', 'checkroom', 'checksums', 'cheekbone', 'cheekiest', 'cheeriest', 'cheerioss', 'cheerlead', 'cheerless', 'cheesiest', 'chemicals', 'chemisorb', 'chemistry', 'chenilles', 'chequered', 'chequerss', 'cherished', 'cherishes', 'chernenko', 'chernobyl', 'cherokees', 'cherubims', 'chessmans', 'chestnuts', 'chevalier', 'chevrolet', 'cheyennes', 'chicagoan', 'chicanery', 'chickadee', 'chickasaw', 'chickened', 'chickpeas', 'chickweed', 'chicletss', 'chicories', 'chieftain', 'chihuahua', 'chilblain', 'childbear', 'childcare', 'childhood', 'childless', 'childlike', 'chilliest', 'chillings', 'chimaeras', 'chinatown', 'chinstrap', 'chintzier', 'chipboard', 'chipewyan', 'chipmunks', 'chippewas', 'chiquitas', 'chiropody', 'chirruped', 'chiselers', 'chiseling', 'chiselled', 'chiseller', 'chisholms', 'chisinaus', 'chitchats', 'chitlings', 'chitlinss', 'chivalrys', 'chlordane', 'chlorides', 'chlorines', 'chocolate', 'chongqing', 'choosiest', 'choppered', 'choppiest', 'chopstick', 'chorister', 'chortling', 'chorusing', 'chorussed', 'chretiens', 'christens', 'christian', 'christina', 'christine', 'christmas', 'christoph', 'chromatic', 'chromatin', 'chromiums', 'chronicle', 'chrysalis', 'chryslers', 'chrystals', 'chtelaine', 'chubbiest', 'chuckhole', 'chuckling', 'chummiest', 'chungking', 'chunkiest', 'churchill', 'churchman', 'churchmen', 'chutzpahs', 'cicatrice', 'cicatrixs', 'cigarette', 'cigarillo', 'cilantros', 'cinchonas', 'cinctures', 'cindering', 'cinematic', 'cinnabars', 'cinnamons', 'ciphering', 'circadian', 'circuited', 'circuitry', 'circulant', 'circulars', 'circulate', 'cirrhosis', 'citations', 'citibanks', 'citigroup', 'citizenry', 'cityscape', 'civilians', 'civilised', 'civilises', 'civilitys', 'civilized', 'civilizes', 'claiborne', 'claimable', 'claimants', 'clambakes', 'clambered', 'clammiest', 'clamoring', 'clamorous', 'clamoured', 'clampdown', 'clamshell', 'clangours', 'clapboard', 'clapeyron', 'claptraps', 'claremont', 'clarences', 'clarendon', 'clarified', 'clarifies', 'clarinets', 'clarioned', 'clarissas', 'classical', 'classiest', 'classless', 'classmate', 'classroom', 'clattered', 'claudette', 'claudines', 'claudiuss', 'clavicles', 'cleanings', 'cleanlier', 'cleanness', 'cleansers', 'cleansing', 'clearance', 'clearasil', 'clearings', 'clearness', 'cleavages', 'clematiss', 'clemencys', 'clenching', 'cleopatra', 'clergyman', 'clergymen', 'cleveland', 'cleverest', 'clientele', 'clientles', 'cliffhang', 'climactic', 'climaxing', 'clinchers', 'clinching', 'clingiest', 'clinician', 'clipboard', 'clippings', 'clitoriss', 'cloakroom', 'clobbered', 'clockings', 'clockwise', 'clockwork', 'cloisters', 'closeness', 'closeouts', 'closeting', 'clothiers', 'clothings', 'cloudiest', 'cloudless', 'clouseaus', 'clubfoots', 'clubhouse', 'clumsiest', 'clunkiest', 'clustered', 'clutching', 'cluttered', 'coachmans', 'coachwork', 'coadjutor', 'coagulant', 'coagulate', 'coalesced', 'coalesces', 'coalition', 'coarsened', 'coastline', 'coauthors', 'cochineal', 'cockatoos', 'cockerels', 'cockfight', 'cockiness', 'cocklebur', 'cockroach', 'cockscomb', 'cocktails', 'cocoanuts', 'cocooning', 'codebreak', 'codeposit', 'codewords', 'codfishes', 'codifiers', 'codifying', 'coercible', 'coercions', 'coexisted', 'coffeecup', 'coffeepot', 'coffining', 'cogitated', 'cogitates', 'cognisant', 'cognition', 'cognitive', 'cognizant', 'cognomens', 'cognomina', 'cogwheels', 'cohabited', 'coherence', 'cohesions', 'coiffured', 'coiffures', 'coincided', 'coincides', 'cointreau', 'colanders', 'coldnesss', 'coleridge', 'coleslaws', 'coliseums', 'collapsed', 'collapses', 'collaring', 'collating', 'collation', 'colleague', 'collected', 'collector', 'collegial', 'collegian', 'colliding', 'collierys', 'collimate', 'collinear', 'collision', 'collocate', 'colloidal', 'colloquia', 'colloquys', 'colluding', 'collusion', 'collusive', 'colombian', 'colombias', 'colonials', 'colonised', 'coloniser', 'colonises', 'colonists', 'colonized', 'colonizer', 'colonizes', 'colonnade', 'colorados', 'colorfast', 'colorings', 'colorless', 'colosseum', 'colossuss', 'coloureds', 'colourful', 'colouring', 'coltsfoot', 'columbias', 'columbine', 'columbuss', 'columnate', 'columnist', 'columnize', 'comanches', 'combatant', 'combating', 'combative', 'combatted', 'combinate', 'combining', 'comebacks', 'comedians', 'comedowns', 'comeliest', 'comforted', 'comforter', 'comically', 'cominform', 'comintern', 'commanded', 'commander', 'commandos', 'commenced', 'commences', 'commended', 'commented', 'commerces', 'commingle', 'commissar', 'committal', 'committed', 'committee', 'commodity', 'commodore', 'commoners', 'commonest', 'commotion', 'communing', 'communion', 'communism', 'communist', 'community', 'commutate', 'commuters', 'commuting', 'compacted', 'compacter', 'compactly', 'compactor', 'compagnie', 'companies', 'companion', 'comparing', 'compassed', 'compasses', 'compelled', 'compendia', 'competent', 'competing', 'compilers', 'compiling', 'complains', 'complaint', 'completed', 'completer', 'completes', 'complexes', 'complexly', 'compliant', 'complying', 'component', 'comported', 'composers', 'composing', 'composite', 'composted', 'composure', 'compounds', 'compresss', 'comprised', 'comprises', 'computers', 'computing', 'comradely', 'concavity', 'concealed', 'concealer', 'conceding', 'conceited', 'conceived', 'conceives', 'concepcin', 'concerned', 'concerted', 'concertos', 'concettas', 'concierge', 'concisely', 'concisest', 'concision', 'conclaves', 'concluded', 'concludes', 'concocted', 'concocter', 'concourse', 'concreted', 'concretes', 'concubine', 'concurred', 'condemned', 'condemner', 'condensed', 'condenser', 'condenses', 'condillac', 'condiment', 'condition', 'condoling', 'condoning', 'condorcet', 'conducing', 'conducive', 'conducted', 'conductor', 'conestoga', 'confabbed', 'conferred', 'conferrer', 'confessed', 'confesses', 'confessor', 'confettis', 'confidant', 'confident', 'confiding', 'configure', 'confining', 'confirmed', 'conflicts', 'confluent', 'conformal', 'conformed', 'confounds', 'confronts', 'confucian', 'confucius', 'confusers', 'confusing', 'confusion', 'confuting', 'congealed', 'congenial', 'congested', 'congolese', 'congresss', 'congruent', 'congruity', 'congruous', 'conjoined', 'conjugacy', 'conjugate', 'conjuncts', 'conjurers', 'conjuring', 'conjurors', 'connected', 'connecter', 'connector', 'connemara', 'connivers', 'conniving', 'connollys', 'connoting', 'connubial', 'conquered', 'conquerer', 'conqueror', 'conquests', 'conscious', 'conscript', 'consensus', 'consented', 'consenter', 'conserved', 'conserves', 'considers', 'consigned', 'consignee', 'consignor', 'consisted', 'consolers', 'consoling', 'consonant', 'consorted', 'consortia', 'conspired', 'conspires', 'constable', 'constance', 'constancy', 'constants', 'constrain', 'constrict', 'construct', 'construed', 'construes', 'consuelos', 'consulate', 'consulted', 'consumers', 'consuming', 'contacted', 'contagion', 'contained', 'container', 'contempts', 'contended', 'contender', 'contented', 'contently', 'contested', 'contester', 'continent', 'continual', 'continued', 'continues', 'continuum', 'contorted', 'contoured', 'contracts', 'contrails', 'contralto', 'contrarys', 'contrasts', 'contreras', 'contrived', 'contriver', 'contrives', 'contumacy', 'contumely', 'contusing', 'contusion', 'conundrum', 'convening', 'converged', 'converges', 'conversed', 'converses', 'converted', 'converter', 'convertor', 'convexity', 'conveyers', 'conveying', 'conveyors', 'convicted', 'convinced', 'convincer', 'convinces', 'convivial', 'convocate', 'convoking', 'convolute', 'convoying', 'convulsed', 'convulses', 'cookbooks', 'cookeries', 'coolidges', 'coolnesss', 'cooperate', 'coopering', 'copelands', 'copiously', 'copolymer', 'coproduct', 'copulated', 'copulates', 'copyright', 'coquetted', 'coquettes', 'coralline', 'cordelias', 'cordially', 'cordoning', 'corduroys', 'coriander', 'corioliss', 'corkscrew', 'corleones', 'cormorant', 'cornballs', 'cornbread', 'corneille', 'cornelias', 'cornelius', 'cornering', 'cornfield', 'cornmeals', 'cornrowed', 'cornstalk', 'cornwalls', 'corollary', 'coronarys', 'coroutine', 'corporacy', 'corporals', 'corporate', 'corporeal', 'corpulent', 'corpuscle', 'corralled', 'corrected', 'correcter', 'correctly', 'corrector', 'correggio', 'correlate', 'corridors', 'corroding', 'corrosion', 'corrosive', 'corrugate', 'corrupted', 'corrupter', 'corruptly', 'corseting', 'cortisone', 'cortlands', 'coruscate', 'corvallis', 'corvettes', 'cosigners', 'cosigning', 'cosinesss', 'cosmetics', 'cosmogony', 'cosmology', 'cosmonaut', 'cosponsor', 'costarred', 'costellos', 'costliest', 'costuming', 'cotangent', 'cotillion', 'cotopaxis', 'cotswolds', 'cottoning', 'cotyledon', 'councilor', 'counseled', 'counselor', 'countable', 'countably', 'countdown', 'countered', 'countesss', 'countless', 'countries', 'countrify', 'couplings', 'courteous', 'courtesan', 'courtesys', 'courtiers', 'courtlier', 'courtneys', 'courtroom', 'courtship', 'courtyard', 'couturier', 'covariant', 'covariate', 'covenants', 'coventrys', 'coverable', 'coverages', 'coveralls', 'coverings', 'coverlets', 'cowardice', 'coworkers', 'coxswains', 'cozinesss', 'crabapple', 'crabbiest', 'crackdown', 'cracklier', 'crackling', 'crackpots', 'craftiest', 'craftsman', 'craftsmen', 'craggiest', 'cranberry', 'cranelike', 'crankcase', 'crankiest', 'crappiest', 'crassness', 'cratering', 'crawfishs', 'crawfords', 'crayfishs', 'crayoning', 'craziness', 'creakiest', 'creamerys', 'creamiest', 'creations', 'creatives', 'creatures', 'credences', 'credenzas', 'crediting', 'creditors', 'credulity', 'credulous', 'creekside', 'creepiest', 'creighton', 'cremating', 'cremation', 'crematory', 'creosoted', 'creosotes', 'crescendi', 'crescendo', 'crescents', 'crestview', 'cretinous', 'crevasses', 'cribbages', 'cricketer', 'criminals', 'crimsoned', 'crinklier', 'crinkling', 'crinoline', 'crippling', 'crispiest', 'crispness', 'cristinas', 'criterion', 'criticise', 'criticism', 'criticize', 'critiqued', 'critiques', 'croatians', 'crocheted', 'crockerys', 'crocodile', 'croissant', 'cromwells', 'cronkites', 'crookeder', 'crookedly', 'croquette', 'crossable', 'crossbars', 'crossbeam', 'crossbill', 'crossbows', 'crossbred', 'crossfire', 'crossings', 'crosslink', 'crossness', 'crossover', 'crossroad', 'crosstalk', 'crosstown', 'crosswalk', 'crossways', 'crosswise', 'crossword', 'crosswort', 'crotchets', 'crotchety', 'crouching', 'croupiers', 'croupiest', 'crowberry', 'crucially', 'crucibles', 'crucified', 'crucifies', 'crucifixs', 'cruciform', 'cruddiest', 'crudeness', 'crudities', 'cruellest', 'cruelties', 'crumbiest', 'crumblier', 'crumbling', 'crummiest', 'crumpling', 'crunchier', 'crunching', 'crusaders', 'crusading', 'crushable', 'crustiest', 'crybabies', 'cryogenic', 'ctesiphon', 'cubbyhole', 'cuchulain', 'cuckolded', 'cucumbers', 'cuddliest', 'cudgeling', 'cudgelled', 'cuisinart', 'cullender', 'culminate', 'cultivate', 'culturing', 'cuneiform', 'cunninger', 'cunningly', 'cupboards', 'cupiditys', 'curatives', 'curiosity', 'curiouser', 'curiously', 'curlicued', 'curlicues', 'curliness', 'curlycues', 'currencys', 'currently', 'curricula', 'currycomb', 'cursorily', 'curtailed', 'curtained', 'curtnesss', 'curtseyed', 'curtsying', 'curvature', 'cushioned', 'custodial', 'custodian', 'customary', 'customers', 'customise', 'customize', 'cutaneous', 'cutenesss', 'cutesiest', 'cutlasses', 'cutthroat', 'cuttingly', 'cyberpunk', 'cycladess', 'cyclamens', 'cycloidal', 'cyclopean', 'cyclorama', 'cyclotron', 'cylinders', 'cylindric', 'cymbeline', 'cynically', 'cynicisms', 'cynosures', 'cypresses', 'cyrillics', 'cytologys', 'cytolysis', 'cytoplasm', 'dachshund', 'dactylics', 'daedaluss', 'daffodils', 'daintiest', 'daiquiris', 'dairyings', 'dairymaid', 'dairymans', 'dalhousie', 'dalliance', 'dalmatian', 'damascuss', 'damasking', 'damnation', 'damnedest', 'dampening', 'dampnesss', 'dandelion', 'dandruffs', 'dangerous', 'danielles', 'danielson', 'danknesss', 'dapperest', 'daredevil', 'darkening', 'darknesss', 'darkrooms', 'darnedest', 'dartboard', 'dartmouth', 'darwinian', 'darwinism', 'dashboard', 'dashingly', 'dastardly', 'databases', 'datelined', 'datelines', 'daugherty', 'daughters', 'dauntless', 'davenport', 'davidsons', 'daybreaks', 'daydreams', 'daydreamt', 'daylights', 'dbutantes', 'deaconess', 'deadbeats', 'deadbolts', 'deadening', 'deadheads', 'deadliest', 'deadlines', 'deadlocks', 'deadwoods', 'deafening', 'deafnesss', 'dearnesss', 'deathbeds', 'deathblow', 'deathless', 'deathlike', 'deathrate', 'deathtrap', 'deathward', 'debarking', 'debarment', 'debarring', 'debatable', 'debauched', 'debauches', 'debenture', 'debilitys', 'debriefed', 'debuggers', 'debugging', 'debunking', 'debutante', 'decadence', 'decadents', 'decalogue', 'decamping', 'decanters', 'decanting', 'decathlon', 'deceaseds', 'deceasing', 'decedents', 'deceitful', 'deceivers', 'deceiving', 'decembers', 'decencies', 'decennial', 'deception', 'deceptive', 'decertify', 'decidable', 'decidedly', 'deciduous', 'decimated', 'decimates', 'deciphers', 'decisions', 'deckhands', 'declaimed', 'declarers', 'declaring', 'decliners', 'declining', 'declivity', 'decodings', 'decompile', 'decompose', 'decontrol', 'decorated', 'decorates', 'decorator', 'decoupled', 'decouples', 'decreased', 'decreases', 'decreeing', 'decrement', 'dedekinds', 'dedicated', 'dedicates', 'deducible', 'deducting', 'deduction', 'deductive', 'deepening', 'deepnesss', 'deerskins', 'defaulted', 'defaulter', 'defeating', 'defeatism', 'defeatist', 'defecated', 'defecates', 'defecting', 'defection', 'defective', 'defectors', 'defencing', 'defendant', 'defenders', 'defending', 'defensing', 'defensive', 'deference', 'deferment', 'deferrers', 'deferring', 'defiances', 'defiantly', 'deficient', 'definable', 'deflating', 'deflation', 'deflected', 'deflector', 'defoggers', 'defoliant', 'defoliate', 'deforests', 'deforming', 'deformity', 'defrauded', 'defrayals', 'defraying', 'defrosted', 'defroster', 'deftnesss', 'degassing', 'degeneres', 'degrading', 'degumming', 'dehydrate', 'dejecting', 'dejection', 'delacroix', 'delacruzs', 'delawares', 'delectate', 'delegable', 'delegated', 'delegates', 'deletions', 'delicacys', 'delicious', 'delighted', 'delimited', 'delimiter', 'delineate', 'delirious', 'deliriums', 'delivered', 'deliverer', 'deliverys', 'delmarvas', 'delmonico', 'delphinia', 'delphinus', 'delusions', 'demagnify', 'demagogic', 'demagogry', 'demagogue', 'demagogys', 'demanding', 'demarcate', 'demavends', 'demeaning', 'demeanors', 'demeanour', 'dementias', 'demetrius', 'demijohns', 'demitasse', 'demitting', 'democracy', 'democrats', 'demotions', 'demurring', 'demystify', 'denatured', 'denatures', 'dendrites', 'dendritic', 'denebolas', 'denigrate', 'denotable', 'denounced', 'denounces', 'denseness', 'densities', 'dentistry', 'deodorant', 'deodorise', 'deodorize', 'departeds', 'departing', 'departure', 'dependant', 'dependent', 'depending', 'depicting', 'depiction', 'deplaning', 'depleting', 'depletion', 'deploring', 'deploying', 'deporting', 'deposited', 'depositor', 'depraving', 'depravity', 'deprecate', 'depredate', 'depressed', 'depresses', 'depressor', 'depriving', 'deprogram', 'deputised', 'deputises', 'deputized', 'deputizes', 'dequeuing', 'derailing', 'deranging', 'derelicts', 'derisions', 'derivable', 'derogated', 'derogates', 'derringer', 'dervishes', 'descanted', 'descartes', 'descended', 'descender', 'described', 'describer', 'describes', 'descrying', 'desdemona', 'desecrate', 'deserters', 'deserting', 'desertion', 'deserving', 'desiccate', 'designate', 'designers', 'designing', 'desirable', 'desirably', 'desisting', 'desolated', 'desolater', 'desolates', 'despaired', 'despatchs', 'desperado', 'desperate', 'despising', 'despoiled', 'despotism', 'dessicate', 'destinate', 'destinies', 'destining', 'destitute', 'destroyed', 'destroyer', 'destructs', 'desuetude', 'desultory', 'detaching', 'detailing', 'detaining', 'detecting', 'detection', 'detective', 'detectors', 'detention', 'detergent', 'determine', 'deterrent', 'deterring', 'detesting', 'dethroned', 'dethrones', 'detonable', 'detonated', 'detonates', 'detonator', 'detouring', 'detracted', 'detractor', 'detriment', 'detrituss', 'deuterate', 'deuterium', 'devaluing', 'devastate', 'developed', 'developer', 'deviances', 'deviating', 'deviation', 'devilling', 'devilment', 'devilries', 'deviltrys', 'deviously', 'devisings', 'devolving', 'devonians', 'devotedly', 'devotions', 'devouring', 'devoutest', 'dewberrys', 'dexedrine', 'dexterity', 'dexterous', 'dextroses', 'diabetess', 'diabetics', 'diacritic', 'diaghilev', 'diagnosed', 'diagnoses', 'diagnosis', 'diagonals', 'diagramed', 'dialectal', 'dialectic', 'diallings', 'dialogues', 'dialysiss', 'diameters', 'diametric', 'diapering', 'diaphragm', 'diarrheas', 'diarrhoea', 'diasporas', 'diastolic', 'diathermy', 'diathesis', 'diatribes', 'dicaprios', 'dichondra', 'dichotomy', 'dickering', 'dickerson', 'dickinson', 'dictating', 'dictation', 'dictators', 'didrikson', 'dieresiss', 'dieseling', 'dietaries', 'dietetics', 'dietician', 'dietitian', 'different', 'differers', 'differing', 'difficult', 'diffident', 'diffusely', 'diffusers', 'diffusing', 'diffusion', 'diffusive', 'digesting', 'digestion', 'digestive', 'digitalis', 'digitally', 'digitised', 'digitises', 'digitized', 'digitizes', 'dignified', 'dignifies', 'dignitary', 'dignities', 'digressed', 'digresses', 'dijkstras', 'dilations', 'diligence', 'dillinger', 'dilutions', 'dimension', 'dimwitted', 'dinginess', 'dinnering', 'dinosaurs', 'diocesans', 'dionysian', 'dionysuss', 'diphthong', 'diplomacy', 'diplomata', 'diplomats', 'dipsticks', 'directest', 'directing', 'direction', 'directive', 'directors', 'directory', 'directrix', 'dirichlet', 'dirigible', 'dirtiness', 'disablers', 'disabling', 'disabused', 'disabuses', 'disaffect', 'disagreed', 'disagrees', 'disallows', 'disappear', 'disarming', 'disarrays', 'disasters', 'disavowal', 'disavowed', 'disbanded', 'disbarred', 'disbelief', 'disbursed', 'disburses', 'discarded', 'discerned', 'discharge', 'disciples', 'disclaims', 'disclosed', 'discloses', 'discolors', 'discolour', 'discomfit', 'discorded', 'discounts', 'discourse', 'discovers', 'discovery', 'discredit', 'discussed', 'discusses', 'disdained', 'disembark', 'disembody', 'disengage', 'disfavors', 'disfavour', 'disfigure', 'disgorged', 'disgorges', 'disgraced', 'disgraces', 'disguised', 'disguises', 'disgusted', 'dishcloth', 'dishevels', 'dishonest', 'dishonors', 'dishonour', 'dishtowel', 'dishwater', 'disinfect', 'disinters', 'disjoints', 'disjuncts', 'diskettes', 'disliking', 'dislocate', 'dislodged', 'dislodges', 'dismantle', 'dismaying', 'dismember', 'dismissal', 'dismissed', 'dismisser', 'dismisses', 'dismounts', 'disobeyed', 'disoblige', 'disorders', 'disorient', 'disowning', 'disparage', 'disparate', 'disparity', 'dispatchs', 'dispelled', 'dispensed', 'dispenser', 'dispenses', 'dispersal', 'dispersed', 'disperses', 'dispirits', 'displaced', 'displaces', 'displayed', 'displease', 'disported', 'disposals', 'disposing', 'disproved', 'disproven', 'disproves', 'disputant', 'disputers', 'disputing', 'disquiets', 'disregard', 'disrepair', 'disrepute', 'disrobing', 'disrupted', 'dissected', 'dissemble', 'dissented', 'dissenter', 'dissident', 'dissipate', 'dissolute', 'dissolved', 'dissolves', 'dissonant', 'dissuaded', 'dissuades', 'distanced', 'distances', 'distantly', 'distastes', 'distemper', 'distended', 'distilled', 'distiller', 'distorted', 'distorter', 'distracts', 'distresss', 'districts', 'distrusts', 'disturbed', 'disturber', 'disulfide', 'disunited', 'disunites', 'disunitys', 'dithering', 'diuretics', 'diurnally', 'divergent', 'diverging', 'diversely', 'diversify', 'diversion', 'diversity', 'diverting', 'divesting', 'dividends', 'divinitys', 'divisible', 'divisions', 'divorcing', 'divulging', 'dixiecrat', 'dixieland', 'dizziness', 'djakartas', 'djiboutis', 'dobermans', 'docilitys', 'docketing', 'dockyards', 'doctorate', 'doctoring', 'doctorows', 'doctrinal', 'doctrines', 'docudrama', 'documents', 'doddering', 'dogfights', 'dogfishes', 'doggerels', 'doggonest', 'doggoning', 'doghouses', 'dogmatism', 'dogmatist', 'doldrumss', 'dolefully', 'dollhouse', 'dolloping', 'dolomitic', 'domesdays', 'domestics', 'domiciled', 'domiciles', 'dominance', 'dominants', 'dominated', 'dominates', 'domineers', 'dominguez', 'dominican', 'dominicas', 'dominicks', 'dominions', 'dominique', 'donaldson', 'donatello', 'donations', 'donizetti', 'doohickey', 'doolittle', 'doomsdays', 'doorbells', 'doorknobs', 'doorsteps', 'dormancys', 'dormitory', 'dormouses', 'dorotheas', 'dosimeter', 'doubleday', 'doubleton', 'doubloons', 'doubtable', 'doubtless', 'dougherty', 'doughiest', 'doughnuts', 'doughtier', 'dovetails', 'dowdiness', 'dowelling', 'dowitcher', 'downbeats', 'downdraft', 'downfalls', 'downgrade', 'downhills', 'downloads', 'downplays', 'downpours', 'downright', 'downriver', 'downscale', 'downsized', 'downsizes', 'downslope', 'downspout', 'downstage', 'downstate', 'downswing', 'downtimes', 'downtowns', 'downtrend', 'downturns', 'downwards', 'doxologys', 'drabnesss', 'draconian', 'draftiest', 'draftsman', 'draftsmen', 'dragonfly', 'dragooned', 'drailleur', 'drainages', 'drainpipe', 'dramamine', 'dramatics', 'dramatise', 'dramatist', 'dramatize', 'draperies', 'dravidian', 'drawbacks', 'drawnness', 'dreamboat', 'dreamiest', 'dreamland', 'dreamless', 'dreamlike', 'dreariest', 'drenching', 'dressages', 'dressiest', 'dressings', 'dressmake', 'dribblers', 'dribbling', 'driftwood', 'drinkable', 'drinkings', 'drippings', 'driveling', 'drivelled', 'driveways', 'drizzlier', 'drizzling', 'drollerys', 'drollness', 'dromedary', 'droopiest', 'droppings', 'drownings', 'drowsiest', 'drubbings', 'drudgerys', 'druggists', 'drugstore', 'drumstick', 'drunkards', 'drunkenly', 'dschubbas', 'dsseldorf', 'dualities', 'dubiously', 'dubitable', 'dubrovnik', 'duchesses', 'duckbills', 'ducklings', 'ductility', 'duellings', 'duellists', 'dulcimers', 'dullnesss', 'dumbbells', 'dumbfound', 'dumbnesss', 'dumfounds', 'dumplings', 'dungarees', 'duodenums', 'duopolist', 'duplicate', 'duplicity', 'duracells', 'durations', 'durochers', 'dusenberg', 'dusenbury', 'dushanbes', 'duskiness', 'dustiness', 'dutchmans', 'dutifully', 'dwarfisms', 'dwellings', 'dwindling', 'dyestuffs', 'dynamical', 'dynamicss', 'dynamisms', 'dynamited', 'dynamites', 'dynasties', 'dysentery', 'dyslexias', 'dyslexics', 'dyspepsia', 'dyspeptic', 'dysplasia', 'dystrophy', 'dzungaria', 'eagerness', 'earliness', 'earmarked', 'earnestly', 'earnhardt', 'earningss', 'earphones', 'earthiest', 'earthlier', 'earthling', 'earthmove', 'earthward', 'earthwork', 'earthworm', 'easements', 'easinesss', 'eastbound', 'easterlys', 'easterner', 'eastwards', 'eastwoods', 'easygoing', 'eavesdrop', 'ebeneezer', 'ebullient', 'eccentric', 'eclectics', 'eclipsing', 'ecliptics', 'ecologist', 'economics', 'economies', 'economise', 'economist', 'economize', 'ecosystem', 'ecstasies', 'ecuadoran', 'ecumenist', 'eddington', 'edelweiss', 'edematous', 'edginesss', 'edibility', 'edinburgh', 'editorial', 'edmondson', 'edmontons', 'educating', 'education', 'educators', 'edwardian', 'edwardine', 'eerinesss', 'effecting', 'effective', 'effectors', 'effectual', 'efficacys', 'efficient', 'effluents', 'effluvium', 'effulgent', 'effusions', 'eggbeater', 'eggplants', 'eggshells', 'eglantine', 'egotistic', 'egregious', 'egyptians', 'ehrenberg', 'eiderdown', 'eighteens', 'eightfold', 'eightieth', 'einsteins', 'ejaculate', 'ejections', 'elaborate', 'elastomer', 'elbowroom', 'elections', 'electives', 'electoral', 'electress', 'electrify', 'electrode', 'electrons', 'elegances', 'elegantly', 'elemental', 'elephants', 'elevating', 'elevation', 'elevators', 'elevenths', 'eliciting', 'eliminate', 'elisabeth', 'elizabeth', 'ellesmere', 'ellington', 'ellipsiss', 'ellipsoid', 'ellsworth', 'elocution', 'elongated', 'elongates', 'elopement', 'eloquence', 'elsewhere', 'elucidate', 'elusively', 'emaciated', 'emaciates', 'emanating', 'emanation', 'embalmers', 'embalming', 'embargoed', 'embargoes', 'embarking', 'embarrass', 'embassies', 'embattled', 'embedding', 'embellish', 'embezzled', 'embezzler', 'embezzles', 'embitters', 'emblazons', 'embodying', 'emboldens', 'embolisms', 'embossing', 'embracing', 'embrittle', 'embroider', 'embroiled', 'embryonic', 'emendable', 'emergence', 'emergency', 'emigrants', 'emigrated', 'emigrates', 'eminences', 'eminently', 'emissarys', 'emissions', 'emittance', 'emollient', 'emolument', 'emotional', 'empaneled', 'empathise', 'empathize', 'emphasise', 'emphasiss', 'emphasize', 'emphysema', 'empirical', 'employees', 'employers', 'employing', 'emporiums', 'empowered', 'empresses', 'emptiness', 'emulating', 'emulation', 'emulators', 'emulsions', 'enactment', 'enameling', 'enamelled', 'enamoring', 'enamoured', 'encamping', 'enchanted', 'enchanter', 'enchilada', 'enciphers', 'encircled', 'encircles', 'enclosing', 'enclosure', 'encodings', 'encompass', 'encounter', 'encourage', 'encrusted', 'encrypted', 'encumbers', 'endangers', 'endearing', 'endeavors', 'endeavour', 'endlessly', 'endocrine', 'endorsers', 'endorsing', 'endosperm', 'endowment', 'endurable', 'endurably', 'endurance', 'energetic', 'energised', 'energiser', 'energises', 'energized', 'energizer', 'energizes', 'enervated', 'enervates', 'enfeebled', 'enfeebles', 'enfolding', 'enforcers', 'enforcing', 'engenders', 'engineers', 'englander', 'englewood', 'englisher', 'englishes', 'engorging', 'engravers', 'engraving', 'engrossed', 'engrosses', 'engulfing', 'enhancing', 'enigmatic', 'eniwetoks', 'enjoinder', 'enjoining', 'enjoyable', 'enjoyably', 'enjoyment', 'enlargers', 'enlarging', 'enlighten', 'enlistees', 'enlisting', 'enlivened', 'enmeshing', 'ennobling', 'enormitys', 'enquiries', 'enquiring', 'enrapture', 'enriching', 'enrolling', 'enrolment', 'ensconced', 'ensconces', 'ensembles', 'enshrined', 'enshrines', 'enshrouds', 'enslaving', 'ensnaring', 'enstatite', 'entailing', 'entangled', 'entangles', 'entertain', 'enthralls', 'enthroned', 'enthrones', 'enthusing', 'entiretys', 'entitling', 'entombing', 'entourage', 'entrailss', 'entranced', 'entrances', 'entrapped', 'entreated', 'entreatys', 'entrusted', 'entryways', 'entwining', 'enumerate', 'enunciate', 'enveloped', 'enveloper', 'envelopes', 'enviously', 'environss', 'envisaged', 'envisages', 'envisions', 'enzymatic', 'epaulette', 'ephemeral', 'ephemeris', 'epicenter', 'epicentre', 'epictetus', 'epicurean', 'epicuruss', 'epicyclic', 'epidemics', 'epidermal', 'epidermic', 'epidermis', 'epilepsys', 'epileptic', 'epilogues', 'epiphanys', 'epiphysis', 'episcopal', 'epitaxial', 'epitomise', 'epitomize', 'equalised', 'equaliser', 'equalises', 'equalitys', 'equalized', 'equalizer', 'equalizes', 'equalling', 'equations', 'equinoxes', 'equipages', 'equipment', 'equipoise', 'equipping', 'equitable', 'equitably', 'equivocal', 'eradicate', 'erections', 'erectness', 'ergonomic', 'ericksons', 'ernestine', 'erogenous', 'eroticism', 'erroneous', 'erstwhile', 'eruditely', 'erudition', 'eruptions', 'escalated', 'escalates', 'escalator', 'escapable', 'escapades', 'escapisms', 'escapists', 'escaroles', 'eschewing', 'escorting', 'esmeralda', 'esophagus', 'esperanto', 'esperanza', 'espinozas', 'espionage', 'esplanade', 'espousals', 'espousing', 'espressos', 'essayists', 'essential', 'essequibo', 'establish', 'esteeming', 'esterhzys', 'esthetics', 'estimable', 'estimated', 'estimates', 'estimator', 'estonians', 'estranged', 'estranges', 'estrogens', 'estuaries', 'estuarine', 'eternally', 'eternitys', 'ethelreds', 'ethically', 'ethiopian', 'ethiopias', 'ethnicity', 'ethnology', 'etiologys', 'etiquette', 'etymology', 'eucalypti', 'eucharist', 'euclidean', 'eugenicss', 'eukaryote', 'eulogised', 'eulogises', 'eulogized', 'eulogizes', 'eumenides', 'euphemism', 'euphemist', 'euphorbia', 'euphorias', 'euphrates', 'eurasians', 'euripides', 'europeans', 'eurydices', 'evacuated', 'evacuates', 'evaluable', 'evaluated', 'evaluates', 'evaluator', 'evangelic', 'evaporate', 'evasively', 'evennesss', 'eventides', 'eventuate', 'everettes', 'everglade', 'evergreen', 'everready', 'everybody', 'everyones', 'evictions', 'evidenced', 'evidences', 'evidently', 'evildoers', 'evocation', 'evocative', 'evolution', 'exactions', 'exactness', 'examiners', 'examining', 'exampling', 'excalibur', 'excavated', 'excavates', 'excavator', 'excedrins', 'exceeding', 'excellent', 'excelling', 'excelsior', 'excepting', 'exception', 'excerpted', 'excessive', 'exchanged', 'exchanges', 'exchequer', 'excisable', 'excisions', 'excitable', 'excitedly', 'exclaimed', 'exclaimer', 'excluding', 'exclusion', 'exclusive', 'excoriate', 'excrement', 'excreting', 'excretion', 'excretory', 'exculpate', 'excursion', 'excusable', 'excusably', 'execrable', 'execrated', 'execrates', 'executing', 'execution', 'executive', 'executors', 'executrix', 'exegesiss', 'exemplars', 'exemplary', 'exemplify', 'exempting', 'exemption', 'exercised', 'exerciser', 'exercises', 'exercycle', 'exertions', 'exhausted', 'exhibited', 'exhibitor', 'exhorting', 'exigencys', 'existence', 'exogamous', 'exogenous', 'exonerate', 'exorcised', 'exorcises', 'exorcisms', 'exorcists', 'exorcized', 'exorcizes', 'expanders', 'expanding', 'expansion', 'expansive', 'expatiate', 'expectant', 'expecting', 'expedient', 'expedited', 'expediter', 'expedites', 'expeditor', 'expelling', 'expending', 'expensive', 'expertise', 'expiating', 'expiation', 'explained', 'explainer', 'expletive', 'explicate', 'exploding', 'exploited', 'exploiter', 'explorers', 'exploring', 'explosion', 'explosive', 'exponents', 'exporters', 'exporting', 'expositor', 'exposures', 'expounded', 'expounder', 'expressed', 'expresses', 'expressly', 'expulsion', 'expunging', 'expurgate', 'exquisite', 'extempore', 'extending', 'extension', 'extensive', 'extenuate', 'exteriors', 'externals', 'extincted', 'extirpate', 'extolling', 'extorting', 'extortion', 'extracted', 'extractor', 'extradite', 'extravert', 'extremely', 'extremest', 'extremism', 'extremist', 'extremity', 'extricate', 'extrinsic', 'extrovert', 'extruding', 'extrusion', 'extrusive', 'exuberant', 'exudation', 'eyeballed', 'eyebright', 'eyeglasss', 'eyelashes', 'eyeliners', 'eyepieces', 'eyesights', 'eyestrain', 'eyetooths', 'fabricate', 'facebooks', 'facelifts', 'faceplate', 'facetious', 'facetting', 'facilitys', 'facsimile', 'factional', 'factorial', 'factories', 'factoring', 'factorise', 'factorize', 'factotums', 'factually', 'faculties', 'faintness', 'fairbanks', 'fairchild', 'fairfield', 'fairnesss', 'fairyland', 'faithfuls', 'faithless', 'falconers', 'falconrys', 'falklands', 'fallacies', 'fallopian', 'fallowing', 'falsehood', 'falseness', 'falsettos', 'falsified', 'falsifies', 'falsities', 'falstaffs', 'faltering', 'familiars', 'famishing', 'fanatical', 'fanciness', 'fantasied', 'fantasies', 'fantasise', 'fantasist', 'fantasize', 'fantastic', 'farewells', 'farmhands', 'farmhouse', 'farmlands', 'farmyards', 'farrakhan', 'farrowing', 'farthings', 'fascinate', 'fashioned', 'fasteners', 'fastening', 'fastnesss', 'fatalisms', 'fatalists', 'fatalitys', 'fatefully', 'fathering', 'fathoming', 'fatiguess', 'fatiguing', 'fatteners', 'fattening', 'fatuously', 'faulkners', 'faultiest', 'faultless', 'faustinos', 'favorable', 'favorably', 'favorites', 'favouring', 'favourite', 'fearfully', 'feathered', 'featherer', 'featuring', 'februarys', 'fecundity', 'federally', 'federated', 'federates', 'federicos', 'feedbacks', 'feelingly', 'feistiest', 'feldspars', 'felicitys', 'fellatios', 'felonious', 'feminines', 'feminisms', 'feminists', 'fencepost', 'fenugreek', 'ferdinand', 'fergusons', 'fermented', 'fernandez', 'fernandos', 'ferocious', 'ferocitys', 'ferreting', 'ferryboat', 'fertilely', 'fertilise', 'fertility', 'fertilize', 'fervencys', 'fervently', 'festering', 'festivals', 'festively', 'festivity', 'festooned', 'fetishism', 'fetishist', 'fettering', 'feudalism', 'feudatory', 'fiberglas', 'fibonacci', 'fibration', 'fibrosity', 'fibrously', 'fictional', 'fidelitys', 'fidgeting', 'fiduciary', 'fieldwork', 'fieriness', 'fifteenth', 'fiftieths', 'fightings', 'figueroas', 'figurines', 'figurings', 'filaments', 'filenames', 'filigreed', 'filigrees', 'filipinos', 'filleting', 'filliping', 'fillmores', 'filmmaker', 'filmstrip', 'filtering', 'filthiest', 'filtrable', 'filtrated', 'filtrates', 'finaglers', 'finagling', 'finalised', 'finalises', 'finalists', 'finalitys', 'finalized', 'finalizes', 'financial', 'financier', 'financing', 'finenesss', 'finessing', 'fingering', 'fingertip', 'finickier', 'finishers', 'finishing', 'finnegans', 'fireballs', 'firebombs', 'firebrand', 'firebreak', 'firefight', 'fireflies', 'firehouse', 'firelight', 'fireplace', 'fireplugs', 'firepower', 'fireproof', 'firesides', 'firestone', 'firestorm', 'firetraps', 'firewalls', 'firewater', 'firewoods', 'fireworks', 'firmament', 'firmnesss', 'firstborn', 'firsthand', 'fischbein', 'fishbowls', 'fisheries', 'fisherman', 'fishermen', 'fishhooks', 'fishtails', 'fishwifes', 'fishwives', 'fisticuff', 'fitchburg', 'fittingly', 'fixations', 'fixatives', 'fixedness', 'flabbiest', 'flagellum', 'flageolet', 'flagpoles', 'flagships', 'flagstaff', 'flagstone', 'flakiness', 'flambeing', 'flamencos', 'flamingos', 'flammable', 'flanagans', 'flanderss', 'flanneled', 'flannelet', 'flapjacks', 'flashback', 'flashbulb', 'flashguns', 'flashiest', 'flashings', 'flatboats', 'flatfishs', 'flatfoots', 'flatirons', 'flatnesss', 'flattened', 'flattered', 'flatterer', 'flatterys', 'flatulent', 'flatwares', 'flaunting', 'flautists', 'flavorful', 'flavoring', 'flavoured', 'fledgling', 'fleeciest', 'fleetness', 'fleischer', 'fleshiest', 'fleshlier', 'flexitime', 'flextimes', 'flickered', 'flightier', 'flimflams', 'flimsiest', 'flinching', 'flintiest', 'flintlock', 'flippancy', 'floggings', 'floodgate', 'floorings', 'flophouse', 'floppiest', 'florences', 'floridian', 'florsheim', 'flotation', 'flotillas', 'flouncing', 'flounders', 'flourishs', 'flowchart', 'flowerbed', 'flowerier', 'flowering', 'flowerpot', 'fluctuate', 'fluffiest', 'fluiditys', 'flummoxed', 'flummoxes', 'fluoresce', 'fluorides', 'fluorines', 'fluorites', 'fluorspar', 'flurrying', 'flustered', 'fluttered', 'flyleaves', 'flypapers', 'flyspecks', 'flyweight', 'flywheels', 'focussing', 'fogginess', 'folklores', 'folksiest', 'follicles', 'followers', 'followeth', 'following', 'fomalhaut', 'fomenting', 'fondnesss', 'foodstuff', 'fooleries', 'foolhardy', 'foolishly', 'foolproof', 'foolscaps', 'foosballs', 'footballs', 'footfalls', 'foothills', 'footholds', 'footloose', 'footnoted', 'footnotes', 'footpaths', 'footprint', 'footrests', 'footsteps', 'footstool', 'footwears', 'footworks', 'forbidden', 'forearmed', 'forebears', 'foreboded', 'forebodes', 'forecasts', 'foreclose', 'forefoots', 'forefront', 'foregoing', 'forehands', 'foreheads', 'foreigner', 'forelocks', 'foremasts', 'forenames', 'forenoons', 'forensics', 'foreplays', 'foresails', 'foresight', 'foreskins', 'forestall', 'foresters', 'foresting', 'forestrys', 'foreswear', 'foreswore', 'foresworn', 'foretaste', 'foretells', 'forewarns', 'forewoman', 'forewomen', 'forewords', 'forfeited', 'forgather', 'forgeries', 'forgetful', 'forgiving', 'forgotten', 'forklifts', 'forlornly', 'formalise', 'formalism', 'formality', 'formalize', 'formation', 'formative', 'formatted', 'formatter', 'formosans', 'formulaic', 'formulate', 'fornicate', 'forsaking', 'forswears', 'forsythia', 'fortaleza', 'fortescue', 'forthcome', 'forthwith', 'fortieths', 'fortified', 'fortifies', 'fortitude', 'fortnight', 'fortresss', 'fortunate', 'forwarded', 'forwarder', 'fossilise', 'fossilize', 'fostering', 'fosterite', 'foulmouth', 'foulnesss', 'foundered', 'foundling', 'foundries', 'fountains', 'fourscore', 'foursomes', 'fourteens', 'foxgloves', 'foxhounds', 'fractions', 'fractious', 'fractured', 'fractures', 'fragility', 'fragments', 'fragonard', 'fragrance', 'frailties', 'frambesia', 'framework', 'francesca', 'franchise', 'francines', 'francisca', 'francisco', 'francoise', 'francoiss', 'franglais', 'frankfort', 'frankfurt', 'frankness', 'fraternal', 'frazzling', 'freakiest', 'freckling', 'frederick', 'frederics', 'fredricks', 'freebased', 'freebases', 'freedmans', 'freeholds', 'freelance', 'freeloads', 'freemason', 'freestone', 'freestyle', 'freethink', 'freetowns', 'freewheel', 'freezings', 'freighted', 'freighter', 'frenchman', 'frenchmen', 'frequency', 'frequents', 'freshened', 'freshener', 'freshmans', 'freshness', 'fretfully', 'fretworks', 'fricassee', 'frication', 'fricative', 'frictions', 'friedrich', 'friendlys', 'frightens', 'frightful', 'frighting', 'frigidity', 'frilliest', 'fripperys', 'friskiest', 'frittered', 'frivolity', 'frivolous', 'frizziest', 'frizzling', 'frobisher', 'froissart', 'frolicked', 'frontages', 'frontally', 'frontenac', 'frontiers', 'frostbelt', 'frostbite', 'frostiest', 'frostings', 'frothiest', 'frowsiest', 'frowziest', 'fructoses', 'frugality', 'fruitcake', 'fruitiest', 'fruitions', 'fruitless', 'frumpiest', 'frustrate', 'fugitives', 'fujiwaras', 'fulbright', 'fulfilled', 'fullbacks', 'fullerton', 'fullnesss', 'fulminate', 'fumigated', 'fumigates', 'fumigator', 'functions', 'fundraise', 'fungicide', 'funicular', 'funneling', 'funnelled', 'funniness', 'furbelows', 'furbished', 'furbishes', 'furiouser', 'furiously', 'furloughs', 'furnished', 'furnishes', 'furniture', 'furrowing', 'furthered', 'furtively', 'fuselages', 'fusillade', 'fussiness', 'futilitys', 'futuritys', 'fuzziness', 'gabardine', 'gaberdine', 'gaberones', 'gaborones', 'gabrielas', 'gabrielle', 'gadabouts', 'gadgetrys', 'gagwriter', 'gainfully', 'galactose', 'galapagos', 'galatians', 'galbraith', 'galbreath', 'galileans', 'gallagher', 'gallantly', 'gallantry', 'gallberry', 'gallegoss', 'galleried', 'galleries', 'gallinule', 'gallivant', 'gallonage', 'galloping', 'galloways', 'gallowses', 'gallstone', 'galvanise', 'galvanism', 'galvanize', 'galveston', 'gamblings', 'gamboling', 'gambolled', 'gamecocks', 'gamenesss', 'ganglands', 'gangliest', 'ganglions', 'gangplank', 'gangrened', 'gangrenes', 'gangsters', 'ganymedes', 'garbanzos', 'gardeners', 'gardenias', 'gardening', 'garfields', 'garfunkel', 'gargantua', 'gargoyles', 'garibaldi', 'garlanded', 'garnering', 'garnished', 'garnishee', 'garnishes', 'garotting', 'garrisons', 'garroting', 'garrotted', 'garrottes', 'garrulity', 'garrulous', 'gaseously', 'gaslights', 'gasolenes', 'gasolines', 'gastritis', 'gasworkss', 'gateposts', 'gatherers', 'gathering', 'gatorades', 'gaucherie', 'gaudiness', 'gaugeable', 'gauleiter', 'gauntlets', 'gauntness', 'gawkiness', 'gazetteer', 'gazetting', 'gaziantep', 'gazillion', 'gazpachos', 'gearboxes', 'gearshift', 'gearwheel', 'gelatines', 'gelbviehs', 'gemstones', 'gendarmes', 'genealogy', 'generally', 'generated', 'generater', 'generates', 'generator', 'geneticss', 'genevieve', 'geniality', 'genitalia', 'genitalss', 'genitives', 'genocides', 'gentility', 'gentleman', 'gentlemen', 'genuflect', 'genuinely', 'geodesics', 'geoffreys', 'geography', 'geologies', 'geologist', 'geometric', 'geometrys', 'georgette', 'georgians', 'georginas', 'geraldine', 'geraniums', 'geriatric', 'germanics', 'germanium', 'germicide', 'germinals', 'germinate', 'gertrudes', 'gerundial', 'gerundive', 'gestating', 'gestation', 'gesturing', 'ghastlier', 'ghazvanid', 'ghostlier', 'ghostlike', 'gianninis', 'giantesss', 'gibbering', 'gibberish', 'gibbeting', 'gibraltar', 'giddiness', 'gigabytes', 'gigacycle', 'gigahertz', 'giggliest', 'gilbertos', 'gilchrist', 'gilgamesh', 'gillespie', 'gillettes', 'gilligans', 'gimcracks', 'gimleting', 'gimmickry', 'gingrichs', 'ginsburgs', 'giorgione', 'giovannis', 'giraudoux', 'girlhoods', 'girlishly', 'giulianis', 'giuseppes', 'giveaways', 'glacially', 'gladdened', 'gladiator', 'gladiolas', 'gladiolus', 'gladnesss', 'gladstone', 'glamoring', 'glamorise', 'glamorize', 'glamorous', 'glamoured', 'glandular', 'glaringly', 'glassfuls', 'glassiest', 'glassware', 'glasswort', 'glaucomas', 'gleamings', 'gleanings', 'gleefully', 'glenlivet', 'glibnesss', 'glimmered', 'glimpsing', 'glissandi', 'glissando', 'glistened', 'glittered', 'glitziest', 'gloamings', 'gloomiest', 'glorified', 'glorifies', 'glossarys', 'glossiest', 'glottides', 'glottises', 'glowering', 'glowingly', 'glowworms', 'glumnesss', 'glutamate', 'glutamine', 'glutinous', 'gluttonys', 'glyceride', 'glycerine', 'glycerins', 'glycerols', 'glycogens', 'gnarliest', 'goalposts', 'goatherds', 'goatskins', 'godchilds', 'goddamned', 'goddesses', 'godfather', 'godliness', 'godmother', 'godparent', 'godzillas', 'goethalss', 'goldbergs', 'goldbrick', 'goldenest', 'goldeneye', 'goldenrod', 'goldfinch', 'goldfishs', 'goldsmith', 'goldstein', 'goldstine', 'goldwater', 'golgothas', 'gomorrahs', 'gondolier', 'gonorrhea', 'gonzalezs', 'goodliest', 'goodnesss', 'goodnight', 'goodrichs', 'goodwills', 'goolagong', 'gorbachev', 'gorinesss', 'gospelers', 'gossamers', 'gossiping', 'gossipped', 'gottfried', 'goulashes', 'gourmands', 'governess', 'governing', 'governors', 'grabbings', 'graceland', 'graceless', 'gracielas', 'gradation', 'gradients', 'gradually', 'graduated', 'graduates', 'graffiass', 'graffitos', 'grainiest', 'grammatic', 'grampians', 'granaries', 'granddads', 'grandeurs', 'grandiose', 'grandness', 'grandsons', 'granulate', 'granville', 'grapevine', 'graphical', 'graphites', 'grappling', 'graspable', 'grassiest', 'grassland', 'gratified', 'gratifies', 'gratitude', 'gratuitys', 'graveling', 'gravelled', 'graveness', 'graveyard', 'gravitate', 'graybeard', 'graynesss', 'graywacke', 'greasiest', 'greatcoat', 'greatness', 'greediest', 'greenback', 'greenbelt', 'greenberg', 'greenerys', 'greenhorn', 'greenland', 'greenness', 'greenspan', 'greenware', 'greenwich', 'greenwood', 'greetings', 'gregorian', 'gregorios', 'grenadier', 'gretchens', 'greyhound', 'greynesss', 'gridirons', 'gridlocks', 'grievance', 'grillwork', 'grimacing', 'grimnesss', 'grindings', 'grisliest', 'gristlier', 'gristmill', 'grittiest', 'grizzlier', 'grizzlies', 'grnewalds', 'groceries', 'groggiest', 'groomings', 'grooviest', 'grosbeaks', 'grossness', 'grosvenor', 'grotesque', 'grouchier', 'grouching', 'grounders', 'groundhog', 'grounding', 'groundsel', 'groupings', 'grovelers', 'groveling', 'grovelled', 'groveller', 'grubbiest', 'grubstake', 'gruelings', 'gruelling', 'gruesomer', 'gruffness', 'grumblers', 'grumbling', 'grumpiest', 'grungiest', 'guacamole', 'guadalupe', 'guangzhou', 'guanidine', 'guarantee', 'guarantor', 'guarantys', 'guardedly', 'guardians', 'guardrail', 'guardroom', 'guardsman', 'guardsmen', 'guarnieri', 'guatemala', 'guayaquil', 'guerillas', 'guernseys', 'guerrilla', 'guessable', 'guesswork', 'guffawing', 'guidances', 'guidebook', 'guideline', 'guidepost', 'guildhall', 'guileless', 'guillemot', 'guillermo', 'guiltiest', 'guiltless', 'guinevere', 'guinnesss', 'guitarist', 'gujaratis', 'gullivers', 'gumptions', 'gunderson', 'gunfights', 'gunnysack', 'gunpoints', 'gunpowder', 'gunrunner', 'gunsmiths', 'gusseting', 'gustafson', 'gustatory', 'gustavuss', 'gutenberg', 'gutierrez', 'guttering', 'gutturals', 'guyaneses', 'gwendolyn', 'gymnasium', 'gymnastic', 'gyrations', 'gyrfalcon', 'gyroscope', 'habitable', 'habituate', 'haciendas', 'hackberry', 'hackneyed', 'haggardly', 'hailstone', 'hailstorm', 'hairbrush', 'hairdryer', 'hairiness', 'hairlines', 'hairpiece', 'hairstyle', 'haleakala', 'halfbacks', 'halfpence', 'halfpenny', 'halftimes', 'halitosis', 'hallmarks', 'halloween', 'hallowing', 'hallstatt', 'haltering', 'haltingly', 'halverson', 'hamburger', 'hamilcars', 'hamiltons', 'hammering', 'hammurabi', 'hampering', 'hampshire', 'hamstring', 'hamstrung', 'handballs', 'handbills', 'handbooks', 'handcarts', 'handclasp', 'handcraft', 'handcuffs', 'handicaps', 'handiness', 'handiwork', 'handlebar', 'handmaids', 'handpicks', 'handrails', 'handshake', 'handsomer', 'handspike', 'handstand', 'handworks', 'handwrite', 'handymans', 'hangnails', 'hangovers', 'hangzhous', 'hankering', 'hannibals', 'hanukkahs', 'haphazard', 'haplessly', 'haplology', 'happening', 'happiness', 'hapsburgs', 'harangued', 'harangues', 'harassing', 'harbinger', 'harboring', 'harboured', 'hardbacks', 'hardballs', 'hardboard', 'hardcover', 'hardeners', 'hardening', 'hardiness', 'hardliner', 'hardnesss', 'hardships', 'hardtacks', 'hardwares', 'hardwired', 'hardwoods', 'harkening', 'harlequin', 'harmfully', 'harmonica', 'harmonics', 'harmonies', 'harmonise', 'harmonize', 'harnessed', 'harnesses', 'harpooned', 'harridans', 'harrietts', 'harrisons', 'harrowing', 'harshness', 'hartfords', 'hartlines', 'harvested', 'harvester', 'hasheeshs', 'hastening', 'hastiness', 'hastingss', 'hatchback', 'hatcherys', 'hatchings', 'hatchways', 'hatefully', 'hatsheput', 'haughtier', 'haughtily', 'hauptmann', 'hausdorff', 'haversack', 'havilland', 'havolines', 'hawaiians', 'hawthorne', 'hawthorns', 'haystacks', 'hayworths', 'hazarding', 'hazardous', 'hazelnuts', 'hazinesss', 'headaches', 'headbands', 'headboard', 'headdress', 'headfirst', 'headgears', 'headlands', 'headlight', 'headlined', 'headlines', 'headlocks', 'headphone', 'headrests', 'headrooms', 'headstand', 'headstone', 'headwater', 'headwinds', 'headwords', 'healthful', 'healthier', 'healthily', 'hearkened', 'heartache', 'heartbeat', 'heartburn', 'heartened', 'heartfelt', 'heartiest', 'heartland', 'heartless', 'heartsick', 'heaviness', 'heaviside', 'hebridess', 'hecklings', 'hectoring', 'hedgehogs', 'hedgerows', 'hedonisms', 'hedonists', 'heehawing', 'hegemonys', 'heidegger', 'heightens', 'heimlichs', 'heinekens', 'heinleins', 'heinously', 'heinrichs', 'heiresses', 'heirlooms', 'heliports', 'hellebore', 'hellenics', 'hellenise', 'hellenism', 'hellenize', 'hellholes', 'hellishly', 'helmholtz', 'helmsmans', 'helpfully', 'helpmates', 'helpmeets', 'helsinkis', 'helvetica', 'helvetius', 'hemingway', 'hemolytic', 'hemostats', 'hempstead', 'hemstitch', 'henchmans', 'henderson', 'hendricks', 'hennessys', 'henpecked', 'henrietta', 'hepatitis', 'heptagons', 'heralding', 'heraldrys', 'herbalist', 'herbicide', 'herbivore', 'herculean', 'herculess', 'herdsmans', 'hereabout', 'hereafter', 'hereditys', 'herefords', 'heretical', 'hereunder', 'heriberto', 'heritable', 'heritages', 'herminias', 'hermitage', 'hermitian', 'hernandez', 'herodotus', 'hesitancy', 'hesitated', 'hesitater', 'hesitates', 'heterodox', 'heuristic', 'hexagonal', 'hexameter', 'heyerdahl', 'hezbollah', 'hiawathas', 'hibernate', 'hibernias', 'hibiscuss', 'hiccoughs', 'hiccuping', 'hickories', 'hideaways', 'hidebound', 'hideously', 'hierarchy', 'hifalutin', 'highballs', 'highbrows', 'highchair', 'highjacks', 'highlands', 'highlight', 'highnesss', 'hightails', 'hijackers', 'hijacking', 'hilarious', 'hilaritys', 'hilfigers', 'hillbilly', 'hillcrest', 'hillsides', 'himalayas', 'hinayanas', 'hindemith', 'hindering', 'hindrance', 'hindsight', 'hinduisms', 'hindustan', 'hirelings', 'hirobumis', 'hiroshima', 'hispanics', 'histamine', 'histidine', 'histogram', 'histology', 'historian', 'histories', 'hitchcock', 'hitchhike', 'hoarfrost', 'hoariness', 'hobbyists', 'hobgoblin', 'hobnailed', 'hobnobbed', 'hockshops', 'hogsheads', 'hogwartss', 'hohenlohe', 'hokkaidos', 'holdovers', 'holidayed', 'holinesss', 'hollering', 'hollerith', 'hollister', 'holloways', 'hollowest', 'hollowing', 'hollyhock', 'hollywood', 'holocaust', 'holocenes', 'holograms', 'holograph', 'holsteins', 'holstered', 'holystone', 'homebodys', 'homebound', 'homebuild', 'homegrown', 'homelands', 'homelesss', 'homeliest', 'homemaker', 'homeopath', 'homeowner', 'homepages', 'homerooms', 'homespuns', 'homestead', 'hometowns', 'homewards', 'homeworks', 'homeyness', 'homicidal', 'homicides', 'hominesss', 'homograph', 'homologue', 'homophone', 'hondurans', 'hondurass', 'honeckers', 'honestest', 'honeybees', 'honeycomb', 'honeydews', 'honeymoon', 'honeywell', 'honolulus', 'honorable', 'honorably', 'honoraria', 'honorific', 'honouring', 'hoodooing', 'hoodwinks', 'hookworms', 'hooligans', 'hooraying', 'hopefully', 'hopewells', 'hopscotch', 'horehound', 'hornmouth', 'hornpipes', 'horologys', 'horoscope', 'horrified', 'horrifies', 'horseback', 'horseflys', 'horsehair', 'horsehide', 'horselike', 'horsemans', 'horseplay', 'horseshoe', 'horsetail', 'horsewhip', 'hospitals', 'hostelers', 'hosteling', 'hostelled', 'hostelrys', 'hostessed', 'hostesses', 'hostilely', 'hostility', 'hoteliers', 'hotheaded', 'hothouses', 'hotpoints', 'hottentot', 'houdaille', 'hourglass', 'houseboat', 'housecoat', 'houseflys', 'household', 'housekeep', 'housemaid', 'housetops', 'housewife', 'housework', 'houyhnhnm', 'hovhaness', 'howitzers', 'howsoever', 'hoydenish', 'hrothgars', 'hucksters', 'hugenesss', 'huguenots', 'humanised', 'humaniser', 'humanises', 'humanisms', 'humanists', 'humanitys', 'humanized', 'humanizer', 'humanizes', 'humankind', 'humanness', 'humanoids', 'humbertos', 'humblings', 'humbugged', 'humdinger', 'humiditys', 'humiliate', 'humilitys', 'humongous', 'humorists', 'humorless', 'humouring', 'humpbacks', 'humungous', 'hunchback', 'hundredth', 'hungarian', 'hungering', 'hungriest', 'hunkering', 'hunspells', 'huntresss', 'huntsmans', 'hurrahing', 'hurraying', 'hurricane', 'hurriedly', 'husbanded', 'husbandry', 'huskiness', 'hustingss', 'hutchison', 'hyacinths', 'hybridise', 'hybridize', 'hyderabad', 'hydrangea', 'hydrating', 'hydraulic', 'hydrofoil', 'hydrogens', 'hydrology', 'hydronium', 'hydroxide', 'hygienist', 'hyperbola', 'hyperbole', 'hyperions', 'hypertext', 'hyphenate', 'hyphening', 'hypnosiss', 'hypnotics', 'hypnotise', 'hypnotism', 'hypnotist', 'hypnotize', 'hypocrisy', 'hypocrite', 'hysterias', 'hysterics', 'ibuprofen', 'icelander', 'icelandic', 'ichneumon', 'idealised', 'idealises', 'idealisms', 'idealists', 'idealized', 'idealizes', 'identical', 'identitys', 'ideograms', 'ideograph', 'ideologue', 'ideologys', 'idiomatic', 'idlenesss', 'idolaters', 'idolatrys', 'idolising', 'idolizing', 'ignitions', 'ignominys', 'ignoramus', 'ignorance', 'illegally', 'illegible', 'illegibly', 'illiberal', 'illicitly', 'illinoiss', 'illnesses', 'illogical', 'illumined', 'illumines', 'illusions', 'ilyushins', 'imaginary', 'imaginate', 'imagining', 'imbalance', 'imbeciles', 'imbecilic', 'imbedding', 'imbroglio', 'imitating', 'imitation', 'imitative', 'imitators', 'immanence', 'immediacy', 'immediate', 'immensely', 'immensity', 'immersing', 'immersion', 'immigrant', 'immigrate', 'imminence', 'immodesty', 'immolated', 'immolates', 'immorally', 'immortals', 'immovable', 'immovably', 'immunised', 'immunises', 'immunitys', 'immunized', 'immunizes', 'immutable', 'immutably', 'impacting', 'impaction', 'impactors', 'impairing', 'impaneled', 'impartial', 'imparting', 'impassion', 'impassive', 'impatient', 'impeached', 'impeaches', 'impedance', 'impelling', 'impending', 'imperfect', 'imperials', 'imperiled', 'imperious', 'impetigos', 'impetuous', 'impetuses', 'impieties', 'impinging', 'impiously', 'implanted', 'implement', 'implicant', 'implicate', 'imploding', 'imploring', 'implosion', 'impolitic', 'important', 'importers', 'importing', 'importune', 'imposters', 'impostors', 'imposture', 'impotence', 'impounded', 'imprecate', 'imprecise', 'impressed', 'impresser', 'impresses', 'imprinted', 'imprisons', 'impromptu', 'improving', 'improvise', 'imprudent', 'impudence', 'impugning', 'impulsing', 'impulsion', 'impulsive', 'impunitys', 'impuritys', 'inability', 'inactions', 'inamorata', 'inanimate', 'inanities', 'inaudible', 'inaudibly', 'inaugural', 'incapable', 'incarnate', 'incaution', 'incensing', 'incentive', 'inception', 'incessant', 'incidence', 'incidents', 'incipient', 'incisions', 'inclement', 'inclining', 'inclosing', 'inclosure', 'including', 'inclusion', 'inclusive', 'incognito', 'incorrect', 'increased', 'increases', 'increment', 'incrusted', 'incubated', 'incubates', 'incubator', 'incubuses', 'inculcate', 'inculpate', 'incumbent', 'incurable', 'incurably', 'incurious', 'incurring', 'incursion', 'indecency', 'indelible', 'indelibly', 'indemnify', 'indemnity', 'indenting', 'indenture', 'indexable', 'indianans', 'indicated', 'indicates', 'indicator', 'indicting', 'indigence', 'indigents', 'indignant', 'indignity', 'indirects', 'indispose', 'indochina', 'indolence', 'indonesia', 'indorsing', 'inducible', 'inductees', 'inducting', 'induction', 'inductive', 'inductors', 'indulgent', 'indulging', 'industrys', 'inebriate', 'ineffable', 'ineffably', 'inelastic', 'inelegant', 'ineptness', 'inequitys', 'inertance', 'inertness', 'infantile', 'infantrys', 'infatuate', 'infecting', 'infection', 'infective', 'inference', 'inferiors', 'inferring', 'infertile', 'infesting', 'infielder', 'infinites', 'infinitum', 'infinitys', 'infirmary', 'infirmity', 'inflaming', 'inflating', 'inflation', 'inflected', 'inflexion', 'inflicted', 'inflicter', 'influence', 'influenza', 'informant', 'informers', 'informing', 'infrareds', 'infringed', 'infringes', 'infuriate', 'infusible', 'infusions', 'ingenious', 'ingenuity', 'ingenuous', 'ingersoll', 'ingesting', 'ingestion', 'inglewood', 'ingrained', 'ingresses', 'inhabited', 'inhalants', 'inhalator', 'inherited', 'inheritor', 'inhibited', 'inhibitor', 'inholding', 'inhumanly', 'iniquitys', 'initialed', 'initially', 'initiated', 'initiates', 'initiator', 'injecting', 'injection', 'injective', 'injectors', 'injurious', 'injustice', 'inkinesss', 'innermost', 'innkeeper', 'innocence', 'innocents', 'innocuous', 'innovated', 'innovates', 'innovator', 'innuendos', 'inoculate', 'inorganic', 'inpatient', 'inputting', 'inquirers', 'inquiries', 'inquiring', 'insanitys', 'inscribed', 'inscribes', 'insensate', 'inserting', 'insertion', 'insetting', 'insidious', 'insignias', 'insincere', 'insinuate', 'insistent', 'insisting', 'insolence', 'insoluble', 'insolvent', 'insomniac', 'insomnias', 'inspected', 'inspector', 'inspiring', 'installed', 'installer', 'instanced', 'instances', 'instanter', 'instantly', 'instigate', 'instilled', 'instincts', 'institute', 'instructs', 'insulated', 'insulates', 'insulator', 'insulting', 'insurance', 'insurgent', 'insurrect', 'intaglios', 'integrals', 'integrand', 'integrate', 'integrity', 'intellect', 'intendant', 'intendeds', 'intending', 'intensely', 'intensest', 'intensify', 'intensity', 'intensive', 'intention', 'interacts', 'interbred', 'intercede', 'intercept', 'intercity', 'intercoms', 'interdict', 'interests', 'interface', 'interfere', 'interiors', 'interject', 'interlace', 'interlard', 'interlink', 'interlock', 'interlude', 'interment', 'internals', 'internees', 'interning', 'internist', 'interplay', 'interpose', 'interpret', 'interring', 'interrupt', 'intersect', 'intervals', 'intervene', 'interview', 'interwove', 'intestate', 'intestine', 'intimacys', 'intimated', 'intimater', 'intimates', 'intracity', 'intricacy', 'intricate', 'intrigued', 'intrigues', 'intrinsic', 'introduce', 'introject', 'introvert', 'intruders', 'intruding', 'intrusion', 'intrusive', 'intrusted', 'intubated', 'intubates', 'intuiting', 'intuition', 'intuitive', 'inuktitut', 'inundated', 'inundates', 'invalided', 'invalidly', 'invariant', 'invasions', 'invective', 'inveighed', 'inveigled', 'inveigles', 'inventing', 'invention', 'inventive', 'inventors', 'inventory', 'inverness', 'inversely', 'inversion', 'inverters', 'inverting', 'investing', 'investors', 'invidious', 'inviolate', 'invisible', 'invisibly', 'invocable', 'invoicing', 'involving', 'iphigenia', 'irascible', 'irateness', 'irishmans', 'ironclads', 'ironstone', 'ironwares', 'ironworks', 'iroquoian', 'iroquoiss', 'irradiate', 'irrawaddy', 'irregular', 'irrigated', 'irrigates', 'irritable', 'irritably', 'irritants', 'irritated', 'irritates', 'irruption', 'isabelles', 'isherwood', 'isinglass', 'islamabad', 'islamisms', 'islanders', 'isolating', 'isolation', 'isometric', 'isosceles', 'isotropic', 'israelite', 'issuances', 'istanbuls', 'isthmuses', 'italicise', 'italicize', 'itchiness', 'itemising', 'itemizing', 'iterating', 'iteration', 'iterative', 'iterators', 'itinerant', 'itinerary', 'izvestias', 'jabberers', 'jabbering', 'jablonsky', 'jackasses', 'jackboots', 'jackknife', 'jacobeans', 'jacobites', 'jacobsons', 'jacquelyn', 'jaggedest', 'jagiellon', 'jahangirs', 'jailbreak', 'jalousies', 'jamaicans', 'jamborees', 'jamestown', 'janissary', 'janjaweed', 'jansenist', 'januaries', 'japaneses', 'japanning', 'jardinire', 'jarlsberg', 'jarringly', 'jaundiced', 'jaundices', 'jauntiest', 'javaneses', 'jawboning', 'jayapuras', 'jaywalked', 'jaywalker', 'jealously', 'jealousys', 'jeanettes', 'jeannette', 'jeannines', 'jeeringly', 'jeffereys', 'jefferson', 'jellybean', 'jellyfish', 'jennifers', 'jenningss', 'jeopardys', 'jeremiads', 'jeremiahs', 'jerkiness', 'jerkwater', 'jermaines', 'jerusalem', 'jessamine', 'jettisons', 'jewellers', 'jewellery', 'jewelling', 'jewelries', 'jiggering', 'jigsawing', 'jingoisms', 'jingoists', 'jitterbug', 'jitterier', 'jiujitsus', 'jobholder', 'jockeying', 'jockstrap', 'jocositys', 'jocularly', 'jocundity', 'jodhpurss', 'johnathan', 'johnathon', 'johnstons', 'johnstown', 'jolliness', 'jonathans', 'jonathons', 'jordanian', 'jorgensen', 'jorgenson', 'josefinas', 'josephine', 'josephson', 'journeyed', 'joviality', 'joyfuller', 'joyridden', 'joyriders', 'joyriding', 'joysticks', 'judgement', 'judgeship', 'judgments', 'judicable', 'judiciary', 'judicious', 'juiciness', 'jukeboxes', 'juliannes', 'juliettes', 'julliards', 'jumpiness', 'jumpsuits', 'junctions', 'junctures', 'junkerdom', 'junketeer', 'junketing', 'junkyards', 'jurassics', 'juridical', 'justified', 'justifier', 'justifies', 'justinian', 'justnesss', 'juveniles', 'juxtapose', 'kagoshima', 'kalaharis', 'kalamazoo', 'kamchatka', 'kamikazes', 'kampuchea', 'kandinsky', 'kangaroos', 'kaohsiung', 'kaolinite', 'karaganda', 'karakorum', 'karamazov', 'kareninas', 'kaskaskia', 'kasparovs', 'katharine', 'katherine', 'katheryns', 'kathiawar', 'kathleens', 'kathrines', 'katmandus', 'kawabatas', 'keennesss', 'keepsakes', 'kendricks', 'kennecott', 'kenneling', 'kennelled', 'kentuckys', 'kerchiefs', 'kerenskys', 'kernighan', 'kerosenes', 'kerosines', 'kettering', 'kevorkian', 'keyboards', 'keynesian', 'keynoting', 'keypunchs', 'keystones', 'keystroke', 'khartoums', 'khoikhois', 'khomeinis', 'khwarizmi', 'kibbutzim', 'kibitzers', 'kibitzing', 'kickbacks', 'kickstand', 'kidnapers', 'kidnaping', 'kidnapped', 'kidnapper', 'kielbasas', 'killdeers', 'killingly', 'kilobytes', 'kilocycle', 'kilogauss', 'kilograms', 'kilohertz', 'kilojoule', 'kilometer', 'kilometre', 'kilowatts', 'kimberley', 'kimberlys', 'kindliest', 'kindlings', 'kindnesss', 'kinematic', 'kinfolkss', 'kingliest', 'kingsbury', 'kingships', 'kingstons', 'kingstown', 'kinshasas', 'kinshasha', 'kinswoman', 'kinswomen', 'kippering', 'kirchhoff', 'kirchners', 'kiribatis', 'kirinyaga', 'kirklands', 'kisangani', 'kishinevs', 'kissinger', 'kitchener', 'kittenish', 'klansmans', 'kleenexes', 'klondikes', 'klutziest', 'knapsacks', 'knickerss', 'knifelike', 'knighting', 'knittings', 'knitwears', 'knobbiest', 'knockdown', 'knockouts', 'knotholes', 'knottiest', 'knowingly', 'knowledge', 'knoxville', 'knuckling', 'kobayashi', 'kohlrabis', 'kookiness', 'kornbergs', 'korzybski', 'kosciusko', 'koshering', 'kowtowing', 'krakatoas', 'krasnodar', 'kristinas', 'kristines', 'kronecker', 'kropotkin', 'kshatriya', 'kuibyshev', 'kulthumms', 'kurdistan', 'kuznetsks', 'kwakiutls', 'labelling', 'laborings', 'laborious', 'labourers', 'labouring', 'labradors', 'laburnums', 'labyrinth', 'lacerated', 'lacerates', 'lachesiss', 'lachrymal', 'lacquered', 'lacrosses', 'lactating', 'lactation', 'laddering', 'ladybirds', 'ladyships', 'lafayette', 'lagniappe', 'lakehurst', 'lakeishas', 'lallygags', 'lamaserys', 'lambasted', 'lambastes', 'lambrusco', 'lambskins', 'lamebrain', 'lamenesss', 'lamenting', 'laminated', 'laminates', 'lampblack', 'lamplight', 'lampooned', 'lampposts', 'lampshade', 'lancaster', 'lancelots', 'landfalls', 'landfills', 'landladys', 'landlords', 'landmarks', 'landmasss', 'landowner', 'landscape', 'landslide', 'landwards', 'languages', 'languidly', 'lankiness', 'lanthanum', 'lapidarys', 'laplacian', 'larboards', 'larcenies', 'larcenous', 'largeness', 'largesses', 'larkspurs', 'laryngeal', 'lassitude', 'lastingly', 'latecomer', 'latenesss', 'lateraled', 'laterally', 'lathering', 'latitudes', 'laudanums', 'laudatory', 'laughable', 'laughably', 'laughters', 'launchers', 'launching', 'laundered', 'launderer', 'laundress', 'laundries', 'laurasias', 'laureates', 'laurences', 'lavatorys', 'lavenders', 'lavishest', 'lavishing', 'lavoisier', 'lawgivers', 'lawgiving', 'lawlessly', 'lawmakers', 'laxatives', 'laypeople', 'layperson', 'laywomans', 'lazinesss', 'lazybones', 'leadbelly', 'leafleted', 'leannesss', 'leapfrogs', 'learnings', 'leasehold', 'leastwise', 'leathered', 'leavening', 'leavingss', 'lebaneses', 'lebesgues', 'lecherous', 'lecithins', 'lecturers', 'lecturing', 'lederberg', 'leftovers', 'leftwards', 'legaleses', 'legalised', 'legalises', 'legalisms', 'legalitys', 'legalized', 'legalizes', 'legations', 'legendary', 'legislate', 'leicester', 'leisurely', 'leitmotif', 'leitmotiv', 'lemaitres', 'lemonades', 'lengthens', 'lengthier', 'lengthily', 'leniencys', 'leniently', 'leningrad', 'leninisms', 'leonardos', 'leonidass', 'leopoldos', 'lessening', 'lestrades', 'lethargic', 'lethargys', 'letterbox', 'lettering', 'letterman', 'lettermen', 'leukaemia', 'leukemias', 'leukocyte', 'levellers', 'levellest', 'levelling', 'levelness', 'leveraged', 'leverages', 'levesques', 'leviathan', 'levitated', 'levitates', 'leviticus', 'lewdnesss', 'lewinskys', 'lexically', 'lexington', 'liability', 'libations', 'libellers', 'libelling', 'libellous', 'liberaces', 'liberally', 'liberated', 'liberates', 'liberator', 'liberians', 'liberties', 'libertine', 'librarian', 'libraries', 'librettos', 'licencing', 'licensees', 'licensing', 'licorices', 'lieberman', 'lifeblood', 'lifeboats', 'lifeforms', 'lifeguard', 'lifelines', 'lifesaver', 'lifespans', 'lifestyle', 'lifetimes', 'lifeworks', 'ligaments', 'ligatured', 'ligatures', 'lightened', 'lightface', 'lightings', 'lightness', 'lightning', 'likeliest', 'likenesss', 'lilliputs', 'lilongwes', 'limbaughs', 'limbering', 'limburger', 'limelight', 'limericks', 'limestone', 'limitably', 'limitings', 'limitless', 'limousine', 'limousins', 'limpidity', 'limpnesss', 'linchpins', 'lindbergh', 'lindquist', 'lindstrom', 'lineament', 'linearity', 'linearize', 'linesmans', 'lingerers', 'lingeries', 'lingering', 'linguists', 'liniments', 'linnaeuss', 'linoleums', 'lionesses', 'lionising', 'lionizing', 'lipschitz', 'lipscombs', 'lipsticks', 'liquefied', 'liquefies', 'liquidate', 'liquidise', 'liquidity', 'liquidize', 'liquified', 'liquifier', 'liquifies', 'liquoring', 'lissajous', 'listeners', 'listening', 'listerine', 'literacys', 'literally', 'literates', 'literatis', 'lithology', 'lithuania', 'litigants', 'litigated', 'litigates', 'litigious', 'litterbug', 'littering', 'littleton', 'littorals', 'liturgies', 'liveliest', 'livelongs', 'livermore', 'liverpool', 'liverwort', 'livestock', 'ljubljana', 'llewellyn', 'loadstars', 'loadstone', 'loanwords', 'loathings', 'loathsome', 'lobbyists', 'lobotomys', 'lobscouse', 'localised', 'localises', 'localitys', 'localized', 'localizes', 'locations', 'locatives', 'lochinvar', 'lockheeds', 'locksmith', 'locksteps', 'lockwoods', 'locomotor', 'locoweeds', 'locutions', 'lodestars', 'lodestone', 'lodgepole', 'lodgingss', 'loftiness', 'logarithm', 'logically', 'logicians', 'logistics', 'logotypes', 'lohengrin', 'loincloth', 'loiterers', 'loitering', 'lollipops', 'lollygags', 'lollypops', 'lombardis', 'lombardys', 'londoners', 'loneliest', 'longboats', 'longevity', 'longhairs', 'longhands', 'longhorns', 'longingly', 'longitude', 'lookahead', 'lookalike', 'looneyier', 'looneyies', 'loopholes', 'looseleaf', 'looseness', 'loosening', 'loquacity', 'lordliest', 'lordships', 'lorgnette', 'lorraines', 'lotharios', 'lotteries', 'loudmouth', 'loudnesss', 'loudspeak', 'louisiana', 'lounsbury', 'lousewort', 'lousiness', 'lovebirds', 'lovecraft', 'loveliest', 'lowenbrau', 'lowercase', 'lowliness', 'loyalists', 'loyallest', 'loyalties', 'lubricant', 'lubricate', 'lubricity', 'luciditys', 'lucidness', 'luckiness', 'lucrative', 'lucretius', 'ludicrous', 'lufthansa', 'luftwaffe', 'lullabies', 'lumbering', 'lumberman', 'lumbermen', 'luminance', 'luminarys', 'lumpiness', 'luncheons', 'lunchroom', 'lunchtime', 'lundquist', 'luridness', 'lushnesss', 'lusitania', 'lustfully', 'lustiness', 'lutherans', 'luxuriant', 'luxuriate', 'luxurious', 'lymphatic', 'lymphomas', 'lynchburg', 'lynchings', 'lynchpins', 'lynnettes', 'lyrically', 'lyricists', 'macaronis', 'macaroons', 'macarthur', 'macbrides', 'maccabeus', 'macdonald', 'macedonia', 'macerated', 'macerates', 'macgregor', 'machinery', 'machining', 'machinist', 'machismos', 'macintosh', 'mackenzie', 'mackerels', 'mackinacs', 'mackinaws', 'macleishs', 'macmillan', 'macrocosm', 'maddening', 'madeleine', 'madelines', 'madhouses', 'madrigals', 'madwomans', 'maelstrom', 'magazines', 'magdalena', 'magdalene', 'magellans', 'magically', 'magicians', 'magnesias', 'magnesite', 'magnesium', 'magnetise', 'magnetism', 'magnetite', 'magnetize', 'magnetron', 'magnified', 'magnifier', 'magnifies', 'magnitude', 'magnolias', 'magsaysay', 'maharajah', 'maharajas', 'maharanee', 'maharanis', 'maharishi', 'mahaviras', 'mahayanas', 'mahoganys', 'mailboxes', 'mainframe', 'mainlands', 'mainlined', 'mainlines', 'mainmasts', 'mainsails', 'mainstays', 'maintains', 'maitreyas', 'majesties', 'majorette', 'majoritys', 'makarioss', 'makeshift', 'maladjust', 'maladroit', 'malaprops', 'malarkeys', 'malayalam', 'malaysian', 'malaysias', 'maldivess', 'maldivian', 'maldonado', 'malenesss', 'malformed', 'malicious', 'malignant', 'maligning', 'malignity', 'malingers', 'malleable', 'mallomars', 'maltreats', 'mammalian', 'mammogram', 'manacling', 'manchuria', 'mandalays', 'mandarins', 'mandating', 'mandatory', 'mandibles', 'mandolins', 'mandrakes', 'mandrells', 'mandrills', 'maneuvers', 'manganese', 'mangroves', 'manhandle', 'manhattan', 'manichean', 'manicured', 'manicures', 'manifesto', 'manifests', 'manifolds', 'manitobas', 'manliness', 'mannequin', 'mannerism', 'mannheims', 'mannikins', 'mannishly', 'manoeuvre', 'manometer', 'manpowers', 'mansfield', 'mantillas', 'mantissas', 'manzanita', 'maracaibo', 'marathons', 'marauders', 'marauding', 'marblings', 'marcelino', 'marcellas', 'margarine', 'margarita', 'margarito', 'margrethe', 'mariachis', 'maricelas', 'mariettas', 'marigolds', 'marihuana', 'marijuana', 'marinaded', 'marinades', 'marinated', 'marinates', 'marjorams', 'marjories', 'markdowns', 'marketeer', 'marketers', 'marketing', 'markovian', 'marksmans', 'marlboros', 'marmalade', 'marmosets', 'marooning', 'marquesas', 'marquesss', 'marquetry', 'marquette', 'marquises', 'marquitas', 'marrakesh', 'marriages', 'marrietta', 'marriotts', 'marshaled', 'marshalls', 'marshiest', 'marshland', 'marsupial', 'martinets', 'martinezs', 'martinson', 'martyrdom', 'martyring', 'marveling', 'marvelled', 'marvelous', 'maryannes', 'maryellen', 'marylands', 'marzipans', 'mascaraed', 'masculine', 'masefield', 'maseratis', 'masochism', 'masochist', 'masonites', 'massacred', 'massacres', 'massaging', 'massasoit', 'masseuses', 'massively', 'masterful', 'mastering', 'mastheads', 'masticate', 'mastodons', 'matchable', 'matchbook', 'matchboxs', 'matchings', 'matchless', 'matchmake', 'materials', 'maternity', 'mathewson', 'matriarch', 'matricide', 'matrimony', 'matsumoto', 'mattering', 'mattresss', 'maturitys', 'maundered', 'mauricios', 'mauritius', 'mausoleum', 'mavericks', 'mawkishly', 'maxillary', 'maximally', 'maximised', 'maximises', 'maximized', 'maximizer', 'maximizes', 'mayflower', 'mayoralty', 'mazatlans', 'mazourkas', 'mccartney', 'mcclellan', 'mccluskey', 'mcconnell', 'mccormick', 'mccracken', 'mcdaniels', 'mcdermott', 'mcdonalds', 'mcdonnell', 'mcdougall', 'mcdowells', 'mcfaddens', 'mcfarland', 'mcgoverns', 'mcguffeys', 'mcintoshs', 'mcintyres', 'mckenzies', 'mckinleys', 'mckinneys', 'mcknights', 'mcmillans', 'mcnamaras', 'mcpherson', 'mealtimes', 'meandered', 'meannesss', 'meantimes', 'meanwhile', 'measliest', 'measuring', 'meatballs', 'meatloafs', 'mechanics', 'mechanise', 'mechanism', 'mechanist', 'mechanize', 'medalists', 'medallion', 'medallist', 'mediaeval', 'mediating', 'mediation', 'mediators', 'medicaids', 'medically', 'medicares', 'medicated', 'medicates', 'medicinal', 'medicines', 'meditated', 'meditates', 'meeknesss', 'megabytes', 'megacycle', 'megahertz', 'megaliths', 'megaphone', 'megapixel', 'melanesia', 'melanomas', 'melbourne', 'melendezs', 'meliorate', 'melisande', 'mellowest', 'mellowing', 'melodious', 'melodrama', 'melpomene', 'meltdowns', 'meltingly', 'meltwater', 'melvilles', 'membranes', 'mementoes', 'memorable', 'memorably', 'memoranda', 'memorials', 'memorised', 'memorises', 'memorized', 'memorizer', 'memorizes', 'menagerie', 'mendacity', 'mendeleev', 'mendelian', 'mendicant', 'mendocino', 'menelauss', 'menhadens', 'mennonite', 'menominee', 'menopause', 'menstrual', 'menswears', 'mentality', 'mentioned', 'mentioner', 'mentoring', 'mercenary', 'mercerise', 'mercerize', 'merchants', 'merciless', 'mercurial', 'mercuries', 'merganser', 'meridians', 'meringues', 'merrimack', 'merriment', 'merriness', 'merrymake', 'mescaline', 'mesmerise', 'mesmerism', 'mesmerize', 'mesozoics', 'mesquites', 'messenger', 'messianic', 'messieurs', 'messiness', 'mestizoes', 'metabolic', 'metacarpi', 'metallica', 'metalloid', 'metalwork', 'metamucil', 'metaphors', 'meteorite', 'meteoroid', 'methadone', 'methadons', 'methanols', 'methodism', 'methodist', 'methought', 'methylene', 'metronome', 'meyerbeer', 'mezzanine', 'michelins', 'michelles', 'michelobs', 'michelson', 'michigans', 'mickelson', 'microbial', 'microchip', 'microcode', 'microcosm', 'microfilm', 'microsoft', 'microwave', 'microword', 'middleman', 'middlemen', 'middlesex', 'middleton', 'midnights', 'midpoints', 'midstream', 'midsummer', 'midwifery', 'midwifing', 'midwinter', 'midwiving', 'mightiest', 'migraines', 'migrating', 'migration', 'migratory', 'milagross', 'mildewing', 'mildnesss', 'mileposts', 'milestone', 'militancy', 'militants', 'militarys', 'militated', 'militates', 'milkiness', 'milkmaids', 'milkshake', 'milkweeds', 'millennia', 'millepede', 'millicent', 'milligram', 'milliners', 'millinery', 'millionth', 'millipede', 'millivolt', 'milliwatt', 'millraces', 'millstone', 'milosevic', 'miltiades', 'milwaukee', 'mimicking', 'mimicries', 'minamotos', 'mincemeat', 'mindfully', 'minefield', 'miniature', 'minibikes', 'minibuses', 'minimally', 'minimised', 'minimises', 'minimized', 'minimizer', 'minimizes', 'miniscule', 'miniskirt', 'ministers', 'ministrys', 'minnellis', 'minnesota', 'minoritys', 'minotaurs', 'minstrels', 'minuscule', 'minuteman', 'minutemen', 'mirroring', 'mirthless', 'misbehave', 'miscalled', 'mischance', 'mischiefs', 'miscounts', 'miscreant', 'misdirect', 'misdoings', 'miserable', 'miserably', 'misfiring', 'misfitted', 'misgiving', 'misgovern', 'misguided', 'misguides', 'mishandle', 'mishmashs', 'misinform', 'misjudged', 'misjudges', 'mislaying', 'mismanage', 'mismatchs', 'misnomers', 'misogynys', 'misplaced', 'misplaces', 'misplayed', 'misprints', 'misquoted', 'misquotes', 'misruling', 'misshapen', 'missilery', 'missioner', 'missouris', 'misspells', 'misspends', 'misstated', 'misstates', 'mistaking', 'mistakion', 'mistiming', 'mistiness', 'mistletoe', 'mistreats', 'mistresss', 'mistrials', 'mistrusts', 'mistyping', 'miterwort', 'mitigated', 'mitigates', 'mnemonics', 'mnemosyne', 'mobilised', 'mobilises', 'mobilitys', 'mobilized', 'mobilizes', 'moccasins', 'mockeries', 'mockernut', 'mockingly', 'modalitys', 'modelings', 'modelling', 'moderated', 'moderates', 'moderator', 'modernise', 'modernism', 'modernist', 'modernity', 'modernize', 'modifiers', 'modifying', 'modularly', 'modulated', 'modulates', 'modulator', 'mogadishu', 'mohammads', 'mohammeds', 'moiseyevs', 'moistened', 'moistness', 'moistures', 'molassess', 'moldavias', 'moldboard', 'moldering', 'moldiness', 'molecular', 'molecules', 'molehills', 'moleskins', 'molesters', 'molesting', 'mollified', 'mollifies', 'molybdate', 'momentary', 'momentous', 'momentums', 'monarchic', 'monarchys', 'monastery', 'monastics', 'moneybags', 'moneymake', 'moneywort', 'mongering', 'mongolian', 'mongolias', 'mongolism', 'mongoloid', 'mongooses', 'monickers', 'monitored', 'monkeying', 'monoceros', 'monocular', 'monogamys', 'monograms', 'monograph', 'monoliths', 'monologue', 'monomania', 'monomeric', 'monopolys', 'monorails', 'monotones', 'monotonic', 'monotonys', 'monotreme', 'monoxides', 'monrovias', 'monsantos', 'monsieurs', 'monsignor', 'monstrous', 'montaigne', 'montanans', 'montclair', 'monterrey', 'montezuma', 'monthlies', 'montreals', 'monuments', 'moodiness', 'moonbeams', 'moonlight', 'moonscape', 'moonshine', 'moonshots', 'moonstone', 'moralised', 'moralises', 'moralists', 'moralitys', 'moralized', 'moralizes', 'moratoria', 'morbidity', 'moriartys', 'mormonism', 'moroccans', 'morphemes', 'morphemic', 'morpheuss', 'morphines', 'morphisms', 'morrissey', 'mortality', 'mortaring', 'mortgaged', 'mortgagee', 'mortgager', 'mortgages', 'mortgagor', 'mortician', 'morticing', 'mortified', 'mortifies', 'mortising', 'mortuarys', 'mosquitos', 'mothballs', 'motherers', 'mothering', 'motioning', 'motivated', 'motivates', 'motivator', 'motocross', 'motorbike', 'motorboat', 'motorcade', 'motorcars', 'motorised', 'motorises', 'motorists', 'motorized', 'motorizes', 'motormans', 'motorolas', 'motorways', 'mouldered', 'mouldiest', 'mouldings', 'mountains', 'mountings', 'mournings', 'mousetrap', 'mousiness', 'moustache', 'mouthfuls', 'mouthwash', 'moveables', 'movements', 'mucilages', 'muckraked', 'muckraker', 'muckrakes', 'muddiness', 'mudguards', 'mudslides', 'muensters', 'mugginess', 'muhammads', 'mulattoes', 'mulberrys', 'muleteers', 'mulligans', 'mullikans', 'mulroneys', 'multiples', 'multiplet', 'multiplex', 'multitude', 'mumblings', 'mummified', 'mummifies', 'munchiess', 'mundanely', 'municipal', 'munitions', 'muralists', 'murasakis', 'murchison', 'murderers', 'murderess', 'murdering', 'murderous', 'murkiness', 'murmuring', 'muscatels', 'muscovite', 'musharraf', 'mushiness', 'mushrooms', 'musicales', 'musically', 'musicians', 'musketeer', 'musketrys', 'muskiness', 'muskmelon', 'muskogees', 'mussolini', 'mustached', 'mustaches', 'mustachio', 'mustering', 'mustiness', 'mutations', 'mutenesss', 'mutilated', 'mutilates', 'mutineers', 'mutinying', 'mutsuhito', 'mutterers', 'muttering', 'mutuality', 'mycenaean', 'myofibril', 'myoglobin', 'mysteries', 'mysticism', 'mystified', 'mystifies', 'mystiques', 'mythology', 'nagasakis', 'nailbrush', 'naismiths', 'naiveness', 'nakedness', 'nameplate', 'namesakes', 'namibians', 'nanometer', 'nantucket', 'napalming', 'naphtalis', 'napoleons', 'narcissus', 'narcosiss', 'narcotics', 'narrating', 'narration', 'narrative', 'narrators', 'narrowest', 'narrowing', 'nasalised', 'nasalises', 'nasalized', 'nasalizes', 'nashville', 'nastiness', 'nathaniel', 'nationals', 'nativitys', 'naturally', 'naugahyde', 'naughtier', 'naughtily', 'nauseated', 'nauseates', 'nautiluss', 'navigable', 'navigated', 'navigates', 'navigator', 'naysayers', 'ndjamenas', 'nearnesss', 'neatnesss', 'nebraskan', 'nebraskas', 'necessary', 'necessity', 'necklaces', 'necklines', 'necrosiss', 'nectarine', 'neediness', 'nefarious', 'nefertiti', 'negations', 'negatived', 'negatives', 'neglected', 'neglecter', 'negligees', 'negligent', 'negotiate', 'neighbors', 'neighbour', 'nematodes', 'nembutals', 'neodymium', 'neolithic', 'neologism', 'neophytes', 'neoprenes', 'nepaleses', 'nephritis', 'nepotisms', 'neptunium', 'nerveless', 'nervously', 'nestlings', 'nestorius', 'netscapes', 'networked', 'neuralgia', 'neuralgic', 'neuritiss', 'neurology', 'neurosiss', 'neurotics', 'neutering', 'neutrally', 'neutrinos', 'nevermore', 'newcastle', 'newcomers', 'newlyweds', 'newscasts', 'newsflash', 'newspaper', 'newsprint', 'newsreels', 'newsstand', 'newsweeks', 'newtonian', 'ngaliemas', 'nicaragua', 'nicenesss', 'nichirens', 'nicholson', 'nicknacks', 'nicknamed', 'nicknames', 'nicodemus', 'nicotines', 'nietzsche', 'nigerians', 'niggardly', 'nightcaps', 'nightclub', 'nightfall', 'nightgown', 'nighthawk', 'nightlife', 'nightmare', 'nighttime', 'nihilisms', 'nihilists', 'nikolayev', 'nilpotent', 'ninepinss', 'nineteens', 'ninetieth', 'nirenberg', 'nitpicked', 'nitpicker', 'nitrating', 'nitrogens', 'nobelists', 'nobilitys', 'noblemans', 'nobleness', 'nocturnal', 'nocturnes', 'noiseless', 'noisemake', 'noisiness', 'nominally', 'nominated', 'nominates', 'nomograph', 'noncyclic', 'nonentity', 'nonesuchs', 'nonevents', 'nonexempt', 'nonlinear', 'nonliving', 'nonmember', 'nonpareil', 'nonplused', 'nonpluses', 'nonprofit', 'nonsenses', 'nonsensic', 'nonsexist', 'nonsmoker', 'nonverbal', 'nonvoting', 'nonwhites', 'noontimes', 'norbertos', 'nordstrom', 'normalcys', 'normalise', 'normality', 'normalize', 'normandys', 'normative', 'norsemans', 'northeast', 'northerly', 'northland', 'northrops', 'northrups', 'northward', 'northwest', 'norwegian', 'nosebleed', 'nosedived', 'nosedives', 'nosferatu', 'nosinesss', 'nostalgia', 'nostalgic', 'notarised', 'notarises', 'notarized', 'notarizes', 'notations', 'notebooks', 'notepaper', 'notifiers', 'notifying', 'notoriety', 'notorious', 'nourished', 'nourishes', 'novartiss', 'novelette', 'novelists', 'novelties', 'novembers', 'novitiate', 'novocaine', 'novocains', 'nowadayss', 'nucleolus', 'nucleuses', 'nuisances', 'nukualofa', 'nullified', 'nullifies', 'numbering', 'numbnesss', 'numbskull', 'numerable', 'numerated', 'numerates', 'numerator', 'numerical', 'numskulls', 'nunneries', 'nuremberg', 'nursemaid', 'nurseries', 'nurturing', 'nuthatchs', 'nutrients', 'nutriment', 'nutrition', 'nutritive', 'nutshells', 'nuttiness', 'obduracys', 'obedience', 'obeisance', 'obfuscate', 'obituarys', 'objectify', 'objecting', 'objection', 'objective', 'objectors', 'oblations', 'obligated', 'obligates', 'obliquely', 'oblivions', 'oblivious', 'obnoxious', 'obscenely', 'obscenest', 'obscenity', 'obscurely', 'obscurest', 'obscuring', 'obscurity', 'obsequies', 'observant', 'observers', 'observing', 'obsessing', 'obsession', 'obsessive', 'obsidians', 'obsoleted', 'obsoletes', 'obstacles', 'obstetric', 'obstinacy', 'obstinate', 'obstructs', 'obstruent', 'obtaining', 'obtruding', 'obtrusion', 'obtrusive', 'obviating', 'obviation', 'obviously', 'occasions', 'occipital', 'occluding', 'occlusion', 'occlusive', 'occultate', 'occupancy', 'occupants', 'occupying', 'occurrent', 'occurring', 'oceanside', 'octagonal', 'octahedra', 'octennial', 'octillion', 'octopuses', 'odometers', 'odorously', 'odourless', 'odysseuss', 'oesophagi', 'oestrogen', 'offenbach', 'offenders', 'offending', 'offensive', 'offerings', 'offertory', 'officemax', 'officials', 'officiate', 'officious', 'offsaddle', 'offshoots', 'offspring', 'offstages', 'ogbomosho', 'oilcloths', 'oilfields', 'oilinesss', 'ointments', 'oklahoman', 'oklahomas', 'olajuwons', 'oldenburg', 'oldfields', 'oleanders', 'olfactory', 'oligarchs', 'oligarchy', 'oligocene', 'oligopoly', 'olivettis', 'olympiads', 'olympians', 'ombudsman', 'ombudsmen', 'omdurmans', 'omelettes', 'ominously', 'omissions', 'omnibuses', 'omnivores', 'oncologys', 'onionskin', 'onlookers', 'onlooking', 'onondagas', 'onrushing', 'onslaught', 'opennesss', 'openworks', 'operating', 'operation', 'operative', 'operators', 'operettas', 'ophiuchus', 'opponents', 'opportune', 'opposable', 'opposites', 'oppressed', 'oppresses', 'oppressor', 'opthalmic', 'optically', 'opticians', 'optimally', 'optimised', 'optimiser', 'optimises', 'optimisms', 'optimists', 'optimized', 'optimizer', 'optimizes', 'optioning', 'optometry', 'opulences', 'orangeade', 'orangutan', 'oratories', 'oratorios', 'orbitally', 'orchestra', 'ordaining', 'orderings', 'orderlies', 'ordinance', 'ordinarys', 'ordinates', 'ordnances', 'oregonian', 'organdies', 'organelle', 'organised', 'organiser', 'organises', 'organisms', 'organists', 'organized', 'organizer', 'organizes', 'orgiastic', 'orientals', 'orientate', 'orienting', 'originals', 'originate', 'ornaments', 'orneriest', 'orography', 'orphanage', 'orphaning', 'orthodoxy', 'orwellian', 'oscillate', 'ossifying', 'osteology', 'osteopath', 'ostracise', 'ostracism', 'ostracize', 'ostrander', 'ostriches', 'ostrogoth', 'osullivan', 'otherwise', 'ourselves', 'outbreaks', 'outbursts', 'outdoorss', 'outermost', 'outfields', 'outfitted', 'outfitter', 'outflanks', 'outfoxing', 'outgrowth', 'outhouses', 'outlasted', 'outlawing', 'outlaying', 'outlining', 'outliving', 'outnumber', 'outplayed', 'outputted', 'outraging', 'outranked', 'outreachs', 'outriders', 'outrigger', 'outshined', 'outshines', 'outsiders', 'outskirts', 'outsmarts', 'outsource', 'outspoken', 'outspread', 'outstayed', 'outstrips', 'outstript', 'outvoting', 'outwardly', 'outweighs', 'outwitted', 'overacted', 'overallss', 'overawing', 'overbears', 'overbites', 'overblown', 'overboard', 'overbooks', 'overborne', 'overcasts', 'overcoats', 'overcomes', 'overcooks', 'overcrowd', 'overdoing', 'overdosed', 'overdoses', 'overdraft', 'overdrawn', 'overdraws', 'overdress', 'overdrive', 'overeager', 'overeaten', 'overflows', 'overgrown', 'overgrows', 'overhands', 'overhangs', 'overhauls', 'overheads', 'overheard', 'overhears', 'overheats', 'overjoyed', 'overkills', 'overlayed', 'overloads', 'overlooks', 'overlords', 'overlying', 'overnight', 'overpasss', 'overplays', 'overpower', 'overprice', 'overprint', 'overrated', 'overrates', 'overreach', 'overreact', 'overrides', 'overripes', 'overruled', 'overrules', 'overseers', 'oversells', 'oversexed', 'overshoes', 'overshoot', 'oversight', 'oversized', 'oversleep', 'overslept', 'overspend', 'overspent', 'overspill', 'overstate', 'overstays', 'oversteps', 'overstock', 'overtaken', 'overtaker', 'overtakes', 'overtaxed', 'overtaxes', 'overthrew', 'overthrow', 'overtimes', 'overtones', 'overtures', 'overturns', 'overusing', 'overviews', 'overwhelm', 'overworks', 'overwrite', 'oviparous', 'ovulating', 'ovulation', 'ownership', 'oxidation', 'oxidisers', 'oxidising', 'oxidizers', 'oxidizing', 'oxycontin', 'oxygenate', 'oxymorons', 'pacemaker', 'pachyderm', 'pacifiers', 'pacifisms', 'pacifists', 'pacifying', 'packagers', 'packaging', 'paddocked', 'padlocked', 'paganisms', 'pageantry', 'paginated', 'paginates', 'painfully', 'paintings', 'paintwork', 'pakistani', 'pakistans', 'palatable', 'palavered', 'palefaces', 'palembang', 'palenesss', 'paleocene', 'paleogene', 'paleozoic', 'palestine', 'palimonys', 'palisades', 'palladian', 'palladium', 'palliated', 'palliates', 'palmettos', 'palmistry', 'palmolive', 'palominos', 'palpating', 'palpation', 'palpitate', 'paltriest', 'pampering', 'pamphlets', 'panasonic', 'pancaking', 'pancreass', 'pandemics', 'panderers', 'pandering', 'panegyric', 'panelings', 'panelists', 'panelling', 'panellist', 'panhandle', 'panickier', 'panicking', 'pankhurst', 'panmunjom', 'panoplies', 'panoramas', 'panoramic', 'pantaloon', 'pantheism', 'pantheist', 'pantheons', 'pantomime', 'pantsuits', 'pantyhose', 'paperback', 'paperboys', 'papergirl', 'paperings', 'paperwork', 'papillary', 'papyruses', 'parabolas', 'parabolic', 'parachute', 'paraclete', 'paradigms', 'paradises', 'paradoxes', 'paradoxic', 'paraffins', 'paragraph', 'paraguays', 'parakeets', 'paralegal', 'parallaxs', 'parallels', 'paralysed', 'paralyses', 'paralysis', 'paralytic', 'paralyzed', 'paralyzes', 'paramecia', 'paramedic', 'parameter', 'paramount', 'paramours', 'paranoiac', 'paranoias', 'paranoids', 'parasites', 'parasitic', 'paratroop', 'parboiled', 'parceling', 'parcelled', 'parcheesi', 'parchment', 'pardoners', 'pardoning', 'paregoric', 'parentage', 'parenting', 'parisians', 'parkinson', 'parlances', 'parlaying', 'parleying', 'parmesans', 'parnassus', 'parochial', 'parodying', 'paroxysms', 'parqueted', 'parquetry', 'parrakeet', 'parricide', 'parroting', 'parsifals', 'parsimony', 'parsonage', 'partakers', 'partaking', 'parterres', 'parthenon', 'partially', 'particles', 'partisans', 'partition', 'partizans', 'partnered', 'partridge', 'pasadenas', 'pasquales', 'passbooks', 'passenger', 'passerbys', 'passersby', 'passivate', 'passively', 'passivity', 'passovers', 'passports', 'passwords', 'pasternak', 'pastiches', 'pastorals', 'pastorate', 'pastramis', 'pasturage', 'pasturing', 'patagonia', 'patchiest', 'patchwork', 'patenters', 'patenting', 'paternity', 'pathogens', 'pathology', 'patiences', 'patienter', 'patiently', 'patriarch', 'patrician', 'patricias', 'patricide', 'patrimony', 'patriotic', 'patristic', 'patrolled', 'patrolman', 'patrolmen', 'patronage', 'patroness', 'patronise', 'patronize', 'pattering', 'patterned', 'patterson', 'paulettes', 'paunchier', 'pauperise', 'pauperism', 'pauperize', 'pavarotti', 'pavements', 'pavilions', 'pavlovian', 'pawnshops', 'pawtucket', 'paychecks', 'paymaster', 'peaceable', 'peaceably', 'peacemake', 'peacetime', 'peachtree', 'pearliest', 'peasantry', 'pebbliest', 'peccaries', 'peckinpah', 'pectorals', 'pecuniary', 'pedagogic', 'pedagogue', 'pedagogys', 'pedalling', 'pedantrys', 'pederasts', 'pederasty', 'pedestals', 'pediatric', 'pedicured', 'pedicures', 'pedigreed', 'pedigrees', 'pediments', 'pedometer', 'peekaboos', 'peepholes', 'peevishly', 'pegasuses', 'pekineses', 'pekingese', 'pellagras', 'pelleting', 'pembrokes', 'penalised', 'penalises', 'penalized', 'penalizes', 'penalties', 'penchants', 'penciling', 'pencilled', 'pendulous', 'pendulums', 'penelopes', 'penetrate', 'peninsula', 'penitence', 'penitents', 'penknifes', 'penknives', 'penlights', 'penniless', 'pennzoils', 'penologys', 'pensacola', 'pensioned', 'pensioner', 'pensively', 'pentagons', 'pentagram', 'pentecost', 'penthouse', 'penurious', 'peppering', 'pepperoni', 'perceived', 'perceiver', 'perceives', 'perchance', 'percheron', 'percolate', 'perdition', 'peregrine', 'perelmans', 'perennial', 'perfected', 'perfecter', 'perfectly', 'perfidies', 'perforate', 'performed', 'performer', 'perfumery', 'perfuming', 'perfusion', 'periclean', 'perihelia', 'perilling', 'perimeter', 'periphery', 'periscope', 'perishers', 'perishing', 'peritonea', 'perjurers', 'perjuries', 'perjuring', 'perkiness', 'permalloy', 'permanent', 'permeable', 'permeated', 'permeates', 'permitted', 'permuting', 'peroxided', 'peroxides', 'perpetual', 'perplexed', 'perplexes', 'persecute', 'persevere', 'persimmon', 'persisted', 'personage', 'personals', 'personify', 'personnel', 'perspired', 'perspires', 'persuaded', 'persuader', 'persuades', 'pertained', 'pertinent', 'pertnesss', 'perturbed', 'peruvians', 'pervading', 'pervasion', 'pervasive', 'perverted', 'pessimism', 'pessimist', 'pestering', 'pesticide', 'pestilent', 'petersens', 'petersons', 'petitions', 'petrarchs', 'petrified', 'petrifies', 'petroleum', 'petrology', 'petticoat', 'pettifogs', 'pettiness', 'petulance', 'phaethons', 'phagocyte', 'phalanger', 'phalanges', 'phalanxes', 'phalarope', 'phalluses', 'phantasms', 'phantasys', 'pharisees', 'pharmacys', 'pharynges', 'pharynxes', 'pheasants', 'phenomena', 'phenotype', 'pheromone', 'philander', 'philately', 'philippes', 'philippic', 'phillipas', 'philology', 'philosoph', 'phlebitis', 'phoenicia', 'phoenixes', 'phonetics', 'phoneying', 'phoniness', 'phonology', 'phosphate', 'phosphide', 'phosphine', 'phosphors', 'photocopy', 'photostat', 'phrasings', 'phthalate', 'phylogeny', 'physicals', 'physician', 'physicist', 'physicked', 'physiques', 'pickaback', 'pickaxing', 'pickerels', 'pickering', 'picketers', 'picketing', 'pickfords', 'pickingss', 'pickwicks', 'picnicked', 'picnicker', 'picofarad', 'picojoule', 'pictorial', 'picturing', 'piecemeal', 'piecewise', 'piecework', 'piedmonts', 'piercings', 'piggyback', 'pigheaded', 'pigmented', 'pilasters', 'pilchards', 'pilcomayo', 'pilferage', 'pilferers', 'pilfering', 'pillaging', 'pillboxes', 'pilloried', 'pillories', 'pillowing', 'pillsbury', 'pimientos', 'pimpernel', 'pimpliest', 'pinafores', 'pinatubos', 'pineapple', 'pinehurst', 'pinioning', 'pinkerton', 'pinnacles', 'pinocchio', 'pinochets', 'pinochles', 'pinpoints', 'pinpricks', 'pinstripe', 'pinwheels', 'pioneered', 'pipelined', 'pipelines', 'pipsqueak', 'piquancys', 'piratical', 'pirouette', 'pistachio', 'pitcairns', 'pitchfork', 'pitchmans', 'piteously', 'pithiness', 'pitifully', 'pittances', 'pituitary', 'pityingly', 'pizzerias', 'pizzicati', 'pizzicato', 'placarded', 'placating', 'placation', 'placeable', 'placement', 'placentae', 'placental', 'placentas', 'placidity', 'plainness', 'plaintiff', 'plaintive', 'planarity', 'planeload', 'planetary', 'planetoid', 'plankings', 'planktons', 'plannings', 'plantains', 'plantings', 'plastered', 'plasterer', 'plastisol', 'plateaued', 'platefuls', 'platelets', 'platforms', 'platinize', 'platinums', 'platitude', 'platonism', 'platonist', 'platooned', 'platypuss', 'plausible', 'plausibly', 'playacted', 'playbacks', 'playbills', 'playfully', 'playgoers', 'playhouse', 'playmates', 'playrooms', 'plaything', 'pleasings', 'pleasured', 'pleasures', 'plebeians', 'plectrums', 'pleiadess', 'plenaries', 'plenitude', 'plenteous', 'plentiful', 'plethoras', 'pleurisys', 'plexiglas', 'plighting', 'pliocenes', 'ploddings', 'ploughing', 'ploughman', 'ploughmen', 'plowshare', 'pluckiest', 'plugboard', 'pluggable', 'plumbings', 'plummeted', 'plumpness', 'plundered', 'plunderer', 'pluralise', 'pluralism', 'plurality', 'pluralize', 'plushiest', 'plutarchs', 'plutocrat', 'plutonium', 'plymouths', 'pneumatic', 'pneumonia', 'pocketful', 'pocketing', 'pockmarks', 'podgorica', 'podhoretz', 'podiatrys', 'poetesses', 'poignancy', 'pointedly', 'pointiest', 'pointless', 'pointwise', 'poisoners', 'poisoning', 'poisonous', 'pokerface', 'polanskis', 'polarised', 'polarises', 'polariton', 'polaritys', 'polarized', 'polarizes', 'polaroids', 'polemical', 'polestars', 'policeman', 'policemen', 'polishers', 'polishing', 'politburo', 'politesse', 'political', 'politicos', 'politicss', 'pollcadot', 'pollinate', 'polliwogs', 'pollsters', 'pollutant', 'polluters', 'polluting', 'pollution', 'pollyanna', 'pollywogs', 'polonaise', 'poloniums', 'poltroons', 'polyester', 'polygamys', 'polyglots', 'polygonal', 'polygraph', 'polyhedra', 'polymaths', 'polymeric', 'polymorph', 'polynesia', 'polyphony', 'polythene', 'pomerania', 'pommeling', 'pommelled', 'pompadour', 'pomposity', 'pompously', 'pondering', 'ponderous', 'pontianak', 'ponytails', 'poorhouse', 'popinjays', 'poppycock', 'populaces', 'popularly', 'populated', 'populates', 'populisms', 'populists', 'porcelain', 'porcupine', 'porfirios', 'porositys', 'porphyrys', 'porpoised', 'porpoises', 'porridges', 'porringer', 'portables', 'portaging', 'portended', 'portfolio', 'portholes', 'porticoes', 'portioned', 'portlands', 'portliest', 'portraits', 'portrayal', 'portrayed', 'portugals', 'portulaca', 'poseidons', 'positions', 'positives', 'positrons', 'possessed', 'possesses', 'possessor', 'possibles', 'postcards', 'postcodes', 'postdated', 'postdates', 'posterior', 'posterity', 'posthaste', 'postludes', 'postmarks', 'postnatal', 'postorder', 'postponed', 'postpones', 'postulate', 'posturing', 'potassium', 'potbellys', 'potboiler', 'potentate', 'potential', 'potholder', 'potpourri', 'potsherds', 'potteries', 'pottering', 'poulticed', 'poultices', 'powdering', 'powerboat', 'powerless', 'powersets', 'powhatans', 'powwowing', 'practical', 'practiced', 'practices', 'practised', 'practises', 'pragmatic', 'prankster', 'pratchett', 'pratfalls', 'prattling', 'prayerful', 'preachers', 'preachier', 'preaching', 'preakness', 'preambled', 'preambles', 'preassign', 'precedent', 'preceding', 'preceptor', 'precincts', 'precipice', 'precisely', 'precisest', 'precision', 'precluded', 'precludes', 'precocity', 'precursor', 'predating', 'predators', 'predatory', 'predefine', 'predicate', 'predicted', 'predictor', 'predilect', 'preempted', 'preemptor', 'preexists', 'prefabbed', 'prefacing', 'prefatory', 'preferred', 'prefigure', 'prefixing', 'pregnancy', 'preheated', 'prejudged', 'prejudges', 'prejudice', 'premature', 'premiered', 'premieres', 'preminger', 'premising', 'premisses', 'premyslid', 'prentices', 'preoccupy', 'preordain', 'preparing', 'prepaying', 'preppiest', 'prerecord', 'presaging', 'preschool', 'prescient', 'prescotts', 'prescribe', 'prescript', 'preselect', 'presences', 'presented', 'presenter', 'presently', 'preserved', 'preserver', 'preserves', 'preshrank', 'preshrink', 'preshrunk', 'president', 'presiding', 'pressings', 'pressmans', 'pressured', 'pressures', 'prestiges', 'presuming', 'pretences', 'pretended', 'pretender', 'pretenses', 'preterite', 'preterits', 'pretorias', 'prettiest', 'prettying', 'prevailed', 'prevalent', 'prevented', 'previewed', 'previewer', 'pribilofs', 'priceless', 'pricklier', 'prickling', 'priestess', 'priestley', 'primaeval', 'primaries', 'primarily', 'primeness', 'primitive', 'primnesss', 'primroses', 'princesss', 'princeton', 'principal', 'principes', 'principia', 'principle', 'printable', 'printably', 'printings', 'printmake', 'printouts', 'prioresss', 'prioritys', 'priscilla', 'prismatic', 'prisoners', 'prissiest', 'pritchard', 'privacies', 'privateer', 'privately', 'privatest', 'privation', 'privatise', 'privatize', 'privilege', 'proactive', 'probables', 'probating', 'probation', 'probative', 'proboscis', 'procedure', 'proceeded', 'proceedss', 'processed', 'processes', 'processor', 'proclaims', 'procreate', 'proctored', 'procurers', 'procuring', 'prodigals', 'prodigies', 'producers', 'producing', 'profanely', 'profaning', 'profanity', 'professed', 'professes', 'professor', 'proffered', 'profiling', 'profiteer', 'profiting', 'profitted', 'profitter', 'profusely', 'profusion', 'prognoses', 'prognosis', 'programed', 'programer', 'programme', 'progresss', 'prohibits', 'projected', 'projector', 'prokofiev', 'prolixity', 'prologues', 'prolonged', 'prolusion', 'promenade', 'prominent', 'promising', 'promoters', 'promoting', 'promotion', 'prompters', 'promptest', 'prompting', 'proneness', 'pronghorn', 'pronounce', 'proofread', 'propagate', 'propelled', 'propeller', 'properest', 'propertys', 'prophecys', 'prophesys', 'prophetic', 'proponent', 'proposals', 'proposing', 'propounds', 'propriety', 'propylene', 'prorating', 'proscenia', 'proscribe', 'prosecute', 'proselyte', 'prosodics', 'prosodies', 'prospects', 'prospered', 'prostates', 'prostrate', 'protected', 'protector', 'protested', 'protester', 'protestor', 'protocols', 'prototype', 'protozoan', 'protozoon', 'protracts', 'protruded', 'protrudes', 'provenals', 'provences', 'provender', 'provident', 'providers', 'providing', 'provinces', 'provision', 'provisoes', 'provoking', 'proximate', 'proximity', 'prudences', 'prudently', 'prudishly', 'prurience', 'prussians', 'psalmists', 'pseudonym', 'psoriasis', 'psychical', 'psychoses', 'psychosis', 'psychotic', 'ptarmigan', 'ptolemaic', 'ptolemies', 'ptomaines', 'pubescent', 'publicans', 'publicise', 'publicist', 'publicity', 'publicize', 'published', 'publisher', 'publishes', 'puckering', 'puerility', 'puffballs', 'puffiness', 'pugilisms', 'pugilists', 'pugnacity', 'pullbacks', 'pullovers', 'pulmonary', 'pulsating', 'pulsation', 'pulverise', 'pulverize', 'pummeling', 'pummelled', 'punchiest', 'punchline', 'punctuate', 'punctured', 'punctures', 'pungencys', 'pungently', 'punishing', 'puppeteer', 'puppetrys', 'purchased', 'purchaser', 'purchases', 'purebreds', 'purenesss', 'purgation', 'purgative', 'purgatory', 'purifiers', 'purifying', 'puritanic', 'purloined', 'purported', 'purporter', 'purposely', 'purposing', 'purposive', 'pursuance', 'purulence', 'purveying', 'purveyors', 'pushcarts', 'pushiness', 'pushovers', 'pussycats', 'pussyfoot', 'putrefied', 'putrefies', 'puttering', 'puzzlings', 'pygmalion', 'pyongyang', 'pyorrheas', 'pyorrhoea', 'pyracanth', 'pyramidal', 'pyramided', 'pyreneess', 'pyrolysis', 'pyromania', 'pyrometer', 'pyrometry', 'quaaludes', 'quackerys', 'quadrants', 'quadratic', 'quadrille', 'quadruped', 'quadruple', 'quagmires', 'quaintest', 'quakeress', 'qualified', 'qualifier', 'qualifies', 'qualities', 'quandarys', 'quantitys', 'quantized', 'quantizes', 'quarreled', 'quarrying', 'quarryman', 'quarrymen', 'quartered', 'quarterly', 'quartette', 'quartzite', 'quasimodo', 'quatrains', 'quavering', 'queasiest', 'queenlier', 'queerness', 'quenching', 'querulous', 'questions', 'quibblers', 'quibbling', 'quickened', 'quicklime', 'quickness', 'quicksand', 'quickstep', 'quiescent', 'quietness', 'quietudes', 'quietuses', 'quillwort', 'quiltings', 'quintuple', 'quirkiest', 'quislings', 'quivering', 'quixotism', 'quizzical', 'quotation', 'quotidian', 'quotients', 'rabbinate', 'rabbiting', 'rabelaiss', 'racehorse', 'racetrack', 'rachelles', 'racinesss', 'racketeer', 'racketing', 'raconteur', 'radcliffe', 'radiances', 'radiantly', 'radiating', 'radiation', 'radiators', 'radically', 'radiogram', 'radiology', 'raggedest', 'raggedier', 'raillerys', 'railroads', 'raincoats', 'raindrops', 'rainfalls', 'rainmaker', 'rainstorm', 'rainwater', 'ramanujan', 'ramblings', 'ramifying', 'rampaging', 'rampantly', 'ramrodded', 'ranchings', 'rancidity', 'rancorous', 'randolphs', 'randomise', 'randomize', 'rangeland', 'ranginess', 'ranknesss', 'ransacked', 'ransoming', 'rapacious', 'rapacitys', 'rapiditys', 'rapturous', 'rapunzels', 'rarefying', 'rarenesss', 'rashnesss', 'rasmussen', 'raspberry', 'rastabans', 'ratcheted', 'ratepayer', 'ratifying', 'rationale', 'rationals', 'rationing', 'rattlings', 'raucously', 'raunchier', 'ravelling', 'ravishing', 'rawlinson', 'raymundos', 'razorback', 'reachable', 'reachably', 'reactions', 'readiness', 'readjusts', 'reaffirms', 'realigned', 'realising', 'realistic', 'realities', 'realizing', 'reanalyze', 'reanimate', 'reappears', 'reapplied', 'reapplies', 'reappoint', 'rearrange', 'rearwards', 'reasoners', 'reasoning', 'reasserts', 'reassigns', 'reassured', 'reassures', 'reawakens', 'rebelling', 'rebellion', 'rebinding', 'rebounded', 'rebuffing', 'rebuttals', 'rebutting', 'recalling', 'recanting', 'recapping', 'recapture', 'recasting', 'receipted', 'receivers', 'receiving', 'recentest', 'reception', 'receptive', 'receptors', 'recessing', 'recession', 'recessive', 'recharged', 'recharges', 'rechecked', 'recherche', 'recipient', 'reckoning', 'reclaimed', 'reclaimer', 'recliners', 'reclining', 'reclusive', 'recognise', 'recognize', 'recoiling', 'recollect', 'recombine', 'recommend', 'recompile', 'recompute', 'reconcile', 'recondite', 'reconnect', 'reconquer', 'reconvene', 'recopying', 'recorders', 'recording', 'recounted', 'recouping', 'recourses', 'recovered', 'recoverys', 'recreants', 'recreated', 'recreates', 'recruited', 'recruiter', 'rectangle', 'rectified', 'rectifier', 'rectifies', 'rectitude', 'rectories', 'recumbent', 'recurrent', 'recurring', 'recursing', 'recursion', 'recursive', 'recycling', 'redbreast', 'reddening', 'redeclare', 'redeemers', 'redeeming', 'redefined', 'redefines', 'redeploys', 'redesigns', 'redevelop', 'redgraves', 'redheaded', 'redirects', 'redisplay', 'redolence', 'redoubled', 'redoubles', 'redounded', 'redrafted', 'redrawing', 'redressed', 'redresses', 'reducible', 'reducibly', 'reduction', 'redundant', 'reeducate', 'reelected', 'reemerged', 'reemerges', 'reenacted', 'reenforce', 'reenlists', 'reentered', 'reentrant', 'reentries', 'reexamine', 'refashion', 'refection', 'refectory', 'referable', 'reference', 'referenda', 'referents', 'referrals', 'referring', 'refilling', 'refinance', 'refinerys', 'refitting', 'reflected', 'reflector', 'reflexive', 'refocused', 'refocuses', 'reforests', 'reformats', 'reformers', 'reforming', 'refracted', 'refrained', 'refreshed', 'refresher', 'refreshes', 'refueling', 'refuelled', 'refulgent', 'refunding', 'refurbish', 'refurnish', 'refutable', 'regaining', 'regarding', 'regencies', 'regicides', 'regiments', 'reginalds', 'registers', 'registrar', 'registrys', 'regressed', 'regresses', 'regretful', 'regretted', 'regrouped', 'regularly', 'regulated', 'regulates', 'regulator', 'rehabbing', 'rehashing', 'rehearsal', 'rehearsed', 'rehearser', 'rehearses', 'reheating', 'rehnquist', 'reichstag', 'reimburse', 'reimposed', 'reimposes', 'reinaldos', 'reindeers', 'reinforce', 'reinhardt', 'reinholds', 'reinserts', 'reinstate', 'reinvents', 'reinvests', 'reissuing', 'reiterate', 'rejecting', 'rejection', 'rejectors', 'rejoicing', 'rejoinder', 'rejoining', 'rekindled', 'rekindles', 'relabeled', 'relapsing', 'relations', 'relatives', 'relaxants', 'relearned', 'releasing', 'relegated', 'relegates', 'relenting', 'relevance', 'relevancy', 'reliances', 'relievers', 'relieving', 'religions', 'religious', 'reliquary', 'relishing', 'reloading', 'relocated', 'relocates', 'reluctant', 'remainder', 'remaining', 'remanding', 'remarking', 'remarried', 'remarries', 'rematches', 'rembrandt', 'remedying', 'remembers', 'reminders', 'reminding', 'remington', 'reminisce', 'remission', 'remitting', 'remodeled', 'remounted', 'removable', 'renascent', 'rendering', 'rendition', 'renegaded', 'renegades', 'renewable', 'renounced', 'renounces', 'renovated', 'renovates', 'renovator', 'renumbers', 'reopening', 'reordered', 'repackage', 'repainted', 'repairing', 'repairman', 'repairmen', 'repartees', 'repayable', 'repayment', 'repealing', 'repeaters', 'repeating', 'repellant', 'repellent', 'repelling', 'repentant', 'repenting', 'repertory', 'rephrased', 'rephrases', 'replacing', 'replaying', 'replenish', 'repleting', 'repletion', 'replicate', 'reportage', 'reporters', 'reporting', 'reposeful', 'repossess', 'reprehend', 'represent', 'repressed', 'represses', 'reprieved', 'reprieves', 'reprimand', 'reprinted', 'reprisals', 'reprising', 'reproachs', 'reprobate', 'reprocess', 'reproduce', 'reprogram', 'reproofed', 'reproving', 'reptilian', 'republics', 'republish', 'repudiate', 'repugnant', 'repulsing', 'repulsion', 'repulsive', 'reputable', 'reputably', 'reputedly', 'requested', 'requester', 'requiring', 'requisite', 'requitals', 'requiting', 'rereading', 'rerouting', 'rerunning', 'rescinded', 'researchs', 'reselects', 'reselling', 'resembled', 'resembles', 'resentful', 'resenting', 'reserpine', 'reserving', 'reservist', 'reservoir', 'resetting', 'resettled', 'resettles', 'reshuffle', 'residence', 'residency', 'residents', 'residuals', 'residuary', 'resigning', 'resilient', 'resinlike', 'resistant', 'resisters', 'resisting', 'resistive', 'resistors', 'resolvers', 'resolving', 'resonance', 'resonated', 'resonates', 'resonator', 'resorting', 'resounded', 'resourced', 'resources', 'respected', 'respecter', 'respelled', 'respiring', 'responded', 'responder', 'responses', 'restarted', 'restating', 'restfully', 'restively', 'restocked', 'restorers', 'restoring', 'restrains', 'restraint', 'restricts', 'restrooms', 'restudied', 'restudies', 'resubmits', 'resultant', 'resulting', 'resumable', 'resurface', 'resurgent', 'resurrect', 'retailers', 'retailing', 'retainers', 'retaining', 'retaliate', 'retardant', 'retarding', 'retelling', 'retention', 'retentive', 'rethought', 'reticence', 'reticular', 'reticulum', 'retooling', 'retorting', 'retouched', 'retouches', 'retracing', 'retracted', 'retrained', 'retreaded', 'retreated', 'retrieval', 'retrieved', 'retriever', 'retrieves', 'retrodden', 'retrofits', 'returnees', 'returning', 'reunified', 'reunifies', 'reuniting', 'revaluing', 'revamping', 'revealing', 'reveilles', 'revellers', 'revelling', 'revelries', 'revenging', 'revenuers', 'reverence', 'reverends', 'reversals', 'reversely', 'reversing', 'reversion', 'reverting', 'revertive', 'reviewers', 'reviewing', 'revisable', 'revisions', 'revisited', 'revocable', 'revokable', 'revolting', 'revolvers', 'revolving', 'revulsion', 'rewarding', 'rewinding', 'rewording', 'reworking', 'rewriting', 'rewritten', 'reykjavik', 'reynaldos', 'rhapsodic', 'rhapsodys', 'rheingaus', 'rheostats', 'rhetorics', 'rheumatic', 'rheumiest', 'rhiannons', 'rhineland', 'rhinoceri', 'rhodesias', 'rhodolite', 'rhodonite', 'rhomboids', 'rhombuses', 'ribaldrys', 'richelieu', 'richfield', 'richmonds', 'richnesss', 'ricketier', 'rickshaws', 'ricochets', 'riddances', 'ridgepole', 'ridiculed', 'ridicules', 'rieslings', 'riffraffs', 'riflemans', 'righteous', 'rightists', 'rightmost', 'rightness', 'rightward', 'rigiditys', 'rigidness', 'rigmarole', 'rigoberto', 'rigoletto', 'ringingly', 'ringlings', 'ringsides', 'ringworms', 'ripenesss', 'riposting', 'riskiness', 'ritualism', 'rivalling', 'rivalries', 'riverbank', 'riverbeds', 'riverside', 'rivetting', 'roadblock', 'roadhouse', 'roadkills', 'roadsides', 'roadsters', 'roadworks', 'robberies', 'robersons', 'robertson', 'roboticss', 'robustest', 'rochelles', 'rochester', 'rockbound', 'rocketing', 'rocketrys', 'rockiness', 'rodericks', 'rodriguez', 'rodriquez', 'roentgens', 'roguishly', 'roistered', 'roisterer', 'rollbacks', 'rollicked', 'romancers', 'romancing', 'romanians', 'romantics', 'ronstadts', 'rookeries', 'roominess', 'roommates', 'roosevelt', 'roquefort', 'rorschach', 'rosalinda', 'rosalinds', 'rosebushs', 'rosecrans', 'rosemarie', 'rosemarys', 'rosenberg', 'rosenblum', 'rosenthal', 'rosewoods', 'rosinesss', 'rossettis', 'rotarians', 'rotations', 'rottenest', 'rotterdam', 'rotundity', 'roughages', 'roughcast', 'roughened', 'roughneck', 'roughness', 'roughshod', 'roulettes', 'roumanias', 'roundelay', 'roundhead', 'roundness', 'roundworm', 'rousseaus', 'routinely', 'routinise', 'routinize', 'rowdiness', 'rowdyisms', 'rowelling', 'royalists', 'royalties', 'rubaiyats', 'rubberier', 'rubberise', 'rubberize', 'rubbished', 'rubbishes', 'rucksacks', 'ruddiness', 'rudenesss', 'rudiments', 'ruffianly', 'ruggedest', 'ruination', 'ruinously', 'rukeysers', 'rumblings', 'ruminants', 'ruminated', 'ruminates', 'rummaging', 'rumouring', 'rumsfelds', 'runabouts', 'runaround', 'runnymede', 'rupturing', 'rushmores', 'rustbelts', 'rusticate', 'rusticity', 'rustiness', 'rustproof', 'rutabagas', 'ruthenium', 'rutledges', 'sabotaged', 'sabotages', 'saboteurs', 'sacajawea', 'saccharin', 'sackcloth', 'sacrament', 'sacrifice', 'sacrilege', 'sacristan', 'sacristys', 'saddening', 'saddlebag', 'safariing', 'safeguard', 'safenesss', 'safflower', 'sagacious', 'sagacitys', 'sagebrush', 'sailboard', 'sailboats', 'sailcloth', 'sailfishs', 'sainthood', 'saintlier', 'sakhalins', 'salaaming', 'salacious', 'salesgirl', 'saleslady', 'salesmans', 'salinitys', 'salisbury', 'salivated', 'salivates', 'sallowest', 'saltiness', 'saltpeter', 'saltpetre', 'saltwater', 'salvadors', 'salvaging', 'salvation', 'salvatore', 'samanthas', 'samaritan', 'samarkand', 'samenesss', 'samplings', 'samsonite', 'samuelson', 'sanatoria', 'sanctions', 'sanctitys', 'sanctuary', 'sandbanks', 'sandblast', 'sandboxes', 'sanderson', 'sandiness', 'sandovals', 'sandpaper', 'sandpiper', 'sandstone', 'sandstorm', 'sandwichs', 'sangfroid', 'sanhedrin', 'sanitaria', 'sanitised', 'sanitises', 'sanitized', 'sanitizes', 'sanskrits', 'santayana', 'santiagos', 'sapiences', 'sapphires', 'sapsucker', 'saragossa', 'sarajevos', 'sarasotas', 'sarcastic', 'sarcomata', 'sardinias', 'sargassos', 'sartorial', 'sashaying', 'saskatoon', 'sasquatch', 'sassafras', 'sassanian', 'satanisms', 'satanists', 'satellite', 'satiating', 'satinwood', 'satirical', 'satirised', 'satirises', 'satirists', 'satirized', 'satirizes', 'satisfied', 'satisfies', 'saturable', 'saturated', 'saturater', 'saturates', 'saturdays', 'saturnine', 'saucepans', 'sauciness', 'sauntered', 'sauternes', 'savagerys', 'savannahs', 'savoriest', 'savourier', 'savouries', 'savouring', 'savoyards', 'sawhorses', 'sawtimber', 'saxifrage', 'saxophone', 'scabbards', 'scabbiest', 'scaffolds', 'scalawags', 'scallions', 'scalloped', 'scallywag', 'scampered', 'scansions', 'scantiest', 'scapegoat', 'scarcitys', 'scarecrow', 'scarified', 'scarifies', 'scarlatti', 'scarsdale', 'scattered', 'scavenged', 'scavenger', 'scavenges', 'scenarios', 'sceptical', 'scheduled', 'scheduler', 'schedules', 'schelling', 'schematic', 'schindler', 'schizoids', 'schlemiel', 'schlepped', 'schlieren', 'schmaltzs', 'schmaltzy', 'schmoozed', 'schmoozes', 'schnappss', 'schnauzer', 'schneider', 'schofield', 'scholarly', 'schoolboy', 'schoolers', 'schooling', 'schooners', 'schroeder', 'schussing', 'schuylers', 'schwartzs', 'schweppes', 'schwinger', 'sciaticas', 'scientist', 'scimitars', 'scintilla', 'scissored', 'sclerosis', 'sclerotic', 'scofflaws', 'scoldings', 'scoliosis', 'scolloped', 'scorchers', 'scorching', 'scorecard', 'scoreless', 'scorpions', 'scorpiuss', 'scorseses', 'scotching', 'scotchman', 'scotchmen', 'scotlands', 'scotsmans', 'scottishs', 'scoundrel', 'scourging', 'scoutings', 'scrabbled', 'scrabbles', 'scrambled', 'scrambler', 'scrambles', 'scramming', 'scrapbook', 'scrapings', 'scrappier', 'scrapping', 'scratched', 'scratcher', 'scratches', 'scrawling', 'scrawnier', 'screamers', 'screaming', 'screeched', 'screeches', 'screening', 'screwball', 'screwbean', 'screwiest', 'screwworm', 'scribbled', 'scribbler', 'scribbles', 'scribners', 'scrimmage', 'scrimping', 'scrimshaw', 'scripting', 'scription', 'scripture', 'scrofulas', 'scrolling', 'scrounged', 'scrounger', 'scrounges', 'scrubbers', 'scrubbier', 'scrubbing', 'scruffier', 'scrunched', 'scrunches', 'scrupling', 'scrutable', 'scrutinys', 'scuffling', 'scullerys', 'scullions', 'sculpting', 'sculptors', 'sculpture', 'scummiest', 'scuppered', 'scurfiest', 'scurrying', 'scurviest', 'scuttling', 'scuzziest', 'seaboards', 'seacoasts', 'seafarers', 'seafaring', 'sealskins', 'seaplanes', 'searchers', 'searching', 'searingly', 'seascapes', 'seashells', 'seashores', 'seasoners', 'seasoning', 'seaworthy', 'sebaceous', 'sebastian', 'secession', 'secluding', 'seclusion', 'seclusive', 'secondary', 'seconders', 'seconding', 'secretary', 'secreting', 'secretion', 'secretive', 'sectarian', 'sectional', 'sectioned', 'securings', 'securitys', 'sedations', 'sedatives', 'sedentary', 'sediments', 'seditions', 'seditious', 'seduction', 'seductive', 'seediness', 'seedlings', 'seemingly', 'seemliest', 'seesawing', 'segmented', 'segregant', 'segregate', 'seinfelds', 'selassies', 'selecting', 'selection', 'selective', 'selectman', 'selectmen', 'selectors', 'selectric', 'seleniums', 'seleucuss', 'selfishly', 'selfridge', 'selvedges', 'selznicks', 'semantics', 'semaphore', 'semblance', 'semesters', 'semicolon', 'semifinal', 'seminarys', 'seminoles', 'semiramis', 'semitones', 'senilitys', 'seniority', 'sensation', 'senseless', 'sensitise', 'sensitive', 'sensitize', 'sensually', 'sentenced', 'sentences', 'sentience', 'sentiment', 'sentinels', 'separable', 'separated', 'separates', 'separator', 'september', 'septettes', 'sepuchral', 'sepulcher', 'sepulchre', 'sequenced', 'sequencer', 'sequences', 'sequester', 'seraglios', 'serenaded', 'serenades', 'serengeti', 'serenitys', 'sergeants', 'serialise', 'serialize', 'seriously', 'sermonise', 'sermonize', 'servicing', 'serviette', 'servility', 'servitude', 'sevenfold', 'seventeen', 'seventies', 'severally', 'severalty', 'severance', 'severitys', 'sewerages', 'sexinesss', 'sextettes', 'sextuplet', 'sexuality', 'sforzando', 'shabbiest', 'shackling', 'shadiness', 'shadowbox', 'shadowier', 'shadowing', 'shaggiest', 'shakeable', 'shakedown', 'shakiness', 'shallower', 'shallowly', 'shambless', 'shambling', 'shameface', 'shameless', 'shampooed', 'shamrocks', 'shanghais', 'shankaras', 'shantungs', 'shapeless', 'shapelier', 'shareable', 'sharecrop', 'sharkskin', 'sharlenes', 'sharpened', 'sharpener', 'sharpness', 'shattered', 'sheathing', 'sheepdogs', 'sheepfold', 'sheepskin', 'sheetings', 'sheetrock', 'sheffield', 'sheikdoms', 'sheikhdom', 'shellfish', 'sheltered', 'shelvings', 'shenyangs', 'shepherds', 'sheppards', 'sheratans', 'sheratons', 'sherberts', 'shetlands', 'shielding', 'shiftiest', 'shiftless', 'shillalah', 'shillings', 'shimmered', 'shimmying', 'shinbones', 'shingling', 'shininess', 'shiningly', 'shinnying', 'shintoism', 'shipboard', 'shipbuild', 'shiploads', 'shipmates', 'shipments', 'shippings', 'shipshape', 'shipwreck', 'shipyards', 'shirrings', 'shirtmake', 'shirttail', 'shitepoke', 'shittiest', 'shivering', 'shlemiels', 'shlepping', 'shockleys', 'shoddiest', 'shoehorns', 'shoelaces', 'shoemaker', 'shoeshine', 'shootings', 'shootouts', 'shoplifts', 'shoppings', 'shoptalks', 'shoreline', 'shortages', 'shortcake', 'shortcuts', 'shortened', 'shortfall', 'shorthand', 'shorthorn', 'shortlist', 'shortness', 'shortstop', 'shortwave', 'shoshones', 'shoulders', 'shovelful', 'shoveling', 'shovelled', 'showboats', 'showcased', 'showcases', 'showdowns', 'showering', 'showgirls', 'showiness', 'showpiece', 'showplace', 'showrooms', 'shrapnels', 'shredders', 'shredding', 'shrewdest', 'shrieking', 'shrillest', 'shrilling', 'shrimping', 'shrinkage', 'shrinking', 'shriveled', 'shrouding', 'shrubbery', 'shrubbier', 'shrugging', 'shuddered', 'shufflers', 'shuffling', 'shutdowns', 'shuttered', 'shuttling', 'siberians', 'sibilants', 'sicilians', 'sickening', 'sickliest', 'sicknesss', 'sideboard', 'sideburns', 'sidekicks', 'sidelight', 'sidelined', 'sidelines', 'sideshows', 'sidesteps', 'sideswipe', 'sidetrack', 'sidewalks', 'sidewalls', 'siegfried', 'sieglinda', 'sightings', 'sightless', 'sightread', 'sightseer', 'sigismund', 'signaling', 'signalise', 'signalize', 'signalled', 'signatory', 'signature', 'signboard', 'signified', 'signifies', 'signposts', 'sihanouks', 'sikkimese', 'silencers', 'silencing', 'silentest', 'silicates', 'siliceous', 'silicious', 'silicones', 'silicosis', 'silkworms', 'silliness', 'siltation', 'siltstone', 'silurians', 'silvering', 'silverman', 'similarly', 'simmental', 'simmering', 'simpatico', 'simpering', 'simpleton', 'simulated', 'simulates', 'simulator', 'simulcast', 'sincerely', 'sincerest', 'sincerity', 'sinecures', 'singapore', 'singingly', 'singleton', 'singsongs', 'singulars', 'sinhalese', 'sinistral', 'sinkholes', 'sinkiangs', 'sinusitis', 'sinusoids', 'siphoning', 'sisyphean', 'sisyphuss', 'situating', 'situation', 'sixpences', 'sixteenth', 'sixtieths', 'sjaelland', 'skedaddle', 'skeletons', 'skeptical', 'sketchier', 'sketchily', 'sketching', 'sketchpad', 'skewering', 'skimpiest', 'skinflint', 'skinheads', 'skinniest', 'skintight', 'skippered', 'skirmishs', 'skittered', 'skivvying', 'skullcaps', 'skydivers', 'skydiving', 'skyjacked', 'skyjacker', 'skylarked', 'skylights', 'skyrocket', 'skyscrape', 'skywriter', 'slackened', 'slackness', 'slackware', 'slaloming', 'slandered', 'slanderer', 'slangiest', 'slantwise', 'slaphappy', 'slapstick', 'slashdots', 'slathered', 'slatterns', 'slaughter', 'slavering', 'slavishly', 'slavonics', 'sleaziest', 'sleekness', 'sleepiest', 'sleepless', 'sleepwalk', 'sleepwear', 'sleetiest', 'sleighing', 'slenderer', 'slickness', 'slightest', 'slighting', 'slimnesss', 'slingshot', 'slinkiest', 'slipcover', 'slipknots', 'slippages', 'slithered', 'slivering', 'slobbered', 'sloganeer', 'sloppiest', 'slouchier', 'slouching', 'sloughing', 'slovakian', 'slovenian', 'slovenias', 'slowdowns', 'slownesss', 'slowpokes', 'sluggards', 'slumbered', 'slumbrous', 'slumlords', 'slushiest', 'smallness', 'smallpoxs', 'smalltime', 'smarmiest', 'smartened', 'smartness', 'smelliest', 'smidgeons', 'smilingly', 'smirching', 'smirnoffs', 'smockings', 'smoggiest', 'smokeless', 'smokiness', 'smoldered', 'smooching', 'smoothest', 'smoothing', 'smothered', 'smoulders', 'smrgsbord', 'smudgiest', 'smugglers', 'smuggling', 'smugnesss', 'smuttiest', 'snaffling', 'snakebird', 'snakebite', 'snakelike', 'snakeroot', 'snappiest', 'snapshots', 'snatching', 'snazziest', 'sneakiest', 'snickered', 'snickerss', 'sniffling', 'sniggered', 'snippiest', 'snitching', 'sniveling', 'snivelled', 'snobberys', 'snobbiest', 'snoopiest', 'snootiest', 'snorkeled', 'snorkeler', 'snottiest', 'snowballs', 'snowboard', 'snowbound', 'snowdrift', 'snowdrops', 'snowfalls', 'snowflake', 'snowplows', 'snowshoed', 'snowshoes', 'snowstorm', 'snowsuits', 'snuffboxs', 'snuffling', 'snuggling', 'soapboxes', 'soapiness', 'soapstone', 'soapsudss', 'soberness', 'sobrietys', 'sobriquet', 'sociables', 'socialise', 'socialism', 'socialist', 'socialite', 'socialize', 'societies', 'sociology', 'sociopath', 'socratess', 'sodomites', 'softballs', 'softeners', 'softening', 'softnesss', 'softwares', 'softwoods', 'sogginess', 'sojourned', 'sojourner', 'solariums', 'soldering', 'soldiered', 'soldierly', 'solecisms', 'solemnest', 'solemnise', 'solemnity', 'solemnize', 'solenoids', 'solicited', 'solicitor', 'soliditys', 'solidness', 'soliloquy', 'solipsism', 'solitaire', 'solitarys', 'solitudes', 'solstices', 'solutions', 'solvencys', 'somalians', 'sombreros', 'somebodys', 'someonell', 'someplace', 'something', 'sometimes', 'somewhats', 'somewhere', 'sommelier', 'somnolent', 'songbirds', 'songsters', 'sonoritys', 'sophistry', 'sophocles', 'sophomore', 'soporific', 'sorbonnes', 'sorcerers', 'sorceress', 'soreheads', 'sorenesss', 'sororitys', 'sorrowful', 'sorrowing', 'sortieing', 'soulfully', 'soundings', 'soundless', 'soundness', 'sourberry', 'sourdough', 'sournesss', 'sourpusss', 'southeast', 'southerly', 'southerns', 'southland', 'southpaws', 'southward', 'southwest', 'souvenirs', 'souwester', 'sovereign', 'spacemans', 'spaceship', 'spacesuit', 'spacetime', 'spacewalk', 'spadefuls', 'spadework', 'spaghetti', 'spangling', 'spaniards', 'spankings', 'spareness', 'spareribs', 'sparingly', 'sparklers', 'sparkling', 'sparsitys', 'spartacus', 'spasmodic', 'spatially', 'spattered', 'spaulding', 'speakable', 'speakeasy', 'spearhead', 'spearmint', 'specially', 'specialty', 'specifics', 'specified', 'specifier', 'specifies', 'specimens', 'speckling', 'spectacle', 'spectator', 'spectrums', 'speculate', 'speedboat', 'speediest', 'speedings', 'speedster', 'speedways', 'speedwell', 'spellbind', 'spellings', 'spelunker', 'spendings', 'spenglers', 'spherical', 'spheroids', 'sphincter', 'spicebush', 'spiciness', 'spiderier', 'spielberg', 'spiffiest', 'spikenard', 'spillages', 'spillanes', 'spillways', 'spindlier', 'spindling', 'spineless', 'spinnaker', 'spinneret', 'spinsters', 'spiraling', 'spiralled', 'spiriting', 'spiritual', 'spitballs', 'spitfires', 'spittoons', 'splashier', 'splashing', 'splatters', 'splatting', 'splendors', 'splendour', 'splenetic', 'splicings', 'splinters', 'splintery', 'splinting', 'splitters', 'splitting', 'splotched', 'splotches', 'splurging', 'splutters', 'spoilages', 'spokesman', 'spokesmen', 'spongiest', 'sponsored', 'spookiest', 'spoonbill', 'spoonfuls', 'spoonsful', 'sportiest', 'sportsman', 'sportsmen', 'spotlight', 'spottiest', 'spraining', 'sprawling', 'spreaders', 'spreading', 'sprightly', 'springers', 'springier', 'springing', 'sprinkled', 'sprinkler', 'sprinkles', 'sprinters', 'sprinting', 'spritzing', 'sprockets', 'sprouting', 'sprynesss', 'spunkiest', 'sputtered', 'spyglasss', 'squabbled', 'squabbles', 'squadrons', 'squalider', 'squalling', 'squanders', 'squashier', 'squashing', 'squatters', 'squattest', 'squatting', 'squawbush', 'squawking', 'squawroot', 'squeakier', 'squeaking', 'squealers', 'squealing', 'squeamish', 'squeegeed', 'squeegees', 'squeezers', 'squeezing', 'squelched', 'squelches', 'squiggled', 'squiggles', 'squintest', 'squinting', 'squirmier', 'squirming', 'squirrels', 'squirting', 'squishier', 'squishing', 'srivijaya', 'stabbings', 'stabilise', 'stability', 'stabilize', 'stableman', 'stablemen', 'staccatos', 'staffings', 'stagehand', 'staggered', 'stagnated', 'stagnates', 'stainless', 'staircase', 'stairways', 'stairwell', 'stakeouts', 'stalemate', 'staleness', 'stalinist', 'stalkings', 'stallings', 'stallions', 'stallones', 'stalwarts', 'staminate', 'stammered', 'stammerer', 'stampeded', 'stampedes', 'stanchest', 'stanching', 'stanchion', 'standards', 'standings', 'standoffs', 'standouts', 'stanfords', 'stapleton', 'starboard', 'starbucks', 'starchier', 'starching', 'starfishs', 'stargazer', 'starkness', 'starlight', 'starlings', 'starriest', 'startling', 'starvings', 'statehood', 'stateless', 'statelier', 'statement', 'stateroom', 'stateside', 'statesman', 'statesmen', 'statewide', 'stationed', 'stationer', 'statistic', 'statuarys', 'statuette', 'statutory', 'staubachs', 'staunched', 'stauncher', 'staunches', 'staunchly', 'steadfast', 'steadicam', 'steadiest', 'steadying', 'steamboat', 'steamiest', 'steamroll', 'steamship', 'steeliest', 'steelmake', 'steepness', 'steerages', 'steerings', 'stefanies', 'steinbeck', 'steinberg', 'steinmetz', 'steinways', 'stenciled', 'stenotype', 'stepchild', 'stephanie', 'steradian', 'sterilise', 'sterility', 'sterilize', 'sterlings', 'sternberg', 'sternness', 'stevedore', 'stevenson', 'stewarded', 'stickiest', 'sticklers', 'stickpins', 'stieglitz', 'stiffened', 'stiffener', 'stiffness', 'stiflings', 'stilettos', 'stillborn', 'stillness', 'stimulant', 'stimulate', 'stimuluss', 'stingiest', 'stingrays', 'stippling', 'stipulate', 'stirrings', 'stitching', 'stockaded', 'stockades', 'stockholm', 'stockiest', 'stockings', 'stockpile', 'stockroom', 'stockyard', 'stodgiest', 'stoically', 'stoicisms', 'stolidest', 'stolidity', 'stolypins', 'stomached', 'stomacher', 'stomaches', 'stonecrop', 'stonewall', 'stoneware', 'stonework', 'stonewort', 'stopcocks', 'stoplight', 'stopovers', 'stoppable', 'stoppages', 'stoppards', 'stoppered', 'stopwatch', 'storekeep', 'storeroom', 'stormiest', 'storybook', 'stoutness', 'stovepipe', 'stowaways', 'straddled', 'straddles', 'straggled', 'straggler', 'straggles', 'straights', 'strainers', 'straining', 'straitens', 'stranding', 'strangely', 'strangers', 'strangest', 'strangled', 'strangler', 'strangles', 'strapless', 'strapping', 'stratagem', 'strategic', 'strategys', 'stratford', 'streakier', 'streaking', 'streamers', 'streaming', 'streetcar', 'streeters', 'streisand', 'strengths', 'strenuous', 'stressful', 'stressing', 'stretched', 'stretcher', 'stretches', 'strictest', 'stricture', 'strikeout', 'strikings', 'stringent', 'stringers', 'stringier', 'stringing', 'stripling', 'strippers', 'stripping', 'strivings', 'strollers', 'strolling', 'stromberg', 'stromboli', 'strongbox', 'strongest', 'strontium', 'stropping', 'structure', 'struggled', 'struggles', 'strumming', 'strumpets', 'strutting', 'stubbiest', 'stubblier', 'stuccoing', 'stuffiest', 'stuffings', 'stumblers', 'stumbling', 'stumpiest', 'stupefied', 'stupefies', 'stupidest', 'stupidity', 'sturdiest', 'sturgeons', 'stuttered', 'stutterer', 'stuttgart', 'stylishly', 'stylising', 'stylistic', 'stylizing', 'stymieing', 'styrofoam', 'subatomic', 'subclasss', 'subdivide', 'subfields', 'subgraphs', 'subgroups', 'subhumans', 'subjected', 'subjoined', 'subjugate', 'subleased', 'subleases', 'sublimate', 'sublimely', 'sublimest', 'subliming', 'sublimity', 'submarine', 'submerged', 'submerges', 'submersed', 'submerses', 'submittal', 'submitted', 'submitter', 'submodule', 'subnormal', 'suborning', 'subpoenas', 'subproofs', 'subranges', 'subschema', 'subscribe', 'subscript', 'subsidies', 'subsiding', 'subsidise', 'subsidize', 'subsisted', 'subspaces', 'substance', 'substrata', 'substrate', 'substring', 'subsuming', 'subsystem', 'subtitled', 'subtitles', 'subtletys', 'subtotals', 'subtracts', 'suburbans', 'suburbias', 'subverted', 'subverter', 'succeeded', 'successes', 'successor', 'succoring', 'succotash', 'succoured', 'succulent', 'succumbed', 'suckering', 'sucklings', 'suctioned', 'sudaneses', 'suetonius', 'sufferers', 'suffering', 'sufficing', 'suffixing', 'suffocate', 'suffragan', 'suffrages', 'suffusing', 'suffusion', 'sugarcane', 'sugarcoat', 'sugariest', 'sugarings', 'sugarless', 'suggested', 'suggester', 'suitcases', 'sukiyakis', 'sulawesis', 'suleimans', 'sulfuring', 'sulfurous', 'sulkiness', 'sullenest', 'sullivans', 'sulphates', 'sulphides', 'sulphured', 'sulphuric', 'sultanate', 'sultriest', 'sumerians', 'summaries', 'summarily', 'summarise', 'summarize', 'summation', 'summerier', 'summering', 'summitrys', 'summoners', 'summoning', 'summonsed', 'summonses', 'sumptuous', 'sunbathed', 'sunbather', 'sunbathes', 'sunblocks', 'sunbonnet', 'sunburned', 'sundanese', 'sundering', 'sundriess', 'sunfishes', 'sunflower', 'sunlights', 'sunnyvale', 'sunscreen', 'sunshines', 'sunstroke', 'suntanned', 'superbest', 'superbowl', 'superegos', 'superfund', 'superglue', 'superiors', 'supermans', 'supernova', 'superpose', 'supersede', 'supersets', 'superstar', 'supervene', 'supervise', 'supplants', 'suppliant', 'suppliers', 'supplying', 'supported', 'supporter', 'supposing', 'suppurate', 'supremacy', 'supremely', 'supremity', 'surceased', 'surceases', 'surcharge', 'surenesss', 'surfacing', 'surfboard', 'surfeited', 'surgeries', 'surinames', 'surliness', 'surmising', 'surmounts', 'surpassed', 'surpasses', 'surplices', 'surplused', 'surpluses', 'surprised', 'surprises', 'surrender', 'surrogate', 'surrounds', 'surtaxing', 'surveying', 'surveyors', 'survivals', 'surviving', 'survivors', 'suspected', 'suspended', 'suspender', 'suspenses', 'suspensor', 'suspicion', 'sustained', 'svalbards', 'swaddling', 'swaggered', 'swaggerer', 'swallowed', 'swampiest', 'swankiest', 'swarthier', 'swarthout', 'swastikas', 'swattered', 'swaziland', 'swearword', 'sweatband', 'sweatiest', 'sweatshop', 'sweepings', 'sweetened', 'sweetener', 'sweetmeat', 'sweetness', 'swellhead', 'swellings', 'sweltered', 'swiftness', 'swimmings', 'swimsuits', 'swinburne', 'swindlers', 'swindling', 'swingable', 'swirliest', 'swissairs', 'switchers', 'switching', 'switchman', 'swiveling', 'swivelled', 'swordfish', 'swordplay', 'swordsman', 'swordsmen', 'swordtail', 'sybarites', 'sybaritic', 'sycamores', 'sycophant', 'syllabify', 'syllables', 'syllabuss', 'syllogism', 'sylvester', 'symbioses', 'symbiosis', 'symbiotic', 'symbolise', 'symbolism', 'symbolize', 'symmetric', 'symmetrys', 'sympathys', 'symphonic', 'symphonys', 'symposium', 'synagogue', 'synchrony', 'syncopate', 'syndicate', 'syndromes', 'synergism', 'synopsiss', 'syntactic', 'syntheses', 'synthesis', 'synthetic', 'syphiliss', 'syphoning', 'syracuses', 'syringing', 'systemics', 'szechuans', 'tableland', 'tableware', 'tabulated', 'tabulates', 'tabulator', 'tacitness', 'tackiness', 'tactfully', 'tactician', 'tahitians', 'taichungs', 'tailcoats', 'tailgated', 'tailgates', 'taillight', 'tailoring', 'tailpipes', 'tailspins', 'tailwinds', 'taiwanese', 'takeaways', 'takeovers', 'talismans', 'talkative', 'tallchief', 'tallnesss', 'tallyhoed', 'tamarinds', 'tamenesss', 'tamerlane', 'tampering', 'tangerine', 'tangibles', 'tanneries', 'tannhuser', 'tantalise', 'tantalize', 'tantaluss', 'tanzanian', 'tanzanias', 'tapestrys', 'tapeworms', 'tarantara', 'tarantino', 'tarantula', 'tardiness', 'targeting', 'tarkenton', 'tarmacked', 'tarnished', 'tarnishes', 'tarpaulin', 'tarragons', 'tarrytown', 'tartnesss', 'tashkents', 'tasmanian', 'tasmanias', 'tasseling', 'tasselled', 'tasteless', 'tastiness', 'tattering', 'tattooing', 'tattooist', 'tautnesss', 'tautology', 'tawdriest', 'taxations', 'taxidermy', 'taxonomic', 'taxonomys', 'taxpayers', 'taxpaying', 'teachable', 'teachings', 'teakettle', 'teammates', 'teamsters', 'teamworks', 'teardrops', 'tearfully', 'teargases', 'teasdales', 'teaspoons', 'technical', 'technique', 'tectonics', 'tecumsehs', 'tediously', 'teenagers', 'teensiest', 'teetering', 'tektronix', 'telecasts', 'telegrams', 'telegraph', 'telemeter', 'telemetry', 'teleology', 'telepathy', 'telephone', 'telephony', 'telephoto', 'telescope', 'telethons', 'teletypes', 'televised', 'televises', 'televisor', 'tellingly', 'telltales', 'tellurium', 'temeritys', 'temperate', 'tempering', 'templates', 'templeton', 'temporary', 'temporise', 'temporize', 'temptress', 'tenacious', 'tenacitys', 'tenancies', 'tenanting', 'tendencys', 'tenderest', 'tendering', 'tenderise', 'tenderize', 'tenebrous', 'tenements', 'tennessee', 'tenseness', 'tensional', 'tentacled', 'tentacles', 'tentative', 'tenuously', 'terabytes', 'termagant', 'terminals', 'terminate', 'terminuss', 'terracing', 'terrances', 'terrapins', 'terrarium', 'terrences', 'terrified', 'terrifies', 'territory', 'terrorise', 'terrorism', 'terrorist', 'terrorize', 'terseness', 'tertiarys', 'testament', 'testicles', 'testified', 'testifier', 'testifies', 'testimony', 'testiness', 'tethering', 'textbooks', 'textually', 'texturing', 'thackeray', 'thailands', 'thalamuss', 'thalliums', 'thankless', 'thatching', 'theocracy', 'theodores', 'theodoric', 'theologys', 'theoretic', 'theorised', 'theorises', 'theorists', 'theorized', 'theorizer', 'theorizes', 'theosophy', 'therapies', 'therapist', 'theravada', 'therefore', 'therefrom', 'thereupon', 'therewith', 'thermally', 'thermofax', 'thermoses', 'thesaurus', 'thespians', 'thessalys', 'thiamines', 'thickened', 'thickener', 'thickness', 'thieverys', 'thighbone', 'thinkable', 'thinkably', 'thinkings', 'thinnesss', 'thirstier', 'thirstily', 'thirsting', 'thirteens', 'thirtieth', 'thomistic', 'thorazine', 'thorniest', 'thorntons', 'thorstein', 'thousands', 'thracians', 'thraldoms', 'thralldom', 'thralling', 'thrashers', 'thrashing', 'threaders', 'threading', 'threatens', 'threefold', 'threesome', 'threnodys', 'threonine', 'threshers', 'threshing', 'threshold', 'thriftier', 'thriftily', 'thrillers', 'thrilling', 'throatier', 'throatily', 'throbbing', 'thronging', 'throttled', 'throttles', 'throwaway', 'throwback', 'thrumming', 'thrusters', 'thrusting', 'thumbnail', 'thumbtack', 'thundered', 'thunderer', 'thurmonds', 'thursdays', 'thutmoses', 'thwacking', 'thwarting', 'thyratron', 'thyroidal', 'thyronine', 'thyroxine', 'ticketing', 'tidewater', 'tidinesss', 'tienanmen', 'tientsins', 'tightened', 'tightener', 'tightness', 'tightrope', 'tightwads', 'tigresses', 'timbering', 'timbuktus', 'timeliest', 'timepiece', 'timescale', 'timeshare', 'timetable', 'timiditys', 'timpanist', 'tinctured', 'tinctures', 'tinderbox', 'tingliest', 'tinglings', 'tinkering', 'tinkertoy', 'tinniness', 'tinseling', 'tinselled', 'tinsmiths', 'tipperary', 'tiptoeing', 'tiredness', 'tiresiass', 'titaniums', 'titillate', 'titmouses', 'tittering', 'toadstool', 'toastiest', 'tobaccoes', 'toboggans', 'tocantins', 'toileting', 'toiletrys', 'toilettes', 'tokenisms', 'tolerable', 'tolerably', 'tolerance', 'tolerated', 'tolerates', 'tollbooth', 'tollgates', 'tollhouse', 'tolyattis', 'tomahawks', 'tombaughs', 'tombstone', 'tomlinson', 'tomograph', 'tomorrows', 'tompkinss', 'tonalitys', 'tonsorial', 'tonsuring', 'toolboxes', 'toolsmith', 'toothache', 'toothiest', 'toothless', 'toothpick', 'toothsome', 'topically', 'toreadors', 'tormented', 'tormenter', 'tormentor', 'tornadoes', 'torpedoed', 'torpedoes', 'torpidity', 'torridest', 'tortillas', 'tortoises', 'torturers', 'torturing', 'torvaldss', 'toscanini', 'totalitys', 'totallers', 'totalling', 'tottering', 'touchable', 'touchdown', 'touchiest', 'touchings', 'toughened', 'toughness', 'towelings', 'towelling', 'towheaded', 'townhouse', 'townsends', 'townsfolk', 'townships', 'townsmans', 'toxaemias', 'toxicitys', 'traceable', 'traceries', 'tractable', 'tractions', 'trademark', 'tradesman', 'tradesmen', 'tradition', 'traducing', 'trafalgar', 'tragedian', 'tragedies', 'trailhead', 'trailings', 'trailside', 'trailways', 'trainings', 'traipsing', 'trammeled', 'trampling', 'transacts', 'transcend', 'transepts', 'transfers', 'transfixt', 'transform', 'transfuse', 'transient', 'transited', 'translate', 'transmits', 'transmute', 'transpire', 'transpond', 'transport', 'transpose', 'transship', 'transvaal', 'trapdoors', 'trapezium', 'trapezoid', 'trappable', 'trappings', 'trappists', 'trashcans', 'trashiest', 'traumatic', 'travailed', 'travelers', 'traveling', 'travelled', 'traveller', 'travelogs', 'traversal', 'traversed', 'traverses', 'travestys', 'travoltas', 'treachery', 'treadling', 'treadmill', 'treasured', 'treasurer', 'treasures', 'treasurys', 'treatable', 'treatises', 'treatment', 'treblinka', 'trellised', 'trellises', 'trembling', 'tremulous', 'trenchant', 'trenching', 'trendiest', 'trespasss', 'trevelyan', 'trialling', 'triangles', 'triassics', 'triathlon', 'triatomic', 'tribalism', 'tribesman', 'tribesmen', 'tribulate', 'tribunals', 'tributary', 'tricepses', 'trichrome', 'trickerys', 'trickiest', 'trickling', 'trickster', 'tricolors', 'tricolour', 'tricycles', 'triennial', 'trifocals', 'triggered', 'trihedral', 'trillions', 'trilobite', 'trilogies', 'trimarans', 'trimester', 'trimmings', 'trimnesss', 'trimurtis', 'trinidads', 'trinities', 'tripitaka', 'triptychs', 'trisected', 'trisodium', 'triteness', 'triumphal', 'triumphed', 'trivalent', 'trivially', 'trobriand', 'trombones', 'trondheim', 'troopship', 'tropicana', 'troubador', 'troubling', 'trouncing', 'trouserss', 'trousseau', 'troweling', 'trowelled', 'truanting', 'truckings', 'truckling', 'truckload', 'truculent', 'truffauts', 'trumbulls', 'trumperys', 'trumpeted', 'trumpeter', 'truncated', 'truncates', 'truncheon', 'trundling', 'trustiest', 'trytophan', 'tsimshian', 'tsitsihar', 'tubelesss', 'tubercles', 'tuckering', 'tularemia', 'tulsidass', 'tunefully', 'tungstate', 'tungstens', 'tunguskas', 'tunisians', 'tunneling', 'tunnelled', 'tupungato', 'turbidity', 'turbinate', 'turbojets', 'turboprop', 'turbulent', 'turgidity', 'turkestan', 'turmerics', 'turnabout', 'turncoats', 'turnovers', 'turnpikes', 'turnstile', 'turnstone', 'turntable', 'turpitude', 'turquoise', 'tuscarora', 'tuskegees', 'tutelages', 'tutorials', 'twaddling', 'tweediest', 'tweezerss', 'twentieth', 'twiddling', 'twiggiest', 'twilights', 'twingeing', 'twinkling', 'twitching', 'twittered', 'twizzlers', 'tympanums', 'typecasts', 'typefaces', 'typewrite', 'typewrote', 'typically', 'typifying', 'tyrannies', 'tyrannise', 'tyrannize', 'tyrannous', 'ubiquitys', 'uglinesss', 'ukrainian', 'ulcerated', 'ulcerates', 'ultimates', 'ultimatum', 'ultrafast', 'ululating', 'ulyanovsk', 'umbilical', 'umbilicus', 'umbrellas', 'umpteenth', 'unabashed', 'unadorned', 'unadvised', 'unaltered', 'unanimity', 'unanimous', 'unashamed', 'unbarring', 'unbeknown', 'unbeliefs', 'unbending', 'unbiassed', 'unbinding', 'unblocked', 'unbolting', 'unbosomed', 'unbounded', 'unbranded', 'unbridled', 'unbuckled', 'unbuckles', 'unburdens', 'unbuttons', 'uncannier', 'uncannily', 'unceasing', 'uncertain', 'unchanged', 'uncharted', 'unchecked', 'unclaimed', 'unclasped', 'uncleaner', 'uncleanly', 'uncleared', 'unclearer', 'unclothed', 'unclothes', 'uncoiling', 'unconcern', 'uncorking', 'uncounted', 'uncoupled', 'uncouples', 'uncovered', 'undamaged', 'undaunted', 'undeceive', 'undecided', 'undefined', 'undeleted', 'underacts', 'underarms', 'underbids', 'undercoat', 'undercuts', 'underdogs', 'underdone', 'underfeed', 'underflow', 'underfoot', 'undergoes', 'undergone', 'undergrad', 'underhand', 'underlain', 'underlays', 'underlies', 'underline', 'underling', 'undermine', 'undermost', 'underpaid', 'underpass', 'underpays', 'underpins', 'underplay', 'underrate', 'undersell', 'undershot', 'underside', 'undersign', 'undersize', 'undersold', 'undertake', 'undertone', 'undertook', 'undertows', 'underused', 'underwear', 'underwent', 'underwood', 'undiluted', 'undivided', 'undoubted', 'undressed', 'undresses', 'undulated', 'undulates', 'unearthed', 'unearthly', 'uneasiest', 'unequaled', 'unequally', 'unethical', 'unevenest', 'unexcused', 'unfailing', 'unfairest', 'unfastens', 'unfeeling', 'unfeigned', 'unfetters', 'unfitness', 'unfitting', 'unfolding', 'unfounded', 'unfrocked', 'unfurling', 'ungodlier', 'unguarded', 'ungulates', 'unhanding', 'unhappier', 'unhappily', 'unhealthy', 'unhelpful', 'unhinging', 'unhitched', 'unhitches', 'unholiest', 'unhooking', 'unhorsing', 'unhurried', 'unicycles', 'uniformed', 'uniformly', 'unilevers', 'unimpeded', 'uninjured', 'uninstall', 'uninsured', 'uninvited', 'unionised', 'unionises', 'unionized', 'unionizer', 'unionizes', 'uniroyals', 'unitarian', 'univalent', 'univalves', 'universal', 'universes', 'unkindest', 'unknowing', 'unlabeled', 'unlatched', 'unlatches', 'unleadeds', 'unlearned', 'unleashed', 'unleashes', 'unlimited', 'unlinking', 'unloading', 'unlocking', 'unloosing', 'unluckier', 'unluckily', 'unmanlier', 'unmanning', 'unmarried', 'unmasking', 'unmatched', 'unmindful', 'unnatural', 'unnerving', 'unnoticed', 'unopposed', 'unordered', 'unpacking', 'unpainted', 'unpinning', 'unplanned', 'unplugged', 'unplumbed', 'unpopular', 'unquoting', 'unraveled', 'unreadier', 'unrefined', 'unrelated', 'unrivaled', 'unrolling', 'unruffled', 'unruliest', 'unsaddled', 'unsaddles', 'unsavoury', 'unscathed', 'unscrewed', 'unsealing', 'unseating', 'unselfish', 'unsettled', 'unsettles', 'unsheathe', 'unsightly', 'unskilled', 'unsmiling', 'unsnapped', 'unsnarled', 'unsounder', 'unsparing', 'unspoiled', 'unstabler', 'unstopped', 'unstudied', 'untainted', 'untangled', 'untangles', 'untenable', 'untidiest', 'untouched', 'untrained', 'untreated', 'untutored', 'untwisted', 'unukalhai', 'unusually', 'unvarying', 'unveiling', 'unwariest', 'unwelcome', 'unwilling', 'unwinders', 'unwinding', 'unwitting', 'unworldly', 'unwrapped', 'unwritten', 'unzipping', 'upbraided', 'upchucked', 'upcountry', 'updraught', 'upgrading', 'upheavals', 'upholders', 'upholding', 'upholster', 'uplifting', 'uppercase', 'uppercuts', 'uppermost', 'upraising', 'uprightly', 'uprisings', 'uprooting', 'upsetting', 'upstaging', 'upstarted', 'upsurging', 'upturning', 'urbanised', 'urbanises', 'urbanitys', 'urbanized', 'urbanizes', 'urinating', 'urination', 'urologist', 'uruguayan', 'usability', 'uselessly', 'usherette', 'utilising', 'utilities', 'utilizing', 'utterance', 'uttermost', 'vacancies', 'vacations', 'vaccinate', 'vacillate', 'vacuolate', 'vacuously', 'vacuuming', 'vagabonds', 'vagrancys', 'vagrantly', 'vagueness', 'vainglory', 'valencias', 'valentine', 'valentino', 'valentins', 'valerians', 'valhallas', 'valiantly', 'validated', 'validates', 'validitys', 'validness', 'valkyries', 'vallettas', 'valuables', 'valuation', 'valueless', 'valvoline', 'vamoosing', 'vanadiums', 'vancouver', 'vandalise', 'vandalism', 'vandalize', 'vanguards', 'vanishing', 'vanzettis', 'vapiditys', 'vapidness', 'vaporised', 'vaporiser', 'vaporises', 'vaporized', 'vaporizer', 'vaporizes', 'variables', 'variances', 'variantly', 'variation', 'variegate', 'varieties', 'variously', 'varnished', 'varnishes', 'varsities', 'vasectomy', 'vaselines', 'vassalage', 'vastnesss', 'vaultings', 'vectorial', 'vectoring', 'vegemites', 'vegetable', 'vegetated', 'vegetates', 'vehemence', 'vehicular', 'velasquez', 'velocitys', 'velsquezs', 'velveetas', 'velveteen', 'velvetier', 'venalitys', 'vendettas', 'veneering', 'venerable', 'venerated', 'venerates', 'venetians', 'venezuela', 'vengeance', 'ventilate', 'ventolins', 'ventricle', 'venturers', 'venturing', 'venturous', 'veracious', 'veracitys', 'veracruzs', 'verandahs', 'verbalise', 'verbalize', 'verbiages', 'verbosity', 'verdigris', 'verifiers', 'verifying', 'veritable', 'veritably', 'verlaines', 'vermilion', 'verminous', 'vermonter', 'vermouths', 'versatile', 'versified', 'versifies', 'vertebrae', 'vertebral', 'vertebras', 'verticals', 'vesaliuss', 'vesicular', 'vespasian', 'vespuccis', 'vestibule', 'vestigial', 'vestments', 'vesuviuss', 'vexations', 'vexatious', 'viability', 'vibrancys', 'vibrantly', 'vibrating', 'vibration', 'vibrators', 'viburnums', 'vicarages', 'vicarious', 'vicinitys', 'viciously', 'vicksburg', 'victimise', 'victimize', 'victorian', 'victorias', 'victories', 'victrolas', 'victualed', 'victualer', 'videodisc', 'videotape', 'vientiane', 'viewpoint', 'vigilance', 'vigilante', 'vignetted', 'vignettes', 'vilenesss', 'vilifying', 'villagers', 'villainys', 'vindicate', 'vineyards', 'violating', 'violation', 'violators', 'violences', 'violently', 'violinist', 'virginals', 'virginian', 'virginias', 'virginity', 'virilitys', 'virologys', 'virtually', 'virtuosos', 'virulence', 'viscosity', 'viscounts', 'visigoths', 'visionary', 'visioning', 'visualise', 'visualize', 'vitalised', 'vitalises', 'vitalitys', 'vitalized', 'vitalizes', 'vitiating', 'vitiation', 'vitriolic', 'vivacious', 'vivacitys', 'vividness', 'viviennes', 'vivifying', 'vocalised', 'vocalises', 'vocalists', 'vocalized', 'vocalizes', 'vocations', 'vocatives', 'voiceband', 'voiceless', 'volcanism', 'volcanoes', 'voldemort', 'volgograd', 'volitions', 'volleying', 'volsteads', 'voltaires', 'voltmeter', 'voluntary', 'volunteer', 'vonneguts', 'voodooing', 'voodooism', 'voracious', 'voracitys', 'vorticity', 'vouchsafe', 'voyagings', 'voyeurism', 'vulcanise', 'vulcanize', 'vulgarest', 'vulgarise', 'vulgarism', 'vulgarity', 'vulgarize', 'wackiness', 'wadsworth', 'wagnerian', 'wainscots', 'waistband', 'waistcoat', 'waistline', 'waitresss', 'wakefield', 'wakerobin', 'waldemars', 'walgreens', 'wallabies', 'wallboard', 'walloping', 'wallowing', 'wallpaper', 'wanamaker', 'wanderers', 'wandering', 'wantoning', 'wappinger', 'wardrobes', 'wardrooms', 'warehouse', 'warhorses', 'warinesss', 'warmonger', 'warningly', 'warranted', 'warrantys', 'washables', 'washbasin', 'washboard', 'washbowls', 'washcloth', 'washrooms', 'washstand', 'wassailed', 'wasserman', 'wasteland', 'watchband', 'watchdogs', 'watchings', 'watchmake', 'watchmans', 'watchword', 'waterbeds', 'waterbury', 'waterfall', 'waterford', 'waterfowl', 'watergate', 'wateriest', 'waterings', 'waterline', 'waterloos', 'watermark', 'watershed', 'waterside', 'watertown', 'waterways', 'waveforms', 'wavefront', 'waveguide', 'wavinesss', 'waxinesss', 'wayfarers', 'wayfaring', 'waylaying', 'waywardly', 'weakening', 'weakfishs', 'weaklings', 'weaknesss', 'wealthier', 'weaponrys', 'weariness', 'wearisome', 'weaseling', 'weaselled', 'weathered', 'webmaster', 'wednesday', 'weekended', 'weeknight', 'wehrmacht', 'weighings', 'weightier', 'weighting', 'weinbergs', 'weinstein', 'weirdness', 'welcoming', 'wellbeing', 'wellesley', 'welshmans', 'weltering', 'werewolfs', 'wesleyans', 'westbound', 'westerlys', 'westerner', 'westfield', 'westwards', 'whackiest', 'whalebone', 'wheatiess', 'wheedling', 'wheelbase', 'wheelings', 'wheeziest', 'wherefore', 'whereupon', 'wherewith', 'whetstone', 'whichever', 'whimpered', 'whimsical', 'whinnying', 'whipcords', 'whiplashs', 'whippings', 'whirligig', 'whirlpool', 'whirlwind', 'whiskered', 'whispered', 'whistlers', 'whistling', 'whitecaps', 'whiteface', 'whitefish', 'whitehall', 'whitehead', 'whiteleys', 'whiteners', 'whiteness', 'whitening', 'whitetail', 'whitewall', 'whitewash', 'whitfield', 'whittaker', 'whittlers', 'whittling', 'whodunits', 'whodunnit', 'wholeness', 'wholesale', 'wholesome', 'whooshing', 'whosoever', 'wickedest', 'widenesss', 'widowhood', 'widthwise', 'wifeliest', 'wiggliest', 'wigwagged', 'wikipedia', 'wildfires', 'wildfowls', 'wildlifes', 'wildnesss', 'wilfredos', 'wilinesss', 'wilkerson', 'wilkinson', 'willfully', 'willingly', 'willowier', 'willpower', 'wilsonian', 'wimbledon', 'winchells', 'windbreak', 'windburns', 'windfalls', 'windiness', 'windlasss', 'windmills', 'windowing', 'windpipes', 'windsocks', 'windstorm', 'windsurfs', 'windswept', 'windwards', 'wineglass', 'wingspans', 'winifreds', 'winnebago', 'winningly', 'winnipegs', 'winnowing', 'winsomely', 'winsomest', 'winterier', 'wintering', 'winterise', 'winterize', 'winthrops', 'wintriest', 'wirelesss', 'wirinesss', 'wisconsin', 'wiseacres', 'wisecrack', 'wishbones', 'wishfully', 'wistarias', 'wisterias', 'wistfully', 'witcherys', 'withdrawn', 'withdraws', 'withering', 'withholds', 'withstand', 'withstood', 'witlessly', 'witnessed', 'witnesses', 'witticism', 'wittiness', 'wittingly', 'wizardrys', 'wobbliest', 'wodehouse', 'woebegone', 'woefuller', 'wolfgangs', 'wolfhound', 'wolverine', 'womanhood', 'womanised', 'womaniser', 'womanises', 'womanized', 'womanizer', 'womanizes', 'womankind', 'womanlier', 'womanlike', 'womenfolk', 'wonderbra', 'wonderful', 'wondering', 'woodbines', 'woodchuck', 'woodcocks', 'woodcraft', 'woodenest', 'woodgrain', 'woodhulls', 'woodiness', 'woodlands', 'woodpiles', 'woodsheds', 'woodsiest', 'woodsmans', 'woodstock', 'woodwards', 'woodwinds', 'woodworks', 'woolliest', 'woolworth', 'wooziness', 'worcester', 'wordiness', 'wordplays', 'workbench', 'workbooks', 'workfares', 'workforce', 'workhorse', 'workhouse', 'workingss', 'workloads', 'workpiece', 'workplace', 'worksheet', 'workshops', 'workspace', 'worktable', 'workweeks', 'worldlier', 'worldwide', 'wormholes', 'wormwoods', 'worrisome', 'worryings', 'worrywart', 'worsening', 'worshiped', 'worshiper', 'worthiest', 'worthless', 'wrangells', 'wranglers', 'wrangling', 'wrappings', 'wreathing', 'wreckages', 'wrenching', 'wrestlers', 'wrestling', 'wrigglers', 'wrigglier', 'wriggling', 'wrinklier', 'wrinklies', 'wrinkling', 'wristband', 'wrongdoer', 'wrongness', 'wronskian', 'wurlitzer', 'wyandotte', 'wycherley', 'wycliffes', 'xanthippe', 'xiaopings', 'xylophone', 'yachtings', 'yachtsman', 'yachtsmen', 'yamagatas', 'yammering', 'yardstick', 'yarmulkes', 'yaroslavl', 'yearbooks', 'yearlings', 'yearnings', 'yeastiest', 'yellowest', 'yellowing', 'yellowish', 'yeshivahs', 'yeshivoth', 'yesterday', 'yggdrasil', 'yieldings', 'yodellers', 'yodelling', 'yoghourts', 'yorkshire', 'yorktowns', 'yosemites', 'yossarian', 'youngster', 'ypsilanti', 'ytterbium', 'yugoslavs', 'yuletides', 'zachariah', 'zamenhofs', 'zaninesss', 'zanzibars', 'zealously', 'zechariah', 'zedekiahs', 'zephaniah', 'zeppelins', 'zestfully', 'zhengzhou', 'zigzagged', 'zimbabwes', 'zimmerman', 'zinfandel', 'zippering', 'zirconium', 'zoologist', 'zoroaster', 'zsigmondy', 'zucchinis', 'zwiebacks', 'zyuganovs', 'abandoning', 'abasements', 'abatements', 'abbreviate', 'abdicating', 'abdication', 'abductions', 'abernathys', 'aberration', 'abhorrence', 'abjections', 'abjectness', 'abjuration', 'abnegating', 'abnegation', 'abnormally', 'abolishers', 'abolishing', 'abolitions', 'abominable', 'abominably', 'abominated', 'abominates', 'aboriginal', 'aborigines', 'abortively', 'aboveboard', 'abrasively', 'abreaction', 'abridgment', 'abrogating', 'abrogation', 'abruptness', 'abscessing', 'absconding', 'absolutely', 'absolutest', 'absolution', 'absolutism', 'absorbency', 'absorbents', 'absorption', 'absorptive', 'abstainers', 'abstaining', 'abstemious', 'abstention', 'abstinence', 'abstracted', 'abstracter', 'abstractly', 'abstractor', 'abstrusely', 'absurditys', 'abundances', 'abundantly', 'abyssinian', 'abyssinias', 'academical', 'acanthuses', 'accelerate', 'accentuate', 'accentures', 'acceptable', 'acceptably', 'acceptance', 'accessible', 'accessibly', 'accessions', 'accessorys', 'accidental', 'accidently', 'acclaiming', 'acclimated', 'acclimates', 'accomplice', 'accomplish', 'accordance', 'accordions', 'accountant', 'accounting', 'accredited', 'accretions', 'accumulate', 'accuracies', 'accurately', 'accusation', 'accusative', 'accusatory', 'accusingly', 'accustomed', 'acetylenes', 'achievable', 'achromatic', 'acidifying', 'aconcaguas', 'acoustical', 'acousticss', 'acquainted', 'acquiesced', 'acquiesces', 'acquirable', 'acquittals', 'acquitting', 'acrobatics', 'actinolite', 'actionable', 'activating', 'activation', 'activators', 'activities', 'actualised', 'actualises', 'actualitys', 'actualized', 'actualizes', 'acutenesss', 'adaptation', 'adaptively', 'addictions', 'additional', 'additivity', 'addressees', 'addressers', 'addressing', 'adeptnesss', 'adequacies', 'adequately', 'adherences', 'adirondack', 'adjacently', 'adjectival', 'adjectives', 'adjourning', 'adjudicate', 'adjuration', 'adjustable', 'adjustably', 'adjustment', 'administer', 'admiraltys', 'admiration', 'admiringly', 'admissible', 'admissions', 'admittance', 'admittedly', 'admixtures', 'admonished', 'admonishes', 'admonition', 'admonitory', 'adolescent', 'adorations', 'adornments', 'adposition', 'adrenaline', 'adroitness', 'adsorption', 'adsorptive', 'adulations', 'adulterant', 'adulterate', 'adulterers', 'adulteress', 'adulteries', 'adulterous', 'adulthoods', 'adumbrated', 'adumbrates', 'advantaged', 'advantages', 'adventists', 'adventured', 'adventurer', 'adventures', 'adverbials', 'adversarys', 'adversitys', 'advertised', 'advertiser', 'advertises', 'advisement', 'advisories', 'advocating', 'aerialists', 'aerobacter', 'aerobatics', 'aeronautic', 'aeroplanes', 'aerosolize', 'aerospaces', 'aeschyluss', 'aesthetics', 'aetiologys', 'affability', 'affections', 'affidavits', 'affiliated', 'affiliates', 'affinities', 'afflicting', 'affliction', 'afflictive', 'affluences', 'affluently', 'affordable', 'afforested', 'affricates', 'affronting', 'aficionado', 'afrikaanss', 'afrikaners', 'afterbirth', 'aftercares', 'afterglows', 'afterimage', 'afterlifes', 'afterlives', 'aftermaths', 'afternoons', 'aftershave', 'aftershock', 'aftertaste', 'afterwards', 'afterwords', 'agamemnons', 'agglutinin', 'aggrandise', 'aggrandize', 'aggravated', 'aggravates', 'aggregated', 'aggregates', 'aggression', 'aggressive', 'aggressors', 'aggrieving', 'agitations', 'agreements', 'agrippinas', 'agronomist', 'aguinaldos', 'airbrushed', 'airbrushes', 'airdropped', 'airlifting', 'airmailing', 'akhmatovas', 'alabamians', 'alabasters', 'alamogordo', 'alarmingly', 'albatrosss', 'alchemists', 'alcibiades', 'alcoholics', 'alcoholism', 'aldebarans', 'alderamins', 'alderwoman', 'alderwomen', 'alejandras', 'alejandros', 'alertnesss', 'alexanders', 'alexandria', 'algonquian', 'algonquins', 'algorithms', 'alienating', 'alienation', 'alighieris', 'alignments', 'alimentary', 'alinements', 'alkalinity', 'allegation', 'allegiance', 'allegories', 'allegretto', 'allergenic', 'allergists', 'alleviated', 'alleviater', 'alleviates', 'alligators', 'alliterate', 'allocating', 'allocation', 'allocators', 'allophones', 'allophonic', 'allotments', 'allotropic', 'allowances', 'allurement', 'allusively', 'almoravids', 'aloofnesss', 'alpenstock', 'alphabetic', 'alphameric', 'alpheratzs', 'alteration', 'alternated', 'alternates', 'alternator', 'altimeters', 'altiplanos', 'altogether', 'altruistic', 'aluminiums', 'alzheimers', 'amalgamate', 'amanuenses', 'amanuensis', 'amarylliss', 'amaterasus', 'amateurish', 'amateurism', 'amazements', 'ambassador', 'ambergriss', 'ambiguitys', 'ambivalent', 'ambulances', 'ambulatory', 'ameliorate', 'amendments', 'amenhoteps', 'amenorrhea', 'americanas', 'amerindian', 'amiability', 'ammunition', 'amnestying', 'amoralitys', 'amortising', 'amortizing', 'ampersands', 'amphibians', 'amphibious', 'amplifiers', 'amplifying', 'amplitudes', 'amputating', 'amputation', 'amsterdams', 'amusements', 'amygdaloid', 'anabaptist', 'analgesias', 'analgesics', 'analogical', 'analytical', 'analyzable', 'anamorphic', 'anarchical', 'anarchisms', 'anarchists', 'anastigmat', 'anatolians', 'anatomical', 'anatomists', 'anaxagoras', 'ancestress', 'ancestries', 'anchorages', 'anchorites', 'anchormans', 'ancientest', 'ancillarys', 'andalusian', 'andalusias', 'andromache', 'andromedas', 'anemometer', 'anemometry', 'anesthesia', 'anesthetic', 'angeliques', 'angiosperm', 'angleworms', 'anglophile', 'anguishing', 'angularity', 'anharmonic', 'aniakchaks', 'animadvert', 'animatedly', 'animations', 'animositys', 'anisotropy', 'annabelles', 'annapoliss', 'annapurnas', 'annexation', 'annihilate', 'annotating', 'annotation', 'announcers', 'announcing', 'annoyances', 'annoyingly', 'annulments', 'annunciate', 'anointment', 'anonymitys', 'anopheless', 'answerable', 'antagonise', 'antagonism', 'antagonist', 'antagonize', 'antarctica', 'antarctics', 'antebellum', 'antecedent', 'antedating', 'anthologys', 'anthracite', 'anthropoid', 'antibiotic', 'antibodies', 'antichrist', 'anticipate', 'anticlimax', 'antifreeze', 'antigorite', 'antiheroes', 'antiknocks', 'antimatter', 'antinomian', 'antipastos', 'antipathys', 'antiphonal', 'antipodean', 'antipodess', 'antiquarys', 'antiquated', 'antiquates', 'antiquitys', 'antisemite', 'antiseptic', 'antisocial', 'antitheses', 'antithesis', 'antithetic', 'antitoxins', 'antivirals', 'antoinette', 'apartheids', 'apartments', 'aphoristic', 'aphrodites', 'apocalypse', 'apocryphal', 'apocryphas', 'apolitical', 'apollonian', 'apologetic', 'apologised', 'apologises', 'apologists', 'apologized', 'apologizes', 'apoplectic', 'apoplexies', 'apostasies', 'apostrophe', 'apothecary', 'apotheoses', 'apotheosis', 'appalachia', 'appaloosas', 'apparatuss', 'appareling', 'apparelled', 'apparently', 'apparition', 'appearance', 'appeasable', 'appellants', 'appendages', 'appendices', 'appendixes', 'appertains', 'appetisers', 'appetising', 'appetizers', 'appetizing', 'applauding', 'applejacks', 'applesauce', 'appliances', 'applicable', 'applicants', 'applicator', 'appliquing', 'appointees', 'appointers', 'appointing', 'appointive', 'appomattox', 'apportions', 'appositely', 'apposition', 'appositive', 'appraisals', 'appraisers', 'appraising', 'appreciate', 'apprehends', 'apprentice', 'approached', 'approacher', 'approaches', 'aquafreshs', 'aquamarine', 'aquaplaned', 'aquaplanes', 'aquariuses', 'aquitaines', 'arabesques', 'araucanian', 'arbitrated', 'arbitrates', 'arbitrator', 'arboretums', 'arborvitae', 'archangels', 'archbishop', 'archdeacon', 'archenemys', 'archeology', 'archetypal', 'archetypes', 'archibalds', 'archimedes', 'architects', 'archivists', 'arctangent', 'arenaceous', 'argentinas', 'aristocrat', 'aristotles', 'arithmetic', 'arizonians', 'armadillos', 'armageddon', 'armillaria', 'armistices', 'armstrongs', 'arraigning', 'arrogances', 'arrogantly', 'arrogating', 'arrogation', 'arrowheads', 'arrowroots', 'artaxerxes', 'arteriolar', 'arterioles', 'artfulness', 'arthritics', 'arthritiss', 'arthropods', 'artichokes', 'articulate', 'artificers', 'artificial', 'artillerys', 'ascendancy', 'ascendants', 'ascendency', 'ascendents', 'ascensions', 'ascertains', 'asceticism', 'ascribable', 'ascription', 'ashkenazim', 'ashkhabads', 'ashmoleans', 'asparagine', 'asparaguss', 'aspartames', 'asperities', 'aspersions', 'asphalting', 'asphyxiate', 'aspidiskes', 'aspidistra', 'aspirating', 'aspiration', 'aspirators', 'assailable', 'assailants', 'assaulting', 'assemblage', 'assemblers', 'assemblies', 'assembling', 'assertions', 'assessment', 'asseverate', 'assignable', 'assignment', 'assimilate', 'assistance', 'assistants', 'associable', 'associated', 'associates', 'associator', 'assonances', 'assortment', 'assumption', 'assurances', 'assuringly', 'asterisked', 'asteroidal', 'asthmatics', 'astigmatic', 'astonished', 'astonishes', 'astounding', 'astrakhans', 'astringent', 'astrologer', 'astrologys', 'astronauts', 'astronomer', 'astronomic', 'astronomys', 'astuteness', 'asymmetric', 'asymmetrys', 'asymptotes', 'asymptotic', 'asynchrony', 'athabascan', 'athabascas', 'athleticss', 'atmosphere', 'atomically', 'atonalitys', 'atonements', 'atrocities', 'atrophying', 'attachment', 'attackable', 'attainable', 'attainably', 'attainment', 'attempters', 'attempting', 'attendance', 'attendants', 'attentions', 'attenuated', 'attenuates', 'attenuator', 'attracting', 'attraction', 'attractive', 'attractors', 'attributed', 'attributes', 'attritions', 'atypically', 'auctioneer', 'auctioning', 'audibility', 'audiograms', 'audiometer', 'audiometry', 'audiophile', 'auditioned', 'auditorium', 'augmenting', 'augustines', 'augustness', 'aureomycin', 'auscultate', 'auspicious', 'austeritys', 'austerlitz', 'australian', 'australias', 'australite', 'australoid', 'authorised', 'authorises', 'authoritys', 'authorized', 'authorizer', 'authorizes', 'authorship', 'autocracys', 'autocratic', 'autographs', 'autoimmune', 'automatics', 'automating', 'automation', 'automatons', 'automobile', 'automotive', 'autonomous', 'autopilots', 'autopsying', 'autoworker', 'auxiliarys', 'avalanched', 'avalanches', 'avaricious', 'aviatrices', 'aviatrixes', 'avocations', 'avoidances', 'awakenings', 'awarenesss', 'awfulnesss', 'awkwardest', 'axiomatize', 'ayatollahs', 'azerbaijan', 'babylonian', 'babysitter', 'bacchanals', 'backarrows', 'backbiters', 'backbiting', 'backbitten', 'backboards', 'backdating', 'backfields', 'backfiring', 'backgammon', 'background', 'backhanded', 'backlashes', 'backlogged', 'backpacked', 'backpacker', 'backpedals', 'backplanes', 'backslider', 'backslides', 'backspaced', 'backspaces', 'backstages', 'backstairs', 'backstitch', 'backstroke', 'backtracks', 'backwaters', 'backwoodss', 'bacteriums', 'badmintons', 'badmouthed', 'bafflement', 'bagatelles', 'bagginesss', 'bailiwicks', 'balalaikas', 'balanchine', 'balderdash', 'balkanized', 'balladeers', 'ballasting', 'ballerinas', 'ballistics', 'ballooners', 'ballooning', 'balloonist', 'ballplayer', 'ballpoints', 'ballyhooed', 'balminesss', 'baltimores', 'balustrade', 'bamboozled', 'bamboozles', 'banalities', 'bandlimits', 'bandoleers', 'bandoliers', 'bandstands', 'bandwagons', 'bandwidths', 'bangladesh', 'banishment', 'bankrolled', 'bankruptcy', 'bankrupted', 'bannisters', 'banqueting', 'baptistery', 'baptistrys', 'barbadians', 'barbarella', 'barbarians', 'barbarisms', 'barbaritys', 'barbarossa', 'barbecuing', 'barbequing', 'barberries', 'barbershop', 'barcelonas', 'barefooted', 'barehanded', 'bareheaded', 'bargaining', 'barnstorms', 'barometers', 'barometric', 'baronesses', 'barracudas', 'barrelling', 'barrenness', 'barricaded', 'barricades', 'barrington', 'barristers', 'bartenders', 'bartholdis', 'baseboards', 'basketball', 'basophilic', 'basseterre', 'bassoonist', 'bastardise', 'bastardize', 'batchelder', 'bathhouses', 'battalions', 'battlement', 'battleship', 'baudelaire', 'bawdinesss', 'bayberries', 'bayoneting', 'bayonetted', 'bazillions', 'beachheads', 'beardmores', 'bearnaises', 'beastliest', 'beatifying', 'beatitudes', 'beaujolais', 'beauregard', 'beautician', 'beautified', 'beautifier', 'beautifies', 'becomingly', 'bedazzling', 'bedclothes', 'bedeviling', 'bedevilled', 'bedfellows', 'bedraggled', 'bedraggles', 'bedspreads', 'bedsprings', 'beefaronis', 'beefburger', 'beefsteaks', 'beekeepers', 'beekeeping', 'beelzebubs', 'beethovens', 'beforehand', 'befriended', 'befuddling', 'beginnings', 'begrudging', 'behavioral', 'behaviours', 'belaboring', 'belaboured', 'beleaguers', 'believable', 'believably', 'belittling', 'belladonna', 'bellatrixs', 'bellflower', 'bellingham', 'bellwether', 'bellyached', 'bellyaches', 'belongings', 'belshazzar', 'beltsville', 'benacerraf', 'benchmarks', 'benefactor', 'beneficent', 'beneficial', 'benefiting', 'benefitted', 'benevolent', 'bennington', 'benzedrine', 'bequeathal', 'bequeathed', 'beribboned', 'berkshires', 'bernadette', 'bernadines', 'bernardino', 'bertillons', 'berylliums', 'beseeching', 'besmirched', 'besmirches', 'bespeaking', 'bestiality', 'bestiaries', 'bestirring', 'bestridden', 'bestriding', 'bestseller', 'betelgeuse', 'bethinking', 'betokening', 'betrothals', 'betrotheds', 'betrothing', 'betterment', 'bevellings', 'bewildered', 'bewitching', 'biannually', 'biblically', 'bichromate', 'bicyclists', 'bidiagonal', 'biennially', 'bifurcated', 'bifurcates', 'bighearted', 'biharmonic', 'bijections', 'bijouterie', 'bilinguals', 'billboards', 'billiardss', 'billionths', 'billowiest', 'bimetallic', 'bimonthlys', 'binghamton', 'binoculars', 'biochemist', 'biographer', 'biographic', 'biographys', 'biological', 'biologists', 'biomedical', 'biometrika', 'biophysics', 'biorhythms', 'bioscience', 'biospheres', 'bipartisan', 'birdhouses', 'birmingham', 'birthmarks', 'birthplace', 'birthrates', 'birthright', 'birthstone', 'bisections', 'bishoprics', 'bitterness', 'bitterroot', 'bituminous', 'bivouacked', 'biweeklies', 'blackballs', 'blackbeard', 'blackberry', 'blackbirds', 'blackboard', 'blackburns', 'blackening', 'blackfoots', 'blackguard', 'blackheads', 'blackjacks', 'blacklists', 'blackmails', 'blacknesss', 'blackshirt', 'blacksmith', 'blackstone', 'blackthorn', 'bladdernut', 'blanchards', 'blancmange', 'blandnesss', 'blanketers', 'blanketing', 'blanknesss', 'blarneying', 'blasphemed', 'blasphemer', 'blasphemes', 'blasphemys', 'bleaknesss', 'blemishing', 'blindfolds', 'blindingly', 'blindnesss', 'blindsided', 'blindsides', 'blinkering', 'blissfully', 'blistering', 'blitzkrieg', 'blockading', 'blockheads', 'blockhouse', 'blondnesss', 'bloodbaths', 'bloodhound', 'bloodsheds', 'bloodstain', 'bloodstone', 'bloomfield', 'bloomsbury', 'blossoming', 'blotchiest', 'blowtorchs', 'blubbering', 'bludgeoned', 'bluebeards', 'blueberrys', 'bluebonnet', 'bluebottle', 'bluefishes', 'bluegrasss', 'bluejacket', 'blueprints', 'bluetooths', 'blumenthal', 'blunderers', 'blundering', 'bluntnesss', 'blustering', 'boardrooms', 'boardwalks', 'boastfully', 'boathouses', 'boatswains', 'bobsledded', 'bocklogged', 'bodyguards', 'bodyweight', 'boisterous', 'bojangless', 'bollywoods', 'bolsheviks', 'bolshevism', 'bolshevist', 'bolstering', 'bombardier', 'bombarding', 'bombshells', 'bondholder', 'bonhoeffer', 'bonneville', 'bookkeeper', 'bookmakers', 'bookmaking', 'bookmarked', 'bookmobile', 'bookseller', 'bookshelfs', 'bookstores', 'boomerangs', 'boondockss', 'boondoggle', 'bootblacks', 'bootlegged', 'bootlegger', 'bootstraps', 'borderings', 'borderland', 'borderline', 'borobudurs', 'bossinesss', 'bostonians', 'bothersome', 'botticelli', 'bottleneck', 'bottomless', 'bottommost', 'boulevards', 'boundaries', 'bourgeoiss', 'boutonnire', 'bowdlerise', 'bowdlerize', 'bowstrings', 'boycotting', 'boyfriends', 'boyishness', 'bracketing', 'bradstreet', 'brahmanism', 'brainchild', 'brainstems', 'brainstorm', 'branchings', 'brandished', 'brandishes', 'brandywine', 'brashnesss', 'brassieres', 'bratislava', 'brawniness', 'brazenness', 'brazilians', 'breadboard', 'breadboxes', 'breadfruit', 'breakables', 'breakdowns', 'breakfasts', 'breakpoint', 'breakspear', 'breakwater', 'breastbone', 'breastwork', 'breathable', 'breathiest', 'breathings', 'breathless', 'breeziness', 'breviaries', 'bricklayer', 'bridalveil', 'bridegroom', 'bridesmaid', 'bridgeable', 'bridgehead', 'bridgeport', 'bridgetown', 'bridgettes', 'bridgework', 'briefcases', 'briefnesss', 'brigadiers', 'brigandage', 'brigantine', 'brightened', 'brightener', 'brightness', 'brilliance', 'brilliancy', 'brilliants', 'brimstones', 'briquettes', 'brisknesss', 'bristliest', 'britannica', 'broadcasts', 'broadcloth', 'broadeners', 'broadening', 'broadlooms', 'broadnesss', 'broadsided', 'broadsides', 'broadsword', 'brokenness', 'brokerages', 'bronchiole', 'bronchitis', 'brontosaur', 'brookhaven', 'broomstick', 'browbeaten', 'brownshirt', 'brownstone', 'brunhildes', 'brunswicks', 'brushfires', 'brushwoods', 'brusknesss', 'brutalised', 'brutalises', 'brutalitys', 'brutalized', 'brutalizes', 'brzezinski', 'buccaneers', 'bucharests', 'buchenwald', 'buckboards', 'bucketfull', 'bucketfuls', 'buckingham', 'bucktooths', 'buckwheats', 'budgerigar', 'budweisers', 'buffaloing', 'bufferrers', 'buffetings', 'bufflehead', 'buffoonery', 'bujumburas', 'bulgarians', 'bulkinesss', 'bulldogged', 'bulldozers', 'bulldozing', 'bulletined', 'bullfights', 'bullfinchs', 'bullheaded', 'bullwinkle', 'bumblebees', 'bundesbank', 'bunkhouses', 'burdensome', 'bureaucrat', 'burgeoning', 'burglaries', 'burglarise', 'burglarize', 'burgundian', 'burgundies', 'burlesqued', 'burlesques', 'burlinesss', 'burlington', 'burnishing', 'bushelling', 'bushinesss', 'bushmaster', 'bushwhacks', 'businesses', 'busybodies', 'butcheries', 'butchering', 'butterball', 'buttercups', 'butterfats', 'butterflys', 'butteriest', 'buttermilk', 'butternuts', 'buttonhole', 'buttonweed', 'buttressed', 'buttresses', 'byproducts', 'bystanders', 'byzantines', 'byzantiums', 'cablecasts', 'cablegrams', 'cacophonys', 'cadaverous', 'caerphilly', 'caesareans', 'caesarians', 'cafeterias', 'cageynesss', 'calabashes', 'calamities', 'calamitous', 'calcareous', 'calcifying', 'calculable', 'calculated', 'calculates', 'calculator', 'calculuses', 'calendared', 'calibrated', 'calibrates', 'calibrator', 'california', 'calipering', 'caliphates', 'calligraph', 'callipered', 'callousing', 'calumniate', 'calvinisms', 'calvinists', 'cambodians', 'cambridges', 'camcorders', 'camelopard', 'camemberts', 'cameramans', 'camouflage', 'campaigned', 'campaigner', 'campanella', 'campaniles', 'campground', 'cancellate', 'cancelling', 'candelabra', 'candidacys', 'candidates', 'candidness', 'candlewick', 'cankerworm', 'cannabises', 'canninesss', 'cannisters', 'cannonaded', 'cannonades', 'cannonball', 'canonicals', 'canonising', 'canonizing', 'cantaloupe', 'cantaloups', 'canterbury', 'canterelle', 'cantilever', 'cantoneses', 'canvasback', 'canvassers', 'canvassing', 'capability', 'capablanca', 'capacitate', 'capacities', 'capacitive', 'capacitors', 'caparisons', 'capillarys', 'capistrano', 'capitalise', 'capitalism', 'capitalist', 'capitalize', 'capitoline', 'capitulate', 'cappuccino', 'capricious', 'capricorns', 'captaincys', 'captaining', 'captioning', 'captivated', 'captivates', 'captivitys', 'caravaggio', 'carbonated', 'carbonates', 'carbondale', 'carbonized', 'carbonizer', 'carbonizes', 'carboxylic', 'carbuncles', 'carburetor', 'carcinogen', 'carcinomas', 'cardboards', 'cardinally', 'cardiogram', 'cardiology', 'cardsharps', 'carefuller', 'caregivers', 'carelessly', 'caretakers', 'caribbeans', 'caricature', 'carjackers', 'carjacking', 'carmichael', 'carnations', 'carnelians', 'carnivores', 'carolinian', 'carpathian', 'carpenters', 'carpentrys', 'carpetbags', 'carpetings', 'carrousels', 'carruthers', 'carryovers', 'cartilages', 'cartooning', 'cartoonist', 'cartridges', 'cartwheels', 'cartwright', 'caryatides', 'casablanca', 'caseworker', 'cashiering', 'cassandras', 'casseroled', 'casseroles', 'cassiopeia', 'castanedas', 'castigated', 'castigates', 'castigator', 'castrating', 'castration', 'casualness', 'casualties', 'casuistrys', 'cataclysms', 'catafalque', 'catalepsys', 'cataleptic', 'catalogers', 'cataloging', 'catalogued', 'cataloguer', 'catalogues', 'catalonias', 'catalysing', 'catalysiss', 'catalytics', 'catalyzing', 'catamarans', 'catapulted', 'catatonics', 'catcalling', 'catchwords', 'catechised', 'catechises', 'catechisms', 'catechized', 'catechizes', 'categories', 'categorise', 'categorize', 'caterwauls', 'catharsiss', 'cathartics', 'cathedrals', 'catherines', 'catherwood', 'catnapping', 'catskillss', 'cattinesss', 'cattlemans', 'caucasians', 'caucussing', 'causalitys', 'causations', 'cauterised', 'cauterises', 'cauterized', 'cauterizes', 'cautionary', 'cautioners', 'cautioning', 'cautiously', 'cavalcades', 'cavalierly', 'cavalryman', 'cavalrymen', 'cavillings', 'ceausescus', 'celebrants', 'celebrated', 'celebrates', 'celebritys', 'cellophane', 'cellulites', 'celluloids', 'celluloses', 'cemeteries', 'censorious', 'censorship', 'centauruss', 'centenarys', 'centennial', 'centerfold', 'centerline', 'centigrade', 'centigrams', 'centiliter', 'centilitre', 'centimeter', 'centimetre', 'centipedes', 'centralise', 'centralize', 'centrefold', 'centrifuge', 'centurions', 'cerebellum', 'ceremonial', 'ceremonies', 'certaintys', 'certifiers', 'certifying', 'certiorari', 'certitudes', 'cervantess', 'cessations', 'chaffinchs', 'chagrining', 'chagrinned', 'chainsawed', 'chairlifts', 'chairwoman', 'chairwomen', 'chaitanyas', 'chalcedony', 'chalcocite', 'chalkboard', 'challenged', 'challenger', 'challenges', 'chameleons', 'chamomiles', 'champagnes', 'championed', 'chancellor', 'chanceries', 'chandelier', 'chandigarh', 'changeable', 'changeably', 'changeling', 'changeover', 'channeling', 'channelled', 'channeller', 'chaparrals', 'chaperoned', 'chaperones', 'chaplaincy', 'characters', 'charbroils', 'charcoaled', 'chardonnay', 'chargeable', 'charioteer', 'charitable', 'charitably', 'charlatans', 'charleston', 'charlottes', 'charmaines', 'charmingly', 'charolaiss', 'chartering', 'chartreuse', 'charwomans', 'charybdiss', 'chasteness', 'chastening', 'chastisers', 'chastising', 'chatterbox', 'chatterers', 'chattererz', 'chattering', 'chatterley', 'chatterton', 'chattiness', 'chauffeurs', 'chautauqua', 'chauvinism', 'chauvinist', 'chayefskys', 'cheapening', 'cheapnesss', 'cheapskate', 'checkbooks', 'checkering', 'checklists', 'checkmated', 'checkmates', 'checkpoint', 'checkrooms', 'cheekbones', 'cheekiness', 'cheerfully', 'cheeriness', 'cheesecake', 'chemically', 'chemistrys', 'chequebook', 'chequering', 'cherishing', 'chernenkos', 'chernobyls', 'chesapeake', 'chessboard', 'chesterton', 'chevrolets', 'chicanerys', 'chickadees', 'chickasaws', 'chickening', 'chickenpox', 'chickweeds', 'chieftains', 'chihuahuas', 'chilblains', 'childbirth', 'childcares', 'childhoods', 'childishly', 'childproof', 'chilliness', 'chillingly', 'chimborazo', 'chimerical', 'chimpanzee', 'chinchilla', 'chinquapin', 'chinstraps', 'chintziest', 'chipewyans', 'chiropodys', 'chirruping', 'chirrupped', 'chisellers', 'chiselling', 'chitlingss', 'chittagong', 'chivalrous', 'chlorinate', 'chloroform', 'chocolates', 'chokeberry', 'choppering', 'choppiness', 'chopsticks', 'choristers', 'chorussing', 'christened', 'christiana', 'christians', 'christines', 'christlike', 'christmass', 'christoper', 'chromosome', 'chronicled', 'chronicler', 'chronicles', 'chronology', 'chrysaliss', 'chrysolite', 'chrysostom', 'chtelaines', 'chubbiness', 'chuckholes', 'chuckwalla', 'chumminess', 'chungkings', 'chunkiness', 'churchgoer', 'churchills', 'churchmans', 'churchyard', 'churlishly', 'cicatrices', 'ciceronian', 'cigarettes', 'cigarillos', 'cincinnati', 'cinderella', 'cinquefoil', 'circuiting', 'circuitous', 'circuitrys', 'circularly', 'circulated', 'circulates', 'circumcise', 'circumflex', 'circumvent', 'cirrhosiss', 'citigroups', 'citizenrys', 'citronella', 'civilising', 'civilities', 'civilizing', 'cladophora', 'claibornes', 'clambering', 'clamminess', 'clamouring', 'clampdowns', 'clapboards', 'clapeyrons', 'clarifying', 'clarioning', 'classicals', 'classicism', 'classicist', 'classified', 'classifier', 'classifies', 'classiness', 'classmates', 'classrooms', 'clattering', 'claudettes', 'clausewitz', 'clavichord', 'cleanliest', 'cleannesss', 'clearances', 'clearasils', 'clearnesss', 'clearwater', 'clematises', 'clemenceau', 'clementine', 'cleopatras', 'clerestory', 'clergymans', 'clevelands', 'cleverness', 'clinically', 'clinicians', 'clipboards', 'clitorises', 'cloakrooms', 'clobbering', 'clockworks', 'clodhopper', 'cloistered', 'closenesss', 'clothbound', 'clothesman', 'clothesmen', 'clothespin', 'cloudburst', 'cloudiness', 'cloverleaf', 'clownishly', 'clubhouses', 'clumsiness', 'clustering', 'cluttering', 'clydesdale', 'coagulable', 'coagulants', 'coagulated', 'coagulates', 'coalescent', 'coalescing', 'coalitions', 'coarseness', 'coarsening', 'coastlines', 'coauthored', 'cochabamba', 'cockamamie', 'cockfights', 'cockinesss', 'cockroachs', 'cockscombs', 'cocksucker', 'coddington', 'coexistent', 'coexisting', 'coffeecake', 'coffeepots', 'cogitating', 'cogitation', 'cognisance', 'cognitions', 'cognizable', 'cognizance', 'cohabitate', 'cohabiting', 'coherences', 'coherently', 'cohesively', 'cohomology', 'coiffuring', 'coimbatore', 'coincident', 'coinciding', 'colatitude', 'coleridges', 'collapsing', 'collarbone', 'collateral', 'collations', 'colleagues', 'collecting', 'collection', 'collective', 'collectors', 'collegians', 'collegiate', 'collieries', 'collisions', 'collocated', 'collocates', 'colloquial', 'colloquies', 'colloquium', 'collusions', 'colombians', 'colonially', 'colonisers', 'colonising', 'colonizers', 'colonizing', 'colonnades', 'coloration', 'coloratura', 'colorblind', 'colorfully', 'colossally', 'colossuses', 'colourfast', 'colourings', 'colourless', 'columbines', 'columnated', 'columnates', 'columnists', 'columnized', 'columnizes', 'combatants', 'combatting', 'combinator', 'combustion', 'comedienne', 'comeliness', 'comestible', 'comforters', 'comforting', 'commandant', 'commandeer', 'commanders', 'commanding', 'commandoes', 'commencing', 'commending', 'commentary', 'commentate', 'commenting', 'commercial', 'commingled', 'commingles', 'commissars', 'commissary', 'commission', 'commitment', 'committals', 'committees', 'committing', 'commodious', 'commoditys', 'commodores', 'commonness', 'commonweal', 'commotions', 'communally', 'communions', 'communique', 'communisms', 'communists', 'communitys', 'compactest', 'compactify', 'compacting', 'compaction', 'compactors', 'companions', 'comparable', 'comparably', 'comparator', 'comparison', 'compassing', 'compassion', 'compatible', 'compatibly', 'compatriot', 'compelling', 'compendium', 'compensate', 'competence', 'competency', 'competitor', 'complacent', 'complained', 'complainer', 'complaints', 'complected', 'complement', 'completely', 'completest', 'completing', 'completion', 'complexion', 'complexity', 'compliance', 'complicate', 'complicity', 'compliment', 'components', 'comporting', 'composedly', 'composites', 'compositor', 'composting', 'composures', 'compounded', 'comprehend', 'compressed', 'compresses', 'compressor', 'comprising', 'compromise', 'compulsion', 'compulsive', 'compulsory', 'compuserve', 'computable', 'computings', 'concavitys', 'concealers', 'concealing', 'conceiving', 'concentric', 'conception', 'conceptual', 'concerning', 'concertina', 'concerting', 'concession', 'concierges', 'conciliate', 'concluding', 'conclusion', 'conclusive', 'concocting', 'concoction', 'concordant', 'concourses', 'concretely', 'concreting', 'concretion', 'concubines', 'concurrent', 'concurring', 'concussion', 'condemnate', 'condemners', 'condemning', 'condensate', 'condensers', 'condensing', 'condescend', 'condiments', 'conditions', 'condolence', 'conducting', 'conduction', 'conductive', 'conductors', 'coneflower', 'conestogas', 'confabbing', 'confection', 'conference', 'conferment', 'conferrers', 'conferring', 'confessing', 'confession', 'confessors', 'confidante', 'confidants', 'confidence', 'configured', 'configures', 'confirming', 'confiscate', 'conflicted', 'confluence', 'conforming', 'conformist', 'conformity', 'confounded', 'confronted', 'confronter', 'confucians', 'confuciuss', 'confusedly', 'confusions', 'congealing', 'congenital', 'congesting', 'congestion', 'congestive', 'congoleses', 'congregate', 'congresses', 'congruence', 'congruitys', 'coniferous', 'conjecture', 'conjoining', 'conjugated', 'conjugates', 'conjuncted', 'connecters', 'connecting', 'connection', 'connective', 'connectors', 'connivance', 'conquerers', 'conquering', 'conquerors', 'conscience', 'conscripts', 'consecrate', 'consensual', 'consensuss', 'consenters', 'consenting', 'consequent', 'conserving', 'considered', 'consigning', 'consistent', 'consisting', 'consolable', 'consonance', 'consonants', 'consorting', 'consortium', 'conspiracy', 'conspiring', 'constables', 'constancys', 'constantly', 'constipate', 'constitute', 'constrains', 'constraint', 'constricts', 'constructs', 'construing', 'consulates', 'consultant', 'consulting', 'consumable', 'consummate', 'contacting', 'contagions', 'contagious', 'containers', 'containing', 'contenders', 'contending', 'contenting', 'contention', 'contestant', 'contesters', 'contesting', 'contextual', 'contiguity', 'contiguous', 'continence', 'continents', 'contingent', 'continuant', 'continuing', 'continuity', 'continuous', 'continuums', 'contorting', 'contortion', 'contouring', 'contraband', 'contrabass', 'contracted', 'contractor', 'contradict', 'contraltos', 'contraries', 'contrarily', 'contrasted', 'contraster', 'contravene', 'contrerass', 'contribute', 'contritely', 'contrition', 'contriving', 'controlled', 'controller', 'controvert', 'contumelys', 'contusions', 'conundrums', 'convalesce', 'convection', 'convenient', 'convention', 'convergent', 'converging', 'conversant', 'conversely', 'conversing', 'conversion', 'converters', 'converting', 'convertors', 'convexitys', 'conveyance', 'convicting', 'conviction', 'convincers', 'convincing', 'convoluted', 'convulsing', 'convulsion', 'convulsive', 'coolheaded', 'cooperated', 'cooperates', 'cooperator', 'coordinate', 'copacabana', 'copenhagen', 'copernican', 'copernicus', 'copperhead', 'coppertone', 'copulating', 'copulation', 'copycatted', 'copyrights', 'copywriter', 'coquetting', 'coquettish', 'coralberry', 'cordiality', 'corduroyss', 'corianders', 'corinthian', 'coriolanus', 'corkscrews', 'cormorants', 'cornbreads', 'corneliuss', 'cornfields', 'cornflakes', 'cornflower', 'cornrowing', 'cornstalks', 'cornstarch', 'cornucopia', 'cornwallis', 'corollarys', 'coronaries', 'coronation', 'coroutines', 'corpulence', 'corpuscles', 'corralling', 'correctest', 'correcting', 'correction', 'corrective', 'correlated', 'correlates', 'correspond', 'corrigenda', 'corrigible', 'corroboree', 'corrodible', 'corrosions', 'corrosives', 'corrugated', 'corrugates', 'corruptest', 'corrupting', 'corruption', 'cortisones', 'coruscated', 'coruscates', 'corvalliss', 'cosmically', 'cosmogonys', 'cosmologys', 'cosmonauts', 'cosponsors', 'costarring', 'costliness', 'cotillions', 'cottonseed', 'cottontail', 'cottonwood', 'cotyledons', 'councillor', 'councilman', 'councilmen', 'councilors', 'counseling', 'counselled', 'counsellor', 'counselors', 'countdowns', 'counteract', 'countering', 'counterman', 'countermen', 'countesses', 'countryman', 'countrymen', 'countywide', 'courageous', 'courtesans', 'courtesies', 'courthouse', 'courtliest', 'courtrooms', 'courtships', 'courtyards', 'covenanted', 'coventries', 'covetously', 'cowardices', 'coweringly', 'cowpuncher', 'crabbiness', 'crackdowns', 'crackliest', 'craftiness', 'craftsmans', 'cranberrys', 'crankcases', 'crankiness', 'crankshaft', 'crassnesss', 'crawfishes', 'crawlspace', 'crayfishes', 'crazinesss', 'creameries', 'creaminess', 'creatively', 'creativity', 'credential', 'creditable', 'creditably', 'credulitys', 'creepiness', 'creightons', 'cremations', 'crematoria', 'crematorys', 'creosoting', 'crescendos', 'cretaceous', 'cricketers', 'criminally', 'crimsoning', 'crinkliest', 'crinolines', 'crispnesss', 'crisscross', 'criterions', 'critically', 'criticised', 'criticises', 'criticisms', 'criticized', 'criticizes', 'critiquing', 'crocheting', 'crocodiles', 'croissants', 'crookedest', 'croquettes', 'crossbeams', 'crossbones', 'crossbreed', 'crosscheck', 'crossfires', 'crosshatch', 'crossnesss', 'crossovers', 'crosspiece', 'crosspoint', 'crossroads', 'crosswalks', 'crosswords', 'crucifixes', 'cruciforms', 'crucifying', 'crudenesss', 'cruikshank', 'crumbliest', 'crunchiest', 'crushingly', 'crustacean', 'cryogenics', 'cryptogram', 'cryptology', 'cryptozoic', 'crystalize', 'cubbyholes', 'cuchulains', 'cuckolding', 'cudgelling', 'culbertson', 'cullenders', 'culminated', 'culminates', 'cultivable', 'cultivated', 'cultivates', 'cultivator', 'culturally', 'cumberland', 'cumbersome', 'cummerbund', 'cumulative', 'cuneiforms', 'cunningest', 'cunningham', 'curiositys', 'curiousest', 'curlicuing', 'curlinesss', 'curmudgeon', 'currencies', 'curricular', 'curriculum', 'currycombs', 'curtailing', 'curtaining', 'curtseying', 'curvaceous', 'curvacious', 'curvatures', 'cushioning', 'custodians', 'customised', 'customises', 'customized', 'customizer', 'customizes', 'cutthroats', 'cuttlebone', 'cuttlefish', 'cybernetic', 'cyberpunks', 'cyberspace', 'cyclically', 'cyclotomic', 'cyclotrons', 'cymbelines', 'cytoplasms', 'dachshunds', 'daintiness', 'dairymaids', 'dalliances', 'dalmatians', 'damnations', 'dandelions', 'daredevils', 'darjeeling', 'dartboards', 'darwinisms', 'dashboards', 'datelining', 'daughertys', 'daughterly', 'davenports', 'daydreamed', 'daydreamer', 'dazzlingly', 'deaconesss', 'deactivate', 'deadliness', 'deadlocked', 'deadpanned', 'dealership', 'deallocate', 'deathblows', 'deathrates', 'deathtraps', 'debarments', 'debasement', 'debauchery', 'debauching', 'debentures', 'debilitate', 'debilities', 'debonairly', 'debouillet', 'debriefing', 'decadences', 'decadently', 'decalogues', 'decapitate', 'decathlons', 'decelerate', 'deceptions', 'decimating', 'decimation', 'deciphered', 'decipherer', 'decisional', 'decisively', 'declaiming', 'declarator', 'declassify', 'declension', 'declivitys', 'decolonise', 'decolonize', 'decomposed', 'decomposes', 'decompress', 'deconvolve', 'decorating', 'decoration', 'decorative', 'decorators', 'decorously', 'decoupling', 'decreasing', 'decrements', 'decryption', 'dedicating', 'dedication', 'deductible', 'deductions', 'deescalate', 'defacement', 'defamation', 'defamatory', 'defaulters', 'defaulting', 'defeatisms', 'defeatists', 'defecating', 'defecation', 'defections', 'defectives', 'defendants', 'defensible', 'defensives', 'deferences', 'deferments', 'deferrable', 'deficiency', 'defilement', 'definitely', 'definition', 'definitive', 'deflations', 'deflecting', 'deflection', 'deflectors', 'defoliants', 'defoliated', 'defoliates', 'deforested', 'deformitys', 'defrauding', 'defrosters', 'defrosting', 'degeneracy', 'degenerate', 'degeneress', 'degradable', 'dehumanise', 'dehumanize', 'dehumidify', 'dehydrated', 'dehydrates', 'dejectedly', 'dejections', 'delawarean', 'delectable', 'delegating', 'delegation', 'deliberate', 'delicacies', 'delicately', 'deliciouss', 'delightful', 'delighting', 'delimiters', 'delimiting', 'delineated', 'delineates', 'delinquent', 'deliquesce', 'deliverers', 'deliveries', 'delivering', 'delphinium', 'delphinuss', 'demagogues', 'demarcated', 'demarcates', 'demeanours', 'dementedly', 'demetriuss', 'demiscible', 'demitasses', 'demobilise', 'demobilize', 'democracys', 'democratic', 'democritus', 'demodulate', 'demography', 'demolished', 'demolishes', 'demolition', 'demoniacal', 'demoralise', 'demoralize', 'denaturing', 'denigrated', 'denigrates', 'denominate', 'denotation', 'denotative', 'denouement', 'denouncing', 'densenesss', 'dentifrice', 'dentistrys', 'denudation', 'denunciate', 'deodorants', 'deodorised', 'deodoriser', 'deodorises', 'deodorized', 'deodorizer', 'deodorizes', 'department', 'departures', 'dependable', 'dependably', 'dependance', 'dependants', 'dependence', 'dependency', 'dependents', 'depictions', 'depilatory', 'depletions', 'deplorable', 'deplorably', 'deployment', 'depopulate', 'deportment', 'depositary', 'depositing', 'deposition', 'depositors', 'depository', 'depravitys', 'deprecated', 'deprecates', 'depreciate', 'depressant', 'depressing', 'depression', 'depressive', 'deprograms', 'deputation', 'deputising', 'deputizing', 'derailment', 'derbyshire', 'deregulate', 'derisively', 'derivation', 'derivative', 'dermatitis', 'derogating', 'derogation', 'derogatory', 'derringers', 'desalinate', 'descanting', 'descartess', 'descendant', 'descendent', 'descenders', 'descending', 'describing', 'descriptor', 'desdemonas', 'desecrated', 'desecrater', 'desecrates', 'desertions', 'deservedly', 'deservings', 'desiccated', 'desiccates', 'desiderata', 'designated', 'designates', 'designator', 'designings', 'desolately', 'desolating', 'desolation', 'desorption', 'despairing', 'despatched', 'despatches', 'desperados', 'despicable', 'despicably', 'despoiling', 'despondent', 'despotisms', 'destroyers', 'destroying', 'destructed', 'destructor', 'detachable', 'detachment', 'detainment', 'detectable', 'detectably', 'detections', 'detectives', 'detentions', 'detergents', 'determined', 'determiner', 'determines', 'deterrence', 'deterrents', 'detestable', 'dethroning', 'detonating', 'detonation', 'detonators', 'detoxified', 'detoxifies', 'detracting', 'detraction', 'detractors', 'detriments', 'deuteriums', 'devanagari', 'devastated', 'devastates', 'developers', 'developing', 'deviations', 'devilishly', 'devilments', 'deviltries', 'devolution', 'devonshire', 'devotional', 'devoutness', 'dewberries', 'dexedrines', 'dexteritys', 'dextrously', 'dhaulagiri', 'diabolical', 'diachronic', 'diacritics', 'diagnosing', 'diagnosiss', 'diagnostic', 'diagonally', 'diagraming', 'diagrammed', 'diagrammer', 'dialectics', 'diaphanous', 'diaphragms', 'diarrhoeas', 'dichloride', 'dichotomys', 'dickcissel', 'dickersons', 'dictaphone', 'dictations', 'dictionary', 'didriksons', 'dielectric', 'dieteticss', 'dieticians', 'dietitians', 'difference', 'difficulty', 'diffidence', 'diffusible', 'diffusions', 'difluoride', 'digestible', 'digestions', 'digitaliss', 'digitising', 'digitizing', 'dignifying', 'dignitarys', 'digressing', 'digression', 'digressive', 'dilapidate', 'dilatation', 'dilettante', 'dilettanti', 'diligences', 'diligently', 'dillingers', 'dillydally', 'dimensions', 'diminished', 'diminishes', 'diminuendo', 'diminution', 'diminutive', 'dinginesss', 'dinnertime', 'dinnerware', 'diocletian', 'diphtheria', 'diphthongs', 'diplomacys', 'diplomatic', 'dipsomania', 'directions', 'directives', 'directness', 'directorys', 'dirigibles', 'dirtinesss', 'disability', 'disabusing', 'disaffects', 'disagreing', 'disallowed', 'disappears', 'disappoint', 'disapprove', 'disarrange', 'disarrayed', 'disastrous', 'disavowals', 'disavowing', 'disbanding', 'disbarment', 'disbarring', 'disbeliefs', 'disbelieve', 'disbursing', 'discarding', 'discerning', 'discharged', 'discharges', 'discipline', 'disclaimed', 'disclaimer', 'disclosing', 'disclosure', 'discolored', 'discolours', 'discomfits', 'discomfort', 'discommode', 'discompose', 'disconcert', 'disconnect', 'discontent', 'discordant', 'discording', 'discounted', 'discourage', 'discoursed', 'discourses', 'discovered', 'discoverer', 'discoverys', 'discredits', 'discreeter', 'discreetly', 'discrepant', 'discretely', 'discretion', 'discursive', 'discussant', 'discussing', 'discussion', 'disdainful', 'disdaining', 'disembarks', 'disembowel', 'disenchant', 'disengaged', 'disengages', 'disfavored', 'disfavours', 'disfigured', 'disfigures', 'disgorging', 'disgracing', 'disgruntle', 'disguising', 'disgustful', 'disgusting', 'disharmony', 'dishcloths', 'dishearten', 'disheveled', 'dishonesty', 'dishonored', 'dishonours', 'dishtowels', 'dishwasher', 'dishwaters', 'disincline', 'disinfects', 'disinherit', 'disjointed', 'dislocated', 'dislocates', 'dislodging', 'disloyally', 'disloyalty', 'dismantled', 'dismantles', 'dismembers', 'dismissals', 'dismissers', 'dismissing', 'dismissive', 'dismounted', 'disneyland', 'disobeying', 'disobliged', 'disobliges', 'disordered', 'disorderly', 'disorients', 'disparaged', 'disparages', 'disparitys', 'dispatched', 'dispatcher', 'dispatches', 'dispelling', 'dispensary', 'dispensate', 'dispensers', 'dispensing', 'dispersals', 'dispersing', 'dispersion', 'dispersive', 'dispirited', 'displacing', 'displaying', 'displeased', 'displeases', 'disporting', 'disposable', 'dispossess', 'disproving', 'disputable', 'disputants', 'disqualify', 'disquieted', 'disregards', 'disrepairs', 'disreputes', 'disrespect', 'disrupting', 'disruption', 'disruptive', 'dissatisfy', 'dissecting', 'dissection', 'dissembled', 'dissembles', 'dissension', 'dissenters', 'dissenting', 'disservice', 'dissidence', 'dissidents', 'dissimilar', 'dissipated', 'dissipates', 'dissociate', 'dissolving', 'dissonance', 'dissuading', 'dissuasion', 'distancing', 'distempers', 'distending', 'distension', 'distention', 'distillate', 'distillers', 'distillery', 'distilling', 'distincter', 'distinctly', 'distorting', 'distortion', 'distracted', 'distraught', 'distressed', 'distresses', 'distribute', 'distrusted', 'disturbing', 'disuniting', 'disyllable', 'divergence', 'diversions', 'diversitys', 'divination', 'divinities', 'divisional', 'divisively', 'dixielands', 'dizzinesss', 'doctorates', 'docudramas', 'documented', 'documenter', 'dogcatcher', 'doggedness', 'doggoneder', 'dogmatisms', 'dogmatists', 'dogtrotted', 'dollhouses', 'domiciling', 'dominances', 'dominantly', 'dominating', 'domination', 'domineered', 'dominguezs', 'dominicans', 'dominiques', 'donaldsons', 'donizettis', 'donnybrook', 'doohickeys', 'doonesbury', 'doorkeeper', 'dorchester', 'dormitorys', 'dostoevsky', 'doubledays', 'doubtfully', 'doughtiest', 'dovetailed', 'dowdinesss', 'downfallen', 'downgraded', 'downgrades', 'downloaded', 'downplayed', 'downsizing', 'downstairs', 'downstates', 'downstream', 'downswings', 'doxologies', 'draftiness', 'draftsmans', 'dragonflys', 'dragonhead', 'dragooning', 'drailleurs', 'drainpipes', 'dramamines', 'dramaticss', 'dramatised', 'dramatises', 'dramatists', 'dramatized', 'dramatizes', 'dramaturgy', 'draughtier', 'dravidians', 'drawbridge', 'drawstring', 'dreadfully', 'dreadlocks', 'dreamlands', 'dreariness', 'dressiness', 'dressmaker', 'driftwoods', 'drivelling', 'drizzliest', 'drolleries', 'drollnesss', 'dromedarys', 'droppingss', 'drosophila', 'drowsiness', 'drugstores', 'drumsticks', 'dsseldorfs', 'dubrovniks', 'ductilitys', 'dumbfounds', 'dumbledore', 'dumbwaiter', 'dumfounded', 'duplicable', 'duplicated', 'duplicates', 'duplicator', 'duplicitys', 'durability', 'dusseldorf', 'dustbuster', 'dustinesss', 'dynamiting', 'dysenterys', 'dyspepsias', 'dyspeptics', 'dysprosium', 'eagernesss', 'earlinesss', 'earmarking', 'earnestine', 'earnhardts', 'earthiness', 'earthliest', 'earthlings', 'earthmover', 'earthquake', 'earthworks', 'earthworms', 'easterlies', 'easterners', 'eavesdrops', 'ebeneezers', 'ebullience', 'eccentrics', 'echinoderm', 'ecmascript', 'ecological', 'ecologists', 'economical', 'economicss', 'economised', 'economises', 'economists', 'economized', 'economizer', 'economizes', 'ecosystems', 'ecuadorans', 'ecuadorian', 'ecumenical', 'eddingtons', 'edelweisss', 'edibilitys', 'edinburghs', 'editorials', 'editorship', 'educations', 'edwardians', 'effaceable', 'effacement', 'effectuate', 'effeminacy', 'effeminate', 'effervesce', 'efficiency', 'effloresce', 'effortless', 'effrontery', 'effulgence', 'effusively', 'eggbeaters', 'eglantines', 'egocentric', 'egyptology', 'ehrenbergs', 'eiderdowns', 'eigenspace', 'eigenstate', 'eigenvalue', 'eighteenth', 'eightieths', 'eisenhower', 'eisenstein', 'ejaculated', 'ejaculates', 'ektachrome', 'elaborated', 'elaborates', 'elasticity', 'elbowrooms', 'elderberry', 'electorate', 'electrical', 'electrodes', 'electronic', 'elementals', 'elementary', 'elevations', 'eliminated', 'eliminates', 'eliminator', 'elizabeths', 'ellesmeres', 'ellipsoids', 'elliptical', 'elocutions', 'elongating', 'elongation', 'elopements', 'eloquences', 'eloquently', 'elucidated', 'elucidates', 'emaciating', 'emaciation', 'emanations', 'emancipate', 'emasculate', 'embankment', 'embargoing', 'embeddable', 'embezzlers', 'embezzling', 'embittered', 'emblazoned', 'emblematic', 'embodiment', 'emboldened', 'embouchure', 'embroiders', 'embroidery', 'embroiling', 'embryology', 'emendation', 'emergences', 'emergencys', 'emigrating', 'emigration', 'emissaries', 'emissivity', 'emollients', 'emoluments', 'empaneling', 'empathetic', 'empathised', 'empathises', 'empathized', 'empathizes', 'emphasised', 'emphasises', 'emphasized', 'emphasizes', 'emphysemas', 'empiricism', 'empiricist', 'employable', 'employment', 'empowering', 'emptinesss', 'emulations', 'emulsified', 'emulsifies', 'enactments', 'enamelling', 'enamouring', 'encampment', 'enchanters', 'enchanting', 'enchiladas', 'enciphered', 'encircling', 'enclosures', 'encounters', 'encouraged', 'encourages', 'encroached', 'encroaches', 'encrusting', 'encrypting', 'encryption', 'encumbered', 'encyclical', 'endangered', 'endearment', 'endeavored', 'endeavours', 'endocrines', 'endogamous', 'endogenous', 'endowments', 'endurances', 'enduringly', 'energisers', 'energising', 'energizers', 'energizing', 'enervating', 'enervation', 'enfeebling', 'enforcible', 'engagement', 'engagingly', 'engendered', 'engineered', 'englanders', 'englishman', 'englishmen', 'engravings', 'engrossing', 'enjoyments', 'enlightens', 'enlistment', 'enlivening', 'enormities', 'enormously', 'enraptured', 'enraptures', 'enrichment', 'enrollment', 'enrolments', 'ensconcing', 'enshrining', 'enshrouded', 'entangling', 'enterprise', 'entertains', 'enthralled', 'enthroning', 'enthusiasm', 'enthusiast', 'enticement', 'entireties', 'entombment', 'entomology', 'entourages', 'entrancing', 'entrapment', 'entrapping', 'entreaties', 'entreating', 'entrenched', 'entrenches', 'entrusting', 'enumerable', 'enumerated', 'enumerates', 'enumerator', 'enunciable', 'enunciated', 'enunciates', 'enveloping', 'environing', 'envisaging', 'envisioned', 'enzymology', 'epaulettes', 'epicenters', 'epicentres', 'epicureans', 'epidermiss', 'epigenetic', 'epiglottis', 'epileptics', 'epimethius', 'epiphanies', 'epiphyseal', 'episcopacy', 'episcopate', 'epistolary', 'epithelial', 'epithelium', 'epitomised', 'epitomises', 'epitomized', 'epitomizes', 'equability', 'equalisers', 'equalising', 'equalities', 'equalizers', 'equalizing', 'equanimity', 'equatorial', 'equestrian', 'equilibria', 'equipments', 'equipoises', 'equipotent', 'equitation', 'equivalent', 'equivocate', 'eradicable', 'eradicated', 'eradicates', 'erectnesss', 'ergonomics', 'erlenmeyer', 'ernestines', 'erotically', 'eroticisms', 'eruditions', 'escadrille', 'escalating', 'escalation', 'escalators', 'escarpment', 'escritoire', 'escutcheon', 'esmeraldas', 'esophaguss', 'espadrille', 'especially', 'esperantos', 'esperanzas', 'espionages', 'esplanades', 'essentials', 'estimating', 'estimation', 'estimators', 'estranging', 'eternities', 'ethereally', 'ethiopians', 'ethnically', 'ethnicitys', 'ethnologys', 'etiologies', 'etiquettes', 'etymologys', 'eucalyptus', 'eucharists', 'eulogising', 'eulogistic', 'eulogizing', 'eumenidess', 'euphemisms', 'euphratess', 'eurodollar', 'eustachian', 'euthanasia', 'evacuating', 'evacuation', 'evaluating', 'evaluation', 'evaluative', 'evaluators', 'evanescent', 'evangelina', 'evangeline', 'evangelise', 'evangelism', 'evangelist', 'evangelize', 'evansville', 'evaporated', 'evaporates', 'evenhanded', 'eventfully', 'eventually', 'eventuated', 'eventuates', 'everglades', 'evergreens', 'everreadys', 'everybodys', 'everyplace', 'everything', 'everywhere', 'evidencing', 'evidential', 'eviscerate', 'evocations', 'evolutions', 'exacerbate', 'exactingly', 'exactitude', 'exactnesss', 'exaggerate', 'exaltation', 'exasperate', 'excaliburs', 'excavating', 'excavation', 'excavators', 'excellence', 'excellency', 'exceptions', 'excerpting', 'exchanging', 'exchequers', 'excitation', 'excitatory', 'excitement', 'excitingly', 'exclaimers', 'exclaiming', 'exclusions', 'exclusives', 'excoriated', 'excoriates', 'excrements', 'excrescent', 'excresence', 'excretions', 'excruciate', 'exculpated', 'exculpates', 'excursions', 'execrating', 'executable', 'executions', 'executives', 'executrixs', 'exemptions', 'exercisers', 'exercising', 'exhalation', 'exhausting', 'exhaustion', 'exhaustive', 'exhibiting', 'exhibition', 'exhibitors', 'exhilarate', 'exhumation', 'exigencies', 'existences', 'exonerated', 'exonerates', 'exorbitant', 'exorcising', 'exorcizing', 'exothermic', 'exotically', 'expandable', 'expansible', 'expansions', 'expatiated', 'expatiates', 'expatriate', 'expectancy', 'expectedly', 'expedience', 'expediency', 'expedients', 'expediters', 'expediting', 'expedition', 'expeditors', 'expellable', 'expendable', 'experience', 'experiment', 'expertises', 'expertness', 'expiations', 'expiration', 'explainers', 'explaining', 'expletives', 'explicable', 'explicated', 'explicates', 'explicitly', 'exploiters', 'exploiting', 'explosions', 'explosives', 'exposition', 'expository', 'expounding', 'expressing', 'expression', 'expressive', 'expressway', 'expulsions', 'expurgated', 'expurgates', 'extendable', 'extendible', 'extensible', 'extensions', 'extenuated', 'extenuates', 'externally', 'extincting', 'extinction', 'extinguish', 'extirpated', 'extirpates', 'extortions', 'extracting', 'extraction', 'extractors', 'extradited', 'extradites', 'extralegal', 'extramural', 'extraneous', 'extraverts', 'extremisms', 'extremists', 'extremitys', 'extricable', 'extricated', 'extricates', 'extroverts', 'extrusions', 'exuberance', 'exultantly', 'exultation', 'eyeballing', 'eyeglasses', 'eyestrains', 'eyewitness', 'fabricated', 'fabricates', 'fabulously', 'facilitate', 'facilities', 'facsimiled', 'facsimiles', 'factitious', 'fahrenheit', 'faintnesss', 'fairground', 'fairylands', 'faisalabad', 'faithfully', 'fallacious', 'fallopians', 'falsehoods', 'falsenesss', 'falsifying', 'falterings', 'familiarly', 'fanaticism', 'fancifully', 'fancinesss', 'fantasised', 'fantasises', 'fantasized', 'fantasizes', 'fantasying', 'farfetched', 'farmhouses', 'farmington', 'farnsworth', 'farrakhans', 'farsighted', 'fascinated', 'fascinates', 'fashioning', 'fassbinder', 'fastenings', 'fastidious', 'fastnesses', 'fatalistic', 'fatalities', 'fatherhood', 'fatherland', 'fatherless', 'fathomable', 'fathomless', 'faultiness', 'fauntleroy', 'favoritism', 'favourable', 'favourably', 'favourites', 'fearlessly', 'featherbed', 'featherers', 'featherier', 'feathering', 'feathertop', 'februaries', 'fecunditys', 'federalism', 'federalist', 'federating', 'federation', 'feebleness', 'felicities', 'felicitous', 'fellowship', 'femininity', 'fermenting', 'fernandezs', 'ferryboats', 'fertilised', 'fertiliser', 'fertilises', 'fertilitys', 'fertilized', 'fertilizer', 'fertilizes', 'festivitys', 'festooning', 'fetchingly', 'fetishisms', 'fetishists', 'feudalisms', 'feverishly', 'fiberboard', 'fiberglass', 'fibonaccis', 'fibreboard', 'fibreglass', 'fickleness', 'fictitious', 'fiduciarys', 'fieldstone', 'fieldworks', 'fiendishly', 'fierceness', 'fierinesss', 'fifteenths', 'figurative', 'figurehead', 'filibuster', 'filmmakers', 'filmstrips', 'filterable', 'filthiness', 'filtrating', 'filtration', 'finalising', 'finalizing', 'financiers', 'financings', 'fingerings', 'fingernail', 'fingertips', 'finickiest', 'finiteness', 'firebombed', 'firebrands', 'firebreaks', 'firefights', 'firehouses', 'fireplaces', 'firepowers', 'fireproofs', 'firestones', 'firestorms', 'firewaters', 'firmaments', 'firstborns', 'fishermans', 'fishmonger', 'fishtailed', 'fisticuffs', 'fitzgerald', 'flabbiness', 'flagellate', 'flagellums', 'flagrantly', 'flagstaffs', 'flagstones', 'flakinesss', 'flamboyant', 'flamingoes', 'flammables', 'flannelets', 'flanneling', 'flannelled', 'flashbacks', 'flashbulbs', 'flashiness', 'flashlight', 'flatfishes', 'flatfooted', 'flattening', 'flatterers', 'flattering', 'flatulence', 'flavorings', 'flavorless', 'flavourful', 'flavouring', 'flawlessly', 'fledgeling', 'fledglings', 'fleetingly', 'fleetnesss', 'fleischers', 'fleshliest', 'flexitimes', 'flickering', 'flightiest', 'flightless', 'flimsiness', 'flintlocks', 'flippancys', 'flippantly', 'flirtation', 'floatation', 'flocculate', 'floodgates', 'floodlight', 'floorboard', 'flophouses', 'floppiness', 'florentine', 'florsheims', 'flotations', 'floundered', 'flourished', 'flourishes', 'flowcharts', 'flowerbeds', 'floweriest', 'flowerpots', 'fluctuated', 'fluctuates', 'fluffiness', 'flummoxing', 'fluoresced', 'fluoresces', 'fluoridate', 'flustering', 'fluttering', 'flycatcher', 'flyspecked', 'flyswatter', 'flyweights', 'foamflower', 'fogginesss', 'follicular', 'followings', 'foodstuffs', 'footballer', 'footbridge', 'footlights', 'footlocker', 'footnoting', 'footprints', 'footstools', 'forbearing', 'forbidding', 'forcefully', 'forearming', 'foreboding', 'forecasted', 'forecaster', 'forecastle', 'foreclosed', 'forecloses', 'forefather', 'forefinger', 'forefronts', 'foregather', 'foreground', 'foreigners', 'foreordain', 'forerunner', 'foreseeing', 'foreshadow', 'foresights', 'forestalls', 'foreswears', 'foretasted', 'foretastes', 'forewarned', 'forewomans', 'forfeiting', 'forfeiture', 'forgathers', 'forgetting', 'forgivable', 'forgivably', 'formalised', 'formalises', 'formalisms', 'formalitys', 'formalized', 'formalizes', 'formations', 'formatters', 'formatting', 'formidable', 'formidably', 'formlessly', 'formulated', 'formulates', 'formulator', 'fornicated', 'fornicates', 'forsythias', 'forthright', 'fortifying', 'fortissimo', 'fortitudes', 'fortnights', 'fortresses', 'fortuitous', 'forwardest', 'forwarding', 'fossilised', 'fossilises', 'fossilized', 'fossilizes', 'foundation', 'foundering', 'foundlings', 'fourneyron', 'fourscores', 'foursquare', 'fourteenth', 'foxtrotted', 'fractional', 'fracturing', 'fragilitys', 'fragmented', 'fragrances', 'fragrantly', 'frameworks', 'franchised', 'franchisee', 'franchiser', 'franchises', 'franciscan', 'franciscas', 'franciscos', 'francoises', 'frangipani', 'frankforts', 'frankfurts', 'franknesss', 'fraternise', 'fraternity', 'fraternize', 'fratricide', 'fraudulent', 'fredericks', 'freebasing', 'freebooter', 'freeholder', 'freelanced', 'freelancer', 'freelances', 'freeloaded', 'freeloader', 'freemasons', 'freestyles', 'freewheels', 'freighters', 'freighting', 'frenchmans', 'frenziedly', 'frequencys', 'frequented', 'frequenter', 'frequently', 'fresheners', 'freshening', 'freshnesss', 'freshwater', 'fricasseed', 'fricassees', 'fricatives', 'frictional', 'friendless', 'friendlier', 'friendlies', 'friendship', 'frightened', 'frigidaire', 'frigiditys', 'fripperies', 'friskiness', 'fritillary', 'frittering', 'frivolitys', 'frolicking', 'frolicsome', 'frontenacs', 'frostbites', 'frostiness', 'fructified', 'fructifies', 'frugalitys', 'fruitcakes', 'fruitfully', 'frustrated', 'frustrater', 'frustrates', 'fulfilling', 'fulfilment', 'fulminated', 'fulminates', 'fumigating', 'fumigation', 'fumigators', 'functional', 'functioned', 'functorial', 'funereally', 'fungicidal', 'fungicides', 'funiculars', 'funnelling', 'funninesss', 'furbishing', 'furloughed', 'furnishing', 'furnitures', 'furthering', 'furtwngler', 'fusillades', 'fussbudget', 'fussinesss', 'futuristic', 'futurities', 'fuzzbuster', 'fuzzinesss', 'gabardines', 'gaberdines', 'gabrielles', 'gadolinium', 'gaillardia', 'gainsaying', 'galapagoss', 'gallaghers', 'gallantrys', 'gallivants', 'gallstones', 'galsworthy', 'galvanised', 'galvanises', 'galvanized', 'galvanizes', 'galvestons', 'gambolling', 'gamekeeper', 'gangplanks', 'gangrening', 'gangrenous', 'garbageman', 'gardenings', 'garfunkels', 'gargantuan', 'garibaldis', 'garishness', 'garlanding', 'garnisheed', 'garnishees', 'garnishing', 'garrisoned', 'garrotting', 'garrulitys', 'gastritiss', 'gastronome', 'gastronomy', 'gatherings', 'gatlinburg', 'gaudinesss', 'gauntnesss', 'gawkinesss', 'gazetteers', 'gazillions', 'gearshifts', 'gearwheels', 'gelatinous', 'genealogys', 'generalise', 'generalist', 'generality', 'generalize', 'generating', 'generation', 'generative', 'generators', 'generosity', 'generously', 'geneticist', 'genevieves', 'genialitys', 'genitalias', 'gentilitys', 'gentlefolk', 'gentlemans', 'gentleness', 'gentrified', 'gentrifies', 'genuflects', 'geocentric', 'geographer', 'geographic', 'geographys', 'geological', 'geologists', 'geometries', 'geophysics', 'geopolitic', 'georgetown', 'geothermal', 'geraldines', 'geriatrics', 'germaniums', 'germantown', 'germicidal', 'germicides', 'germinated', 'germinates', 'gestations', 'gesundheit', 'gethsemane', 'gettysburg', 'ghastliest', 'ghazvanids', 'ghibelline', 'ghostliest', 'ghostwrite', 'ghostwrote', 'giacometti', 'giantesses', 'gibberishs', 'gibraltars', 'giddinesss', 'gigahertzs', 'gilbertson', 'gilchrists', 'gimmickrys', 'gingersnap', 'gingivitis', 'girlfriend', 'gladdening', 'gladiators', 'gladioluss', 'gladstones', 'glamorised', 'glamorises', 'glamorized', 'glamorizes', 'glamouring', 'glamourize', 'glamourous', 'glasswares', 'glaswegian', 'glenlivets', 'glimmering', 'glissandos', 'glistening', 'glittering', 'glomerular', 'gloominess', 'glorifying', 'gloriously', 'glossaries', 'glossiness', 'gloucester', 'gluttonous', 'glycerines', 'gnosticism', 'goalkeeper', 'goaltender', 'godfathers', 'godlinesss', 'godmothers', 'godparents', 'goldbricks', 'goldenness', 'goldenrods', 'goldenseal', 'goldfinchs', 'goldfishes', 'goldilocks', 'goldsmiths', 'goldwaters', 'gondoliers', 'goniometer', 'gonorrheas', 'gonorrhoea', 'goolagongs', 'gooseberry', 'gorgeously', 'gorgonzola', 'gossipping', 'governable', 'governance', 'governesss', 'government', 'gracefully', 'gracelands', 'graciously', 'gradations', 'graduating', 'graduation', 'grammarian', 'gramophone', 'grandchild', 'grandnesss', 'grandniece', 'grandstand', 'granulated', 'granulates', 'grapefruit', 'grapevines', 'graphology', 'graspingly', 'grasslands', 'gratefully', 'gratifying', 'gratitudes', 'gratuities', 'gratuitous', 'gravelling', 'gravestone', 'graveyards', 'gravitated', 'gravitates', 'graybeards', 'greasiness', 'greatnesss', 'greediness', 'greenbacks', 'greenblatt', 'greenbriar', 'greenfield', 'greenhorns', 'greenhouse', 'greenlands', 'greennesss', 'greenpeace', 'greensboro', 'greenspans', 'greensward', 'greenwichs', 'gregarious', 'grenadiers', 'grenadines', 'greyhounds', 'grievances', 'grievingly', 'grievously', 'grindstone', 'grippingly', 'gristliest', 'grizzliest', 'grogginess', 'grossnesss', 'grotesques', 'grouchiest', 'groundhogs', 'groundings', 'groundless', 'groundwork', 'grovellers', 'grovelling', 'grubbiness', 'grubstakes', 'grudgingly', 'gruellings', 'gruesomely', 'gruesomest', 'gruffnesss', 'grumpiness', 'guacamoles', 'guadalupes', 'guadeloupe', 'guallatiri', 'guangzhous', 'guantanamo', 'guaranteed', 'guaranteer', 'guarantees', 'guarantied', 'guaranties', 'guarantors', 'guardhouse', 'guardrails', 'guardrooms', 'guardsmans', 'guarnieris', 'guatemalan', 'guatemalas', 'guayaquils', 'guerrillas', 'guessworks', 'guggenheim', 'guidebooks', 'guidelines', 'guillermos', 'guillotine', 'guiltiness', 'guineveres', 'guitarists', 'gujranwala', 'gunnysacks', 'gunpowders', 'gunrunners', 'gunrunning', 'gunslinger', 'gutierrezs', 'gwendoline', 'gwendolyns', 'gymnasiums', 'gymnastics', 'gymnosperm', 'gynecology', 'gyroscopes', 'habitation', 'habitually', 'habituated', 'habituates', 'hackmatack', 'hackneying', 'hailstones', 'hailstorms', 'hairbrushs', 'hairdryers', 'hairinesss', 'hairpieces', 'hairspring', 'hairstyles', 'halfpennys', 'halitosiss', 'halleluiah', 'hallelujah', 'hallmarked', 'halloweens', 'halocarbon', 'hamburgers', 'hammerhead', 'hammerings', 'hampshires', 'hamstrings', 'handcrafts', 'handcuffed', 'handedness', 'handicraft', 'handinesss', 'handiworks', 'handleable', 'handlebars', 'handmaiden', 'handpicked', 'handshakes', 'handsomely', 'handsomest', 'handspring', 'handstands', 'handwaving', 'hankerings', 'hanoverian', 'happenings', 'happinesss', 'haranguing', 'harassment', 'harbingers', 'harbouring', 'hardboiled', 'hardcovers', 'hardheaded', 'hardinesss', 'hardliners', 'hargreaves', 'harlequins', 'harmlessly', 'harmonicas', 'harmonious', 'harmonised', 'harmonises', 'harmonized', 'harmonizes', 'harnessing', 'harpooning', 'harrington', 'harrisburg', 'harshnesss', 'harvesters', 'harvesting', 'harvestman', 'hastinesss', 'hatchbacks', 'hatcheries', 'hatsheputs', 'haughtiest', 'hauntingly', 'hausdorffs', 'haversacks', 'headboards', 'headdresss', 'headhunter', 'headlights', 'headlining', 'headmaster', 'headphones', 'headstones', 'headstrong', 'headwaiter', 'headwaters', 'healthiest', 'hearkening', 'heartaches', 'heartbeats', 'heartbreak', 'heartburns', 'heartening', 'heartiness', 'heartlands', 'heartthrob', 'heathenish', 'heatstroke', 'heavenlier', 'heavenward', 'heavinesss', 'hectically', 'hedonistic', 'heedlessly', 'heidelberg', 'heightened', 'heisenberg', 'helicopter', 'heliopolis', 'heliotrope', 'hellbender', 'hellebores', 'hellenisms', 'hellespont', 'helmholtzs', 'helplessly', 'helvetiuss', 'hematology', 'hemingways', 'hemisphere', 'hemoglobin', 'hemophilia', 'hemorrhage', 'hemorrhoid', 'hemstitchs', 'henceforth', 'hendersons', 'henpecking', 'henriettas', 'hepatitiss', 'hephaestus', 'heraclitus', 'herbaceous', 'herbalists', 'herbicides', 'herbivores', 'hereabouts', 'hereafters', 'hereditary', 'heretofore', 'heribertos', 'hermitages', 'hermosillo', 'hernandezs', 'herodotuss', 'heroically', 'hesitancys', 'hesitantly', 'hesitating', 'hesitation', 'heterodoxy', 'heterodyne', 'heuristics', 'hexameters', 'hezbollahs', 'hibernated', 'hibernates', 'hibiscuses', 'hiccoughed', 'hierarchal', 'hierarchic', 'hierarchys', 'hieronymus', 'highchairs', 'highhanded', 'highjacked', 'highjacker', 'highlander', 'highlights', 'highnesses', 'hightailed', 'highwayman', 'highwaymen', 'hijackings', 'hildebrand', 'hillbillys', 'hindenburg', 'hindrances', 'hindsights', 'hindustani', 'hindustans', 'hinterland', 'hipparchus', 'hippodrome', 'hiroshimas', 'hispaniola', 'histamines', 'histograms', 'historians', 'historical', 'histrionic', 'hitchhiked', 'hitchhiker', 'hitchhikes', 'hoarfrosts', 'hoarinesss', 'hoarseness', 'hobbyhorse', 'hobgoblins', 'hobnailing', 'hobnobbing', 'hodgepodge', 'hofstadter', 'holidaying', 'holleriths', 'hollowness', 'hollowware', 'hollyhocks', 'hollywoods', 'holocausts', 'holographs', 'holography', 'holstering', 'homebodies', 'homecoming', 'homeliness', 'homemakers', 'homeomorph', 'homeopathy', 'homeowners', 'homesteads', 'homeynesss', 'homogenate', 'homogenise', 'homogenize', 'homographs', 'homologous', 'homophobia', 'homophobic', 'homophones', 'homosexual', 'homozygous', 'homunculus', 'honeycombs', 'honeymoons', 'honeywells', 'honoraries', 'honorarium', 'honorifics', 'honourable', 'honourably', 'hoodwinked', 'hopelessly', 'hopkinsian', 'hopscotchs', 'horizontal', 'hornblende', 'hornblower', 'horoscopes', 'horrendous', 'horrifying', 'horsebacks', 'horseflesh', 'horseflies', 'horsehairs', 'horsehides', 'horseplays', 'horsepower', 'horseshoed', 'horseshoer', 'horseshoes', 'horsetails', 'horsewhips', 'horsewoman', 'horsewomen', 'hospitable', 'hospitably', 'hostelling', 'hostelries', 'hostessing', 'hostilitys', 'hottentots', 'hourglasss', 'houseboats', 'housebound', 'housebreak', 'housebroke', 'houseclean', 'housecoats', 'houseflies', 'households', 'housemaids', 'houseplant', 'housewares', 'housewifes', 'housewives', 'houseworks', 'houyhnhnms', 'hovercraft', 'hovhanesss', 'howsomever', 'huckstered', 'hullabaloo', 'humaneness', 'humanisers', 'humanising', 'humanistic', 'humanities', 'humanizers', 'humanizing', 'humankinds', 'humannesss', 'humbleness', 'humbugging', 'humdingers', 'humidified', 'humidifier', 'humidifies', 'humidistat', 'humiliated', 'humiliates', 'humorously', 'humourless', 'humpbacked', 'hunchbacks', 'hundredths', 'hungarians', 'huntington', 'huntresses', 'huntsville', 'hurricanes', 'husbanding', 'husbandman', 'husbandmen', 'husbandrys', 'huskinesss', 'hutchinson', 'hybridised', 'hybridises', 'hybridized', 'hybridizes', 'hydrangeas', 'hydraulics', 'hydrofoils', 'hydrologys', 'hydrolysis', 'hydrometer', 'hydroplane', 'hydroponic', 'hygienists', 'hygrometer', 'hyperbolae', 'hyperbolas', 'hyperboles', 'hyperbolic', 'hyperspace', 'hypertexts', 'hyphenated', 'hyphenates', 'hypnotised', 'hypnotises', 'hypnotisms', 'hypnotists', 'hypnotized', 'hypnotizes', 'hypoactive', 'hypocrisys', 'hypocrites', 'hypocritic', 'hypodermic', 'hypotenuse', 'hypotheses', 'hypothesis', 'hypothetic', 'hysteresis', 'hysterical', 'hystericss', 'ibuprofens', 'icebreaker', 'icelanders', 'icelandics', 'iconoclasm', 'iconoclast', 'icosahedra', 'idealising', 'idealistic', 'idealizing', 'idempotent', 'identified', 'identifier', 'identifies', 'identities', 'ideographs', 'ideologies', 'ideologist', 'idolatrous', 'ignominies', 'ignoramuss', 'ignorances', 'ignorantly', 'ijsselmeer', 'illegality', 'illiteracy', 'illiterate', 'illuminate', 'illuminati', 'illumining', 'illusively', 'illustrate', 'imaginable', 'imaginably', 'imaginings', 'imbalanced', 'imbalances', 'imbecility', 'imbroglios', 'imitations', 'immaculate', 'immanences', 'immaterial', 'immaturely', 'immaturity', 'immediacys', 'immemorial', 'immensitys', 'immersions', 'immigrants', 'immigrated', 'immigrates', 'imminences', 'imminently', 'immiscible', 'immobilise', 'immobility', 'immobilize', 'immoderate', 'immodestly', 'immodestys', 'immolating', 'immolation', 'immorality', 'immortally', 'immoveable', 'immunising', 'immunities', 'immunizing', 'immunology', 'impairment', 'impalement', 'impalpable', 'impaneling', 'impanelled', 'impassable', 'impatience', 'impeaching', 'impeccable', 'impeccably', 'impedances', 'impediment', 'impenitent', 'imperative', 'imperfects', 'imperially', 'imperiling', 'imperilled', 'impersonal', 'impervious', 'impishness', 'implacable', 'implacably', 'implanting', 'implements', 'implicants', 'implicated', 'implicates', 'implicitly', 'implosions', 'impolitely', 'importance', 'importuned', 'importunes', 'imposingly', 'imposition', 'impossible', 'impossibly', 'impostures', 'impotences', 'impotently', 'impounding', 'impoverish', 'impregnate', 'impresario', 'impressing', 'impression', 'impressive', 'imprimatur', 'imprinting', 'imprisoned', 'improbable', 'improbably', 'impromptus', 'improperly', 'improvable', 'improvised', 'improviser', 'improvises', 'imprudence', 'impudences', 'impudently', 'impulsions', 'impurities', 'imputation', 'inabilitys', 'inaccuracy', 'inaccurate', 'inactivate', 'inactivity', 'inadequacy', 'inadequate', 'inamoratas', 'inaptitude', 'inaugurals', 'inaugurate', 'inbreeding', 'incapacity', 'incarnated', 'incarnates', 'incautious', 'incendiary', 'incentives', 'inceptions', 'incestuous', 'incidences', 'incidental', 'incinerate', 'incisively', 'incitement', 'incivility', 'inclemency', 'inclosures', 'inclusions', 'incognitos', 'incoherent', 'incomplete', 'inconstant', 'increasing', 'incredible', 'incredibly', 'increments', 'incrusting', 'incubating', 'incubation', 'incubators', 'inculcated', 'inculcates', 'inculpable', 'inculpated', 'inculpates', 'incumbency', 'incumbents', 'incurables', 'incursions', 'indecencys', 'indecently', 'indecision', 'indecisive', 'indecorous', 'indefinite', 'indelicacy', 'indelicate', 'indemnitys', 'indentured', 'indentures', 'indicating', 'indication', 'indicative', 'indicators', 'indictable', 'indictment', 'indigences', 'indigenous', 'indignitys', 'indirected', 'indirectly', 'indiscreet', 'indisposed', 'indistinct', 'individual', 'indochinas', 'indolences', 'indolently', 'indonesian', 'indonesias', 'inducement', 'inductance', 'inductions', 'indulgence', 'industrial', 'industries', 'inebriated', 'inebriates', 'ineducable', 'inefficacy', 'inelegance', 'ineligible', 'ineptitude', 'ineptnesss', 'inequality', 'inequities', 'inertnesss', 'inevitable', 'inevitably', 'inexorable', 'inexorably', 'inexpiable', 'inexplicit', 'infallible', 'infallibly', 'infamously', 'infantries', 'infarction', 'infatuated', 'infatuates', 'infeasible', 'infections', 'infectious', 'infelicity', 'inferences', 'infernally', 'infidelity', 'infielders', 'infighting', 'infiltrate', 'infinitely', 'infinities', 'infinitive', 'infinitude', 'infirmarys', 'infirmitys', 'inflatable', 'inflations', 'inflecting', 'inflection', 'inflexible', 'inflexibly', 'inflexions', 'inflicting', 'infliction', 'influenced', 'influences', 'influenzas', 'informally', 'informants', 'infraction', 'infrequent', 'infringing', 'infuriated', 'infuriates', 'ingenuitys', 'ingestible', 'ingestions', 'inglorious', 'ingraining', 'ingratiate', 'ingredient', 'inhabitant', 'inhabiting', 'inhalation', 'inhalators', 'inherently', 'inheriting', 'inheritors', 'inheritrix', 'inhibiting', 'inhibition', 'inhibitors', 'inhibitory', 'inhumanely', 'inhumanity', 'inimically', 'inimitable', 'inimitably', 'iniquities', 'iniquitous', 'initialing', 'initialise', 'initialize', 'initialled', 'initiating', 'initiation', 'initiative', 'initiators', 'injections', 'injunction', 'injustices', 'innkeepers', 'innocences', 'innocently', 'innovating', 'innovation', 'innovative', 'innovators', 'innuendoes', 'inoculated', 'inoculates', 'inoperable', 'inordinate', 'inpatients', 'inquietude', 'inquisitor', 'insatiable', 'insatiably', 'inscribing', 'insecurely', 'insecurity', 'inseminate', 'insensible', 'insensibly', 'insentient', 'insertions', 'insightful', 'insinuated', 'insinuates', 'insistence', 'insolences', 'insolently', 'insolvable', 'insolvency', 'insolvents', 'insomniacs', 'insouciant', 'inspecting', 'inspection', 'inspectors', 'installers', 'installing', 'instalment', 'instamatic', 'instancing', 'instigated', 'instigates', 'instigator', 'instilling', 'instituted', 'instituter', 'institutes', 'instructed', 'instructor', 'instrument', 'insularity', 'insulating', 'insulation', 'insulators', 'insurances', 'insurgence', 'insurgency', 'insurgents', 'intangible', 'intangibly', 'integrable', 'integrated', 'integrates', 'integrator', 'integritys', 'integument', 'intellects', 'intensitys', 'intensives', 'intentions', 'intentness', 'interacted', 'interbreed', 'interceded', 'intercedes', 'intercepts', 'interdicts', 'interested', 'interfaced', 'interfacer', 'interfaces', 'interfaith', 'interfered', 'interferes', 'interferon', 'interjects', 'interlaced', 'interlaces', 'interlards', 'interleave', 'interlinks', 'interlocks', 'interloper', 'interluded', 'interludes', 'intermarry', 'interments', 'intermezzi', 'intermezzo', 'internally', 'internists', 'internment', 'internship', 'interplays', 'interposed', 'interposes', 'interprets', 'interrupts', 'intersects', 'interstage', 'interstate', 'interstice', 'intertwine', 'interurban', 'intervened', 'intervenes', 'intervenor', 'interviews', 'interweave', 'interwoven', 'intestinal', 'intestines', 'intimacies', 'intimately', 'intimating', 'intimation', 'intimidate', 'intolerant', 'intonation', 'intoxicant', 'intoxicate', 'intramural', 'intranasal', 'intrastate', 'intrenched', 'intrenches', 'intrepidly', 'intricacys', 'intriguing', 'introduced', 'introduces', 'introspect', 'introverts', 'intrusions', 'intrusting', 'intubation', 'intuitable', 'intuitions', 'inuktituts', 'inundating', 'inundation', 'invalidate', 'invaliding', 'invalidity', 'invaluable', 'invariable', 'invariably', 'invariance', 'invariants', 'invectives', 'inveighing', 'inveigling', 'inventions', 'inventorys', 'inversions', 'invertible', 'investment', 'inveterate', 'invigorate', 'invincible', 'invincibly', 'inviolable', 'invitation', 'invitingly', 'invocation', 'involution', 'involutory', 'inwardness', 'ionisation', 'ionization', 'ionosphere', 'iratenesss', 'iridescent', 'irishwoman', 'irishwomen', 'ironically', 'iroquoians', 'irradiated', 'irradiates', 'irrational', 'irregulars', 'irrelevant', 'irresolute', 'irreverent', 'irrigating', 'irrigation', 'irritating', 'irritation', 'irruptions', 'isentropic', 'isinglasss', 'islamabads', 'isochronal', 'isolations', 'isometrics', 'isomorphic', 'isothermal', 'italicised', 'italicises', 'italicized', 'italicizes', 'itchinesss', 'iterations', 'itinerants', 'itinerarys', 'jackanapes', 'jackhammer', 'jackknifed', 'jackknifes', 'jackknives', 'jackrabbit', 'jacksonian', 'jacqueline', 'jacquelyns', 'jaggedness', 'jagiellons', 'jailbreaks', 'janissarys', 'janitorial', 'janjaweeds', 'jansenists', 'jardinires', 'jaundicing', 'jauntiness', 'javascript', 'jawbreaker', 'jaywalkers', 'jaywalking', 'jealousies', 'jeannettes', 'jeffersons', 'jellybeans', 'jellyfishs', 'jeopardise', 'jeopardize', 'jerusalems', 'jessamines', 'jettisoned', 'jewellerys', 'jewishness', 'jingoistic', 'jinricksha', 'jinrikisha', 'jitterbugs', 'jitteriest', 'jockstraps', 'jocularity', 'jocunditys', 'jogjakarta', 'johnathans', 'johnathons', 'jollinesss', 'jordanians', 'josephsons', 'journalese', 'journalism', 'journalist', 'journalize', 'journeying', 'journeyman', 'journeymen', 'jovanovich', 'jovialitys', 'joyfullest', 'joyfulness', 'joyousness', 'joyridings', 'jubilantly', 'jubilation', 'judgements', 'judgeships', 'judgmental', 'judicatory', 'judicature', 'judicially', 'judiciarys', 'juggernaut', 'jugoslavia', 'juicinesss', 'jumpinesss', 'justifiers', 'justifying', 'justinians', 'juxtaposed', 'juxtaposes', 'kafkaesque', 'kalgoorlie', 'kamehameha', 'kampucheas', 'karamazovs', 'katharines', 'katherines', 'kazakhstan', 'kennelling', 'kensington', 'kentuckian', 'kerchieves', 'kettledrum', 'kevorkians', 'keyboarded', 'keyboarder', 'keypunched', 'keypunches', 'keystrokes', 'khabarovsk', 'khrushchev', 'khwarizmis', 'kickstands', 'kidnappers', 'kidnapping', 'kilocycles', 'kilohertzs', 'kilometers', 'kilometres', 'kindliness', 'kindnesses', 'kinematics', 'kingfisher', 'kingstowns', 'kinswomans', 'kirghistan', 'kirinyagas', 'kitakyushu', 'knackwurst', 'kneecapped', 'kngwarreye', 'knickknack', 'knighthood', 'knockwurst', 'knowledges', 'kodachrome', 'kohlrabies', 'kommunizma', 'kookaburra', 'kookinesss', 'kowalewski', 'kristopher', 'kroneckers', 'krugerrand', 'kshatriyas', 'kuomintang', 'kyrgyzstan', 'laboratory', 'labyrinths', 'lacerating', 'laceration', 'lachrymose', 'lackluster', 'lacklustre', 'lacquering', 'lactations', 'lacustrine', 'ladyfinger', 'lagniappes', 'lagrangian', 'lamaseries', 'lambasting', 'lamebrains', 'lamentable', 'lamentably', 'laminating', 'lamination', 'lampblacks', 'lampooning', 'lampshades', 'lancashire', 'lancasters', 'landholder', 'landladies', 'landlocked', 'landlubber', 'landmasses', 'landowners', 'landscaped', 'landscaper', 'landscapes', 'landslides', 'langerhans', 'languished', 'languishes', 'languorous', 'lankinesss', 'lanthanide', 'lapidaries', 'largemouth', 'largenesss', 'laryngitis', 'lascivious', 'lassitudes', 'latecomers', 'lateraling', 'lateralled', 'lauderdale', 'laughingly', 'launchings', 'launderers', 'laundering', 'laundresss', 'laundromat', 'laundryman', 'laundrymen', 'laurentian', 'lavatories', 'lavishness', 'lawbreaker', 'lawfulness', 'lawrencium', 'laypersons', 'lazyboness', 'leadership', 'leafleting', 'leafletted', 'leaseholds', 'leavenings', 'lebensraum', 'lectionary', 'lederbergs', 'legalising', 'legalistic', 'legalizing', 'legibility', 'legislated', 'legislates', 'legislator', 'legitimacy', 'legitimate', 'legitimise', 'legitimize', 'leguminous', 'leicesters', 'leitmotifs', 'lengthened', 'lengthiest', 'lengthways', 'lengthwise', 'leningrads', 'lenticular', 'lepidolite', 'leprechaun', 'lesbianism', 'letterhead', 'letterings', 'lettermans', 'leukaemias', 'leukocytes', 'levelnesss', 'leveraging', 'leviathans', 'levitating', 'levitation', 'leviticuss', 'lexingtons', 'liabilitys', 'liberalise', 'liberalism', 'liberality', 'liberalize', 'liberating', 'liberation', 'liberators', 'libertines', 'libidinous', 'librarians', 'librettist', 'libreville', 'licensable', 'licentiate', 'licentious', 'liebermans', 'lieutenant', 'lifebloods', 'lifeguards', 'lifesavers', 'lifesaving', 'lifestyles', 'ligaturing', 'lightening', 'lighthouse', 'lightnesss', 'lightnings', 'lightproof', 'likelihood', 'likeliness', 'likenesses', 'limelights', 'limestones', 'limitation', 'limousines', 'limpiditys', 'lineaments', 'linearized', 'linearizes', 'linebacker', 'lingerings', 'linguistic', 'lipizzaner', 'lippincott', 'lipreading', 'lipsticked', 'liquefying', 'liquidated', 'liquidates', 'liquidator', 'liquidised', 'liquidises', 'liquiditys', 'liquidized', 'liquidizes', 'liquifiers', 'liquifying', 'lissajouss', 'listerines', 'listlessly', 'literature', 'lithograph', 'lithuanian', 'lithuanias', 'litigating', 'litigation', 'litterbugs', 'littleneck', 'littleness', 'liturgical', 'livability', 'livelihood', 'liveliness', 'liverpools', 'liverwurst', 'livestocks', 'livingston', 'ljubljanas', 'loadstones', 'lobotomies', 'localising', 'localities', 'localizing', 'locksmiths', 'locomotion', 'locomotive', 'locomotory', 'lodestones', 'loftinesss', 'loganberry', 'logarithms', 'loggerhead', 'logistical', 'logisticss', 'logrolling', 'loincloths', 'loneliness', 'longevitys', 'longfellow', 'longitudes', 'longstreet', 'lookalikes', 'loosenesss', 'lopsidedly', 'loquacious', 'loquacitys', 'lorgnettes', 'loudmouths', 'louisianan', 'louisianas', 'louisville', 'lousinesss', 'louverture', 'lovecrafts', 'loveliness', 'lovemaking', 'lowenbraus', 'lowercases', 'lowlinesss', 'lubricants', 'lubricated', 'lubricates', 'lubricator', 'lubricious', 'lubumbashi', 'lucidnesss', 'luckinesss', 'lufthansas', 'lugubrious', 'lumberings', 'lumberjack', 'lumbermans', 'lumberyard', 'luminaries', 'luminosity', 'luminously', 'lumpinesss', 'lunchrooms', 'lunchtimes', 'lupercalia', 'luridnesss', 'lusciously', 'lusitanias', 'lustinesss', 'luxembourg', 'luxuriance', 'luxuriated', 'luxuriates', 'lycopodium', 'lymphatics', 'lymphocyte', 'lymphomata', 'lysistrata', 'macaronies', 'maccabeuss', 'macdougall', 'macedonian', 'macedonias', 'macerating', 'maceration', 'machinerys', 'machinists', 'macintoshs', 'mackenzies', 'mackintosh', 'macrocosms', 'macrophage', 'madagascan', 'madagascar', 'madeleines', 'maelstroms', 'magdalenes', 'magellanic', 'magistrate', 'magnesiums', 'magnetised', 'magnetises', 'magnetisms', 'magnetized', 'magnetizes', 'magnifiers', 'magnifying', 'magnitudes', 'magsaysays', 'maharajahs', 'maharanees', 'maharishis', 'mahayanist', 'mahoganies', 'maidenform', 'maidenhair', 'maidenhead', 'maidenhood', 'maimonides', 'mainframes', 'mainlining', 'mainspring', 'mainstream', 'maintained', 'maintainer', 'majorettes', 'majorities', 'makeshifts', 'malayalams', 'malaysians', 'malconduct', 'malcontent', 'maldivians', 'maldonados', 'malefactor', 'malevolent', 'malfeasant', 'malignancy', 'malignitys', 'malingered', 'malingerer', 'malinowski', 'mallomarss', 'malodorous', 'malplaquet', 'malthusian', 'maltreated', 'mammalians', 'mammograms', 'manageable', 'management', 'managerial', 'manchester', 'manchurian', 'manchurias', 'mandelbrot', 'maneuvered', 'manganeses', 'manhandled', 'manhandles', 'manhattans', 'manicuring', 'manicurist', 'manifested', 'manifestly', 'manifestos', 'manifolded', 'manipulate', 'manitoulin', 'manlinesss', 'mannequins', 'mannerisms', 'manoeuvred', 'manoeuvres', 'manometers', 'manometric', 'manservant', 'manumitted', 'manuscript', 'marathoner', 'marcelinos', 'margarines', 'margaritas', 'margaritos', 'marginalia', 'marginally', 'margrethes', 'marguerite', 'marihuanas', 'marijuanas', 'marinading', 'marinating', 'marionette', 'marketable', 'marketings', 'marketwise', 'marmalades', 'marquesass', 'marquesses', 'marquetrys', 'marrakeshs', 'marrowbone', 'marseilles', 'marshaling', 'marshalled', 'marsupials', 'martensite', 'martingale', 'martinique', 'martyrdoms', 'marvelling', 'marvellous', 'maryellens', 'marylander', 'mascaraing', 'masculines', 'masochisms', 'masochists', 'masquerade', 'massacring', 'mastectomy', 'mastercard', 'masterings', 'mastermind', 'masterwork', 'masticated', 'masticates', 'masturbate', 'matchbooks', 'matchboxes', 'matchmaker', 'matchstick', 'materially', 'maternally', 'maternitys', 'mathematic', 'mathematik', 'mathewsons', 'matriarchs', 'matriarchy', 'matricides', 'matrimonys', 'matterhorn', 'mattresses', 'maturation', 'maturities', 'maundering', 'maupassant', 'mauritania', 'mauritiuss', 'mausoleums', 'maximilian', 'maximising', 'maximizers', 'maximizing', 'maxwellian', 'mayflowers', 'mayonnaise', 'mayoraltys', 'mcallister', 'mccartneys', 'mcconnells', 'mccullough', 'mcdonnells', 'mcfarlands', 'mclaughlin', 'mcnaughton', 'mcphersons', 'meadowland', 'meadowlark', 'meagerness', 'meandering', 'meaningful', 'meanwhiles', 'measurable', 'measurably', 'meatloaves', 'mechanical', 'mechanicss', 'mechanised', 'mechanises', 'mechanisms', 'mechanized', 'mechanizes', 'medallions', 'medallists', 'meddlesome', 'mediations', 'medicating', 'medication', 'mediocrity', 'meditating', 'meditation', 'meditative', 'megacycles', 'megahertzs', 'megaphoned', 'megaphones', 'megapixels', 'melancholy', 'melanesian', 'melanesias', 'melanomata', 'melbournes', 'melisandes', 'mellowness', 'melodramas', 'melpomenes', 'membership', 'membranous', 'memorandum', 'memorially', 'memorising', 'memorizing', 'memoryless', 'menacingly', 'menageries', 'mendacious', 'mendacitys', 'mendeleevs', 'mendicants', 'mendocinos', 'meningitis', 'menkalinan', 'mennonites', 'menominees', 'menopausal', 'menopauses', 'menstruate', 'mensurable', 'mentalitys', 'mentioners', 'mentioning', 'mercantile', 'mercenarys', 'mercerised', 'mercerises', 'mercerized', 'mercerizes', 'mercifully', 'mergansers', 'meridional', 'merrimacks', 'merriments', 'merrinesss', 'merrymaker', 'mescalines', 'mesenteric', 'mesmerised', 'mesmerises', 'mesmerisms', 'mesmerized', 'mesmerizes', 'mesolithic', 'messengers', 'messinesss', 'metabolise', 'metabolism', 'metabolite', 'metabolize', 'metacarpal', 'metacarpus', 'metallicas', 'metallurgy', 'metamucils', 'metaphoric', 'metastases', 'metastasis', 'metatarsal', 'meteorites', 'meteoritic', 'meteoroids', 'methadones', 'methionine', 'methodical', 'methodisms', 'methodists', 'methuselah', 'meticulous', 'metrically', 'metronomes', 'metropolis', 'metternich', 'mettlesome', 'mezzanines', 'microchips', 'microcoded', 'microcodes', 'microcosms', 'microfiche', 'microfilms', 'microjoule', 'micrometer', 'micrometre', 'micronesia', 'microphone', 'microscope', 'microscopy', 'microsofts', 'microstore', 'microwaved', 'microwaves', 'microwords', 'middlebrow', 'middlebury', 'middlemans', 'middletown', 'midsection', 'midshipman', 'midshipmen', 'midstreams', 'midsummers', 'midwestern', 'midwiferys', 'midwinters', 'mightiness', 'migrations', 'milestones', 'militancys', 'militantly', 'militaries', 'militarily', 'militarise', 'militarism', 'militarist', 'militarize', 'militating', 'militiaman', 'militiamen', 'milkinesss', 'milkshakes', 'millennial', 'millennium', 'millepedes', 'millicents', 'milligrams', 'millihenry', 'millijoule', 'milliliter', 'millilitre', 'millimeter', 'millimetre', 'millinerys', 'millionths', 'millipedes', 'millstones', 'milosevics', 'milwaukees', 'mimeograph', 'mincemeats', 'mindedness', 'mindlessly', 'minefields', 'mineralogy', 'minestrone', 'miniatures', 'minibusses', 'minimalism', 'minimalist', 'minimising', 'minimizers', 'minimizing', 'miniscules', 'miniseries', 'miniskirts', 'ministered', 'ministrant', 'ministries', 'minnesotan', 'minnesotas', 'minorities', 'minstrelsy', 'minuscules', 'minutemans', 'minuteness', 'miraculous', 'mirthfully', 'misapplied', 'misapplies', 'misbehaved', 'misbehaves', 'miscalling', 'miscarried', 'miscarries', 'miscasting', 'miscellany', 'mischances', 'misconduct', 'miscounted', 'miscreants', 'misdealing', 'misdirects', 'misfitting', 'misfortune', 'misgivings', 'misgoverns', 'misguiding', 'mishandled', 'mishandles', 'mishmashes', 'misinforms', 'misjudging', 'misleading', 'mismanaged', 'mismanages', 'mismatched', 'mismatches', 'misogynist', 'misplacing', 'misplaying', 'misprinted', 'misquoting', 'misreading', 'missilerys', 'missionary', 'missourian', 'misspelled', 'misstating', 'mistakable', 'mistakenly', 'mistassini', 'mistinesss', 'mistletoes', 'mistreated', 'mistresses', 'mistrusted', 'mitigating', 'mitigation', 'mitigative', 'mitsubishi', 'mitterrand', 'mizzenmast', 'mnchhausen', 'mnemosynes', 'mobilising', 'mobilizing', 'modalities', 'modellings', 'moderately', 'moderating', 'moderation', 'moderators', 'modernised', 'modernises', 'modernisms', 'modernists', 'modernitys', 'modernized', 'modernizer', 'modernizes', 'modernness', 'modifiable', 'modigliani', 'modularity', 'modularize', 'modulating', 'modulation', 'modulators', 'mogadiscio', 'mohammedan', 'moistening', 'moistnesss', 'moisturise', 'moisturize', 'moldinesss', 'mollifying', 'molybdenum', 'monarchies', 'monarchism', 'monarchist', 'monasterys', 'monetarily', 'monetarism', 'monetarist', 'moneymaker', 'mongolians', 'mongolisms', 'monitoring', 'monochrome', 'monogamous', 'monographs', 'monolithic', 'monologist', 'monologues', 'monomaniac', 'monomanias', 'monophonic', 'monopolies', 'monopolise', 'monopolist', 'monopolize', 'monotheism', 'monotheist', 'monotonous', 'monsignori', 'monsignors', 'monstrance', 'montenegro', 'montessori', 'monteverdi', 'montevideo', 'montezumas', 'montgomery', 'monticello', 'montmartre', 'montpelier', 'montrachet', 'montserrat', 'monumental', 'moodinesss', 'moonlights', 'moonscapes', 'moonshines', 'moonstones', 'moonstruck', 'moralising', 'moralistic', 'moralities', 'moralizing', 'moratorium', 'morbiditys', 'morbidness', 'mormonisms', 'moroseness', 'morphology', 'morristown', 'mortalitys', 'mortgagees', 'mortgagers', 'mortgaging', 'mortgagors', 'morticians', 'mortifying', 'mortuaries', 'mosquitoes', 'mothballed', 'motherhood', 'motherland', 'motherless', 'motionless', 'motivating', 'motivation', 'motivators', 'motocrosss', 'motorbiked', 'motorbikes', 'motorboats', 'motorcades', 'motorcycle', 'motorising', 'motorizing', 'motormouth', 'mouldering', 'mountebank', 'mournfully', 'mousetraps', 'mousinesss', 'moustaches', 'mouthpiece', 'mouthwashs', 'mozambican', 'mozambique', 'mozzarella', 'muckrakers', 'muckraking', 'muddinesss', 'muddlehead', 'mudslinger', 'mugginesss', 'muhammadan', 'mulberries', 'mulishness', 'multilevel', 'multimedia', 'multiplexs', 'multiplied', 'multiplier', 'multiplies', 'multistage', 'multitudes', 'mummifying', 'municipals', 'munificent', 'murchisons', 'murderesss', 'murkinesss', 'muscovites', 'musharrafs', 'mushinesss', 'mushroomed', 'musicianly', 'musicology', 'musketeers', 'muskinesss', 'muskmelons', 'mussolinis', 'mussorgsky', 'mustinesss', 'mutability', 'mutilating', 'mutilation', 'mutinously', 'mutsuhitos', 'mutualitys', 'myocardial', 'myocardium', 'mysterious', 'mystically', 'mysticisms', 'mystifying', 'mythologys', 'nailbrushs', 'nakednesss', 'namelessly', 'nanosecond', 'nantuckets', 'napoleonic', 'narcissism', 'narcissist', 'narcissuss', 'narrations', 'narratives', 'narrowness', 'nasalising', 'nasalizing', 'nashvilles', 'nastinesss', 'nasturtium', 'nathaniels', 'nationally', 'nationhood', 'nationwide', 'nativities', 'naturalise', 'naturalism', 'naturalist', 'naturalize', 'naturopath', 'naughtiest', 'nauseating', 'nautically', 'nautiluses', 'navigating', 'navigation', 'navigators', 'neapolitan', 'nebraskans', 'necessarys', 'necessitys', 'necromancy', 'nectareous', 'nectarines', 'needinesss', 'needlessly', 'needlework', 'negatively', 'negativing', 'negativity', 'neglectful', 'neglecting', 'negligence', 'negligible', 'negligibly', 'negotiable', 'negotiated', 'negotiates', 'negotiator', 'neighbored', 'neighborly', 'neighbours', 'neoclassic', 'neodymiums', 'neologisms', 'nephritiss', 'neptuniums', 'nesselrode', 'nethermost', 'nettlesome', 'networking', 'neuralgias', 'neurologys', 'neutralise', 'neutrality', 'neutralize', 'newcastles', 'newfangled', 'newsagents', 'newscaster', 'newsletter', 'newspapers', 'newsprints', 'newsstands', 'newsworthy', 'newtonians', 'nicaraguan', 'nicaraguas', 'nicknaming', 'nightclubs', 'nightdress', 'nightfalls', 'nightgowns', 'nighthawks', 'nightlifes', 'nightmares', 'nightshade', 'nightshirt', 'nightstick', 'nighttimes', 'nihilistic', 'nimbleness', 'nincompoop', 'nineteenth', 'ninetieths', 'nirenbergs', 'nitpickers', 'nitpicking', 'noblenesss', 'noblewoman', 'noblewomen', 'noetherian', 'noisemaker', 'noisinesss', 'nominating', 'nomination', 'nominative', 'nonaligned', 'nonchalant', 'nondrinker', 'nonentitys', 'nonesuches', 'nonexempts', 'nonfiction', 'nonlivings', 'nonmembers', 'nonpareils', 'nonpayment', 'nonplusing', 'nonplussed', 'nonplusses', 'nonprofits', 'nonsmokers', 'nonsmoking', 'nonsupport', 'nontaxable', 'nontrivial', 'nonuniform', 'nonviolent', 'normalised', 'normalises', 'normalitys', 'normalized', 'normalizes', 'northbound', 'northeasts', 'northerlys', 'northerner', 'northernly', 'northwards', 'northwests', 'norwegians', 'nosebleeds', 'nosediving', 'nosferatus', 'nostalgias', 'notarising', 'notarizing', 'notational', 'noteworthy', 'noticeable', 'noticeably', 'notionally', 'notorietys', 'nottingham', 'nouakchott', 'nourishing', 'novelettes', 'novitiates', 'nucleotide', 'nullifiers', 'nullifying', 'numberless', 'numbskulls', 'numerating', 'numeration', 'numerators', 'numerische', 'numerology', 'numismatic', 'nursemaids', 'nurseryman', 'nurserymen', 'nutcracker', 'nuthatches', 'nutrasweet', 'nutriments', 'nutritions', 'nutritious', 'nuttinesss', 'obdurately', 'obediences', 'obediently', 'obeisances', 'obfuscated', 'obfuscates', 'obituaries', 'objections', 'objectives', 'obligating', 'obligation', 'obligatory', 'obligingly', 'obliterate', 'obscenitys', 'obscuritys', 'obsequious', 'observable', 'observably', 'observance', 'obsessions', 'obsessives', 'obsoleting', 'obstetrics', 'obstinacys', 'obstructed', 'obtainable', 'obtainably', 'obtuseness', 'obviations', 'occasional', 'occasioned', 'occidental', 'occlusions', 'occupancys', 'occupation', 'occurrence', 'oceangoing', 'octahedral', 'octahedron', 'odiousness', 'oestrogens', 'offensives', 'offertorys', 'officemate', 'officemaxs', 'officially', 'officiated', 'officiates', 'offsetting', 'offsprings', 'oftentimes', 'oglethorpe', 'okeechobee', 'okefenokee', 'oldsmobile', 'oleaginous', 'olfactorys', 'oligarchic', 'oligarchys', 'oligocenes', 'oligoclase', 'ombudsmans', 'omnibusses', 'omnipotent', 'omniscient', 'omnivorous', 'onionskins', 'onslaughts', 'opalescent', 'opaqueness', 'openhanded', 'operations', 'operatives', 'ophthalmic', 'opinionate', 'oppositely', 'opposition', 'oppressing', 'oppression', 'oppressive', 'oppressors', 'opprobrium', 'optimality', 'optimising', 'optimistic', 'optimizers', 'optimizing', 'optionally', 'optometric', 'optometrys', 'orangeades', 'orangeroot', 'orangutang', 'orangutans', 'oranjestad', 'oratorical', 'orchestral', 'orchestras', 'ordinances', 'ordinaries', 'ordinarily', 'ordination', 'ordovician', 'oregonians', 'organelles', 'organisers', 'organising', 'organismic', 'organizers', 'organizing', 'orientated', 'orientates', 'originally', 'originated', 'originates', 'originator', 'ornamental', 'ornamented', 'ornateness', 'orographic', 'orphanages', 'orthoclase', 'orthodoxys', 'orthogonal', 'orthopedic', 'oscillated', 'oscillates', 'oscillator', 'ostensible', 'ostensibly', 'osteopaths', 'osteopathy', 'ostracised', 'ostracises', 'ostracisms', 'ostracized', 'ostracizes', 'ostrogoths', 'otherworld', 'outbalance', 'outbidding', 'outclassed', 'outclasses', 'outcropped', 'outfielder', 'outfitters', 'outfitting', 'outflanked', 'outgrowing', 'outgrowths', 'outlandish', 'outlasting', 'outnumbers', 'outpatient', 'outperform', 'outplaying', 'outpouring', 'outputting', 'outrageous', 'outranking', 'outreached', 'outreaches', 'outriggers', 'outrunning', 'outselling', 'outshining', 'outsmarted', 'outsourced', 'outsources', 'outspreads', 'outstation', 'outstaying', 'outstretch', 'outwearing', 'outweighed', 'outwitting', 'overacting', 'overactive', 'overbooked', 'overburden', 'overcharge', 'overcoming', 'overcooked', 'overcrowds', 'overdosing', 'overdrafts', 'overdresss', 'overdrives', 'overeating', 'overexpose', 'overextend', 'overflowed', 'overgrowth', 'overhauled', 'overheated', 'overjoying', 'overlapped', 'overlaying', 'overloaded', 'overlooked', 'overmuches', 'overnights', 'overpasses', 'overpaying', 'overplayed', 'overpowers', 'overpriced', 'overprices', 'overprints', 'overrating', 'overreacts', 'overridden', 'overriding', 'overruling', 'overseeing', 'overshadow', 'overshoots', 'oversights', 'oversleeps', 'overspends', 'overspread', 'overstated', 'overstates', 'overstayed', 'overstocks', 'oversupply', 'overtakers', 'overtaking', 'overtaxing', 'overthrown', 'overthrows', 'overturned', 'overweight', 'overwhelms', 'overworked', 'overwrites', 'ovulations', 'ownerships', 'oxidations', 'oxycontins', 'oxygenated', 'oxygenates', 'ozymandias', 'pacemakers', 'pacesetter', 'pachyderms', 'packagings', 'paddocking', 'paderewski', 'padlocking', 'paediatric', 'pageantrys', 'paginating', 'pagination', 'painfuller', 'painkiller', 'painlessly', 'paintbrush', 'pakistanis', 'palavering', 'paleocenes', 'paleozoics', 'palestines', 'palestrina', 'palimpsest', 'palindrome', 'palisadess', 'palladiums', 'pallbearer', 'palliating', 'palliation', 'palliative', 'palmerston', 'palmettoes', 'palmistrys', 'palmolives', 'palpations', 'palpitated', 'palpitates', 'paltriness', 'panamanian', 'panasonics', 'pancreases', 'pancreatic', 'panegyrics', 'panellings', 'panellists', 'panhandled', 'panhandler', 'panhandles', 'panickiest', 'panjandrum', 'panmunjoms', 'pantagruel', 'pantaloons', 'pantheisms', 'pantheists', 'pantomimed', 'pantomimes', 'pantomimic', 'pantyhoses', 'paperbacks', 'paperbound', 'papergirls', 'paperworks', 'paraboloid', 'paracelsus', 'parachuted', 'parachutes', 'paragonite', 'paragraphs', 'paraguayan', 'paralegals', 'parallaxes', 'paralleled', 'paralysing', 'paralysiss', 'paralytics', 'paralyzing', 'paramagnet', 'paramaribo', 'paramecium', 'paramedics', 'parameters', 'parametric', 'paramounts', 'paranormal', 'paraphrase', 'paraplegia', 'paraplegic', 'parasitics', 'paratroops', 'parboiling', 'parcelling', 'parcheesis', 'parchments', 'pardonable', 'pardonably', 'parentages', 'parenthood', 'parentings', 'parimutuel', 'parkinsons', 'parliament', 'parnassuss', 'parqueting', 'parquetrys', 'parrakeets', 'parricides', 'parrotlike', 'parsimonys', 'parsonages', 'parthenons', 'partiality', 'participle', 'particular', 'partitions', 'partnering', 'partridges', 'passageway', 'passengers', 'passionate', 'passivitys', 'pasteboard', 'pasteurise', 'pasteurize', 'pastorates', 'pasturages', 'patagonian', 'patagonias', 'patchiness', 'patchworks', 'patentable', 'paternally', 'paternitys', 'pathogenic', 'pathologys', 'patientest', 'patriarchs', 'patriarchy', 'patricians', 'patricides', 'patrimonys', 'patriotism', 'patrolling', 'patrolmans', 'patronages', 'patronised', 'patronises', 'patronized', 'patronizes', 'patronymic', 'patterings', 'patterning', 'pattersons', 'paunchiest', 'pauperised', 'pauperises', 'pauperisms', 'pauperized', 'pauperizes', 'pawnbroker', 'paymasters', 'peacefully', 'peacemaker', 'peacetimes', 'pearlstone', 'peasantrys', 'peccadillo', 'peckinpahs', 'pectoralis', 'peculiarly', 'pedagogues', 'pederastys', 'pedestrian', 'pediatrics', 'pediatrist', 'pedicuring', 'pedometers', 'pejorative', 'pekingeses', 'penalising', 'penalizing', 'pencilling', 'penderecki', 'penetrable', 'penetrated', 'penetrates', 'penetrator', 'penicillin', 'peninsular', 'peninsulas', 'penitences', 'penitently', 'penmanship', 'pennington', 'pennyroyal', 'penologist', 'pensacolas', 'pensioners', 'pensioning', 'pentagonal', 'pentameter', 'pentateuch', 'pentathlon', 'pentecosts', 'penthouses', 'peppercorn', 'peppermint', 'pepperonis', 'perceivers', 'perceiving', 'percentage', 'percentile', 'perception', 'perceptive', 'perceptual', 'percolated', 'percolates', 'percolator', 'percussion', 'percussive', 'perditions', 'peremptory', 'perennials', 'perfectest', 'perfecting', 'perfection', 'perfidious', 'perforated', 'perforates', 'performers', 'performing', 'perfumerys', 'pericardia', 'peridotite', 'perihelion', 'perilously', 'perimeters', 'periodical', 'peripheral', 'peripherys', 'periscopes', 'perishable', 'peritectic', 'peritoneum', 'periwinkle', 'perkinesss', 'permafrost', 'permalloys', 'permanence', 'permanents', 'permeating', 'permeation', 'permission', 'permissive', 'permitting', 'pernicious', 'peroration', 'peroxiding', 'perpetrate', 'perpetuals', 'perpetuate', 'perpetuity', 'perplexing', 'perplexity', 'perquisite', 'persecuted', 'persecutes', 'persecutor', 'persephone', 'persepolis', 'persevered', 'perseveres', 'persiflage', 'persimmons', 'persistent', 'persisting', 'personable', 'personages', 'personally', 'personnels', 'perspicous', 'perspiring', 'persuaders', 'persuading', 'persuasion', 'persuasive', 'pertaining', 'pertinence', 'perturbate', 'perturbing', 'perversely', 'perversion', 'perversity', 'perverting', 'pessimisms', 'pessimists', 'pesticides', 'pestilence', 'petersburg', 'petitioned', 'petitioner', 'petrifying', 'petroglyph', 'petrolatum', 'petroleums', 'petticoats', 'pettinesss', 'petulances', 'petulantly', 'phantasied', 'phantasies', 'pharmacies', 'pharmacist', 'pharyngeal', 'phenomenal', 'phenomenon', 'pheromones', 'philanders', 'philatelic', 'philatelys', 'philippics', 'philippine', 'philistine', 'philologys', 'philosophy', 'phlebitiss', 'phlegmatic', 'phoenicias', 'phoneticss', 'phonically', 'phoninesss', 'phonograph', 'phonologys', 'phosphates', 'phosphoric', 'phosphorus', 'photocopys', 'photogenic', 'photograph', 'photolysis', 'photolytic', 'photometry', 'photostats', 'phrasemake', 'phrenology', 'physically', 'physicians', 'physicists', 'physicking', 'physiology', 'pianissimi', 'pianissimo', 'pianoforte', 'picaresque', 'piccadilly', 'piccalilli', 'pickabacks', 'pickerings', 'pickpocket', 'picnickers', 'picnicking', 'picosecond', 'pictograph', 'pictorials', 'pieceworks', 'piercingly', 'pigeonfoot', 'pigeonhole', 'piggybacks', 'pilgrimage', 'pillorying', 'pillowcase', 'pillsburys', 'pilothouse', 'pimpernels', 'pincushion', 'pineapples', 'pinfeather', 'pinocchios', 'pinpointed', 'pinstriped', 'pinstripes', 'pinwheeled', 'pioneering', 'pipelining', 'pipsissewa', 'pipsqueaks', 'pirandello', 'pirouetted', 'pirouettes', 'piscataway', 'pistachios', 'pistillate', 'pitchforks', 'pitchstone', 'pitilessly', 'pittsburgh', 'pittsfield', 'pituitarys', 'pizzicatos', 'placarding', 'placations', 'placements', 'placentals', 'placiditys', 'plagiarise', 'plagiarism', 'plagiarist', 'plagiarize', 'plainfield', 'plainnesss', 'plaintiffs', 'planetaria', 'plantation', 'plasterers', 'plastering', 'plasticine', 'plasticity', 'plateauing', 'platformed', 'platitudes', 'platonisms', 'platonists', 'platooning', 'platypuses', 'playacting', 'playground', 'playhouses', 'playthings', 'playwright', 'pleasanter', 'pleasantly', 'pleasantry', 'pleasingly', 'pleasuring', 'plebiscite', 'plenitudes', 'plexiglass', 'pliability', 'ploughmans', 'plowshares', 'pluckiness', 'plummeting', 'plumpnesss', 'plunderers', 'plundering', 'pluperfect', 'pluralised', 'pluralises', 'pluralisms', 'pluralitys', 'pluralized', 'pluralizes', 'plutocracy', 'plutocrats', 'plutoniums', 'pneumonias', 'pocahontas', 'pocketbook', 'pocketfuls', 'pockmarked', 'podhoretzs', 'podiatrist', 'poetically', 'poignancys', 'poignantly', 'poinsettia', 'poisonings', 'polarising', 'polarities', 'polarizing', 'polarogram', 'policemans', 'politeness', 'politesses', 'politician', 'politicise', 'politicize', 'politicoes', 'pollinated', 'pollinates', 'pollutants', 'pollutions', 'polonaises', 'polyesters', 'polygamist', 'polygamous', 'polygraphs', 'polygynous', 'polyhedral', 'polyhedron', 'polyhymnia', 'polymerase', 'polynesian', 'polynesias', 'polynomial', 'polyphemus', 'polyphonic', 'polyphonys', 'polyploidy', 'polytheism', 'polytheist', 'pomeranian', 'pommelling', 'pompadours', 'pompositys', 'pontifical', 'poorhouses', 'poppycocks', 'popularise', 'popularity', 'popularize', 'populating', 'population', 'porcelains', 'porcupines', 'porpoising', 'porringers', 'portcullis', 'portending', 'portentous', 'portfolios', 'portioning', 'portliness', 'portrayals', 'portraying', 'portsmouth', 'portuguese', 'positional', 'positioned', 'positively', 'positivism', 'possessing', 'possession', 'possessive', 'possessors', 'postdating', 'posteriori', 'posteriors', 'posteritys', 'posthumous', 'postmarked', 'postmaster', 'postmodern', 'postmortem', 'postoffice', 'postpartum', 'postponing', 'postscript', 'postulated', 'postulates', 'potassiums', 'potbellied', 'potbellies', 'potboilers', 'potentates', 'potentials', 'potholders', 'potpourris', 'poulticing', 'powderpuff', 'powerboats', 'powerfully', 'powerhouse', 'powerpoint', 'practicals', 'practicing', 'practising', 'praetorian', 'pragmatics', 'pragmatism', 'pragmatist', 'praisingly', 'pranksters', 'pratchetts', 'praxiteles', 'preachiest', 'preaknesss', 'preambling', 'prearrange', 'preassigns', 'precarious', 'precaution', 'precedence', 'precedents', 'preceptors', 'precession', 'preciosity', 'preciously', 'precipices', 'precisions', 'precluding', 'preclusion', 'precocious', 'precocitys', 'precursors', 'predecease', 'predefined', 'predefines', 'predestine', 'predicated', 'predicates', 'predicting', 'prediction', 'predictive', 'predispose', 'preeminent', 'preempting', 'preemption', 'preemptive', 'preexisted', 'prefabbing', 'prefecture', 'preferable', 'preferably', 'preference', 'preferment', 'preferring', 'prefigured', 'prefigures', 'pregnancys', 'preheating', 'prehensile', 'prehistory', 'prejudging', 'prejudiced', 'prejudices', 'premarital', 'premiering', 'premingers', 'premyslids', 'preordains', 'prepackage', 'prepayment', 'prepossess', 'prerecords', 'presbytery', 'preschools', 'prescience', 'prescribed', 'prescribes', 'preselects', 'presenting', 'preservers', 'preserving', 'presetting', 'preshrinks', 'presidency', 'presidents', 'pressuring', 'pressurise', 'pressurize', 'presumable', 'presumably', 'presuppose', 'pretenders', 'pretending', 'pretension', 'preterites', 'prettified', 'prettifies', 'prettiness', 'prevailing', 'prevalence', 'preventing', 'prevention', 'preventive', 'previewers', 'previewing', 'previously', 'prickliest', 'priestesss', 'priesthood', 'priestlier', 'primitives', 'primordial', 'princelier', 'princesses', 'princetons', 'principals', 'principled', 'principles', 'prioresses', 'priorities', 'prioritise', 'prioritize', 'priscillas', 'prissiness', 'privateers', 'privations', 'privatised', 'privatises', 'privatized', 'privatizes', 'privileged', 'privileges', 'prizefight', 'probations', 'probosciss', 'procedural', 'procedures', 'proceeding', 'processing', 'procession', 'processors', 'proclaimed', 'proclaimer', 'proclivity', 'procreated', 'procreates', 'procrustes', 'proctoring', 'procurator', 'prodigally', 'prodigious', 'producible', 'production', 'productive', 'profanitys', 'professing', 'profession', 'professors', 'proffering', 'proficient', 'profitable', 'profitably', 'profiteers', 'profitters', 'profligacy', 'profligate', 'profounder', 'profoundly', 'profundity', 'profusions', 'progenitor', 'prognosiss', 'prognostic', 'programers', 'programing', 'programmed', 'programmer', 'programmes', 'progressed', 'progresses', 'prohibited', 'projectile', 'projecting', 'projection', 'projective', 'projectors', 'prokaryote', 'prokofieff', 'prolixitys', 'prolongate', 'prolonging', 'promenaded', 'promenades', 'promethean', 'prometheus', 'promethium', 'prominence', 'promissory', 'promontory', 'promotions', 'promptings', 'promptness', 'promulgate', 'pronenesss', 'pronghorns', 'pronounced', 'pronounces', 'proofreads', 'propaganda', 'propagated', 'propagates', 'propellant', 'propellent', 'propellers', 'propelling', 'propensity', 'properness', 'propertied', 'properties', 'prophecies', 'prophesied', 'prophesier', 'prophesies', 'prophetess', 'propionate', 'propitiate', 'propitious', 'proponents', 'proportion', 'propounded', 'proprietor', 'proprietys', 'propulsion', 'propulsive', 'proscenium', 'proscribed', 'proscribes', 'prosecuted', 'prosecutes', 'prosecutor', 'proselyted', 'proselytes', 'proserpine', 'prospected', 'prospector', 'prospectus', 'prospering', 'prosperity', 'prosperous', 'prostheses', 'prosthesis', 'prosthetic', 'prostitute', 'prostrated', 'prostrates', 'protagoras', 'protecting', 'protection', 'protective', 'protectors', 'protestant', 'protesters', 'protesting', 'protestors', 'protophyta', 'protoplasm', 'prototyped', 'prototypes', 'prototypic', 'protozoans', 'protozoons', 'protracted', 'protractor', 'protruding', 'protrusion', 'protrusive', 'provenance', 'provencals', 'provenders', 'proverbial', 'providence', 'provincial', 'provisions', 'proximitys', 'prudential', 'pruriences', 'pseudonyms', 'psoriasiss', 'psychiatry', 'psychology', 'psychopath', 'psychopomp', 'psychosiss', 'psychotics', 'ptarmigans', 'pubescence', 'publicised', 'publicises', 'publicists', 'publicitys', 'publicized', 'publicizes', 'publishers', 'publishing', 'puerilitys', 'puffinesss', 'pugilistic', 'pugnacious', 'pugnacitys', 'pulsations', 'pulverable', 'pulverised', 'pulverises', 'pulverized', 'pulverizes', 'pummelling', 'punctually', 'punctuated', 'punctuates', 'puncturing', 'punishable', 'punishment', 'puppeteers', 'purchasers', 'purchasing', 'purgatives', 'purgatorys', 'puritanism', 'purloining', 'purporters', 'purporting', 'purposeful', 'pursuances', 'purulences', 'pushbutton', 'pushinesss', 'pussyfoots', 'putrefying', 'putrescent', 'puzzlement', 'pygmalions', 'pyongyangs', 'pyorrhoeas', 'pyramiding', 'pyrimidine', 'pyromaniac', 'pyromanias', 'pyroxenite', 'pythagoras', 'quadrangle', 'quadratics', 'quadrature', 'quadriceps', 'quadrilles', 'quadrivium', 'quadrupeds', 'quadrupled', 'quadruples', 'quadruplet', 'quadrupole', 'quaintness', 'qualifiers', 'qualifying', 'quandaries', 'quantified', 'quantifier', 'quantifies', 'quantities', 'quantizing', 'quarantine', 'quarreling', 'quarrelled', 'quartering', 'quarterlys', 'quartettes', 'quasiorder', 'quaternary', 'queasiness', 'queenliest', 'queensland', 'queernesss', 'questioned', 'questioner', 'quickening', 'quicklimes', 'quicknesss', 'quicksands', 'quiescence', 'quietnesss', 'quintilian', 'quintupled', 'quintuples', 'quintuplet', 'quixotisms', 'quotations', 'rabbinates', 'rabbinical', 'racecourse', 'racehorses', 'racetracks', 'racketeers', 'raconteurs', 'radcliffes', 'radiations', 'radicalism', 'radiograms', 'radiologys', 'radiometer', 'radiometry', 'radiosonde', 'ragamuffin', 'raggediest', 'raggedness', 'railleries', 'railroaded', 'railroader', 'rainforest', 'rainmakers', 'rainstorms', 'rainwaters', 'rakishness', 'ramanujans', 'ramrodding', 'ramshackle', 'ranciditys', 'randomised', 'randomises', 'randomized', 'randomizes', 'randomness', 'ranginesss', 'ransacking', 'rasalgethi', 'rasalhague', 'rasmussens', 'raspberrys', 'ratcheting', 'rationales', 'rationally', 'rattletrap', 'raunchiest', 'ravellings', 'ravenously', 'ravishment', 'rawalpindi', 'reactivate', 'reactively', 'reactivity', 'readership', 'readinesss', 'readjusted', 'readmitted', 'reaffirmed', 'realigning', 'realisable', 'realizable', 'realizably', 'reallocate', 'reanalyzes', 'reanimated', 'reanimates', 'reappeared', 'reapplying', 'reappoints', 'reappraise', 'rearmament', 'rearranged', 'rearranges', 'rearrested', 'reasonable', 'reasonably', 'reasonings', 'reassemble', 'reasserted', 'reassessed', 'reassesses', 'reassigned', 'reassuring', 'reawakened', 'rebellions', 'rebellious', 'rebounding', 'rebuilding', 'recappable', 'recaptured', 'recaptures', 'receipting', 'receivable', 'recentness', 'receptacle', 'receptions', 'recessions', 'recessives', 'recharging', 'rechecking', 'recidivism', 'recidivist', 'recipients', 'reciprocal', 'recitation', 'recitative', 'recklessly', 'reckonings', 'reclaimers', 'reclaiming', 'reclassify', 'recognised', 'recogniser', 'recognises', 'recognized', 'recognizer', 'recognizes', 'recollects', 'recombined', 'recombines', 'recommence', 'recommends', 'recompense', 'recompiled', 'recomputed', 'recomputes', 'reconciled', 'reconciler', 'reconciles', 'reconnects', 'reconquers', 'reconsider', 'reconvened', 'reconvenes', 'recordings', 'recounting', 'recoveries', 'recovering', 'recreating', 'recreation', 'recreative', 'recruiters', 'recruiting', 'rectangles', 'rectifiers', 'rectifying', 'rectitudes', 'recuperate', 'recurrence', 'recursions', 'recyclable', 'recyclings', 'redbreasts', 'redeclared', 'redeclares', 'redecorate', 'rededicate', 'redeemable', 'redefining', 'redemption', 'redemptive', 'redeployed', 'redesigned', 'redevelops', 'redirected', 'rediscover', 'redisplays', 'redistrict', 'redolences', 'redoubling', 'redounding', 'redrafting', 'redressing', 'reductions', 'redundancy', 'reeducated', 'reeducates', 'reelecting', 'reelection', 'reemerging', 'reenacting', 'reenforced', 'reenforces', 'reenlisted', 'reentering', 'reevaluate', 'reexamined', 'reexamines', 'refashions', 'refectorys', 'refereeing', 'referenced', 'referencer', 'references', 'referendum', 'refillable', 'refinanced', 'refinances', 'refinement', 'refineries', 'refinished', 'refinishes', 'reflecting', 'reflection', 'reflective', 'reflectors', 'reflexives', 'refocusing', 'refocussed', 'refocusses', 'reforested', 'reformable', 'refracting', 'refraction', 'refractory', 'refraining', 'refreshers', 'refreshing', 'refuelling', 'refulgence', 'refundable', 'refutation', 'regardless', 'regenerate', 'regimental', 'regimented', 'regionally', 'registered', 'registrant', 'registrars', 'registries', 'regressing', 'regression', 'regressive', 'regretting', 'regrouping', 'regularise', 'regularity', 'regularize', 'regulating', 'regulation', 'regulative', 'regulators', 'regulatory', 'rehearsals', 'rehearsing', 'reimbursed', 'reimburses', 'reimposing', 'reinforced', 'reinforcer', 'reinforces', 'reinserted', 'reinstated', 'reinstates', 'reinvented', 'reinvested', 'reiterated', 'reiterates', 'rejections', 'rejoicings', 'rejoinders', 'rejuvenate', 'rekindling', 'relabeling', 'relabelled', 'relational', 'relatively', 'relativism', 'relativity', 'relaxation', 'relearning', 'releasable', 'relegating', 'relegation', 'relentless', 'relevances', 'relevancys', 'relevantly', 'religiouss', 'relinquish', 'relocating', 'relocation', 'reluctance', 'remainders', 'remarkable', 'remarkably', 'remarriage', 'remarrying', 'rembrandts', 'remediable', 'remembered', 'reminisced', 'reminisces', 'remissions', 'remissness', 'remittance', 'remodeling', 'remodelled', 'remorseful', 'remoteness', 'remounting', 'remunerate', 'renascence', 'renderings', 'rendezvous', 'renditions', 'renegading', 'renouncing', 'renovating', 'renovation', 'renovators', 'rensselaer', 'renumbered', 'renunciate', 'reoccupied', 'reoccupies', 'reoccurred', 'reordering', 'reorganise', 'reorganize', 'repackaged', 'repackages', 'repainting', 'repairable', 'repairmans', 'reparation', 'repatriate', 'repayments', 'repeatable', 'repeatably', 'repeatedly', 'repellants', 'repellents', 'repentance', 'repertoire', 'repertorys', 'repetition', 'repetitive', 'rephrasing', 'repletions', 'replicated', 'replicates', 'reportages', 'reportedly', 'reposition', 'repository', 'reprehends', 'represents', 'repressing', 'repression', 'repressive', 'reprieving', 'reprimands', 'reprinting', 'reproached', 'reproaches', 'reprobates', 'reproduced', 'reproducer', 'reproduces', 'reprograms', 'reproofing', 'reptilians', 'republican', 'repudiated', 'repudiates', 'repugnance', 'repulsions', 'reputation', 'requesters', 'requesting', 'requisites', 'reschedule', 'rescinding', 'rescission', 'researched', 'researcher', 'researches', 'reselected', 'resemblant', 'resembling', 'resentment', 'reservedly', 'reservists', 'reservoirs', 'resettings', 'resettling', 'reshuffled', 'reshuffles', 'residences', 'residencys', 'resignedly', 'resilience', 'resiliency', 'resistable', 'resistably', 'resistance', 'resistible', 'resolutely', 'resolution', 'resolvable', 'resonances', 'resonantly', 'resonating', 'resonators', 'resorcinol', 'resounding', 'resourcing', 'respectful', 'respecting', 'respective', 'respelling', 'respirator', 'respondent', 'responding', 'responsive', 'restarting', 'restaurant', 'restfuller', 'restlessly', 'restocking', 'restrained', 'restrainer', 'restraints', 'restricted', 'restudying', 'resultants', 'resumption', 'resupplied', 'resupplies', 'resurfaced', 'resurfaces', 'resurgence', 'resurrects', 'retainment', 'retaliated', 'retaliates', 'retardants', 'retentions', 'rethinking', 'reticences', 'reticulate', 'retirement', 'retouching', 'retracting', 'retraction', 'retraining', 'retransmit', 'retreading', 'retreating', 'retrenched', 'retrenches', 'retrievals', 'retrievers', 'retrieving', 'retrograde', 'retrogress', 'retrospect', 'returnable', 'reunifying', 'revealings', 'revelation', 'revelatory', 'revellings', 'revengeful', 'reverenced', 'reverences', 'reverently', 'reverified', 'reverifies', 'reversible', 'reversions', 'revilement', 'revisiting', 'revitalise', 'revitalize', 'revivalist', 'revivified', 'revivifies', 'revocation', 'revolution', 'revulsions', 'rewindable', 'reykjaviks', 'rhapsodies', 'rhapsodise', 'rhapsodize', 'rhetorical', 'rheumatics', 'rheumatism', 'rhinelands', 'rhinestone', 'rhinoceros', 'rhythmical', 'ribbentrop', 'riboflavin', 'richardson', 'richelieus', 'richthofen', 'ricketiest', 'rickettsia', 'ricocheted', 'ridgepoles', 'ridiculing', 'ridiculous', 'riemannian', 'rigamarole', 'rightfully', 'rightnesss', 'rigidnesss', 'rigmaroles', 'rigobertos', 'rigolettos', 'rigorously', 'ringleader', 'ringmaster', 'riskinesss', 'ritualisms', 'riverfront', 'riversides', 'roadblocks', 'roadhouses', 'roadrunner', 'roadworthy', 'robertsons', 'robitussin', 'robustness', 'rochambeau', 'rochesters', 'rockinesss', 'rodriguezs', 'rodriquezs', 'roisterers', 'roistering', 'rollicking', 'romanesque', 'roominesss', 'roosevelts', 'roqueforts', 'rosalindas', 'rosebushes', 'rosecranss', 'rosemaries', 'rosenbergs', 'rosenzweig', 'rotational', 'rothschild', 'rotisserie', 'rottenness', 'rotterdams', 'rottweiler', 'rotunditys', 'rotundness', 'roughening', 'roughhouse', 'roughnecks', 'roughnesss', 'roundabout', 'roundelays', 'roundhouse', 'roundnesss', 'roundtable', 'roundworms', 'roustabout', 'routinised', 'routinises', 'routinized', 'routinizes', 'rowdinesss', 'royaltiess', 'rubberiest', 'rubberised', 'rubberises', 'rubberized', 'rubberizes', 'rubbermaid', 'rubberneck', 'rubbishing', 'rubinstein', 'ruddinesss', 'ruggedness', 'ruinations', 'ruminating', 'rumination', 'runarounds', 'rustically', 'rusticated', 'rusticates', 'rusticitys', 'rustinesss', 'rustproofs', 'rutherford', 'ruthlessly', 'sabbatical', 'sabotaging', 'saccharine', 'saccharins', 'sacerdotal', 'sackcloths', 'sacramento', 'sacraments', 'sacredness', 'sacrificed', 'sacrificer', 'sacrifices', 'sacrileges', 'sacristans', 'sacristies', 'sacrosanct', 'saddlebags', 'safeguards', 'safflowers', 'sagebrushs', 'sailboards', 'sailcloths', 'sailfishes', 'sainthoods', 'saintliest', 'salamander', 'salesclerk', 'salesgirls', 'saleswoman', 'saleswomen', 'salisburys', 'salivating', 'salivation', 'salmonella', 'saloonkeep', 'saltcellar', 'saltinesss', 'saltpeters', 'saltpetres', 'saltshaker', 'saltwaters', 'salubrious', 'salutation', 'salvadoran', 'salvations', 'salvatores', 'samaritans', 'samarkands', 'samsonites', 'samuelsons', 'sanatorium', 'sanctified', 'sanctifies', 'sanctioned', 'sanctuarys', 'sandalwood', 'sandbagged', 'sandblasts', 'sandcastle', 'sanderling', 'sandinesss', 'sandinista', 'sandpapers', 'sandpipers', 'sandstones', 'sandstorms', 'sandwiched', 'sandwiches', 'sanforized', 'sangfroids', 'sanguinary', 'sanitarium', 'sanitation', 'sanitising', 'sanitizing', 'saprophyte', 'sapsuckers', 'saragossas', 'sarcophagi', 'saskatoons', 'sasquatchs', 'sassafrass', 'satellited', 'satellites', 'satinwoods', 'satirising', 'satirizing', 'satisfying', 'saturating', 'saturation', 'saturnalia', 'saucinesss', 'sauerkraut', 'sauntering', 'savageness', 'savageries', 'savannahes', 'savonarola', 'savouriest', 'saxophones', 'scalloping', 'scallywags', 'scampering', 'scandalise', 'scandalize', 'scandalous', 'scantiness', 'scapegoats', 'scaramouch', 'scarceness', 'scarecrows', 'scarifying', 'scathingly', 'scattergun', 'scattering', 'scavengers', 'scavenging', 'scenically', 'scepticism', 'schedulers', 'scheduling', 'schematics', 'schindlers', 'schismatic', 'schlemiels', 'schlepping', 'schliemann', 'schmoozing', 'schnauzers', 'schneiders', 'schoenberg', 'scholastic', 'schoolbook', 'schoolboys', 'schooldays', 'schoolgirl', 'schoolings', 'schoolmarm', 'schoolmate', 'schoolroom', 'schoolwork', 'schoolyard', 'schrdinger', 'schrieffer', 'schroeders', 'schumacher', 'schumpeter', 'schuylkill', 'schweitzer', 'schweppess', 'schwingers', 'scientific', 'scientists', 'scintillas', 'scissoring', 'sclerosiss', 'scoliosiss', 'scolloping', 'scoreboard', 'scorecards', 'scornfully', 'scotchmans', 'scotswoman', 'scotswomen', 'scottsdale', 'scoundrels', 'scrabbling', 'scragglier', 'scramblers', 'scrambling', 'scrapbooks', 'scrappiest', 'scratchers', 'scratchier', 'scratching', 'scratchpad', 'scrawniest', 'screechier', 'screeching', 'screenings', 'screenplay', 'screwballs', 'scribblers', 'scribbling', 'scrimmaged', 'scrimmages', 'scrimshaws', 'scriptural', 'scriptures', 'scroungers', 'scrounging', 'scrubbiest', 'scruffiest', 'scrunching', 'scrupulous', 'scrutinise', 'scrutinize', 'sculleries', 'sculptural', 'sculptured', 'sculptures', 'scuppering', 'scurrilous', 'seafarings', 'seamanship', 'seamstress', 'searchings', 'seasonable', 'seasonably', 'seasonally', 'seasonings', 'sebastians', 'secessions', 'seclusions', 'secondarys', 'secondhand', 'secretarys', 'secretions', 'sectarians', 'sectionals', 'sectioning', 'secularise', 'secularism', 'secularize', 'securities', 'seductions', 'seedinesss', 'seemliness', 'seersucker', 'segmenting', 'segregated', 'segregates', 'seismology', 'selections', 'selectmans', 'selectrics', 'selflessly', 'semantical', 'semanticss', 'semaphored', 'semaphores', 'semblances', 'semiannual', 'semicircle', 'semicolons', 'semifinals', 'seminarian', 'seminaries', 'semiweekly', 'senatorial', 'senegalese', 'senioritys', 'sensations', 'sensitised', 'sensitises', 'sensitives', 'sensitized', 'sensitizes', 'sensuality', 'sensuously', 'sentencing', 'sentential', 'sentiments', 'separately', 'separating', 'separation', 'separatism', 'separatist', 'separators', 'septembers', 'septennial', 'septicemia', 'septillion', 'septuagint', 'sepulchers', 'sepulchral', 'sepulchred', 'sepulchres', 'sequencers', 'sequencing', 'sequential', 'sequesters', 'serenading', 'sereneness', 'serengetis', 'serialised', 'serialises', 'serialized', 'serializes', 'sermonised', 'sermonises', 'sermonized', 'sermonizes', 'serpentine', 'serviceman', 'servicemen', 'serviettes', 'servilitys', 'servitudes', 'settlement', 'sevastopol', 'seventeens', 'seventieth', 'severances', 'severities', 'sextillion', 'sexualitys', 'seychelles', 'shabbiness', 'shackleton', 'shadflower', 'shadinesss', 'shadowiest', 'shagginess', 'shakedowns', 'shakinesss', 'shallowest', 'shamefaced', 'shamefully', 'shampooing', 'shanghaied', 'shantytown', 'shapeliest', 'sharkskins', 'sharpeners', 'sharpening', 'sharpnesss', 'sharpshoot', 'shattering', 'sheathings', 'sheepfolds', 'sheepishly', 'sheepskins', 'sheetrocks', 'sheffields', 'sheikhdoms', 'shellacked', 'shellfishs', 'sheltering', 'shenandoah', 'shenanigan', 'shepherded', 'shibboleth', 'shiftiness', 'shillalahs', 'shillelagh', 'shimmering', 'shininesss', 'shintoisms', 'shipboards', 'shipwrecks', 'shipwright', 'shirttails', 'shirtwaist', 'shockingly', 'shockproof', 'shoddiness', 'shoehorned', 'shoemakers', 'shoeshines', 'shoestring', 'shopkeeper', 'shoplifted', 'shoplifter', 'shorelines', 'shortbread', 'shortcakes', 'shortening', 'shortfalls', 'shorthands', 'shorthorns', 'shortnesss', 'shortstops', 'shortwaves', 'shotgunned', 'shouldered', 'shovelfuls', 'shovelling', 'showboated', 'showcasing', 'showinesss', 'showpieces', 'showplaces', 'shreveport', 'shrewdness', 'shrillness', 'shrinkable', 'shrinkages', 'shriveling', 'shrivelled', 'shropshire', 'shrubberys', 'shrubbiest', 'shuddering', 'shutterbug', 'shuttering', 'shylockian', 'sicklewort', 'sicknesses', 'siddhartha', 'sideboards', 'sideburnss', 'sidelights', 'sidelining', 'sidesaddle', 'sidestroke', 'sideswiped', 'sideswipes', 'sidetracks', 'sidewinder', 'sierpinski', 'sightseers', 'signalised', 'signalises', 'signalized', 'signalizes', 'signalling', 'signatorys', 'signatures', 'signboards', 'signifying', 'signposted', 'silhouette', 'silicosiss', 'sillinesss', 'silverfish', 'silverware', 'similarity', 'similitude', 'simplectic', 'simpleness', 'simpletons', 'simplicial', 'simplicity', 'simplified', 'simplifier', 'simplifies', 'simplistic', 'simulating', 'simulation', 'simulators', 'simulcasts', 'sinceritys', 'sinfulness', 'singapores', 'singleness', 'singletons', 'singsonged', 'singularly', 'sinhaleses', 'sinusitiss', 'sinusoidal', 'sisterhood', 'situations', 'sixteenths', 'sjaellands', 'skateboard', 'skedaddled', 'skedaddles', 'skepticism', 'sketchbook', 'sketchiest', 'skillfully', 'skimpiness', 'skinflints', 'skinniness', 'skippering', 'skirmished', 'skirmisher', 'skirmishes', 'skittering', 'skydivings', 'skyjackers', 'skyjacking', 'skylarking', 'skyrockets', 'skyscraper', 'skywriters', 'skywriting', 'slackening', 'slacknesss', 'slackwares', 'slanderers', 'slandering', 'slanderous', 'slapsticks', 'slathering', 'slatternly', 'slaughters', 'sleaziness', 'sleeknesss', 'sleepiness', 'sleepwalks', 'sleepwears', 'sleepyhead', 'sleeveless', 'slenderest', 'slenderise', 'slenderize', 'slicknesss', 'slightness', 'slingshots', 'slipcovers', 'slipperier', 'slithering', 'slobbering', 'sloppiness', 'slouchiest', 'slovenians', 'slovenlier', 'sluggishly', 'slumbering', 'slumberous', 'smallnesss', 'smartening', 'smartnesss', 'smashingly', 'smattering', 'smithfield', 'smokehouse', 'smokestack', 'smokinesss', 'smoldering', 'smoothbore', 'smoothness', 'smothering', 'smouldered', 'smrgsbords', 'smugglings', 'snakebites', 'snapdragon', 'sneakiness', 'sneeringly', 'snickering', 'sniggering', 'snivelling', 'snootiness', 'snorkelers', 'snorkeling', 'snorkelled', 'snowballed', 'snowboards', 'snowdrifts', 'snowflakes', 'snowmobile', 'snowplough', 'snowplowed', 'snowstorms', 'snuffboxes', 'soapinesss', 'soapstones', 'sobernesss', 'sobriquets', 'socialised', 'socialises', 'socialisms', 'socialists', 'socialites', 'socialized', 'socializes', 'sociologys', 'sociometry', 'sociopaths', 'sogginesss', 'sojourners', 'sojourning', 'soldiering', 'solemnised', 'solemnises', 'solemnitys', 'solemnized', 'solemnizes', 'solemnness', 'soliciting', 'solicitors', 'solicitous', 'solicitude', 'solidarity', 'solidified', 'solidifies', 'solidnesss', 'soliloquys', 'solitaires', 'solitaries', 'solubility', 'somebodies', 'somebodyll', 'somersault', 'somerville', 'somethings', 'sommerfeld', 'somnolence', 'songwriter', 'soothingly', 'soothsayer', 'sophistrys', 'sophoclean', 'sophomores', 'sophomoric', 'soporifics', 'sorceresss', 'sordidness', 'sororities', 'soubriquet', 'soundnesss', 'soundproof', 'soundtrack', 'sourdoughs', 'sourpusses', 'southbound', 'southeasts', 'southerlys', 'southerner', 'southwards', 'southwests', 'sovereigns', 'spacecraft', 'spaceships', 'spacesuits', 'spacewalks', 'spaciously', 'spadeworks', 'spaghettis', 'spankingly', 'sparenesss', 'spareribss', 'sparseness', 'spattering', 'speakeasys', 'spearheads', 'spearmints', 'specialise', 'specialist', 'speciality', 'specialize', 'specialtys', 'specifiers', 'specifying', 'speciously', 'spectacled', 'spectacles', 'spectators', 'speculated', 'speculates', 'speculator', 'speechless', 'speedboats', 'speedsters', 'spellbinds', 'spellbound', 'spelunkers', 'spencerian', 'spenserian', 'spermicide', 'sphalerite', 'spheroidal', 'sphincters', 'spicinesss', 'spideriest', 'spiderwort', 'spielbergs', 'spindliest', 'spinnakers', 'spiralling', 'spiritedly', 'spiritless', 'spirituals', 'spirituous', 'spirograph', 'spitefully', 'splashdown', 'splashiest', 'splattered', 'spleenwort', 'splendider', 'splendidly', 'splendours', 'splintered', 'splittings', 'splotchier', 'splotching', 'spluttered', 'spoilsport', 'spokesmans', 'spoliation', 'sponsoring', 'spoonbills', 'spoonerism', 'sportingly', 'sportscast', 'sportsmans', 'sportswear', 'spotlessly', 'spotlights', 'spottiness', 'spreadings', 'springiest', 'springtail', 'springtime', 'sprinklers', 'sprinkling', 'spuriously', 'sputtering', 'spyglasses', 'squabbling', 'squalidest', 'squandered', 'squareness', 'squashiest', 'squeakiest', 'squelching', 'squigglier', 'squiggling', 'squirehood', 'squirmiest', 'squirreled', 'squishiest', 'srivijayas', 'stabilised', 'stabiliser', 'stabilises', 'stabilitys', 'stabilized', 'stabilizer', 'stabilizes', 'stagecoach', 'stagehands', 'staggering', 'stagnating', 'stagnation', 'stainlesss', 'staircases', 'stairwells', 'stalactite', 'stalagmite', 'stalemated', 'stalemates', 'stalenesss', 'stalingrad', 'stalwartly', 'stammerers', 'stammering', 'stampeding', 'stanchions', 'standardly', 'standpoint', 'standstill', 'starboards', 'starchiest', 'starfishes', 'stargazers', 'starknesss', 'starlights', 'starvation', 'statehoods', 'statehouse', 'stateliest', 'statements', 'staterooms', 'statesmans', 'statically', 'stationary', 'stationers', 'stationery', 'stationing', 'statistics', 'statuesque', 'statuettes', 'staunchest', 'staunching', 'steadiness', 'steakhouse', 'stealthier', 'stealthily', 'steamboats', 'steamrolls', 'steamships', 'steepnesss', 'steinmetzs', 'stenciling', 'stencilled', 'stentorian', 'stepchilds', 'stepfather', 'stephanies', 'stephenson', 'stepladder', 'stepmother', 'stepparent', 'stepsister', 'stereotype', 'sterilised', 'steriliser', 'sterilises', 'sterilitys', 'sterilized', 'sterilizer', 'sterilizes', 'sternnesss', 'stevedores', 'stewardess', 'stewarding', 'stickiness', 'sticktight', 'stieglitzs', 'stiffeners', 'stiffening', 'stiffnesss', 'stigmatise', 'stigmatize', 'stilettoes', 'stillbirth', 'stillnesss', 'stillwater', 'stimulants', 'stimulated', 'stimulates', 'stinginess', 'stipulated', 'stipulates', 'stirringly', 'stitchings', 'stochastic', 'stockading', 'stockholms', 'stockiness', 'stockpiled', 'stockpiles', 'stockrooms', 'stockyards', 'stodginess', 'stoliditys', 'stomaching', 'stonehenge', 'stonewalls', 'stonewares', 'stoneworks', 'stoplights', 'stoppering', 'stopwatchs', 'storefront', 'storehouse', 'storerooms', 'stormbound', 'storminess', 'storyboard', 'storybooks', 'stoutnesss', 'stovepipes', 'strabismic', 'strabismus', 'straddling', 'stragglers', 'stragglier', 'straggling', 'straighten', 'straighter', 'straitened', 'stranglers', 'strangling', 'straplesss', 'strappings', 'strasbourg', 'stratagems', 'strategies', 'strategist', 'stratified', 'stratifies', 'stravinsky', 'strawberry', 'streakiest', 'streamline', 'streamside', 'streetcars', 'streetwise', 'streisands', 'strengthen', 'stretchers', 'stretchier', 'stretching', 'strickland', 'strictness', 'strictures', 'stridently', 'strikeouts', 'strikingly', 'strindberg', 'stringency', 'stringiest', 'striplings', 'striptease', 'strongboxs', 'stronghold', 'strongroom', 'strontiums', 'structural', 'structured', 'structurer', 'structures', 'struggling', 'strychnine', 'stubbliest', 'stubborner', 'stubbornly', 'studebaker', 'studiously', 'stuffiness', 'stultified', 'stultifies', 'stunningly', 'stupefying', 'stupendous', 'stupiditys', 'sturbridge', 'sturdiness', 'stutterers', 'stuttering', 'stuttgarts', 'stuyvesant', 'styrofoams', 'subclasses', 'subcompact', 'subculture', 'subdivided', 'subdivides', 'subheading', 'subjecting', 'subjection', 'subjective', 'subjoining', 'subjugated', 'subjugates', 'subleasing', 'subletting', 'sublimated', 'sublimates', 'subliminal', 'sublimitys', 'submariner', 'submarines', 'submerging', 'submersing', 'submersion', 'submission', 'submissive', 'submitting', 'submodules', 'subnetwork', 'suborbital', 'subpoenaed', 'subproblem', 'subprogram', 'subproject', 'subroutine', 'subschemas', 'subscribed', 'subscriber', 'subscribes', 'subscripts', 'subsection', 'subsegment', 'subsequent', 'subsidence', 'subsidiary', 'subsidised', 'subsidises', 'subsidized', 'subsidizes', 'subsistent', 'subsisting', 'substances', 'substation', 'substitute', 'substrates', 'substratum', 'substrings', 'subsystems', 'subterfuge', 'subtitling', 'subtleness', 'subtleties', 'subtotaled', 'subtracted', 'subtracter', 'subtractor', 'subtrahend', 'subversion', 'subversive', 'subverting', 'succeeding', 'successful', 'succession', 'successive', 'successors', 'succincter', 'succinctly', 'succotashs', 'succouring', 'succulence', 'succulents', 'succumbing', 'suctioning', 'suddenness', 'sufferance', 'sufferings', 'sufficient', 'suffocated', 'suffocates', 'suffragans', 'suffragist', 'suffusions', 'sugarcanes', 'sugarcoats', 'suggesting', 'suggestion', 'suggestive', 'suicidally', 'sulkinesss', 'sullenness', 'sulphuring', 'sulphurous', 'sultanates', 'summarised', 'summarises', 'summarized', 'summarizes', 'summations', 'summeriest', 'summertime', 'summonsing', 'sunbathers', 'sunbathing', 'sunbonnets', 'sunburning', 'sundaneses', 'sunflowers', 'sunglasses', 'sunscreens', 'sunstrokes', 'suntanning', 'superbowls', 'superfunds', 'superglues', 'superhuman', 'supernovae', 'supernovas', 'superposed', 'superposes', 'superpower', 'superseded', 'supersedes', 'supersonic', 'superstars', 'supervened', 'supervenes', 'supervised', 'supervises', 'supervisor', 'supplanted', 'supplement', 'suppleness', 'suppliants', 'supplicant', 'supplicate', 'supporters', 'supporting', 'supportive', 'supposable', 'supposedly', 'suppressed', 'suppressen', 'suppresses', 'suppressor', 'suppurated', 'suppurates', 'supremacys', 'surceasing', 'surcharged', 'surcharges', 'surefooted', 'surfactant', 'surfboards', 'surfeiting', 'surgically', 'surjection', 'surjective', 'surlinesss', 'surmounted', 'surpassing', 'surplusing', 'surplussed', 'surprising', 'surrealism', 'surrealist', 'surrenders', 'surrogates', 'surrounded', 'suspecting', 'suspenders', 'suspending', 'suspension', 'suspicions', 'suspicious', 'sustaining', 'sustenance', 'sutherland', 'suzerainty', 'swaggering', 'swallowing', 'swammerdam', 'swarthiest', 'swarthmore', 'swattering', 'swaybacked', 'swazilands', 'swearwords', 'sweatpants', 'sweatshirt', 'sweatshops', 'swedenborg', 'sweepingss', 'sweepstake', 'sweetbread', 'sweetbriar', 'sweetbrier', 'sweeteners', 'sweetening', 'sweetheart', 'sweetmeats', 'sweetnesss', 'swellheads', 'sweltering', 'swiftnesss', 'swimmingly', 'swinburnes', 'switchable', 'switchback', 'switchgear', 'switchings', 'swivelling', 'swordfishs', 'swordplays', 'swordsmans', 'sycophants', 'syllabuses', 'syllogisms', 'sylvesters', 'symbiosiss', 'symbolised', 'symbolises', 'symbolisms', 'symbolized', 'symbolizes', 'symmetries', 'sympathies', 'sympathise', 'sympathize', 'symphonies', 'symplectic', 'symposiums', 'synagogues', 'syncopated', 'syncopates', 'syndicated', 'syndicates', 'synergisms', 'synonymous', 'synthesise', 'synthesiss', 'synthesize', 'synthetics', 'syphilitic', 'systematic', 'systemwide', 'szymborska', 'tabernacle', 'tablecloth', 'tablelands', 'tablespoon', 'tablewares', 'tabulating', 'tabulation', 'tabulators', 'tachometer', 'tacitnesss', 'tackinesss', 'tactically', 'tacticians', 'tactlessly', 'tailgating', 'taillights', 'tailorings', 'taiwaneses', 'tajikistan', 'taklamakan', 'talismanic', 'tallchiefs', 'talleyrand', 'tallyhoing', 'tambourine', 'tamerlanes', 'tananarive', 'tanganyika', 'tangential', 'tangerines', 'tannhusers', 'tantalised', 'tantalises', 'tantalized', 'tantalizes', 'tantamount', 'tanzanians', 'tapestries', 'tarantinos', 'tarantulae', 'tarantulas', 'tardinesss', 'tarkentons', 'tarkington', 'tarmacking', 'tarnishing', 'tarpaulins', 'taskmaster', 'tasselling', 'tastefully', 'tastinesss', 'tattletale', 'tattooists', 'tautologys', 'tawdriness', 'taxidermys', 'taxonomies', 'teakettles', 'teargassed', 'teargasses', 'tearjerker', 'technetium', 'technician', 'techniques', 'technocrat', 'technology', 'tectonicss', 'teetotaler', 'telecasted', 'telecaster', 'telefunken', 'telegraphs', 'telegraphy', 'telemachus', 'telemeters', 'telemetric', 'telemetrys', 'telepathic', 'telepathys', 'telephoned', 'telephoner', 'telephones', 'telephonic', 'telephonys', 'telephotos', 'telescoped', 'telescopes', 'telescopic', 'televising', 'television', 'televisors', 'temperance', 'temporally', 'temporarys', 'temporised', 'temporises', 'temporized', 'temporizes', 'temptation', 'temptingly', 'temptresss', 'tenability', 'tendencies', 'tenderfeet', 'tenderfoot', 'tenderised', 'tenderiser', 'tenderises', 'tenderized', 'tenderizer', 'tenderizes', 'tenderloin', 'tenderness', 'tendinitis', 'tendonitis', 'tennessees', 'tensenesss', 'teratology', 'tereshkova', 'termagants', 'terminable', 'terminally', 'terminated', 'terminates', 'terminator', 'terminuses', 'terramycin', 'terrariums', 'terrifying', 'territorys', 'terrorised', 'terrorises', 'terrorisms', 'terrorists', 'terrorized', 'terrorizes', 'tersenesss', 'tessellate', 'testaments', 'testicular', 'testifiers', 'testifying', 'testimonys', 'testinesss', 'tetragonal', 'tetrahedra', 'thankfully', 'thatchings', 'theatrical', 'themselves', 'theocracys', 'theocratic', 'theocritus', 'theodorics', 'theodosian', 'theodosius', 'theologian', 'theologies', 'theorising', 'theorizers', 'theorizing', 'theosophys', 'therapists', 'thereabout', 'thereafter', 'thereunder', 'thermionic', 'thermistor', 'thermopile', 'thermostat', 'thesauruss', 'thickeners', 'thickening', 'thicknesss', 'thighbones', 'thimbleful', 'thiouracil', 'thirstiest', 'thirteenth', 'thirtieths', 'thorazines', 'thorougher', 'thoroughly', 'thoughtful', 'thousandth', 'thralldoms', 'thrashings', 'threadbare', 'threatened', 'threescore', 'threesomes', 'threnodies', 'thresholds', 'thriftiest', 'throatiest', 'thromboses', 'thrombosis', 'throttling', 'throughout', 'throughput', 'throughway', 'throwaways', 'throwbacks', 'thucydides', 'thumbnails', 'thumbscrew', 'thumbtacks', 'thunderers', 'thundering', 'thunderous', 'thyrotoxic', 'tidewaters', 'tiebreaker', 'tienanmens', 'tighteners', 'tightening', 'tightnesss', 'tightropes', 'timberland', 'timberline', 'timekeeper', 'timeliness', 'timepieces', 'timescales', 'timetabled', 'timetables', 'timorously', 'timpanists', 'tincturing', 'tinderboxs', 'tinkerbell', 'tinselling', 'tinseltown', 'tintoretto', 'tippecanoe', 'tirednesss', 'tirelessly', 'tiresomely', 'titillated', 'titillates', 'toadstools', 'tobogganed', 'toiletries', 'tolerances', 'tolerantly', 'tolerating', 'toleration', 'tollbooths', 'tomahawked', 'tombstones', 'tomfoolery', 'tomography', 'tonalities', 'toothaches', 'toothbrush', 'toothpaste', 'toothpicks', 'topgallant', 'topography', 'topologies', 'topologize', 'torchlight', 'tormenters', 'tormenting', 'tormentors', 'torpedoing', 'torpiditys', 'torquemada', 'torrential', 'torricelli', 'tortuously', 'totalities', 'touchdowns', 'touchiness', 'touchingly', 'touchstone', 'toughening', 'toughnesss', 'tourmaline', 'tournament', 'tourniquet', 'towellings', 'townhouses', 'townsfolks', 'toxicology', 'trademarks', 'tradesmans', 'traditions', 'trafalgars', 'trafficked', 'trafficker', 'tragedians', 'tragically', 'tragicomic', 'trailblaze', 'trailwayss', 'traitorous', 'trajectory', 'trammeling', 'trammelled', 'trampoline', 'tranquiler', 'tranquilly', 'transacted', 'transcends', 'transcribe', 'transcript', 'transducer', 'transferal', 'transferee', 'transferor', 'transfixed', 'transfixes', 'transforms', 'transfused', 'transfuses', 'transgress', 'transience', 'transiency', 'transients', 'transistor', 'transiting', 'transition', 'transitive', 'transitory', 'transitted', 'translated', 'translates', 'translator', 'transmuted', 'transmutes', 'transpired', 'transpires', 'transplant', 'transports', 'transposed', 'transposes', 'transships', 'transvaals', 'transverse', 'trapezoids', 'trappingss', 'trastevere', 'traumatise', 'traumatize', 'travailing', 'travelings', 'travellers', 'travelling', 'travelogue', 'traversals', 'traversing', 'travertine', 'travestied', 'travesties', 'treacherys', 'treadmills', 'treasonous', 'treasurers', 'treasuries', 'treasuring', 'treatments', 'trellising', 'tremendous', 'trespassed', 'trespasser', 'trespasses', 'triangular', 'triangulum', 'triathlons', 'tribalisms', 'tribesmans', 'tributarys', 'trichotomy', 'trickiness', 'tricksters', 'tricolours', 'triennials', 'trifocalss', 'triggering', 'trilateral', 'trillionth', 'trimesters', 'trimmingss', 'tripartite', 'triplicate', 'trisecting', 'tritenesss', 'triumphant', 'triumphing', 'trivialise', 'triviality', 'trivialize', 'trobriands', 'troglodyte', 'trombonist', 'trondheims', 'troopships', 'tropicanas', 'tropopause', 'troubadour', 'trousseaus', 'trousseaux', 'trowelling', 'truckloads', 'truculence', 'trumpeters', 'trumpeting', 'truncating', 'truncation', 'truncheons', 'trustfully', 'trustingly', 'truthfully', 'tsimshians', 'tsitsihars', 'tsongkhapa', 'tubercular', 'tuberculin', 'tumbledown', 'tumbleweed', 'tumultuous', 'tunelessly', 'tunnelings', 'tunnelling', 'tupperware', 'tupungatos', 'turboprops', 'turbulence', 'turgiditys', 'turkestans', 'turnabouts', 'turnaround', 'turnstiles', 'turntables', 'turpentine', 'turpitudes', 'turquoises', 'turtleback', 'turtledove', 'turtleneck', 'tuscaloosa', 'tuscaroras', 'tweedledee', 'tweedledum', 'twentieths', 'twinklings', 'twittering', 'twizzlerss', 'typescript', 'typesetter', 'typewriter', 'typewrites', 'typography', 'tyrannical', 'tyrannised', 'tyrannises', 'tyrannized', 'tyrannizes', 'ubiquitous', 'ukrainians', 'ulcerating', 'ulceration', 'ultimately', 'ultimatums', 'ultrashort', 'ultrasonic', 'ultrasound', 'ultrasuede', 'umbilicuss', 'unabridged', 'unaccented', 'unaccepted', 'unaffected', 'unanimitys', 'unanswered', 'unassigned', 'unassisted', 'unassuming', 'unattached', 'unattended', 'unavailing', 'unbalanced', 'unbearable', 'unbearably', 'unbeatable', 'unbecoming', 'unbeliever', 'unblocking', 'unblushing', 'unbosoming', 'unbuckling', 'unbuffered', 'unburdened', 'unbuttoned', 'uncanniest', 'uncensored', 'unchanging', 'unclasping', 'uncleanest', 'unclearest', 'unclothing', 'uncommoner', 'uncommonly', 'unconcerns', 'uncoupling', 'uncovering', 'uncritical', 'unctuously', 'uncultured', 'undeceived', 'undeceives', 'undecideds', 'undeclared', 'undefeated', 'undefended', 'undeniable', 'undeniably', 'underacted', 'underbelly', 'underbrush', 'underclass', 'undercoats', 'undercover', 'underfeeds', 'underflows', 'undergoing', 'undergrads', 'underlined', 'underlines', 'underlings', 'underlying', 'undermined', 'undermines', 'underneath', 'underpants', 'underpasss', 'underplays', 'underrated', 'underrates', 'underscore', 'undersells', 'undershirt', 'undershoot', 'undersides', 'undersigns', 'undersized', 'underskirt', 'understand', 'understate', 'understood', 'understudy', 'undertaken', 'undertaker', 'undertakes', 'undertones', 'undervalue', 'underwater', 'underwears', 'underwoods', 'underworld', 'underwrite', 'underwrote', 'undeserved', 'undetected', 'undeterred', 'undirected', 'undisputed', 'undressing', 'undulating', 'undulation', 'unearthing', 'uneasiness', 'uneconomic', 'uneducated', 'unemployed', 'unenviable', 'unequalled', 'unerringly', 'unevenness', 'uneventful', 'unexampled', 'unexciting', 'unexpanded', 'unexpected', 'unexplored', 'unextended', 'unfairness', 'unfaithful', 'unfamiliar', 'unfastened', 'unfeasible', 'unfettered', 'unfinished', 'unflagging', 'unforeseen', 'unfriendly', 'unfrocking', 'ungainlier', 'ungodliest', 'ungracious', 'ungrateful', 'ungrounded', 'ungrudging', 'unhappiest', 'unhindered', 'unhitching', 'unicameral', 'uniforming', 'uniformity', 'unilateral', 'unimodular', 'unimpaired', 'unindented', 'uninformed', 'uninominal', 'uninspired', 'uninstalls', 'unintended', 'uninviting', 'unionising', 'unionizers', 'unionizing', 'uniqueness', 'unitarians', 'univariate', 'universals', 'university', 'unkindlier', 'unkindness', 'unknowable', 'unknowings', 'unlabelled', 'unlatching', 'unlawfully', 'unlearning', 'unleashing', 'unleavened', 'unlettered', 'unlicensed', 'unlikelier', 'unlikeness', 'unluckiest', 'unmanliest', 'unmannerly', 'unmerciful', 'unmodified', 'unnumbered', 'unobserved', 'unoccupied', 'unofficial', 'unoriginal', 'unorthodox', 'unpleasant', 'unplugging', 'unpolluted', 'unprepared', 'unprompted', 'unprovable', 'unprovoked', 'unpunished', 'unraveling', 'unravelled', 'unreadable', 'unreadiest', 'unrealised', 'unrealized', 'unrecorded', 'unreleased', 'unreliable', 'unrelieved', 'unreported', 'unrequited', 'unreserved', 'unresolved', 'unrivalled', 'unromantic', 'unruliness', 'unsaddling', 'unsanitary', 'unschooled', 'unscramble', 'unscrewing', 'unseasoned', 'unseemlier', 'unselected', 'unsettling', 'unshakable', 'unsheathed', 'unsheathes', 'unskillful', 'unsnapping', 'unsnarling', 'unsociable', 'unsolvable', 'unsoundest', 'unspecific', 'unstablest', 'unsteadier', 'unsteadily', 'unstopping', 'unstressed', 'unsuitable', 'unsuitably', 'unswerving', 'untangling', 'unthinking', 'untidiness', 'untimelier', 'untiringly', 'untroubled', 'untruthful', 'untwisting', 'unukalhais', 'unverified', 'unwariness', 'unwavering', 'unwieldier', 'unworkable', 'unworthier', 'unwrapping', 'unyielding', 'upanishads', 'upbraiding', 'upbringing', 'upchucking', 'upcountrys', 'updraughts', 'upholsters', 'upholstery', 'upliftings', 'uppercases', 'uproarious', 'upstanding', 'upstarting', 'urbanising', 'urbanizing', 'urinalyses', 'urinalysis', 'urinations', 'urologists', 'uruguayans', 'usefulness', 'usherettes', 'usurpation', 'utterances', 'uttermosts', 'uzbekistan', 'vacationed', 'vacationer', 'vaccinated', 'vaccinates', 'vacillated', 'vacillates', 'vagabonded', 'vaguenesss', 'vainglorys', 'valentines', 'valenzuela', 'validating', 'validation', 'validnesss', 'valparaiso', 'valuations', 'valvolines', 'vancouvers', 'vandalised', 'vandalises', 'vandalisms', 'vandalized', 'vandalizes', 'vandenberg', 'vanderbilt', 'vanderpoel', 'vanishings', 'vanquished', 'vanquishes', 'vapidnesss', 'vaporisers', 'vaporising', 'vaporizers', 'vaporizing', 'variations', 'variegated', 'variegates', 'varnishing', 'vasectomys', 'vassalages', 'vaudeville', 'vegetables', 'vegetarian', 'vegetating', 'vegetation', 'vegetative', 'vehemences', 'vehemently', 'velocities', 'velveteens', 'velvetiest', 'venerating', 'veneration', 'venezuelan', 'venezuelas', 'vengeances', 'vengefully', 'venomously', 'ventilated', 'ventilates', 'ventilator', 'ventricles', 'venturings', 'verbalised', 'verbalises', 'verbalized', 'verbalizes', 'verbositys', 'verdigriss', 'verifiable', 'vermicelli', 'vermilions', 'vermillion', 'vermonters', 'vernacular', 'versailles', 'versifying', 'vertebrate', 'vertically', 'vestibules', 'veterinary', 'viabilitys', 'vibraphone', 'vibrations', 'vicksburgs', 'victimised', 'victimises', 'victimized', 'victimizer', 'victimizes', 'victorians', 'victorious', 'victualing', 'victualled', 'videodiscs', 'videotaped', 'videotapes', 'vientianes', 'vietnamese', 'viewfinder', 'viewpoints', 'vigilances', 'vigilantes', 'vigilantly', 'vignetting', 'vigorously', 'vijayawada', 'villainies', 'villainous', 'villarreal', 'vindicated', 'vindicates', 'vindicator', 'vindictive', 'violations', 'violinists', 'virginians', 'virginitys', 'virtuosity', 'virtuously', 'virulences', 'virulently', 'viscometer', 'viscositys', 'visibility', 'visionarys', 'visitation', 'visualised', 'visualises', 'visualized', 'visualizer', 'visualizes', 'vitalising', 'vitalizing', 'vitiations', 'vituperate', 'vividnesss', 'viviparous', 'vocabulary', 'vocalising', 'vocalizing', 'vocational', 'vociferate', 'vociferous', 'volatility', 'voldemorts', 'volgograds', 'volkswagen', 'volleyball', 'voltmeters', 'volubility', 'volumetric', 'voluminous', 'voluntarys', 'volunteers', 'voluptuary', 'voluptuous', 'voodooisms', 'vouchsafed', 'vouchsafes', 'voyeurisms', 'vulcanised', 'vulcanises', 'vulcanized', 'vulcanizes', 'vulgarised', 'vulgarises', 'vulgarisms', 'vulgaritys', 'vulgarized', 'vulgarizes', 'vulnerable', 'vulnerably', 'wackinesss', 'wainscoted', 'wainwright', 'waistbands', 'waistcoats', 'waistlines', 'waitresses', 'waiverable', 'waldensian', 'wallboards', 'wallflower', 'wallopings', 'wallpapers', 'wanamakers', 'wanderings', 'wanderlust', 'wantonness', 'warehoused', 'warehouses', 'warmongers', 'warrantied', 'warranties', 'warranting', 'washbasins', 'washboards', 'washcloths', 'washington', 'washstands', 'wassailing', 'wassermann', 'wastefully', 'wastelands', 'wastepaper', 'wastewater', 'watchbands', 'watchfully', 'watchmaker', 'watchtower', 'watchwords', 'watercolor', 'watercraft', 'watercress', 'waterfalls', 'waterfowls', 'waterfront', 'waterhouse', 'waterlines', 'watermarks', 'watermelon', 'waterpower', 'waterproof', 'watersheds', 'watersides', 'waterspout', 'watertight', 'waterworks', 'wavefronts', 'wavelength', 'wavenumber', 'wayfarings', 'weakfishes', 'weaknesses', 'wealthiest', 'weaponless', 'wearinesss', 'weaselling', 'weathering', 'weatherise', 'weatherize', 'weatherman', 'weathermen', 'webmasters', 'wednesdays', 'weekending', 'weeknights', 'weightiest', 'weightless', 'weirdnesss', 'wellington', 'wellspring', 'werewolves', 'westerlies', 'westerners', 'westernise', 'westernize', 'westphalia', 'whalebones', 'whatsoever', 'wheatstone', 'wheelbases', 'wheelchair', 'wheelhouse', 'whereabout', 'wherefores', 'whetstones', 'whimpering', 'whiplashes', 'whirligigs', 'whirlpools', 'whirlwinds', 'whispering', 'whitefield', 'whitefishs', 'whitehorse', 'whitenesss', 'whitespace', 'whitewalls', 'whitewashs', 'whitfields', 'whitsunday', 'whodunnits', 'wholenesss', 'wholesaled', 'wholesaler', 'wholesales', 'whomsoever', 'whorehouse', 'wickedness', 'wickerwork', 'widespread', 'widowhoods', 'wiesenthal', 'wigwagging', 'wikipedias', 'wildcatted', 'wildcatter', 'wildebeest', 'wilderness', 'wildflower', 'wilfulness', 'wilhelmina', 'wilkersons', 'wilkinsons', 'willamette', 'willemstad', 'williamson', 'willoughby', 'willowiest', 'willpowers', 'wilmington', 'wimbledons', 'winchester', 'windbreaks', 'windinesss', 'windjammer', 'windlasses', 'windmilled', 'windowpane', 'windowsill', 'windscreen', 'windshield', 'windstorms', 'windsurfed', 'wineglasss', 'winemaster', 'wingspread', 'winnebagos', 'winteriest', 'winterised', 'winterises', 'winterized', 'winterizes', 'wintertime', 'wirelesses', 'wiretapped', 'wiretapper', 'wisconsins', 'wisecracks', 'witchcraft', 'withdrawal', 'withholder', 'withstands', 'witnessing', 'witticisms', 'wittinesss', 'wodehouses', 'woefullest', 'wolfhounds', 'wollongong', 'wolverines', 'womanhoods', 'womanisers', 'womanising', 'womanizers', 'womanizing', 'womankinds', 'womanliest', 'womanlikes', 'womenfolks', 'wonderbras', 'wonderland', 'wonderment', 'wondrously', 'woodcarver', 'woodchucks', 'woodcrafts', 'woodcutter', 'woodenness', 'woodinesss', 'woodpecker', 'woodstocks', 'woolgather', 'woolliness', 'woolongong', 'woozinesss', 'worcesters', 'wordinesss', 'wordsworth', 'workaholic', 'workbenchs', 'workforces', 'workhorses', 'workhouses', 'workingman', 'workingmen', 'workplaces', 'worksheets', 'worldliest', 'worryingly', 'worrywarts', 'worshipers', 'worshipful', 'worshiping', 'worshipped', 'worshipper', 'worthiness', 'worthwhile', 'wraparound', 'wrathfully', 'wrestlings', 'wretcheder', 'wretchedly', 'wriggliest', 'wrinkliest', 'wristbands', 'wristwatch', 'wrongdoers', 'wrongdoing', 'wrongfully', 'wrongnesss', 'wurlitzers', 'wycherleys', 'wyomingite', 'xenophobia', 'xenophobic', 'xerography', 'xochipilli', 'xylophones', 'yachtsmans', 'yardsticks', 'yellowness', 'yesterdays', 'yesteryear', 'yorkshires', 'yossarians', 'youngsters', 'youngstown', 'yourselves', 'youthfully', 'yugoslavia', 'zachariahs', 'zaporozhye', 'zeffirelli', 'zellerbach', 'zigzagging', 'zimbabwean', 'zimmermans', 'zinfandels', 'zirconiums', 'zollverein', 'zoological', 'zoologists', 'zoroasters', 'abandonment', 'abbreviated', 'abbreviates', 'abdications', 'aberrations', 'abhorrences', 'abjurations', 'abnegations', 'abnormality', 'abolishment', 'abominating', 'abomination', 'aboriginals', 'abortionist', 'aboveground', 'abracadabra', 'abreactions', 'abridgement', 'abridgments', 'abrogations', 'abruptnesss', 'absenteeism', 'absolutions', 'absolutisms', 'absorbencys', 'absorptions', 'abstentions', 'abstinences', 'abstracting', 'abstraction', 'abstractors', 'absurdities', 'abusiveness', 'abyssinians', 'academician', 'accelerated', 'accelerates', 'accelerator', 'accentuated', 'accentuates', 'acceptances', 'accessioned', 'accessories', 'accidentals', 'acclamation', 'acclimating', 'acclimation', 'acclimatise', 'acclimatize', 'accommodate', 'accompanied', 'accompanies', 'accompanist', 'accomplices', 'accordances', 'accordingly', 'accountable', 'accountably', 'accountancy', 'accountants', 'accountings', 'accreditate', 'accrediting', 'acculturate', 'accumulated', 'accumulates', 'accumulator', 'accusations', 'accusatives', 'accustoming', 'achievement', 'acknowledge', 'acoustician', 'acquainting', 'acquiescent', 'acquiescing', 'acquirement', 'acquisition', 'acquisitive', 'acrimonious', 'acrobaticss', 'actinometer', 'activations', 'actualising', 'actualities', 'actualizing', 'actuarially', 'acupuncture', 'acyclically', 'adaptations', 'addressable', 'adirondacks', 'adjournment', 'adjudicated', 'adjudicates', 'adjudicator', 'adjurations', 'adjustments', 'administers', 'admirations', 'admittances', 'admonishing', 'admonitions', 'adolescence', 'adolescents', 'adrenalines', 'adroitnesss', 'adulterants', 'adulterated', 'adulterates', 'adulteresss', 'adumbrating', 'adumbration', 'advancement', 'advantaging', 'adventurers', 'adventuress', 'adventuring', 'adventurous', 'adversarial', 'adversaries', 'adversities', 'advertisers', 'advertising', 'advisements', 'aerobaticss', 'aerodynamic', 'aeronautics', 'aesculapius', 'aestheticss', 'affabilitys', 'affectation', 'affectingly', 'affiliating', 'affiliation', 'affirmation', 'affirmative', 'afflictions', 'afforesting', 'afghanistan', 'aficionados', 'afterbirths', 'afterburner', 'aftereffect', 'aftershaves', 'aftershocks', 'aftertastes', 'agglomerate', 'agglutinate', 'agglutinins', 'aggrandised', 'aggrandises', 'aggrandized', 'aggrandizes', 'aggravating', 'aggravation', 'aggregately', 'aggregating', 'aggregation', 'aggressions', 'agnosticism', 'agonisingly', 'agonizingly', 'agriculture', 'agronomists', 'ahmadinejad', 'aimlessness', 'airbrushing', 'airdropping', 'airsickness', 'airworthier', 'alamogordos', 'albatrosses', 'albigensian', 'albuquerque', 'alcoholisms', 'alderwomans', 'alexandrias', 'algonquians', 'algorithmic', 'alienations', 'alkalinitys', 'allegations', 'alleghenies', 'allegiances', 'allegorical', 'allegrettos', 'alleviaters', 'alleviating', 'alleviation', 'allocations', 'alphabetics', 'alphabetise', 'alphabetize', 'alterations', 'altercation', 'alternately', 'alternating', 'alternation', 'alternative', 'alternators', 'amalgamated', 'amalgamates', 'amanuensiss', 'amaryllises', 'amateurisms', 'ambassadors', 'ambiguities', 'ambiguously', 'ambitiously', 'ambivalence', 'ambulatorys', 'ameliorated', 'ameliorates', 'americanise', 'americanism', 'americanize', 'amerindians', 'amethystine', 'amiabilitys', 'amicability', 'ammunitions', 'amorousness', 'amorphously', 'amphetamine', 'amphibology', 'amputations', 'anabaptists', 'anachronism', 'anaesthesia', 'anaesthetic', 'analogously', 'analyticity', 'anarchistic', 'anastomoses', 'anastomosis', 'anastomotic', 'ancestresss', 'anchoritism', 'anchorwoman', 'anchorwomen', 'ancillaries', 'androgynous', 'anemometers', 'anesthesias', 'anesthetics', 'anesthetist', 'anesthetize', 'angelically', 'angiography', 'angioplasty', 'angiosperms', 'anglicanism', 'anglophilia', 'anglophobia', 'angularitys', 'anhydrously', 'animateness', 'animosities', 'aniseikonic', 'anisotropic', 'annexations', 'annihilated', 'annihilates', 'annihilator', 'anniversary', 'annotations', 'annunciated', 'annunciates', 'annunciator', 'anointments', 'anomalously', 'anonymously', 'anorthosite', 'antagonised', 'antagonises', 'antagonisms', 'antagonists', 'antagonized', 'antagonizes', 'antarcticas', 'antecedents', 'antechamber', 'anthologies', 'anthologise', 'anthologist', 'anthologize', 'anthracites', 'anthracnose', 'anthropoids', 'antibiotics', 'antichrists', 'anticipated', 'anticipates', 'anticlimaxs', 'anticyclone', 'antiformant', 'antifreezes', 'antimatters', 'antipathies', 'antiphonals', 'antiquarian', 'antiquaries', 'antiquating', 'antiquities', 'antisemitic', 'antiseptics', 'antislavery', 'antithesiss', 'antithyroid', 'antofagasta', 'aphrodisiac', 'apocalypses', 'apocalyptic', 'apollinaire', 'apologising', 'apologizing', 'apostrophes', 'apothecarys', 'apotheosiss', 'appalachian', 'appalachias', 'appallingly', 'apparatuses', 'apparelling', 'apparitions', 'appealingly', 'appearances', 'appeasement', 'appellation', 'appertained', 'applesauces', 'application', 'applicative', 'applicators', 'appointment', 'apportioned', 'appositions', 'appositives', 'appreciable', 'appreciably', 'appreciated', 'appreciates', 'apprehended', 'apprenticed', 'apprentices', 'approachers', 'approaching', 'approbation', 'appropriate', 'approvingly', 'approximant', 'approximate', 'aquaculture', 'aquamarines', 'aquaplaning', 'aquiculture', 'arbitrarily', 'arbitrating', 'arbitration', 'arbitrators', 'arborvitaes', 'archaeology', 'archaically', 'archaicness', 'archbishops', 'archdeacons', 'archdiocese', 'archenemies', 'archeologys', 'archipelago', 'arduousness', 'argentinian', 'aristarchus', 'aristocracy', 'aristocrats', 'arithmetics', 'arithmetize', 'arkhangelsk', 'armageddons', 'arraignment', 'arrangeable', 'arrangement', 'arrestingly', 'artaxerxess', 'artfulnesss', 'articulated', 'articulates', 'articulator', 'artillerist', 'artlessness', 'ascendancys', 'ascendencys', 'ascertained', 'asceticisms', 'ascomycetes', 'ascriptions', 'asphyxiated', 'asphyxiates', 'aspirations', 'assassinate', 'assemblages', 'assemblyman', 'assemblymen', 'assertively', 'assessments', 'asseverated', 'asseverates', 'assiduously', 'assignation', 'assignments', 'assimilable', 'assimilated', 'assimilates', 'assistances', 'associating', 'association', 'associative', 'associators', 'assortments', 'assumptions', 'assyriology', 'asterisking', 'astigmatism', 'astonishing', 'astringency', 'astringents', 'astrologers', 'astronautic', 'astronomers', 'astutenesss', 'athabascans', 'athleticism', 'atmospheres', 'atmospheric', 'atomization', 'atrociously', 'attachments', 'attainments', 'attendances', 'attentional', 'attentively', 'attenuating', 'attenuation', 'attenuators', 'attestation', 'attitudinal', 'attractions', 'attributing', 'attribution', 'attributive', 'auctioneers', 'audaciously', 'audibilitys', 'audiologist', 'audiometers', 'audiometric', 'audiophiles', 'audiovisual', 'auditioning', 'auditoriums', 'aureomycins', 'auscultated', 'auscultates', 'austerities', 'austerlitzs', 'australasia', 'australians', 'authorising', 'authorities', 'authorizers', 'authorizing', 'authorships', 'autocracies', 'autographed', 'automations', 'automobiled', 'automobiles', 'automorphic', 'autoworkers', 'auxiliaries', 'avalanching', 'avoirdupois', 'awestricken', 'awkwardness', 'axiological', 'axiomatized', 'axiomatizes', 'azerbaijani', 'azerbaijans', 'babylonians', 'babysitters', 'babysitting', 'bacchanalia', 'backgammons', 'backgrounds', 'backhanding', 'backlogging', 'backpackers', 'backpacking', 'backpedaled', 'backpointer', 'backscatter', 'backslapper', 'backslashes', 'backslidden', 'backsliders', 'backsliding', 'backspacing', 'backstopped', 'backstretch', 'backstroked', 'backstrokes', 'backtracked', 'backtracker', 'badmouthing', 'bafflements', 'bakersfield', 'balderdashs', 'balkanizing', 'balletomane', 'ballisticss', 'balloonists', 'ballplayers', 'ballyhooing', 'baltimorean', 'baluchistan', 'balustrades', 'bamboozling', 'bandlimited', 'bangladeshi', 'bangladeshs', 'banishments', 'banjarmasin', 'bankrolling', 'bankruptcys', 'bankrupting', 'banquetings', 'baptisterys', 'baptistries', 'barbarellas', 'barbarities', 'barbarossas', 'barbarously', 'barbecueing', 'barbershops', 'barbiturate', 'barnstormed', 'baroqueness', 'barrennesss', 'barricading', 'bartholomew', 'barycentric', 'baryshnikov', 'bashfulness', 'basketballs', 'basseterres', 'bassoonists', 'bastardised', 'bastardises', 'bastardized', 'bastardizes', 'battlefield', 'battlefront', 'battlements', 'battleships', 'baudelaires', 'bayonetting', 'beachcomber', 'beastliness', 'beatlemania', 'beaujolaiss', 'beauregards', 'beauteously', 'beauticians', 'beautifiers', 'beautifully', 'beautifying', 'bedclothess', 'bedevilling', 'bedevilment', 'bedraggling', 'beekeepings', 'befriending', 'beguilingly', 'behaviorism', 'behavioural', 'beiderbecke', 'belabouring', 'beleaguered', 'belladonnas', 'bellicosity', 'belligerent', 'bellwethers', 'bellyaching', 'bellybutton', 'belshazzars', 'benacerrafs', 'benedictine', 'benediction', 'benefaction', 'benefactors', 'beneficence', 'beneficiary', 'benefitting', 'benevolence', 'benzedrines', 'bequeathing', 'bereavement', 'bertelsmann', 'besmirching', 'bestialitys', 'bestsellers', 'bestselling', 'betelgeuses', 'betterments', 'bewhiskered', 'bewildering', 'bibliophile', 'bicarbonate', 'biconnected', 'bifurcating', 'bifurcation', 'bijectively', 'bilaterally', 'billionaire', 'bimetallism', 'bimolecular', 'bimonthlies', 'biochemical', 'biochemists', 'biofeedback', 'biographers', 'biographies', 'biomedicine', 'biophysical', 'biophysicss', 'birdbrained', 'birdwatcher', 'birkenstock', 'birminghams', 'birthplaces', 'birthrights', 'birthstones', 'bisexuality', 'bitternesss', 'bittersweet', 'bivouacking', 'blackballed', 'blackbeards', 'blackberrys', 'blackboards', 'blackguards', 'blackjacked', 'blacklisted', 'blackmailed', 'blackmailer', 'blackshirts', 'blacksmiths', 'blackthorns', 'blacktopped', 'bladderwort', 'blamelessly', 'blameworthy', 'blankenship', 'blasphemers', 'blasphemies', 'blaspheming', 'blasphemous', 'blessedness', 'blindfolded', 'blindsiding', 'blockbuster', 'blockhouses', 'bloodhounds', 'bloodlessly', 'bloodmobile', 'bloodstains', 'bloodstream', 'bloodsucker', 'bloomington', 'blowtorches', 'bludgeoning', 'blueberries', 'bluebonnets', 'bluebottles', 'bluejackets', 'blueprinted', 'blunderbuss', 'blunderings', 'bobsledding', 'bodhidharma', 'bodhisattva', 'bodybuilder', 'boilerplate', 'bombardiers', 'bombardment', 'bonaventure', 'bonhoeffers', 'bonnevilles', 'bookkeepers', 'bookkeeping', 'bookmakings', 'bookmarking', 'bookmobiles', 'booksellers', 'bookshelves', 'boomeranged', 'boondoggled', 'boondoggles', 'bootleggers', 'bootlegging', 'borderlands', 'borderlines', 'bottlenecks', 'bounteously', 'bountifully', 'bourgeoisie', 'bournemouth', 'boutonnires', 'bowdlerised', 'bowdlerises', 'bowdlerized', 'bowdlerizes', 'boyishnesss', 'boysenberry', 'bradstreets', 'brahmagupta', 'brahmanisms', 'brahmaputra', 'brainchilds', 'brainstorms', 'brainteaser', 'brainwashed', 'brainwashes', 'brandenburg', 'brandishing', 'brawninesss', 'brazennesss', 'brazzaville', 'breadbasket', 'breadboards', 'breadfruits', 'breadwinner', 'breakfasted', 'breakfaster', 'breakpoints', 'breakspears', 'breakwaters', 'breastbones', 'breastplate', 'breastworks', 'breezinesss', 'bricklayers', 'bricklaying', 'bridalveils', 'bridegrooms', 'bridesmaids', 'bridgeheads', 'bridgeports', 'bridgewater', 'bridgeworks', 'brigandages', 'brigantines', 'brighteners', 'brightening', 'brightnesss', 'brilliances', 'brilliancys', 'brilliantly', 'britannicas', 'brittleness', 'broadcasted', 'broadcaster', 'broadcloths', 'broadenings', 'broadsiding', 'broadswords', 'brobdingnag', 'bronchiolar', 'bronchioles', 'bronchitiss', 'brontosauri', 'brontosaurs', 'broomsticks', 'brotherhood', 'browbeating', 'brownstones', 'brownsville', 'brucellosis', 'brusqueness', 'brutalising', 'brutalities', 'brutalizing', 'brzezinskis', 'buccaneered', 'bucktoothed', 'budgerigars', 'buffoonerys', 'bulldogging', 'bulletining', 'bulletproof', 'bullfighter', 'bullfinches', 'bullshitted', 'bullwinkles', 'bumptiously', 'bundesbanks', 'bureaucracy', 'bureaucrats', 'burglarised', 'burglarises', 'burglarized', 'burglarizes', 'burlesquing', 'bushellings', 'bushwhacked', 'bushwhacker', 'businessman', 'businessmen', 'butterfield', 'butterflied', 'butterflies', 'buttermilks', 'buttonholed', 'buttonholes', 'buttressing', 'byelorussia', 'cabinetmake', 'cablecasted', 'cacophonies', 'cacophonist', 'cacophonous', 'caffeinated', 'calculating', 'calculation', 'calculative', 'calculators', 'calendaring', 'calendrical', 'calibrating', 'calibration', 'calibrators', 'californian', 'californias', 'californium', 'calisthenic', 'calligraphy', 'callipering', 'callousness', 'calorimeter', 'calorimetry', 'calumniated', 'calumniates', 'calvinistic', 'camaraderie', 'camerawoman', 'camerawomen', 'camouflaged', 'camouflages', 'campaigners', 'campaigning', 'campanellas', 'campgrounds', 'cancelation', 'candelabras', 'candelabrum', 'candidacies', 'candidnesss', 'candlelight', 'candlestick', 'cannibalise', 'cannibalism', 'cannibalize', 'cannonading', 'cannonballs', 'canonically', 'cantaloupes', 'cantilevers', 'canvasbacks', 'capabilitys', 'capaciously', 'capacitance', 'caparisoned', 'capillaries', 'capistranos', 'capitalised', 'capitalises', 'capitalisms', 'capitalists', 'capitalized', 'capitalizer', 'capitalizes', 'capitulated', 'capitulates', 'cappuccinos', 'captaincies', 'captivating', 'captivation', 'captivities', 'carbonating', 'carbonation', 'carbonizers', 'carbonizing', 'carborundum', 'carburetors', 'carcinogens', 'carcinomata', 'cardinality', 'cardiograms', 'cardiologys', 'carefullest', 'carefulness', 'caricatured', 'caricatures', 'carjackings', 'carmichaels', 'carnivorous', 'carolingian', 'carolinians', 'carpathians', 'carpentered', 'carriageway', 'carsickness', 'cartography', 'cartoonists', 'cartwheeled', 'casablancas', 'caseworkers', 'casseroling', 'cassiopeias', 'castigating', 'castigation', 'castigators', 'castlereagh', 'castrations', 'casualnesss', 'cataclysmic', 'catafalques', 'cataleptics', 'cataloguers', 'cataloguing', 'catapulting', 'catastrophe', 'catchphrase', 'catechising', 'catechizing', 'categorical', 'categorised', 'categorises', 'categorized', 'categorizer', 'categorizes', 'caterpillar', 'caterwauled', 'catholicism', 'catholicity', 'cauliflower', 'causalities', 'caustically', 'cauterising', 'cauterizing', 'cautionings', 'cavalrymans', 'ceaselessly', 'celebrating', 'celebration', 'celebratory', 'celebrities', 'celestially', 'cellophanes', 'censorships', 'centenarian', 'centenaries', 'centennials', 'centerfolds', 'centerpiece', 'centigramme', 'centiliters', 'centilitres', 'centimeters', 'centimetres', 'centralised', 'centralises', 'centralized', 'centralizes', 'centrefolds', 'centrepiece', 'centrifugal', 'centrifuged', 'centrifuges', 'centripetal', 'cerebellums', 'ceremonials', 'ceremonious', 'certainties', 'certifiable', 'certificate', 'chaffinches', 'chagrinning', 'chainsawing', 'chairperson', 'chairwomans', 'chalkboards', 'challengers', 'challenging', 'chamberlain', 'chambermaid', 'championing', 'champollion', 'chancellery', 'chancellors', 'chandeliers', 'changelings', 'changeovers', 'channellers', 'channelling', 'chanticleer', 'chaotically', 'chaperoning', 'chaplaincys', 'chapultepec', 'charbroiled', 'chardonnays', 'charioteers', 'charismatic', 'charlemagne', 'charlestons', 'chartreuses', 'chattanooga', 'chatterboxs', 'chatterleys', 'chattinesss', 'chauffeured', 'chauvinisms', 'chauvinists', 'cheapskates', 'checkmating', 'checkpoints', 'checksummed', 'cheekinesss', 'cheerfuller', 'cheerinesss', 'cheerleader', 'cheerlessly', 'cheesecakes', 'cheesecloth', 'chelyabinsk', 'chemistries', 'chequebooks', 'chessboards', 'chiaroscuro', 'chicaneries', 'chickenpoxs', 'childbirths', 'childproofs', 'chillinesss', 'chimborazos', 'chimpanzees', 'chinchillas', 'chippendale', 'chiropodist', 'chirrupping', 'chitchatted', 'chlorinated', 'chlorinates', 'chloroforms', 'chlorophyll', 'chloroplast', 'choirmaster', 'cholesterol', 'choppinesss', 'choreograph', 'christendom', 'christening', 'christensen', 'christenson', 'christmases', 'christoffel', 'christopers', 'christopher', 'chromosomes', 'chronically', 'chroniclers', 'chronicling', 'chronograph', 'chronologys', 'chronometer', 'chrysalides', 'chrysalises', 'chubbinesss', 'chumminesss', 'chunkinesss', 'churchgoers', 'churchgoing', 'churchwoman', 'churchwomen', 'churchyards', 'churriguera', 'cinderellas', 'cinemascope', 'circularise', 'circularity', 'circularize', 'circulating', 'circulation', 'circulatory', 'circumcised', 'circumcises', 'circumflexs', 'circumpolar', 'circumspect', 'circumvents', 'citizenship', 'citronellas', 'clairvoyant', 'clamminesss', 'clandestine', 'clapboarded', 'clarinetist', 'classically', 'classicisms', 'classicists', 'classifieds', 'classifiers', 'classifying', 'classinesss', 'clavichords', 'cleanliness', 'clearheaded', 'clementines', 'clerestorys', 'clergywoman', 'clergywomen', 'clevernesss', 'cliffhanger', 'climatology', 'clodhoppers', 'cloistering', 'closefisted', 'closenesses', 'clothesline', 'clothespins', 'cloudbursts', 'cloudinesss', 'cloverleafs', 'clumsinesss', 'clusterings', 'clydesdales', 'coagulating', 'coagulation', 'coalescence', 'coarsenesss', 'coauthoring', 'cobblestone', 'coccidiosis', 'cockleshell', 'cockroaches', 'cocksuckers', 'codependent', 'codetermine', 'coeducation', 'coefficient', 'coexistence', 'coextensive', 'coffeecakes', 'coffeehouse', 'cogitations', 'cognisances', 'cognitively', 'cognizances', 'coincidence', 'collaborate', 'collapsible', 'collarbones', 'collaterals', 'collectable', 'collectible', 'collections', 'collectives', 'collocating', 'collocation', 'colloquiums', 'colonialism', 'colonialist', 'colorations', 'coloraturas', 'colorimeter', 'colorimetry', 'colouration', 'colourblind', 'colourfully', 'columnating', 'columnation', 'columnizing', 'combination', 'combinators', 'combustible', 'combustions', 'comediennes', 'comelinesss', 'comestibles', 'comeuppance', 'comfortable', 'comfortably', 'commandants', 'commandeers', 'commandment', 'commemorate', 'commendable', 'commendably', 'commentarys', 'commentated', 'commentates', 'commentator', 'commercials', 'commingling', 'commiserate', 'commissarys', 'commissions', 'commitments', 'committable', 'commodities', 'commonality', 'commonplace', 'communicant', 'communicate', 'communiques', 'communistic', 'communities', 'commutation', 'commutative', 'compactness', 'comparative', 'comparators', 'comparisons', 'compartment', 'compassions', 'compatibles', 'compatriots', 'compellable', 'compendiums', 'compensable', 'compensated', 'compensates', 'competences', 'competencys', 'competently', 'competition', 'competitive', 'competitors', 'compilation', 'complacence', 'complacency', 'complainant', 'complainers', 'complaining', 'complaisant', 'complements', 'completions', 'complexions', 'complexitys', 'compliances', 'complicated', 'complicates', 'complicator', 'complicitys', 'compliments', 'componentry', 'comportment', 'composition', 'compositors', 'compounding', 'comprehends', 'compressing', 'compression', 'compressive', 'compressors', 'compromised', 'compromiser', 'compromises', 'comptroller', 'compulsions', 'compulsorys', 'compunction', 'compuserves', 'computation', 'computerise', 'computerize', 'comradeship', 'concatenate', 'concavities', 'concealment', 'conceivable', 'conceivably', 'concentrate', 'conceptions', 'concernedly', 'concertinas', 'concessions', 'conciliated', 'conciliates', 'conciliator', 'conciseness', 'conclusions', 'concoctions', 'concomitant', 'concordance', 'concurrence', 'concurrency', 'concussions', 'condensible', 'condescends', 'conditional', 'conditioned', 'conditioner', 'condolences', 'condominium', 'conductance', 'conductions', 'confabulate', 'confections', 'confederacy', 'confederate', 'conferences', 'conferments', 'conferrable', 'confessedly', 'confessions', 'confidantes', 'confidences', 'confidently', 'confidingly', 'configuring', 'confinement', 'confiscable', 'confiscated', 'confiscates', 'conflagrate', 'conflicting', 'confluences', 'conformance', 'conformists', 'conformitys', 'confounding', 'confronters', 'confronting', 'confusingly', 'congenially', 'congestions', 'congregated', 'congregates', 'congressman', 'congressmen', 'congruences', 'congruities', 'conjectural', 'conjectured', 'conjectures', 'conjugating', 'conjugation', 'conjunction', 'conjunctive', 'conjuncture', 'connecticut', 'connections', 'connectives', 'connivances', 'connoisseur', 'connotation', 'connotative', 'conquerable', 'consanguine', 'consciences', 'consciously', 'conscripted', 'consecrated', 'consecrates', 'consecutive', 'consensuses', 'consequence', 'consequents', 'conservator', 'considerate', 'considering', 'consignment', 'consistency', 'consolation', 'consolidate', 'consolingly', 'consonances', 'consonantal', 'consortiums', 'conspicuous', 'conspiracys', 'conspirator', 'constantine', 'constellate', 'consternate', 'constipated', 'constipates', 'constituent', 'constituted', 'constitutes', 'constrained', 'constraints', 'constricted', 'constrictor', 'constructed', 'constructor', 'consultancy', 'consultants', 'consumables', 'consumerism', 'consummated', 'consummates', 'consumption', 'consumptive', 'contactable', 'containable', 'containment', 'contaminant', 'contaminate', 'contemplate', 'contentedly', 'contentions', 'contentious', 'contentment', 'contestable', 'contestants', 'contiguitys', 'continences', 'continental', 'contingency', 'contingents', 'continually', 'continuance', 'continuitys', 'contortions', 'contrabands', 'contractile', 'contracting', 'contraction', 'contractors', 'contractual', 'contradicts', 'contraption', 'contrariety', 'contrasters', 'contrasting', 'contravened', 'contravenes', 'contretemps', 'contributed', 'contributes', 'contributor', 'contritions', 'contrivance', 'controllers', 'controlling', 'controversy', 'controverts', 'contumelies', 'conurbation', 'convalesced', 'convalesces', 'convections', 'convenience', 'conventions', 'convergence', 'conversions', 'convertible', 'conveyances', 'convictions', 'convocation', 'convolution', 'convulsions', 'cooperating', 'cooperation', 'cooperative', 'cooperators', 'cooperstown', 'coordinated', 'coordinates', 'coordinator', 'copacabanas', 'copenhagens', 'copernicuss', 'copiousness', 'copperfield', 'copperheads', 'coppertones', 'copulations', 'copycatting', 'copyrighted', 'copywriters', 'cordialitys', 'cordilleras', 'corinthians', 'corkscrewed', 'cornerstone', 'cornflakess', 'cornflowers', 'cornstarchs', 'cornucopias', 'corollaries', 'coronations', 'corporacies', 'corporately', 'corporation', 'corpulences', 'corpuscular', 'correctable', 'corrections', 'correctives', 'correctness', 'correlating', 'correlation', 'correlative', 'corresponds', 'corrigendum', 'corroborate', 'corrugating', 'corrugation', 'corruptible', 'corruptions', 'corruptness', 'coruscating', 'cosignatory', 'cosmetology', 'cosmogonies', 'cosmologies', 'cosmologist', 'cosponsored', 'costlinesss', 'cotoneaster', 'cottonmouth', 'cottonseeds', 'cottontails', 'cottonwoods', 'councillors', 'councilmans', 'counselings', 'counselling', 'counsellors', 'countenance', 'counteracts', 'counterfeit', 'counterflow', 'countermand', 'counterpane', 'counterpart', 'countersank', 'countersign', 'countersink', 'countersunk', 'countervail', 'countrified', 'countrymans', 'countryside', 'countrywide', 'courteously', 'courthouses', 'courtliness', 'covenanting', 'cowpunchers', 'crabbinesss', 'crackerjack', 'craftinesss', 'cranberries', 'crankinesss', 'crankshafts', 'crawlspaces', 'creaminesss', 'creationism', 'creativitys', 'credentials', 'credibility', 'credulously', 'creepinesss', 'crematories', 'crematorium', 'crestfallen', 'cretaceouss', 'criminology', 'crisscrosss', 'criticising', 'criticizing', 'crocodilian', 'cromwellian', 'crookedness', 'crossboness', 'crossbreeds', 'crosschecks', 'crosspieces', 'crossroadss', 'crucifixion', 'cruickshank', 'crustaceans', 'cryogenicss', 'cryptically', 'cryptograms', 'cryptozoics', 'crystalized', 'crystalizes', 'crystalline', 'crystallise', 'crystallite', 'crystallize', 'cudgellings', 'culminating', 'culmination', 'culpability', 'cultivating', 'cultivation', 'cultivators', 'cumberlands', 'cummerbunds', 'cunnilingus', 'cunninghams', 'curiosities', 'curmudgeons', 'currentness', 'curriculums', 'currycombed', 'curtailment', 'curvilinear', 'customarily', 'customhouse', 'customising', 'customizers', 'customizing', 'cuttlefishs', 'cybernetics', 'cyberspaces', 'cylindrical', 'daintinesss', 'dangerfield', 'dangerously', 'dardanelles', 'dauntlessly', 'daydreamers', 'daydreaming', 'deaconesses', 'deactivated', 'deactivates', 'deadlinesss', 'deadlocking', 'deadpanning', 'dealerships', 'deallocated', 'debarkation', 'debasements', 'debaucherys', 'debilitated', 'debilitates', 'debouillets', 'debriefings', 'decapitated', 'decapitates', 'deceitfully', 'decelerated', 'decelerates', 'deceptively', 'decimations', 'deciphering', 'declamation', 'declamatory', 'declaration', 'declarative', 'declaratory', 'declensions', 'declination', 'declivities', 'decolletage', 'decollimate', 'decolonised', 'decolonises', 'decolonized', 'decolonizes', 'decomposing', 'decorations', 'decorticate', 'decremented', 'decrepitude', 'decrescendi', 'decrescendo', 'dedications', 'deductibles', 'deemphasize', 'deerstalker', 'deescalated', 'deescalates', 'defacements', 'defamations', 'defecations', 'defenceless', 'defenseless', 'defensively', 'deferential', 'deficiencys', 'defilements', 'definitions', 'deflections', 'defoliating', 'defoliation', 'deforesting', 'deformation', 'deformities', 'degeneracys', 'degenerated', 'degenerates', 'degradation', 'dehumanised', 'dehumanises', 'dehumanized', 'dehumanizes', 'dehydrating', 'dehydration', 'deification', 'delawareans', 'delectation', 'delegations', 'deleterious', 'deliberated', 'deliberates', 'deliberator', 'deliciously', 'delightedly', 'delineament', 'delineating', 'delineation', 'delinquency', 'delinquents', 'deliriously', 'deliverable', 'deliverance', 'delphiniums', 'demagnetise', 'demagnetize', 'demagoguery', 'demandingly', 'demarcating', 'demarcation', 'demobilised', 'demobilises', 'demobilized', 'demobilizes', 'democracies', 'democratise', 'democratize', 'demographer', 'demographic', 'demographys', 'demolishing', 'demolitions', 'demonstrate', 'demoralised', 'demoralises', 'demoralized', 'demoralizes', 'demosthenes', 'demountable', 'demultiplex', 'denigrating', 'denigration', 'denominated', 'denominates', 'denominator', 'denotations', 'denouements', 'dentifrices', 'denumerable', 'deodorisers', 'deodorising', 'deodorizers', 'deodorizing', 'deoxyribose', 'departments', 'dependances', 'dependences', 'dependencys', 'dependently', 'depilatorys', 'deployments', 'depopulated', 'depopulates', 'deportation', 'deportments', 'depositions', 'depositorys', 'depravities', 'deprecating', 'deprecation', 'deprecatory', 'depreciable', 'depreciated', 'depreciates', 'depredation', 'depressants', 'depressible', 'depressions', 'depressives', 'deprivation', 'deprogramed', 'deputations', 'derailments', 'derangement', 'dereference', 'deregulated', 'deregulates', 'dereliction', 'derivations', 'derivatives', 'dermatitiss', 'dermatology', 'derogations', 'desalinated', 'desalinates', 'descendants', 'descendents', 'describable', 'description', 'descriptive', 'descriptors', 'desecrating', 'desecration', 'desegregate', 'desensitise', 'desensitize', 'deservingly', 'desiccating', 'desiccation', 'desideratum', 'designating', 'designation', 'designators', 'desolations', 'despatching', 'desperadoes', 'desperately', 'desperation', 'despondency', 'destabilise', 'destabilize', 'destination', 'destitution', 'destructing', 'destruction', 'destructive', 'detachments', 'detainments', 'deteriorate', 'determinacy', 'determinant', 'determinate', 'determiners', 'determining', 'determinism', 'deterrences', 'detestation', 'detonations', 'detoxifying', 'detractions', 'detrimental', 'deuteronomy', 'devaluation', 'devanagaris', 'devastating', 'devastation', 'development', 'deviousness', 'devotionals', 'devoutnesss', 'dexterously', 'dhaulagiris', 'diacritical', 'diagnosable', 'diagnostics', 'diagrammers', 'diagramming', 'diamagnetic', 'diametrical', 'dichotomies', 'dichotomize', 'dichotomous', 'dicotyledon', 'dictaphones', 'dictatorial', 'dictionarys', 'diefenbaker', 'dielectrics', 'differences', 'differently', 'difficultly', 'difficultys', 'diffidences', 'diffidently', 'diffraction', 'diffuseness', 'dignitaries', 'digressions', 'dilapidated', 'dilettantes', 'dilogarithm', 'dimensional', 'dimensioned', 'diminishing', 'diminuendos', 'diminutions', 'diminutives', 'diophantine', 'diphtherias', 'dipsomaniac', 'dipsomanias', 'directional', 'directnesss', 'directorate', 'directorial', 'directories', 'directrices', 'disabilitys', 'disablement', 'disaffected', 'disagreeing', 'disallowing', 'disappeared', 'disappoints', 'disapproval', 'disapproved', 'disapproves', 'disarmament', 'disarranged', 'disarranges', 'disarraying', 'disassemble', 'disbarments', 'disbelieved', 'disbelieves', 'discernible', 'discernibly', 'discernment', 'discharging', 'disciplined', 'disciplines', 'disclaimers', 'disclaiming', 'disclosures', 'discoloring', 'discoloured', 'discomfited', 'discomforts', 'discommoded', 'discommodes', 'discomposed', 'discomposes', 'disconcerts', 'disconnects', 'discontents', 'discontinue', 'discotheque', 'discounting', 'discouraged', 'discourages', 'discoursing', 'discourtesy', 'discoverers', 'discoveries', 'discovering', 'discredited', 'discreetest', 'discrepancy', 'discretions', 'discussants', 'discussions', 'disembarked', 'disembodied', 'disembodies', 'disembowels', 'disenchants', 'disencumber', 'disengaging', 'disentangle', 'disfavoring', 'disfavoured', 'disfiguring', 'disgraceful', 'disgruntled', 'disgruntles', 'disgustedly', 'disharmonys', 'disheartens', 'disheveling', 'dishevelled', 'dishonestly', 'dishonestys', 'dishonoring', 'dishonoured', 'dishwashers', 'dishwashing', 'disillusion', 'disinclined', 'disinclines', 'disinfected', 'disinherits', 'disinterest', 'disinterred', 'disjointing', 'disjunction', 'disjunctive', 'dislocating', 'dislocation', 'disloyaltys', 'dismantling', 'dismembered', 'dismounting', 'disobedient', 'disobliging', 'disordering', 'disorganise', 'disorganize', 'disoriented', 'disparaging', 'disparities', 'dispatchers', 'dispatching', 'dispensable', 'dispensarys', 'dispersible', 'dispersions', 'dispiriting', 'displayable', 'displeasing', 'displeasure', 'disposables', 'disposition', 'disputation', 'disquieting', 'disquietude', 'disregarded', 'disrespects', 'disruptions', 'dissections', 'dissembling', 'disseminate', 'dissensions', 'disservices', 'dissidences', 'dissimulate', 'dissipating', 'dissipation', 'dissociable', 'dissociated', 'dissociates', 'dissolutely', 'dissolution', 'dissonances', 'dissuasions', 'distasteful', 'distensions', 'distentions', 'distillates', 'distillerys', 'distinctest', 'distinction', 'distinctive', 'distinguish', 'distortions', 'distracting', 'distraction', 'distressful', 'distressing', 'distributed', 'distributes', 'distributor', 'distritbute', 'distrustful', 'distrusting', 'disturbance', 'divergences', 'diversified', 'diversifies', 'diversities', 'divestiture', 'divinations', 'doctrinaire', 'documentary', 'documenters', 'documenting', 'dodecahedra', 'dogcatchers', 'doggednesss', 'doggonedest', 'dogtrotting', 'domesticate', 'domesticity', 'dominations', 'domineering', 'doonesburys', 'dormitories', 'dostoevskys', 'doubtlessly', 'dovetailing', 'downgrading', 'downhearted', 'downloading', 'downplaying', 'downsizings', 'downstairss', 'downtrodden', 'draftinesss', 'dragonflies', 'dramatising', 'dramatizing', 'drastically', 'draughtiest', 'draughtsman', 'draughtsmen', 'drawbridges', 'drawstrings', 'dreadlockss', 'dreadnought', 'drearinesss', 'dressinesss', 'dressmakers', 'dressmaking', 'dromedaries', 'drowsinesss', 'drunkenness', 'dubiousness', 'dumbfounded', 'dumbledores', 'dumbwaiters', 'dumfounding', 'duplicating', 'duplication', 'duplicators', 'durabilitys', 'dustbusters', 'dutifulness', 'dynamically', 'dysfunction', 'dzerzhinsky', 'earmarkings', 'earnestines', 'earnestness', 'earthenware', 'earthinesss', 'earthliness', 'earthmoving', 'earthquakes', 'easternmost', 'ebulliences', 'eclecticism', 'ecmascripts', 'econometric', 'economising', 'economizers', 'economizing', 'ecuadorians', 'edification', 'editorially', 'educational', 'effacements', 'effectively', 'effectually', 'effectuated', 'effectuates', 'effeminacys', 'effervesced', 'effervesces', 'efficacious', 'efficiencys', 'efficiently', 'effronterys', 'effulgences', 'egalitarian', 'egocentrics', 'egotistical', 'egregiously', 'egyptologys', 'eigenvalues', 'eigenvector', 'eighteenths', 'einsteinian', 'einsteinium', 'eisenhowers', 'ejaculating', 'ejaculation', 'elaborately', 'elaborating', 'elaboration', 'elaborators', 'elastically', 'elasticitys', 'elastoplast', 'elderberrys', 'electioneer', 'electorates', 'electrician', 'electricity', 'electrified', 'electrifies', 'electrocute', 'electrolyte', 'electronics', 'elephantine', 'eligibility', 'eliminating', 'elimination', 'eliminators', 'elizabethan', 'ellipsoidal', 'elongations', 'elucidating', 'elucidation', 'elusiveness', 'emaciations', 'emancipated', 'emancipates', 'emancipator', 'emasculated', 'emasculates', 'embankments', 'embarcadero', 'embarkation', 'embarrassed', 'embarrasses', 'embellished', 'embellishes', 'embittering', 'emblazoning', 'embodiments', 'emboldening', 'embraceable', 'embroidered', 'embroiderys', 'embryologys', 'emendations', 'emergencies', 'emigrations', 'emotionally', 'empathising', 'empathizing', 'emphasising', 'emphasizing', 'empirically', 'empiricisms', 'empiricists', 'emplacement', 'employments', 'empowerment', 'emulsifying', 'enamellings', 'encampments', 'encapsulate', 'enchantment', 'enchantress', 'enciphering', 'encompassed', 'encompasses', 'encountered', 'encouraging', 'encroaching', 'encumbering', 'encumbrance', 'encyclicals', 'endangering', 'endearingly', 'endearments', 'endeavoring', 'endeavoured', 'endlessness', 'endorsement', 'endothelial', 'endothermic', 'enervations', 'enforceable', 'enforcement', 'enfranchise', 'engagements', 'engendering', 'engineering', 'englishmans', 'enhancement', 'enlargeable', 'enlargement', 'enlightened', 'enlistments', 'ennoblement', 'enrapturing', 'enrichments', 'enrollments', 'enshrouding', 'enslavement', 'enterprises', 'entertained', 'entertainer', 'enthralling', 'enthusiasms', 'enthusiasts', 'enticements', 'entitlement', 'entombments', 'entomologys', 'entranceway', 'entrapments', 'entrenching', 'enumerating', 'enumeration', 'enumerative', 'enumerators', 'enunciating', 'enunciation', 'envelopment', 'enviousness', 'environment', 'envisioning', 'ephemerides', 'epidermises', 'epiglottiss', 'epimethiuss', 'epimorphism', 'episcopacys', 'episcopates', 'epitaxially', 'epitomising', 'epitomizing', 'equabilitys', 'equanimitys', 'equestrians', 'equidistant', 'equilateral', 'equilibrate', 'equilibrium', 'equinoctial', 'equivalence', 'equivalents', 'equivocally', 'equivocated', 'equivocates', 'eradicating', 'eradication', 'ergonomicss', 'erlenmeyers', 'erratically', 'erroneously', 'erythrocyte', 'escalations', 'escarpments', 'eschatology', 'escherichia', 'escutcheons', 'esophaguses', 'espadrilles', 'essentially', 'established', 'establishes', 'estimations', 'ethnography', 'ethnologist', 'etymologies', 'etymologist', 'eucalyptuss', 'eucharistic', 'euphemistic', 'eurodollars', 'eustachians', 'euthanasias', 'evacuations', 'evaluations', 'evangelical', 'evangelinas', 'evangelines', 'evangelised', 'evangelises', 'evangelisms', 'evangelists', 'evangelized', 'evangelizes', 'evaporating', 'evaporation', 'evaporative', 'evasiveness', 'eventuality', 'eventuating', 'evergladess', 'everlasting', 'everythings', 'eviscerated', 'eviscerates', 'exacerbated', 'exacerbates', 'exactitudes', 'exaggerated', 'exaggerates', 'exaltations', 'examination', 'exasperated', 'exasperater', 'exasperates', 'excavations', 'exceedingly', 'excellences', 'excellencys', 'excellently', 'exceptional', 'excessively', 'excitations', 'excitements', 'exclamation', 'exclamatory', 'exclusively', 'exclusivity', 'excoriating', 'excoriation', 'excrescence', 'exculpating', 'exculpatory', 'executional', 'executioner', 'executrices', 'executrixes', 'exemplified', 'exemplifier', 'exemplifies', 'exercisable', 'exhalations', 'exhaustable', 'exhaustedly', 'exhaustible', 'exhaustions', 'exhibitions', 'exhilarated', 'exhilarates', 'exhortation', 'exhumations', 'existential', 'exonerating', 'exoneration', 'exorbitance', 'exoskeleton', 'expansively', 'expatiating', 'expatriated', 'expatriates', 'expectancys', 'expectantly', 'expectation', 'expectingly', 'expectorant', 'expectorate', 'expediences', 'expediencys', 'expediently', 'expeditions', 'expeditious', 'expendables', 'expenditure', 'expensively', 'experienced', 'experiences', 'experiments', 'expertnesss', 'expirations', 'explainable', 'explanation', 'explanatory', 'explicating', 'explication', 'exploitable', 'exploration', 'exploratory', 'explosively', 'exponential', 'exportation', 'expositions', 'expostulate', 'expressible', 'expressibly', 'expressions', 'expressways', 'expropriate', 'expurgating', 'expurgation', 'exquisitely', 'extemporise', 'extemporize', 'extensional', 'extensively', 'extenuating', 'extenuation', 'exterminate', 'extinctions', 'extirpating', 'extirpation', 'extractions', 'extraditing', 'extradition', 'extrapolate', 'extravagant', 'extraverted', 'extremities', 'extricating', 'extrication', 'extroverted', 'exuberances', 'exuberantly', 'exultations', 'eyewitnesss', 'fabricating', 'fabrication', 'facetiously', 'facilitated', 'facilitates', 'factorising', 'factorizing', 'facultative', 'fairgrounds', 'faithlessly', 'fallibility', 'falsifiable', 'falteringly', 'familiarise', 'familiarity', 'familiarize', 'fanatically', 'fanaticisms', 'fantasising', 'fantasizing', 'farinaceous', 'fasciculate', 'fascinating', 'fascination', 'fashionable', 'fashionably', 'fassbinders', 'fatherhoods', 'fatherlands', 'fatuousness', 'faulknerian', 'faultinesss', 'faultlessly', 'fauntleroys', 'favoritisms', 'favouritism', 'fearfulness', 'feasibility', 'featheriest', 'featureless', 'federalisms', 'federalists', 'federations', 'feeblenesss', 'fellowships', 'femininitys', 'ferociously', 'ferromagnet', 'ferruginous', 'fertilisers', 'fertilising', 'fertilizers', 'fertilizing', 'festivities', 'fetishistic', 'feudalistic', 'fiberboards', 'fiberglasss', 'fibreboards', 'fibreglasss', 'fibrosities', 'ficklenesss', 'fictionally', 'fiddlestick', 'fiduciaries', 'fiercenesss', 'figureheads', 'filamentary', 'filamentous', 'filibusters', 'filigreeing', 'filthinesss', 'filtrations', 'financially', 'fingerboard', 'fingernails', 'fingerprint', 'firebombing', 'firecracker', 'firefighter', 'fireproofed', 'fishtailing', 'fisticuffss', 'fitzpatrick', 'flabbergast', 'flabbinesss', 'flagellated', 'flagellates', 'flamboyance', 'flannelette', 'flannelling', 'flashinesss', 'flashlights', 'flatulences', 'flavourings', 'flavourless', 'fledgelings', 'fleetinglys', 'flexibility', 'flightiness', 'flimflammed', 'flimsinesss', 'flintstones', 'flirtations', 'flirtatious', 'floatations', 'floodlights', 'floorboards', 'floppinesss', 'floundering', 'flourishing', 'floweriness', 'fluctuating', 'fluctuation', 'fluffinesss', 'fluorescein', 'fluorescent', 'fluorescing', 'fluoridated', 'fluoridates', 'fluoroscope', 'flycatchers', 'flyspecking', 'flyswatters', 'fomentation', 'foolhardier', 'foolishness', 'footballers', 'footbridges', 'footlightss', 'footlockers', 'forbearance', 'forbiddings', 'forebodings', 'forecasters', 'forecasting', 'forecastles', 'foreclosing', 'foreclosure', 'forefathers', 'forefingers', 'foregathers', 'foregrounds', 'foreordains', 'forerunners', 'foreseeable', 'foreshadows', 'foreshorten', 'foresighted', 'forestalled', 'forestation', 'foretasting', 'foretelling', 'forethought', 'forevermore', 'forewarning', 'forfeitures', 'forgathered', 'forgetfully', 'forgettable', 'forgettably', 'forgiveness', 'forgivingly', 'formalising', 'formalities', 'formalizing', 'formatively', 'formulating', 'formulation', 'formulators', 'fornicating', 'fornication', 'forswearing', 'forthcoming', 'fortnightly', 'fortunately', 'forwardness', 'fossilising', 'fossilizing', 'foundations', 'fourneyrons', 'fourteenths', 'foxtrotting', 'fractionate', 'fractiously', 'fragmentary', 'fragmenting', 'franchisees', 'franchisers', 'franchising', 'franciscans', 'frankfurter', 'frantically', 'fraternally', 'fraternised', 'fraternises', 'fraternitys', 'fraternized', 'fraternizes', 'fratricides', 'fraudulence', 'fredericton', 'fredrickson', 'freebooters', 'freeholders', 'freelancers', 'freelancing', 'freeloaders', 'freeloading', 'freemasonry', 'freethinker', 'freewheeled', 'frenchwoman', 'frenchwomen', 'frequencies', 'frequenters', 'frequentest', 'frequenting', 'freshwaters', 'fretfulness', 'friendliest', 'friendships', 'frightening', 'frightfully', 'friskinesss', 'frivolities', 'frivolously', 'frontrunner', 'frostbiting', 'frostbitten', 'frostinesss', 'fructifying', 'fruitlessly', 'frustrating', 'frustration', 'fulfillment', 'fulfilments', 'fulminating', 'fulmination', 'fumigations', 'functionals', 'functionary', 'functioning', 'fundamental', 'furloughing', 'furnishings', 'furtherance', 'furthermore', 'furthermost', 'furtiveness', 'furtwnglers', 'fussbudgets', 'gainesville', 'gallbladder', 'gallivanted', 'galvanising', 'galvanizing', 'gamekeepers', 'garishnesss', 'garrisonian', 'garrisoning', 'garrulously', 'gastronomic', 'gastronomys', 'gatecrasher', 'gegenschein', 'genealogies', 'genealogist', 'generalised', 'generalises', 'generalists', 'generalitys', 'generalized', 'generalizer', 'generalizes', 'generations', 'generically', 'generositys', 'genetically', 'geneticists', 'gentlefolks', 'gentlemanly', 'gentlenesss', 'gentlewoman', 'gentlewomen', 'gentrifying', 'genuflected', 'genuineness', 'geochemical', 'geographers', 'geographies', 'geometrical', 'geophysical', 'geophysicss', 'geopolitics', 'georgetowns', 'geriatricss', 'germinating', 'germination', 'gerontology', 'gerrymander', 'gesticulate', 'gettysburgs', 'ghastliness', 'ghostliness', 'ghostwriter', 'ghostwrites', 'gingerbread', 'gingersnaps', 'gingivitiss', 'girlfriends', 'gladioluses', 'glamorising', 'glamorizing', 'glamorously', 'glamourized', 'glamourizes', 'glastonbury', 'glaswegians', 'glimmerings', 'globularity', 'gloominesss', 'glossinesss', 'glossolalia', 'glycerinate', 'gnosticisms', 'goalkeepers', 'goaltenders', 'godchildren', 'goddaughter', 'godforsaken', 'goldbricked', 'goldfinches', 'goldilockss', 'gonorrhoeas', 'gooseberrys', 'governances', 'governesses', 'governments', 'gracelessly', 'graduations', 'grammarians', 'grammatical', 'grandchilds', 'grandfather', 'grandmother', 'grandnephew', 'grandparent', 'grandstands', 'granularity', 'granulating', 'granulation', 'grapefruits', 'graphically', 'graphologys', 'grasshopper', 'gravestones', 'gravitating', 'gravitation', 'greasepaint', 'greasinesss', 'greedinesss', 'greengrocer', 'greenhouses', 'greenpeaces', 'greensboros', 'greenswards', 'griddlecake', 'grindstones', 'grogginesss', 'grotesquely', 'grouchiness', 'groundskeep', 'groundswell', 'groundworks', 'grubbinesss', 'grumpinesss', 'guadalajara', 'guadalcanal', 'guadeloupes', 'guallatiris', 'guantanamos', 'guaranteers', 'guarantying', 'guardhouses', 'guatemalans', 'guesstimate', 'guillotined', 'guillotines', 'guiltinesss', 'guiltlessly', 'gullibility', 'gunrunnings', 'gunslingers', 'guttersnipe', 'gwendolines', 'gymnasticss', 'gymnosperms', 'gynaecology', 'gynecologys', 'gyrocompass', 'haberdasher', 'habitations', 'habituating', 'habituation', 'haematology', 'haemoglobin', 'haemophilia', 'haemorrhage', 'haemorrhoid', 'hagiographa', 'hairbreadth', 'hairbrushes', 'hairdresser', 'hairsprings', 'hairstylist', 'halfhearted', 'halfpennies', 'halleluiahs', 'hallelujahs', 'halliburton', 'hallmarking', 'hallucinate', 'hamiltonian', 'hammerheads', 'hammerstein', 'handcrafted', 'handcuffing', 'handicapped', 'handicapper', 'handicrafts', 'handmaidens', 'handpicking', 'handshaking', 'handsprings', 'handwriting', 'handwritten', 'hanoverians', 'haphazardly', 'haplessness', 'harassments', 'hardhearted', 'hardworking', 'harebrained', 'harmfulness', 'harmonising', 'harmonizing', 'harpsichord', 'harringtons', 'harrisburgs', 'hatefulness', 'hattiesburg', 'haughtiness', 'headdresses', 'headhunters', 'headmasters', 'headquarter', 'headwaiters', 'headwaterss', 'healthfully', 'healthiness', 'heartbreaks', 'heartbroken', 'heartinesss', 'heartlessly', 'heartthrobs', 'heatstrokes', 'heavenliest', 'heavenwards', 'heavyweight', 'hebephrenic', 'heightening', 'heinousness', 'helicopters', 'heliotropes', 'hellenistic', 'hellesponts', 'helpfulness', 'hematologys', 'hemispheres', 'hemispheric', 'hemoglobins', 'hemophiliac', 'hemophilias', 'hemorrhaged', 'hemorrhages', 'hemorrhoids', 'hemosiderin', 'hemstitched', 'hemstitches', 'hendrickson', 'hephaestuss', 'hepplewhite', 'herbivorous', 'herculaneum', 'hereinabove', 'hereinafter', 'hereinbelow', 'hermeneutic', 'hermosillos', 'herpetology', 'herringbone', 'hertzsprung', 'herzegovina', 'hesitations', 'heterodoxys', 'hexadecimal', 'hexagonally', 'hibernating', 'hibernation', 'hiccoughing', 'hideousness', 'hierarchies', 'highfalutin', 'highjackers', 'highjacking', 'highlanders', 'highlighted', 'highlighter', 'hightailing', 'highwaymans', 'hilariously', 'hillbillies', 'hindquarter', 'hindustanis', 'hinterlands', 'hippocrates', 'hippocratic', 'hippopotami', 'hispaniolas', 'histochemic', 'histrionics', 'hitchhikers', 'hitchhiking', 'hoarsenesss', 'hobbyhorses', 'hodgepodges', 'hofstadters', 'hollandaise', 'hollownesss', 'holographic', 'holographys', 'homebuilder', 'homecomings', 'homelinesss', 'homeopathic', 'homeopathys', 'homeostasis', 'homesteaded', 'homesteader', 'homestretch', 'homogeneity', 'homogeneous', 'homogenised', 'homogenises', 'homogenized', 'homogenizes', 'homomorphic', 'homophobias', 'homosexuals', 'honeycombed', 'honeymooned', 'honeymooner', 'honeysuckle', 'honorariums', 'hoodwinking', 'hooliganism', 'hopefulness', 'hopscotched', 'hopscotches', 'horizontals', 'hornblowers', 'horsepowers', 'horseradish', 'horsewomans', 'hospitalise', 'hospitality', 'hospitalize', 'hostilities', 'hotheadedly', 'hourglasses', 'housebreaks', 'housebroken', 'housecleans', 'householder', 'housekeeper', 'housemother', 'houseplants', 'housewaress', 'housewifely', 'hovercrafts', 'huckleberry', 'huckstering', 'hullabaloos', 'humanenesss', 'humanitiess', 'humblenesss', 'humidifiers', 'humidifying', 'humiliating', 'humiliation', 'hummingbird', 'hunchbacked', 'hundredfold', 'huntingtons', 'hybridising', 'hybridizing', 'hydraulicss', 'hydrocarbon', 'hydrogenate', 'hydrolysiss', 'hydrometers', 'hydrophilic', 'hydrophobia', 'hydrophobic', 'hydroplaned', 'hydroplanes', 'hydroponics', 'hydrosphere', 'hydrostatic', 'hydroxylate', 'hygrometers', 'hygroscopic', 'hyperactive', 'hyperboloid', 'hypermarket', 'hyphenating', 'hyphenation', 'hypnotising', 'hypnotizing', 'hypocrisies', 'hypocycloid', 'hypodermics', 'hypophyseal', 'hypotenuses', 'hypothalami', 'hypothermia', 'hypothesise', 'hypothesiss', 'hypothesize', 'hypothyroid', 'icebreakers', 'iconoclasts', 'icosahedral', 'icosahedron', 'identically', 'identifiers', 'identifying', 'ideological', 'ideologists', 'idiotically', 'ignominious', 'ignoramuses', 'ijsselmeers', 'illegalitys', 'illicitness', 'illimitable', 'illiteracys', 'illiterates', 'illogically', 'illuminated', 'illuminates', 'illusionary', 'illustrated', 'illustrates', 'illustrator', 'illustrious', 'imagination', 'imaginative', 'imbecilitys', 'immaturitys', 'immediacies', 'immediately', 'immensities', 'immigrating', 'immigration', 'immobilised', 'immobilises', 'immobilitys', 'immobilized', 'immobilizes', 'immolations', 'immoralitys', 'immortalise', 'immortality', 'immortalize', 'immunologys', 'impairments', 'impalements', 'impanelling', 'impartation', 'impartially', 'impassioned', 'impassively', 'impassivity', 'impatiences', 'impatiently', 'impeachment', 'impecunious', 'impedimenta', 'impediments', 'impenitence', 'imperatives', 'imperfectly', 'imperialism', 'imperialist', 'imperilling', 'imperiously', 'impermanent', 'impermeable', 'impersonate', 'impertinent', 'impetuosity', 'impetuously', 'impingement', 'impishnesss', 'implausible', 'implausibly', 'implemented', 'implementer', 'implementor', 'implicating', 'implication', 'importances', 'importantly', 'importation', 'importunate', 'importuning', 'importunity', 'impositions', 'impossibles', 'impractical', 'imprecation', 'imprecisely', 'imprecision', 'impregnable', 'impregnably', 'impregnated', 'impregnates', 'impresarios', 'impressible', 'impressions', 'impressment', 'imprimaturs', 'imprisoning', 'impropriety', 'improvement', 'improvident', 'improvisate', 'improvisers', 'improvising', 'imprudences', 'impulsively', 'imputations', 'inabilities', 'inaccuracys', 'inactivitys', 'inadequacys', 'inadvertent', 'inadvisable', 'inalienable', 'inalterable', 'inanimately', 'inattention', 'inattentive', 'inaugurated', 'inaugurates', 'inbreedings', 'incantation', 'incapacitys', 'incarcerate', 'incarnating', 'incarnation', 'incendiarys', 'incessantly', 'incidentals', 'incinerated', 'incinerates', 'incinerator', 'incitements', 'incivilitys', 'inclemencys', 'inclination', 'inclusively', 'incoherence', 'incompetent', 'incongruity', 'incongruous', 'inconstancy', 'incontinent', 'incorporate', 'incorporeal', 'incorrectly', 'increasable', 'incredulity', 'incredulous', 'incremental', 'incremented', 'incriminate', 'incubations', 'inculcating', 'inculcation', 'inculpating', 'incumbencys', 'indecencies', 'indecisions', 'indefinable', 'indefinably', 'indelicacys', 'indemnified', 'indemnifies', 'indemnities', 'indentation', 'indenturing', 'independent', 'indications', 'indicatives', 'indictments', 'indifferent', 'indigestion', 'indignantly', 'indignation', 'indignities', 'indirecting', 'indirection', 'individuals', 'individuate', 'indivisible', 'indivisibly', 'indochinese', 'indomitable', 'indomitably', 'indonesians', 'indorsement', 'indubitable', 'indubitably', 'inducements', 'inductances', 'inductively', 'indulgences', 'indulgently', 'industrials', 'industrious', 'inebriating', 'inebriation', 'ineffective', 'ineffectual', 'inefficient', 'inelegantly', 'ineligibles', 'ineluctable', 'ineluctably', 'ineptitudes', 'inequalitys', 'inequitable', 'inescapable', 'inescapably', 'inessential', 'inestimable', 'inestimably', 'inevitables', 'inexcusable', 'inexcusably', 'inexpedient', 'inexpensive', 'infanticide', 'infantryman', 'infantrymen', 'infarctions', 'infatuating', 'infatuation', 'infelicitys', 'inferential', 'inferiority', 'infertility', 'infestation', 'infidelitys', 'infightings', 'infiltrated', 'infiltrates', 'infiltrator', 'infinitives', 'infinitudes', 'infirmaries', 'infirmities', 'inflammable', 'inflatables', 'inflections', 'inflictions', 'influencing', 'influential', 'infomercial', 'informality', 'informatica', 'information', 'informative', 'infractions', 'infrequency', 'infuriating', 'infuriation', 'ingeniously', 'ingenuously', 'ingratiated', 'ingratiates', 'ingratitude', 'ingredients', 'inhabitable', 'inhabitance', 'inhabitants', 'inhalations', 'inheritable', 'inheritance', 'inheritress', 'inhibitions', 'inhumanitys', 'initialised', 'initialises', 'initialized', 'initializer', 'initializes', 'initialling', 'initiations', 'initiatives', 'injudicious', 'injunctions', 'innocuously', 'innovations', 'innumerable', 'innumerably', 'inoculating', 'inoculation', 'inoffensive', 'inoperative', 'inopportune', 'inquietudes', 'inquiringly', 'inquisition', 'inquisitive', 'inquisitors', 'inscription', 'inscrutable', 'inscrutably', 'insecticide', 'insectivore', 'insecuritys', 'inseminated', 'inseminates', 'insensitive', 'insentience', 'inseparable', 'inseparably', 'insidiously', 'insincerely', 'insincerity', 'insinuating', 'insinuation', 'insistences', 'insistently', 'insolvencys', 'insouciance', 'inspections', 'inspiration', 'instability', 'installment', 'instalments', 'instamatics', 'instantiate', 'instigating', 'instigation', 'instigators', 'instinctive', 'instinctual', 'instituters', 'instituting', 'institution', 'instructing', 'instruction', 'instructive', 'instructors', 'instruments', 'insularitys', 'insulations', 'insuperable', 'insurgences', 'insurgencys', 'intangibles', 'integrating', 'integration', 'integrative', 'integuments', 'intelligent', 'intemperate', 'intensified', 'intensifier', 'intensifies', 'intensities', 'intensively', 'intentional', 'intentioned', 'intentnesss', 'interacting', 'interaction', 'interactive', 'interbreeds', 'intercalate', 'interceding', 'intercepted', 'interceptor', 'intercessor', 'interchange', 'intercourse', 'interdicted', 'interesting', 'interfacing', 'interfering', 'interferons', 'interjected', 'interlacing', 'interlarded', 'interleaved', 'interleaves', 'interleukin', 'interlinked', 'interlocked', 'interlopers', 'interluding', 'intermezzos', 'intermingle', 'intermodule', 'internalise', 'internalize', 'internecine', 'internement', 'interneship', 'internments', 'internships', 'interoffice', 'interpolant', 'interpolate', 'interposing', 'interpreted', 'interpreter', 'interracial', 'interregnum', 'interrelate', 'interrogate', 'interrupted', 'intersected', 'intersperse', 'interstates', 'interstices', 'intertwined', 'intertwines', 'intervening', 'interviewed', 'interviewee', 'interviewer', 'interweaved', 'interweaves', 'intimations', 'intimidated', 'intimidates', 'intolerable', 'intolerably', 'intolerance', 'intonations', 'intoxicants', 'intoxicated', 'intoxicates', 'intractable', 'intractably', 'intraoffice', 'intravenous', 'intrenching', 'intricacies', 'intricately', 'introducing', 'introverted', 'intuitively', 'inundations', 'invalidated', 'invalidates', 'invaliditys', 'invariables', 'invariantly', 'inventively', 'inventoried', 'inventories', 'investigate', 'investiture', 'investments', 'invidiously', 'invigorated', 'invigorates', 'invitations', 'invocations', 'involuntary', 'involvement', 'ionisations', 'ionizations', 'ionospheres', 'ionospheric', 'ipsilateral', 'iridescence', 'irishwomans', 'irradiating', 'irradiation', 'irrationals', 'irredentism', 'irredentist', 'irreducible', 'irreducibly', 'irreflexive', 'irrefutable', 'irregularly', 'irrelevance', 'irrelevancy', 'irreligious', 'irremovable', 'irreparable', 'irreparably', 'irreverence', 'irrevocable', 'irrevocably', 'irrigations', 'irritations', 'isochronous', 'isometricss', 'isomorphism', 'italicising', 'italicizing', 'itemisation', 'itemization', 'iteratively', 'itineraries', 'jackhammers', 'jackknifing', 'jackrabbits', 'jacquelines', 'jaggednesss', 'jauntinesss', 'javascripts', 'jawbreakers', 'jayawardene', 'jehoshaphat', 'jellyfishes', 'jeopardised', 'jeopardises', 'jeopardized', 'jeopardizes', 'jettisoning', 'jinrickshas', 'jinrikishas', 'joblessness', 'jocularitys', 'jogjakartas', 'journaleses', 'journalisms', 'journalists', 'journalized', 'journalizes', 'journeyings', 'journeymans', 'joyfulnesss', 'joyousnesss', 'jubilations', 'judgemental', 'judicatures', 'judiciaries', 'judiciously', 'juggernauts', 'justiciable', 'justifiable', 'justifiably', 'juxtaposing', 'kalashnikov', 'kamehamehas', 'kazakhstans', 'kazantzakis', 'kentuckians', 'kettledrums', 'keyboarders', 'keyboarding', 'keypunching', 'kidnappings', 'kierkegaard', 'kilimanjaro', 'kilohertzes', 'kindhearted', 'kindlinesss', 'kinesthesis', 'kingfishers', 'kirghistans', 'kirkpatrick', 'kitakyushus', 'kitchenette', 'kitchenware', 'kleptomania', 'knackwursts', 'kneecapping', 'kngwarreyes', 'knickknacks', 'knighthoods', 'knockwursts', 'knuckleball', 'knucklehead', 'kodachromes', 'koenigsberg', 'kommunizmas', 'kookaburras', 'krasnoyarsk', 'kristophers', 'kwashiorkor', 'laboratorys', 'laboriously', 'labradorite', 'lacerations', 'lackadaisic', 'laconically', 'ladyfingers', 'lallygagged', 'lamborghini', 'lamentation', 'laminations', 'landholders', 'landlubbers', 'landscapers', 'landscaping', 'landslidden', 'landsliding', 'landsteiner', 'langerhanss', 'languidness', 'languishing', 'laryngitiss', 'lateralling', 'latitudinal', 'latticework', 'launderings', 'laundresses', 'laundrymans', 'lavishnesss', 'lawbreakers', 'lawbreaking', 'lawfulnesss', 'lawlessness', 'lawrenciums', 'leaderships', 'leafletting', 'leapfrogged', 'leaseholder', 'leatherback', 'leatherneck', 'leatherwork', 'leavenworth', 'lecherously', 'leeuwenhoek', 'legerdemain', 'legibilitys', 'legionnaire', 'legislating', 'legislation', 'legislative', 'legislators', 'legislature', 'legitimacys', 'legitimated', 'legitimates', 'legitimised', 'legitimises', 'legitimized', 'legitimizes', 'lengthening', 'leoncavallo', 'leprechauns', 'lesbianisms', 'letterheads', 'levelheaded', 'levitations', 'liabilities', 'liberalised', 'liberalises', 'liberalisms', 'liberalitys', 'liberalized', 'liberalizes', 'liberations', 'libertarian', 'librettists', 'librevilles', 'licentiates', 'lieutenancy', 'lieutenants', 'lifesavings', 'lightheaded', 'lighthouses', 'lightninged', 'lightweight', 'likableness', 'likelihoods', 'lilliputian', 'limitations', 'linearities', 'linearizing', 'linebackers', 'lineprinter', 'lingeringly', 'linguistics', 'lionhearted', 'liposuction', 'lipreadings', 'lipsticking', 'liquidating', 'liquidation', 'liquidators', 'liquidising', 'liquidizing', 'literalness', 'literatures', 'lithographs', 'lithography', 'lithosphere', 'lithuanians', 'litigations', 'littlenesss', 'livabilitys', 'livelihoods', 'livelinesss', 'liverwursts', 'livingstone', 'lobachevsky', 'locomotions', 'locomotives', 'loganberrys', 'logarithmic', 'loggerheads', 'logrollings', 'lollygagged', 'lonelinesss', 'longfellows', 'longstreets', 'loosestrife', 'loudmouthed', 'loudspeaker', 'louisianans', 'louisianian', 'louisvilles', 'lovelinesss', 'lovemakings', 'lubavitcher', 'lubricating', 'lubrication', 'lubricators', 'lucratively', 'ludicrously', 'lumberjacks', 'lumberyards', 'luminescent', 'luminositys', 'lutheranism', 'luxembourgs', 'luxuriances', 'luxuriantly', 'luxuriating', 'luxuriously', 'lysistratas', 'macedonians', 'macerations', 'machiavelli', 'machination', 'machinelike', 'macintoshes', 'mackintoshs', 'macrobiotic', 'macroscopic', 'madagascans', 'madagascars', 'maddeningly', 'maeterlinck', 'magisterial', 'magistrates', 'magnanimity', 'magnanimous', 'magnetising', 'magnetizing', 'magnificent', 'mahabharata', 'maharashtra', 'mahayanists', 'maidenforms', 'maidenhairs', 'maidenheads', 'maidenhoods', 'maidservant', 'mainsprings', 'mainstreams', 'maintainers', 'maintaining', 'maintenance', 'maladaptive', 'maladjusted', 'malapropism', 'malcontents', 'malediction', 'malefactors', 'malevolence', 'malfeasance', 'malfunction', 'maliciously', 'malignancys', 'malignantly', 'malingerers', 'malingering', 'malplaquets', 'malpractice', 'malthusians', 'maltreating', 'mammography', 'managements', 'manchesters', 'maneuvering', 'manhandling', 'manicurists', 'manifesting', 'manifestoes', 'manifolding', 'manipulable', 'manipulated', 'manipulates', 'manipulator', 'manitoulins', 'mannishness', 'manoeuvring', 'manservants', 'mantelpiece', 'mantlepiece', 'manufacture', 'manumission', 'manumitting', 'manuscripts', 'marathoners', 'marchioness', 'marginalias', 'marguerites', 'marionettes', 'marketplace', 'marlborough', 'marshalling', 'marshmallow', 'martiniques', 'marvelously', 'masculinely', 'masculinity', 'masochistic', 'masqueraded', 'masquerader', 'masquerades', 'massiveness', 'mastectomys', 'mastercards', 'masterfully', 'masterminds', 'masterpiece', 'masterworks', 'masticating', 'mastication', 'masturbated', 'masturbates', 'matchmakers', 'matchmaking', 'matchsticks', 'materialise', 'materialism', 'materialist', 'materialize', 'mathematics', 'matriarchal', 'matriarchys', 'matriculate', 'matrimonial', 'matterhorns', 'maturations', 'mauritanias', 'mayonnaises', 'mccarthyism', 'mcculloughs', 'mclaughlins', 'mcnaughtons', 'meadowlarks', 'meadowsweet', 'meagernesss', 'meaningless', 'measureless', 'measurement', 'mechanising', 'mechanistic', 'mechanizing', 'medications', 'medicinally', 'mediocritys', 'meditations', 'megahertzes', 'megalomania', 'megalopolis', 'megaphoning', 'melancholia', 'melancholic', 'melancholys', 'melchizedek', 'mellifluous', 'mellownesss', 'melodically', 'melodiously', 'memberships', 'memorabilia', 'memorandums', 'memorialise', 'memorialize', 'mendelevium', 'mendelssohn', 'meningitiss', 'menkalinans', 'menservants', 'menstruated', 'menstruates', 'mensuration', 'mentalities', 'mentholated', 'mentholatum', 'mentionable', 'mercenaries', 'mercerising', 'mercerizing', 'merchandise', 'merchandize', 'merchantman', 'merchantmen', 'mercilessly', 'meritocracy', 'meritorious', 'merovingian', 'merrymakers', 'merrymaking', 'merthiolate', 'mesmerising', 'mesmerizing', 'mesopotamia', 'metabolised', 'metabolises', 'metabolisms', 'metabolized', 'metabolizes', 'metacarpals', 'metacarpuss', 'metallurgic', 'metallurgys', 'metamorphic', 'metaphysics', 'metastasise', 'metastasiss', 'metastasize', 'metatarsals', 'meteorology', 'methodology', 'metrication', 'metropoliss', 'miaplacidus', 'michigander', 'microbicide', 'microcoding', 'microfiches', 'microfilmed', 'micrography', 'micrometers', 'micrometres', 'micronesian', 'micronesias', 'microphones', 'microscopes', 'microscopic', 'microscopys', 'microsecond', 'microwaving', 'middlebrows', 'midshipmans', 'midwiferies', 'mightinesss', 'militarised', 'militarises', 'militarisms', 'militarists', 'militarized', 'militarizes', 'militiamans', 'millenarian', 'millenniums', 'milliampere', 'milliliters', 'millilitres', 'millimeters', 'millimetres', 'millionaire', 'millisecond', 'milquetoast', 'mimeographs', 'mindfulness', 'mineralogys', 'minestrones', 'minesweeper', 'miniaturise', 'miniaturist', 'miniaturize', 'minimalisms', 'minimalists', 'miniseriess', 'ministerial', 'ministering', 'ministrants', 'minneapolis', 'minnesotans', 'minutenesss', 'misalliance', 'misanthrope', 'misanthropy', 'misapplying', 'misbegotten', 'misbehaving', 'misbehavior', 'miscarriage', 'miscarrying', 'miscellanys', 'mischievous', 'misconceive', 'misconducts', 'misconstrue', 'miscounting', 'misdemeanor', 'misdiagnose', 'misdirected', 'miserliness', 'misfeasance', 'misfortunes', 'misgoverned', 'misguidedly', 'mishandling', 'misidentify', 'misinformed', 'misjudgment', 'mismanaging', 'mismatching', 'misogynists', 'misprinting', 'misreadings', 'missionarys', 'mississauga', 'mississippi', 'missourians', 'misspelling', 'misspending', 'mistreating', 'mistrustful', 'mistrusting', 'mithridates', 'mitigations', 'mitsubishis', 'mitterrands', 'mizzenmasts', 'mnchhausens', 'mockingbird', 'moderations', 'modernising', 'modernistic', 'modernizing', 'modularized', 'modularizes', 'modulations', 'mohammedans', 'mohorovicic', 'moisturised', 'moisturiser', 'moisturises', 'moisturized', 'moisturizer', 'moisturizes', 'molestation', 'mollycoddle', 'molybdenite', 'molybdenums', 'momentarily', 'momentously', 'monarchical', 'monarchisms', 'monarchists', 'monasteries', 'monasticism', 'moneymakers', 'moneymaking', 'monkeyshine', 'monochromes', 'monogrammed', 'monographes', 'monolingual', 'monomaniacs', 'monongahela', 'monopolised', 'monopolises', 'monopolists', 'monopolized', 'monopolizes', 'monotheisms', 'monotheists', 'monstrances', 'monstrosity', 'monstrously', 'montenegrin', 'montenegros', 'montesquieu', 'montevideos', 'montgolfier', 'montgomerys', 'montpeliers', 'montserrats', 'moonlighted', 'moonlighter', 'moratoriums', 'morosenesss', 'morphologys', 'mortarboard', 'mothballing', 'motherboard', 'motherhoods', 'motherlands', 'motivations', 'motocrosses', 'motorbiking', 'motorcycled', 'motorcycles', 'motormouths', 'mountaineer', 'mountainous', 'mountaintop', 'mountbatten', 'mountebanks', 'moussorgsky', 'mouthpieces', 'mouthwashes', 'mozambicans', 'mozambiques', 'mozzarellas', 'mudslingers', 'mudslinging', 'muhammadans', 'mulishnesss', 'multimedias', 'multinomial', 'multiplexed', 'multiplexer', 'multiplexes', 'multiplexor', 'multipliers', 'multiplying', 'multiracial', 'municipally', 'munificence', 'murderesses', 'murderously', 'muscularity', 'musculature', 'mushrooming', 'musicologys', 'muskellunge', 'mutabilitys', 'mutableness', 'mutilations', 'mythologies', 'mythologist', 'nailbrushes', 'nanoseconds', 'naphthalene', 'narcissisms', 'narcissists', 'narcissuses', 'narrownesss', 'nasturtiums', 'nationalise', 'nationalism', 'nationalist', 'nationality', 'nationalize', 'nationwides', 'naturalised', 'naturalises', 'naturalisms', 'naturalists', 'naturalized', 'naturalizes', 'naturalness', 'naughtiness', 'navigations', 'navratilova', 'neanderthal', 'nearsighted', 'necessaries', 'necessarily', 'necessitate', 'necessities', 'neckerchief', 'necromancer', 'necromancys', 'necromantic', 'necrophilia', 'needlepoint', 'needleworks', 'nefariously', 'negativitys', 'negligences', 'negligently', 'negotiating', 'negotiation', 'negotiators', 'neighboring', 'neighboured', 'neighbourly', 'nervelessly', 'nervousness', 'netherlands', 'netherworld', 'networkings', 'neurologist', 'neutralised', 'neutraliser', 'neutralises', 'neutralitys', 'neutralized', 'neutralizer', 'neutralizes', 'newscasters', 'newsletters', 'nicaraguans', 'nickelodeon', 'nightingale', 'nightmarish', 'nightshades', 'nightshirts', 'nightsticks', 'nimblenesss', 'nincompoops', 'nineteenths', 'nitrogenous', 'noblewomans', 'nocturnally', 'noiselessly', 'noisemakers', 'nominations', 'nominatives', 'nonabrasive', 'nonbeliever', 'nonblocking', 'nonchalance', 'nondescript', 'nondrinkers', 'nonentities', 'nonetheless', 'nonexistent', 'nonfictions', 'nonlinearly', 'nonnegative', 'nonpartisan', 'nonpayments', 'nonphysical', 'nonplussing', 'nonresident', 'nonseasonal', 'nonsensical', 'nonstandard', 'nonsupports', 'nonterminal', 'nonviolence', 'normalising', 'normalizing', 'northampton', 'northeaster', 'northerlies', 'northerners', 'nostradamus', 'nothingness', 'noticeboard', 'notoriously', 'nouakchotts', 'nourishment', 'novosibirsk', 'nucleotides', 'numerations', 'numerically', 'numerologys', 'numismatics', 'numismatist', 'nurserymans', 'nutcrackers', 'nutrasweets', 'nutritional', 'nymphomania', 'obfuscating', 'obfuscation', 'obfuscatory', 'objectively', 'objectivity', 'obligations', 'obliqueness', 'obliterated', 'obliterates', 'obliviously', 'obnoxiously', 'obscenities', 'obscurities', 'observances', 'observantly', 'observation', 'observatory', 'obsessively', 'obsolescent', 'obstetrical', 'obstetricss', 'obstinately', 'obstructing', 'obstruction', 'obstructive', 'obtrusively', 'obtusenesss', 'obviousness', 'occasioning', 'occidentals', 'occultation', 'occupancies', 'occupations', 'occurrences', 'odoriferous', 'odorousness', 'offensively', 'offertories', 'offhandedly', 'officialdom', 'officiating', 'officiously', 'oktoberfest', 'oldsmobiles', 'olfactories', 'oligarchies', 'ominousness', 'omnipotence', 'omnipresent', 'omniscience', 'opalescence', 'opaquenesss', 'operational', 'opinionated', 'oppenheimer', 'opportunely', 'opportunism', 'opportunist', 'opportunity', 'oppositions', 'oppressions', 'opprobrious', 'opprobriums', 'optoisolate', 'optometrist', 'orangutangs', 'oranjestads', 'orchestrate', 'orderliness', 'ordinations', 'ordovicians', 'organically', 'organizable', 'orientating', 'orientation', 'originality', 'originating', 'origination', 'originators', 'ornamenting', 'ornatenesss', 'ornithology', 'orthodontia', 'orthodontic', 'orthodoxies', 'orthography', 'orthonormal', 'orthopaedic', 'orthopedics', 'orthopedist', 'oscillating', 'oscillation', 'oscillators', 'oscillatory', 'ostentation', 'osteopathic', 'osteopathys', 'ostracising', 'ostracizing', 'ouagadougou', 'outbalanced', 'outbalances', 'outbuilding', 'outclassing', 'outcropping', 'outdistance', 'outfielders', 'outflanking', 'outmaneuver', 'outnumbered', 'outpatients', 'outperforms', 'outpourings', 'outreaching', 'outsmarting', 'outsourcing', 'outspokenly', 'outstanding', 'outstations', 'outstripped', 'outweighing', 'overachieve', 'overanxious', 'overbalance', 'overbearing', 'overbooking', 'overburdens', 'overcasting', 'overcharged', 'overcharges', 'overcooking', 'overcrowded', 'overdrawing', 'overdressed', 'overdresses', 'overexposed', 'overexposes', 'overextends', 'overflowing', 'overgrowing', 'overgrowths', 'overhanging', 'overhauling', 'overhearing', 'overheating', 'overindulge', 'overlapping', 'overloading', 'overlooking', 'overnighter', 'overplaying', 'overpowered', 'overpricing', 'overprinted', 'overproduce', 'overreached', 'overreaches', 'overreacted', 'overrunning', 'overselling', 'overshadows', 'overspreads', 'overstating', 'overstaying', 'overstepped', 'overstocked', 'overstuffed', 'overturning', 'overweening', 'overweights', 'overwhelmed', 'overworking', 'overwriting', 'overwritten', 'overwrought', 'overzealous', 'oxygenating', 'oxygenation', 'ozymandiass', 'pacesetters', 'pacesetting', 'pacifically', 'paediatrics', 'paginations', 'painfullest', 'painkillers', 'painstaking', 'paintbrushs', 'paleolithic', 'palestinian', 'palimpsests', 'palindromes', 'palindromic', 'pallbearers', 'palliations', 'palliatives', 'palpitating', 'palpitation', 'paltrinesss', 'pamphleteer', 'panamanians', 'pandemonium', 'panhandlers', 'panhandling', 'pantaloonss', 'pantheistic', 'pantomiming', 'paperhanger', 'paperweight', 'parachuting', 'parachutist', 'paradoxical', 'paragraphed', 'paraguayans', 'paralleling', 'parallelism', 'parallelize', 'parallelled', 'paramaribos', 'parameciums', 'paramedical', 'paraphrased', 'paraphrases', 'paraplegias', 'paraplegics', 'paratrooper', 'paratroopss', 'parentheses', 'parenthesis', 'parenthetic', 'parenthoods', 'parishioner', 'parliaments', 'partialitys', 'participant', 'participate', 'participial', 'participles', 'particulars', 'particulate', 'partitioned', 'partnership', 'parturition', 'passageways', 'passionless', 'passiveness', 'pasteboards', 'pasteurised', 'pasteurises', 'pasteurized', 'pasteurizes', 'patchinesss', 'paternalism', 'paternoster', 'pathologist', 'patriarchal', 'patriarchys', 'patrimonial', 'patrimonies', 'patriotisms', 'patrolwoman', 'patrolwomen', 'patronising', 'patronizing', 'patronymics', 'pauperising', 'pauperizing', 'pawnbrokers', 'peacemakers', 'peasanthood', 'peccadillos', 'peculiarity', 'pedagogical', 'pedestrians', 'pediatricss', 'pediatrists', 'peevishness', 'pejoratives', 'peloponnese', 'pencillings', 'pendereckis', 'penetrating', 'penetration', 'penetrative', 'penetrators', 'penicillins', 'penitential', 'penmanships', 'penningtons', 'pennyweight', 'penologists', 'pensiveness', 'pentameters', 'pentateuchs', 'pentathlons', 'pentecostal', 'penultimate', 'peppercorns', 'peppergrass', 'peppermints', 'perambulate', 'perceivable', 'perceivably', 'percentages', 'percentiles', 'perceptible', 'perceptibly', 'perceptions', 'perchlorate', 'percolating', 'percolation', 'percolators', 'percussions', 'perennially', 'perfectible', 'perfections', 'perfectness', 'perforating', 'perforation', 'performance', 'perfumeries', 'perfunctory', 'pericardium', 'perihelions', 'periodicals', 'periodicity', 'periodontal', 'peripatetic', 'peripherals', 'peripheries', 'periphrases', 'periphrasis', 'perishables', 'peritoneums', 'peritonitis', 'periwinkles', 'permafrosts', 'permanences', 'permanently', 'permissible', 'permissibly', 'permissions', 'permutation', 'perorations', 'perpetrated', 'perpetrates', 'perpetrator', 'perpetually', 'perpetuated', 'perpetuates', 'perpetuitys', 'perplexitys', 'perquisites', 'persecuting', 'persecution', 'persecutors', 'persecutory', 'persephones', 'persepoliss', 'perseverant', 'persevering', 'persiflages', 'persistence', 'persnickety', 'personalise', 'personality', 'personalize', 'personified', 'personifies', 'perspective', 'perspicuity', 'perspicuous', 'persuadable', 'persuasions', 'pertinacity', 'pertinences', 'pervasively', 'perversions', 'perversitys', 'pessimistic', 'pestilences', 'petitioners', 'petitioning', 'petrolatums', 'pettifogged', 'pettifogger', 'phanerozoic', 'phantasying', 'pharmacists', 'phenomenons', 'philandered', 'philanderer', 'philatelist', 'philippians', 'philippines', 'philistines', 'philodendra', 'philologist', 'philosopher', 'philosophic', 'philosophys', 'phonetician', 'phonographs', 'phonologist', 'phosphoruss', 'photocopied', 'photocopier', 'photocopies', 'photographs', 'photography', 'photometric', 'phraseology', 'phrenologys', 'physiognomy', 'physiologys', 'pianissimos', 'pianofortes', 'piccalillis', 'pickabacked', 'pickpockets', 'pictographs', 'pictorially', 'picturesque', 'pigeonberry', 'pigeonholed', 'pigeonholes', 'piggishness', 'piggybacked', 'pilgrimages', 'pillowcases', 'pilothouses', 'pincushions', 'pinfeathers', 'pinpointing', 'pinwheeling', 'pirouetting', 'piscatorial', 'pisistratus', 'pitchblende', 'pitchforked', 'pittsburghs', 'pituitaries', 'placeholder', 'plagiarised', 'plagiarises', 'plagiarisms', 'plagiarists', 'plagiarized', 'plagiarizes', 'plagioclase', 'plaintively', 'planetarium', 'planoconvex', 'plantagenet', 'plantations', 'plasticines', 'plasticitys', 'platforming', 'playactings', 'playfulness', 'playgrounds', 'playstation', 'playwrights', 'playwriting', 'pleasantest', 'pleasantrys', 'pleasurable', 'pleasurably', 'plebiscites', 'pleistocene', 'plentifully', 'plexiglases', 'pliabilitys', 'ploughshare', 'pluckinesss', 'pluperfects', 'pluralising', 'pluralistic', 'pluralities', 'pluralizing', 'plutocracys', 'plutocratic', 'pocahontass', 'pocketbooks', 'pocketknife', 'pockmarking', 'podiatrists', 'poinsettias', 'pointillism', 'pointillist', 'pointlessly', 'poisonously', 'polarimeter', 'polarimetry', 'polariscope', 'polarograph', 'policewoman', 'policewomen', 'politenesss', 'politically', 'politicians', 'politicised', 'politicises', 'politicized', 'politicizes', 'politicking', 'pollinating', 'pollination', 'poltergeist', 'polygamists', 'polygraphed', 'polyhedrons', 'polyhymnias', 'polymorphic', 'polynesians', 'polynomials', 'polystyrene', 'polytechnic', 'polytheisms', 'polytheists', 'pomegranate', 'pomeranians', 'pompadoured', 'pompousness', 'ponderously', 'pontificate', 'popularised', 'popularises', 'popularitys', 'popularized', 'popularizes', 'populations', 'pornography', 'portability', 'portculliss', 'porterhouse', 'portlinesss', 'portmanteau', 'portraitist', 'portraiture', 'portugueses', 'positioning', 'possessions', 'possessives', 'possibility', 'postmarking', 'postmasters', 'postmortems', 'postoffices', 'postprocess', 'postscripts', 'postulating', 'postulation', 'potentially', 'powerhouses', 'powerlessly', 'powerpoints', 'practicable', 'practicably', 'practically', 'pragmatisms', 'pragmatists', 'prearranged', 'prearranges', 'preassigned', 'precambrian', 'precautions', 'precedences', 'precedented', 'preciositys', 'precipitant', 'precipitate', 'precipitous', 'preciseness', 'preclusions', 'preconceive', 'predeceased', 'predeceases', 'predecessor', 'predefining', 'predestined', 'predestines', 'predicament', 'predicating', 'predication', 'predicative', 'predictable', 'predictably', 'predictions', 'predisposed', 'predisposes', 'predominant', 'predominate', 'preeminence', 'preemptions', 'preexisting', 'prefectures', 'preferences', 'preferments', 'prefiguring', 'pregnancies', 'prehistoric', 'prehistorys', 'prejudgment', 'prejudicial', 'prejudicing', 'preliminary', 'prematurely', 'prematurity', 'premeditate', 'premonition', 'premonitory', 'preoccupied', 'preoccupies', 'preordained', 'prepackaged', 'prepackages', 'preparation', 'preparative', 'preparatory', 'prepayments', 'preposition', 'prerecorded', 'preregister', 'prerogative', 'preschooler', 'presciences', 'prescribing', 'preselected', 'presentable', 'presentness', 'preshrunken', 'presidencys', 'pressurised', 'pressurises', 'pressurized', 'pressurizes', 'prestigious', 'presumption', 'presumptive', 'presupposed', 'presupposes', 'pretensions', 'pretentious', 'prettifying', 'prettinesss', 'prevalences', 'prevalently', 'prevaricate', 'preventable', 'preventably', 'preventible', 'preventions', 'preventives', 'priestesses', 'priesthoods', 'priestliest', 'primitively', 'primitivism', 'princeliest', 'principally', 'prioritised', 'prioritises', 'prioritized', 'prioritizes', 'prissinesss', 'privatising', 'privatizing', 'privileging', 'prizefights', 'probabilist', 'probability', 'probationer', 'problematic', 'proboscides', 'proboscises', 'proceedings', 'processions', 'proclaimers', 'proclaiming', 'proclivitys', 'procreating', 'procreation', 'procreative', 'procrustean', 'procrustess', 'procurators', 'procurement', 'prodigality', 'productions', 'profanation', 'profanities', 'professions', 'proficiency', 'proficients', 'profiteered', 'profligacys', 'profligates', 'profoundest', 'profunditys', 'progenitors', 'prognostics', 'programmers', 'programming', 'progressing', 'progression', 'progressive', 'prohibiting', 'prohibition', 'prohibitive', 'prohibitory', 'projectiles', 'projections', 'prolegomena', 'proletarian', 'proletariat', 'proliferate', 'promenading', 'prometheuss', 'prominences', 'prominently', 'promiscuity', 'promiscuous', 'promisingly', 'promontorys', 'promotional', 'promptitude', 'promptnesss', 'promulgated', 'promulgates', 'pronouncing', 'proofreader', 'propagandas', 'propagating', 'propagation', 'propellants', 'propellents', 'propensitys', 'prophesying', 'prophetesss', 'prophylaxis', 'propinquity', 'propitiated', 'propitiates', 'proportions', 'proposition', 'propounding', 'proprietary', 'proprietors', 'propulsions', 'prosaically', 'prosceniums', 'proscribing', 'prosecuting', 'prosecution', 'prosecutors', 'proselyting', 'proselytise', 'proselytize', 'proserpines', 'prospecting', 'prospection', 'prospective', 'prospectors', 'prospectuss', 'prosperitys', 'prosthesiss', 'prostituted', 'prostitutes', 'prostrating', 'prostration', 'protagonist', 'protections', 'proteolysis', 'proteolytic', 'proterozoic', 'protestants', 'protoplasms', 'prototyping', 'protracting', 'protraction', 'protractors', 'protrusions', 'protuberant', 'provability', 'provenances', 'providences', 'providently', 'provincials', 'provisional', 'provisioned', 'provocateur', 'provocation', 'provocative', 'prudentials', 'psychedelic', 'psychiatric', 'psychiatrys', 'psychically', 'psychogenic', 'psychologys', 'psychometry', 'psychopaths', 'pterodactyl', 'pubescences', 'publication', 'publicising', 'publicizing', 'publishable', 'publishings', 'pulchritude', 'pulverising', 'pulverizing', 'pumpkinseed', 'punctilious', 'punctuality', 'punctuating', 'punctuation', 'punishments', 'purchasable', 'purgatorial', 'purgatories', 'puritanical', 'puritanisms', 'purportedly', 'purposeless', 'pussyfooted', 'putrescence', 'puzzlements', 'pyromaniacs', 'pyrotechnic', 'pythagorass', 'pythagorean', 'quadrangles', 'quadratical', 'quadratures', 'quadrennial', 'quadricepss', 'quadrillion', 'quadruplets', 'quadrupling', 'quaintnesss', 'qualitative', 'quantifiers', 'quantifying', 'quarantined', 'quarantines', 'quarrelling', 'quarrelsome', 'quarterback', 'quarterdeck', 'quarterlies', 'quaternarys', 'queasinesss', 'queenslands', 'querulously', 'questioners', 'questioning', 'quicksilver', 'quiescences', 'quintilians', 'quintillion', 'quintuplets', 'quintupling', 'quizzically', 'rabelaisian', 'racecourses', 'racketeered', 'racquetball', 'radicalisms', 'radioactive', 'radiocarbon', 'radiography', 'radiologist', 'radiometric', 'ragamuffins', 'raggednesss', 'railroaders', 'railroading', 'rakishnesss', 'ramakrishna', 'rancorously', 'randomising', 'randomizing', 'randomnesss', 'rapaciously', 'rapscallion', 'rasalgethis', 'rasalhagues', 'raspberries', 'rastafarian', 'rathskeller', 'ratiocinate', 'rationalise', 'rationalism', 'rationalist', 'rationality', 'rationalize', 'rattlesnake', 'rattletraps', 'raucousness', 'raunchiness', 'ravishingly', 'ravishments', 'reactionary', 'reactivated', 'reactivates', 'readability', 'readerships', 'readjusting', 'readmitting', 'reaffirming', 'reaganomics', 'realisation', 'realization', 'reallocated', 'reallocates', 'reanalyzing', 'reanimating', 'reappearing', 'reappointed', 'reapportion', 'reappraisal', 'reappraised', 'reappraises', 'rearmaments', 'rearranging', 'reassembled', 'reassembles', 'reasserting', 'reassessing', 'reassigning', 'reassurance', 'reawakening', 'rebroadcast', 'recalculate', 'recantation', 'recapturing', 'receptacles', 'receptively', 'receptivity', 'recessional', 'recidivisms', 'recidivists', 'reciprocals', 'reciprocate', 'reciprocity', 'recirculate', 'recitations', 'recitatives', 'reclaimable', 'reclamation', 'recognising', 'recognition', 'recognizers', 'recognizing', 'recollected', 'recombinant', 'recombining', 'recommenced', 'recommences', 'recommended', 'recommender', 'recompensed', 'recompenses', 'recompiling', 'recomputing', 'reconciling', 'recondition', 'reconfigure', 'reconnected', 'reconnoiter', 'reconnoitre', 'reconquered', 'reconsiders', 'reconstruct', 'reconvening', 'recoverable', 'recreations', 'recriminate', 'recruitment', 'rectangular', 'rectifiable', 'rectilinear', 'recuperated', 'recuperates', 'recurrences', 'recurrently', 'recursively', 'recyclables', 'reddishness', 'redeclaring', 'redecorated', 'redecorates', 'rededicated', 'rededicates', 'redemptions', 'redeploying', 'redesigning', 'redeveloped', 'redirecting', 'redirection', 'rediscovers', 'rediscovery', 'redisplayed', 'redistricts', 'redoubtable', 'redundancys', 'redundantly', 'reeducating', 'reeducation', 'reelections', 'reemphasise', 'reemphasize', 'reenactment', 'reenforcing', 'reenlisting', 'reestablish', 'reevaluated', 'reevaluates', 'reexamining', 'refashioned', 'refectories', 'referencing', 'referendums', 'referential', 'refinancing', 'refinements', 'refinishing', 'reflectance', 'reflections', 'reflexively', 'reflexivity', 'refocussing', 'reforesting', 'reformation', 'reformatory', 'reformatted', 'reformulate', 'refractions', 'refractorys', 'refreshment', 'refrigerant', 'refrigerate', 'refulgences', 'refurbished', 'refurbishes', 'refurnished', 'refurnishes', 'refutations', 'regenerated', 'regenerates', 'regimenting', 'regionalism', 'registering', 'registrable', 'registrants', 'regressions', 'regretfully', 'regrettable', 'regrettably', 'regularised', 'regularises', 'regularitys', 'regularized', 'regularizes', 'regulations', 'regurgitate', 'reimbursing', 'reincarnate', 'reinforcing', 'reinserting', 'reinstating', 'reinterpret', 'reintroduce', 'reinventing', 'reinvesting', 'reiterating', 'reiteration', 'rejuvenated', 'rejuvenates', 'relabelling', 'relativitys', 'relaxations', 'relegations', 'reliability', 'religiosity', 'religiously', 'relocatable', 'relocations', 'reluctances', 'reluctantly', 'remaindered', 'remarriages', 'remembering', 'remembrance', 'reminiscent', 'reminiscing', 'remissnesss', 'remittances', 'remodelling', 'remonstrate', 'remorseless', 'remotenesss', 'remunerated', 'remunerates', 'renaissance', 'renascences', 'rendezvouss', 'renegotiate', 'renovations', 'renumbering', 'reoccupying', 'reoccurring', 'reorganised', 'reorganises', 'reorganized', 'reorganizes', 'repackaging', 'reparations', 'repatriated', 'repatriates', 'repentances', 'repertoires', 'repertories', 'repetitions', 'repetitious', 'replaceable', 'replacement', 'replenished', 'replenishes', 'repleteness', 'replicating', 'replication', 'reportorial', 'repositions', 'repositorys', 'repossessed', 'repossesses', 'reprehended', 'represented', 'repressions', 'reprimanded', 'reproachful', 'reproaching', 'reprocessed', 'reprocesses', 'reproducers', 'reproducing', 'reprogramed', 'republicans', 'republished', 'republishes', 'repudiating', 'repudiation', 'repugnances', 'repulsively', 'reputations', 'requirement', 'requisition', 'rescheduled', 'reschedules', 'rescissions', 'researchers', 'researching', 'reselecting', 'resemblance', 'resentfully', 'resentments', 'reservation', 'reshuffling', 'residencies', 'residential', 'resignation', 'resiliences', 'resiliencys', 'resistances', 'resistantly', 'resistivity', 'resolutions', 'resourceful', 'respectable', 'respectably', 'respiration', 'respirators', 'respiratory', 'resplendent', 'respondents', 'responsible', 'responsibly', 'restatement', 'restaurants', 'restfullest', 'restfulness', 'restitution', 'restiveness', 'restoration', 'restorative', 'restrainers', 'restraining', 'restricting', 'restriction', 'restrictive', 'restructure', 'resubmitted', 'resultantly', 'resumptions', 'resupplying', 'resurfacing', 'resurgences', 'resurrected', 'resurrector', 'resuscitate', 'retaliating', 'retaliation', 'retaliatory', 'retardation', 'retentively', 'reticulated', 'reticulates', 'retirements', 'retractable', 'retractions', 'retransmits', 'retrenching', 'retribution', 'retributive', 'retrievable', 'retroactive', 'retrofitted', 'retrograded', 'retrogrades', 'retrorocket', 'retrospects', 'retrovision', 'returnables', 'reupholster', 'revaluation', 'revelations', 'reverberate', 'reverencing', 'reverential', 'reverifying', 'revilements', 'revisionary', 'revitalised', 'revitalises', 'revitalized', 'revitalizes', 'revivalists', 'revivifying', 'revocations', 'revoltingly', 'revolutions', 'rewardingly', 'rhapsodised', 'rhapsodises', 'rhapsodized', 'rhapsodizes', 'rhetorician', 'rheumatisms', 'rhinestones', 'rhinoceross', 'riboflavins', 'ribonucleic', 'ricocheting', 'ricochetted', 'riefenstahl', 'rigamaroles', 'righteously', 'ringleaders', 'ringmasters', 'ritualistic', 'roadblocked', 'roadrunners', 'robespierre', 'robitussins', 'robustnesss', 'rochambeaus', 'rockefeller', 'roddenberry', 'rollerblade', 'rollickings', 'romanesques', 'romanticise', 'romanticism', 'romanticist', 'romanticize', 'rosenzweigs', 'rosicrucian', 'rotisseries', 'rotogravure', 'rottennesss', 'rottweilers', 'rotundnesss', 'roughhoused', 'roughhouses', 'roughnecked', 'roundabouts', 'roundedness', 'roundhouses', 'roustabouts', 'routinising', 'routinizing', 'rubberising', 'rubberizing', 'rubbermaids', 'rubbernecks', 'rudimentary', 'ruggednesss', 'ruminations', 'rusticating', 'rustication', 'rustproofed', 'sabbaticals', 'sacramental', 'sacramentos', 'sacrednesss', 'sacrificers', 'sacrificial', 'sacrificing', 'safeguarded', 'safekeeping', 'sagittarius', 'saintliness', 'salaciously', 'salamanders', 'salesclerks', 'salespeople', 'salesperson', 'saleswomans', 'salivations', 'salmonberry', 'salmonellae', 'salmonellas', 'saltcellars', 'saltshakers', 'salutations', 'salvadorans', 'salvadorian', 'salvageable', 'sanatoriums', 'sanctifying', 'sanctioning', 'sanctuaries', 'sandalwoods', 'sandbagging', 'sandblasted', 'sandblaster', 'sandcastles', 'sandpapered', 'sandwiching', 'sanguineous', 'sanitariums', 'sanitations', 'saprophytes', 'sarcophagus', 'sarsparilla', 'sartorially', 'sassafrases', 'satanically', 'satelliting', 'satirically', 'satisfiable', 'saturations', 'saturnalias', 'sauerkrauts', 'savagenesss', 'saxophonist', 'scaffolding', 'scandalised', 'scandalises', 'scandalized', 'scandalizes', 'scandinavia', 'scantinesss', 'scapegoated', 'scarborough', 'scarcenesss', 'sceptically', 'scepticisms', 'schenectady', 'schismatics', 'schlesinger', 'schmaltzier', 'schoenbergs', 'scholarship', 'scholastics', 'schoolbooks', 'schoolchild', 'schoolgirls', 'schoolhouse', 'schoolmarms', 'schoolmates', 'schoolrooms', 'schoolworks', 'schoolyards', 'schrdingers', 'schrieffers', 'schumpeters', 'schuylkills', 'schwarzkopf', 'scientology', 'scintillate', 'scoreboards', 'scotswomans', 'scoutmaster', 'scraggliest', 'scratchiest', 'scratchpads', 'screechiest', 'screenplays', 'screwdriver', 'scrimmaging', 'scrimshawed', 'scrumptious', 'scrutinised', 'scrutinises', 'scrutinized', 'scrutinizes', 'sculpturing', 'scuttlebutt', 'seamanships', 'seamstresss', 'searchingly', 'searchlight', 'seasickness', 'seaworthier', 'secondaries', 'secondarily', 'secretarial', 'secretariat', 'secretaries', 'secretively', 'secularised', 'secularises', 'secularisms', 'secularized', 'secularizes', 'sedimentary', 'seductively', 'seemlinesss', 'seersuckers', 'segregating', 'segregation', 'seismically', 'seismograph', 'seismologys', 'selectively', 'selectivity', 'selfadjoint', 'selfishness', 'semanticist', 'semaphoring', 'semicircles', 'semimonthly', 'seminarians', 'semiprivate', 'semiskilled', 'semitrailer', 'semiweeklys', 'senegaleses', 'sennacherib', 'sensational', 'senselessly', 'sensibility', 'sensitising', 'sensitively', 'sensitivity', 'sensitizing', 'sensualitys', 'sensurround', 'sententious', 'sentimental', 'separations', 'separatisms', 'separatists', 'septicaemia', 'septicemias', 'septuagints', 'sepulchered', 'sepulchring', 'sequencings', 'sequestered', 'serendipity', 'serenenesss', 'serialising', 'serializing', 'seriousness', 'sermonising', 'sermonizing', 'serpentines', 'serviceable', 'servicemans', 'settlements', 'sevastopols', 'seventeenth', 'seventieths', 'severalfold', 'seychelless', 'shabbinesss', 'shadowboxed', 'shadowboxes', 'shagginesss', 'shakespeare', 'shallowness', 'shamelessly', 'shanghaiing', 'shantytowns', 'shapelessly', 'shapeliness', 'shareholder', 'shcharansky', 'shellacking', 'shellfishes', 'shenanigans', 'shepherdess', 'shepherding', 'shibboleths', 'shiftinesss', 'shillelaghs', 'shipbuilder', 'shipwrecked', 'shipwrights', 'shirtsleeve', 'shirtwaists', 'shoddinesss', 'shoehorning', 'shoestrings', 'shopkeepers', 'shoplifters', 'shoplifting', 'shortbreads', 'shortchange', 'shortcoming', 'shortenings', 'shorthanded', 'shotgunning', 'shouldering', 'showboating', 'showmanship', 'shrewdnesss', 'shrillnesss', 'shrivelling', 'shrubberies', 'shutterbugs', 'shuttlecock', 'shylockians', 'sickeningly', 'siddharthas', 'sidesaddles', 'sidestepped', 'sidestroked', 'sidestrokes', 'sideswiping', 'sidetracked', 'sierpinskis', 'sightseeing', 'signalising', 'signalizing', 'signatories', 'significant', 'signposting', 'silhouetted', 'silhouettes', 'silverfishs', 'silversmith', 'silverwares', 'similaritys', 'simplenesss', 'simplicitys', 'simplifiers', 'simplifying', 'simulations', 'simulcasted', 'sinfulnesss', 'singsonging', 'singularity', 'sisterhoods', 'situational', 'skateboards', 'skedaddling', 'skeptically', 'skepticisms', 'skimpinesss', 'skinninesss', 'skirmishers', 'skirmishing', 'skulduggery', 'skyrocketed', 'skyscrapers', 'skywritings', 'slaphappier', 'slaughtered', 'slaughterer', 'sleazinesss', 'sleepinesss', 'sleeplessly', 'sleepwalked', 'sleepwalker', 'sleepyheads', 'slenderised', 'slenderises', 'slenderized', 'slenderizes', 'slenderness', 'slightnesss', 'slipperiest', 'sloppinesss', 'slovenliest', 'smatterings', 'smithereens', 'smithsonian', 'smokehouses', 'smokescreen', 'smokestacks', 'smoothnesss', 'smouldering', 'snapdragons', 'snootinesss', 'snorkelings', 'snorkelling', 'snowballing', 'snowboarded', 'snowmobiled', 'snowmobiles', 'snowploughs', 'snowplowing', 'snowshoeing', 'sociability', 'socialising', 'socialistic', 'socializing', 'sociologist', 'sociometric', 'softhearted', 'solemnising', 'solemnizing', 'solicitudes', 'solidaritys', 'solidifying', 'soliloquies', 'soliloquise', 'soliloquize', 'solubilitys', 'somersaults', 'somnolences', 'songwriters', 'soothsayers', 'sophistries', 'sorceresses', 'sordidnesss', 'sorrowfully', 'soubriquets', 'soulfulness', 'soundlessly', 'soundproofs', 'soundtracks', 'southampton', 'southerlies', 'southerners', 'southwester', 'sovereignty', 'spacecrafts', 'spaceflight', 'spacewalked', 'sparsenesss', 'spatterdock', 'speakeasies', 'spearheaded', 'specialised', 'specialises', 'specialists', 'specialitys', 'specialized', 'specializes', 'specialties', 'specifiable', 'specificity', 'spectacless', 'spectacular', 'spectrogram', 'speculating', 'speculation', 'speculative', 'speculators', 'speedometer', 'spellbinder', 'spendthrift', 'spenglerian', 'spermatozoa', 'spermicides', 'spherically', 'spiritually', 'spirographs', 'spitefuller', 'spitsbergen', 'splashdowns', 'splattering', 'splendidest', 'splintering', 'splotchiest', 'spluttering', 'spoilsports', 'spokeswoman', 'spokeswomen', 'spoliations', 'sponsorship', 'spontaneity', 'spontaneous', 'spoonerisms', 'sportscasts', 'sportswears', 'sportswoman', 'sportswomen', 'sportswrite', 'spotlighted', 'spottinesss', 'spreadsheet', 'sprightlier', 'springboard', 'springfield', 'springiness', 'springsteen', 'springtimes', 'sprinklings', 'squandering', 'squarenesss', 'squashberry', 'squeamishly', 'squeegeeing', 'squiggliest', 'squirreling', 'squirrelled', 'stabilisers', 'stabilising', 'stabilities', 'stabilizers', 'stabilizing', 'stagecoachs', 'stagestruck', 'stagflation', 'stagnations', 'stairmaster', 'stalactites', 'stalagmites', 'stalemating', 'stalingrads', 'standardise', 'standardize', 'standoffish', 'standpoints', 'standstills', 'startlingly', 'starvations', 'statehouses', 'stateliness', 'stationerys', 'statistical', 'statutorily', 'steadfastly', 'steadinesss', 'steakhouses', 'stealthiest', 'steamrolled', 'steamroller', 'steeplebush', 'steeplejack', 'stegosaurus', 'stencilling', 'stenography', 'stepbrother', 'stepfathers', 'stephanotis', 'stepladders', 'stepmothers', 'stepparents', 'stepsisters', 'stereoscope', 'stereoscopy', 'stereotyped', 'stereotypes', 'sterilisers', 'sterilising', 'sterilizers', 'sterilizing', 'stethoscope', 'stewardesss', 'stewardship', 'stickinesss', 'stickleback', 'stigmatised', 'stigmatises', 'stigmatized', 'stigmatizes', 'stillbirths', 'stimulating', 'stimulation', 'stimulative', 'stimulatory', 'stinginesss', 'stipulating', 'stipulation', 'stockbroker', 'stockhausen', 'stockholder', 'stockinesss', 'stockpiling', 'stodginesss', 'stolichnaya', 'stomachache', 'stonewalled', 'stopwatches', 'storefronts', 'storehouses', 'storekeeper', 'storminesss', 'storyteller', 'straggliest', 'straightens', 'straightest', 'straightway', 'straitening', 'strangeness', 'stranglings', 'strangulate', 'straplesses', 'strategists', 'stratifying', 'stravinskys', 'strawberrys', 'strawflower', 'streamlined', 'streamliner', 'streamlines', 'streetlight', 'strengthens', 'strenuously', 'stretchiest', 'stricklands', 'strictnesss', 'strikebreak', 'stringencys', 'stringently', 'stringiness', 'stripteased', 'stripteases', 'strongboxes', 'strongholds', 'structuring', 'strychnines', 'stubbornest', 'studebakers', 'studentship', 'stuffinesss', 'stultifying', 'stupidities', 'sturdinesss', 'stylishness', 'subbasement', 'subcompacts', 'subcontract', 'subcultures', 'subdividing', 'subdivision', 'subheadings', 'subinterval', 'subjections', 'subjugating', 'subjugation', 'subjunctive', 'sublimating', 'sublimation', 'submariners', 'submergence', 'submersible', 'submersions', 'submissions', 'subnetworks', 'subordinate', 'subornation', 'subpoenaing', 'subproblems', 'subprograms', 'subrogation', 'subroutines', 'subscribers', 'subscribing', 'subscripted', 'subsections', 'subsegments', 'subsequence', 'subservient', 'subsidences', 'subsidiarys', 'subsidising', 'subsidizing', 'subsistence', 'substandard', 'substantial', 'substantive', 'substations', 'substituent', 'substituted', 'substitutes', 'substratums', 'subterfuges', 'subtotaling', 'subtotalled', 'subtracting', 'subtraction', 'subtractors', 'subtrahends', 'subtropical', 'suburbanite', 'subversions', 'subversives', 'successions', 'succinctest', 'succulences', 'suddennesss', 'sudetenland', 'sufferances', 'sufficiency', 'suffocating', 'suffocation', 'suffragette', 'suffragists', 'sugarcoated', 'suggestible', 'suggestions', 'suitability', 'sulfonamide', 'sullennesss', 'summarising', 'summarizing', 'summerhouse', 'summertimes', 'sunbathings', 'sunglassess', 'supercharge', 'superficial', 'superfluity', 'superfluous', 'superimpose', 'superintend', 'superiority', 'superlative', 'superlunary', 'supermarket', 'supernatant', 'superposing', 'superpowers', 'superscript', 'superseding', 'supertanker', 'supervening', 'supervising', 'supervision', 'supervisors', 'supervisory', 'supplanting', 'supplements', 'supplenesss', 'supplicants', 'supplicated', 'supplicates', 'supportable', 'supposition', 'suppository', 'suppressing', 'suppression', 'suppurating', 'suppuration', 'supremacist', 'supremities', 'surcharging', 'surfaceness', 'surfboarded', 'surmounting', 'surplussing', 'surprisings', 'surrealisms', 'surrealists', 'surrendered', 'surrounding', 'surveillant', 'susceptance', 'susceptible', 'suspenseful', 'suspensions', 'susquehanna', 'sustainable', 'sustenances', 'sutherlands', 'swallowtail', 'swammerdams', 'sweatpantss', 'sweatshirts', 'swedenborgs', 'sweepstakes', 'sweetbreads', 'sweetbriars', 'sweetbriers', 'sweetenings', 'sweethearts', 'swellheaded', 'switchbacks', 'switchblade', 'switchboard', 'switzerland', 'swordfishes', 'sycophantic', 'syllabified', 'syllabifies', 'syllogistic', 'symbolising', 'symbolizing', 'symmetrical', 'symmetricly', 'sympathetic', 'sympathiess', 'sympathised', 'sympathiser', 'sympathises', 'sympathized', 'sympathizer', 'sympathizes', 'symptomatic', 'synchronise', 'synchronism', 'synchronize', 'synchronous', 'synchrotron', 'syncopating', 'syncopation', 'syndicating', 'syndication', 'synergistic', 'syntactical', 'synthesised', 'synthesises', 'synthesized', 'synthesizer', 'synthesizes', 'syphilitics', 'systematise', 'systematize', 'szymborskas', 'tabernacles', 'tablecloths', 'tablespoons', 'tabulations', 'tachometers', 'taciturnity', 'tajikistans', 'taklamakans', 'talkatively', 'tallahassee', 'talleyrands', 'tambourines', 'tanganyikas', 'tangibility', 'tantalising', 'tantalizing', 'taskmasters', 'tastelessly', 'tattletales', 'tautologies', 'tawdrinesss', 'taxidermist', 'tchaikovsky', 'teargassing', 'tearjerkers', 'teaspoonful', 'technically', 'technicians', 'technicolor', 'technocracy', 'technocrats', 'technologys', 'tediousness', 'teetotalers', 'teetotaller', 'tegucigalpa', 'telecasters', 'telecasting', 'telecommute', 'telegraphed', 'telegrapher', 'telegraphic', 'telegraphys', 'telekinesis', 'telemetries', 'telephoners', 'telephoning', 'teleprinter', 'telescoping', 'televisions', 'temperament', 'temperances', 'temperately', 'temperature', 'tempestuous', 'temporaries', 'temporarily', 'temporising', 'temporizing', 'temptations', 'temptresses', 'tenabilitys', 'tenaciously', 'tendentious', 'tenderfoots', 'tenderisers', 'tenderising', 'tenderizers', 'tenderizing', 'tenderloins', 'tendernesss', 'tendinitiss', 'tendonitiss', 'tentatively', 'tenterhooks', 'tenuousness', 'teotihuacan', 'teratogenic', 'terminating', 'termination', 'terminators', 'terminology', 'terpsichore', 'terrestrial', 'territorial', 'territories', 'terrorising', 'terroristic', 'terrorizing', 'testability', 'testimonial', 'testimonies', 'tetrahedral', 'tetrahedron', 'tetravalent', 'thallophyte', 'thanklessly', 'theatricals', 'thenceforth', 'theocracies', 'theodosiuss', 'theologians', 'theological', 'theoretical', 'therapeutic', 'thereabouts', 'theretofore', 'thermometer', 'thermometry', 'thermopower', 'thermopylae', 'thermostats', 'thesauruses', 'thessalonki', 'thickenings', 'thicknesses', 'thimblefuls', 'thingamajig', 'thiocyanate', 'thirteenths', 'thistledown', 'thoroughest', 'thoughtless', 'thousandths', 'threatening', 'threescores', 'thriftiness', 'thrillingly', 'throatiness', 'thrombosiss', 'throughways', 'thucydidess', 'thumbscrews', 'thunderbird', 'thunderbolt', 'thunderclap', 'thunderhead', 'ticonderoga', 'tiddlywinks', 'tiebreakers', 'tightenings', 'tightfisted', 'timberlands', 'timberlines', 'timekeepers', 'timelinesss', 'timesharing', 'timetabling', 'tinderboxes', 'tinkerbells', 'tinseltowns', 'tippecanoes', 'titillating', 'titillation', 'toastmaster', 'tobacconist', 'tobogganing', 'tocqueville', 'tolerations', 'tomahawking', 'tomfoolerys', 'tonsillitis', 'toothbrushs', 'toothpastes', 'topocentric', 'topographer', 'topographic', 'topographys', 'topological', 'torchlights', 'torricellis', 'touchstones', 'tourmalines', 'tournaments', 'tourniquets', 'townspeople', 'toxicologys', 'tracheotomy', 'trademarked', 'traditional', 'traffickers', 'trafficking', 'tragicomedy', 'trailblazer', 'trajectorys', 'trammelling', 'trampolines', 'tranquilest', 'tranquility', 'tranquilize', 'tranquiller', 'transacting', 'transaction', 'transalpine', 'transceiver', 'transcended', 'transcribed', 'transcriber', 'transcribes', 'transcripts', 'transducers', 'transferals', 'transferral', 'transferred', 'transferrer', 'transfigure', 'transfinite', 'transfixing', 'transformed', 'transformer', 'transfusing', 'transfusion', 'transiences', 'transiencys', 'transiently', 'transistors', 'transitions', 'transitives', 'transitting', 'translating', 'translation', 'translators', 'translucent', 'transmittal', 'transmitted', 'transmitter', 'transmuting', 'transparent', 'transpiring', 'transplants', 'transponder', 'transported', 'transporter', 'transposing', 'transsexual', 'transversal', 'transverses', 'trapezoidal', 'traumatised', 'traumatises', 'traumatized', 'traumatizes', 'travellings', 'travelogues', 'traversable', 'travestying', 'treacheries', 'treacherous', 'treasonable', 'tremulously', 'trencherman', 'trenchermen', 'trepidation', 'trespassers', 'trespassing', 'triangulate', 'triangulums', 'tribulation', 'tributaries', 'triceratops', 'trichinella', 'trickinesss', 'tridiagonal', 'trifluoride', 'trilaterals', 'trillionths', 'trinitarian', 'triplicated', 'triplicates', 'trisyllable', 'triumvirate', 'trivialised', 'trivialises', 'trivialitys', 'trivialized', 'trivializes', 'trombonists', 'troposphere', 'troubadours', 'troubleshot', 'troublesome', 'truculences', 'truculently', 'truncations', 'trusteeship', 'trustworthy', 'tsiolkovsky', 'tsongkhapas', 'tuberculous', 'tumbleweeds', 'tunnellings', 'turbulences', 'turbulently', 'turnarounds', 'turpentines', 'turtledoves', 'turtlenecks', 'tuscaloosas', 'tutankhamen', 'tweedledees', 'tweedledums', 'typecasting', 'typescripts', 'typesetters', 'typesetting', 'typewriters', 'typewriting', 'typewritten', 'typicalness', 'typographer', 'typographic', 'typographys', 'tyrannicide', 'tyrannising', 'tyrannizing', 'tyrannosaur', 'ulcerations', 'ultramarine', 'ultramodern', 'ultrasounds', 'ultrasuedes', 'ultraviolet', 'umbilicuses', 'unabridgeds', 'unalienable', 'unalterable', 'unalterably', 'unambiguous', 'unambitious', 'unanimously', 'unannounced', 'unappealing', 'unashamedly', 'unavailable', 'unavoidable', 'unavoidably', 'unawareness', 'unbeknownst', 'unbelievers', 'unbreakable', 'unburdening', 'unbuttoning', 'uncancelled', 'unceasingly', 'uncertainly', 'uncertainty', 'unchristian', 'uncivilised', 'uncivilized', 'uncleanlier', 'uncleanness', 'uncluttered', 'uncollected', 'uncommitted', 'uncommonest', 'uncompleted', 'unconcerned', 'unconfirmed', 'unconnected', 'unconscious', 'uncontested', 'unconvinced', 'uncorrected', 'uncountable', 'uncountably', 'undauntedly', 'undeceiving', 'undecidable', 'undefinable', 'undelivered', 'undemanding', 'underacting', 'underbellys', 'underbrushs', 'undercharge', 'underclasss', 'undercoated', 'underexpose', 'underflowed', 'underfunded', 'underground', 'undergrowth', 'underhanded', 'underlining', 'undermining', 'underneaths', 'underpantss', 'underpasses', 'underpaying', 'underpinned', 'underplayed', 'underrating', 'underscored', 'underscores', 'undershirts', 'undershoots', 'undershorts', 'undersigned', 'underskirts', 'understands', 'understated', 'understates', 'understudys', 'undertakers', 'undertaking', 'undervalued', 'undervalues', 'underweight', 'underworlds', 'underwriter', 'underwrites', 'undeserving', 'undesirable', 'undeveloped', 'undignified', 'undisclosed', 'undisguised', 'undisturbed', 'undoubtedly', 'undulations', 'uneasinesss', 'unemotional', 'unemployeds', 'unendurable', 'unequivocal', 'unessential', 'unevaluated', 'unevennesss', 'unexplained', 'unfailingly', 'unfairnesss', 'unfastening', 'unfavorable', 'unfavorably', 'unfeelingly', 'unfettering', 'unflappable', 'unflinching', 'unforgeable', 'unforgiving', 'unformatted', 'unfortunate', 'unfulfilled', 'unfurnished', 'ungainliest', 'unhappiness', 'unhealthful', 'unhealthier', 'unification', 'uniformitys', 'unimportant', 'unimpressed', 'uninhabited', 'uninhibited', 'uninitiated', 'uninspiring', 'uninstalled', 'uninstaller', 'uniquenesss', 'universally', 'universitys', 'unjustified', 'unkindliest', 'unkindnesss', 'unknowingly', 'unlikeliest', 'unmemorable', 'unmitigated', 'unnaturally', 'unnecessary', 'unobservant', 'unobtrusive', 'unoffensive', 'unorganised', 'unorganized', 'unpalatable', 'unpatriotic', 'unperturbed', 'unpreserved', 'unprintable', 'unprojected', 'unpromising', 'unprotected', 'unpublished', 'unqualified', 'unravelling', 'unreachable', 'unrealistic', 'unreasoning', 'unregulated', 'unrehearsed', 'unrelenting', 'unremitting', 'unrepentant', 'unrewarding', 'unrulinesss', 'unsatisfied', 'unsaturated', 'unscheduled', 'unscrambled', 'unscrambles', 'unseemliest', 'unselfishly', 'unshakeable', 'unsheathing', 'unsightlier', 'unsolicited', 'unspeakable', 'unspeakably', 'unspecified', 'unsteadiest', 'unstoppable', 'unsubscribe', 'unsupported', 'unsurpassed', 'unsuspected', 'unsweetened', 'unthinkable', 'untidinesss', 'untimeliest', 'untouchable', 'unutterable', 'unutterably', 'unvarnished', 'unwarinesss', 'unwarranted', 'unwholesome', 'unwieldiest', 'unwillingly', 'unwittingly', 'unworthiest', 'upbringings', 'upholstered', 'upholsterer', 'upholsterys', 'uprightness', 'urinalysiss', 'usefulnesss', 'uselessness', 'usurpations', 'utilisation', 'utilitarian', 'utilization', 'uzbekistans', 'vacationers', 'vacationing', 'vaccinating', 'vaccination', 'vacillating', 'vacillation', 'vagabonding', 'valediction', 'valedictory', 'valenzuelas', 'validations', 'valparaisos', 'vandalising', 'vandalizing', 'vanishingly', 'vanquishing', 'variability', 'varicolored', 'variegating', 'vasectomies', 'vaudevilles', 'vectorizing', 'vegetarians', 'vegetations', 'venerations', 'venezuelans', 'ventilating', 'ventilation', 'ventilators', 'ventricular', 'venturesome', 'verbalising', 'verbalizing', 'verdigrised', 'verdigrises', 'vermicellis', 'vermiculite', 'vermillions', 'vernaculars', 'versailless', 'versatility', 'vertebrates', 'vertiginous', 'veterinarys', 'vibraphones', 'vicariously', 'vichyssoise', 'viciousness', 'vicissitude', 'victimising', 'victimizers', 'victimizing', 'victualling', 'videotaping', 'vietnameses', 'viewfinders', 'vigilantism', 'vijayanagar', 'vijayawadas', 'villarreals', 'vinaigrette', 'vindicating', 'vindication', 'vindicators', 'violoncello', 'virtuositys', 'viscountess', 'visibilitys', 'visionaries', 'visitations', 'visualising', 'visualizing', 'viticulture', 'vituperated', 'vituperates', 'vivaciously', 'vivekananda', 'vivisection', 'vladivostok', 'vocabularys', 'vociferated', 'vociferates', 'volatilitys', 'volkswagens', 'volleyballs', 'volubilitys', 'voluntaries', 'voluntarily', 'voluntarism', 'volunteered', 'voluptuarys', 'voraciously', 'vouchsafing', 'voyeuristic', 'vulcanising', 'vulcanizing', 'vulgarising', 'vulgarities', 'vulgarizing', 'vulturelike', 'wainscoting', 'wainscotted', 'wakefulness', 'wallenstein', 'wallflowers', 'wallpapered', 'wanderlusts', 'wantonnesss', 'warehousing', 'warmhearted', 'warrantying', 'washerwoman', 'washerwomen', 'washingtons', 'wastebasket', 'wastepapers', 'watchmakers', 'watchtowers', 'watercolors', 'watercolour', 'watercourse', 'watercrafts', 'watercresss', 'waterfronts', 'waterlogged', 'watermarked', 'watermelons', 'waterpowers', 'waterproofs', 'waterspouts', 'waterworkss', 'wavelengths', 'waywardness', 'wealthiness', 'wearisomely', 'weathercock', 'weatherings', 'weatherised', 'weatherises', 'weatherized', 'weatherizes', 'weathermans', 'webmistress', 'weierstrass', 'weightiness', 'weissmuller', 'wellingtons', 'wellsprings', 'westchester', 'westernised', 'westernises', 'westernized', 'westernizes', 'westernmost', 'westminster', 'weyerhauser', 'wheatstones', 'wheelbarrow', 'wheelchairs', 'wheelwright', 'whereabouts', 'wheresoever', 'wherewithal', 'whimsically', 'whisperings', 'whistleable', 'whitefields', 'whitefishes', 'whitehorses', 'whitewashed', 'whitewashes', 'whitsundays', 'whodunnitss', 'wholesalers', 'wholesaling', 'whorehouses', 'wickednesss', 'wickerworks', 'wiesenthals', 'wilberforce', 'wildcatting', 'wildebeests', 'wildernesss', 'wildflowers', 'wilfulnesss', 'wilhelminas', 'willamettes', 'willfulness', 'willingness', 'wilmingtons', 'windbreaker', 'windjammers', 'windmilling', 'windowpanes', 'windowsills', 'windscreens', 'windshields', 'windsurfing', 'wineglasses', 'wingspreads', 'wintergreen', 'winterising', 'winterizing', 'wintertimes', 'wiretapping', 'wisecracked', 'wisenheimer', 'wistfulness', 'witchcrafts', 'withdrawals', 'withdrawing', 'withholders', 'withholding', 'womanliness', 'womenfolkss', 'wonderfully', 'wonderingly', 'wonderlands', 'wonderments', 'woodcarving', 'woodcutters', 'woodcutting', 'woodennesss', 'woodpeckers', 'woodworking', 'woollinesss', 'woolongongs', 'wordsworths', 'workaholics', 'workbenches', 'workingmans', 'workmanlike', 'workmanship', 'workstation', 'worldliness', 'worshippers', 'worshipping', 'worthinesss', 'worthington', 'wraparounds', 'wretchedest', 'wristwatchs', 'wrongdoings', 'wrongheaded', 'wyomingites', 'xenophobias', 'xerographic', 'xerographys', 'xochipillis', 'xylophonist', 'yellowknife', 'yellowstone', 'yesteryears', 'yevtushenko', 'yugoslavian', 'yugoslavias', 'zealousness', 'zeffirellis', 'zimbabweans', 'zoroastrian', 'abandonments', 'abbreviating', 'abbreviation', 'abnormalitys', 'abolishments', 'abolitionist', 'abominations', 'abortionists', 'abracadabras', 'abrasiveness', 'abridgements', 'absenteeisms', 'absentminded', 'absoluteness', 'abstractedly', 'abstractions', 'abstractness', 'abstruseness', 'abusivenesss', 'academically', 'academicians', 'accelerating', 'acceleration', 'accelerators', 'accentuating', 'accentuation', 'accessioning', 'accidentally', 'acclamations', 'acclimations', 'acclimatised', 'acclimatises', 'acclimatized', 'acclimatizes', 'accommodated', 'accommodates', 'accompanists', 'accompanying', 'accomplished', 'accomplisher', 'accomplishes', 'accountancys', 'accoutrement', 'acculturated', 'acculturates', 'accumulating', 'accumulation', 'accumulative', 'accumulators', 'accurateness', 'achievements', 'acknowledged', 'acknowledger', 'acknowledges', 'acoustically', 'acquaintance', 'acquiescence', 'acquirements', 'acquisitions', 'actinometers', 'acupunctures', 'adaptability', 'additionally', 'adirondackss', 'adjectivally', 'adjournments', 'adjudicating', 'adjudication', 'adjudicators', 'administered', 'administrate', 'admonishment', 'adolescences', 'adulterating', 'adulteration', 'adulteresses', 'adulterously', 'adumbrations', 'advancements', 'advantageous', 'adventitious', 'adventuresss', 'advertisings', 'advisability', 'aeroacoustic', 'aerodynamics', 'aeronautical', 'aeronauticss', 'aesculapiuss', 'affectations', 'affectionate', 'affiliations', 'affirmations', 'affirmatives', 'afghanistans', 'aforethought', 'afrocentrism', 'afterburners', 'aftereffects', 'afterthought', 'agglomerated', 'agglomerates', 'agglutinated', 'agglutinates', 'aggrandising', 'aggrandizing', 'aggravations', 'aggregations', 'aggressively', 'agnosticisms', 'agribusiness', 'agricultural', 'agricultures', 'ahmadinejads', 'aimlessnesss', 'airsicknesss', 'airworthiest', 'albuquerques', 'allegheniess', 'alleviations', 'alliteration', 'alliterative', 'allusiveness', 'alphabetical', 'alphabetised', 'alphabetises', 'alphabetized', 'alphabetizes', 'alphanumeric', 'altercations', 'alternations', 'alternatives', 'amalgamating', 'amalgamation', 'ambidextrous', 'ambivalences', 'ambivalently', 'ambulatories', 'ameliorating', 'amelioration', 'americanised', 'americanises', 'americanisms', 'americanized', 'americanizes', 'amicabilitys', 'aminobenzoic', 'amorousnesss', 'amortisation', 'amortization', 'amphetamines', 'amphibiously', 'amphitheater', 'amphitheatre', 'anachronisms', 'anaesthesias', 'anaesthetics', 'anaesthetise', 'anaesthetist', 'anaesthetize', 'analytically', 'anaplasmosis', 'anarchically', 'anastigmatic', 'anatomically', 'ancestresses', 'anchorpeople', 'anchorperson', 'anchorwomans', 'anesthetists', 'anesthetized', 'anesthetizes', 'angioplastys', 'anglicanisms', 'angularities', 'annihilating', 'annihilation', 'annihilators', 'anniversarys', 'announcement', 'annunciating', 'annunciators', 'antagonising', 'antagonistic', 'antagonizing', 'antananarivo', 'antechambers', 'antediluvian', 'anthologised', 'anthologises', 'anthologists', 'anthologized', 'anthologizes', 'anthropology', 'antiabortion', 'antiaircraft', 'anticipating', 'anticipation', 'anticipatory', 'anticlimaxes', 'anticyclones', 'antiparticle', 'antipathetic', 'antiquarians', 'antisemitism', 'antisymmetry', 'antithetical', 'antofagastas', 'apalachicola', 'aperiodicity', 'aphrodisiacs', 'apothecaries', 'appalachians', 'appeasements', 'appellations', 'appendectomy', 'appendicitis', 'apperception', 'appertaining', 'appetisingly', 'appetizingly', 'applications', 'appointments', 'apportioning', 'appositeness', 'appraisingly', 'appreciating', 'appreciation', 'appreciative', 'apprehending', 'apprehension', 'apprehensive', 'apprenticing', 'approachable', 'approbations', 'appropriable', 'appropriated', 'appropriates', 'appropriator', 'approximable', 'approximated', 'approximates', 'appurtenance', 'aquacultures', 'aquicultures', 'arbitrations', 'archaeologys', 'archdioceses', 'archeologist', 'archetypical', 'archipelagos', 'architecture', 'arduousnesss', 'argentinians', 'argillaceous', 'aristarchuss', 'aristocracys', 'aristocratic', 'aristophanes', 'aristotelean', 'aristotelian', 'arithmetical', 'arithmetized', 'arithmetizes', 'aromatherapy', 'arraignments', 'arrangements', 'articulately', 'articulating', 'articulation', 'articulators', 'articulatory', 'artificially', 'artistically', 'artlessnesss', 'ascertaining', 'ashurbanipal', 'asphyxiating', 'asphyxiation', 'assassinated', 'assassinates', 'assemblymans', 'asseverating', 'assignations', 'assimilating', 'assimilation', 'associations', 'astigmatisms', 'astonishment', 'astoundingly', 'astringencys', 'astrological', 'astronautics', 'astronomical', 'astrophysics', 'asymmetrical', 'asynchronism', 'asynchronous', 'athletically', 'attenuations', 'attestations', 'attitudinise', 'attitudinize', 'attractively', 'attributable', 'attributions', 'attributives', 'audiological', 'audiologists', 'augmentation', 'auscultating', 'auscultation', 'auspiciously', 'australasias', 'austronesian', 'authenticate', 'authenticity', 'autographing', 'automobiling', 'automorphism', 'autonomously', 'availability', 'avariciously', 'avoirdupoiss', 'awkwardnesss', 'axiomatizing', 'axisymmetric', 'azerbaijanis', 'bacchanalian', 'bacchanalias', 'backbreaking', 'backpedaling', 'backpedalled', 'backpointers', 'backscatters', 'backslappers', 'backstabbing', 'backstitched', 'backstitches', 'backstopping', 'backstretchs', 'backstroking', 'backtrackers', 'backtracking', 'backwardness', 'bacteriology', 'bandlimiting', 'bangladeshis', 'banjarmasins', 'bankruptcies', 'bantamweight', 'baptisteries', 'barbiturates', 'barnstorming', 'barquisimeto', 'barranquilla', 'bashfulnesss', 'bastardising', 'bastardizing', 'battlefields', 'battlefronts', 'battleground', 'beachcombers', 'beastlinesss', 'beatlemanias', 'beaumarchais', 'bedazzlement', 'bedevilments', 'begrudgingly', 'behaviorally', 'beleaguering', 'bellicositys', 'belligerence', 'belligerency', 'belligerents', 'bellybuttons', 'benedictines', 'benedictions', 'benefactions', 'benefactress', 'beneficences', 'beneficently', 'beneficially', 'beneficiarys', 'benevolences', 'benevolently', 'bereavements', 'bertelsmanns', 'bespectacled', 'bewilderment', 'bibliography', 'bibliophiles', 'bicentennial', 'bifurcations', 'bilharziasis', 'billionaires', 'biochemicals', 'biochemistry', 'biodiversity', 'biofeedbacks', 'biographical', 'biologically', 'biophysicist', 'biostatistic', 'birdwatchers', 'birefringent', 'bisexualitys', 'bittersweets', 'blabbermouth', 'blackballing', 'blackberries', 'blackcurrant', 'blackjacking', 'blacklisting', 'blackmailers', 'blackmailing', 'blacktopping', 'blandishment', 'blankenships', 'blessednesss', 'blindfolding', 'blissfulness', 'blockbusters', 'bloemfontein', 'bloodmobiles', 'bloodstained', 'bloodstreams', 'bloodsuckers', 'bloodthirsty', 'bloomingdale', 'blueprinting', 'bluestocking', 'blunderbusss', 'boastfulness', 'bodhidharmas', 'bodhisattvas', 'bodybuilders', 'bodybuilding', 'boilerplates', 'boisterously', 'bombardments', 'bookkeepings', 'boomeranging', 'boondoggling', 'bootstrapped', 'borosilicate', 'bourgeoisies', 'bowdlerising', 'bowdlerizing', 'boysenberrys', 'brahmaguptas', 'brahmaputras', 'brainstormed', 'brainteasers', 'brainwashing', 'brazzavilles', 'breadbaskets', 'breadwinners', 'breakfasters', 'breakfasting', 'breakthrough', 'breastplates', 'breaststroke', 'breathlessly', 'breathtaking', 'breckenridge', 'bricklayings', 'brinkmanship', 'brittlenesss', 'broadcasters', 'broadcasting', 'brobdingnags', 'brontosaurus', 'brotherhoods', 'brunelleschi', 'brusquenesss', 'buccaneering', 'bulletproofs', 'bullfighters', 'bullfighting', 'bullshitting', 'bureaucracys', 'bureaucratic', 'burglarising', 'burglarizing', 'burglarproof', 'bushwhackers', 'bushwhacking', 'businesslike', 'businessmans', 'butterflying', 'butterscotch', 'buttonholing', 'byelorussias', 'cabinetmaker', 'cablecasting', 'calculations', 'calibrations', 'californians', 'calisthenics', 'calligrapher', 'calligraphys', 'callousnesss', 'calorimetric', 'calumniating', 'camaraderies', 'camerawomans', 'camouflaging', 'cancellation', 'candelabrums', 'candlelights', 'candlesticks', 'cannibalised', 'cannibalises', 'cannibalisms', 'cannibalized', 'cannibalizes', 'canonicalize', 'canonisation', 'canonization', 'cantabrigian', 'cantankerous', 'cantilevered', 'capabilities', 'capacitances', 'caparisoning', 'capitalising', 'capitalistic', 'capitalizers', 'capitalizing', 'capitulating', 'capitulation', 'capriciously', 'captivations', 'carbohydrate', 'carbonaceous', 'carbonations', 'carcinogenic', 'cardinalitys', 'cardiologist', 'carefulnesss', 'carelessness', 'caricaturing', 'caricaturist', 'carpentering', 'carpetbagged', 'carpetbagger', 'carsicknesss', 'carthaginian', 'cartographer', 'cartographic', 'cartographys', 'cartwheeling', 'castigations', 'catastrophes', 'catastrophic', 'categorising', 'categorizers', 'categorizing', 'caterpillars', 'caterwauling', 'catholicisms', 'catholicitys', 'cauliflowers', 'cautiousness', 'cavalierness', 'celebrations', 'censoriously', 'centenarians', 'centerpieces', 'centigrammes', 'centralising', 'centralizing', 'centrepieces', 'centrifugate', 'centrifuging', 'ceremonially', 'certificated', 'certificates', 'chairmanship', 'chairpersons', 'chamberlains', 'chambermaids', 'championship', 'chancellerys', 'chandragupta', 'chanticleers', 'chaplaincies', 'chapultepecs', 'characterise', 'characterize', 'charbroiling', 'charismatics', 'charlemagnes', 'chastisement', 'chattanoogas', 'chatterboxes', 'chauffeuring', 'chauvinistic', 'checkerberry', 'checkerboard', 'checksumming', 'cheerfullest', 'cheerfulness', 'cheerleaders', 'cheeseburger', 'cheesecloths', 'chelyabinsks', 'chemotherapy', 'chequerboard', 'chernomyrdin', 'chesterfield', 'chiaroscuros', 'childbearing', 'childishness', 'childproofed', 'chippendales', 'chiropodists', 'chiropractic', 'chiropractor', 'chitchatting', 'chitterlings', 'chivalrously', 'chlorinating', 'chlorination', 'chloroformed', 'chlorophylls', 'chloroplasts', 'cholesterols', 'choreographs', 'choreography', 'christchurch', 'christendoms', 'christenings', 'christensens', 'christianity', 'christianson', 'christophers', 'chromatogram', 'chromosphere', 'chronography', 'chronologies', 'chronometers', 'churchillian', 'churlishness', 'churrigueras', 'cinemascopes', 'circuitously', 'circularised', 'circularises', 'circularitys', 'circularized', 'circularizes', 'circulations', 'circumcircle', 'circumcising', 'circumcision', 'circumflexes', 'circumscribe', 'circumsphere', 'circumstance', 'circumvented', 'citizenships', 'civilisation', 'civilization', 'clairvoyance', 'clairvoyants', 'clapboarding', 'clarinetists', 'clarinettist', 'classifiable', 'cleanlinesss', 'clerestories', 'clergywomans', 'cliffhangers', 'climatically', 'clockwatcher', 'closemouthed', 'clothesbrush', 'clotheshorse', 'clotheslines', 'cloverleaves', 'clownishness', 'clytemnestra', 'coagulations', 'coalescences', 'cobblestones', 'cockleshells', 'codependency', 'codependents', 'codification', 'coeducations', 'coefficients', 'coexistences', 'coffeehouses', 'cohabitation', 'cohesiveness', 'coincidences', 'coincidental', 'collaborated', 'collaborates', 'collaborator', 'collectables', 'collectibles', 'collectively', 'collectivise', 'collectivism', 'collectivist', 'collectivize', 'collocations', 'colloquially', 'colonialisms', 'colonialists', 'colonisation', 'colonization', 'colourations', 'combinations', 'combinatoric', 'combustibles', 'comeuppances', 'comfortingly', 'commandeered', 'commandingly', 'commandments', 'commemorated', 'commemorates', 'commencement', 'commendation', 'commendatory', 'commensurate', 'commentaries', 'commentating', 'commentators', 'commercially', 'commiserated', 'commiserates', 'commissariat', 'commissaries', 'commissioned', 'commissioner', 'committeeman', 'committeemen', 'commonplaces', 'commonwealth', 'communicable', 'communicants', 'communicated', 'communicates', 'communicator', 'commutations', 'compactnesss', 'companionway', 'comparatives', 'compartments', 'compellingly', 'compensating', 'compensation', 'compensatory', 'competencies', 'competitions', 'compilations', 'complacences', 'complacencys', 'complacently', 'complainants', 'complaisance', 'complemented', 'complementer', 'completeness', 'complexioned', 'complexities', 'complicating', 'complication', 'complicators', 'complimented', 'complimenter', 'comportments', 'compositions', 'comprehended', 'compressible', 'compressions', 'compromisers', 'compromising', 'comptrollers', 'compulsively', 'compulsories', 'compulsorily', 'compunctions', 'computations', 'computerised', 'computerises', 'computerized', 'computerizes', 'comradeships', 'concatenated', 'concatenates', 'concealments', 'concentrated', 'concentrates', 'concentrator', 'conceptually', 'concertinaed', 'conciliating', 'conciliation', 'conciliators', 'conciliatory', 'concisenesss', 'conclusively', 'concomitants', 'concordances', 'concreteness', 'concurrences', 'concurrently', 'condemnation', 'condemnatory', 'condensation', 'condescended', 'conditionals', 'conditioners', 'conditioning', 'condominiums', 'conductivity', 'confectioner', 'confederacys', 'confederated', 'confederates', 'conferencing', 'confessional', 'confidential', 'configurable', 'confinements', 'confirmation', 'confirmatory', 'confiscating', 'confiscation', 'confiscatory', 'conformation', 'confucianism', 'congeniality', 'congenitally', 'conglomerate', 'congratulate', 'congregating', 'congregation', 'congressmans', 'conjecturing', 'conjugations', 'conjunctions', 'conjunctives', 'conjunctures', 'connecticuts', 'connectivity', 'connoisseurs', 'connotations', 'conquistador', 'conscionable', 'conscripting', 'conscription', 'consecrating', 'consecration', 'consequences', 'consequently', 'conservation', 'conservatism', 'conservative', 'conservators', 'conservatory', 'considerable', 'considerably', 'consignments', 'consistencys', 'consistently', 'consolations', 'consolidated', 'consolidates', 'conspiracies', 'conspirators', 'constabulary', 'constipating', 'constipation', 'constituency', 'constituents', 'constituting', 'constitution', 'constitutive', 'constraining', 'constricting', 'constriction', 'constrictive', 'constrictors', 'constructing', 'construction', 'constructive', 'constructors', 'consultancys', 'consultation', 'consultative', 'consumerisms', 'consummately', 'consummating', 'consummation', 'consumptions', 'consumptives', 'contagiously', 'containments', 'contaminants', 'contaminated', 'contaminates', 'contemplated', 'contemplates', 'contemporary', 'contemptible', 'contemptibly', 'contemptuous', 'contentments', 'contextually', 'contiguously', 'continentals', 'contingencys', 'continuances', 'continuation', 'continuities', 'continuously', 'contractions', 'contradicted', 'contraptions', 'contrapuntal', 'contrariness', 'contrariwise', 'contravening', 'contretempss', 'contributing', 'contribution', 'contributors', 'contributory', 'contrivances', 'controllable', 'controllably', 'controversys', 'controverted', 'contumacious', 'conurbations', 'convalescent', 'convalescing', 'conveniences', 'conveniently', 'conventional', 'convergences', 'conversantly', 'conversation', 'convertibles', 'convincingly', 'conviviality', 'convocations', 'convolutions', 'convulsively', 'cooperations', 'cooperatives', 'cooperstowns', 'coordinating', 'coordination', 'coordinators', 'copperfields', 'copyrighting', 'corespondent', 'corkscrewing', 'cornerstones', 'corporations', 'correctional', 'correctively', 'correctnesss', 'correlations', 'correlatives', 'corresponded', 'corroborated', 'corroborates', 'corrugations', 'corruptnesss', 'cosignatorys', 'cosmetically', 'cosmetologys', 'cosmological', 'cosmologists', 'cosmopolitan', 'cosponsoring', 'cottonmouths', 'councilwoman', 'councilwomen', 'countenanced', 'countenances', 'counteracted', 'counterclaim', 'counterfeits', 'countermands', 'counteroffer', 'counterpanes', 'counterparts', 'counterpoint', 'counterpoise', 'countersigns', 'countersinks', 'countertenor', 'countrysides', 'countrywoman', 'countrywomen', 'courageously', 'courtlinesss', 'covetousness', 'cowardliness', 'crackerjacks', 'craftspeople', 'craftsperson', 'creationisms', 'creativeness', 'credibilitys', 'crematoriums', 'criminologys', 'crisscrossed', 'crisscrosses', 'crookednesss', 'crosschecked', 'crucifixions', 'cryptanalyst', 'cryptanalyze', 'cryptography', 'crystalizing', 'crystallised', 'crystallises', 'crystallized', 'crystallizes', 'culminations', 'culpabilitys', 'cultivations', 'cumulatively', 'cunnilinguss', 'currycombing', 'curtailments', 'customizable', 'cuttlefishes', 'cyberneticss', 'dangerfields', 'dardanelless', 'deactivating', 'deallocation', 'debarkations', 'debaucheries', 'debilitating', 'debilitation', 'decaffeinate', 'decapitating', 'decapitation', 'decelerating', 'deceleration', 'decentralise', 'decentralize', 'decidability', 'decipherable', 'decisionmake', 'decisiveness', 'declamations', 'declarations', 'declaratives', 'declassified', 'declassifies', 'declinations', 'decolonising', 'decolonizing', 'decommission', 'decomposable', 'decompressed', 'decompresses', 'decongestant', 'decontrolled', 'decreasingly', 'decrementing', 'decrepitudes', 'decrescendos', 'deemphasized', 'deemphasizes', 'deescalating', 'defenestrate', 'deficiencies', 'definiteness', 'definitional', 'definitively', 'defoliations', 'deformations', 'degenerating', 'degeneration', 'degenerative', 'degradations', 'dehumanising', 'dehumanizing', 'dehumidified', 'dehumidifier', 'dehumidifies', 'dehydrations', 'deifications', 'delectations', 'deliberately', 'deliberating', 'deliberation', 'deliberative', 'deliberators', 'delicatessen', 'delightfully', 'delimitation', 'delineations', 'delinquencys', 'delinquently', 'deliquescent', 'deliverables', 'deliverances', 'demagnetised', 'demagnetises', 'demagnetized', 'demagnetizes', 'demagoguerys', 'demarcations', 'demilitarise', 'demilitarize', 'demobilising', 'demobilizing', 'democratised', 'democratises', 'democratized', 'democratizes', 'demographers', 'demographics', 'demonstrable', 'demonstrably', 'demonstrated', 'demonstrates', 'demonstrator', 'demoralising', 'demoralizing', 'demostheness', 'denigrations', 'denominating', 'denomination', 'denominators', 'denotational', 'denouncement', 'densitometer', 'densitometry', 'denunciation', 'departmental', 'dependencies', 'depilatories', 'depoliticise', 'depoliticize', 'depopulating', 'depopulation', 'deportations', 'depositories', 'deprecations', 'depreciating', 'depreciation', 'depredations', 'depressingly', 'deprivations', 'deprograming', 'deprogrammed', 'derangements', 'deregulating', 'deregulation', 'deregulatory', 'derelictions', 'dermatologys', 'desalinating', 'desalination', 'descriptions', 'descriptives', 'desecrations', 'desegregated', 'desegregates', 'desensitised', 'desensitises', 'desensitized', 'desensitizes', 'desiccations', 'desideratums', 'designations', 'desirability', 'desolateness', 'despairingly', 'desperations', 'despondencys', 'despondently', 'destinations', 'destitutions', 'destructible', 'destructions', 'deteriorated', 'deteriorates', 'determinable', 'determinants', 'detestations', 'dethronement', 'deuteronomys', 'devaluations', 'devastations', 'developments', 'deviousnesss', 'diabolically', 'diagrammable', 'diagrammatic', 'diamagnetism', 'diatomaceous', 'dictatorship', 'dictionaries', 'differential', 'difficulties', 'diffractions', 'diffusenesss', 'digitisation', 'digitization', 'dilapidation', 'dilettantism', 'dillydallied', 'dillydallies', 'dimensioning', 'diminuendoes', 'diophantines', 'dipsomaniacs', 'directorates', 'directorship', 'disabilities', 'disablements', 'disaccharide', 'disadvantage', 'disaffecting', 'disaffection', 'disagreeable', 'disagreeably', 'disagreement', 'disambiguate', 'disappearing', 'disappointed', 'disapprovals', 'disapproving', 'disarmaments', 'disarranging', 'disassembled', 'disassembles', 'disassociate', 'disastrously', 'disbelieving', 'disbursement', 'discerningly', 'discernments', 'disciplinary', 'disciplining', 'discolouring', 'discomfiting', 'discomfiture', 'discomforted', 'discommoding', 'discomposing', 'discomposure', 'disconcerted', 'disconnected', 'disconsolate', 'discontented', 'discontinued', 'discontinues', 'discotheques', 'discouraging', 'discourteous', 'discourtesys', 'discrediting', 'discrepancys', 'discreteness', 'discriminant', 'discriminate', 'disdainfully', 'disembarking', 'disembodying', 'disemboweled', 'disenchanted', 'disencumbers', 'disentangled', 'disentangles', 'disestablish', 'disfavouring', 'disfranchise', 'disgruntling', 'disgustingly', 'disheartened', 'dishevelling', 'dishonorable', 'dishonorably', 'dishonouring', 'disillusions', 'disincentive', 'disinclining', 'disinfectant', 'disinfecting', 'disingenuous', 'disinherited', 'disintegrate', 'disinterests', 'disinterment', 'disinterring', 'disjointedly', 'disjointness', 'disjunctions', 'dislocations', 'dismembering', 'disobedience', 'disorganised', 'disorganises', 'disorganized', 'disorganizes', 'disorienting', 'dispensaries', 'dispensation', 'displacement', 'displeasures', 'dispositions', 'dispossessed', 'dispossesses', 'disputations', 'disputatious', 'disqualified', 'disqualifies', 'disquisition', 'disregarding', 'disreputable', 'disreputably', 'disrespected', 'dissatisfied', 'dissatisfies', 'disseminated', 'disseminates', 'dissertation', 'dissimulated', 'dissimulates', 'dissipations', 'dissociating', 'dissociation', 'dissolutions', 'distillation', 'distilleries', 'distinctions', 'distinctness', 'distractions', 'distributing', 'distribution', 'distributive', 'distributors', 'distritbuted', 'distritbutes', 'disturbances', 'disturbingly', 'diversifying', 'diversionary', 'divisibility', 'divisiveness', 'doctrinaires', 'documentarys', 'dodecahedral', 'dodecahedron', 'dogmatically', 'domestically', 'domesticated', 'domesticates', 'domesticitys', 'doubleheader', 'draftsperson', 'dramatically', 'draughtiness', 'draughtsmans', 'dreadnoughts', 'dressmakings', 'drunkennesss', 'dubiousnesss', 'dumbfounding', 'duplications', 'durabilities', 'dysfunctions', 'dzerzhinskys', 'earnestnesss', 'earsplitting', 'earthenwares', 'earthshaking', 'eavesdropped', 'eavesdropper', 'eccentricity', 'ecclesiastes', 'ecclesiastic', 'eclectically', 'eclecticisms', 'ecologically', 'econometrica', 'economically', 'ecstatically', 'ecumenically', 'edifications', 'editorialise', 'editorialize', 'effectuating', 'effervescent', 'effervescing', 'efficiencies', 'efflorescent', 'effortlessly', 'effusiveness', 'egalitarians', 'ejaculations', 'elaborations', 'elastoplasts', 'elderberries', 'electioneers', 'electrically', 'electricians', 'electricitys', 'electrifying', 'electrocuted', 'electrocutes', 'electrolysis', 'electrolytes', 'electrolytic', 'electronicss', 'electroplate', 'eligibilitys', 'eliminations', 'elizabethans', 'ellipsometer', 'ellipsometry', 'elliptically', 'elocutionist', 'elucidations', 'elusivenesss', 'emancipating', 'emancipation', 'emancipators', 'emasculating', 'emasculation', 'embarkations', 'embarrassing', 'embellishing', 'embezzlement', 'embroideries', 'embroidering', 'embryologist', 'emotionalism', 'emphatically', 'emplacements', 'empowerments', 'encapsulated', 'encapsulates', 'encephalitis', 'enchantingly', 'enchantments', 'enchantresss', 'encirclement', 'encompassing', 'encountering', 'encroachment', 'encrustation', 'encumbrances', 'encyclopedia', 'encyclopedic', 'endeavouring', 'endlessnesss', 'endomorphism', 'endorsements', 'enforcements', 'enfranchised', 'enfranchises', 'engineerings', 'englishwoman', 'englishwomen', 'enhancements', 'enlargements', 'enlightening', 'ennoblements', 'enormousness', 'enslavements', 'entanglement', 'enterprising', 'entertainers', 'entertaining', 'enthronement', 'enthusiastic', 'entitlements', 'entomologist', 'entrenchment', 'entrepreneur', 'enumerations', 'enunciations', 'envelopments', 'enviousnesss', 'environments', 'epidemiology', 'epiglottides', 'epiglottises', 'epigrammatic', 'episcopalian', 'epistemology', 'epistolatory', 'equalisation', 'equalization', 'equestrienne', 'equilaterals', 'equilibriums', 'equivalences', 'equivalently', 'equivocating', 'equivocation', 'eradications', 'eratosthenes', 'erythrocytes', 'escherichias', 'esoterically', 'establishing', 'estrangement', 'ethnological', 'ethnologists', 'etymological', 'etymologists', 'eucalyptuses', 'evangelicals', 'evangelising', 'evangelistic', 'evangelizing', 'evaporations', 'evasivenesss', 'evenhandedly', 'eventfulness', 'eventualitys', 'everlastings', 'eviscerating', 'evisceration', 'evolutionary', 'exacerbating', 'exacerbation', 'exaggerating', 'exaggeration', 'examinations', 'exasperating', 'exasperation', 'excellencies', 'exchangeable', 'excitability', 'exclamations', 'exclusionary', 'exclusivitys', 'excoriations', 'excrescences', 'excruciating', 'executioners', 'exemplifiers', 'exemplifying', 'exhaustively', 'exhilarating', 'exhilaration', 'exhortations', 'exonerations', 'exorbitances', 'exorbitantly', 'expansionism', 'expansionist', 'expatriating', 'expatriation', 'expectations', 'expectorants', 'expectorated', 'expectorates', 'expediencies', 'expenditures', 'experiencing', 'experiential', 'experimental', 'experimented', 'experimenter', 'explanations', 'explications', 'explicitness', 'exploitation', 'exploitative', 'explorations', 'exponentials', 'exponentiate', 'exportations', 'expostulated', 'expostulates', 'expressively', 'expropriated', 'expropriates', 'expurgations', 'extemporised', 'extemporises', 'extemporized', 'extemporizes', 'extenuations', 'exterminated', 'exterminates', 'exterminator', 'extinguished', 'extinguisher', 'extinguishes', 'extirpations', 'extortionate', 'extortionist', 'extraditable', 'extraditions', 'extramarital', 'extraneously', 'extrapolated', 'extrapolates', 'extrasensory', 'extravagance', 'extravaganza', 'extrications', 'extroversion', 'eyewitnesses', 'fabrications', 'facilitating', 'facilitation', 'facsimileing', 'factionalism', 'fainthearted', 'faithfulness', 'fallaciously', 'fallibilitys', 'familiarised', 'familiarises', 'familiaritys', 'familiarized', 'familiarizes', 'familiarness', 'fascinations', 'fastidiously', 'fatuousnesss', 'faultfinding', 'favouritisms', 'fayetteville', 'fearfulnesss', 'fearlessness', 'feasibilitys', 'featherbrain', 'ferlinghetti', 'fermentation', 'fictionalise', 'fictionalize', 'fictitiously', 'fiddlesticks', 'figuratively', 'filibustered', 'finalization', 'fingerboards', 'fingerprints', 'firecrackers', 'firefighters', 'firefighting', 'fireproofing', 'fitzpatricks', 'flabbergasts', 'flagellating', 'flagellation', 'flamboyances', 'flamboyantly', 'flamethrower', 'flammability', 'flannelettes', 'flatteringly', 'flexibilitys', 'flightinesss', 'flimflamming', 'floodlighted', 'flowcharting', 'flowerinesss', 'fluctuations', 'fluorescence', 'fluoridating', 'fluoridation', 'fluorocarbon', 'fluoroscopes', 'fomentations', 'foolhardiest', 'foolishnesss', 'forbearances', 'forbiddingly', 'forcefulness', 'foreclosures', 'foregathered', 'foregrounded', 'foreordained', 'foreshadowed', 'foreshortens', 'forestalling', 'forestations', 'foreswearing', 'forethoughts', 'forewarnings', 'forgathering', 'forgivenesss', 'formaldehyde', 'formlessness', 'formulations', 'fornications', 'forthcomings', 'forthrightly', 'fortuitously', 'forwardnesss', 'fountainhead', 'fractionally', 'fragmentarys', 'frankenstein', 'frankfurters', 'frankincense', 'fraternising', 'fraternities', 'fraternizing', 'fraudulences', 'fraudulently', 'frederictons', 'freemasonrys', 'freestanding', 'freethinkers', 'freethinking', 'freewheeling', 'frenchwomans', 'frenetically', 'fretfulnesss', 'fricasseeing', 'frictionless', 'friendliness', 'frontiersman', 'frontiersmen', 'frontispiece', 'frontrunners', 'fruitfulness', 'frustrations', 'fulfillments', 'fulminations', 'functionally', 'functionarys', 'fundamentals', 'furnishingss', 'furtherances', 'furtivenesss', 'gainsborough', 'gaithersburg', 'gallbladders', 'gallivanting', 'galvanometer', 'gamesmanship', 'garnisheeing', 'gatecrashers', 'genealogical', 'genealogists', 'generalising', 'generalities', 'generalizers', 'generalizing', 'generosities', 'generousness', 'gentlewomans', 'genuflecting', 'genuflection', 'genuinenesss', 'geochemistry', 'geographical', 'geologically', 'geometrician', 'geopolitical', 'geopoliticss', 'germinations', 'gerontologys', 'gerrymanders', 'gesticulated', 'gesticulates', 'ghastlinesss', 'ghostlinesss', 'ghostwriters', 'ghostwriting', 'ghostwritten', 'gingerbreads', 'gladiatorial', 'glamourizing', 'glastonburys', 'globetrotter', 'glockenspiel', 'gluttonously', 'gobbledegook', 'gobbledygook', 'goddaughters', 'goldbricking', 'gondwanaland', 'gooseberries', 'governmental', 'governorship', 'gracefulness', 'graciousness', 'grandfathers', 'grandmothers', 'grandparents', 'grandstanded', 'granularitys', 'granulations', 'graphologist', 'grasshoppers', 'gratefulness', 'gratuitously', 'gravitations', 'greasepaints', 'greengrocers', 'greensleeves', 'gregariously', 'griddlecakes', 'grouchinesss', 'groundlessly', 'groundswells', 'guadalajaras', 'guadalcanals', 'guadalquivir', 'guaranteeing', 'guardianship', 'guesstimated', 'guesstimates', 'guillotining', 'gullibilitys', 'guttersnipes', 'gynaecologys', 'gynecologist', 'haberdashers', 'haberdashery', 'habitability', 'habitualness', 'habituations', 'haematologys', 'haemoglobins', 'haemophiliac', 'haemophilias', 'haemorrhaged', 'haemorrhages', 'haemorrhoids', 'hagiographas', 'hairbreadths', 'hairdressers', 'hairdressing', 'hairsbreadth', 'hairstylists', 'halliburtons', 'hallucinated', 'hallucinates', 'hallucinogen', 'hammarskjold', 'hamstringing', 'handcrafting', 'handicappers', 'handicapping', 'handkerchief', 'handsomeness', 'handwritings', 'happenstance', 'hardheadedly', 'hardscrabble', 'harmfulnesss', 'harmlessness', 'harmonically', 'harmoniously', 'harpsichords', 'hatefulnesss', 'haughtinesss', 'headmistress', 'headquarters', 'healthinesss', 'heartrending', 'heartstrings', 'heartwarming', 'heavyweights', 'heedlessness', 'heinousnesss', 'helicoptered', 'heliocentric', 'hellgrammite', 'helpfulnesss', 'helplessness', 'hematologist', 'hemophiliacs', 'hemorrhaging', 'hemstitching', 'henceforward', 'herculaneums', 'hermetically', 'herringbones', 'hertzsprungs', 'hesitatingly', 'heterocyclic', 'heterogamous', 'heterosexual', 'heterozygous', 'hexachloride', 'hexafluoride', 'hibernations', 'hideousnesss', 'hierarchical', 'hieroglyphic', 'highfaluting', 'highlighters', 'highlighting', 'hindquarters', 'hippocratess', 'hippopotamus', 'historically', 'histrionicss', 'hohenstaufen', 'hohenzollern', 'homebuilding', 'homelessness', 'homeomorphic', 'homesickness', 'homesteaders', 'homesteading', 'homestretchs', 'homogeneitys', 'homogenising', 'homogenizing', 'homomorphism', 'honeycombing', 'honeymooners', 'honeymooning', 'honeysuckles', 'hooliganisms', 'hopefulnesss', 'hopelessness', 'hopscotching', 'horizontally', 'horrendously', 'horribleness', 'horsemanship', 'horseradishs', 'horseshoeing', 'horsewhipped', 'horticulture', 'hospitalised', 'hospitalises', 'hospitalitys', 'hospitalized', 'hospitalizes', 'hostilitiess', 'housecleaned', 'householders', 'househusband', 'housekeepers', 'housekeeping', 'housemothers', 'housewarming', 'huckleberrys', 'humanisation', 'humanitarian', 'humanization', 'humiliations', 'hummingbirds', 'humorousness', 'hydrocarbons', 'hydrochloric', 'hydrodynamic', 'hydrofluoric', 'hydrogenated', 'hydrogenates', 'hydrophobias', 'hydroplaning', 'hydroponicss', 'hydrospheres', 'hydrotherapy', 'hydrothermal', 'hygienically', 'hypertension', 'hypertensive', 'hyphenations', 'hypnotically', 'hypochlorite', 'hypochlorous', 'hypochondria', 'hypocritical', 'hypoglycemia', 'hypoglycemic', 'hypothalamic', 'hypothalamus', 'hypothermias', 'hypothesised', 'hypothesises', 'hypothesized', 'hypothesizer', 'hypothesizes', 'hypothetical', 'hysterectomy', 'hysterically', 'iconoclastic', 'idealisation', 'idealization', 'identifiable', 'identifiably', 'idiosyncrasy', 'illegalities', 'illegibility', 'illegitimacy', 'illegitimate', 'illicitnesss', 'illuminating', 'illumination', 'illustrating', 'illustration', 'illustrative', 'illustrators', 'imaginations', 'imbecilities', 'immaculately', 'immaterially', 'immeasurable', 'immeasurably', 'immigrations', 'immobilising', 'immobilizing', 'immoderately', 'immoralities', 'immortalised', 'immortalises', 'immortalitys', 'immortalized', 'immortalizes', 'immovability', 'immunisation', 'immunization', 'immutability', 'impartiality', 'impassivitys', 'impeachments', 'impedimentas', 'impenetrable', 'impenetrably', 'impenitences', 'imperatively', 'imperfection', 'imperialisms', 'imperialists', 'imperishable', 'impermanence', 'impersonally', 'impersonated', 'impersonates', 'impersonator', 'impertinence', 'imperviously', 'impetuositys', 'impingements', 'implantation', 'implementing', 'implementors', 'implications', 'implicitness', 'impoliteness', 'imponderable', 'importations', 'importunitys', 'impoverished', 'impoverishes', 'imprecations', 'imprecisions', 'impregnating', 'impregnation', 'impressively', 'imprisonment', 'improprietys', 'improvements', 'improvidence', 'inaccessible', 'inaccuracies', 'inaccurately', 'inadequacies', 'inadequately', 'inadmissible', 'inadvertence', 'inappeasable', 'inapplicable', 'inarticulate', 'inattentions', 'inaugurating', 'inauguration', 'inauspicious', 'incalculable', 'incalculably', 'incandescent', 'incantations', 'incapability', 'incapacitate', 'incarcerated', 'incarcerates', 'incarnations', 'incendiaries', 'incidentally', 'incinerating', 'incineration', 'incinerators', 'incisiveness', 'incivilities', 'inclinations', 'incoherences', 'incoherently', 'incommutable', 'incomparable', 'incomparably', 'incompatible', 'incompatibly', 'incompetence', 'incompetents', 'incompletely', 'incompletion', 'incomputable', 'inconclusive', 'incongruitys', 'inconsistent', 'inconsolable', 'inconstancys', 'incontinence', 'inconvenient', 'incorporable', 'incorporated', 'incorporates', 'incorrigible', 'incorrigibly', 'increasingly', 'incredulitys', 'incrementing', 'incriminated', 'incriminates', 'incrustation', 'inculcations', 'incumbencies', 'indebtedness', 'indecisively', 'indefensible', 'indefensibly', 'indefinitely', 'indelicacies', 'indelicately', 'indemnifying', 'indentations', 'independence', 'independents', 'indianapolis', 'indifference', 'indigenously', 'indigestible', 'indigestions', 'indignations', 'indirections', 'indirectness', 'indiscreetly', 'indiscretion', 'indisputable', 'indisputably', 'indissoluble', 'indistinctly', 'individually', 'indoctrinate', 'indoeuropean', 'indorsements', 'industrially', 'inebriations', 'inefficiency', 'inequalities', 'inequivalent', 'ineradicable', 'inessentials', 'inexperience', 'inexplicable', 'inexplicably', 'inextricable', 'inextricably', 'infanticides', 'infantrymans', 'infatuations', 'infectiously', 'infelicities', 'infelicitous', 'inferioritys', 'infertilitys', 'infestations', 'infidelities', 'infiltrating', 'infiltration', 'infiltrators', 'infiniteness', 'inflammation', 'inflammatory', 'inflationary', 'inflectional', 'infomercials', 'informalitys', 'informations', 'infotainment', 'infrequencys', 'infrequently', 'infringement', 'ingratiating', 'ingratitudes', 'inhabitation', 'inharmonious', 'inheritances', 'inheritresss', 'inheritrices', 'inhospitable', 'inhumanities', 'initialising', 'initializers', 'initializing', 'inoculations', 'inordinately', 'inquisitions', 'inscriptions', 'insecticides', 'insectivores', 'insecurities', 'inseminating', 'insemination', 'insentiences', 'inseparables', 'insinceritys', 'insinuations', 'insolubility', 'insouciances', 'inspirations', 'instabilitys', 'installation', 'installments', 'instantiated', 'instantiates', 'instigations', 'instillation', 'institutions', 'instructions', 'instrumental', 'instrumented', 'insufferable', 'insufferably', 'insufficient', 'insurgencies', 'insurrection', 'integrations', 'intellectual', 'intelligence', 'intelligible', 'intelligibly', 'intemperance', 'intensifiers', 'intensifying', 'interactions', 'intercepting', 'interception', 'interceptors', 'intercession', 'intercessors', 'interchanged', 'interchanges', 'interconnect', 'intercourses', 'interdicting', 'interdiction', 'interference', 'interjecting', 'interjection', 'interlarding', 'interleaving', 'interleukins', 'interlinking', 'interlocking', 'intermarried', 'intermarries', 'intermediary', 'intermediate', 'interminable', 'interminably', 'intermingled', 'intermingles', 'intermission', 'intermittent', 'internalised', 'internalises', 'internalized', 'internalizes', 'internescine', 'interneships', 'interpolated', 'interpolates', 'interpreters', 'interpreting', 'interpretive', 'interprocess', 'interrelated', 'interrelates', 'interrogated', 'interrogates', 'interrogator', 'interrupting', 'interruption', 'interruptive', 'intersecting', 'intersection', 'interspersed', 'intersperses', 'interstellar', 'interstitial', 'intertwining', 'intervention', 'interviewees', 'interviewers', 'interviewing', 'interweaving', 'intimidating', 'intimidation', 'intolerances', 'intoxicating', 'intoxication', 'intransigent', 'intransitive', 'intraprocess', 'intravenouss', 'intrenchment', 'intriguingly', 'introduction', 'introductory', 'introversion', 'intuitionist', 'invalidating', 'invalidation', 'invalidities', 'inventorying', 'invertebrate', 'investigated', 'investigates', 'investigator', 'investitures', 'invigorating', 'invigoration', 'invisibility', 'invitational', 'involutorial', 'involvements', 'invulnerable', 'invulnerably', 'irascibility', 'iridescences', 'irradiations', 'irrationally', 'irredeemable', 'irregardless', 'irregularity', 'irrelevances', 'irrelevancys', 'irrelevantly', 'irremediable', 'irremediably', 'irresistible', 'irresistibly', 'irresolutely', 'irresolution', 'irresolvable', 'irrespective', 'irreverences', 'irreverently', 'irreversible', 'irreversibly', 'irritability', 'irritatingly', 'isolationism', 'isolationist', 'isomorphisms', 'itemisations', 'itemizations', 'jacksonville', 'jayawardenes', 'jeffersonian', 'jeopardising', 'jeopardizing', 'jitterbugged', 'jitterbugger', 'joblessnesss', 'johannesburg', 'journalistic', 'journalizing', 'jurisdiction', 'jurisprudent', 'kaleidescope', 'kaleidoscope', 'kanchenjunga', 'khachaturian', 'kilimanjaros', 'kindergarten', 'kindergrtner', 'kirkpatricks', 'kitchenettes', 'kitchenwares', 'kleptomaniac', 'kleptomanias', 'knowledgable', 'knuckleheads', 'krishnamurti', 'laboratories', 'labyrinthine', 'lallygagging', 'lamborghinis', 'lamentations', 'landsteiners', 'languorously', 'lasciviously', 'latitudinary', 'latticeworks', 'lawlessnesss', 'leapfrogging', 'leaseholders', 'leathernecks', 'legalisation', 'legalization', 'legerdemains', 'legionnaires', 'legislations', 'legislatures', 'legitimately', 'legitimating', 'legitimising', 'legitimizing', 'lexicography', 'liberalising', 'liberalizing', 'libertarians', 'licentiously', 'lichtenstein', 'lieutenancys', 'lifelessness', 'lighthearted', 'lightweights', 'likablenesss', 'likeableness', 'liliuokalani', 'lilliputians', 'limitability', 'linearizable', 'linguisticss', 'liposuctions', 'liquefaction', 'liquidations', 'listlessness', 'lithographed', 'lithographer', 'lithographic', 'lithographys', 'lithospheres', 'lithospheric', 'liverpudlian', 'localisation', 'localization', 'loganberries', 'logistically', 'lollobrigida', 'lollygagging', 'longitudinal', 'longshoreman', 'longshoremen', 'longstanding', 'lopsidedness', 'loudspeakers', 'loudspeaking', 'louisianians', 'lubrications', 'lugubriously', 'luminescence', 'luncheonette', 'lusciousness', 'lutheranisms', 'luxembourger', 'machiavellis', 'machinations', 'mackintoshes', 'macrobiotics', 'mademoiselle', 'maeterlincks', 'magnanimitys', 'magnetically', 'magnificence', 'magnitogorsk', 'mahabharatas', 'maharashtras', 'maidservants', 'mainstreamed', 'maintainable', 'maintenances', 'majestically', 'malapropisms', 'maledictions', 'malevolences', 'malevolently', 'malfeasances', 'malformation', 'malfunctions', 'malignancies', 'malleability', 'malnourished', 'malnutrition', 'malocclusion', 'malpractices', 'maltreatment', 'mammographys', 'maneuverable', 'manipulating', 'manipulation', 'manipulative', 'manipulators', 'manipulatory', 'mannishnesss', 'manoeuvrable', 'manslaughter', 'mantelpieces', 'mantlepieces', 'manufactured', 'manufacturer', 'manufactures', 'mapplethorpe', 'marchionesss', 'marketplaces', 'marksmanship', 'marriageable', 'marseillaise', 'marshmallows', 'marvellously', 'masculinitys', 'masqueraders', 'masquerading', 'massivenesss', 'mastectomies', 'masterminded', 'masterpieces', 'masterstroke', 'mastications', 'masturbating', 'masturbation', 'matchmakings', 'materialised', 'materialises', 'materialisms', 'materialists', 'materialized', 'materializes', 'mathematical', 'mathematicss', 'matriarchies', 'matriculated', 'matriculates', 'maximisation', 'maximization', 'mccarthyisms', 'meaningfully', 'measurements', 'mechanically', 'mediocrities', 'meditatively', 'meetinghouse', 'megalomaniac', 'megalomanias', 'megalopoliss', 'melancholias', 'melancholics', 'melodramatic', 'memorabilias', 'memorialised', 'memorialises', 'memorialized', 'memorializes', 'memorisation', 'memorization', 'menstruating', 'menstruation', 'mentholatums', 'merchandised', 'merchandiser', 'merchandises', 'merchandized', 'merchandizes', 'merchantmans', 'meretricious', 'meritocracys', 'merrymakings', 'merthiolates', 'mesopotamias', 'metabolising', 'metabolizing', 'metacircular', 'metalanguage', 'metallurgist', 'metamorphism', 'metamorphose', 'metaphorical', 'metaphysical', 'metaphysicss', 'metastasised', 'metastasises', 'metastasized', 'metastasizes', 'metavariable', 'meteorologys', 'methacrylate', 'methodically', 'methodologys', 'meticulously', 'metrications', 'metropolises', 'metropolitan', 'miaplaciduss', 'michelangelo', 'michiganders', 'microbicidal', 'microbiology', 'microfilming', 'microphoning', 'microprogram', 'microseconds', 'microsurgery', 'middleweight', 'militarising', 'militaristic', 'militarizing', 'milliammeter', 'milliamperes', 'millionaires', 'milliseconds', 'milquetoasts', 'mimeographed', 'mindfulnesss', 'mindlessness', 'mineralogist', 'minesweepers', 'miniaturised', 'miniaturises', 'miniaturists', 'miniaturized', 'miniaturizes', 'minicomputer', 'minimisation', 'minimization', 'ministration', 'minneapoliss', 'miraculously', 'misadventure', 'misalignment', 'misalliances', 'misanthropes', 'misanthropic', 'misanthropys', 'misapprehend', 'misbehaviors', 'misbehaviour', 'miscalculate', 'miscarriages', 'miscellanies', 'misconceived', 'misconceives', 'misconducted', 'misconstrued', 'misconstrues', 'misdemeanors', 'misdemeanour', 'misdiagnosed', 'misdiagnoses', 'misdiagnosis', 'misdirecting', 'misdirection', 'miserlinesss', 'misfeasances', 'misgoverning', 'misinforming', 'misinterpret', 'misjudgement', 'misjudgments', 'misogynistic', 'mispronounce', 'misquotation', 'misrepresent', 'missionaries', 'mississippis', 'misspellings', 'misstatement', 'mistreatment', 'mithridatess', 'mitochondria', 'mnemonically', 'mobilisation', 'mobilization', 'mockingbirds', 'moderateness', 'modification', 'modularizing', 'mohorovicics', 'moisturisers', 'moisturising', 'moisturizers', 'moisturizing', 'molestations', 'mollycoddled', 'mollycoddles', 'monasticisms', 'moneymakings', 'monkeyflower', 'monkeyshines', 'monogramming', 'monolinguals', 'monopolising', 'monopolistic', 'monopolizing', 'monosyllabic', 'monosyllable', 'monotheistic', 'monotonicity', 'monotonously', 'monstrositys', 'monumentally', 'moonlighters', 'moonlighting', 'mortarboards', 'motherboards', 'motherfucker', 'motherliness', 'motionlessly', 'motivational', 'motorcycling', 'motorcyclist', 'mountaineers', 'mountainside', 'mountaintops', 'mournfulness', 'mousetrapped', 'mudslingings', 'mulligatawny', 'multicolored', 'multifaceted', 'multifarious', 'multilateral', 'multilingual', 'multiplexers', 'multiplexing', 'multiplexors', 'multipliable', 'multiplicand', 'multiplicity', 'multiprocess', 'multiprogram', 'multipurpose', 'multitasking', 'multivariate', 'multivitamin', 'municipality', 'munificences', 'murrumbidgee', 'muscularitys', 'musculatures', 'musicianship', 'musicologist', 'muskellunges', 'mycobacteria', 'mysteriously', 'mythological', 'mythologists', 'naphthalenes', 'narcissistic', 'narragansett', 'nationalised', 'nationalises', 'nationalisms', 'nationalists', 'nationalitys', 'nationalized', 'nationalizes', 'naturalising', 'naturalistic', 'naturalizing', 'naturalnesss', 'naughtinesss', 'nauseatingly', 'navigability', 'navigational', 'navratilovas', 'neanderthals', 'necessitated', 'necessitates', 'neckerchiefs', 'necromancers', 'needlepoints', 'needlessness', 'neglectfully', 'negotiations', 'neighborhood', 'neighbouring', 'neoclassical', 'nervousnesss', 'netherlander', 'neurasthenic', 'neuroanatomy', 'neuroanotomy', 'neurological', 'neurologists', 'neurosurgery', 'neurotically', 'neutralisers', 'neutralising', 'neutralities', 'neutralizers', 'neutralizing', 'nevertheless', 'newfoundland', 'newspaperman', 'newspapermen', 'newsworthier', 'nickelodeons', 'nicotinamide', 'nightclothes', 'nightclubbed', 'nightingales', 'nomenclature', 'nonabsorbent', 'nonagenarian', 'nonalcoholic', 'nonbelievers', 'nonbreakable', 'nonchalances', 'nonchalantly', 'noncombatant', 'noncommittal', 'nonconductor', 'nonessential', 'nonexistence', 'nonflammable', 'nonhazardous', 'nonintuitive', 'nonlinearity', 'nonmalignant', 'nonobjective', 'nonogenarian', 'nonpartisans', 'nonpoisonous', 'nonpolitical', 'nonpolluting', 'nonrenewable', 'nonresidents', 'nonscheduled', 'nonsectarian', 'nontechnical', 'nonterminals', 'nonviolences', 'northeastern', 'northeasters', 'northernmost', 'northwestern', 'nothingnesss', 'noticeboards', 'notification', 'nourishments', 'novokuznetsk', 'novosibirsks', 'numismaticss', 'numismatists', 'nutritionist', 'nymphomaniac', 'nymphomanias', 'obfuscations', 'objectivitys', 'obliquenesss', 'obliterating', 'obliteration', 'obsequiously', 'observations', 'observatorys', 'obsolescence', 'obstetrician', 'obstreperous', 'obstructions', 'obviousnesss', 'occasionally', 'occasionings', 'occupational', 'oceanography', 'octogenarian', 'officeholder', 'officialdoms', 'ombudsperson', 'omnipotences', 'omnipresence', 'omnisciences', 'omnisciently', 'oneupmanship', 'onomatopoeia', 'onomatopoeic', 'opalescences', 'oppenheimers', 'opportunisms', 'opportunists', 'opportunitys', 'oppositeness', 'oppressively', 'opthalmology', 'optimisation', 'optimization', 'optoacoustic', 'optometrists', 'orchestrated', 'orchestrates', 'orderlinesss', 'ordinariness', 'organisation', 'organization', 'orientations', 'originalitys', 'originations', 'ornamentally', 'ornithologys', 'orthodontias', 'orthodontics', 'orthodontist', 'orthogonally', 'orthographic', 'orthographys', 'orthopaedics', 'orthopaedist', 'orthopedicss', 'orthopedists', 'orthorhombic', 'oscillations', 'oscilloscope', 'ossification', 'ostentations', 'ostentatious', 'osteoporosis', 'otherworldly', 'outbalancing', 'outbuildings', 'outcroppings', 'outdistanced', 'outdistances', 'outlandishly', 'outmaneuvers', 'outmanoeuvre', 'outnumbering', 'outperformed', 'outplacement', 'outrageously', 'outsourcings', 'outspreading', 'outstretched', 'outstretches', 'outstripping', 'overabundant', 'overachieved', 'overachiever', 'overachieves', 'overbalanced', 'overbalances', 'overburdened', 'overcautious', 'overcharging', 'overcrowding', 'overdressing', 'overemphasis', 'overestimate', 'overexposing', 'overexposure', 'overextended', 'overgenerous', 'overindulged', 'overindulges', 'overnighters', 'overpopulate', 'overpowering', 'overprinting', 'overproduced', 'overproduces', 'overreaching', 'overreacting', 'overreaction', 'oversampling', 'overshadowed', 'overshooting', 'oversimplify', 'oversleeping', 'overspending', 'overstepping', 'overstocking', 'oversupplied', 'oversupplies', 'overthrowing', 'overwhelming', 'oxyacetylene', 'oxygenations', 'pacification', 'painstakings', 'paintbrushes', 'palaeolithic', 'paleontology', 'palestinians', 'palpitations', 'pamphleteers', 'panchromatic', 'pandemoniums', 'paperhangers', 'paperweights', 'paraboloidal', 'parachutists', 'paradigmatic', 'paragraphing', 'parallelisms', 'parallelized', 'parallelizes', 'parallelling', 'paramagnetic', 'paramedicals', 'parameterize', 'paramilitary', 'paraphrasing', 'paratroopers', 'parenthesise', 'parenthesiss', 'parenthesize', 'parishioners', 'parochialism', 'parsimonious', 'participants', 'participated', 'participates', 'participator', 'participials', 'particularly', 'particulates', 'partisanship', 'partitioning', 'partnerships', 'parturitions', 'passionately', 'pasteurising', 'pasteurizing', 'paternalisms', 'pathetically', 'pathogenesis', 'pathological', 'pathologists', 'patriarchies', 'patrolwomans', 'peacefulness', 'peacekeeping', 'peccadilloes', 'peculiaritys', 'pedantically', 'pediatrician', 'peevishnesss', 'peloponneses', 'penetrations', 'penitentiary', 'pennsylvania', 'pennyweights', 'pensivenesss', 'pentecostals', 'penultimates', 'perambulated', 'perambulates', 'perambulator', 'perceptively', 'perceptually', 'percolations', 'percutaneous', 'peremptorily', 'perforations', 'performances', 'pericardiums', 'periodically', 'peripatetics', 'peripherally', 'periphrasiss', 'periphrastic', 'peritonitiss', 'permeability', 'permissively', 'permutations', 'perniciously', 'perpetrating', 'perpetration', 'perpetrators', 'perpetuating', 'perpetuation', 'perplexities', 'persecutions', 'perseverance', 'persistences', 'persistently', 'personalised', 'personalises', 'personalitys', 'personalized', 'personalizes', 'personifying', 'perspectives', 'perspicacity', 'perspicuitys', 'perspiration', 'persuasively', 'pertinacious', 'pertinacitys', 'perturbation', 'perverseness', 'pestilential', 'petrifaction', 'pettifoggers', 'pettifogging', 'pharmaceutic', 'pharmacology', 'pharmacopeia', 'phenomenally', 'philadelphia', 'philanderers', 'philandering', 'philanthrope', 'philanthropy', 'philatelists', 'philharmonic', 'philodendron', 'philological', 'philologists', 'philosophers', 'philosophies', 'philosophise', 'philosophize', 'phonetically', 'phoneticians', 'phonological', 'phonologists', 'phosphoresce', 'photocopiers', 'photocopying', 'photographed', 'photographer', 'photographic', 'photographys', 'photostatted', 'phraseologys', 'phycomycetes', 'physicalness', 'physiognomys', 'physiologist', 'pickabacking', 'pigeonholing', 'piggishnesss', 'piggybacking', 'pigmentation', 'pitchblendes', 'pitchforking', 'plagiarising', 'plagiarizing', 'plainclothes', 'planetariums', 'planetesimal', 'planoconcave', 'plantagenets', 'plasterboard', 'plausibility', 'playfulnesss', 'playstations', 'pleasantness', 'pleasantries', 'pleistocenes', 'ploughshares', 'plutocracies', 'pneumococcus', 'pocketknifes', 'pocketknives', 'pointillisms', 'pointillists', 'polarisation', 'polarization', 'polarography', 'policewomans', 'policyholder', 'politicising', 'politicizing', 'pollinations', 'poltergeists', 'polyethylene', 'polygraphing', 'polystyrenes', 'polysyllabic', 'polysyllable', 'polytechnics', 'polytheistic', 'pomegranates', 'pompousnesss', 'ponchartrain', 'pontificated', 'pontificates', 'popocatepetl', 'popularising', 'popularizing', 'populousness', 'pornographer', 'pornographic', 'pornographys', 'portabilitys', 'portcullises', 'portentously', 'porterhouses', 'portmanteaus', 'portmanteaux', 'portraitists', 'portraitures', 'positiveness', 'possessional', 'possessively', 'possibilitys', 'postdoctoral', 'postgraduate', 'posthumously', 'postmistress', 'postmultiply', 'postponement', 'postposition', 'postulations', 'potentiality', 'potentiating', 'pottawatomie', 'poughkeepsie', 'powerfulness', 'practicality', 'practitioner', 'praiseworthy', 'praseodymium', 'prearranging', 'preassigning', 'precambrians', 'precariously', 'preciousness', 'precipitable', 'precipitants', 'precipitated', 'precipitates', 'precisenesss', 'precociously', 'precognition', 'preconceived', 'preconceives', 'precondition', 'predeceasing', 'predecessors', 'predestining', 'predetermine', 'predicaments', 'predications', 'predilection', 'predisposing', 'predominance', 'predominated', 'predominates', 'preeminences', 'preeminently', 'preemptively', 'prefabricate', 'preferential', 'prejudgement', 'prejudgments', 'preliminarys', 'premeditated', 'premeditates', 'premenstrual', 'premonitions', 'preoccupying', 'preordaining', 'prepackaging', 'preparations', 'preparatives', 'preparedness', 'preponderant', 'preponderate', 'prepositions', 'prepossessed', 'prepossesses', 'preposterous', 'prerecording', 'preregisters', 'prerequisite', 'prerogatives', 'presbyterian', 'preschoolers', 'prescription', 'prescriptive', 'preselecting', 'presentation', 'presentiment', 'preservation', 'preservative', 'preshrinking', 'presidencies', 'presidential', 'pressurising', 'pressurizing', 'presumptions', 'presumptuous', 'presupposing', 'prevailingly', 'prevaricated', 'prevaricates', 'prevaricator', 'preventative', 'principality', 'prioritising', 'prioritizing', 'prizefighter', 'prizewinning', 'probabilitys', 'probationary', 'probationers', 'procedurally', 'processional', 'processioned', 'proclamation', 'proclivities', 'procreations', 'procurements', 'prodigalitys', 'prodigiously', 'productively', 'productivity', 'profanations', 'professional', 'professorial', 'proficiencys', 'proficiently', 'profiteering', 'profundities', 'progesterone', 'programmable', 'programmings', 'progressions', 'progressives', 'prohibitions', 'projectively', 'proletarians', 'proletariats', 'proliferated', 'proliferates', 'prolifically', 'prolongation', 'promiscuitys', 'promontories', 'promulgating', 'promulgation', 'proofreaders', 'proofreading', 'propagandise', 'propagandist', 'propagandize', 'propagations', 'propensities', 'prophetesses', 'prophylactic', 'prophylaxiss', 'propinquitys', 'propitiating', 'propitiation', 'propitiatory', 'proportional', 'proportioned', 'propositions', 'proprietarys', 'proprietress', 'proscription', 'prosecutions', 'proselytised', 'proselytises', 'proselytized', 'proselytizes', 'prosopopoeia', 'prospections', 'prospectives', 'prospectuses', 'prosperously', 'prostituting', 'prostitution', 'prostrations', 'protactinium', 'protagonists', 'protectively', 'protectorate', 'proterozoics', 'protestation', 'protestingly', 'prothonotary', 'protoplasmic', 'prototypical', 'protractions', 'protuberance', 'proverbially', 'providential', 'provisioning', 'provocations', 'psychedelics', 'psychiatrist', 'psychobabble', 'psychologies', 'psychologist', 'psychometric', 'psychopathic', 'psychophysic', 'psychosocial', 'pterodactyls', 'publications', 'puddingstone', 'pugnaciously', 'pulchritudes', 'pumpernickel', 'punctualitys', 'punctuations', 'purchaseable', 'purification', 'purposefully', 'pussyfooting', 'putrefaction', 'putrescences', 'pyroelectric', 'pyrotechnics', 'quadrangular', 'quadraphonic', 'quadricepses', 'quadriphonic', 'quadriplegia', 'quadriplegic', 'quantifiable', 'quantitative', 'quantization', 'quarantining', 'quarterbacks', 'quarterdecks', 'quarterfinal', 'questionable', 'questionably', 'questionings', 'quetzalcoatl', 'quicksilvers', 'quintessence', 'rachmaninoff', 'racketeering', 'racquetballs', 'radioisotope', 'radiologists', 'radiophysics', 'radiotherapy', 'rambunctious', 'ramification', 'rapscallions', 'rastafarians', 'rathskellers', 'ratification', 'rationalised', 'rationalises', 'rationalisms', 'rationalists', 'rationalitys', 'rationalized', 'rationalizes', 'rattlesnakes', 'raucousnesss', 'raunchinesss', 'reabbreviate', 'reactionarys', 'reactivating', 'reactivation', 'readabilitys', 'readjustment', 'reaganomicss', 'realisations', 'realizations', 'reallocating', 'reallocation', 'reappearance', 'reappointing', 'reapportions', 'reappraisals', 'reappraising', 'reassembling', 'reassessment', 'reassignment', 'reassurances', 'reassuringly', 'rebelliously', 'rebroadcasts', 'recalcitrant', 'recalculated', 'recalculates', 'recantations', 'recapitulate', 'receivership', 'receptionist', 'receptivitys', 'recessionals', 'rechargeable', 'reciprocally', 'reciprocated', 'reciprocates', 'reciprocitys', 'recirculated', 'recirculates', 'recklessness', 'reclamations', 'reclassified', 'reclassifies', 'recognisable', 'recognisably', 'recognisance', 'recognitions', 'recognizable', 'recognizably', 'recognizance', 'recollecting', 'recollection', 'recommencing', 'recommending', 'recompensing', 'reconcilable', 'reconditions', 'reconfigured', 'reconfigurer', 'reconfigures', 'reconnecting', 'reconnection', 'reconnoiters', 'reconnoitred', 'reconnoitres', 'reconquering', 'reconsidered', 'reconstitute', 'reconstructs', 'recreational', 'recriminated', 'recriminates', 'recruitments', 'recuperating', 'recuperation', 'recuperative', 'redecorating', 'rededicating', 'redefinition', 'redeployment', 'redeveloping', 'redirections', 'rediscovered', 'rediscoverys', 'redisplaying', 'redistribute', 'redistricted', 'reducibility', 'redundancies', 'reeducations', 'reemphasised', 'reemphasises', 'reemphasized', 'reemphasizes', 'reenactments', 'reevaluating', 'reevaluation', 'refashioning', 'reflectively', 'reflectivity', 'reformations', 'reformatorys', 'reformatting', 'reformulated', 'reformulates', 'refractories', 'refreshingly', 'refreshments', 'refrigerants', 'refrigerated', 'refrigerates', 'refrigerator', 'refurbishing', 'refurnishing', 'regenerating', 'regeneration', 'regenerative', 'regionalisms', 'registration', 'regularising', 'regularities', 'regularizing', 'regurgitated', 'regurgitates', 'rehabilitate', 'reimbursable', 'reincarnated', 'reincarnates', 'reinitialise', 'reinitialize', 'reinterprets', 'reintroduced', 'reintroduces', 'reiterations', 'rejuvenating', 'rejuvenation', 'relationally', 'relationship', 'relativeness', 'relativistic', 'relentlessly', 'reliabilitys', 'reliableness', 'relinquished', 'relinquishes', 'remembrances', 'reminiscence', 'remonstrance', 'remonstrated', 'remonstrates', 'remorsefully', 'remunerating', 'remuneration', 'remunerative', 'renaissances', 'rendezvoused', 'rendezvouses', 'renegotiable', 'renegotiated', 'renegotiates', 'renunciation', 'reorganising', 'reorganizing', 'reparationss', 'repatriating', 'repatriation', 'repercussion', 'repetitively', 'replacements', 'replenishing', 'replications', 'repositioned', 'repositories', 'repossessing', 'repossession', 'reprehending', 'representing', 'reprimanding', 'reprocessing', 'reproducible', 'reproducibly', 'reproduction', 'reproductive', 'reprograming', 'reprogrammed', 'republishing', 'repudiations', 'requirements', 'requisitions', 'rescheduling', 'resemblances', 'reservations', 'resignations', 'resoluteness', 'resoundingly', 'respectfully', 'respectively', 'respirations', 'resplendence', 'responsively', 'restatements', 'restaurateur', 'restfulnesss', 'restitutions', 'restivenesss', 'restlessness', 'restorations', 'restoratives', 'restrictions', 'restructured', 'restructures', 'resubmitting', 'resurrecting', 'resurrection', 'resurrectors', 'resuscitated', 'resuscitates', 'resuscitator', 'retaliations', 'retardations', 'reticulately', 'reticulating', 'reticulation', 'retrenchment', 'retributions', 'retrofitting', 'retrograding', 'retrogressed', 'retrogresses', 'retrorockets', 'retrospected', 'reupholsters', 'revaluations', 'reverberated', 'reverberates', 'revitalising', 'revitalizing', 'rhapsodising', 'rhapsodizing', 'rhetorically', 'rhetoricians', 'rhinoceroses', 'rhododendron', 'rhombohedral', 'rhythmically', 'rickenbacker', 'ricochetting', 'ridiculously', 'riefenstahls', 'rightfulness', 'risorgimento', 'roadblocking', 'roddenberrys', 'romantically', 'romanticised', 'romanticises', 'romanticisms', 'romanticists', 'romanticized', 'romanticizes', 'rooseveltian', 'rostropovich', 'rotogravures', 'roughhousing', 'roughnecking', 'rubbernecked', 'rustproofing', 'ruthlessness', 'sacrilegious', 'sadistically', 'safeguarding', 'safekeepings', 'sagittariuss', 'saintlinesss', 'salesmanship', 'salespeoples', 'salespersons', 'saloonkeeper', 'salvadorians', 'sandblasters', 'sandblasting', 'sandpapering', 'sarcophaguss', 'sardonically', 'sarsaparilla', 'saskatchewan', 'satisfaction', 'satisfactory', 'saxophonists', 'scaffoldings', 'scandalising', 'scandalizing', 'scandalously', 'scandinavian', 'scandinavias', 'scapegoating', 'scatological', 'scatterbrain', 'scheherazade', 'schenectadys', 'schiaparelli', 'schlesingers', 'schmaltziest', 'scholarships', 'schoolchilds', 'schoolhouses', 'schoolmaster', 'schopenhauer', 'schroedinger', 'schwarzkopfs', 'scientologys', 'scintillated', 'scintillates', 'scoutmasters', 'scratchiness', 'screenwriter', 'screwdrivers', 'scrimshawing', 'scriptwriter', 'scrupulosity', 'scrupulously', 'scrutinising', 'scrutinizing', 'scurrilously', 'scuttlebutts', 'seamstresses', 'searchlights', 'seasicknesss', 'seaworthiest', 'secessionist', 'secretariats', 'sectarianism', 'sectionalism', 'secularising', 'secularizing', 'segmentation', 'segregations', 'seismographs', 'seismography', 'seismologist', 'selectivitys', 'selfishnesss', 'selflessness', 'semantically', 'semanticists', 'semicircular', 'semifinalist', 'semimonthlys', 'semiprecious', 'semitrailers', 'semitropical', 'semiweeklies', 'sensibilitys', 'sensitivitys', 'sensorimotor', 'sensuousness', 'sensurrounds', 'separateness', 'septicaemias', 'sepulchering', 'sequentially', 'sequestering', 'serendipitys', 'seriousnesss', 'serviceberry', 'servicewoman', 'servicewomen', 'seventeenths', 'sexagenarian', 'shadowboxing', 'shakespeares', 'shallownesss', 'shamefulness', 'shapelinesss', 'sharecropper', 'shareholders', 'sharpshooter', 'shatterproof', 'shcharanskys', 'sheepishness', 'shepherdesss', 'shevardnadze', 'shijiazhuang', 'shipbuilders', 'shipbuilding', 'shipwrecking', 'shirtsleeves', 'shopliftings', 'shortchanged', 'shortchanges', 'shortcomings', 'shortsighted', 'showmanships', 'shuffleboard', 'shuttlecocks', 'sidestepping', 'sidestroking', 'sidetracking', 'sightseeings', 'significance', 'significants', 'silhouetting', 'silverfishes', 'silversmiths', 'similarities', 'simpleminded', 'simplicities', 'simulcasting', 'simultaneity', 'simultaneous', 'singlehanded', 'singularitys', 'skateboarded', 'skateboarder', 'skillfulness', 'skulduggerys', 'skullduggery', 'skyrocketing', 'slaphappiest', 'slaughterers', 'slaughtering', 'sledgehammer', 'sleepwalkers', 'sleepwalking', 'slenderising', 'slenderizing', 'slendernesss', 'slipperiness', 'slothfulness', 'slovenliness', 'sluggishness', 'smithereenss', 'smithsonians', 'snobbishness', 'snowboarding', 'snowmobiling', 'sociabilitys', 'sociological', 'sociologists', 'solicitation', 'solicitously', 'soliloquised', 'soliloquises', 'soliloquized', 'soliloquizes', 'solzhenitsyn', 'somersaulted', 'somnambulism', 'somnambulist', 'sophisticate', 'soulfulnesss', 'soundproofed', 'southeastern', 'southernmost', 'southwestern', 'southwesters', 'sovereigntys', 'spaceflights', 'spacewalking', 'spaciousness', 'spearheading', 'specialising', 'specialities', 'specializing', 'specifically', 'spectaculars', 'spectrograms', 'spectrograph', 'spectrometer', 'spectrometry', 'spectroscope', 'spectroscopy', 'speculations', 'speedometers', 'spellbinders', 'spellbinding', 'spendthrifts', 'spermatozoon', 'spinsterhood', 'spiritualism', 'spiritualist', 'spirituality', 'spitefullest', 'spitefulness', 'spitsbergens', 'spokespeople', 'spokesperson', 'spokeswomans', 'sponsorships', 'spontaneitys', 'sporadically', 'sportscaster', 'sportswomans', 'sportswriter', 'spotlessness', 'spotlighting', 'spreadsheets', 'sprightliest', 'springboards', 'springfields', 'springinesss', 'springsteens', 'spuriousness', 'squirrelling', 'stagecoaches', 'stagflations', 'staggeringly', 'standardised', 'standardises', 'standardized', 'standardizes', 'stanislavsky', 'statelinesss', 'stationarity', 'statistician', 'statuesquely', 'steamrollers', 'steamrolling', 'steeplechase', 'steeplejacks', 'stenographer', 'stenographic', 'stenographys', 'stepbrothers', 'stepchildren', 'stepdaughter', 'steprelation', 'stereography', 'stereophonic', 'stereoscopes', 'stereotyping', 'stethoscopes', 'stewardesses', 'stewardships', 'sticklebacks', 'stigmatising', 'stigmatizing', 'stimulations', 'stipulations', 'stockbrokers', 'stockhausens', 'stockholders', 'stolichnayas', 'stomachaches', 'stonewalling', 'storekeepers', 'storytellers', 'stradivarius', 'straightaway', 'straightedge', 'straightened', 'straightness', 'straitjacket', 'strangenesss', 'stranglehold', 'strangulated', 'strangulates', 'stratosphere', 'strawberries', 'streamlining', 'streetlights', 'streetwalker', 'strengthened', 'strengthener', 'streptococci', 'streptomycin', 'stripteasing', 'stroboscopic', 'structurally', 'stubbornness', 'studentships', 'stupefaction', 'stupendously', 'stylishnesss', 'subbasements', 'subcommittee', 'subcomponent', 'subconscious', 'subcontinent', 'subcontracts', 'subcutaneous', 'subdivisions', 'subintervals', 'subjectively', 'subjectivity', 'subjugations', 'subjunctives', 'sublimations', 'subliminally', 'submergences', 'submersibles', 'subordinated', 'subordinates', 'subornations', 'subscripting', 'subscription', 'subsequences', 'subsequently', 'subservience', 'subsidiaries', 'subsistences', 'substantiate', 'substantives', 'substituting', 'substitution', 'substructure', 'subterranean', 'subtotalling', 'subtractions', 'suburbanites', 'successfully', 'successively', 'succinctness', 'sudetenlands', 'sufficiencys', 'sufficiently', 'suffocations', 'suffragettes', 'sugarcoating', 'suggestively', 'suitabilitys', 'suitableness', 'summerhouses', 'superannuate', 'supercharged', 'supercharger', 'supercharges', 'supercilious', 'superfluitys', 'superhighway', 'superhumanly', 'superimposed', 'superimposes', 'superintends', 'superioritys', 'superlatives', 'supermarkets', 'supernatural', 'superposable', 'superscripts', 'superstition', 'supertankers', 'supervisions', 'supplemental', 'supplemented', 'supplicating', 'supplication', 'supportingly', 'supportively', 'suppositions', 'suppositorys', 'suppressible', 'suppressions', 'suppurations', 'supremacists', 'surfboarding', 'surmountable', 'surprisingly', 'surrealistic', 'surrendering', 'surroundings', 'surveillance', 'suspiciously', 'susquehannas', 'swallowtails', 'swashbuckler', 'sweepstakess', 'switchblades', 'switchboards', 'switzerlands', 'syllabifying', 'symbolically', 'sympathisers', 'sympathising', 'sympathizers', 'sympathizing', 'synchronised', 'synchronises', 'synchronized', 'synchronizer', 'synchronizes', 'syncopations', 'syndications', 'synonymously', 'synthesising', 'synthesizers', 'synthesizing', 'systematised', 'systematises', 'systematized', 'systematizes', 'taciturnitys', 'tactlessness', 'tadzhikistan', 'tallahassees', 'tangibilitys', 'tastefulness', 'tautological', 'taxidermists', 'teaspoonfuls', 'teaspoonsful', 'technicality', 'technocracys', 'technocratic', 'technologies', 'technologist', 'tediousnesss', 'teetotallers', 'tegucigalpas', 'telecommuted', 'telecommuter', 'telecommutes', 'telegraphers', 'telegraphing', 'telekinesiss', 'teleological', 'teleprompter', 'temperaments', 'temperatures', 'tenochtitlan', 'tenuousnesss', 'teotihuacans', 'tercentenary', 'terminations', 'terminologys', 'terpsichores', 'terrestrials', 'terrifically', 'terrifyingly', 'territorials', 'testamentary', 'testimonials', 'testosterone', 'tetrahedrons', 'thankfulness', 'thanksgiving', 'theatrically', 'thematically', 'themistocles', 'theoretician', 'theorization', 'therapeutics', 'thermocouple', 'thermometers', 'thermometric', 'thermopylaes', 'thermostable', 'thermostatic', 'thessalonian', 'thessalonkis', 'thingamajigs', 'thistledowns', 'thoroughbred', 'thoroughfare', 'thoroughness', 'thoughtfully', 'thousandfold', 'thriftinesss', 'throatinesss', 'thunderbirds', 'thunderbolts', 'thunderclaps', 'thundercloud', 'thunderheads', 'thunderstorm', 'ticketmaster', 'tiddlywinkss', 'timelessness', 'tirelessness', 'tiresomeness', 'titillations', 'toastmasters', 'tobacconists', 'togetherness', 'tolerability', 'tomfooleries', 'tonsillitiss', 'toothbrushes', 'topographers', 'topographies', 'totalitarian', 'townspeoples', 'toxicologist', 'tracheotomys', 'tractability', 'trademarking', 'tragicomedys', 'trailblazers', 'trajectories', 'tranquilitys', 'tranquilized', 'tranquilizer', 'tranquilizes', 'tranquillest', 'tranquillise', 'tranquillity', 'tranquillize', 'transactions', 'transceivers', 'transcendent', 'transcending', 'transcribers', 'transcribing', 'transduction', 'transferable', 'transference', 'transferrers', 'transferring', 'transfigured', 'transfigures', 'transformers', 'transforming', 'transfusable', 'transfusions', 'transgressed', 'transgresses', 'transgressor', 'transitional', 'transitioned', 'transitively', 'transitivity', 'translatable', 'translations', 'translucence', 'transmigrate', 'transmission', 'transmittals', 'transmitters', 'transmitting', 'transmogrify', 'transoceanic', 'transpacific', 'transparency', 'transplanted', 'transponders', 'transporters', 'transporting', 'transposable', 'transsexuals', 'transshipped', 'transversely', 'transvestism', 'transvestite', 'transylvania', 'trapshooting', 'traumatising', 'traumatizing', 'tremendously', 'trepidations', 'triangularly', 'tribulations', 'triceratopss', 'trifluouride', 'triglyceride', 'trigonometry', 'triplicating', 'triumphantly', 'triumvirates', 'trivialising', 'trivialities', 'trivializing', 'tropospheres', 'tropospheric', 'troublemaker', 'troubleshoot', 'trusteeships', 'trustfulness', 'truthfulness', 'tsiolkovskys', 'tuberculosis', 'turkmenistan', 'typographers', 'tyrannically', 'tyrannosaurs', 'ubiquitously', 'ujungpandang', 'ultramarines', 'ultraviolets', 'unacceptable', 'unacceptably', 'unaccustomed', 'unacquainted', 'unaffectedly', 'unanalyzable', 'unanswerable', 'unappetising', 'unappetizing', 'unassailable', 'unattainable', 'unattractive', 'unattributed', 'unauthorised', 'unauthorized', 'unbelievable', 'unbelievably', 'uncatalogued', 'uncertaintys', 'unchallenged', 'unchangeable', 'uncharitable', 'uncharitably', 'unclassified', 'uncleanliest', 'uncleannesss', 'uncompressed', 'uncomputable', 'unconsciouss', 'unconsidered', 'uncontrolled', 'unconvincing', 'uncorrelated', 'unctuousness', 'uncultivated', 'undemocratic', 'undependable', 'underachieve', 'underbellies', 'underbidding', 'undercharged', 'undercharges', 'underclothes', 'undercoating', 'undercurrent', 'undercutting', 'underexposed', 'underexposes', 'underfeeding', 'underflowing', 'undergarment', 'undergrounds', 'undergrowths', 'underlinings', 'underpinning', 'underplaying', 'underscoring', 'underselling', 'undershortss', 'undersigneds', 'undersigning', 'understaffed', 'understating', 'understudied', 'understudies', 'undertakings', 'undervaluing', 'underweights', 'underwriters', 'underwriting', 'underwritten', 'undeservedly', 'undesirables', 'undetectable', 'undetermined', 'undiminished', 'undiscovered', 'undocumented', 'uneconomical', 'unemployable', 'unemployment', 'uneventfully', 'unexpectedly', 'unexpurgated', 'unfaithfully', 'unfamiliarly', 'unfathomable', 'unfavourable', 'unfavourably', 'unflattering', 'unforgivable', 'unfortunates', 'unfrequented', 'unfriendlier', 'ungainliness', 'ungovernable', 'ungratefully', 'unhappinesss', 'unhealthiest', 'unhesitating', 'unidentified', 'unifications', 'unilaterally', 'unimaginable', 'unimpressive', 'uninstallers', 'uninstalling', 'uninterested', 'unionisation', 'unionization', 'uniprocessor', 'unitarianism', 'universality', 'universities', 'unlikelihood', 'unmanageable', 'unmanageably', 'unmercifully', 'unmistakable', 'unmistakably', 'unnoticeable', 'unobservable', 'unobstructed', 'unobtainable', 'unofficially', 'unparalleled', 'unpardonable', 'unpleasantly', 'unpopularity', 'unprejudiced', 'unprescribed', 'unprincipled', 'unprivileged', 'unproductive', 'unprofitable', 'unquenchable', 'unquestioned', 'unreasonable', 'unreasonably', 'unrecognised', 'unrecognized', 'unregenerate', 'unregistered', 'unremarkable', 'unrepeatable', 'unreservedly', 'unresponsive', 'unrestrained', 'unrestricted', 'unsanctioned', 'unsatisfying', 'unscientific', 'unscrambling', 'unscrupulous', 'unseasonable', 'unseasonably', 'unseemliness', 'unsightliest', 'unsteadiness', 'unstructured', 'unsubscribed', 'unsubscribes', 'unsuccessful', 'unsupervised', 'unsurprising', 'unsuspecting', 'unterminated', 'unthinkingly', 'untimeliness', 'untouchables', 'untranslated', 'untruthfully', 'unwieldiness', 'unworthiness', 'upholsterers', 'upholstering', 'uppercutting', 'uproariously', 'urbanisation', 'urbanization', 'uselessnesss', 'utilisations', 'utilitarians', 'utilizations', 'vacationland', 'vaccinations', 'vacillations', 'vainglorious', 'valedictorys', 'vaporisation', 'vaporization', 'variabilitys', 'variableness', 'varicoloured', 'ventilations', 'verdigrising', 'verification', 'versatilitys', 'verticalness', 'veterinarian', 'veterinaries', 'vichyssoises', 'viciousnesss', 'vicissitudes', 'victoriously', 'vigilantisms', 'vijayanagars', 'vilification', 'villainously', 'vinaigrettes', 'vindemiatrix', 'vindications', 'vindictively', 'violoncellos', 'virtuousness', 'viscoelastic', 'viscountesss', 'viticultures', 'vituperating', 'vituperation', 'vituperative', 'vivekanandas', 'vivisections', 'vladivostoks', 'vocabularian', 'vocabularies', 'vocalisation', 'vocalization', 'vocationally', 'vociferating', 'vociferation', 'vociferously', 'volatilities', 'voluminously', 'volunteering', 'voluptuaries', 'voluptuously', 'wainscotings', 'wainscotting', 'wakefulnesss', 'wallpapering', 'warehouseman', 'warmongering', 'washerwomans', 'wastebaskets', 'wastefulness', 'watchfulness', 'watercolours', 'watercourses', 'watermarking', 'waterproofed', 'waywardnesss', 'wealthinesss', 'weathercocks', 'weatherising', 'weatherizing', 'weatherproof', 'weatherstrip', 'webmistresss', 'weierstrasss', 'weightinesss', 'weightlifter', 'weissmullers', 'welterweight', 'westernising', 'westernizing', 'westinghouse', 'wheelbarrows', 'wheelwrights', 'whereaboutss', 'wherewithals', 'whimsicality', 'whippoorwill', 'whitewashing', 'wholehearted', 'wildernesses', 'willfulnesss', 'williamsburg', 'willingnesss', 'windbreakers', 'windsurfings', 'wintergreens', 'wisconsinite', 'wisecracking', 'wistfulnesss', 'withholdings', 'withstanding', 'wittgenstein', 'womanlinesss', 'woodcarvings', 'woodcuttings', 'woodworkings', 'workmanships', 'workstations', 'worldlinesss', 'wretchedness', 'wristwatches', 'wrongfulness', 'xylophonists', 'yamoussoukro', 'yellowstones', 'yevtushenkos', 'youthfulness', 'yugoslavians', 'zealousnesss', 'zoologically', 'zoroastrians', 'abbreviations', 'abnormalities', 'abolitionists', 'abrasivenesss', 'abstractnesss', 'abstrusenesss', 'accelerations', 'accelerometer', 'accentuations', 'acceptability', 'accessibility', 'acclimatising', 'acclimatizing', 'accommodating', 'accommodation', 'accompaniment', 'accomplishers', 'accomplishing', 'accouterments', 'accoutrements', 'accreditation', 'acculturating', 'acculturation', 'accumulations', 'accuratenesss', 'acetaminophen', 'acknowledgers', 'acknowledging', 'acquaintances', 'acquiescences', 'actualisation', 'actualization', 'acupuncturist', 'adaptabilitys', 'addressograph', 'adiabatically', 'adjudications', 'administering', 'administrable', 'administrated', 'administrates', 'administrator', 'admissibility', 'admonishments', 'adulterations', 'adventuresome', 'adventuresses', 'adventurously', 'advertisement', 'advisabilitys', 'aerodynamicss', 'aesthetically', 'affirmatively', 'afforestation', 'afterthoughts', 'agglomerating', 'agglomeration', 'agglutinating', 'agglutination', 'agreeableness', 'agribusinesss', 'algebraically', 'allegorically', 'alliterations', 'alphabetising', 'alphabetizing', 'alternatively', 'amalgamations', 'ambassadorial', 'ambitiousness', 'ameliorations', 'americanising', 'americanizing', 'amniocenteses', 'amniocentesis', 'amorphousness', 'amortisations', 'amortizations', 'amphitheaters', 'amphitheatres', 'amplification', 'anachronistic', 'anaesthetised', 'anaesthetises', 'anaesthetists', 'anaesthetized', 'anaesthetizes', 'analyticities', 'anaphorically', 'anchorpersons', 'anesthetizing', 'angioplasties', 'animadversion', 'annihilations', 'anniversaries', 'announcements', 'antananarivos', 'anthologising', 'anthologizing', 'anthropogenic', 'anthropologys', 'antibacterial', 'anticipations', 'anticlimactic', 'anticlockwise', 'antihistamine', 'antimicrobial', 'antiparticles', 'antipersonnel', 'antiresonance', 'antiresonator', 'antisubmarine', 'antisymmetric', 'apalachicolas', 'apathetically', 'appendectomys', 'appendicitiss', 'applicability', 'applicatively', 'apportionment', 'appositenesss', 'appreciations', 'apprehensible', 'apprehensions', 'appropriately', 'appropriating', 'appropriation', 'appropriators', 'approximately', 'approximating', 'approximation', 'appurtenances', 'arbitrariness', 'archaeologist', 'archbishopric', 'archeological', 'archeologists', 'archipelagoes', 'architectonic', 'architectural', 'architectures', 'argumentation', 'argumentative', 'aristocracies', 'aristophaness', 'aristotelians', 'aromatherapys', 'articulations', 'artifactually', 'artificiality', 'ascertainable', 'asphyxiations', 'assassinating', 'assassination', 'assemblywoman', 'assemblywomen', 'assertiveness', 'assiduousness', 'assimilations', 'assistantship', 'associational', 'associatively', 'associativity', 'astonishingly', 'astonishments', 'astronauticss', 'astrophysical', 'astrophysicss', 'atrociousness', 'attentiveness', 'attitudinised', 'attitudinises', 'attitudinized', 'attitudinizes', 'attributively', 'audaciousness', 'augmentations', 'auscultations', 'austronesians', 'authentically', 'authenticated', 'authenticates', 'authenticator', 'authenticitys', 'authorisation', 'authoritarian', 'authoritative', 'authorization', 'autobiography', 'autocollimate', 'autocorrelate', 'automatically', 'autonavigator', 'availabilitys', 'axiomatically', 'baccalaureate', 'bacchanalians', 'backpedalling', 'backscattered', 'backstitching', 'backstretches', 'backwardnesss', 'bacteriologys', 'bantamweights', 'battlegrounds', 'beatification', 'behavioristic', 'belligerences', 'belligerencys', 'belligerently', 'benefactresss', 'beneficiaries', 'bewilderingly', 'bewilderments', 'bibliographer', 'bibliographic', 'bibliographys', 'bicentennials', 'bidirectional', 'biochemistrys', 'biodegradable', 'biodiversitys', 'biophysicists', 'biosynthesize', 'biotechnology', 'birefringence', 'blabbermouths', 'blackberrying', 'blamelessness', 'blandishments', 'blasphemously', 'blissfulnesss', 'bloemfonteins', 'bloodcurdling', 'bloomingdales', 'blunderbusses', 'boardinghouse', 'boastfulnesss', 'bodybuildings', 'bootstrapping', 'bouillabaisse', 'boundlessness', 'boustrophedon', 'boysenberries', 'brainchildren', 'brainstorming', 'brainwashings', 'breakthroughs', 'breaststrokes', 'breckenridges', 'brinkmanships', 'brinksmanship', 'broadcastings', 'brokenhearted', 'brontosauruss', 'brotherliness', 'bulletproofed', 'bullfightings', 'bumptiousness', 'bureaucracies', 'burglarproofs', 'businesswoman', 'businesswomen', 'butterfingers', 'butterscotchs', 'cabinetmakers', 'calisthenicss', 'calligraphers', 'callisthenics', 'cancellations', 'cannibalising', 'cannibalistic', 'cannibalizing', 'canonicalized', 'canonicalizes', 'canonisations', 'canonizations', 'cantabrigians', 'cantilevering', 'capaciousness', 'capitulations', 'carbohydrates', 'carboniferous', 'carbonization', 'carcinogenics', 'cardinalities', 'cardiologists', 'carelessnesss', 'caricaturists', 'carnivorously', 'carpetbaggers', 'carpetbagging', 'carthaginians', 'cartilaginous', 'cartographers', 'categorically', 'cautiousnesss', 'ceaselessness', 'ceremoniously', 'certificating', 'certification', 'chairmanships', 'championships', 'chancelleries', 'chandrasekhar', 'changeability', 'characterised', 'characterises', 'characterized', 'characterizer', 'characterizes', 'charlottetown', 'chastisements', 'chateaubriand', 'chattahoochee', 'checkerboards', 'cheerfulnesss', 'cheerlessness', 'cheeseburgers', 'chemisorption', 'chemotherapys', 'chequerboards', 'chernomyrdins', 'childbearings', 'childishnesss', 'childlessness', 'childproofing', 'chiropractics', 'chiropractors', 'chitterlingss', 'chlorinations', 'chloroforming', 'choreographed', 'choreographer', 'choreographic', 'choreographys', 'christianitys', 'chromatograph', 'chronological', 'chrysanthemum', 'churlishnesss', 'cimcumvention', 'circularising', 'circularizing', 'circumcisions', 'circumference', 'circumscribed', 'circumscribes', 'circumspectly', 'circumstanced', 'circumstances', 'circumventing', 'circumvention', 'civilisations', 'civilizations', 'clairvoyances', 'clairvoyantly', 'clandestinely', 'clarification', 'clarinettists', 'clearinghouse', 'clownishnesss', 'codependencys', 'codifications', 'coeducational', 'cohabitations', 'cohesivenesss', 'collaborating', 'collaboration', 'collaborative', 'collaborators', 'collectivised', 'collectivises', 'collectivisms', 'collectivists', 'collectivized', 'collectivizes', 'colloquialism', 'colonisations', 'colonizations', 'combinational', 'combinatorial', 'combinatorics', 'commandeering', 'commemorating', 'commemoration', 'commemorative', 'commencements', 'commendations', 'commensurable', 'commercialise', 'commercialism', 'commercialize', 'commiserating', 'commiseration', 'commissariats', 'commissioners', 'commissioning', 'commonalities', 'commonwealths', 'communicating', 'communication', 'communicative', 'communicators', 'commutativity', 'companionable', 'companionship', 'companionways', 'comparability', 'comparatively', 'compartmented', 'compassionate', 'compatibility', 'compensations', 'competitively', 'complaisances', 'complaisantly', 'complementary', 'complementers', 'complementing', 'completenesss', 'complications', 'complimentary', 'complimenters', 'complimenting', 'componentwise', 'compositional', 'comprehending', 'comprehension', 'comprehensive', 'computability', 'computational', 'computerising', 'computerizing', 'concatenating', 'concatenation', 'concentrating', 'concentration', 'concentrators', 'conceptualise', 'conceptualize', 'concertinaing', 'concertmaster', 'conciliations', 'concurrencies', 'condemnations', 'condensations', 'condescending', 'condescension', 'conditionally', 'conductivitys', 'confectioners', 'confectionery', 'confederacies', 'confederating', 'confederation', 'confessionals', 'configuration', 'confirmations', 'confiscations', 'conflagration', 'conformations', 'confrontation', 'confucianisms', 'congenialitys', 'conglomerated', 'conglomerates', 'congratulated', 'congratulates', 'congregations', 'congressional', 'congresswoman', 'congresswomen', 'conjunctively', 'connectedness', 'conquistadors', 'consanguinity', 'conscientious', 'consciousness', 'conscriptions', 'consecrations', 'consecutively', 'consequential', 'conservations', 'conservatisms', 'conservatives', 'conservatorys', 'considerately', 'consideration', 'consistencies', 'consolidating', 'consolidation', 'conspicuously', 'constabularys', 'constellation', 'consternation', 'constipations', 'constituencys', 'constitutions', 'constrictions', 'constructible', 'constructions', 'consultancies', 'consultations', 'consummations', 'consumptively', 'contaminating', 'contamination', 'contemplating', 'contemplation', 'contemplative', 'contemporarys', 'contentedness', 'contentiously', 'continentally', 'contingencies', 'continuations', 'contortionist', 'contraception', 'contraceptive', 'contractually', 'contradicting', 'contradiction', 'contradictory', 'contralateral', 'contrarinesss', 'contrastingly', 'contravariant', 'contravention', 'contributions', 'controversial', 'controversies', 'controverting', 'convalescence', 'convalescents', 'conversations', 'convivialitys', 'cooperatively', 'coordinations', 'corespondents', 'correspondent', 'corresponding', 'corroborating', 'corroboration', 'corroborative', 'cosignatories', 'cosmetologist', 'cosmopolitans', 'councilwomans', 'countenancing', 'counteracting', 'counteraction', 'counteractive', 'counterattack', 'counterclaims', 'counterfeited', 'counterfeiter', 'countermanded', 'counteroffers', 'counterpoints', 'countersigned', 'countertenors', 'counterweight', 'countrywomans', 'courteousness', 'covetousnesss', 'cowardlinesss', 'craftsmanship', 'creativenesss', 'credulousness', 'criminologist', 'crisscrossing', 'crossbreeding', 'crosschecking', 'cryptanalysis', 'cryptanalytic', 'cryptographer', 'cryptographic', 'cryptographys', 'crystallising', 'crystallizing', 'customisation', 'customization', 'cytochemistry', 'daguerreotype', 'dauntlessness', 'debilitations', 'decaffeinated', 'decaffeinates', 'decapitations', 'deceitfulness', 'decelerations', 'decentralised', 'decentralises', 'decentralized', 'decentralizes', 'deceptiveness', 'decisivenesss', 'declaratively', 'declassifying', 'decommissions', 'decomposition', 'decompressing', 'decompression', 'decongestants', 'decontaminate', 'decontrolling', 'deconvolution', 'decriminalise', 'decriminalize', 'deemphasizing', 'defenestrated', 'defenestrates', 'defensiveness', 'deferentially', 'definitenesss', 'deforestation', 'degenerations', 'dehumidifiers', 'dehumidifying', 'deliberations', 'delicatessens', 'deliciousness', 'delinquencies', 'demagnetising', 'demagnetizing', 'demilitarised', 'demilitarises', 'demilitarized', 'demilitarizes', 'democratising', 'democratizing', 'demographicss', 'demonstrating', 'demonstration', 'demonstrative', 'demonstrators', 'demythologize', 'denominations', 'denouncements', 'densitometric', 'denunciations', 'dependability', 'depoliticised', 'depoliticises', 'depoliticized', 'depoliticizes', 'depopulations', 'depreciations', 'deprogramming', 'deregulations', 'dermatologist', 'desalinations', 'descriptively', 'desegregating', 'desegregation', 'desensitising', 'desensitizing', 'desirabilitys', 'desolatenesss', 'destructively', 'desynchronize', 'deteriorating', 'deterioration', 'determinately', 'determination', 'determinative', 'deterministic', 'dethronements', 'developmental', 'diagnostician', 'diametrically', 'dictatorships', 'diffeomorphic', 'differentials', 'differentiate', 'dilapidations', 'dilettantisms', 'dillydallying', 'dimensionally', 'dimensionless', 'directionally', 'directorships', 'disadvantaged', 'disadvantages', 'disaffections', 'disagreements', 'disambiguated', 'disambiguates', 'disappearance', 'disappointing', 'disassembling', 'disassociated', 'disassociates', 'disbursements', 'discoloration', 'discomfitures', 'discomforting', 'discomposures', 'disconcerting', 'disconnecting', 'disconnection', 'discontenting', 'discontinuing', 'discontinuity', 'discontinuous', 'discourtesies', 'discreditable', 'discrepancies', 'discretionary', 'discriminable', 'discriminated', 'discriminates', 'disemboweling', 'disembowelled', 'disenchanting', 'disencumbered', 'disengagement', 'disentangling', 'disfigurement', 'disfranchised', 'disfranchises', 'disgracefully', 'disharmonious', 'disheartening', 'dishonourable', 'dishonourably', 'disillusioned', 'disinfectants', 'disinheriting', 'disintegrated', 'disintegrates', 'disinterested', 'disinterments', 'disjunctively', 'dismemberment', 'disobediences', 'disobediently', 'disorganising', 'disorganizing', 'disparagement', 'dispassionate', 'dispensations', 'displacements', 'dispossessing', 'dispossession', 'disproportion', 'disqualifying', 'disquisitions', 'disrespectful', 'disrespecting', 'dissatisfying', 'disseminating', 'dissemination', 'dissertations', 'dissimilarity', 'dissimulating', 'dissimulation', 'dissociations', 'dissoluteness', 'distastefully', 'distillations', 'distinctively', 'distinguished', 'distinguishes', 'distressingly', 'distributions', 'distritbuting', 'distrustfully', 'divisibilitys', 'divisivenesss', 'documentaries', 'documentation', 'domesticating', 'domestication', 'draftsmanship', 'dramatisation', 'dramatization', 'draughtinesss', 'dysfunctional', 'eavesdroppers', 'eavesdropping', 'eccentrically', 'eccentricitys', 'ecclesiastics', 'editorialised', 'editorialises', 'editorialized', 'editorializes', 'educationally', 'effectiveness', 'effervescence', 'efficaciously', 'effusivenesss', 'egotistically', 'eigenfunction', 'elaborateness', 'electioneered', 'electrocuting', 'electrocution', 'electrolysiss', 'electromagnet', 'electrophorus', 'electroplated', 'electroplates', 'electrostatic', 'elocutionists', 'emancipations', 'emasculations', 'embarrassment', 'embellishment', 'embezzlements', 'embryologists', 'emotionalisms', 'emphysematous', 'encapsulating', 'encapsulation', 'encephalitiss', 'enchantresses', 'encirclements', 'encouragement', 'encouragingly', 'encroachments', 'encrustations', 'encyclopaedia', 'encyclopedias', 'energetically', 'enfranchising', 'englishwomans', 'enigmatically', 'enlightenment', 'enormousnesss', 'entanglements', 'entertainings', 'entertainment', 'enthronements', 'entomological', 'entomologists', 'entrenchments', 'entrepreneurs', 'environmental', 'epidemiologys', 'episcopalians', 'equalisations', 'equalizations', 'equestriennes', 'equivocations', 'eratostheness', 'erroneousness', 'establishment', 'estrangements', 'eventfulnesss', 'eventualities', 'everlastingly', 'eviscerations', 'exacerbations', 'exaggerations', 'exasperations', 'exceptionable', 'exceptionally', 'excitabilitys', 'exclusiveness', 'excommunicate', 'exhibitionism', 'exhibitionist', 'exhilarations', 'existentially', 'expansionists', 'expansiveness', 'expatriations', 'expectorating', 'expectoration', 'expeditionary', 'expeditiously', 'experimenters', 'experimenting', 'explicitnesss', 'exploitations', 'explosiveness', 'exponentially', 'exponentiated', 'exponentiates', 'expostulating', 'expostulation', 'expressionism', 'expressionist', 'expropriating', 'expropriation', 'exquisiteness', 'extemporising', 'extemporizing', 'extensibility', 'extensiveness', 'exterminating', 'extermination', 'exterminators', 'extinguishers', 'extinguishing', 'extortionists', 'extracellular', 'extraordinary', 'extrapolating', 'extrapolation', 'extravagances', 'extravagantly', 'extravaganzas', 'extrinsically', 'extroversions', 'facetiousness', 'facilitations', 'factionalisms', 'factorisation', 'factorization', 'faithfulnesss', 'faithlessness', 'falsification', 'familiarising', 'familiarities', 'familiarizing', 'fantastically', 'faultfindings', 'fearlessnesss', 'featherweight', 'ferlinghettis', 'fermentations', 'ferociousness', 'ferroelectric', 'ferromagnetic', 'fertilisation', 'fertilization', 'fictionalised', 'fictionalises', 'fictionalized', 'fictionalizes', 'filibustering', 'fingerprinted', 'firefightings', 'flabbergasted', 'flagellations', 'flamethrowers', 'flammabilitys', 'flexibilities', 'flirtatiously', 'floodlighting', 'fluorescences', 'fluoridations', 'fluorocarbons', 'fontainebleau', 'foolhardiness', 'forcefulnesss', 'foregathering', 'foregrounding', 'foreknowledge', 'foreordaining', 'foreshadowing', 'foreshortened', 'forestallment', 'forgetfulness', 'formaldehydes', 'formalisation', 'formalization', 'formlessnesss', 'fortification', 'fossiliferous', 'fossilisation', 'fossilization', 'fountainheads', 'fragmentation', 'frankincenses', 'freemasonries', 'freethinkings', 'friendlinesss', 'frighteningly', 'frightfulness', 'frontiersmans', 'frontispieces', 'fruitfulnesss', 'fruitlessness', 'functionality', 'functionaries', 'fundamentally', 'gainsboroughs', 'galvanometers', 'gamesmanships', 'garrulousness', 'gastronomical', 'generalissimo', 'genuflections', 'geochronology', 'geometrically', 'geostationary', 'gerontologist', 'gerrymandered', 'gesticulating', 'gesticulation', 'gewrztraminer', 'globetrotters', 'glockenspiels', 'glorification', 'gobbledegooks', 'gobbledygooks', 'gondwanalands', 'governorships', 'gracefulnesss', 'gracelessness', 'graciousnesss', 'grammatically', 'grandchildren', 'granddaughter', 'grandfathered', 'grandiloquent', 'grandstanding', 'graphologists', 'gratefulnesss', 'gratification', 'gravitational', 'greensleevess', 'guardianships', 'gubernatorial', 'guesstimating', 'gynaecologist', 'gynecological', 'gynecologists', 'haberdasherys', 'habitabilitys', 'haematologist', 'haemophiliacs', 'haemorrhaging', 'hairdressings', 'hairsbreadths', 'hairsplitting', 'halfheartedly', 'hallucinating', 'hallucination', 'hallucinatory', 'hallucinogens', 'handkerchiefs', 'handsomenesss', 'haphazardness', 'happenstances', 'hardheartedly', 'harmlessnesss', 'harmonisation', 'harmonization', 'headmistresss', 'headquarterss', 'healthfulness', 'heartbreaking', 'heartlessness', 'heartstringss', 'heedlessnesss', 'helicoptering', 'hellenisation', 'hellenization', 'helplessnesss', 'hematologists', 'hemispherical', 'hermaphrodite', 'heterogeneity', 'heterogeneous', 'heterosexuals', 'heuristically', 'hieroglyphics', 'hippopotamuss', 'hohenzollerns', 'hollingsworth', 'homelessnesss', 'homeomorphism', 'homesicknesss', 'homestretches', 'homogeneities', 'homogeneously', 'homomorphisms', 'homosexuality', 'honorableness', 'hopelessnesss', 'horsemanships', 'horseradishes', 'horsewhipping', 'horticultural', 'horticultures', 'hospitalising', 'hospitalizing', 'hotheadedness', 'housebreaking', 'housecleaning', 'househusbands', 'housekeepings', 'housewarmings', 'huckleberries', 'humanisations', 'humanitarians', 'humanizations', 'humorlessness', 'hundredweight', 'hydraulically', 'hydrochloride', 'hydrodynamics', 'hydroelectric', 'hydrogenating', 'hydrotherapys', 'hyperactivity', 'hyperboloidal', 'hypercritical', 'hypertensions', 'hypochondriac', 'hypochondrias', 'hypoglycemias', 'hypoglycemics', 'hypothalamuss', 'hypothesising', 'hypothesizing', 'hysterectomys', 'idealisations', 'idealizations', 'ideologically', 'idiomatically', 'idiosyncrasys', 'idiosyncratic', 'ignominiously', 'illegibilitys', 'illegitimacys', 'illuminations', 'illustrations', 'imaginatively', 'immortalising', 'immortalizing', 'immunisations', 'immunizations', 'immutabilitys', 'impartialitys', 'impeccability', 'imperceivable', 'imperceptible', 'imperceptibly', 'imperfections', 'imperialistic', 'imperiousness', 'impermanences', 'impermissible', 'impersonating', 'impersonation', 'impersonators', 'impertinences', 'impertinently', 'imperturbable', 'imperturbably', 'implacability', 'implantations', 'implementable', 'impolitenesss', 'imponderables', 'impossibility', 'impoverishing', 'impracticable', 'impracticably', 'impractically', 'impregnations', 'impressionism', 'impressionist', 'imprisonments', 'improbability', 'improprieties', 'improvidences', 'improvidently', 'improvisation', 'impulsiveness', 'inadvertences', 'inadvertently', 'inappreciable', 'inappropriate', 'inaugurations', 'incandescence', 'incapabilitys', 'incapacitated', 'incapacitates', 'incarcerating', 'incarceration', 'incinerations', 'incisivenesss', 'inclusiveness', 'incombustible', 'incommunicado', 'incompatibles', 'incompetences', 'incompetently', 'inconceivable', 'inconceivably', 'incondensable', 'incongruities', 'incongruously', 'inconsiderate', 'inconsistency', 'inconspicuous', 'incontestable', 'incontestably', 'incontinences', 'inconvenience', 'inconvertible', 'incorporating', 'incorporation', 'incorrectness', 'incorruptible', 'incredibility', 'incredulously', 'incrementally', 'incriminating', 'incrimination', 'incriminatory', 'incrustations', 'indebtednesss', 'indefatigable', 'indefatigably', 'independences', 'independently', 'indescribable', 'indescribably', 'indeterminacy', 'indeterminate', 'indianapoliss', 'indifferences', 'indifferently', 'indirectnesss', 'indiscernible', 'indiscretions', 'indispensable', 'indispensably', 'indisposition', 'individualise', 'individualism', 'individualist', 'individuality', 'individualize', 'indoctrinated', 'indoctrinates', 'industrialise', 'industrialism', 'industrialist', 'industrialize', 'industriously', 'ineffectively', 'ineffectually', 'inefficiencys', 'inefficiently', 'ineligibility', 'inevitability', 'inexhaustible', 'inexhaustibly', 'inexpensively', 'inexperienced', 'inexperiences', 'inexplainable', 'inexpressible', 'infallibility', 'infiltrations', 'infinitesimal', 'inflammations', 'inflexibility', 'inflorescence', 'influentially', 'informational', 'informatively', 'infotainments', 'infringements', 'infuriatingly', 'ingeniousness', 'ingenuousness', 'inheritresses', 'inhomogeneity', 'inhomogeneous', 'innocuousness', 'inoffensively', 'inquisitively', 'insectivorous', 'inseminations', 'insensibility', 'insensitively', 'insensitivity', 'insidiousness', 'insignificant', 'insolubilitys', 'inspirational', 'instabilities', 'installations', 'instantaneous', 'instantiating', 'instantiation', 'instinctively', 'institutional', 'instructional', 'instructively', 'instrumentals', 'instrumenting', 'insubordinate', 'insubstantial', 'insufficiency', 'insupportable', 'insurrections', 'intellectuals', 'intelligences', 'intelligently', 'intemperances', 'intentionally', 'interactively', 'interactivity', 'interbreeding', 'interceptions', 'intercessions', 'interchanging', 'interconnects', 'interdictions', 'interestingly', 'interferences', 'interferingly', 'intergalactic', 'interjections', 'interlocutory', 'intermarriage', 'intermarrying', 'intermediarys', 'intermediates', 'intermingling', 'intermissions', 'internalising', 'internalizing', 'international', 'interpersonal', 'interpolating', 'interpolation', 'interpolatory', 'interposition', 'interpretable', 'interrelating', 'interrelation', 'interrogating', 'interrogation', 'interrogative', 'interrogators', 'interrogatory', 'interruptible', 'interruptions', 'intersections', 'interspersing', 'interspersion', 'interventions', 'intimidations', 'intoxications', 'intramuscular', 'intransigence', 'intransigents', 'intransitives', 'intravenouses', 'intravenously', 'intrenchments', 'intrinsically', 'introductions', 'introspection', 'introspective', 'introversions', 'invalidations', 'inventiveness', 'invertebrates', 'investigating', 'investigation', 'investigative', 'investigators', 'investigatory', 'invigorations', 'invincibility', 'inviolability', 'invisibilitys', 'invitationals', 'involuntarily', 'irascibilitys', 'irrationality', 'irreclaimable', 'irrecoverable', 'irregularitys', 'irrelevancies', 'irreplaceable', 'irrepressible', 'irresolutions', 'irresponsible', 'irresponsibly', 'irretrievable', 'irretrievably', 'irritabilitys', 'isolationisms', 'isolationists', 'jacksonvilles', 'jitterbugging', 'johannesburgs', 'judiciousness', 'jurisdictions', 'jurisprudence', 'justification', 'juxtaposition', 'kaleidoscopes', 'kaleidoscopic', 'kanchenjungas', 'kindergartens', 'kindergrtners', 'kleptomaniacs', 'knickerbocker', 'knightsbridge', 'knowledgeable', 'knowledgeably', 'krishnamurtis', 'lackadaisical', 'laughingstock', 'legalisations', 'legalizations', 'lethargically', 'lexicographer', 'lexicographic', 'lexicographys', 'liebfraumilch', 'liechtenstein', 'likeablenesss', 'liquefactions', 'listlessnesss', 'lithographers', 'lithographing', 'litigiousness', 'liverpudlians', 'loathsomeness', 'localisations', 'localizations', 'lollobrigidas', 'longshoremans', 'lopsidednesss', 'ludicrousness', 'luminescences', 'luncheonettes', 'lusciousnesss', 'luxembourgers', 'luxuriousness', 'machiavellian', 'macrobioticss', 'macromolecule', 'mademoiselles', 'magisterially', 'magnanimously', 'magnetisation', 'magnetization', 'magnetosphere', 'magnification', 'magnificences', 'magnificently', 'mainstreaming', 'maladjustment', 'maldistribute', 'malformations', 'malfunctioned', 'maliciousness', 'malleabilitys', 'malnutritions', 'maltreatments', 'manageability', 'manifestation', 'manipulatable', 'manipulations', 'manslaughters', 'manufacturers', 'manufacturing', 'mapplethorpes', 'marchionesses', 'marketability', 'marksmanships', 'marseillaises', 'marvelousness', 'massachusetts', 'masterminding', 'masterstrokes', 'masturbations', 'materialising', 'materialistic', 'materializing', 'mathematician', 'matriculating', 'matriculation', 'maximisations', 'maximizations', 'meaninglessly', 'mechanisation', 'mechanization', 'mediterranean', 'meetinghouses', 'megalomaniacs', 'megalopolises', 'meistersinger', 'mellifluously', 'melodiousness', 'memorableness', 'memorialising', 'memorializing', 'memorisations', 'memorizations', 'menstruations', 'mercenariness', 'merchandising', 'merchandizing', 'mercurochrome', 'meritocracies', 'meritoriously', 'messerschmidt', 'metalliferous', 'metallization', 'metallography', 'metallurgical', 'metallurgists', 'metamorphisms', 'metamorphosed', 'metamorphoses', 'metamorphosis', 'metastasising', 'metastasizing', 'meteorologist', 'methodologies', 'michaelangelo', 'michelangelos', 'microbiologys', 'microcomputer', 'microorganism', 'microprograms', 'microsurgerys', 'middleweights', 'mimeographing', 'mindlessnesss', 'mineralogists', 'miniaturising', 'miniaturizing', 'minicomputers', 'minimizations', 'ministrations', 'misadventures', 'misanthropist', 'misapprehends', 'misbehaviours', 'miscalculated', 'miscalculates', 'miscegenation', 'miscellaneous', 'mischievously', 'misconceiving', 'misconception', 'misconducting', 'misconstruing', 'misdemeanours', 'misdiagnosing', 'misdiagnosiss', 'misdirections', 'miserableness', 'misidentified', 'misidentifies', 'misinterprets', 'misjudgements', 'mismanagement', 'mispronounced', 'mispronounces', 'misquotations', 'misrepresents', 'mississippian', 'misstatements', 'mistranslated', 'mistreatments', 'misunderstand', 'misunderstood', 'mobilisations', 'mobilizations', 'modernisation', 'modernization', 'modifiability', 'modifications', 'mohammedanism', 'mollification', 'mollycoddling', 'momentariness', 'momentousness', 'monochromatic', 'monochromator', 'monocotyledon', 'mononucleosis', 'monosyllables', 'monotonically', 'monstrosities', 'moonlightings', 'morphological', 'mortification', 'motherfuckers', 'motherfucking', 'motherlinesss', 'motorcyclists', 'mountaineered', 'mountainously', 'mountainsides', 'mournfulnesss', 'mousetrapping', 'mouthwatering', 'muhammadanism', 'mulligatawnys', 'multicellular', 'multicoloured', 'multicultural', 'multinational', 'multiplicands', 'multiplicitys', 'multitudinous', 'multivitamins', 'mummification', 'municipalitys', 'musicianships', 'musicologists', 'mystification', 'nationalising', 'nationalistic', 'nationalities', 'nationalizing', 'navigabilitys', 'necessitating', 'necessitation', 'neckerchieves', 'nefariousness', 'neighborhoods', 'neighbourhood', 'neoclassicism', 'netherlanders', 'neuroanatomic', 'neuromuscular', 'neurosurgerys', 'newfoundlands', 'newspapermans', 'newsworthiest', 'niggardliness', 'nightclothess', 'nightclubbing', 'nitroglycerin', 'noiselessness', 'nomenclatures', 'nonabsorbents', 'nonagenarians', 'noncombatants', 'noncommercial', 'noncompliance', 'nonconductors', 'nonconformist', 'nonconformity', 'noncontagious', 'nondecreasing', 'nondeductible', 'nondescriptly', 'nonexistences', 'nonextensible', 'nonfunctional', 'nonindustrial', 'nonjudgmental', 'nonlinearitys', 'nonnegotiable', 'nonorthogonal', 'nonperishable', 'nonprocedural', 'nonproductive', 'nonprogrammer', 'nonrefillable', 'nonrefundable', 'nonreturnable', 'nonsensically', 'nonspecialist', 'normalisation', 'normalization', 'northeasterly', 'northeastward', 'northwesterly', 'northwestward', 'nostalgically', 'notifications', 'nullification', 'nutritionally', 'nutritionists', 'nymphomaniacs', 'objectionable', 'objectionably', 'objectiveness', 'obliterations', 'obliviousness', 'observational', 'observatories', 'obsolescences', 'obstetricians', 'obstructively', 'obtrusiveness', 'oceanographer', 'oceanographic', 'oceanographys', 'octogenarians', 'offensiveness', 'officeholders', 'officiousness', 'oleomargarine', 'omnipresences', 'onomatopoeias', 'operationally', 'ophthalmology', 'opportunistic', 'opportunities', 'opthalmologic', 'optimizations', 'orchestrating', 'orchestration', 'ordinarinesss', 'organisations', 'organizations', 'ornamentation', 'ornithologist', 'orthodonticss', 'orthodontists', 'orthogonality', 'orthographies', 'orthopaedicss', 'orthopaedists', 'oscilloscopes', 'ossifications', 'osteoporosiss', 'outdistancing', 'outmaneuvered', 'outmanoeuvred', 'outmanoeuvres', 'outperforming', 'outplacements', 'outspokenness', 'outstandingly', 'outstretching', 'overabundance', 'overachievers', 'overachieving', 'overambitious', 'overbalancing', 'overburdening', 'overconfident', 'overemphasise', 'overemphasize', 'overestimated', 'overestimates', 'overexposures', 'overextending', 'overindulging', 'overpopulated', 'overpopulates', 'overproducing', 'overqualified', 'overreactions', 'oversensitive', 'overshadowing', 'overspreading', 'overstatement', 'oversupplying', 'oxyacetylenes', 'pacifications', 'paediatrician', 'painstakingly', 'palaeontology', 'paleontologys', 'paradoxically', 'parallelizing', 'parallelogram', 'parameterized', 'parameterizes', 'parameterless', 'paramilitarys', 'paraphernalia', 'parenthesised', 'parenthesises', 'parenthesized', 'parenthesizes', 'parenthetical', 'parliamentary', 'parochialisms', 'participating', 'participation', 'participators', 'participatory', 'particularise', 'particularity', 'particularize', 'partisanships', 'paternalistic', 'patriotically', 'patronisingly', 'patronizingly', 'peacefulnesss', 'peacekeepings', 'peculiarities', 'pedestrianise', 'pedestrianize', 'pediatricians', 'penetratingly', 'penitentiarys', 'pennsylvanian', 'pennsylvanias', 'perambulating', 'perambulators', 'percussionist', 'peregrination', 'perfectionism', 'perfectionist', 'perfunctorily', 'permeabilitys', 'perpendicular', 'perpetrations', 'perpetuations', 'perseverances', 'personalising', 'personalities', 'personalizing', 'perspicacious', 'perspicacitys', 'perspicuously', 'perspirations', 'perturbations', 'perversenesss', 'petrifactions', 'petrochemical', 'pharmacologys', 'pharmacopeias', 'pharmacopoeia', 'phenobarbital', 'phenomenology', 'phenylalanine', 'philadelphias', 'philanthropic', 'philanthropys', 'philharmonics', 'philodendrons', 'philosophical', 'philosophised', 'philosophises', 'philosophized', 'philosophizer', 'philosophizes', 'phosphorylate', 'photoelectric', 'photographers', 'photographing', 'photostatting', 'physiognomies', 'physiological', 'physiologists', 'physiotherapy', 'phytoplankton', 'piezoelectric', 'pigmentations', 'plaintiveness', 'plasterboards', 'platitudinous', 'plausibilitys', 'pleasantnesss', 'pneumatically', 'pointlessness', 'poisonousness', 'polarisations', 'polarizations', 'policyholders', 'poliomyelitis', 'polyethylenes', 'polypropylene', 'polysyllables', 'pontchartrain', 'pontificating', 'pornographers', 'possibilities', 'postcondition', 'postgraduates', 'postmistresss', 'postoperative', 'postponements', 'postprocessor', 'potentialitys', 'potentiometer', 'pottawatomies', 'powerlessness', 'practicalitys', 'practitioners', 'pragmatically', 'precautionary', 'preciousnesss', 'precipitately', 'precipitating', 'precipitation', 'precipitously', 'preconceiving', 'preconception', 'preconditions', 'predefinition', 'predetermined', 'predetermines', 'predilections', 'predominances', 'predominantly', 'predominately', 'predominating', 'predomination', 'prefabricated', 'prefabricates', 'preinitialize', 'prejudgements', 'preliminaries', 'premeditating', 'premeditation', 'preoccupation', 'preparednesss', 'preponderance', 'preponderated', 'preponderates', 'prepositional', 'prepossessing', 'preproduction', 'preprogrammed', 'preregistered', 'prerequisites', 'presbyterians', 'prescriptions', 'presentations', 'presentiments', 'preservations', 'preservatives', 'pretentiously', 'preternatural', 'prevaricating', 'prevarication', 'prevaricators', 'preventatives', 'primitiveness', 'primogeniture', 'principalitys', 'privatisation', 'privatization', 'prizefighters', 'prizefighting', 'probabilistic', 'probabilities', 'problematical', 'processionals', 'processioning', 'proclamations', 'procrastinate', 'productivitys', 'professionals', 'professorship', 'profitability', 'progesterones', 'prognosticate', 'programmables', 'progressively', 'prohibitively', 'projectionist', 'proliferating', 'proliferation', 'prolongations', 'promiscuously', 'promulgations', 'pronounceable', 'pronouncement', 'pronunciation', 'propagandised', 'propagandises', 'propagandists', 'propagandized', 'propagandizes', 'prophetically', 'prophylactics', 'propitiations', 'proportionals', 'proportionate', 'proportioning', 'propositional', 'propositioned', 'proprietaries', 'proprietresss', 'proscriptions', 'proselytising', 'proselytizing', 'prospectively', 'prostitutions', 'protectorates', 'protestantism', 'protestations', 'protuberances', 'provincialism', 'provisionally', 'provocatively', 'psychiatrists', 'psychoanalyse', 'psychoanalyst', 'psychoanalyze', 'psychobabbles', 'psychobiology', 'psychokinesis', 'psychological', 'psychologists', 'psychophysics', 'psychosomatic', 'psychotherapy', 'pulverisation', 'pulverization', 'pumpernickels', 'punctiliously', 'purifications', 'puritanically', 'pusillanimity', 'pusillanimous', 'putrefactions', 'pyrophosphate', 'pyrotechnicss', 'quadratically', 'quadrilateral', 'quadripartite', 'quadriplegias', 'quadriplegics', 'quadruplicate', 'qualification', 'qualitatively', 'quarterbacked', 'quarterfinals', 'quartermaster', 'quasiparticle', 'quasiperiodic', 'questioningly', 'questionnaire', 'quetzalcoatls', 'quintessences', 'racketeerings', 'radioactivity', 'radiochemical', 'radioisotopes', 'radiotherapys', 'ramifications', 'rapaciousness', 'rapprochement', 'ratifications', 'rationalising', 'rationalistic', 'rationalities', 'rationalizing', 'reabbreviated', 'reabbreviates', 'reactionaries', 'reactivations', 'readabilities', 'readjustments', 'realistically', 'reappearances', 'reappointment', 'reapportioned', 'rearrangeable', 'rearrangement', 'reassessments', 'reassignments', 'rebroadcasted', 'recalcitrance', 'recalculating', 'recalculation', 'recapitulated', 'recapitulates', 'receiverships', 'receptionists', 'receptiveness', 'reciprocating', 'reciprocation', 'recirculating', 'recklessnesss', 'reclassifying', 'recognisances', 'recognizances', 'recollections', 'recombination', 'recompilation', 'reconditioned', 'reconfiguring', 'reconnoitered', 'reconnoitring', 'reconsidering', 'reconstituted', 'reconstitutes', 'reconstructed', 'recriminating', 'recrimination', 'recriminatory', 'recrudescence', 'rectification', 'recuperations', 'redefinitions', 'redeployments', 'redevelopment', 'rediscovering', 'redistributed', 'redistributes', 'redistricting', 'reemphasising', 'reemphasizing', 'reenforcement', 'reestablished', 'reestablishes', 'referentially', 'reflexiveness', 'reforestation', 'reformatories', 'reformulating', 'reformulation', 'refractometer', 'refreshmentss', 'refrigerating', 'refrigeration', 'refrigerators', 'refurbishment', 'regenerations', 'regimentation', 'registrations', 'regurgitating', 'regurgitation', 'rehabilitated', 'rehabilitates', 'reimbursement', 'reincarnating', 'reincarnation', 'reinforcement', 'reinitialised', 'reinitialized', 'reinstatement', 'reinterpreted', 'reintroducing', 'rejuvenations', 'relationships', 'religiousness', 'relinquishing', 'reminiscences', 'reminiscently', 'remonstrances', 'remonstrating', 'remonstration', 'remonstrative', 'remorselessly', 'remunerations', 'rendezvousing', 'renegotiating', 'renunciations', 'repatriations', 'repercussions', 'replenishment', 'repositioning', 'repossessions', 'reprehensible', 'reprehensibly', 'representable', 'representably', 'reproachfully', 'reproductions', 'reprogramming', 'republicanism', 'repulsiveness', 'requisitioned', 'residentially', 'resolutenesss', 'resourcefully', 'resplendences', 'resplendently', 'restauranteur', 'restaurateurs', 'restlessnesss', 'restrictively', 'restructuring', 'resurrections', 'resuscitating', 'resuscitation', 'resuscitators', 'retentiveness', 'retransmitted', 'retrenchments', 'retroactively', 'retrogressing', 'retrogression', 'retrogressive', 'retrospecting', 'retrospection', 'retrospective', 'reunification', 'reupholstered', 'reverberating', 'reverberation', 'revolutionary', 'revolutionise', 'revolutionist', 'revolutionize', 'rhododendrons', 'rickenbackers', 'righteousness', 'rightfulnesss', 'rollerskating', 'romanticising', 'romanticizing', 'rostropovichs', 'rubbernecking', 'ruthlessnesss', 'sacrificially', 'sagittariuses', 'salaciousness', 'salesmanships', 'sanctimonious', 'sarcastically', 'sarcophaguses', 'sarsaparillas', 'saskatchewans', 'satisfactions', 'scandalmonger', 'scandinavians', 'scatterbrains', 'scheherazades', 'schematically', 'schiaparellis', 'schizomycetes', 'schizophrenia', 'schizophrenic', 'schoolgirlish', 'schoolmasters', 'schoolteacher', 'scintillating', 'scintillation', 'scratchinesss', 'screenwriters', 'scriptwriters', 'secessionists', 'secretiveness', 'sectarianisms', 'sectionalisms', 'sedimentation', 'segmentations', 'seismographic', 'seismologists', 'selflessnesss', 'semiautomated', 'semiautomatic', 'semiconductor', 'semiconscious', 'semifinalists', 'semimonthlies', 'semipermanent', 'semipermeable', 'sensationally', 'senselessness', 'sensibilities', 'sensitisation', 'sensitiveness', 'sensitivities', 'sensitization', 'sensuousnesss', 'sentimentally', 'sequentiality', 'sequentialize', 'sequestration', 'serendipitous', 'serialisation', 'serialization', 'servicewomans', 'sexagenarians', 'shakespearean', 'shakespearian', 'shamefulnesss', 'shapelessness', 'sharecroppers', 'sharpshooters', 'sheepishnesss', 'shepherdesses', 'shevardnadzes', 'shiftlessness', 'shipbuildings', 'shortchanging', 'shostakovitch', 'shuffleboards', 'shuttlecocked', 'sidesplitting', 'significances', 'significantly', 'signification', 'singularities', 'situationally', 'skateboarders', 'skateboarding', 'skullduggerys', 'sledgehammers', 'sleeplessness', 'sleepwalkings', 'slipperinesss', 'slothfulnesss', 'slovenlinesss', 'sluggishnesss', 'snobbishnesss', 'snowboardings', 'socialisation', 'socialization', 'socioeconomic', 'solicitations', 'soliloquising', 'soliloquizing', 'somersaulting', 'somnambulisms', 'somnambulists', 'sophisticated', 'sophisticates', 'soundproofing', 'souphanouvong', 'southeasterly', 'southeastward', 'southwesterly', 'southwestward', 'spaciousnesss', 'spasmodically', 'specification', 'spectacularly', 'spectrography', 'spectrometric', 'spectroscopes', 'spectroscopic', 'spectroscopys', 'spermatophyte', 'spermatozoons', 'spinsterhoods', 'spiritualisms', 'spiritualists', 'spiritualitys', 'spitefulnesss', 'spokespersons', 'spontaneously', 'sportscasters', 'sportscasting', 'sportsmanlike', 'sportsmanship', 'sportswriting', 'spotlessnesss', 'sprightliness', 'spuriousnesss', 'squeamishness', 'stabilisation', 'stabilization', 'standardising', 'standardizing', 'staphylococci', 'statesmanlike', 'statesmanship', 'stationmaster', 'statistically', 'statisticians', 'statutoriness', 'steadfastness', 'steamrollered', 'steeplechases', 'stenographers', 'stepdaughters', 'steppingstone', 'stereotypical', 'sterilisation', 'sterilization', 'stoichiometry', 'straightaways', 'straightedges', 'straightening', 'straightnesss', 'straitjackets', 'strangleholds', 'strangulating', 'strangulation', 'strategically', 'stratospheres', 'stratospheric', 'streetwalkers', 'strengthening', 'strenuousness', 'streptococcal', 'streptococcus', 'streptomycins', 'structuralist', 'stubbornnesss', 'stupefactions', 'stylistically', 'subcommittees', 'subcomponents', 'subconsciouss', 'subcontinents', 'subcontracted', 'subcontractor', 'subexpression', 'subjectivitys', 'subordinating', 'subordination', 'subscriptions', 'subserviences', 'subsidisation', 'subsidization', 'substantially', 'substantiated', 'substantiates', 'substantively', 'substantivity', 'substitutable', 'substitutions', 'substructures', 'succinctnesss', 'sulfanilamide', 'summarization', 'superabundant', 'superannuated', 'superannuates', 'superchargers', 'supercharging', 'supercomputer', 'superficially', 'superfluities', 'superfluously', 'superhighways', 'superimposing', 'superintended', 'superlatively', 'supernaturals', 'supernumerary', 'superscripted', 'superstitions', 'superstitious', 'supplementary', 'supplementing', 'supplications', 'suppositories', 'supranational', 'surreptitious', 'surroundingss', 'surveillances', 'swashbucklers', 'swashbuckling', 'syllabication', 'symbolisation', 'symbolization', 'symmetrically', 'synchronising', 'synchronizers', 'synchronizing', 'synchronously', 'syntactically', 'synthetically', 'systematising', 'systematizing', 'systemization', 'tablespoonful', 'tachistoscope', 'tactlessnesss', 'tadzhikistans', 'talkativeness', 'tantalisingly', 'tantalizingly', 'tastelessness', 'taxonomically', 'technicalitys', 'technological', 'technologists', 'telecommuters', 'telecommuting', 'telemarketing', 'teletypewrite', 'televangelist', 'temperamental', 'temperateness', 'tempestuously', 'tendentiously', 'tenderhearted', 'tenochtitlans', 'tercentenarys', 'terminologies', 'terpsichorean', 'testosterones', 'tetrachloride', 'tetrafluoride', 'thankfulnesss', 'thanklessness', 'thanksgivings', 'thenceforward', 'theoretically', 'theoreticians', 'theorizations', 'therapeuticss', 'thermodynamic', 'thermoelastic', 'thermomigrate', 'thermonuclear', 'thermoplastic', 'thermosetting', 'thoroughbreds', 'thoroughfares', 'thoroughgoing', 'thoroughnesss', 'thoughtlessly', 'threateningly', 'thunderclouds', 'thunderflower', 'thundershower', 'thunderstorms', 'thunderstruck', 'thyroglobulin', 'ticketmasters', 'timelessnesss', 'tirelessnesss', 'tiresomenesss', 'togethernesss', 'tonsillectomy', 'topographical', 'topologically', 'tortoiseshell', 'totalitarians', 'toxicologists', 'tracheotomies', 'traditionally', 'tragicomedies', 'tranquilizers', 'tranquilizing', 'tranquillised', 'tranquilliser', 'tranquillises', 'tranquillitys', 'tranquillized', 'tranquillizer', 'tranquillizes', 'transatlantic', 'transcaucasia', 'transcendence', 'transcription', 'transferences', 'transfiguring', 'transformable', 'transgressing', 'transgression', 'transgressors', 'transitioning', 'translational', 'transliterate', 'translucences', 'transmigrated', 'transmigrates', 'transmissible', 'transmissions', 'transmittable', 'transmittance', 'transmutation', 'transnational', 'transparencys', 'transparently', 'transpiration', 'transplanting', 'transportable', 'transposition', 'transshipment', 'transshipping', 'transvestisms', 'transvestites', 'trapshootings', 'treacherously', 'triangulation', 'triceratopses', 'triglycerides', 'trigonometric', 'trigonometrys', 'troublemakers', 'troubleshoots', 'troublesomely', 'trustfulnesss', 'trustworthier', 'truthfulnesss', 'tuberculosiss', 'turkmenistans', 'typographical', 'tyrannosaurus', 'ujungpandangs', 'unabbreviated', 'unaccompanied', 'unaccountable', 'unaccountably', 'unadulterated', 'unambiguously', 'unanticipated', 'unappreciated', 'uncapitalized', 'unceremonious', 'uncertainties', 'uncomfortable', 'uncomfortably', 'uncomplaining', 'uncomplicated', 'unconcernedly', 'unconditional', 'unconquerable', 'unconsciously', 'unconstrained', 'uncooperative', 'uncoordinated', 'uncorrectable', 'unctuousnesss', 'underachieved', 'underachiever', 'underachieves', 'undercarriage', 'undercharging', 'underclassman', 'underclassmen', 'underclothess', 'underclothing', 'undercurrents', 'underemployed', 'underestimate', 'underexposing', 'undergarments', 'undergraduate', 'underhandedly', 'underpinnings', 'undershooting', 'understanding', 'understudying', 'undisciplined', 'unembarrassed', 'unembellished', 'unemployments', 'unenforceable', 'unenlightened', 'unequivocally', 'unexceptional', 'unfamiliarity', 'unfashionable', 'unflinchingly', 'unforeseeable', 'unforgettable', 'unforgettably', 'unfortunately', 'unfriendliest', 'ungainlinesss', 'ungentlemanly', 'ungrammatical', 'unimaginative', 'unimpeachable', 'unimplemented', 'uninformative', 'uninhabitable', 'uninitialised', 'uninitialized', 'uninstallable', 'unintelligent', 'unintentional', 'uninteresting', 'uninterpreted', 'uninterrupted', 'unionisations', 'unionizations', 'unitarianisms', 'universalitys', 'unjustifiable', 'unlikelihoods', 'unmentionable', 'unnaturalness', 'unnecessarily', 'unobtrusively', 'unpopularitys', 'unprecedented', 'unpredictable', 'unpretentious', 'unpreventable', 'unprovability', 'unqualifiedly', 'unquestioning', 'unrelentingly', 'unreliability', 'unrestrictive', 'unsatisfiable', 'unseemlinesss', 'unselfishness', 'unsentimental', 'unsightliness', 'unsteadinesss', 'unsubscribing', 'unsubstantial', 'unsupportable', 'unsympathetic', 'untimelinesss', 'untrustworthy', 'unwieldinesss', 'unwillingness', 'unworthinesss', 'upperclassman', 'upperclassmen', 'urbanisations', 'urbanizations', 'valedictorian', 'valedictories', 'vaporisations', 'vaporizations', 'vectorization', 'vegetarianism', 'ventriloquism', 'ventriloquist', 'verifiability', 'verifications', 'versification', 'veterinarians', 'victimisation', 'victimization', 'videocassette', 'vilifications', 'vindemiatrixs', 'virtuousnesss', 'visakhapatnam', 'viscountesses', 'visualisation', 'visualization', 'vituperations', 'vivaciousness', 'vocalisations', 'vocalizations', 'vociferations', 'vulcanisation', 'vulcanization', 'vulgarisation', 'vulgarization', 'vulnerability', 'wainscottings', 'warmongerings', 'washingtonian', 'wastefulnesss', 'watchfulnesss', 'waterproofing', 'weatherbeaten', 'weatherproofs', 'webmistresses', 'weightlifters', 'weightlifting', 'welterweights', 'whimsicalitys', 'whippoorwills', 'wholesomeness', 'winnipesaukee', 'wisconsinites', 'wittgensteins', 'witwatersrand', 'wonderfulness', 'woolgathering', 'worthlessness', 'wretchednesss', 'wrongfulnesss', 'wrongheadedly', 'yekaterinburg', 'yoknapatawpha', 'youthfulnesss', 'zubenelgenubi', 'abovementioned', 'abstractionism', 'abstractionist', 'abstractnesses', 'accelerometers', 'acceptabilitys', 'accessibilitys', 'accommodations', 'accompaniments', 'accomplishment', 'accountability', 'accoutermentss', 'accreditations', 'acculturations', 'acetaminophens', 'acknowledgment', 'actualisations', 'actualizations', 'acupuncturists', 'addressability', 'administerings', 'administrating', 'administration', 'administrative', 'administrators', 'administratrix', 'admissibilitys', 'advantageously', 'advertisements', 'affectionately', 'afforestations', 'aforementioned', 'agglomerations', 'agglutinations', 'aggrandisement', 'aggrandizement', 'aggressiveness', 'agribusinesses', 'agriculturally', 'alphabetically', 'altruistically', 'amateurishness', 'ambassadorship', 'ambidextrously', 'ambitiousnesss', 'amniocentesiss', 'amorphousnesss', 'amplifications', 'anaesthetising', 'anaesthetizing', 'analyticalally', 'anesthesiology', 'anesthetically', 'anthropologist', 'antidepressant', 'antihistamines', 'antihistorical', 'antiperspirant', 'antiseptically', 'antithetically', 'apologetically', 'appendectomies', 'applicabilitys', 'apportionments', 'appreciatively', 'apprehensively', 'apprenticeship', 'appropriations', 'approximations', 'arbitrarinesss', 'archaeological', 'archaeologists', 'archbishoprics', 'argumentations', 'arithmetically', 'articulateness', 'artificialitys', 'artificialness', 'assassinations', 'assemblywomans', 'assertivenesss', 'assiduousnesss', 'assistantships', 'astronomically', 'astrophysicist', 'asymmetrically', 'asymptotically', 'asynchronously', 'atrociousnesss', 'attentionality', 'attentivenesss', 'attitudinising', 'attitudinizing', 'attractiveness', 'audaciousnesss', 'auspiciousness', 'authenticating', 'authentication', 'authenticators', 'authorisations', 'authoritarians', 'authorizations', 'autobiographic', 'autobiographys', 'autocollimator', 'autocratically', 'autonavigators', 'autoregressive', 'availabilities', 'axiomatization', 'baccalaureates', 'backscattering', 'bacteriologist', 'basidiomycetes', 'beatifications', 'beautification', 'benefactresses', 'bibliographers', 'bibliographies', 'biographically', 'biotechnologys', 'bloodthirstier', 'boardinghouses', 'boisterousness', 'bouillabaisses', 'brainstormings', 'breakthroughes', 'breathlessness', 'breathtakingly', 'bremsstrahlung', 'brinksmanships', 'brobdingnagian', 'brontosauruses', 'brotherlinesss', 'bulletproofing', 'burglarproofed', 'businesswomans', 'butterfingerss', 'camelopardalis', 'canonicalizing', 'cantankerously', 'capaciousnesss', 'capitalisation', 'capitalization', 'capriciousness', 'carboniferouss', 'cardiovascular', 'categorisation', 'categorization', 'centralisation', 'centralization', 'ceremonialness', 'certifications', 'chandrasekhars', 'chappaquiddick', 'characterising', 'characteristic', 'characterizers', 'characterizing', 'charitableness', 'charlottetowns', 'chateaubriands', 'chattahoochees', 'cheerlessnesss', 'childlessnesss', 'chivalrousness', 'cholinesterase', 'choreographers', 'choreographing', 'christianities', 'chromatography', 'chrysanthemums', 'cinematography', 'circumferences', 'circumlocution', 'circumnavigate', 'circumscribing', 'circumspection', 'circumstancing', 'circumstantial', 'circumventable', 'circumventions', 'clarifications', 'classification', 'classificatory', 'claustrophobia', 'claustrophobic', 'clearinghouses', 'coincidentally', 'collaborations', 'collectivising', 'collectivizing', 'colloquialisms', 'combustibility', 'comfortability', 'commemorations', 'commercialised', 'commercialises', 'commercialisms', 'commercialized', 'commercializes', 'commercialness', 'commiserations', 'committeewoman', 'committeewomen', 'communications', 'companionships', 'comparabilitys', 'compatibilitys', 'comprehensible', 'comprehensions', 'comprehensives', 'compromisingly', 'compulsiveness', 'concatenations', 'concentrations', 'concentrically', 'conceptualised', 'conceptualises', 'conceptualized', 'conceptualizes', 'concertmasters', 'concessionaire', 'condescensions', 'confectionerys', 'confederations', 'confidentially', 'configurations', 'conflagrations', 'confrontations', 'conglomerating', 'conglomeration', 'congratulating', 'congratulation', 'congratulatory', 'congregational', 'congresswomans', 'conjunctivitis', 'conquistadores', 'consanguineous', 'consanguinitys', 'consciousnesss', 'conservatively', 'conservatories', 'considerations', 'consolidations', 'conspiratorial', 'constabularies', 'constantinople', 'constellations', 'consternations', 'constituencies', 'constitutional', 'constructively', 'contaminations', 'contemplations', 'contemplatives', 'contemporaries', 'contemptuously', 'contentednesss', 'contortionists', 'contraceptions', 'contraceptives', 'contradictions', 'contradistinct', 'contrapositive', 'contraventions', 'contributorily', 'controvertible', 'convalescences', 'conventionally', 'conversational', 'convertibility', 'correspondence', 'correspondents', 'corroborations', 'cosmetologists', 'counteractions', 'counterattacks', 'counterbalance', 'counterclaimed', 'counterculture', 'counterexample', 'counterfeiters', 'counterfeiting', 'countermanding', 'countermeasure', 'countersigning', 'countersinking', 'counterweights', 'courteousnesss', 'craftsmanships', 'criminologists', 'cryptographers', 'customizations', 'czechoslovakia', 'daguerreotyped', 'daguerreotypes', 'dauntlessnesss', 'decaffeinating', 'deceitfulnesss', 'decentralising', 'decentralizing', 'deceptivenesss', 'decolonisation', 'decolonization', 'decommissioned', 'decompositions', 'decompressions', 'deconstruction', 'decontaminated', 'decontaminates', 'decriminalised', 'decriminalises', 'decriminalized', 'decriminalizes', 'defenestrating', 'defenestration', 'defensivenesss', 'deforestations', 'dehumanisation', 'dehumanization', 'deliberateness', 'deliciousnesss', 'demilitarising', 'demilitarizing', 'demobilisation', 'demobilization', 'democratically', 'demonstrations', 'demonstratives', 'demoralisation', 'demoralization', 'denominational', 'denotationally', 'dependabilitys', 'depoliticising', 'depoliticizing', 'dermatologists', 'desegregations', 'deteriorations', 'determinations', 'detoxification', 'diagnosticians', 'diffeomorphism', 'differentiable', 'differentiated', 'differentiates', 'diffractometer', 'dimensionality', 'diplomatically', 'directionality', 'disadvantaging', 'disambiguating', 'disambiguation', 'disappearances', 'disappointment', 'disapprobation', 'disapprovingly', 'disarrangement', 'disassociating', 'discernibility', 'disciplinarian', 'discolorations', 'discolouration', 'discombobulate', 'disconnectedly', 'disconnections', 'disconsolately', 'discontentedly', 'discontentment', 'discontinuance', 'discontinuitys', 'discountenance', 'discouragement', 'discouragingly', 'discourteously', 'discriminating', 'discrimination', 'discriminatory', 'disembarkation', 'disembowelling', 'disenchantment', 'disencumbering', 'disenfranchise', 'disengagements', 'disestablished', 'disestablishes', 'disfigurements', 'disfranchising', 'disillusioning', 'disinclination', 'disinformation', 'disintegrating', 'disintegration', 'dismemberments', 'disorderliness', 'disorientation', 'disparagements', 'dispossessions', 'disproportions', 'disseminations', 'dissimilaritys', 'dissimulations', 'dissolutenesss', 'distinguishing', 'distributional', 'distributivity', 'dnepropetrovsk', 'documentations', 'domestications', 'draftsmanships', 'dramatisations', 'dramatizations', 'eccentricities', 'ecclesiastical', 'editorialising', 'editorializing', 'effectivenesss', 'effervescences', 'effortlessness', 'egalitarianism', 'elaboratenesss', 'electioneering', 'electricalness', 'electrocutions', 'electromagnets', 'electronically', 'electroplating', 'embarrassingly', 'embarrassments', 'embellishments', 'emulsification', 'encapsulations', 'encouragements', 'encyclopaedias', 'enlightenments', 'entertainingly', 'entertainments', 'establishments', 'evenhandedness', 'exclusivenesss', 'excommunicated', 'excommunicates', 'excruciatingly', 'exhibitionisms', 'exhibitionists', 'existentialism', 'existentialist', 'expansivenesss', 'expectorations', 'experimentally', 'explosivenesss', 'exponentiating', 'exponentiation', 'expostulations', 'expressibility', 'expressionisms', 'expressionists', 'expressionless', 'expressiveness', 'expropriations', 'extemporaneous', 'extensivenesss', 'exterminations', 'extinguishable', 'extraneousness', 'extrapolations', 'facetiousnesss', 'factorizations', 'faithlessnesss', 'falsifications', 'farsightedness', 'fastidiousness', 'featherbedding', 'featherweights', 'ferociousnesss', 'ferromagnetism', 'fertilisations', 'fertilizations', 'fictionalising', 'fictionalizing', 'fingerprinting', 'finnbogadottir', 'flabbergasting', 'foolhardinesss', 'foreknowledges', 'foreshortening', 'forgetfulnesss', 'formalisations', 'formalizations', 'forthrightness', 'fortifications', 'fossilisations', 'fossilizations', 'fragmentations', 'fraternisation', 'fraternization', 'fredericksburg', 'fruitlessnesss', 'fundamentalism', 'fundamentalist', 'garrulousnesss', 'generalisation', 'generalissimos', 'generalization', 'gentrification', 'geographically', 'gerontologists', 'gerrymandering', 'gesticulations', 'glorifications', 'governmentally', 'gracelessnesss', 'granddaughters', 'grandfathering', 'grandiloquence', 'gratifications', 'gratuitousness', 'gregariousness', 'groundbreaking', 'gynaecological', 'gynaecologists', 'haberdasheries', 'haematologists', 'hairsplittings', 'hallucinations', 'hallucinogenic', 'handicraftsman', 'handicraftsmen', 'handkerchieves', 'hardheadedness', 'harmoniousness', 'harmonisations', 'harmonizations', 'headmistresses', 'healthfulnesss', 'heartlessnesss', 'hermaphrodites', 'hermaphroditic', 'hermaphroditus', 'heterogeneitys', 'hierarchically', 'hippopotamuses', 'histochemistry', 'historiography', 'homeomorphisms', 'homogenisation', 'homogenization', 'homosexualitys', 'horticulturist', 'hotheadednesss', 'housebreakings', 'housecleanings', 'humidification', 'humorlessnesss', 'humourlessness', 'hundredweights', 'hydrochemistry', 'hyperactivitys', 'hypersensitive', 'hyperventilate', 'hypoallergenic', 'hypochondriacs', 'hypocritically', 'hypothetically', 'hysterectomies', 'idealistically', 'identification', 'idiosyncrasies', 'illegitimately', 'illustratively', 'immaculateness', 'immobilisation', 'immobilization', 'impeccabilitys', 'imperiousnesss', 'impersonations', 'implacabilitys', 'implausibility', 'implementation', 'impolitenesses', 'impossibilitys', 'impoverishment', 'impracticality', 'impregnability', 'impressionable', 'impressionisms', 'impressionists', 'impressiveness', 'improbabilitys', 'improvisations', 'impulsivenesss', 'inadequateness', 'inapproachable', 'inarticulately', 'incandescences', 'incapacitating', 'incarcerations', 'incommensurate', 'incommunicable', 'incompleteness', 'incompressible', 'inconclusively', 'inconsiderable', 'inconsistencys', 'inconsistently', 'incontrollable', 'inconvenienced', 'inconveniences', 'inconveniently', 'incorporations', 'incorrectnesss', 'incredibilitys', 'incriminations', 'indecipherable', 'indecisiveness', 'indecomposable', 'indefiniteness', 'indestructible', 'indestructibly', 'indeterminable', 'indeterminacys', 'indigenousness', 'indiscoverable', 'indiscriminate', 'indispensables', 'indispositions', 'indistinctness', 'individualised', 'individualises', 'individualisms', 'individualists', 'individualitys', 'individualized', 'individualizes', 'indivisibility', 'indoctrinating', 'indoctrination', 'industrialised', 'industrialises', 'industrialisms', 'industrialists', 'industrialized', 'industrializes', 'inefficiencies', 'ineligibilitys', 'inevitabilitys', 'infallibilitys', 'infectiousness', 'infinitesimals', 'inflexibilitys', 'inflorescences', 'infrastructure', 'ingenuousnesss', 'ingratiatingly', 'initialisation', 'initialization', 'innumerability', 'insensibilitys', 'insensitivitys', 'inseparability', 'insidiousnesss', 'insignificance', 'instantiations', 'instrumentally', 'insufficiencys', 'insufficiently', 'insuppressible', 'insurmountable', 'intellectually', 'intelligentsia', 'interchangings', 'interconnected', 'interdependent', 'interferometer', 'interferometry', 'intermarriages', 'intermediaries', 'intermittently', 'internationale', 'internationals', 'interplanetary', 'interpolations', 'interpositions', 'interpretation', 'interpretative', 'interpretively', 'interrelations', 'interrogations', 'interrogatives', 'interrogatorys', 'intractability', 'intramolecular', 'intransigences', 'intransitively', 'introspections', 'inventivenesss', 'investigations', 'invincibilitys', 'inviolabilitys', 'irrationalitys', 'irreconcilable', 'irregularities', 'irreproachable', 'irreproducible', 'irrespectively', 'isomorphically', 'judiciousnesss', 'jurisdictional', 'jurisprudences', 'justifications', 'juxtapositions', 'kindergartener', 'knickerbockers', 'kremlinologist', 'lasciviousness', 'laughingstocks', 'lexicographers', 'liberalisation', 'liberalization', 'licentiousness', 'liechtensteins', 'lightheartedly', 'linguistically', 'litigiousnesss', 'loathsomenesss', 'longitudinally', 'ludicrousnesss', 'lugubriousness', 'luxuriousnesss', 'macroeconomics', 'macromolecular', 'macromolecules', 'macroprocessor', 'macrostructure', 'magnetisations', 'magnetizations', 'magnifications', 'maladjustments', 'malfunctioning', 'manageabilitys', 'manageableness', 'manifestations', 'manipulability', 'manufacturings', 'marketabilitys', 'mathematically', 'mathematicians', 'matriculations', 'meaningfulness', 'mechanisations', 'mechanizations', 'mediterraneans', 'melodiousnesss', 'mephistopheles', 'mercurochromes', 'mesdemoiselles', 'messerschmidts', 'metallizations', 'metamorphosing', 'metamorphosiss', 'metaphorically', 'metaphysically', 'meteorological', 'meteorologists', 'methodicalness', 'methodological', 'methodologists', 'meticulousness', 'microbiologist', 'microcomputers', 'microeconomics', 'microorganisms', 'microprocessor', 'militarisation', 'militarization', 'millivoltmeter', 'mindbogglingly', 'misanthropists', 'misapplication', 'misapprehended', 'misappropriate', 'miscalculating', 'miscalculation', 'miscegenations', 'misconceptions', 'misidentifying', 'misinformation', 'misinterpreted', 'mismanagements', 'mispronouncing', 'misrepresented', 'mississippians', 'misunderstands', 'modernisations', 'modernizations', 'modularization', 'mohammedanisms', 'mollifications', 'momentousnesss', 'monocotyledons', 'mononucleosiss', 'monopolisation', 'monopolization', 'monotonousness', 'morphophonemic', 'mortifications', 'motionlessness', 'mountaineering', 'muhammadanisms', 'multinationals', 'multiplication', 'multiplicative', 'multiplicities', 'multiprocessor', 'mummifications', 'municipalities', 'mysteriousness', 'mystifications', 'naturalisation', 'naturalization', 'nebuchadnezzar', 'nefariousnesss', 'neighborliness', 'neighbourhoods', 'neoclassicisms', 'neocolonialism', 'neuropathology', 'neutralisation', 'neutralization', 'newspaperwoman', 'newspaperwomen', 'niggardlinesss', 'nitroglycerine', 'nitroglycerins', 'noiselessnesss', 'noncommercials', 'noncommittally', 'noncompetitive', 'noncompliances', 'nonconformists', 'nonconformitys', 'noncooperation', 'nondeductibles', 'nondeterminacy', 'nondeterminate', 'nondeterminism', 'noninteracting', 'nonlinearities', 'nonrestrictive', 'nonreturnables', 'nonspecialists', 'nonterminating', 'nontermination', 'normalisations', 'normalizations', 'northumberland', 'nullifications', 'objectivenesss', 'obliviousnesss', 'obsequiousness', 'obstructionist', 'obtrusivenesss', 'occupationally', 'oceanographers', 'offensivenesss', 'officiousnesss', 'oleomargarines', 'ophthalmologys', 'optimistically', 'optoelectronic', 'orchestrations', 'organisational', 'organizational', 'organometallic', 'ornamentations', 'ornithologists', 'orthophosphate', 'ostentatiously', 'outmaneuvering', 'outmanoeuvring', 'outspokennesss', 'overabundances', 'overcompensate', 'overemphasised', 'overemphasises', 'overemphasized', 'overemphasizes', 'overestimating', 'overestimation', 'overindulgence', 'overpopulating', 'overpopulation', 'overproduction', 'overprotective', 'oversimplified', 'oversimplifies', 'overspecialise', 'overspecialize', 'overstatements', 'overwhelmingly', 'paediatricians', 'palaeontologys', 'paleontologist', 'paralinguistic', 'parallelepiped', 'parallelograms', 'parameterizing', 'paramilitaries', 'paraphernalias', 'parapsychology', 'parenthesising', 'parenthesizing', 'participations', 'particularised', 'particularises', 'particularitys', 'particularized', 'particularizes', 'pasteurisation', 'pasteurization', 'pathologically', 'pedestrianised', 'pedestrianises', 'pedestrianized', 'pedestrianizes', 'penitentiaries', 'pennsylvanians', 'perceptiveness', 'percussionists', 'peregrinations', 'perfectionisms', 'perfectionists', 'permissibility', 'permissiveness', 'perpendiculars', 'persuasiveness', 'petrochemicals', 'phantasmagoria', 'pharmaceutical', 'pharmacologist', 'pharmacopoeias', 'phenobarbitals', 'philanthropies', 'philanthropist', 'philosophising', 'philosophizers', 'philosophizing', 'phlegmatically', 'phosphorescent', 'photosensitive', 'photosynthesis', 'physiochemical', 'physiotherapys', 'pointlessnesss', 'poliomyelitiss', 'polymerisation', 'polymerization', 'polysaccharide', 'popularisation', 'popularization', 'possessiveness', 'postmistresses', 'potentialities', 'potentiometers', 'powerlessnesss', 'practicability', 'practicalities', 'prearrangement', 'precariousness', 'precipitations', 'precociousness', 'preconceptions', 'preconditioned', 'predefinitions', 'predestination', 'predetermining', 'predictability', 'predisposition', 'prefabricating', 'prefabrication', 'preferentially', 'preinitialized', 'preinitializes', 'premeditations', 'preoccupations', 'preponderances', 'preponderating', 'preposterously', 'preregistering', 'presentational', 'pressurisation', 'pressurization', 'prestidigitate', 'presumptuously', 'presupposition', 'prevarications', 'primogenitures', 'principalities', 'privatisations', 'privatizations', 'procrastinated', 'procrastinates', 'procrastinator', 'productiveness', 'professionally', 'professorships', 'profitabilitys', 'prognosticated', 'prognosticates', 'prognosticator', 'prohibitionist', 'projectionists', 'proliferations', 'pronouncements', 'pronunciations', 'propagandising', 'propagandizing', 'proportionally', 'proportionment', 'propositioning', 'proprietorship', 'proprietresses', 'proprioception', 'proprioceptive', 'protectiveness', 'protestantisms', 'prototypically', 'providentially', 'provincialisms', 'psychoacoustic', 'psychoanalysed', 'psychoanalyses', 'psychoanalysis', 'psychoanalysts', 'psychoanalytic', 'psychoanalyzed', 'psychoanalyzes', 'psychophysical', 'psychotherapys', 'pulverisations', 'pulverizations', 'pusillanimitys', 'quadrilaterals', 'quadruplicated', 'quadruplicates', 'qualifications', 'quantification', 'quantitatively', 'quarterbacking', 'quartermasters', 'questionnaires', 'quintessential', 'radioactivitys', 'radioastronomy', 'radiochemistry', 'radiosterilize', 'radiotelegraph', 'radiotelephone', 'radiotherapist', 'rapaciousnesss', 'rapprochements', 'reabbreviating', 'reappointments', 'reapportioning', 'rearrangements', 'reasonableness', 'rebelliousness', 'rebroadcasting', 'recalcitrances', 'recalculations', 'recapitulating', 'recapitulation', 'receptivenesss', 'reciprocations', 'recommendation', 'reconciliation', 'reconditioning', 'reconfigurable', 'reconnaissance', 'reconnoitering', 'reconstituting', 'reconstructing', 'reconstruction', 'recriminations', 'recrudescences', 'rectifications', 'redevelopments', 'redistributing', 'redistribution', 'reestablishing', 'referentiality', 'reforestations', 'refrigerations', 'refurbishments', 'regimentations', 'regurgitations', 'rehabilitating', 'rehabilitation', 'reimbursements', 'reincarnations', 'reinforcements', 'reinstatements', 'reinterpreting', 'relentlessness', 'relinquishment', 'remarkableness', 'reorganisation', 'reorganization', 'repetitiveness', 'replenishments', 'representation', 'representative', 'republicanisms', 'repulsivenesss', 'requisitioning', 'respectability', 'respectfulness', 'responsibility', 'responsiveness', 'restauranteurs', 'restructurings', 'resuscitations', 'retentivenesss', 'retransmission', 'retransmitting', 'retrogressions', 'retrospections', 'retrospectives', 'reunifications', 'reupholstering', 'reverberations', 'revitalisation', 'revitalization', 'revivification', 'revolutionarys', 'revolutionised', 'revolutionises', 'revolutionists', 'revolutionized', 'revolutionizer', 'revolutionizes', 'ridiculousness', 'righteousnesss', 'rollerskatings', 'salaciousnesss', 'sanctification', 'satisfactorily', 'satisfiability', 'scandalmongers', 'scatterbrained', 'schizophrenias', 'schizophrenics', 'scholastically', 'schoolchildren', 'schoolmistress', 'schoolteachers', 'schwarzenegger', 'scientifically', 'scintillations', 'secretivenesss', 'secularisation', 'secularization', 'sedimentations', 'segregationist', 'semiautomatics', 'semiconductors', 'sensationalism', 'sensationalist', 'senselessnesss', 'sensitisations', 'sensitivenesss', 'sensitizations', 'sentimentalise', 'sentimentalism', 'sentimentalist', 'sentimentality', 'sentimentalize', 'septuagenarian', 'sequentialized', 'sequentializes', 'sequestrations', 'serialisations', 'serializations', 'servomechanism', 'shapelessnesss', 'shiftlessnesss', 'shortsightedly', 'shostakovitchs', 'shuttlecocking', 'significations', 'simplification', 'simultaneously', 'skateboardings', 'slaughterhouse', 'sledgehammered', 'sleeplessnesss', 'socialisations', 'socializations', 'sociologically', 'solidification', 'sophisticating', 'sophistication', 'souphanouvongs', 'specialisation', 'specialization', 'specifications', 'speechlessness', 'spiritualistic', 'sportsmanships', 'sprightlinesss', 'squeamishnesss', 'stabilisations', 'stabilizations', 'staphylococcus', 'statesmanships', 'statuesqueness', 'steadfastnesss', 'steamrollering', 'steppingstones', 'sterilisations', 'sterilizations', 'stochastically', 'stoichiometric', 'straightjacket', 'straitjacketed', 'strangulations', 'stratification', 'strenuousnesss', 'streptococcuss', 'stultification', 'subcomputation', 'subconsciously', 'subcontracting', 'subcontractors', 'subexpressions', 'subordinations', 'subsidisations', 'subsidizations', 'substantiating', 'substantiation', 'summarizations', 'superabundance', 'superannuating', 'supercomputers', 'superconductor', 'superficiality', 'superintendent', 'superintending', 'supernumerarys', 'superscripting', 'superstructure', 'susceptibility', 'swashbucklings', 'syllabications', 'symbolisations', 'symbolizations', 'sympathizingly', 'systematically', 'tablespoonfuls', 'tablespoonsful', 'talkativenesss', 'tastelessnesss', 'tautologically', 'technicalities', 'telecommutings', 'teleconference', 'telemarketings', 'teleologically', 'telepathically', 'teleprocessing', 'teletypewriter', 'televangelists', 'tercentenaries', 'terminological', 'tetrafluouride', 'thermodynamics', 'thermoelectric', 'thermoplastics', 'thoughtfulness', 'thundershowers', 'tonsillectomys', 'tortoiseshells', 'traditionalist', 'tranquillisers', 'tranquillising', 'tranquillizers', 'tranquillizing', 'transcendences', 'transcendental', 'transcriptions', 'transformation', 'transgressions', 'transitiveness', 'transliterated', 'transliterates', 'transmigrating', 'transmigration', 'transmutations', 'transnationals', 'transparencies', 'transpirations', 'transportation', 'transpositions', 'transshipments', 'triangulations', 'troubleshooted', 'troubleshooter', 'trustworthiest', 'tyrannosauruss', 'ultrasonically', 'ultrastructure', 'unacknowledged', 'unaffectedness', 'unalienability', 'unappreciative', 'unapproachable', 'unattractively', 'unavailability', 'uncompromising', 'unconscionable', 'unconscionably', 'uncontaminated', 'uncontrollable', 'uncontrollably', 'unconventional', 'unconvincingly', 'uncorroborated', 'undecipherable', 'undecomposable', 'undefinability', 'underachievers', 'underachieving', 'undercarriages', 'underclassmans', 'underclothings', 'underdeveloped', 'underestimated', 'underestimates', 'undergraduates', 'undernourished', 'undersecretary', 'understandable', 'understandably', 'understandings', 'understatement', 'undesirability', 'unenlightening', 'unenthusiastic', 'unfaithfulness', 'unfamiliaritys', 'unfriendliness', 'ungratefulness', 'unhesitatingly', 'unidentifiable', 'unidimensional', 'unidirectional', 'unilluminating', 'unintelligible', 'unintelligibly', 'unmentionables', 'unpleasantness', 'unpremeditated', 'unprofessional', 'unquestionable', 'unquestionably', 'unrecognisable', 'unrecognizable', 'unrestrictedly', 'unsatisfactory', 'unscrupulously', 'unselfishnesss', 'unsightlinesss', 'unsuccessfully', 'unsurprisingly', 'unsynchronized', 'untruthfulness', 'unwillingnesss', 'upperclassmans', 'utilitarianism', 'valedictorians', 'vegetarianisms', 'ventriloquisms', 'ventriloquists', 'verisimilitude', 'versifications', 'victimisations', 'victimizations', 'videocassettes', 'villainousness', 'vindictiveness', 'visualisations', 'visualizations', 'vivaciousnesss', 'voluptuousness', 'vulcanisations', 'vulcanizations', 'vulgarisations', 'vulgarizations', 'vulnerabilitys', 'walpurgisnacht', 'washingtonians', 'waterproofings', 'weatherproofed', 'weightlessness', 'weightliftings', 'whippersnapper', 'wholeheartedly', 'wholesomenesss', 'wollstonecraft', 'woolgatherings', 'worcestershire', 'worthlessnesss', 'worthwhileness', 'yoknapatawphas', 'zoroastrianism', 'zubenelgenubis', 'zubeneschamali', 'acclimatisation', 'acclimatization', 'accomplishments', 'accountabilitys', 'acknowledgeable', 'acknowledgement', 'acknowledgments', 'acquisitiveness', 'administrations', 'aerodynamically', 'aggrandisements', 'aggrandizements', 'aggressivenesss', 'agriculturalist', 'algorithmically', 'ambassadorships', 'americanisation', 'americanization', 'anaesthesiology', 'anesthesiologys', 'anthropocentric', 'anthropological', 'anthropologists', 'anthropomorphic', 'anticoagulation', 'anticompetitive', 'antidepressants', 'antiperspirants', 'apprenticeships', 'approachability', 'appropriateness', 'architecturally', 'articulatenesss', 'artificialities', 'astrophysicists', 'atherosclerosis', 'atmospherically', 'attractivenesss', 'auspiciousnesss', 'authentications', 'authoritatively', 'autobiographies', 'autocorrelation', 'autosuggestible', 'autotransformer', 'axiomatizations', 'bacteriological', 'bacteriologists', 'beautifications', 'bibliographical', 'blasphemousness', 'bloodthirstiest', 'boisterousnesss', 'breathlessnesss', 'burglarproofing', 'capitalisations', 'capitalizations', 'capriciousnesss', 'cardiopulmonary', 'categorisations', 'categorizations', 'centralisations', 'centralizations', 'chappaquiddicks', 'characteristics', 'characterizable', 'charlottesville', 'chloroplatinate', 'chronologically', 'cinematographer', 'cinematographys', 'circumferential', 'circumlocutions', 'circumnavigated', 'circumnavigates', 'circumscription', 'circumspections', 'classifications', 'claustrophobias', 'combinatorially', 'combustibilitys', 'commercialising', 'commercializing', 'compassionately', 'compatibilities', 'competitiveness', 'complementarity', 'complementation', 'comprehensively', 'compulsivenesss', 'computationally', 'computerisation', 'computerization', 'conceptualising', 'conceptualizing', 'concessionaires', 'condescendingly', 'confectioneries', 'confidentiality', 'confrontational', 'conglomerations', 'congratulations', 'congressionally', 'conjunctivitiss', 'conscientiously', 'consciousnesses', 'conservationist', 'constantinoples', 'constitutionals', 'contemporaneous', 'contrapositives', 'controllability', 'controversially', 'conventionality', 'correspondences', 'correspondingly', 'counterargument', 'counterattacked', 'counterbalanced', 'counterbalances', 'counterclaiming', 'countercultures', 'counterexamples', 'countermeasures', 'counterpointing', 'counterproposal', 'crystallisation', 'crystallization', 'crystallography', 'czechoslovakian', 'czechoslovakias', 'daguerreotyping', 'decolonisations', 'decolonizations', 'decommissioning', 'decomposability', 'deconstructions', 'decontaminating', 'decontamination', 'decriminalising', 'decriminalizing', 'dehumanisations', 'dehumanizations', 'demagnetisation', 'demagnetization', 'demobilisations', 'demobilizations', 'democratisation', 'democratization', 'demographically', 'demonstratively', 'demoralisations', 'demoralizations', 'departmentalise', 'departmentalize', 'desensitisation', 'desensitization', 'destructiveness', 'detoxifications', 'differentiating', 'differentiation', 'differentiators', 'disadvantageous', 'disambiguations', 'disappointingly', 'disappointments', 'disapprobations', 'disarrangements', 'disciplinarians', 'discolourations', 'discombobulated', 'discombobulates', 'disconcertingly', 'discontentments', 'discontinuances', 'discontinuation', 'discontinuities', 'discountenanced', 'discountenances', 'discouragements', 'discriminations', 'disembarkations', 'disenchantments', 'disenfranchised', 'disenfranchises', 'disentanglement', 'disestablishing', 'disillusionment', 'disinclinations', 'disinformations', 'disintegrations', 'disinterestedly', 'disorderlinesss', 'disorganisation', 'disorganization', 'disorientations', 'dispassionately', 'disrespectfully', 'dissatisfaction', 'dissimilarities', 'distinctiveness', 'distinguishable', 'diversification', 'draughtsmanship', 'egalitarianisms', 'electrification', 'electrodynamics', 'electromagnetic', 'electrophoresis', 'emulsifications', 'enfranchisement', 'entrepreneurial', 'environmentally', 'epistemological', 'euphemistically', 'excommunicating', 'excommunication', 'exemplification', 'existentialisms', 'existentialists', 'experimentation', 'exponentiations', 'expressivenesss', 'extracurricular', 'extralinguistic', 'extraordinarily', 'familiarisation', 'familiarization', 'farsightednesss', 'fastidiousnesss', 'featherbeddings', 'finnbogadottirs', 'flibbertigibbet', 'forthrightnesss', 'fraternisations', 'fraternizations', 'functionalities', 'fundamentalisms', 'fundamentalists', 'generalisations', 'generalizations', 'gentrifications', 'gerrymanderings', 'grandiloquences', 'gregariousnesss', 'groundbreakings', 'halfheartedness', 'hallucinogenics', 'hardheadednesss', 'hardheartedness', 'harmoniousnesss', 'heterogeneously', 'heterosexuality', 'heterostructure', 'homogeneousness', 'homogenisations', 'homogenizations', 'horticulturists', 'hospitalisation', 'hospitalization', 'huitzilopotchli', 'humanitarianism', 'humourlessnesss', 'hypercritically', 'hyperventilated', 'hyperventilates', 'identifications', 'illustriousness', 'immaculatenesss', 'immobilisations', 'immobilizations', 'impecuniousness', 'impenetrability', 'implausibilitys', 'implementations', 'impossibilities', 'impoverishments', 'impracticalitys', 'impregnabilitys', 'impressionistic', 'impressivenesss', 'improbabilities', 'improvisational', 'inaccessibility', 'inadmissibility', 'inappropriately', 'incommensurable', 'incompatibility', 'incomprehension', 'inconsequential', 'inconsiderately', 'inconsistencies', 'inconspicuously', 'inconveniencing', 'incorrigibility', 'indecisivenesss', 'indemnification', 'indeterminacies', 'indeterminately', 'indistinctnesss', 'individualising', 'individualistic', 'individualizing', 'indivisibilitys', 'indoctrinations', 'industrialising', 'industrializing', 'industriousness', 'ineffectiveness', 'inevitabilities', 'infectiousnesss', 'infinitesimally', 'infrastructures', 'inhomogeneities', 'initializations', 'inquisitiveness', 'inseparabilitys', 'insignificances', 'insignificantly', 'instantaneously', 'institutionally', 'instrumentalist', 'instrumentality', 'instrumentation', 'insubordination', 'insurrectionist', 'intellectualise', 'intellectualism', 'intellectualize', 'intelligentsias', 'intelligibility', 'intensification', 'interchangeable', 'interchangeably', 'intercollegiate', 'interconnecting', 'interconnection', 'interdependence', 'interdependency', 'interferometric', 'internationales', 'internationally', 'interpretations', 'interrogatories', 'interscholastic', 'intractabilitys', 'intradepartment', 'invulnerability', 'jurisprudential', 'kindergarteners', 'lackadaisically', 'lasciviousnesss', 'levelheadedness', 'lexicographical', 'liberalisations', 'liberalizations', 'licentiousnesss', 'lugubriousnesss', 'maintainability', 'maneuverability', 'manoeuvrability', 'materialisation', 'materialization', 'meaninglessness', 'meritoriousness', 'metacircularity', 'meticulousnesss', 'microbiologists', 'microeconomicss', 'microprocessing', 'microprocessors', 'microprogrammed', 'microscopically', 'militarisations', 'militarizations', 'miniaturisation', 'miniaturization', 'misapplications', 'misapprehending', 'misapprehension', 'misappropriated', 'misappropriates', 'miscalculations', 'miscellaneously', 'mischievousness', 'misconstruction', 'misinformations', 'misinterpreting', 'misrepresenting', 'misunderstander', 'monopolisations', 'monopolizations', 'mountaineerings', 'multiplications', 'multiplicatives', 'multiprocessing', 'multiprocessors', 'multiprogrammed', 'mysteriousnesss', 'nationalisation', 'nationalization', 'naturalisations', 'naturalizations', 'nearsightedness', 'neighborlinesss', 'neighbourliness', 'neocolonialisms', 'neoconservative', 'netzahualcoyotl', 'neurophysiology', 'neutralisations', 'neutralizations', 'newspaperwomans', 'nitroglycerines', 'nonconservative', 'noncooperations', 'nongovernmental', 'noninterference', 'nonintervention', 'nonprescription', 'nonprocedurally', 'nonprofessional', 'nonprogrammable', 'nontransferable', 'notwithstanding', 'nullstellensatz', 'obsequiousnesss', 'obstructionists', 'obstructiveness', 'ophthalmologist', 'overcompensated', 'overcompensates', 'overemphasising', 'overemphasizing', 'overindulgences', 'overpopulations', 'overproductions', 'oversimplifying', 'overspecialised', 'overspecialises', 'overspecialized', 'overspecializes', 'palaeontologist', 'paleontologists', 'parameterizable', 'parapsychologys', 'parasympathetic', 'parenthetically', 'parliamentarian', 'parthenogenesis', 'particularising', 'particularities', 'particularizing', 'pasteurisations', 'pasteurizations', 'pedestrianising', 'pedestrianizing', 'perceptivenesss', 'permissivenesss', 'perpendicularly', 'personalization', 'personification', 'persuasivenesss', 'pessimistically', 'phantasmagorias', 'pharmaceuticals', 'pharmacologists', 'phenomenologies', 'philanthropists', 'philosophically', 'phosphorescence', 'photojournalism', 'photojournalist', 'photosynthesiss', 'phototypesetter', 'physiologically', 'physiotherapist', 'picturesqueness', 'plainclothesman', 'plainclothesmen', 'plenipotentiary', 'polymerisations', 'polymerizations', 'polyunsaturated', 'popularisations', 'popularizations', 'possessivenesss', 'practicabilitys', 'prearrangements', 'precipitateness', 'precociousnesss', 'preconditioning', 'predestinations', 'predispositions', 'prefabrications', 'preinitializing', 'preregistration', 'presbyterianism', 'pressurisations', 'pressurizations', 'presuppositions', 'pretentiousness', 'problematically', 'procrastinating', 'procrastination', 'procrastinators', 'productivenesss', 'professionalism', 'prognosticating', 'prognostication', 'prognosticators', 'programmability', 'prohibitionists', 'proportionality', 'proportionately', 'propositionally', 'proprietorships', 'protectivenesss', 'psychoanalysing', 'psychoanalysiss', 'psychoanalyzing', 'psychologically', 'psychotherapies', 'psychotherapist', 'quadruplicating', 'quantifications', 'quasicontinuous', 'quasistationary', 'radiotelephones', 'radiotherapists', 'rationalisation', 'rationalization', 'reapportionment', 'reasonablenesss', 'rebelliousnesss', 'recapitulations', 'recognizability', 'recommendations', 'reconciliations', 'reconfiguration', 'reconnaissances', 'reconsideration', 'reconstructions', 'redistributions', 'rehabilitations', 'relentlessnesss', 'relinquishments', 'reorganisations', 'reorganizations', 'representations', 'representatives', 'reproducibility', 'resourcefulness', 'respectabilitys', 'responsibilitys', 'responsibleness', 'responsivenesss', 'retransmissions', 'retrospectively', 'revitalisations', 'revitalizations', 'revivifications', 'revolutionaries', 'revolutionising', 'revolutionizing', 'ridiculousnesss', 'rumpelstiltskin', 'sanctifications', 'sanctimoniously', 'schoolmistresss', 'schwarzeneggers', 'secularisations', 'secularizations', 'segregationists', 'semipermanently', 'sensationalisms', 'sensationalists', 'sentimentalised', 'sentimentalises', 'sentimentalisms', 'sentimentalists', 'sentimentalitys', 'sentimentalized', 'sentimentalizes', 'septuagenarians', 'sequentializing', 'servomechanisms', 'simplifications', 'slaughterhouses', 'sledgehammering', 'solidifications', 'sophistications', 'specialisations', 'specializations', 'standardisation', 'standardization', 'staphylococcuss', 'straightforward', 'straightjackets', 'straitjacketing', 'stratifications', 'stultifications', 'subcomputations', 'substantiations', 'substitutionary', 'superabundances', 'superconductors', 'superficialitys', 'superintendence', 'superintendency', 'superintendents', 'supernumeraries', 'superstitiously', 'superstructures', 'surreptitiously', 'susceptibilitys', 'syllabification', 'sympathetically', 'synchronisation', 'synchronization', 'technologically', 'telecommunicate', 'teleconferenced', 'teleconferences', 'telephotography', 'teletypesetting', 'teletypewriters', 'temperamentally', 'tempestuousness', 'tendentiousness', 'therapeutically', 'thermodynamicss', 'thoughtfulnesss', 'thoughtlessness', 'tonsillectomies', 'totalitarianism', 'traditionalists', 'transfiguration', 'transformations', 'translatability', 'transliterating', 'transliteration', 'transmigrations', 'transplantation', 'transportations', 'trichloroacetic', 'trichloroethane', 'troubleshooters', 'troubleshooting', 'trustworthiness', 'typographically', 'tyrannosauruses', 'ultracentrifuge', 'unacceptability', 'unaesthetically', 'unattainability', 'unauthenticated', 'unceremoniously', 'uncommunicative', 'uncomplimentary', 'uncomprehending', 'unconditionally', 'unconsciousness', 'uncontroversial', 'undemonstrative', 'underestimating', 'underestimation', 'underprivileged', 'undersecretarys', 'understandingly', 'understatements', 'undistinguished', 'unexceptionable', 'unfaithfulnesss', 'unfriendlinesss', 'ungratefulnesss', 'unimplementable', 'unintentionally', 'uninterestingly', 'uninterruptedly', 'unobjectionable', 'unpleasantnesss', 'unpronounceable', 'unquestioningly', 'unrealistically', 'unreconstructed', 'unrepresentable', 'unsophisticated', 'unsportsmanlike', 'unsubstantiated', 'verisimilitudes', 'vindictivenesss', 'voluptuousnesss', 'vulnerabilities', 'weatherproofing', 'weightlessnesss', 'whatchamacallit', 'whippersnappers', 'wollstonecrafts', 'wrongheadedness', 'zoroastrianisms', 'zubeneschamalis', 'acclimatisations', 'acclimatizations', 'acknowledgements', 'acquisitivenesss', 'administratively', 'agriculturalists', 'americanisations', 'americanizations', 'anaesthesiologys', 'anesthesiologist', 'antagonistically', 'anthropomorphism', 'antiredeposition', 'apprehensiveness', 'appropriatenesss', 'aristocratically', 'arteriosclerosis', 'asymptomatically', 'atherosclerosiss', 'australopithecus', 'authoritarianism', 'autobiographical', 'autofluorescence', 'bloodthirstiness', 'bureaucratically', 'canonicalization', 'cantankerousness', 'catastrophically', 'chancellorsville', 'characterisation', 'characterization', 'cinematographers', 'circumnavigating', 'circumnavigation', 'circumscriptions', 'circumstantially', 'cirmcumferential', 'comfortabilities', 'compartmentalise', 'compartmentalize', 'competitivenesss', 'computerisations', 'computerizations', 'confidentialitys', 'consequentiality', 'conservationists', 'constitutionally', 'constructibility', 'contemporariness', 'conventionalitys', 'conversationally', 'counterattacking', 'counterbalancing', 'counterclockwise', 'counterespionage', 'counterintuitive', 'crystallisations', 'crystallizations', 'crystallographer', 'crystallographic', 'czechoslovakians', 'decentralisation', 'decentralization', 'decontaminations', 'demagnetisations', 'demagnetizations', 'demilitarisation', 'demilitarization', 'democratisations', 'democratizations', 'deoxyribonucleic', 'departmentalised', 'departmentalises', 'departmentalized', 'departmentalizes', 'desensitisations', 'desensitizations', 'destructivenesss', 'diagrammatically', 'differentiations', 'discombobulating', 'discontinuations', 'discountenancing', 'disenfranchising', 'disentanglements', 'disfranchisement', 'disillusionments', 'disorganisations', 'disorganizations', 'disproportionate', 'disqualification', 'dissatisfactions', 'distinctivenesss', 'diversifications', 'draughtsmanships', 'electrifications', 'electromagnetism', 'enfranchisements', 'enthusiastically', 'environmentalism', 'environmentalist', 'excommunications', 'exemplifications', 'experimentations', 'extemporaneously', 'extraterrestrial', 'familiarisations', 'familiarizations', 'flibbertigibbets', 'gastrointestinal', 'halfheartednesss', 'hardheartednesss', 'heterosexualitys', 'hospitalisations', 'hospitalizations', 'huitzilopotchlis', 'humanitarianisms', 'hydroelectricity', 'hypersensitivity', 'hyperventilating', 'hyperventilation', 'impecuniousnesss', 'impenetrabilitys', 'imperturbability', 'implausibilities', 'inaccessibilitys', 'incompatibilitys', 'incomprehensible', 'incomprehensibly', 'incontrovertible', 'incontrovertibly', 'incorrigibilitys', 'incorruptibility', 'indemnifications', 'indiscriminately', 'indispensability', 'industriousnesss', 'ineffectivenesss', 'inextinguishable', 'inquisitivenesss', 'institutionalise', 'institutionalize', 'instrumentalists', 'instrumentalitys', 'instrumentations', 'insubordinations', 'insurrectionists', 'intellectualised', 'intellectualises', 'intellectualized', 'intellectualizes', 'intelligibilitys', 'intensifications', 'intercommunicate', 'interconnections', 'intercontinental', 'interdependences', 'internationalise', 'internationalism', 'internationality', 'internationalize', 'invulnerabilitys', 'irresponsibility', 'levelheadednesss', 'lightheartedness', 'maneuverabilitys', 'manoeuvrabilitys', 'materialisations', 'materializations', 'melodramatically', 'metamathematical', 'methodologically', 'microinstruction', 'microprogramming', 'miniaturisations', 'miniaturizations', 'misapprehensions', 'misappropriating', 'misappropriation', 'mischievousnesss', 'misconstructions', 'mispronunciation', 'misunderstanders', 'misunderstanding', 'multiculturalism', 'multidimensional', 'multifariousness', 'multimillionaire', 'multiprogramming', 'nationalisations', 'nationalizations', 'nearsightednesss', 'neighbourlinesss', 'netzahualcoyotls', 'neuropsychiatric', 'neurotransmitter', 'nondestructively', 'nondeterminately', 'nondeterministic', 'noninterferences', 'noninterventions', 'nonorthogonality', 'nonprofessionals', 'nonproliferation', 'obstructivenesss', 'ophthalmologists', 'organizationally', 'overcompensating', 'overcompensation', 'overenthusiastic', 'overspecialising', 'overspecializing', 'palaeontologists', 'parameterization', 'paraprofessional', 'parliamentarians', 'parthenogenesiss', 'personifications', 'phenomenological', 'phosphorescences', 'photographically', 'photojournalisms', 'photojournalists', 'phototypesetting', 'physiotherapists', 'plainclothesmans', 'plenipotentiarys', 'praiseworthiness', 'predetermination', 'preregistrations', 'presbyterianisms', 'presumptuousness', 'pretentiousnesss', 'procrastinations', 'professionalisms', 'prognostications', 'psychophysiology', 'psychotherapists', 'rambunctiousness', 'rationalisations', 'rationalizations', 'reapportionments', 'reclassification', 'reconfigurations', 'reconsiderations', 'reinterpretation', 'relativistically', 'representational', 'representatively', 'resourcefulnesss', 'responsibilities', 'rumpelstiltskins', 'schoolmistresses', 'semiprofessional', 'sentimentalising', 'sentimentalizing', 'shortsightedness', 'standardisations', 'standardizations', 'straightjacketed', 'substitutability', 'superintendences', 'superintendencys', 'syllabifications', 'synchronisations', 'synchronizations', 'teleconferencing', 'tempestuousnesss', 'tendentiousnesss', 'thoughtlessnesss', 'tintinnabulation', 'totalitarianisms', 'transcendentally', 'transconductance', 'transcontinental', 'transfigurations', 'transformational', 'transliterations', 'transplantations', 'transportability', 'troubleshootings', 'trustworthinesss', 'uncharacteristic', 'uncompromisingly', 'unconsciousnesss', 'unconstitutional', 'unconventionally', 'undersecretaries', 'undiscriminating', 'unidirectionally', 'unpredictability', 'unreasonableness', 'unrepresentative', 'unsatisfiability', 'unscrupulousness', 'weatherstripping', 'whatchamacallits', 'wrongheadednesss', 'anachronistically', 'anaesthesiologist', 'anesthesiologists', 'anthropologically', 'anthropomorphisms', 'apprehensivenesss', 'arteriosclerosiss', 'australopithecuss', 'authoritarianisms', 'authoritativeness', 'bloodthirstinesss', 'cantankerousnesss', 'chancellorsvilles', 'characterisations', 'characterizations', 'circumnavigations', 'commercialisation', 'commercialization', 'compartmentalised', 'compartmentalises', 'compartmentalized', 'compartmentalizes', 'comprehensibility', 'comprehensiveness', 'conceptualisation', 'conceptualization', 'congregationalist', 'conscientiousness', 'constitutionality', 'contemporaneously', 'contradistinction', 'contradistinguish', 'conversationalist', 'counterespionages', 'counterproductive', 'counterrevolution', 'decentralisations', 'decentralizations', 'decriminalisation', 'decriminalization', 'demilitarisations', 'demilitarizations', 'departmentalising', 'departmentalizing', 'deterministically', 'disadvantageously', 'disfranchisements', 'disinterestedness', 'disqualifications', 'electrocardiogram', 'electromagnetisms', 'environmentalisms', 'environmentalists', 'extraordinariness', 'extraterrestrials', 'heterogeneousness', 'hydroelectricitys', 'hypersensitivitys', 'hyperventilations', 'imperturbabilitys', 'inappropriateness', 'incompatibilities', 'inconsequentially', 'inconsiderateness', 'inconspicuousness', 'incorruptibilitys', 'indistinguishable', 'industrialisation', 'industrialization', 'institutionalised', 'institutionalises', 'institutionalized', 'institutionalizes', 'intellectualising', 'intellectualizing', 'intercommunicated', 'intercommunicates', 'interdepartmental', 'interdependencies', 'interdisciplinary', 'internationalised', 'internationalises', 'internationalisms', 'internationalized', 'internationalizes', 'interrelationship', 'irresponsibilitys', 'lexicographically', 'lightheartednesss', 'materialistically', 'microinstructions', 'misappropriations', 'miscellaneousness', 'misinterpretation', 'mispronunciations', 'misrepresentation', 'misunderstandings', 'multiculturalisms', 'multifariousnesss', 'multimillionaires', 'neurotransmitters', 'nondenominational', 'nonproliferations', 'overcompensations', 'parameterizations', 'paraprofessionals', 'particularisation', 'particularization', 'philanthropically', 'plenipotentiaries', 'praiseworthinesss', 'predeterminations', 'presumptuousnesss', 'probabilistically', 'psychotherapeutic', 'rambunctiousnesss', 'reinterpretations', 'reproducibilities', 'semiprofessionals', 'shortsightednesss', 'spectrophotometer', 'spectrophotometry', 'straightforwardly', 'straightjacketing', 'superconductivity', 'telecommunication', 'tintinnabulations', 'transcendentalism', 'transcendentalist', 'ultraconservative', 'uncontrollability', 'understandability', 'unidirectionality', 'unpredictabilitys', 'unreasonablenesss', 'unscrupulousnesss', 'anaesthesiologists', 'antifundamentalist', 'arteriolosclerosis', 'authoritativenesss', 'autosuggestibility', 'characteristically', 'chlorofluorocarbon', 'commercialisations', 'commercializations', 'compartmentalising', 'compartmentalizing', 'comprehensibilitys', 'comprehensivenesss', 'conceptualisations', 'conceptualizations', 'congregationalists', 'conscientiousnesss', 'consequentialities', 'constitutionalitys', 'contradistinctions', 'conversationalists', 'counterrevolutions', 'decriminalisations', 'decriminalizations', 'diethylstilbestrol', 'disenfranchisement', 'disproportionately', 'electrocardiograms', 'electrocardiograph', 'hypersensitivities', 'inconsideratenesss', 'inconspicuousnesss', 'industrialisations', 'industrializations', 'institutionalising', 'institutionalizing', 'interchangeability', 'intercommunicating', 'intercommunication', 'internationalising', 'internationalizing', 'interrelationships', 'misinterpretations', 'misrepresentations', 'oversimplification', 'particularisations', 'particularizations', 'phenomenologically', 'representationally', 'representativeness', 'spectrophotometric', 'superconductivitys', 'telecommunications', 'transcendentalisms', 'transcendentalists', 'transmogrification', 'transubstantiation', 'triphenylphosphine', 'ultraconservatives', 'anthropomorphically', 'chlorofluorocarbons', 'counterintelligence', 'disenfranchisements', 'electrocardiographs', 'incomprehensibility', 'interdenominational', 'nonrepresentational', 'oversimplifications', 'straightforwardness', 'telecommunicationss', 'transubstantiations', 'andrianampoinimerina', 'counterintelligences', 'counterrevolutionary', 'electroencephalogram', 'nondeterministically', 'uncharacteristically', 'andrianampoinimerinas', 'counterrevolutionarys', 'electroencephalograms', 'electroencephalograph', 'immunoelectrophoresis', 'counterrevolutionaries', 'electroencephalographs', 'electroencephalography', 'antidisestablishmentarianism'], fitness=&lt;function Pletters&gt;, number_of_solutions=1, chunksize=500)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Break a message enciphered using the Playfair cipher, using a dictionary
+of keywords and frequency analysis. </p>
+<p>If <code>wordlist</code> is not specified, use
+<a href="support/language_models.html#szyfrow.support.language_models.keywords"><code>szyfrow.support.langauge_models.keywords</code></a>.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def playfair_break(message, 
+                      letters_to_merge=None, padding_letter=&#39;x&#39;,
+                      wordlist=keywords, fitness=Pletters,
+                      number_of_solutions=1, chunksize=500):
+    &#34;&#34;&#34;Break a message enciphered using the Playfair cipher, using a dictionary
+    of keywords and frequency analysis. 
+
+    If `wordlist` is not specified, use 
+    [`szyfrow.support.langauge_models.keywords`](support/language_models.html#szyfrow.support.language_models.keywords).
+    &#34;&#34;&#34;
+
+    if letters_to_merge is None: 
+        letters_to_merge = {&#39;j&#39;: &#39;i&#39;}   
+
+    with multiprocessing.Pool() as pool:
+        helper_args = [(message, word, wrap, 
+                        letters_to_merge, padding_letter,
+                        pad_replace,
+                        fitness)
+                       for word in wordlist
+                       for wrap in KeywordWrapAlphabet
+                       for pad_replace in [False, True]]
+        # Gotcha: the helper function here needs to be defined at the top level
+        #   (limitation of Pool.starmap)
+        breaks = pool.starmap(playfair_break_worker, helper_args, chunksize)
+        if number_of_solutions == 1:
+            return max(breaks, key=lambda k: k[1])
+        else:
+            return sorted(breaks, key=lambda k: k[1], reverse=True)[:number_of_solutions]</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.playfair.playfair_break_worker"><code class="name flex">
+<span>def <span class="ident">playfair_break_worker</span></span>(<span>message, keyword, wrap, letters_to_merge, padding_letter, pad_replace, fitness)</span>
+</code></dt>
+<dd>
+<div class="desc"></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def playfair_break_worker(message, keyword, wrap, 
+                          letters_to_merge, padding_letter,
+                          pad_replace,
+                          fitness):
+    plaintext = playfair_decipher(message, keyword, padding_letter,
+                                  pad_replace,
+                                  letters_to_merge, 
+                                  wrap)
+    if plaintext:
+        fit = fitness(plaintext)
+    else:
+        fit = float(&#39;-inf&#39;)
+    return (keyword, wrap, letters_to_merge, padding_letter, pad_replace), fit</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.playfair.playfair_decipher"><code class="name flex">
+<span>def <span class="ident">playfair_decipher</span></span>(<span>message, keyword, padding_letter='x', padding_replaces_repeat=False, letters_to_merge=None, wrap_alphabet=KeywordWrapAlphabet.from_a)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Decipher a message using the Playfair cipher.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def playfair_decipher(message, keyword, padding_letter=&#39;x&#39;,
+                      padding_replaces_repeat=False, letters_to_merge=None, 
+                      wrap_alphabet=KeywordWrapAlphabet.from_a):
+    &#34;&#34;&#34;Decipher a message using the Playfair cipher.&#34;&#34;&#34;
+    column_order = list(range(5))
+    row_order = list(range(5))
+    if letters_to_merge is None: 
+        letters_to_merge = {&#39;j&#39;: &#39;i&#39;}   
+    grid = polybius_grid(keyword, column_order, row_order,
+                        letters_to_merge=letters_to_merge,
+                        wrap_alphabet=wrap_alphabet)
+    message_bigrams = playfair_bigrams(
+        sanitise(message), padding_letter=padding_letter, 
+        padding_replaces_repeat=padding_replaces_repeat)
+    plaintext_bigrams = [playfair_decipher_bigram(b, grid, padding_letter=padding_letter) for b in message_bigrams]
+    return cat(plaintext_bigrams)</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.playfair.playfair_decipher_bigram"><code class="name flex">
+<span>def <span class="ident">playfair_decipher_bigram</span></span>(<span>ab, grid, padding_letter='x')</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Decipher a single pair of letters using the Playfair method.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def playfair_decipher_bigram(ab, grid, padding_letter=&#39;x&#39;):
+    &#34;&#34;&#34;Decipher a single pair of letters using the Playfair method.&#34;&#34;&#34;
+    a, b = ab
+    max_row = max(c[0] for c in grid.values())
+    max_col = max(c[1] for c in grid.values())
+    min_row = min(c[0] for c in grid.values())
+    min_col = min(c[1] for c in grid.values())
+    if a == b:
+        b = padding_letter
+    if grid[a][0] == grid[b][0]:  # same row
+        cp = (grid[a][0], playfair_wrap(grid[a][1] - 1, min_col, max_col))
+        dp = (grid[b][0], playfair_wrap(grid[b][1] - 1, min_col, max_col))
+    elif grid[a][1] == grid[b][1]:  # same column
+        cp = (playfair_wrap(grid[a][0] - 1, min_row, max_row), grid[a][1])
+        dp = (playfair_wrap(grid[b][0] - 1, min_row, max_row), grid[b][1])
+    else:
+        cp = (grid[a][0], grid[b][1])
+        dp = (grid[b][0], grid[a][1])
+    c = [k for k, v in grid.items() if v == cp][0]
+    d = [k for k, v in grid.items() if v == dp][0]
+    return c + d</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.playfair.playfair_encipher"><code class="name flex">
+<span>def <span class="ident">playfair_encipher</span></span>(<span>message, keyword, padding_letter='x', padding_replaces_repeat=False, letters_to_merge=None, wrap_alphabet=KeywordWrapAlphabet.from_a)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Encipher a message using the Playfair cipher.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def playfair_encipher(message, keyword, padding_letter=&#39;x&#39;,
+                      padding_replaces_repeat=False, letters_to_merge=None, 
+                      wrap_alphabet=KeywordWrapAlphabet.from_a):
+    &#34;&#34;&#34;Encipher a message using the Playfair cipher.&#34;&#34;&#34;
+    column_order = list(range(5))
+    row_order = list(range(5))
+    if letters_to_merge is None: 
+        letters_to_merge = {&#39;j&#39;: &#39;i&#39;}   
+    grid = polybius_grid(keyword, column_order, row_order,
+                        letters_to_merge=letters_to_merge,
+                        wrap_alphabet=wrap_alphabet)
+    message_bigrams = playfair_bigrams(
+        sanitise(message), padding_letter=padding_letter, 
+        padding_replaces_repeat=padding_replaces_repeat)
+    ciphertext_bigrams = [playfair_encipher_bigram(b, grid, padding_letter=padding_letter) for b in message_bigrams]
+    return cat(ciphertext_bigrams)</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.playfair.playfair_encipher_bigram"><code class="name flex">
+<span>def <span class="ident">playfair_encipher_bigram</span></span>(<span>ab, grid, padding_letter='x')</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Encipher a single pair of letters using the Playfair method.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def playfair_encipher_bigram(ab, grid, padding_letter=&#39;x&#39;):
+    &#34;&#34;&#34;Encipher a single pair of letters using the Playfair method.&#34;&#34;&#34;
+    a, b = ab
+    max_row = max(c[0] for c in grid.values())
+    max_col = max(c[1] for c in grid.values())
+    min_row = min(c[0] for c in grid.values())
+    min_col = min(c[1] for c in grid.values())
+    if a == b:
+        b = padding_letter
+    if grid[a][0] == grid[b][0]:  # same row
+        cp = (grid[a][0], playfair_wrap(grid[a][1] + 1, min_col, max_col))
+        dp = (grid[b][0], playfair_wrap(grid[b][1] + 1, min_col, max_col))
+    elif grid[a][1] == grid[b][1]:  # same column
+        cp = (playfair_wrap(grid[a][0] + 1, min_row, max_row), grid[a][1])
+        dp = (playfair_wrap(grid[b][0] + 1, min_row, max_row), grid[b][1])
+    else:
+        cp = (grid[a][0], grid[b][1])
+        dp = (grid[b][0], grid[a][1])
+    c = [k for k, v in grid.items() if v == cp][0]
+    d = [k for k, v in grid.items() if v == dp][0]
+    return c + d</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.playfair.playfair_simulated_annealing_break"><code class="name flex">
+<span>def <span class="ident">playfair_simulated_annealing_break</span></span>(<span>message, workers=10, initial_temperature=200, max_iterations=20000, plain_alphabet=None, cipher_alphabet=None, fitness=&lt;function Pletters&gt;, chunksize=1)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Break a message enciphered using the Playfair cipher, using simulated
+annealing to determine the keyword.
+This function just sets up a stable
+of workers who
+do the actual work, implemented as
+<code><a title="szyfrow.playfair.playfair_simulated_annealing_break_worker" href="#szyfrow.playfair.playfair_simulated_annealing_break_worker">playfair_simulated_annealing_break_worker()</a></code>.</p>
+<p>See a <a href="https://work.njae.me.uk/2019/07/08/simulated-annealing-and-breaking-substitution-ciphers/">post on simulated annealing</a>
+for detail on how this works.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def playfair_simulated_annealing_break(message, workers=10, 
+                              initial_temperature=200,
+                              max_iterations=20000,
+                              plain_alphabet=None, 
+                              cipher_alphabet=None, 
+                              fitness=Pletters, chunksize=1):
+    &#34;&#34;&#34;Break a message enciphered using the Playfair cipher, using simulated
+    annealing to determine the keyword.  This function just sets up a stable 
+    of workers who     do the actual work, implemented as 
+    `szyfrow.playfair.playfair_simulated_annealing_break_worker`.
+
+    See a [post on simulated annealing](https://work.njae.me.uk/2019/07/08/simulated-annealing-and-breaking-substitution-ciphers/)
+    for detail on how this works.
+    &#34;&#34;&#34;
+    worker_args = []
+    ciphertext = sanitise(message)
+    for i in range(workers):
+        if plain_alphabet is None:
+            used_plain_alphabet = string.ascii_lowercase
+        else:
+            used_plain_alphabet = plain_alphabet
+        if cipher_alphabet is None:
+            # used_cipher_alphabet = list(string.ascii_lowercase)
+            # random.shuffle(used_cipher_alphabet)
+            # used_cipher_alphabet = cat(used_cipher_alphabet)
+            used_cipher_alphabet = random.choice(keywords)
+        else:
+            used_cipher_alphabet = cipher_alphabet
+        worker_args.append((ciphertext, used_plain_alphabet, used_cipher_alphabet, 
+                            initial_temperature, max_iterations, fitness))
+    with multiprocessing.Pool() as pool:
+        breaks = pool.starmap(playfair_simulated_annealing_break_worker,
+                              worker_args, chunksize)
+    return max(breaks, key=lambda k: k[1])</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.playfair.playfair_simulated_annealing_break_worker"><code class="name flex">
+<span>def <span class="ident">playfair_simulated_annealing_break_worker</span></span>(<span>message, plain_alphabet, cipher_alphabet, t0, max_iterations, fitness)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>One thread of a simulated annealing run.
+See a <a href="https://work.njae.me.uk/2019/07/08/simulated-annealing-and-breaking-substitution-ciphers/">post on simulated annealing</a>
+for detail on how this works.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def playfair_simulated_annealing_break_worker(message, plain_alphabet, cipher_alphabet, 
+                                     t0, max_iterations, fitness):
+    &#34;&#34;&#34;One thread of a simulated annealing run. 
+    See a [post on simulated annealing](https://work.njae.me.uk/2019/07/08/simulated-annealing-and-breaking-substitution-ciphers/)
+    for detail on how this works.
+    &#34;&#34;&#34;
+    def swap(letters, i, j):
+        if i &gt; j:
+            i, j = j, i
+        if i == j:
+            return letters
+        else:
+            return (letters[:i] + letters[j] + letters[i+1:j] + letters[i] +
+                    letters[j+1:])
+    
+    temperature = t0
+
+    dt = t0 / (0.9 * max_iterations)
+    
+    current_alphabet = cipher_alphabet
+    current_wrap = KeywordWrapAlphabet.from_a
+    current_letters_to_merge = {&#39;j&#39;: &#39;i&#39;}
+    current_pad_replace = False
+    current_padding_letter = &#39;x&#39;
+    
+    alphabet = current_alphabet
+    wrap = current_wrap
+    letters_to_merge = current_letters_to_merge
+    pad_replace = current_pad_replace
+    padding_letter = current_padding_letter
+    plaintext = playfair_decipher(message, alphabet, padding_letter,
+                                  pad_replace,
+                                  letters_to_merge, 
+                                  wrap)
+    current_fitness = fitness(plaintext)
+
+    best_alphabet = current_alphabet
+    best_fitness = current_fitness
+    best_plaintext = plaintext
+    
+    # print(&#39;starting for&#39;, max_iterations)
+    for i in range(max_iterations):
+        chosen = random.random()
+        # if chosen &lt; 0.7:
+        #     swap_a = random.randrange(26)
+        #     swap_b = (swap_a + int(random.gauss(0, 4))) % 26
+        #     alphabet = swap(current_alphabet, swap_a, swap_b)
+        # elif chosen &lt; 0.8:
+        #     wrap = random.choice(list(KeywordWrapAlphabet))
+        # elif chosen &lt; 0.9:
+        #     pad_replace = random.choice([True, False])
+        # elif chosen &lt; 0.95:
+        #     letter_from = random.choice(string.ascii_lowercase)
+        #     letter_to = random.choice([c for c in string.ascii_lowercase if c != letter_from])
+        #     letters_to_merge = {letter_from: letter_to}
+        # else:
+        #     padding_letter = random.choice(string.ascii_lowercase)
+        if chosen &lt; 0.7:
+            swap_a = random.randrange(len(current_alphabet))
+            swap_b = (swap_a + int(random.gauss(0, 4))) % len(current_alphabet)
+            alphabet = swap(current_alphabet, swap_a, swap_b)
+        elif chosen &lt; 0.85:
+            new_letter = random.choice(string.ascii_lowercase)
+            alphabet = swap(current_alphabet + new_letter, random.randrange(len(current_alphabet)), len(current_alphabet))
+        else:
+            if len(current_alphabet) &gt; 1:
+                deletion_position = random.randrange(len(current_alphabet))
+                alphabet = current_alphabet[:deletion_position] + current_alphabet[deletion_position+1:]
+            else:
+                alphabet = current_alphabet
+        
+        try:
+            plaintext = playfair_decipher(message, alphabet, padding_letter,
+                                  pad_replace,
+                                  letters_to_merge, 
+                                  wrap)
+        except:
+            print(&#34;Error&#34;, alphabet, padding_letter,
+                                  pad_replace,
+                                  letters_to_merge, 
+                                  wrap)
+            raise
+
+        new_fitness = fitness(plaintext)
+        try:
+            sa_chance = math.exp((new_fitness - current_fitness) / temperature)
+        except (OverflowError, ZeroDivisionError):
+            # print(&#39;exception triggered: new_fit {}, current_fit {}, temp {}&#39;.format(new_fitness, current_fitness, temperature))
+            sa_chance = 0
+        if (new_fitness &gt; current_fitness or random.random() &lt; sa_chance):
+            current_fitness = new_fitness
+            current_alphabet = alphabet
+            current_wrap = wrap
+            current_letters_to_merge = letters_to_merge
+            current_pad_replace = pad_replace
+            current_padding_letter = padding_letter
+            
+        if current_fitness &gt; best_fitness:
+            best_alphabet = current_alphabet
+            best_wrap = current_wrap
+            best_letters_to_merge = current_letters_to_merge
+            best_pad_replace = current_pad_replace
+            best_padding_letter = current_padding_letter
+            best_fitness = current_fitness
+            best_plaintext = plaintext
+        temperature = max(temperature - dt, 0.001)
+
+    return { &#39;alphabet&#39;: best_alphabet
+           , &#39;wrap&#39;: best_wrap
+           , &#39;letters_to_merge&#39;: best_letters_to_merge
+           , &#39;pad_replace&#39;: best_pad_replace
+           , &#39;padding_letter&#39;: best_padding_letter
+           }, best_fitness # current_alphabet, current_fitness</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.playfair.playfair_wrap"><code class="name flex">
+<span>def <span class="ident">playfair_wrap</span></span>(<span>n, lowest, highest)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Ensures <em>n</em> is between <em>lowest</em> and <em>highest</em> (inclusive at both ends).</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def playfair_wrap(n, lowest, highest):
+    &#34;&#34;&#34;Ensures _n_ is between _lowest_ and _highest_ (inclusive at both ends).
+    &#34;&#34;&#34;
+    skip = highest - lowest + 1
+    while n &gt; highest or n &lt; lowest:
+        if n &gt; highest:
+            n -= skip
+        if n &lt; lowest:
+            n += skip
+    return n</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.playfair.wcat"><code class="name flex">
+<span>def <span class="ident">wcat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+</dl>
+</section>
+<section>
+</section>
+</article>
+<nav id="sidebar">
+<h1>Index</h1>
+<div class="toc">
+<ul></ul>
+</div>
+<ul id="index">
+<li><h3>Super-module</h3>
+<ul>
+<li><code><a title="szyfrow" href="index.html">szyfrow</a></code></li>
+</ul>
+</li>
+<li><h3><a href="#header-functions">Functions</a></h3>
+<ul class="">
+<li><code><a title="szyfrow.playfair.cat" href="#szyfrow.playfair.cat">cat</a></code></li>
+<li><code><a title="szyfrow.playfair.lcat" href="#szyfrow.playfair.lcat">lcat</a></code></li>
+<li><code><a title="szyfrow.playfair.playfair_bigrams" href="#szyfrow.playfair.playfair_bigrams">playfair_bigrams</a></code></li>
+<li><code><a title="szyfrow.playfair.playfair_break" href="#szyfrow.playfair.playfair_break">playfair_break</a></code></li>
+<li><code><a title="szyfrow.playfair.playfair_break_worker" href="#szyfrow.playfair.playfair_break_worker">playfair_break_worker</a></code></li>
+<li><code><a title="szyfrow.playfair.playfair_decipher" href="#szyfrow.playfair.playfair_decipher">playfair_decipher</a></code></li>
+<li><code><a title="szyfrow.playfair.playfair_decipher_bigram" href="#szyfrow.playfair.playfair_decipher_bigram">playfair_decipher_bigram</a></code></li>
+<li><code><a title="szyfrow.playfair.playfair_encipher" href="#szyfrow.playfair.playfair_encipher">playfair_encipher</a></code></li>
+<li><code><a title="szyfrow.playfair.playfair_encipher_bigram" href="#szyfrow.playfair.playfair_encipher_bigram">playfair_encipher_bigram</a></code></li>
+<li><code><a title="szyfrow.playfair.playfair_simulated_annealing_break" href="#szyfrow.playfair.playfair_simulated_annealing_break">playfair_simulated_annealing_break</a></code></li>
+<li><code><a title="szyfrow.playfair.playfair_simulated_annealing_break_worker" href="#szyfrow.playfair.playfair_simulated_annealing_break_worker">playfair_simulated_annealing_break_worker</a></code></li>
+<li><code><a title="szyfrow.playfair.playfair_wrap" href="#szyfrow.playfair.playfair_wrap">playfair_wrap</a></code></li>
+<li><code><a title="szyfrow.playfair.wcat" href="#szyfrow.playfair.wcat">wcat</a></code></li>
+</ul>
+</li>
+</ul>
+</nav>
+</main>
+<footer id="footer">
+<p>Generated by <a href="https://pdoc3.github.io/pdoc"><cite>pdoc</cite> 0.9.2</a>.</p>
+</footer>
+</body>
+</html>
\ No newline at end of file
diff --git a/docs/szyfrow/pocket_enigma.html b/docs/szyfrow/pocket_enigma.html
new file mode 100644 (file)
index 0000000..8808fbc
--- /dev/null
@@ -0,0 +1,866 @@
+<!doctype html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
+<meta name="generator" content="pdoc 0.9.2" />
+<title>szyfrow.pocket_enigma API documentation</title>
+<meta name="description" content="The Pocket Enigma machine, a simple example that illustrates the mechanisms
+of the Enigma machine. See [a …" />
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/sanitize.min.css" integrity="sha256-PK9q560IAAa6WVRRh76LtCaI8pjTJ2z11v0miyNNjrs=" crossorigin>
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/typography.min.css" integrity="sha256-7l/o7C8jubJiy74VsKTidCy1yBkRtiUGbVkYBylBqUg=" crossorigin>
+<link rel="stylesheet preload" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/styles/github.min.css" crossorigin>
+<style>:root{--highlight-color:#fe9}.flex{display:flex !important}body{line-height:1.5em}#content{padding:20px}#sidebar{padding:30px;overflow:hidden}#sidebar > *:last-child{margin-bottom:2cm}.http-server-breadcrumbs{font-size:130%;margin:0 0 15px 0}#footer{font-size:.75em;padding:5px 30px;border-top:1px solid #ddd;text-align:right}#footer p{margin:0 0 0 1em;display:inline-block}#footer p:last-child{margin-right:30px}h1,h2,h3,h4,h5{font-weight:300}h1{font-size:2.5em;line-height:1.1em}h2{font-size:1.75em;margin:1em 0 .50em 0}h3{font-size:1.4em;margin:25px 0 10px 0}h4{margin:0;font-size:105%}h1:target,h2:target,h3:target,h4:target,h5:target,h6:target{background:var(--highlight-color);padding:.2em 0}a{color:#058;text-decoration:none;transition:color .3s ease-in-out}a:hover{color:#e82}.title code{font-weight:bold}h2[id^="header-"]{margin-top:2em}.ident{color:#900}pre code{background:#f8f8f8;font-size:.8em;line-height:1.4em}code{background:#f2f2f1;padding:1px 4px;overflow-wrap:break-word}h1 code{background:transparent}pre{background:#f8f8f8;border:0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;margin:1em 0;padding:1ex}#http-server-module-list{display:flex;flex-flow:column}#http-server-module-list div{display:flex}#http-server-module-list dt{min-width:10%}#http-server-module-list p{margin-top:0}.toc ul,#index{list-style-type:none;margin:0;padding:0}#index code{background:transparent}#index h3{border-bottom:1px solid #ddd}#index ul{padding:0}#index h4{margin-top:.6em;font-weight:bold}@media (min-width:200ex){#index .two-column{column-count:2}}@media (min-width:300ex){#index .two-column{column-count:3}}dl{margin-bottom:2em}dl dl:last-child{margin-bottom:4em}dd{margin:0 0 1em 3em}#header-classes + dl > dd{margin-bottom:3em}dd dd{margin-left:2em}dd p{margin:10px 0}.name{background:#eee;font-weight:bold;font-size:.85em;padding:5px 10px;display:inline-block;min-width:40%}.name:hover{background:#e0e0e0}dt:target .name{background:var(--highlight-color)}.name > span:first-child{white-space:nowrap}.name.class > span:nth-child(2){margin-left:.4em}.inherited{color:#999;border-left:5px solid #eee;padding-left:1em}.inheritance em{font-style:normal;font-weight:bold}.desc h2{font-weight:400;font-size:1.25em}.desc h3{font-size:1em}.desc dt code{background:inherit}.source summary,.git-link-div{color:#666;text-align:right;font-weight:400;font-size:.8em;text-transform:uppercase}.source summary > *{white-space:nowrap;cursor:pointer}.git-link{color:inherit;margin-left:1em}.source pre{max-height:500px;overflow:auto;margin:0}.source pre code{font-size:12px;overflow:visible}.hlist{list-style:none}.hlist li{display:inline}.hlist li:after{content:',\2002'}.hlist li:last-child:after{content:none}.hlist .hlist{display:inline;padding-left:1em}img{max-width:100%}td{padding:0 .5em}.admonition{padding:.1em .5em;margin-bottom:1em}.admonition-title{font-weight:bold}.admonition.note,.admonition.info,.admonition.important{background:#aef}.admonition.todo,.admonition.versionadded,.admonition.tip,.admonition.hint{background:#dfd}.admonition.warning,.admonition.versionchanged,.admonition.deprecated{background:#fd4}.admonition.error,.admonition.danger,.admonition.caution{background:lightpink}</style>
+<style media="screen and (min-width: 700px)">@media screen and (min-width:700px){#sidebar{width:30%;height:100vh;overflow:auto;position:sticky;top:0}#content{width:70%;max-width:100ch;padding:3em 4em;border-left:1px solid #ddd}pre code{font-size:1em}.item .name{font-size:1em}main{display:flex;flex-direction:row-reverse;justify-content:flex-end}.toc ul ul,#index ul{padding-left:1.5em}.toc > ul > li{margin-top:.5em}}</style>
+<style media="print">@media print{#sidebar h1{page-break-before:always}.source{display:none}}@media print{*{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a[href]:after{content:" (" attr(href) ")";font-size:90%}a[href][title]:after{content:none}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:0.5cm}p,h2,h3{orphans:3;widows:3}h1,h2,h3,h4,h5,h6{page-break-after:avoid}}</style>
+<script defer src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/highlight.min.js" integrity="sha256-Uv3H6lx7dJmRfRvH8TH6kJD1TSK1aFcwgx+mdg3epi8=" crossorigin></script>
+<script>window.addEventListener('DOMContentLoaded', () => hljs.initHighlighting())</script>
+</head>
+<body>
+<main>
+<article id="content">
+<header>
+<h1 class="title">Module <code>szyfrow.pocket_enigma</code></h1>
+</header>
+<section id="section-intro">
+<p>The Pocket Enigma machine, a simple example that illustrates the mechanisms
+of the Enigma machine. See <a href="http://www.savory.de/pocket_enigma.htm">a review</a>
+for more information about the machine.</p>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">&#34;&#34;&#34;The Pocket Enigma machine, a simple example that illustrates the mechanisms
+of the Enigma machine. See [a review](http://www.savory.de/pocket_enigma.htm)
+for more information about the machine.
+&#34;&#34;&#34;
+
+from szyfrow.support.utilities import *
+from szyfrow.support.language_models import *
+
+
+class PocketEnigma(object):
+    &#34;&#34;&#34;A pocket enigma machine
+    The wheel is internally represented as a 26-element list self.wheel_map, 
+    where wheel_map[i] == j shows that the position i places on from the arrow 
+    maps to the position j places on.
+    &#34;&#34;&#34;
+    def __init__(self, wheel=1, position=&#39;a&#39;):
+        &#34;&#34;&#34;initialise the pocket enigma, including which wheel to use and the
+        starting position of the wheel.
+
+        The wheel is either 1 or 2 (the predefined wheels) or a list of letter
+        pairs.
+
+        The position is the letter pointed to by the arrow on the wheel.
+
+        &gt;&gt;&gt; pe.wheel_map
+        [25, 4, 23, 10, 1, 7, 9, 5, 12, 6, 3, 17, 8, 14, 13, 21, 19, 11, 20, 16, 18, 15, 24, 2, 22, 0]
+        &gt;&gt;&gt; pe.position
+        0
+        &#34;&#34;&#34;
+        self.wheel1 = [(&#39;a&#39;, &#39;z&#39;), (&#39;b&#39;, &#39;e&#39;), (&#39;c&#39;, &#39;x&#39;), (&#39;d&#39;, &#39;k&#39;), 
+            (&#39;f&#39;, &#39;h&#39;), (&#39;g&#39;, &#39;j&#39;), (&#39;i&#39;, &#39;m&#39;), (&#39;l&#39;, &#39;r&#39;), (&#39;n&#39;, &#39;o&#39;), 
+            (&#39;p&#39;, &#39;v&#39;), (&#39;q&#39;, &#39;t&#39;), (&#39;s&#39;, &#39;u&#39;), (&#39;w&#39;, &#39;y&#39;)]
+        self.wheel2 = [(&#39;a&#39;, &#39;c&#39;), (&#39;b&#39;, &#39;d&#39;), (&#39;e&#39;, &#39;w&#39;), (&#39;f&#39;, &#39;i&#39;), 
+            (&#39;g&#39;, &#39;p&#39;), (&#39;h&#39;, &#39;m&#39;), (&#39;j&#39;, &#39;k&#39;), (&#39;l&#39;, &#39;n&#39;), (&#39;o&#39;, &#39;q&#39;), 
+            (&#39;r&#39;, &#39;z&#39;), (&#39;s&#39;, &#39;u&#39;), (&#39;t&#39;, &#39;v&#39;), (&#39;x&#39;, &#39;y&#39;)]
+        if wheel == 1:
+            self.make_wheel_map(self.wheel1)
+        elif wheel == 2:
+            self.make_wheel_map(self.wheel2)
+        else:
+            self.validate_wheel_spec(wheel)
+            self.make_wheel_map(wheel)
+        if position in string.ascii_lowercase:
+            self.position = pos(position)
+        else:
+            self.position = position
+
+    def make_wheel_map(self, wheel_spec):
+        &#34;&#34;&#34;Expands a wheel specification from a list of letter-letter pairs
+        into a full wheel_map.
+
+        &gt;&gt;&gt; pe.make_wheel_map(pe.wheel2)
+        [2, 3, 0, 1, 22, 8, 15, 12, 5, 10, 9, 13, 7, 11, 16, 6, 14, 25, 20, 21, 18, 19, 4, 24, 23, 17]
+        &#34;&#34;&#34;
+        self.validate_wheel_spec(wheel_spec)
+        self.wheel_map = [0] * 26
+        for p in wheel_spec:
+            self.wheel_map[pos(p[0])] = pos(p[1])
+            self.wheel_map[pos(p[1])] = pos(p[0])
+        return self.wheel_map
+
+    def validate_wheel_spec(self, wheel_spec):
+        &#34;&#34;&#34;Validates that a wheel specificaiton will turn into a valid wheel
+        map.
+
+        &gt;&gt;&gt; pe.validate_wheel_spec([])
+        Traceback (most recent call last):
+            ...
+        ValueError: Wheel specification has 0 pairs, requires 13
+        &gt;&gt;&gt; pe.validate_wheel_spec([(&#39;a&#39;, &#39;b&#39;, &#39;c&#39;)]*13)
+        Traceback (most recent call last):
+            ...
+        ValueError: Not all mappings in wheel specificationhave two elements
+        &gt;&gt;&gt; pe.validate_wheel_spec([(&#39;a&#39;, &#39;b&#39;)]*13)
+        Traceback (most recent call last):
+            ...
+        ValueError: Wheel specification does not contain 26 letters
+        &#34;&#34;&#34;
+        if len(wheel_spec) != 13:
+            raise ValueError(&#34;Wheel specification has {} pairs, requires 13&#34;.
+                format(len(wheel_spec)))
+        for p in wheel_spec:
+            if len(p) != 2:
+                raise ValueError(&#34;Not all mappings in wheel specification&#34;
+                    &#34;have two elements&#34;)
+        if len(set([p[0] for p in wheel_spec] + 
+                    [p[1] for p in wheel_spec])) != 26:
+            raise ValueError(&#34;Wheel specification does not contain 26 letters&#34;)
+
+    def encipher_letter(self, letter):
+        &#34;&#34;&#34;Enciphers a single letter, by advancing the wheel before looking up
+        the letter on the wheel.
+
+        &gt;&gt;&gt; pe.set_position(&#39;f&#39;)
+        5
+        &gt;&gt;&gt; pe.encipher_letter(&#39;k&#39;)
+        &#39;h&#39;
+        &#34;&#34;&#34;
+        self.advance()
+        return self.lookup(letter)
+    decipher_letter = encipher_letter
+
+    def lookup(self, letter):
+        &#34;&#34;&#34;Look up what a letter enciphers to, without turning the wheel.
+
+        &gt;&gt;&gt; pe.set_position(&#39;f&#39;)
+        5
+        &gt;&gt;&gt; cat([pe.lookup(l) for l in string.ascii_lowercase])
+        &#39;udhbfejcpgmokrliwntsayqzvx&#39;
+        &gt;&gt;&gt; pe.lookup(&#39;A&#39;)
+        &#39;&#39;
+        &#34;&#34;&#34;
+        if letter in string.ascii_lowercase:
+            return unpos(
+                (self.wheel_map[(pos(letter) - self.position) % 26] + 
+                    self.position))
+        else:
+            return &#39;&#39;
+
+    def advance(self):
+        &#34;&#34;&#34;Advances the wheel one position.
+
+        &gt;&gt;&gt; pe.set_position(&#39;f&#39;)
+        5
+        &gt;&gt;&gt; pe.advance()
+        6
+        &#34;&#34;&#34;
+        self.position = (self.position + 1) % 26
+        return self.position
+
+    def encipher(self, message, starting_position=None):
+        &#34;&#34;&#34;Enciphers a whole message.
+
+        &gt;&gt;&gt; pe.set_position(&#39;f&#39;)
+        5
+        &gt;&gt;&gt; pe.encipher(&#39;helloworld&#39;)
+        &#39;kjsglcjoqc&#39;
+        &gt;&gt;&gt; pe.set_position(&#39;f&#39;)
+        5
+        &gt;&gt;&gt; pe.encipher(&#39;kjsglcjoqc&#39;)
+        &#39;helloworld&#39;
+        &gt;&gt;&gt; pe.encipher(&#39;helloworld&#39;, starting_position = &#39;x&#39;)
+        &#39;egrekthnnf&#39;
+        &#34;&#34;&#34;
+        if starting_position:
+            self.set_position(starting_position)
+        transformed = &#39;&#39;
+        for l in message:
+            transformed += self.encipher_letter(l)
+        return transformed
+    decipher = encipher
+
+    def set_position(self, position):
+        &#34;&#34;&#34;Sets the position of the wheel, by specifying the letter the arrow
+        points to.
+
+        &gt;&gt;&gt; pe.set_position(&#39;a&#39;)
+        0
+        &gt;&gt;&gt; pe.set_position(&#39;m&#39;)
+        12
+        &gt;&gt;&gt; pe.set_position(&#39;z&#39;)
+        25
+        &#34;&#34;&#34;
+        self.position = pos(position)
+        return self.position
+
+
+def pocket_enigma_break_by_crib(message, wheel_spec, crib, crib_position):
+    &#34;&#34;&#34;Break a pocket enigma using a crib (some plaintext that&#39;s expected to
+    be in a certain position). Returns a list of possible starting wheel
+    positions that could produce the crib.
+
+    &gt;&gt;&gt; pocket_enigma_break_by_crib(&#39;kzpjlzmoga&#39;, 1, &#39;h&#39;, 0)
+    [&#39;a&#39;, &#39;f&#39;, &#39;q&#39;]
+    &gt;&gt;&gt; pocket_enigma_break_by_crib(&#39;kzpjlzmoga&#39;, 1, &#39;he&#39;, 0)
+    [&#39;a&#39;]
+    &gt;&gt;&gt; pocket_enigma_break_by_crib(&#39;kzpjlzmoga&#39;, 1, &#39;ll&#39;, 2)
+    [&#39;a&#39;]
+    &gt;&gt;&gt; pocket_enigma_break_by_crib(&#39;kzpjlzmoga&#39;, 1, &#39;l&#39;, 2)
+    [&#39;a&#39;]
+    &gt;&gt;&gt; pocket_enigma_break_by_crib(&#39;kzpjlzmoga&#39;, 1, &#39;l&#39;, 3)
+    [&#39;a&#39;, &#39;j&#39;, &#39;n&#39;]
+    &gt;&gt;&gt; pocket_enigma_break_by_crib(&#39;aaaaa&#39;, 1, &#39;l&#39;, 3)
+    []
+    &#34;&#34;&#34;
+    pe = PocketEnigma(wheel=wheel_spec)
+    possible_positions = []
+    for p in string.ascii_lowercase:
+        pe.set_position(p)
+        plaintext = pe.decipher(message)
+        if plaintext[crib_position:crib_position+len(crib)] == crib:
+            possible_positions += [p]
+    return possible_positions
+
+if __name__ == &#34;__main__&#34;:
+    import doctest
+    doctest.testmod(extraglobs={&#39;pe&#39;: PocketEnigma(1, &#39;a&#39;)})</code></pre>
+</details>
+</section>
+<section>
+</section>
+<section>
+</section>
+<section>
+<h2 class="section-title" id="header-functions">Functions</h2>
+<dl>
+<dt id="szyfrow.pocket_enigma.cat"><code class="name flex">
+<span>def <span class="ident">cat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+<dt id="szyfrow.pocket_enigma.lcat"><code class="name flex">
+<span>def <span class="ident">lcat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+<dt id="szyfrow.pocket_enigma.pocket_enigma_break_by_crib"><code class="name flex">
+<span>def <span class="ident">pocket_enigma_break_by_crib</span></span>(<span>message, wheel_spec, crib, crib_position)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Break a pocket enigma using a crib (some plaintext that's expected to
+be in a certain position). Returns a list of possible starting wheel
+positions that could produce the crib.</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; pocket_enigma_break_by_crib('kzpjlzmoga', 1, 'h', 0)
+['a', 'f', 'q']
+&gt;&gt;&gt; pocket_enigma_break_by_crib('kzpjlzmoga', 1, 'he', 0)
+['a']
+&gt;&gt;&gt; pocket_enigma_break_by_crib('kzpjlzmoga', 1, 'll', 2)
+['a']
+&gt;&gt;&gt; pocket_enigma_break_by_crib('kzpjlzmoga', 1, 'l', 2)
+['a']
+&gt;&gt;&gt; pocket_enigma_break_by_crib('kzpjlzmoga', 1, 'l', 3)
+['a', 'j', 'n']
+&gt;&gt;&gt; pocket_enigma_break_by_crib('aaaaa', 1, 'l', 3)
+[]
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def pocket_enigma_break_by_crib(message, wheel_spec, crib, crib_position):
+    &#34;&#34;&#34;Break a pocket enigma using a crib (some plaintext that&#39;s expected to
+    be in a certain position). Returns a list of possible starting wheel
+    positions that could produce the crib.
+
+    &gt;&gt;&gt; pocket_enigma_break_by_crib(&#39;kzpjlzmoga&#39;, 1, &#39;h&#39;, 0)
+    [&#39;a&#39;, &#39;f&#39;, &#39;q&#39;]
+    &gt;&gt;&gt; pocket_enigma_break_by_crib(&#39;kzpjlzmoga&#39;, 1, &#39;he&#39;, 0)
+    [&#39;a&#39;]
+    &gt;&gt;&gt; pocket_enigma_break_by_crib(&#39;kzpjlzmoga&#39;, 1, &#39;ll&#39;, 2)
+    [&#39;a&#39;]
+    &gt;&gt;&gt; pocket_enigma_break_by_crib(&#39;kzpjlzmoga&#39;, 1, &#39;l&#39;, 2)
+    [&#39;a&#39;]
+    &gt;&gt;&gt; pocket_enigma_break_by_crib(&#39;kzpjlzmoga&#39;, 1, &#39;l&#39;, 3)
+    [&#39;a&#39;, &#39;j&#39;, &#39;n&#39;]
+    &gt;&gt;&gt; pocket_enigma_break_by_crib(&#39;aaaaa&#39;, 1, &#39;l&#39;, 3)
+    []
+    &#34;&#34;&#34;
+    pe = PocketEnigma(wheel=wheel_spec)
+    possible_positions = []
+    for p in string.ascii_lowercase:
+        pe.set_position(p)
+        plaintext = pe.decipher(message)
+        if plaintext[crib_position:crib_position+len(crib)] == crib:
+            possible_positions += [p]
+    return possible_positions</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.pocket_enigma.wcat"><code class="name flex">
+<span>def <span class="ident">wcat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+</dl>
+</section>
+<section>
+<h2 class="section-title" id="header-classes">Classes</h2>
+<dl>
+<dt id="szyfrow.pocket_enigma.PocketEnigma"><code class="flex name class">
+<span>class <span class="ident">PocketEnigma</span></span>
+<span>(</span><span>wheel=1, position='a')</span>
+</code></dt>
+<dd>
+<div class="desc"><p>A pocket enigma machine
+The wheel is internally represented as a 26-element list self.wheel_map,
+where wheel_map[i] == j shows that the position i places on from the arrow
+maps to the position j places on.</p>
+<p>initialise the pocket enigma, including which wheel to use and the
+starting position of the wheel.</p>
+<p>The wheel is either 1 or 2 (the predefined wheels) or a list of letter
+pairs.</p>
+<p>The position is the letter pointed to by the arrow on the wheel.</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; pe.wheel_map
+[25, 4, 23, 10, 1, 7, 9, 5, 12, 6, 3, 17, 8, 14, 13, 21, 19, 11, 20, 16, 18, 15, 24, 2, 22, 0]
+&gt;&gt;&gt; pe.position
+0
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">class PocketEnigma(object):
+    &#34;&#34;&#34;A pocket enigma machine
+    The wheel is internally represented as a 26-element list self.wheel_map, 
+    where wheel_map[i] == j shows that the position i places on from the arrow 
+    maps to the position j places on.
+    &#34;&#34;&#34;
+    def __init__(self, wheel=1, position=&#39;a&#39;):
+        &#34;&#34;&#34;initialise the pocket enigma, including which wheel to use and the
+        starting position of the wheel.
+
+        The wheel is either 1 or 2 (the predefined wheels) or a list of letter
+        pairs.
+
+        The position is the letter pointed to by the arrow on the wheel.
+
+        &gt;&gt;&gt; pe.wheel_map
+        [25, 4, 23, 10, 1, 7, 9, 5, 12, 6, 3, 17, 8, 14, 13, 21, 19, 11, 20, 16, 18, 15, 24, 2, 22, 0]
+        &gt;&gt;&gt; pe.position
+        0
+        &#34;&#34;&#34;
+        self.wheel1 = [(&#39;a&#39;, &#39;z&#39;), (&#39;b&#39;, &#39;e&#39;), (&#39;c&#39;, &#39;x&#39;), (&#39;d&#39;, &#39;k&#39;), 
+            (&#39;f&#39;, &#39;h&#39;), (&#39;g&#39;, &#39;j&#39;), (&#39;i&#39;, &#39;m&#39;), (&#39;l&#39;, &#39;r&#39;), (&#39;n&#39;, &#39;o&#39;), 
+            (&#39;p&#39;, &#39;v&#39;), (&#39;q&#39;, &#39;t&#39;), (&#39;s&#39;, &#39;u&#39;), (&#39;w&#39;, &#39;y&#39;)]
+        self.wheel2 = [(&#39;a&#39;, &#39;c&#39;), (&#39;b&#39;, &#39;d&#39;), (&#39;e&#39;, &#39;w&#39;), (&#39;f&#39;, &#39;i&#39;), 
+            (&#39;g&#39;, &#39;p&#39;), (&#39;h&#39;, &#39;m&#39;), (&#39;j&#39;, &#39;k&#39;), (&#39;l&#39;, &#39;n&#39;), (&#39;o&#39;, &#39;q&#39;), 
+            (&#39;r&#39;, &#39;z&#39;), (&#39;s&#39;, &#39;u&#39;), (&#39;t&#39;, &#39;v&#39;), (&#39;x&#39;, &#39;y&#39;)]
+        if wheel == 1:
+            self.make_wheel_map(self.wheel1)
+        elif wheel == 2:
+            self.make_wheel_map(self.wheel2)
+        else:
+            self.validate_wheel_spec(wheel)
+            self.make_wheel_map(wheel)
+        if position in string.ascii_lowercase:
+            self.position = pos(position)
+        else:
+            self.position = position
+
+    def make_wheel_map(self, wheel_spec):
+        &#34;&#34;&#34;Expands a wheel specification from a list of letter-letter pairs
+        into a full wheel_map.
+
+        &gt;&gt;&gt; pe.make_wheel_map(pe.wheel2)
+        [2, 3, 0, 1, 22, 8, 15, 12, 5, 10, 9, 13, 7, 11, 16, 6, 14, 25, 20, 21, 18, 19, 4, 24, 23, 17]
+        &#34;&#34;&#34;
+        self.validate_wheel_spec(wheel_spec)
+        self.wheel_map = [0] * 26
+        for p in wheel_spec:
+            self.wheel_map[pos(p[0])] = pos(p[1])
+            self.wheel_map[pos(p[1])] = pos(p[0])
+        return self.wheel_map
+
+    def validate_wheel_spec(self, wheel_spec):
+        &#34;&#34;&#34;Validates that a wheel specificaiton will turn into a valid wheel
+        map.
+
+        &gt;&gt;&gt; pe.validate_wheel_spec([])
+        Traceback (most recent call last):
+            ...
+        ValueError: Wheel specification has 0 pairs, requires 13
+        &gt;&gt;&gt; pe.validate_wheel_spec([(&#39;a&#39;, &#39;b&#39;, &#39;c&#39;)]*13)
+        Traceback (most recent call last):
+            ...
+        ValueError: Not all mappings in wheel specificationhave two elements
+        &gt;&gt;&gt; pe.validate_wheel_spec([(&#39;a&#39;, &#39;b&#39;)]*13)
+        Traceback (most recent call last):
+            ...
+        ValueError: Wheel specification does not contain 26 letters
+        &#34;&#34;&#34;
+        if len(wheel_spec) != 13:
+            raise ValueError(&#34;Wheel specification has {} pairs, requires 13&#34;.
+                format(len(wheel_spec)))
+        for p in wheel_spec:
+            if len(p) != 2:
+                raise ValueError(&#34;Not all mappings in wheel specification&#34;
+                    &#34;have two elements&#34;)
+        if len(set([p[0] for p in wheel_spec] + 
+                    [p[1] for p in wheel_spec])) != 26:
+            raise ValueError(&#34;Wheel specification does not contain 26 letters&#34;)
+
+    def encipher_letter(self, letter):
+        &#34;&#34;&#34;Enciphers a single letter, by advancing the wheel before looking up
+        the letter on the wheel.
+
+        &gt;&gt;&gt; pe.set_position(&#39;f&#39;)
+        5
+        &gt;&gt;&gt; pe.encipher_letter(&#39;k&#39;)
+        &#39;h&#39;
+        &#34;&#34;&#34;
+        self.advance()
+        return self.lookup(letter)
+    decipher_letter = encipher_letter
+
+    def lookup(self, letter):
+        &#34;&#34;&#34;Look up what a letter enciphers to, without turning the wheel.
+
+        &gt;&gt;&gt; pe.set_position(&#39;f&#39;)
+        5
+        &gt;&gt;&gt; cat([pe.lookup(l) for l in string.ascii_lowercase])
+        &#39;udhbfejcpgmokrliwntsayqzvx&#39;
+        &gt;&gt;&gt; pe.lookup(&#39;A&#39;)
+        &#39;&#39;
+        &#34;&#34;&#34;
+        if letter in string.ascii_lowercase:
+            return unpos(
+                (self.wheel_map[(pos(letter) - self.position) % 26] + 
+                    self.position))
+        else:
+            return &#39;&#39;
+
+    def advance(self):
+        &#34;&#34;&#34;Advances the wheel one position.
+
+        &gt;&gt;&gt; pe.set_position(&#39;f&#39;)
+        5
+        &gt;&gt;&gt; pe.advance()
+        6
+        &#34;&#34;&#34;
+        self.position = (self.position + 1) % 26
+        return self.position
+
+    def encipher(self, message, starting_position=None):
+        &#34;&#34;&#34;Enciphers a whole message.
+
+        &gt;&gt;&gt; pe.set_position(&#39;f&#39;)
+        5
+        &gt;&gt;&gt; pe.encipher(&#39;helloworld&#39;)
+        &#39;kjsglcjoqc&#39;
+        &gt;&gt;&gt; pe.set_position(&#39;f&#39;)
+        5
+        &gt;&gt;&gt; pe.encipher(&#39;kjsglcjoqc&#39;)
+        &#39;helloworld&#39;
+        &gt;&gt;&gt; pe.encipher(&#39;helloworld&#39;, starting_position = &#39;x&#39;)
+        &#39;egrekthnnf&#39;
+        &#34;&#34;&#34;
+        if starting_position:
+            self.set_position(starting_position)
+        transformed = &#39;&#39;
+        for l in message:
+            transformed += self.encipher_letter(l)
+        return transformed
+    decipher = encipher
+
+    def set_position(self, position):
+        &#34;&#34;&#34;Sets the position of the wheel, by specifying the letter the arrow
+        points to.
+
+        &gt;&gt;&gt; pe.set_position(&#39;a&#39;)
+        0
+        &gt;&gt;&gt; pe.set_position(&#39;m&#39;)
+        12
+        &gt;&gt;&gt; pe.set_position(&#39;z&#39;)
+        25
+        &#34;&#34;&#34;
+        self.position = pos(position)
+        return self.position</code></pre>
+</details>
+<h3>Methods</h3>
+<dl>
+<dt id="szyfrow.pocket_enigma.PocketEnigma.advance"><code class="name flex">
+<span>def <span class="ident">advance</span></span>(<span>self)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Advances the wheel one position.</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; pe.set_position('f')
+5
+&gt;&gt;&gt; pe.advance()
+6
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def advance(self):
+    &#34;&#34;&#34;Advances the wheel one position.
+
+    &gt;&gt;&gt; pe.set_position(&#39;f&#39;)
+    5
+    &gt;&gt;&gt; pe.advance()
+    6
+    &#34;&#34;&#34;
+    self.position = (self.position + 1) % 26
+    return self.position</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.pocket_enigma.PocketEnigma.decipher"><code class="name flex">
+<span>def <span class="ident">decipher</span></span>(<span>self, message, starting_position=None)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Enciphers a whole message.</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; pe.set_position('f')
+5
+&gt;&gt;&gt; pe.encipher('helloworld')
+'kjsglcjoqc'
+&gt;&gt;&gt; pe.set_position('f')
+5
+&gt;&gt;&gt; pe.encipher('kjsglcjoqc')
+'helloworld'
+&gt;&gt;&gt; pe.encipher('helloworld', starting_position = 'x')
+'egrekthnnf'
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def encipher(self, message, starting_position=None):
+    &#34;&#34;&#34;Enciphers a whole message.
+
+    &gt;&gt;&gt; pe.set_position(&#39;f&#39;)
+    5
+    &gt;&gt;&gt; pe.encipher(&#39;helloworld&#39;)
+    &#39;kjsglcjoqc&#39;
+    &gt;&gt;&gt; pe.set_position(&#39;f&#39;)
+    5
+    &gt;&gt;&gt; pe.encipher(&#39;kjsglcjoqc&#39;)
+    &#39;helloworld&#39;
+    &gt;&gt;&gt; pe.encipher(&#39;helloworld&#39;, starting_position = &#39;x&#39;)
+    &#39;egrekthnnf&#39;
+    &#34;&#34;&#34;
+    if starting_position:
+        self.set_position(starting_position)
+    transformed = &#39;&#39;
+    for l in message:
+        transformed += self.encipher_letter(l)
+    return transformed</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.pocket_enigma.PocketEnigma.decipher_letter"><code class="name flex">
+<span>def <span class="ident">decipher_letter</span></span>(<span>self, letter)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Enciphers a single letter, by advancing the wheel before looking up
+the letter on the wheel.</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; pe.set_position('f')
+5
+&gt;&gt;&gt; pe.encipher_letter('k')
+'h'
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def encipher_letter(self, letter):
+    &#34;&#34;&#34;Enciphers a single letter, by advancing the wheel before looking up
+    the letter on the wheel.
+
+    &gt;&gt;&gt; pe.set_position(&#39;f&#39;)
+    5
+    &gt;&gt;&gt; pe.encipher_letter(&#39;k&#39;)
+    &#39;h&#39;
+    &#34;&#34;&#34;
+    self.advance()
+    return self.lookup(letter)</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.pocket_enigma.PocketEnigma.encipher"><code class="name flex">
+<span>def <span class="ident">encipher</span></span>(<span>self, message, starting_position=None)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Enciphers a whole message.</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; pe.set_position('f')
+5
+&gt;&gt;&gt; pe.encipher('helloworld')
+'kjsglcjoqc'
+&gt;&gt;&gt; pe.set_position('f')
+5
+&gt;&gt;&gt; pe.encipher('kjsglcjoqc')
+'helloworld'
+&gt;&gt;&gt; pe.encipher('helloworld', starting_position = 'x')
+'egrekthnnf'
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def encipher(self, message, starting_position=None):
+    &#34;&#34;&#34;Enciphers a whole message.
+
+    &gt;&gt;&gt; pe.set_position(&#39;f&#39;)
+    5
+    &gt;&gt;&gt; pe.encipher(&#39;helloworld&#39;)
+    &#39;kjsglcjoqc&#39;
+    &gt;&gt;&gt; pe.set_position(&#39;f&#39;)
+    5
+    &gt;&gt;&gt; pe.encipher(&#39;kjsglcjoqc&#39;)
+    &#39;helloworld&#39;
+    &gt;&gt;&gt; pe.encipher(&#39;helloworld&#39;, starting_position = &#39;x&#39;)
+    &#39;egrekthnnf&#39;
+    &#34;&#34;&#34;
+    if starting_position:
+        self.set_position(starting_position)
+    transformed = &#39;&#39;
+    for l in message:
+        transformed += self.encipher_letter(l)
+    return transformed</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.pocket_enigma.PocketEnigma.encipher_letter"><code class="name flex">
+<span>def <span class="ident">encipher_letter</span></span>(<span>self, letter)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Enciphers a single letter, by advancing the wheel before looking up
+the letter on the wheel.</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; pe.set_position('f')
+5
+&gt;&gt;&gt; pe.encipher_letter('k')
+'h'
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def encipher_letter(self, letter):
+    &#34;&#34;&#34;Enciphers a single letter, by advancing the wheel before looking up
+    the letter on the wheel.
+
+    &gt;&gt;&gt; pe.set_position(&#39;f&#39;)
+    5
+    &gt;&gt;&gt; pe.encipher_letter(&#39;k&#39;)
+    &#39;h&#39;
+    &#34;&#34;&#34;
+    self.advance()
+    return self.lookup(letter)</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.pocket_enigma.PocketEnigma.lookup"><code class="name flex">
+<span>def <span class="ident">lookup</span></span>(<span>self, letter)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Look up what a letter enciphers to, without turning the wheel.</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; pe.set_position('f')
+5
+&gt;&gt;&gt; cat([pe.lookup(l) for l in string.ascii_lowercase])
+'udhbfejcpgmokrliwntsayqzvx'
+&gt;&gt;&gt; pe.lookup('A')
+''
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def lookup(self, letter):
+    &#34;&#34;&#34;Look up what a letter enciphers to, without turning the wheel.
+
+    &gt;&gt;&gt; pe.set_position(&#39;f&#39;)
+    5
+    &gt;&gt;&gt; cat([pe.lookup(l) for l in string.ascii_lowercase])
+    &#39;udhbfejcpgmokrliwntsayqzvx&#39;
+    &gt;&gt;&gt; pe.lookup(&#39;A&#39;)
+    &#39;&#39;
+    &#34;&#34;&#34;
+    if letter in string.ascii_lowercase:
+        return unpos(
+            (self.wheel_map[(pos(letter) - self.position) % 26] + 
+                self.position))
+    else:
+        return &#39;&#39;</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.pocket_enigma.PocketEnigma.make_wheel_map"><code class="name flex">
+<span>def <span class="ident">make_wheel_map</span></span>(<span>self, wheel_spec)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Expands a wheel specification from a list of letter-letter pairs
+into a full wheel_map.</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; pe.make_wheel_map(pe.wheel2)
+[2, 3, 0, 1, 22, 8, 15, 12, 5, 10, 9, 13, 7, 11, 16, 6, 14, 25, 20, 21, 18, 19, 4, 24, 23, 17]
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def make_wheel_map(self, wheel_spec):
+    &#34;&#34;&#34;Expands a wheel specification from a list of letter-letter pairs
+    into a full wheel_map.
+
+    &gt;&gt;&gt; pe.make_wheel_map(pe.wheel2)
+    [2, 3, 0, 1, 22, 8, 15, 12, 5, 10, 9, 13, 7, 11, 16, 6, 14, 25, 20, 21, 18, 19, 4, 24, 23, 17]
+    &#34;&#34;&#34;
+    self.validate_wheel_spec(wheel_spec)
+    self.wheel_map = [0] * 26
+    for p in wheel_spec:
+        self.wheel_map[pos(p[0])] = pos(p[1])
+        self.wheel_map[pos(p[1])] = pos(p[0])
+    return self.wheel_map</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.pocket_enigma.PocketEnigma.set_position"><code class="name flex">
+<span>def <span class="ident">set_position</span></span>(<span>self, position)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Sets the position of the wheel, by specifying the letter the arrow
+points to.</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; pe.set_position('a')
+0
+&gt;&gt;&gt; pe.set_position('m')
+12
+&gt;&gt;&gt; pe.set_position('z')
+25
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def set_position(self, position):
+    &#34;&#34;&#34;Sets the position of the wheel, by specifying the letter the arrow
+    points to.
+
+    &gt;&gt;&gt; pe.set_position(&#39;a&#39;)
+    0
+    &gt;&gt;&gt; pe.set_position(&#39;m&#39;)
+    12
+    &gt;&gt;&gt; pe.set_position(&#39;z&#39;)
+    25
+    &#34;&#34;&#34;
+    self.position = pos(position)
+    return self.position</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.pocket_enigma.PocketEnigma.validate_wheel_spec"><code class="name flex">
+<span>def <span class="ident">validate_wheel_spec</span></span>(<span>self, wheel_spec)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Validates that a wheel specificaiton will turn into a valid wheel
+map.</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; pe.validate_wheel_spec([])
+Traceback (most recent call last):
+    ...
+ValueError: Wheel specification has 0 pairs, requires 13
+&gt;&gt;&gt; pe.validate_wheel_spec([('a', 'b', 'c')]*13)
+Traceback (most recent call last):
+    ...
+ValueError: Not all mappings in wheel specificationhave two elements
+&gt;&gt;&gt; pe.validate_wheel_spec([('a', 'b')]*13)
+Traceback (most recent call last):
+    ...
+ValueError: Wheel specification does not contain 26 letters
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def validate_wheel_spec(self, wheel_spec):
+    &#34;&#34;&#34;Validates that a wheel specificaiton will turn into a valid wheel
+    map.
+
+    &gt;&gt;&gt; pe.validate_wheel_spec([])
+    Traceback (most recent call last):
+        ...
+    ValueError: Wheel specification has 0 pairs, requires 13
+    &gt;&gt;&gt; pe.validate_wheel_spec([(&#39;a&#39;, &#39;b&#39;, &#39;c&#39;)]*13)
+    Traceback (most recent call last):
+        ...
+    ValueError: Not all mappings in wheel specificationhave two elements
+    &gt;&gt;&gt; pe.validate_wheel_spec([(&#39;a&#39;, &#39;b&#39;)]*13)
+    Traceback (most recent call last):
+        ...
+    ValueError: Wheel specification does not contain 26 letters
+    &#34;&#34;&#34;
+    if len(wheel_spec) != 13:
+        raise ValueError(&#34;Wheel specification has {} pairs, requires 13&#34;.
+            format(len(wheel_spec)))
+    for p in wheel_spec:
+        if len(p) != 2:
+            raise ValueError(&#34;Not all mappings in wheel specification&#34;
+                &#34;have two elements&#34;)
+    if len(set([p[0] for p in wheel_spec] + 
+                [p[1] for p in wheel_spec])) != 26:
+        raise ValueError(&#34;Wheel specification does not contain 26 letters&#34;)</code></pre>
+</details>
+</dd>
+</dl>
+</dd>
+</dl>
+</section>
+</article>
+<nav id="sidebar">
+<h1>Index</h1>
+<div class="toc">
+<ul></ul>
+</div>
+<ul id="index">
+<li><h3>Super-module</h3>
+<ul>
+<li><code><a title="szyfrow" href="index.html">szyfrow</a></code></li>
+</ul>
+</li>
+<li><h3><a href="#header-functions">Functions</a></h3>
+<ul class="">
+<li><code><a title="szyfrow.pocket_enigma.cat" href="#szyfrow.pocket_enigma.cat">cat</a></code></li>
+<li><code><a title="szyfrow.pocket_enigma.lcat" href="#szyfrow.pocket_enigma.lcat">lcat</a></code></li>
+<li><code><a title="szyfrow.pocket_enigma.pocket_enigma_break_by_crib" href="#szyfrow.pocket_enigma.pocket_enigma_break_by_crib">pocket_enigma_break_by_crib</a></code></li>
+<li><code><a title="szyfrow.pocket_enigma.wcat" href="#szyfrow.pocket_enigma.wcat">wcat</a></code></li>
+</ul>
+</li>
+<li><h3><a href="#header-classes">Classes</a></h3>
+<ul>
+<li>
+<h4><code><a title="szyfrow.pocket_enigma.PocketEnigma" href="#szyfrow.pocket_enigma.PocketEnigma">PocketEnigma</a></code></h4>
+<ul class="two-column">
+<li><code><a title="szyfrow.pocket_enigma.PocketEnigma.advance" href="#szyfrow.pocket_enigma.PocketEnigma.advance">advance</a></code></li>
+<li><code><a title="szyfrow.pocket_enigma.PocketEnigma.decipher" href="#szyfrow.pocket_enigma.PocketEnigma.decipher">decipher</a></code></li>
+<li><code><a title="szyfrow.pocket_enigma.PocketEnigma.decipher_letter" href="#szyfrow.pocket_enigma.PocketEnigma.decipher_letter">decipher_letter</a></code></li>
+<li><code><a title="szyfrow.pocket_enigma.PocketEnigma.encipher" href="#szyfrow.pocket_enigma.PocketEnigma.encipher">encipher</a></code></li>
+<li><code><a title="szyfrow.pocket_enigma.PocketEnigma.encipher_letter" href="#szyfrow.pocket_enigma.PocketEnigma.encipher_letter">encipher_letter</a></code></li>
+<li><code><a title="szyfrow.pocket_enigma.PocketEnigma.lookup" href="#szyfrow.pocket_enigma.PocketEnigma.lookup">lookup</a></code></li>
+<li><code><a title="szyfrow.pocket_enigma.PocketEnigma.make_wheel_map" href="#szyfrow.pocket_enigma.PocketEnigma.make_wheel_map">make_wheel_map</a></code></li>
+<li><code><a title="szyfrow.pocket_enigma.PocketEnigma.set_position" href="#szyfrow.pocket_enigma.PocketEnigma.set_position">set_position</a></code></li>
+<li><code><a title="szyfrow.pocket_enigma.PocketEnigma.validate_wheel_spec" href="#szyfrow.pocket_enigma.PocketEnigma.validate_wheel_spec">validate_wheel_spec</a></code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</nav>
+</main>
+<footer id="footer">
+<p>Generated by <a href="https://pdoc3.github.io/pdoc"><cite>pdoc</cite> 0.9.2</a>.</p>
+</footer>
+</body>
+</html>
\ No newline at end of file
diff --git a/docs/szyfrow/polybius.html b/docs/szyfrow/polybius.html
new file mode 100644 (file)
index 0000000..16994da
--- /dev/null
@@ -0,0 +1,566 @@
+<!doctype html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
+<meta name="generator" content="pdoc 0.9.2" />
+<title>szyfrow.polybius API documentation</title>
+<meta name="description" content="Simple digraph substitution cipher, using the
+[Polybius square](https://en.wikipedia.org/wiki/Polybius_square). Enciphering
+and deciphering, and a …" />
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/sanitize.min.css" integrity="sha256-PK9q560IAAa6WVRRh76LtCaI8pjTJ2z11v0miyNNjrs=" crossorigin>
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/typography.min.css" integrity="sha256-7l/o7C8jubJiy74VsKTidCy1yBkRtiUGbVkYBylBqUg=" crossorigin>
+<link rel="stylesheet preload" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/styles/github.min.css" crossorigin>
+<style>:root{--highlight-color:#fe9}.flex{display:flex !important}body{line-height:1.5em}#content{padding:20px}#sidebar{padding:30px;overflow:hidden}#sidebar > *:last-child{margin-bottom:2cm}.http-server-breadcrumbs{font-size:130%;margin:0 0 15px 0}#footer{font-size:.75em;padding:5px 30px;border-top:1px solid #ddd;text-align:right}#footer p{margin:0 0 0 1em;display:inline-block}#footer p:last-child{margin-right:30px}h1,h2,h3,h4,h5{font-weight:300}h1{font-size:2.5em;line-height:1.1em}h2{font-size:1.75em;margin:1em 0 .50em 0}h3{font-size:1.4em;margin:25px 0 10px 0}h4{margin:0;font-size:105%}h1:target,h2:target,h3:target,h4:target,h5:target,h6:target{background:var(--highlight-color);padding:.2em 0}a{color:#058;text-decoration:none;transition:color .3s ease-in-out}a:hover{color:#e82}.title code{font-weight:bold}h2[id^="header-"]{margin-top:2em}.ident{color:#900}pre code{background:#f8f8f8;font-size:.8em;line-height:1.4em}code{background:#f2f2f1;padding:1px 4px;overflow-wrap:break-word}h1 code{background:transparent}pre{background:#f8f8f8;border:0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;margin:1em 0;padding:1ex}#http-server-module-list{display:flex;flex-flow:column}#http-server-module-list div{display:flex}#http-server-module-list dt{min-width:10%}#http-server-module-list p{margin-top:0}.toc ul,#index{list-style-type:none;margin:0;padding:0}#index code{background:transparent}#index h3{border-bottom:1px solid #ddd}#index ul{padding:0}#index h4{margin-top:.6em;font-weight:bold}@media (min-width:200ex){#index .two-column{column-count:2}}@media (min-width:300ex){#index .two-column{column-count:3}}dl{margin-bottom:2em}dl dl:last-child{margin-bottom:4em}dd{margin:0 0 1em 3em}#header-classes + dl > dd{margin-bottom:3em}dd dd{margin-left:2em}dd p{margin:10px 0}.name{background:#eee;font-weight:bold;font-size:.85em;padding:5px 10px;display:inline-block;min-width:40%}.name:hover{background:#e0e0e0}dt:target .name{background:var(--highlight-color)}.name > span:first-child{white-space:nowrap}.name.class > span:nth-child(2){margin-left:.4em}.inherited{color:#999;border-left:5px solid #eee;padding-left:1em}.inheritance em{font-style:normal;font-weight:bold}.desc h2{font-weight:400;font-size:1.25em}.desc h3{font-size:1em}.desc dt code{background:inherit}.source summary,.git-link-div{color:#666;text-align:right;font-weight:400;font-size:.8em;text-transform:uppercase}.source summary > *{white-space:nowrap;cursor:pointer}.git-link{color:inherit;margin-left:1em}.source pre{max-height:500px;overflow:auto;margin:0}.source pre code{font-size:12px;overflow:visible}.hlist{list-style:none}.hlist li{display:inline}.hlist li:after{content:',\2002'}.hlist li:last-child:after{content:none}.hlist .hlist{display:inline;padding-left:1em}img{max-width:100%}td{padding:0 .5em}.admonition{padding:.1em .5em;margin-bottom:1em}.admonition-title{font-weight:bold}.admonition.note,.admonition.info,.admonition.important{background:#aef}.admonition.todo,.admonition.versionadded,.admonition.tip,.admonition.hint{background:#dfd}.admonition.warning,.admonition.versionchanged,.admonition.deprecated{background:#fd4}.admonition.error,.admonition.danger,.admonition.caution{background:lightpink}</style>
+<style media="screen and (min-width: 700px)">@media screen and (min-width:700px){#sidebar{width:30%;height:100vh;overflow:auto;position:sticky;top:0}#content{width:70%;max-width:100ch;padding:3em 4em;border-left:1px solid #ddd}pre code{font-size:1em}.item .name{font-size:1em}main{display:flex;flex-direction:row-reverse;justify-content:flex-end}.toc ul ul,#index ul{padding-left:1.5em}.toc > ul > li{margin-top:.5em}}</style>
+<style media="print">@media print{#sidebar h1{page-break-before:always}.source{display:none}}@media print{*{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a[href]:after{content:" (" attr(href) ")";font-size:90%}a[href][title]:after{content:none}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:0.5cm}p,h2,h3{orphans:3;widows:3}h1,h2,h3,h4,h5,h6{page-break-after:avoid}}</style>
+<script defer src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/highlight.min.js" integrity="sha256-Uv3H6lx7dJmRfRvH8TH6kJD1TSK1aFcwgx+mdg3epi8=" crossorigin></script>
+<script>window.addEventListener('DOMContentLoaded', () => hljs.initHighlighting())</script>
+</head>
+<body>
+<main>
+<article id="content">
+<header>
+<h1 class="title">Module <code>szyfrow.polybius</code></h1>
+</header>
+<section id="section-intro">
+<p>Simple digraph substitution cipher, using the
+<a href="https://en.wikipedia.org/wiki/Polybius_square">Polybius square</a>. Enciphering
+and deciphering, and a couple of ways to break these ciphers.</p>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">&#34;&#34;&#34;Simple digraph substitution cipher, using the 
+[Polybius square](https://en.wikipedia.org/wiki/Polybius_square). Enciphering
+and deciphering, and a couple of ways to break these ciphers.
+&#34;&#34;&#34;
+import multiprocessing 
+from szyfrow.support.utilities import *
+from szyfrow.support.language_models import *
+from szyfrow.keyword_cipher import KeywordWrapAlphabet, keyword_cipher_alphabet_of
+
+def polybius_grid(keyword, column_order, row_order, letters_to_merge=None,
+                  wrap_alphabet=KeywordWrapAlphabet.from_a):
+    &#34;&#34;&#34;Grid for a Polybius cipher, using a keyword to rearrange the
+    alphabet.
+
+
+    &gt;&gt;&gt; polybius_grid(&#39;a&#39;, &#39;abcde&#39;, &#39;abcde&#39;)[&#39;x&#39;] == (&#39;e&#39;, &#39;c&#39;)
+    True
+    &gt;&gt;&gt; polybius_grid(&#39;elephant&#39;, &#39;abcde&#39;, &#39;abcde&#39;)[&#39;e&#39;] == (&#39;a&#39;, &#39;a&#39;)
+    True
+    &gt;&gt;&gt; polybius_grid(&#39;elephant&#39;, &#39;abcde&#39;, &#39;abcde&#39;)[&#39;b&#39;] == (&#39;b&#39;, &#39;c&#39;)
+    True
+    &#34;&#34;&#34;
+    alphabet = keyword_cipher_alphabet_of(keyword, wrap_alphabet=wrap_alphabet)
+    if letters_to_merge is None: 
+        letters_to_merge = {&#39;j&#39;: &#39;i&#39;}
+    grid = {l: k 
+            for k, l in zip([(c, r) for c in column_order for r in row_order],
+                [l for l in alphabet if l not in letters_to_merge])}
+    for l in letters_to_merge:
+        grid[l] = grid[letters_to_merge[l]]
+    return grid
+
+def polybius_reverse_grid(keyword, column_order, row_order, letters_to_merge=None,
+                  wrap_alphabet=KeywordWrapAlphabet.from_a):
+    &#34;&#34;&#34;Grid for decrypting using a Polybius cipher, using a keyword to 
+    rearrange the alphabet.
+
+    &gt;&gt;&gt; polybius_reverse_grid(&#39;a&#39;, &#39;abcde&#39;, &#39;abcde&#39;)[&#39;e&#39;, &#39;c&#39;] == &#39;x&#39;
+    True
+    &gt;&gt;&gt; polybius_reverse_grid(&#39;elephant&#39;, &#39;abcde&#39;, &#39;abcde&#39;)[&#39;a&#39;, &#39;a&#39;] == &#39;e&#39;
+    True
+    &gt;&gt;&gt; polybius_reverse_grid(&#39;elephant&#39;, &#39;abcde&#39;, &#39;abcde&#39;)[&#39;b&#39;, &#39;c&#39;] == &#39;b&#39;
+    True
+    &#34;&#34;&#34;
+    alphabet = keyword_cipher_alphabet_of(keyword, wrap_alphabet=wrap_alphabet)
+    if letters_to_merge is None: 
+        letters_to_merge = {&#39;j&#39;: &#39;i&#39;}
+    grid = {k: l 
+            for k, l in zip([(c, r) for c in column_order for r in row_order],
+                [l for l in alphabet if l not in letters_to_merge])}
+    return grid  
+
+
+def polybius_flatten(pair, column_first):
+    &#34;&#34;&#34;Convert a pair of characters into a single string.&#34;&#34;&#34;
+    if column_first:
+        return str(pair[1]) + str(pair[0])
+    else:
+        return str(pair[0]) + str(pair[1])
+
+def polybius_encipher(message, keyword, column_order, row_order, 
+                      column_first=False,
+                      letters_to_merge=None, wrap_alphabet=KeywordWrapAlphabet.from_a): 
+    &#34;&#34;&#34;Encipher a message with Polybius cipher, using a keyword to rearrange
+    the alphabet
+
+    &gt;&gt;&gt; polybius_encipher(&#39;this is a test message for the &#39; \
+          &#39;polybius decipherment&#39;, &#39;elephant&#39;, \
+          [1, 2, 3, 4, 5], [1, 2, 3, 4, 5], \
+          wrap_alphabet=KeywordWrapAlphabet.from_last)
+    &#39;2214445544551522115522511155551543114252542214111352123234442355411135441314115451112122&#39;
+    &gt;&gt;&gt; polybius_encipher(&#39;this is a test message for the &#39; \
+          &#39;polybius decipherment&#39;, &#39;elephant&#39;, &#39;abcde&#39;, &#39;abcde&#39;, \
+          column_first=False)
+    &#39;bbadccddccddaebbaaddbbceaaddddaecbaacadadcbbadaaacdaabedbcccdeddbeaabdccacadaadcceaababb&#39;
+    &gt;&gt;&gt; polybius_encipher(&#39;this is a test message for the &#39; \
+          &#39;polybius decipherment&#39;, &#39;elephant&#39;, &#39;abcde&#39;, &#39;abcde&#39;, \
+          column_first=True)
+    &#39;bbdaccddccddeabbaaddbbecaaddddeabcaaacadcdbbdaaacaadbadecbccedddebaadbcccadaaacdecaaabbb&#39;
+    &#34;&#34;&#34;
+    grid = polybius_grid(keyword, column_order, row_order, letters_to_merge, wrap_alphabet)
+    return cat(polybius_flatten(grid[l], column_first)
+               for l in message
+               if l in grid)
+
+
+def polybius_decipher(message, keyword, column_order, row_order, 
+                      column_first=False,
+                      letters_to_merge=None, wrap_alphabet=KeywordWrapAlphabet.from_a):    
+    &#34;&#34;&#34;Decipher a message with a Polybius cipher, using a keyword to rearrange
+    the alphabet
+
+    &gt;&gt;&gt; polybius_decipher(&#39;bbdaccddccddeabbaaddbbecaaddddeabcaaacadcdbbdaaaca&#39;\
+    &#39;adbadecbccedddebaadbcccadaaacdecaaabbb&#39;, &#39;elephant&#39;, &#39;abcde&#39;, &#39;abcde&#39;, \
+    column_first=False)
+    &#39;toisisvtestxessvbephktoefhnugiysweqifoekxelt&#39;
+
+    &gt;&gt;&gt; polybius_decipher(&#39;bbdaccddccddeabbaaddbbecaaddddeabcaaacadcdbbdaaaca&#39;\
+    &#39;adbadecbccedddebaadbcccadaaacdecaaabbb&#39;, &#39;elephant&#39;, &#39;abcde&#39;, &#39;abcde&#39;, \
+    column_first=True)
+    &#39;thisisatestmessageforthepolybiusdecipherment&#39;
+    &#34;&#34;&#34;
+    grid = polybius_reverse_grid(keyword, column_order, row_order, letters_to_merge, wrap_alphabet)
+    column_index_type = type(column_order[0])
+    row_index_type = type(row_order[0])
+    if column_first:
+        pairs = [(column_index_type(p[1]), row_index_type(p[0])) 
+          for p in chunks(message, 2)]
+    else:
+        pairs = [(row_index_type(p[0]), column_index_type(p[1])) 
+          for p in chunks(message, 2)]
+    return cat(grid[p] for p in pairs if p in grid)
+
+
+def polybius_break(message, column_labels, row_labels,
+                      letters_to_merge=None,
+                      wordlist=keywords, fitness=Pletters,
+                      number_of_solutions=1, chunksize=500):
+    &#34;&#34;&#34;Breaks a Polybius substitution cipher using a dictionary and
+    frequency analysis
+
+    &gt;&gt;&gt; polybius_break_mp(polybius_encipher(&#39;this is a test message for the &#39; \
+          &#39;polybius decipherment&#39;, &#39;elephant&#39;, &#39;abcde&#39;, &#39;abcde&#39;), \
+          &#39;abcde&#39;, &#39;abcde&#39;, \
+          wordlist=[&#39;cat&#39;, &#39;elephant&#39;, &#39;kangaroo&#39;]) # doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE
+    ((&#39;elephant&#39;, &lt;KeywordWrapAlphabet.from_a: 1&gt;, &#39;abcde&#39;, &#39;abcde&#39;, False), \
+    -54.53880...)
+    &gt;&gt;&gt; polybius_break_mp(polybius_encipher(&#39;this is a test message for the &#39; \
+          &#39;polybius decipherment&#39;, &#39;elephant&#39;, &#39;abcde&#39;, &#39;abcde&#39;, column_first=True), \
+          &#39;abcde&#39;, &#39;abcde&#39;, \
+          wordlist=[&#39;cat&#39;, &#39;elephant&#39;, &#39;kangaroo&#39;]) # doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE
+    ((&#39;elephant&#39;, &lt;KeywordWrapAlphabet.from_a: 1&gt;, &#39;abcde&#39;, &#39;abcde&#39;, True), \
+    -54.53880...)
+    &gt;&gt;&gt; polybius_break_mp(polybius_encipher(&#39;this is a test message for the &#39; \
+          &#39;polybius decipherment&#39;, &#39;elephant&#39;, &#39;abcde&#39;, &#39;abcde&#39;, column_first=False), \
+          &#39;abcde&#39;, &#39;abcde&#39;, \
+          wordlist=[&#39;cat&#39;, &#39;elephant&#39;, &#39;kangaroo&#39;]) # doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE
+    ((&#39;elephant&#39;, &lt;KeywordWrapAlphabet.from_a: 1&gt;, &#39;abcde&#39;, &#39;abcde&#39;, False), \
+    -54.53880...)
+    &gt;&gt;&gt; polybius_break_mp(polybius_encipher(&#39;this is a test message for the &#39; \
+          &#39;polybius decipherment&#39;, &#39;elephant&#39;, &#39;abcde&#39;, &#39;pqrst&#39;, column_first=True), \
+          &#39;abcde&#39;, &#39;pqrst&#39;, \
+          wordlist=[&#39;cat&#39;, &#39;elephant&#39;, &#39;kangaroo&#39;]) # doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE
+    ((&#39;elephant&#39;, &lt;KeywordWrapAlphabet.from_a: 1&gt;, &#39;abcde&#39;, &#39;pqrst&#39;, True), \
+    -54.53880...)
+    &#34;&#34;&#34;
+    if letters_to_merge is None: 
+        letters_to_merge = {&#39;j&#39;: &#39;i&#39;}
+    with multiprocessing.Pool() as pool:
+        helper_args = [(message, word, wrap, 
+                        column_labels, row_labels, column_first, 
+                        letters_to_merge, 
+                        fitness)
+                       for word in wordlist
+                       for wrap in KeywordWrapAlphabet
+                       for column_first in [False, True]]
+        # Gotcha: the helper function here needs to be defined at the top level
+        #   (limitation of Pool.starmap)
+        breaks = pool.starmap(polybius_break_worker, helper_args, chunksize)
+        if number_of_solutions == 1:
+            return max(breaks, key=lambda k: k[1])
+        else:
+            return sorted(breaks, key=lambda k: k[1], reverse=True)[:number_of_solutions]
+
+def polybius_break_worker(message, keyword, wrap_alphabet, 
+                          column_order, row_order, column_first, 
+                          letters_to_merge, 
+                          fitness):
+    plaintext = polybius_decipher(message, keyword, 
+                                  column_order, row_order, 
+                                  column_first=column_first,
+                                  letters_to_merge=letters_to_merge, 
+                                  wrap_alphabet=wrap_alphabet)
+    if plaintext:
+        fit = fitness(plaintext)
+    else:
+        fit = float(&#39;-inf&#39;)
+    return (keyword, wrap_alphabet, column_order, row_order, column_first), fit
+
+if __name__ == &#34;__main__&#34;:
+    import doctest</code></pre>
+</details>
+</section>
+<section>
+</section>
+<section>
+</section>
+<section>
+<h2 class="section-title" id="header-functions">Functions</h2>
+<dl>
+<dt id="szyfrow.polybius.cat"><code class="name flex">
+<span>def <span class="ident">cat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+<dt id="szyfrow.polybius.lcat"><code class="name flex">
+<span>def <span class="ident">lcat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+<dt id="szyfrow.polybius.polybius_break"><code class="name flex">
+<span>def <span class="ident">polybius_break</span></span>(<span>message, column_labels, row_labels, letters_to_merge=None, wordlist=['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', 'ac', 'ad', 'ag', 'ah', 'ak', 'al', 'am', 'an', 'ap', 'ar', 'as', 'at', 'au', 'av', 'ax', 'ay', 'az', 'ba', 'be', 'bi', 'bk', 'bp', 'br', 'bs', 'by', 'ca', 'cb', 'cd', 'cf', 'ci', 'cl', 'cm', 'co', 'cr', 'cs', 'ct', 'cu', 'cz', 'db', 'dc', 'de', 'di', 'do', 'dr', 'ds', 'du', 'ed', 'eg', 'eh', 'el', 'em', 'en', 'er', 'es', 'et', 'eu', 'ex', 'fa', 'fe', 'fl', 'fm', 'fr', 'fs', 'ft', 'ga', 'gd', 'ge', 'gm', 'go', 'gs', 'gu', 'ha', 'he', 'hf', 'hg', 'hi', 'hm', 'ho', 'hs', 'hz', 'ia', 'id', 'ie', 'if', 'ii', 'il', 'im', 'in', 'io', 'iq', 'ir', 'is', 'it', 'iv', 'ix', 'jo', 'jr', 'js', 'kc', 'kr', 'ks', 'ku', 'kw', 'ky', 'la', 'le', 'li', 'ln', 'lo', 'lr', 'ls', 'lt', 'lu', 'ma', 'mb', 'md', 'me', 'mg', 'mi', 'mn', 'mo', 'mr', 'ms', 'mt', 'mu', 'my', 'na', 'nb', 'nc', 'nd', 'ne', 'nh', 'ni', 'nj', 'nm', 'no', 'np', 'ns', 'nu', 'nv', 'nw', 'ny', 'ob', 'of', 'oh', 'ok', 'on', 'or', 'os', 'ow', 'ox', 'oz', 'pa', 'pb', 'pd', 'pe', 'ph', 'pi', 'pl', 'pm', 'po', 'pr', 'ps', 'pt', 'pu', 'qs', 'ra', 'rb', 'rd', 're', 'rh', 'ri', 'rn', 'rs', 'ru', 'rx', 'sa', 'sb', 'sc', 'sd', 'se', 'sh', 'si', 'sm', 'sn', 'so', 'sq', 'sr', 'ss', 'st', 'sw', 'ta', 'tb', 'tc', 'th', 'ti', 'tl', 'tm', 'tn', 'to', 'ts', 'tv', 'tx', 'ty', 'uh', 'uk', 'um', 'un', 'up', 'ur', 'us', 'ut', 'va', 'vi', 'vs', 'vt', 'wa', 'we', 'wi', 'wm', 'ws', 'wu', 'wv', 'wy', 'xe', 'xi', 'xs', 'yb', 'ye', 'yo', 'ys', 'zn', 'zr', 'zs', 'aaa', 'aas', 'aau', 'aba', 'abb', 'abc', 'abe', 'abo', 'abs', 'ace', 'acm', 'acs', 'act', 'ada', 'add', 'ado', 'ads', 'adz', 'aft', 'age', 'ago', 'ags', 'aha', 'aid', 'ail', 'aim', 'air', 'ais', 'ala', 'alb', 'ale', 'ali', 'all', 'alp', 'als', 'ama', 'ami', 'amp', 'ams', 'amy', 'ana', 'and', 'ani', 'ann', 'ant', 'any', 'aol', 'ape', 'apr', 'aps', 'apt', 'ara', 'arc', 'are', 'ark', 'arm', 'ars', 'art', 'ash', 'ask', 'asp', 'ass', 'ate', 'ats', 'att', 'aug', 'auk', 'aus', 'ava', 'ave', 'avs', 'awe', 'awl', 'awn', 'axe', 'axs', 'aye', 'ays', 'azs', 'baa', 'bad', 'bag', 'bah', 'bam', 'ban', 'bar', 'bas', 'bat', 'bay', 'bbs', 'bcs', 'bed', 'bee', 'beg', 'bel', 'ben', 'bes', 'bet', 'bey', 'bib', 'bic', 'bid', 'big', 'bin', 'bis', 'bit', 'biz', 'bks', 'blu', 'bms', 'bmw', 'boa', 'bob', 'bog', 'bon', 'boo', 'bop', 'bow', 'box', 'boy', 'bra', 'brr', 'brs', 'bss', 'btl', 'btu', 'bub', 'bud', 'bug', 'bum', 'bun', 'bur', 'bus', 'but', 'buy', 'bye', 'bys', 'cab', 'cad', 'caf', 'cal', 'cam', 'can', 'cap', 'car', 'cas', 'cat', 'caw', 'cbs', 'cdc', 'cdr', 'cds', 'ceq', 'cfs', 'che', 'chi', 'cia', 'cid', 'cit', 'cls', 'cms', 'cob', 'cod', 'cog', 'col', 'com', 'con', 'coo', 'cop', 'cos', 'cot', 'cow', 'cox', 'coy', 'cpa', 'cpu', 'crs', 'crt', 'cry', 'cts', 'cub', 'cud', 'cue', 'cup', 'cur', 'cus', 'cut', 'dab', 'dad', 'dam', 'dan', 'dar', 'das', 'day', 'dcs', 'dds', 'deb', 'dec', 'dee', 'del', 'dem', 'den', 'des', 'dew', 'dey', 'did', 'die', 'dig', 'dim', 'din', 'dip', 'dis', 'dix', 'dna', 'doc', 'dod', 'doe', 'dog', 'don', 'dos', 'dot', 'dow', 'dps', 'dry', 'dub', 'dud', 'due', 'dug', 'duh', 'dun', 'duo', 'dye', 'ear', 'eat', 'ebb', 'eco', 'eds', 'edt', 'eel', 'eer', 'eft', 'egg', 'ego', 'eke', 'elf', 'eli', 'elk', 'ell', 'elm', 'ely', 'ems', 'emu', 'end', 'eng', 'eon', 'epa', 'era', 'ere', 'erg', 'err', 'ers', 'esq', 'est', 'eta', 'etc', 'eus', 'eva', 'eve', 'ewe', 'exs', 'eye', 'faa', 'fad', 'fag', 'fan', 'far', 'fas', 'fat', 'fax', 'fay', 'fbi', 'fcc', 'fda', 'fdr', 'feb', 'fed', 'fee', 'fen', 'fer', 'fes', 'few', 'fey', 'fez', 'fib', 'fie', 'fig', 'fin', 'fir', 'fit', 'fix', 'fla', 'flo', 'flu', 'fly', 'fmc', 'fms', 'fob', 'foe', 'fog', 'fop', 'for', 'fox', 'fpc', 'fri', 'fro', 'frs', 'fry', 'ftc', 'fte', 'fum', 'fun', 'fur', 'gab', 'gad', 'gag', 'gal', 'gam', 'gao', 'gap', 'gar', 'gas', 'gay', 'gcd', 'gds', 'gee', 'gel', 'gem', 'gen', 'geo', 'ger', 'ges', 'get', 'gig', 'gil', 'gin', 'gmt', 'gnp', 'gnu', 'goa', 'gob', 'god', 'gog', 'goo', 'gop', 'gos', 'got', 'gpo', 'gps', 'gsa', 'gte', 'gum', 'gun', 'gus', 'gut', 'guy', 'gym', 'gyp', 'had', 'hag', 'hah', 'hal', 'ham', 'han', 'hap', 'has', 'hat', 'haw', 'hay', 'hed', 'hem', 'hen', 'hep', 'her', 'hes', 'hew', 'hex', 'hey', 'hfs', 'hgs', 'hid', 'hie', 'him', 'hip', 'his', 'hit', 'hob', 'hoc', 'hod', 'hoe', 'hog', 'hoi', 'hom', 'hon', 'hop', 'hos', 'hot', 'how', 'hoy', 'hps', 'hqs', 'hub', 'hue', 'hug', 'huh', 'hui', 'hum', 'hun', 'hus', 'hut', 'hzs', 'ian', 'ibm', 'ibn', 'ibo', 'icc', 'ice', 'icy', 'ida', 'ids', 'ifs', 'iii', 'ike', 'ila', 'ilk', 'ill', 'imp', 'ina', 'inc', 'ind', 'ing', 'ink', 'inn', 'ins', 'ion', 'ios', 'iqs', 'ira', 'ire', 'irk', 'irs', 'ism', 'itd', 'ito', 'its', 'itt', 'iva', 'ive', 'ivs', 'ivy', 'jab', 'jag', 'jam', 'jan', 'jar', 'jaw', 'jay', 'jed', 'jet', 'jew', 'jfk', 'jib', 'jig', 'jim', 'job', 'joe', 'jog', 'jon', 'jos', 'jot', 'joy', 'jrs', 'jug', 'jul', 'jun', 'jut', 'kay', 'keg', 'ken', 'key', 'kfc', 'khz', 'kid', 'kim', 'kin', 'kip', 'kit', 'kln', 'krs', 'lab', 'lac', 'lad', 'lag', 'lam', 'lan', 'lao', 'lap', 'las', 'law', 'lax', 'lay', 'lbj', 'lea', 'led', 'lee', 'leg', 'lei', 'len', 'leo', 'les', 'let', 'lev', 'lew', 'lib', 'lid', 'lie', 'lim', 'lin', 'lip', 'lis', 'lit', 'liz', 'lob', 'log', 'lon', 'lop', 'los', 'lot', 'lou', 'low', 'lox', 'loy', 'lsi', 'ltd', 'ltv', 'lug', 'lus', 'lux', 'luz', 'lye', 'lyx', 'mac', 'mad', 'mae', 'mai', 'maj', 'man', 'mao', 'map', 'mar', 'mas', 'mat', 'maw', 'max', 'may', 'mba', 'mbs', 'mci', 'mds', 'meg', 'mel', 'men', 'mes', 'met', 'mew', 'mgm', 'mgs', 'mhz', 'mia', 'mid', 'mig', 'mil', 'min', 'mir', 'mis', 'mit', 'mix', 'mle', 'mns', 'mob', 'mod', 'moe', 'mom', 'mon', 'moo', 'mop', 'mos', 'mot', 'mow', 'mph', 'mps', 'mrs', 'mss', 'mts', 'mud', 'mug', 'mum', 'mys', 'nab', 'nag', 'nam', 'nan', 'nap', 'nas', 'nat', 'nay', 'nbc', 'nbs', 'ncc', 'nco', 'ncr', 'nds', 'ned', 'nee', 'nes', 'net', 'nev', 'new', 'nib', 'nih', 'nil', 'nip', 'nit', 'nix', 'nne', 'nnw', 'nob', 'nod', 'noe', 'noh', 'non', 'nor', 'nos', 'not', 'nov', 'now', 'nps', 'nrc', 'nsf', 'nth', 'nub', 'nun', 'nut', 'nws', 'nyc', 'nyu', 'oaf', 'oak', 'oar', 'oat', 'obs', 'oct', 'odd', 'ode', 'ods', 'oer', 'off', 'oft', 'ohm', 'oho', 'ohs', 'oil', 'oks', 'ola', 'old', 'one', 'ono', 'opt', 'ora', 'orb', 'ore', 'orr', 'ors', 'ott', 'our', 'out', 'ova', 'owe', 'owl', 'own', 'oxs', 'pad', 'pal', 'pam', 'pan', 'pap', 'par', 'pas', 'pat', 'paw', 'pax', 'pay', 'paz', 'pbs', 'pcs', 'pdp', 'pds', 'pea', 'pee', 'peg', 'pei', 'pen', 'pep', 'per', 'pes', 'pet', 'pew', 'phd', 'phi', 'pie', 'pig', 'pin', 'pip', 'pis', 'pit', 'pjs', 'ply', 'pms', 'pod', 'poe', 'poi', 'pol', 'pop', 'pos', 'pot', 'pow', 'pox', 'ppm', 'pro', 'pry', 'psi', 'pss', 'pta', 'pts', 'pub', 'puc', 'pug', 'pun', 'pup', 'pus', 'put', 'pvc', 'pym', 'pyx', 'qed', 'qom', 'qua', 'quo', 'rae', 'rag', 'raj', 'ram', 'ran', 'rap', 'ras', 'rat', 'raw', 'ray', 'rbs', 'rca', 'reb', 'red', 'ref', 'rep', 'res', 'ret', 'rev', 'rex', 'rho', 'rhs', 'rib', 'rid', 'rig', 'rim', 'rio', 'rip', 'rna', 'rns', 'rob', 'rod', 'roe', 'ron', 'rot', 'rou', 'row', 'roy', 'rpm', 'rte', 'rub', 'rue', 'rug', 'rum', 'run', 'rus', 'rut', 'rvs', 'rye', 'sac', 'sad', 'sag', 'sal', 'sam', 'san', 'sao', 'sap', 'sat', 'saw', 'sax', 'say', 'sbs', 'sci', 'scm', 'scs', 'sea', 'sec', 'see', 'sen', 'seq', 'ses', 'set', 'sew', 'sex', 'sgt', 'she', 'shu', 'shy', 'sib', 'sic', 'sid', 'sin', 'sip', 'sir', 'sis', 'sit', 'six', 'ski', 'sky', 'sly', 'sms', 'sns', 'sob', 'soc', 'sod', 'sol', 'son', 'sop', 'sos', 'sot', 'sou', 'sow', 'sox', 'soy', 'spa', 'spy', 'sri', 'srs', 'sse', 'sst', 'ssw', 'stu', 'sty', 'sub', 'sud', 'sue', 'sui', 'sum', 'sun', 'sup', 'sus', 'sws', 'tab', 'tad', 'tag', 'tam', 'tan', 'tao', 'tap', 'tar', 'tas', 'tat', 'tau', 'tax', 'tbs', 'tcs', 'tea', 'ted', 'tee', 'tel', 'ten', 'tet', 'tex', 'the', 'tho', 'ths', 'thx', 'thy', 'tia', 'tic', 'tid', 'tie', 'til', 'tim', 'tin', 'tip', 'tis', 'tit', 'tls', 'tms', 'tnt', 'tod', 'toe', 'tog', 'tom', 'ton', 'too', 'top', 'tor', 'tot', 'tow', 'toy', 'trw', 'try', 'ttl', 'tty', 'tub', 'tug', 'tum', 'tun', 'tut', 'tux', 'tva', 'tvs', 'twa', 'two', 'twx', 'tys', 'ubs', 'ufa', 'ugh', 'uhf', 'uks', 'ump', 'uns', 'ups', 'uri', 'urn', 'usa', 'usc', 'use', 'usn', 'uss', 'ute', 'uts', 'uvs', 'uzi', 'val', 'van', 'vat', 'vds', 'vee', 'vet', 'vex', 'vhf', 'via', 'vic', 'vie', 'vii', 'vim', 'vis', 'viz', 'von', 'vow', 'wac', 'wad', 'wag', 'wah', 'wan', 'war', 'was', 'wax', 'way', 'web', 'wed', 'wee', 'wei', 'wen', 'wet', 'who', 'why', 'wig', 'wii', 'win', 'wis', 'wit', 'wiz', 'wms', 'woe', 'wok', 'won', 'woo', 'wop', 'wot', 'wow', 'wry', 'wus', 'wyo', 'xes', 'xls', 'yah', 'yak', 'yam', 'yap', 'yaw', 'ybs', 'yea', 'yen', 'yep', 'yes', 'yet', 'yew', 'yin', 'yip', 'yon', 'you', 'yow', 'yuh', 'yuk', 'yum', 'yup', 'zag', 'zan', 'zap', 'zed', 'zen', 'zig', 'zip', 'zit', 'zns', 'zoe', 'zoo', 'zrs', 'aaas', 'abbe', 'abbs', 'abby', 'abed', 'abel', 'abes', 'abet', 'able', 'ably', 'abms', 'abut', 'aced', 'aces', 'ache', 'achy', 'acid', 'acme', 'acne', 'acre', 'acts', 'adam', 'adan', 'adar', 'adas', 'adds', 'aden', 'adis', 'ados', 'adze', 'adzs', 'aeon', 'aery', 'afar', 'afro', 'agar', 'aged', 'agee', 'ager', 'ages', 'agni', 'agog', 'agra', 'ague', 'ahab', 'ahem', 'ahoy', 'aida', 'aide', 'aids', 'aile', 'ails', 'aims', 'aint', 'ainu', 'airs', 'airy', 'ajar', 'ajax', 'akin', 'alai', 'alan', 'alar', 'alas', 'alba', 'albs', 'aldo', 'alec', 'alee', 'ales', 'alex', 'alga', 'alia', 'alit', 'alls', 'ally', 'alma', 'alms', 'aloe', 'alpo', 'alps', 'also', 'alta', 'alto', 'alum', 'alva', 'amen', 'ames', 'amid', 'amie', 'amir', 'ammo', 'amok', 'amos', 'amps', 'amra', 'amur', 'amyl', 'amys', 'anal', 'anas', 'andy', 'anew', 'ankh', 'anna', 'anne', 'anns', 'anon', 'ansi', 'ante', 'anti', 'ants', 'anus', 'aols', 'aped', 'apes', 'apex', 'apia', 'aprs', 'apse', 'aqua', 'arab', 'aral', 'aras', 'arch', 'arcs', 'area', 'ares', 'argo', 'aria', 'arid', 'ariz', 'arks', 'arms', 'army', 'arno', 'aron', 'arpa', 'arse', 'arts', 'arty', 'arum', 'aryl', 'ashe', 'ashs', 'ashy', 'asia', 'asks', 'asls', 'asps', 'asss', 'astm', 'atms', 'atom', 'atop', 'atps', 'audi', 'augs', 'auks', 'aunt', 'aura', 'auto', 'avas', 'aver', 'avid', 'avis', 'aviv', 'avon', 'avow', 'away', 'awed', 'awes', 'awls', 'awol', 'awry', 'axed', 'axer', 'axes', 'axis', 'axle', 'axon', 'axum', 'ayes', 'azov', 'azts', 'baal', 'baas', 'babe', 'baby', 'bach', 'back', 'bade', 'bads', 'baez', 'bags', 'bail', 'bait', 'bake', 'baku', 'bald', 'bale', 'bali', 'balk', 'ball', 'balm', 'band', 'bane', 'bang', 'bani', 'bank', 'bans', 'barb', 'bard', 'bare', 'barf', 'bark', 'barn', 'barr', 'bars', 'bart', 'base', 'bash', 'bask', 'bass', 'bast', 'bate', 'bath', 'bats', 'batt', 'batu', 'baud', 'baum', 'bawd', 'bawl', 'bays', 'bead', 'beak', 'beam', 'bean', 'bear', 'beat', 'beau', 'beck', 'bede', 'beds', 'beef', 'been', 'beep', 'beer', 'bees', 'beet', 'begs', 'bela', 'bell', 'belt', 'bely', 'bema', 'bend', 'bens', 'bent', 'benz', 'berg', 'berm', 'bern', 'bert', 'bess', 'best', 'beta', 'beth', 'bets', 'bevy', 'bhoy', 'bias', 'bibb', 'bibs', 'bics', 'bide', 'bids', 'bien', 'bier', 'bike', 'biko', 'bile', 'bilk', 'bill', 'bind', 'bing', 'bini', 'bins', 'bird', 'biro', 'bite', 'bits', 'bitt', 'blab', 'blah', 'blas', 'blat', 'bled', 'blew', 'blip', 'blob', 'bloc', 'blog', 'blot', 'blow', 'blts', 'blue', 'blum', 'blur', 'blvd', 'bmws', 'boar', 'boas', 'boat', 'bobs', 'boca', 'bock', 'bode', 'body', 'boer', 'bogs', 'bogy', 'bohr', 'boil', 'bois', 'bola', 'bold', 'bole', 'boll', 'bolo', 'bolt', 'bomb', 'bona', 'bond', 'bone', 'bong', 'bonn', 'bono', 'bony', 'boob', 'book', 'boom', 'boon', 'boor', 'boos', 'boot', 'bops', 'bore', 'borg', 'bork', 'born', 'boru', 'bose', 'bosh', 'bosn', 'boss', 'both', 'bout', 'bowl', 'bows', 'boxs', 'boxy', 'boyd', 'boys', 'bozo', 'brad', 'brae', 'brag', 'bran', 'bras', 'brat', 'bray', 'bred', 'bret', 'brew', 'brie', 'brig', 'brim', 'brit', 'brno', 'brow', 'brut', 'bryn', 'bstj', 'btus', 'buck', 'budd', 'buds', 'buff', 'bugs', 'bulb', 'bulk', 'bull', 'bump', 'bums', 'bung', 'bunk', 'buns', 'bunt', 'buoy', 'burg', 'burl', 'burn', 'burp', 'burr', 'burs', 'burt', 'bury', 'bush', 'buss', 'bust', 'busy', 'buts', 'butt', 'buys', 'buzz', 'byes', 'byrd', 'byte', 'cabs', 'cacm', 'cads', 'cady', 'cafe', 'cafs', 'cage', 'cagy', 'cain', 'cake', 'calf', 'cali', 'calk', 'call', 'calm', 'came', 'camp', 'cams', 'cane', 'cans', 'cant', 'cape', 'caph', 'capo', 'caps', 'capt', 'cara', 'card', 'care', 'carl', 'carp', 'carr', 'cars', 'cart', 'cary', 'case', 'cash', 'cask', 'cast', 'cato', 'cats', 'catt', 'catv', 'cave', 'caws', 'ccny', 'cebu', 'cede', 'ceil', 'cell', 'celt', 'cent', 'ceos', 'cerf', 'cern', 'cfcs', 'chad', 'chan', 'chao', 'chap', 'char', 'chat', 'chaw', 'chef', 'chen', 'ches', 'chew', 'chic', 'chid', 'chin', 'chip', 'chis', 'chit', 'chop', 'chou', 'chow', 'chub', 'chug', 'chum', 'cias', 'cite', 'city', 'clad', 'clam', 'clan', 'clap', 'clat', 'claw', 'clay', 'clef', 'clem', 'cleo', 'clew', 'clio', 'clip', 'clod', 'clog', 'clop', 'clot', 'cloy', 'club', 'clue', 'cluj', 'coal', 'coat', 'coax', 'cobb', 'cobs', 'coca', 'cock', 'coco', 'coda', 'code', 'cods', 'cody', 'coed', 'cogs', 'cohn', 'coif', 'coil', 'coin', 'coke', 'cola', 'cold', 'cole', 'colo', 'cols', 'colt', 'coma', 'comb', 'come', 'como', 'cone', 'cong', 'conk', 'conn', 'cons', 'cony', 'cook', 'cool', 'coon', 'coop', 'coos', 'coot', 'cope', 'cops', 'copy', 'cora', 'cord', 'core', 'cork', 'corm', 'corn', 'corp', 'cory', 'cosh', 'cost', 'cosy', 'cote', 'cots', 'coup', 'cove', 'cowl', 'cows', 'coys', 'cozy', 'cpas', 'cpis', 'cprs', 'cpus', 'crab', 'crag', 'cram', 'crap', 'craw', 'cray', 'cree', 'crew', 'crib', 'crop', 'crow', 'crts', 'crud', 'crux', 'cruz', 'crys', 'csts', 'cuba', 'cube', 'cubs', 'cuds', 'cued', 'cues', 'cuff', 'cull', 'cult', 'cums', 'cunt', 'cuny', 'cups', 'curb', 'curd', 'cure', 'curl', 'curs', 'curt', 'cusp', 'cuss', 'cute', 'cuts', 'cyst', 'czar', 'dabs', 'dada', 'dade', 'dado', 'dads', 'daft', 'dahl', 'dais', 'dale', 'dali', 'daly', 'dame', 'damn', 'damp', 'dams', 'dana', 'dane', 'dang', 'dank', 'dare', 'dark', 'darn', 'dart', 'dash', 'data', 'date', 'dats', 'daub', 'dave', 'davy', 'dawn', 'days', 'daze', 'ddss', 'dead', 'deaf', 'deal', 'dean', 'dear', 'debs', 'debt', 'deck', 'decs', 'deed', 'deem', 'deep', 'deer', 'deft', 'defy', 'deja', 'deli', 'dell', 'demo', 'dena', 'deng', 'dens', 'dent', 'deny', 'deon', 'depp', 'desk', 'deus', 'devi', 'dews', 'dewy', 'dial', 'diaz', 'dice', 'dick', 'dido', 'died', 'diem', 'dies', 'diet', 'digs', 'dike', 'dill', 'dime', 'dims', 'dina', 'dine', 'ding', 'dino', 'dins', 'dint', 'dion', 'dior', 'dips', 'dire', 'dirk', 'dirt', 'disc', 'dish', 'disk', 'diss', 'diva', 'dive', 'dnas', 'dock', 'docs', 'dodd', 'dodo', 'doer', 'does', 'doff', 'doge', 'dogs', 'doha', 'dole', 'doll', 'dolt', 'dome', 'dona', 'done', 'donn', 'dons', 'dont', 'doom', 'door', 'dope', 'dopy', 'dora', 'dork', 'dorm', 'dory', 'dose', 'doss', 'dote', 'doth', 'dots', 'doug', 'dour', 'dove', 'down', 'doze', 'drab', 'drag', 'dram', 'draw', 'dray', 'dreg', 'drer', 'drew', 'drib', 'drip', 'drop', 'drub', 'drug', 'drum', 'drys', 'dual', 'dubs', 'duck', 'duct', 'dude', 'duds', 'duel', 'dues', 'duet', 'duff', 'duke', 'dull', 'duly', 'duma', 'dumb', 'dump', 'dune', 'dung', 'dunk', 'dunn', 'duns', 'duos', 'dupe', 'duse', 'dusk', 'dust', 'duty', 'dyad', 'dyed', 'dyer', 'dyes', 'dyke', 'dyne', 'each', 'earl', 'earn', 'earp', 'ears', 'ease', 'east', 'easy', 'eats', 'eave', 'ebay', 'ebbs', 'eben', 'ebro', 'ecgs', 'echo', 'ecos', 'ecru', 'edam', 'edda', 'eddy', 'eden', 'edge', 'edgy', 'edit', 'edna', 'eecs', 'eegs', 'eels', 'eeoc', 'eery', 'egan', 'eggo', 'eggs', 'egis', 'egos', 'eire', 'eked', 'ekes', 'ekgs', 'elam', 'elan', 'elba', 'elbe', 'elfs', 'elks', 'ella', 'ells', 'elma', 'elmo', 'elms', 'eloy', 'elsa', 'else', 'elul', 'elva', 'emil', 'emir', 'emit', 'emma', 'emmy', 'emus', 'ends', 'enid', 'enif', 'enol', 'enos', 'envy', 'eons', 'epas', 'epic', 'eras', 'erda', 'ergo', 'ergs', 'eric', 'erie', 'erik', 'erin', 'eris', 'erma', 'erna', 'eros', 'errs', 'erse', 'esau', 'esps', 'espy', 'esqs', 'ests', 'etch', 'etna', 'eton', 'etta', 'eula', 'euro', 'evan', 'evas', 'even', 'ever', 'eves', 'evil', 'ewer', 'ewes', 'exam', 'exec', 'exes', 'exit', 'expo', 'eyck', 'eyed', 'eyer', 'eyes', 'eyre', 'ezra', 'face', 'fact', 'fade', 'fads', 'fags', 'fahd', 'fail', 'fain', 'fair', 'fake', 'fall', 'fame', 'fang', 'fans', 'fare', 'farm', 'faro', 'fart', 'fast', 'fate', 'fats', 'faun', 'fawn', 'faxs', 'faye', 'fays', 'faze', 'fbis', 'fdrs', 'fear', 'feat', 'febs', 'feds', 'feed', 'feel', 'fees', 'feet', 'fell', 'felt', 'fend', 'fens', 'fern', 'fest', 'feta', 'fete', 'feud', 'fews', 'fezs', 'fhas', 'fiat', 'fibs', 'fide', 'fido', 'fief', 'fife', 'fifo', 'figs', 'fiji', 'file', 'fill', 'film', 'find', 'fine', 'fink', 'finn', 'fins', 'fire', 'firm', 'firs', 'fish', 'fisk', 'fist', 'fits', 'five', 'fixs', 'fizz', 'flab', 'flag', 'flak', 'flam', 'flan', 'flap', 'flat', 'flaw', 'flax', 'flay', 'flea', 'fled', 'flee', 'flew', 'flex', 'flip', 'flit', 'floc', 'floe', 'flog', 'flop', 'flos', 'flow', 'flub', 'flue', 'flus', 'flux', 'flys', 'fnma', 'foal', 'foam', 'fobs', 'foch', 'foci', 'foes', 'fogs', 'fogy', 'foil', 'fold', 'folk', 'fond', 'font', 'food', 'fool', 'foot', 'fops', 'fora', 'ford', 'fore', 'fork', 'form', 'fort', 'foss', 'foul', 'four', 'fowl', 'foxs', 'foxy', 'fran', 'frat', 'frau', 'fray', 'fred', 'free', 'fret', 'frey', 'fris', 'frog', 'from', 'frye', 'frys', 'ftes', 'fuck', 'fuel', 'fuji', 'full', 'fume', 'fund', 'funk', 'funs', 'furl', 'furs', 'fury', 'fuse', 'fuss', 'futz', 'fuze', 'fuzz', 'gabs', 'gads', 'gaea', 'gael', 'gaff', 'gage', 'gags', 'gail', 'gain', 'gait', 'gala', 'gale', 'gall', 'gals', 'galt', 'game', 'gamy', 'gang', 'gape', 'gaps', 'garb', 'gary', 'gash', 'gasp', 'gass', 'gate', 'gaul', 'gaur', 'gave', 'gawk', 'gays', 'gaza', 'gaze', 'gdel', 'gear', 'geed', 'geek', 'gees', 'geez', 'geld', 'gels', 'gelt', 'gems', 'gena', 'gene', 'gent', 'geos', 'gere', 'germ', 'gets', 'ghqs', 'gibe', 'gide', 'gift', 'gigs', 'gila', 'gild', 'gill', 'gils', 'gilt', 'gina', 'ginn', 'gino', 'gins', 'gird', 'girl', 'girt', 'gish', 'gist', 'give', 'giza', 'glad', 'glee', 'glen', 'glib', 'glob', 'glom', 'glop', 'glow', 'glue', 'glum', 'glut', 'gmts', 'gnat', 'gnaw', 'gnps', 'gnus', 'goad', 'goal', 'goat', 'gobi', 'gobs', 'gods', 'goer', 'goes', 'goff', 'gogh', 'gogo', 'gold', 'golf', 'gone', 'gong', 'good', 'goof', 'gook', 'goon', 'goop', 'goos', 'gops', 'gore', 'gory', 'gosh', 'goth', 'goto', 'gout', 'gown', 'goya', 'grab', 'grad', 'gram', 'gray', 'greg', 'grew', 'grey', 'grid', 'grim', 'grin', 'grip', 'gris', 'grit', 'grog', 'grow', 'grub', 'grus', 'gtes', 'guam', 'guff', 'gulf', 'gull', 'gulp', 'gums', 'gunk', 'guns', 'guru', 'gush', 'guss', 'gust', 'guts', 'guys', 'gwen', 'gwyn', 'gybe', 'gyms', 'gyps', 'gyro', 'haag', 'haas', 'hack', 'haft', 'hags', 'hahn', 'hail', 'hair', 'hake', 'hale', 'half', 'hall', 'halo', 'hals', 'halt', 'hams', 'hand', 'hang', 'hank', 'hans', 'hard', 'hare', 'hark', 'harm', 'harp', 'hart', 'hash', 'hasp', 'hast', 'hate', 'hath', 'hats', 'haul', 'have', 'hawk', 'haws', 'hays', 'haze', 'hazy', 'head', 'heal', 'heap', 'hear', 'heat', 'hebe', 'heck', 'heed', 'heel', 'heep', 'heft', 'heir', 'held', 'hell', 'helm', 'help', 'hemp', 'hems', 'hens', 'hera', 'herb', 'herd', 'here', 'hero', 'herr', 'hers', 'hess', 'hewn', 'hews', 'hexs', 'hick', 'hide', 'hied', 'hies', 'high', 'hike', 'hill', 'hilt', 'hims', 'hind', 'hint', 'hips', 'hire', 'hiss', 'hits', 'hive', 'hivs', 'hmos', 'hoar', 'hoax', 'hobo', 'hobs', 'hock', 'hods', 'hoed', 'hoes', 'hoff', 'hogs', 'hold', 'hole', 'holm', 'holt', 'holy', 'home', 'homo', 'homy', 'hone', 'hong', 'honk', 'hood', 'hoof', 'hook', 'hoop', 'hoot', 'hope', 'hopi', 'hops', 'horn', 'hose', 'host', 'hour', 'hove', 'howe', 'howl', 'hows', 'hoyt', 'hsbc', 'hubs', 'huck', 'huds', 'hued', 'hues', 'huey', 'huff', 'huge', 'hugh', 'hugo', 'hugs', 'hula', 'hulk', 'hull', 'hume', 'hump', 'hums', 'hung', 'hunk', 'huns', 'hunt', 'hurd', 'hurl', 'hurt', 'hush', 'husk', 'huts', 'hutu', 'hyde', 'hymn', 'hype', 'hypo', 'iago', 'iamb', 'ians', 'ibex', 'ibid', 'ibis', 'ibms', 'iced', 'ices', 'icky', 'icon', 'idea', 'ides', 'idle', 'idly', 'idol', 'idyl', 'ieee', 'iffy', 'ifni', 'igor', 'ikea', 'ikes', 'ikon', 'ilks', 'ills', 'illy', 'imam', 'imfs', 'imps', 'imus', 'inas', 'inca', 'inch', 'indy', 'ines', 'inez', 'info', 'inge', 'ings', 'inks', 'inky', 'inns', 'into', 'ions', 'iota', 'ious', 'iowa', 'ipad', 'ipod', 'ipso', 'iran', 'iraq', 'iras', 'ires', 'iris', 'irks', 'irma', 'iron', 'irss', 'isis', 'isle', 'isms', 'isnt', 'itch', 'item', 'itll', 'ivan', 'ivas', 'ives', 'ivys', 'iyar', 'izod', 'jabs', 'jack', 'jacm', 'jade', 'jags', 'jail', 'jain', 'jake', 'jamb', 'jame', 'jami', 'jams', 'jana', 'jane', 'jans', 'jape', 'jars', 'java', 'jaws', 'jays', 'jazz', 'jean', 'jedi', 'jeds', 'jeep', 'jeer', 'jeez', 'jeff', 'jell', 'jeri', 'jerk', 'jess', 'jest', 'jets', 'jews', 'jfks', 'jibe', 'jibs', 'jigs', 'jill', 'jilt', 'jims', 'jinn', 'jinx', 'jive', 'joan', 'jobs', 'jock', 'jodi', 'jody', 'joel', 'joey', 'jogs', 'john', 'join', 'joke', 'jolt', 'joni', 'jons', 'jose', 'josh', 'joss', 'jots', 'jove', 'jowl', 'joys', 'juan', 'judd', 'jude', 'judo', 'judy', 'jugs', 'juju', 'juke', 'july', 'jump', 'june', 'jung', 'junk', 'juno', 'jura', 'jure', 'jury', 'just', 'jute', 'juts', 'kahn', 'kalb', 'kale', 'kali', 'kama', 'kane', 'kano', 'kans', 'kant', 'kara', 'kari', 'karl', 'karo', 'karp', 'kate', 'katy', 'katz', 'kava', 'kaye', 'kayo', 'keck', 'keel', 'keen', 'keep', 'kegs', 'kelp', 'kemp', 'keno', 'kens', 'kent', 'kept', 'kerb', 'keri', 'kern', 'kerr', 'keys', 'kfcs', 'khan', 'kick', 'kidd', 'kids', 'kiel', 'kiev', 'kill', 'kiln', 'kilo', 'kilt', 'kims', 'kind', 'king', 'kink', 'kins', 'kips', 'kirk', 'kiss', 'kite', 'kith', 'kits', 'kiva', 'kivu', 'kiwi', 'kkks', 'klan', 'klee', 'klns', 'klux', 'knee', 'knew', 'knit', 'knob', 'knot', 'know', 'knox', 'kobe', 'koch', 'kohl', 'kola', 'kong', 'kook', 'kory', 'kris', 'krna', 'kroc', 'kudo', 'kuhn', 'kurd', 'kurt', 'kwan', 'kyle', 'labs', 'lace', 'lack', 'lacy', 'lade', 'lads', 'lady', 'lags', 'laid', 'lain', 'lair', 'lake', 'lama', 'lamb', 'lame', 'lamp', 'lams', 'lana', 'land', 'lane', 'lang', 'lank', 'lans', 'laos', 'lapp', 'laps', 'lara', 'lard', 'lark', 'lars', 'lase', 'lash', 'lass', 'last', 'late', 'lath', 'lats', 'laud', 'laue', 'lava', 'lawn', 'laws', 'lays', 'laze', 'lazy', 'lbjs', 'lcds', 'lead', 'leaf', 'leah', 'leak', 'lean', 'leap', 'lear', 'leas', 'leda', 'leds', 'leek', 'leer', 'lees', 'left', 'lego', 'legs', 'leif', 'leis', 'lela', 'lena', 'lend', 'leno', 'lens', 'lent', 'leon', 'leos', 'lept', 'lesa', 'less', 'lest', 'leta', 'lets', 'levi', 'levy', 'lewd', 'lews', 'liar', 'libs', 'lice', 'lick', 'lids', 'lied', 'lief', 'lien', 'lies', 'lieu', 'life', 'lifo', 'lift', 'like', 'lila', 'lilt', 'lily', 'lima', 'limb', 'lime', 'limn', 'limo', 'limp', 'limy', 'lina', 'lind', 'line', 'link', 'lins', 'lint', 'lion', 'lips', 'lira', 'lire', 'lisa', 'lise', 'lisp', 'list', 'lite', 'live', 'livy', 'liza', 'lizs', 'load', 'loaf', 'loam', 'loan', 'lobe', 'lobo', 'lobs', 'loci', 'lock', 'loco', 'lode', 'lodz', 'loeb', 'loft', 'loge', 'logo', 'logs', 'loin', 'lois', 'loki', 'lola', 'loll', 'lomb', 'lome', 'lone', 'long', 'lons', 'look', 'loom', 'loon', 'loop', 'loot', 'lope', 'lops', 'lora', 'lord', 'lore', 'lori', 'lorn', 'lose', 'loss', 'lost', 'loth', 'lots', 'lott', 'loud', 'lous', 'lout', 'love', 'lowe', 'lows', 'loxs', 'loyd', 'lpns', 'lsds', 'luau', 'lube', 'luce', 'luck', 'lucy', 'luge', 'lugs', 'luis', 'luke', 'lula', 'lull', 'lulu', 'lump', 'luna', 'lund', 'lung', 'lupe', 'lura', 'lure', 'lurk', 'lush', 'lust', 'lute', 'lutz', 'luvs', 'luxe', 'luzs', 'lvov', 'lyes', 'lyle', 'lyly', 'lyme', 'lynn', 'lynx', 'lyon', 'lyra', 'lyre', 'lyxs', 'maam', 'mace', 'mach', 'mack', 'macy', 'made', 'mads', 'maes', 'magi', 'maid', 'mail', 'maim', 'main', 'mais', 'make', 'male', 'mali', 'mall', 'malt', 'mama', 'mana', 'mane', 'mani', 'mann', 'mans', 'manx', 'many', 'maos', 'maps', 'mara', 'marc', 'mare', 'mari', 'mark', 'mars', 'mart', 'marx', 'mary', 'mash', 'mask', 'mass', 'mast', 'mate', 'math', 'mats', 'matt', 'maud', 'maui', 'maul', 'mawr', 'maws', 'maxs', 'maya', 'mayo', 'mays', 'maze', 'mbas', 'mcis', 'mead', 'meal', 'mean', 'meat', 'meek', 'meet', 'megs', 'meir', 'meld', 'mels', 'melt', 'memo', 'mend', 'mens', 'menu', 'meow', 'mere', 'mesa', 'mesh', 'mess', 'mete', 'mets', 'mewl', 'mews', 'mgms', 'mias', 'mica', 'mice', 'mich', 'mick', 'mien', 'miff', 'migr', 'mike', 'mila', 'mild', 'mile', 'milk', 'mill', 'milo', 'mils', 'milt', 'mime', 'mimi', 'mind', 'mine', 'ming', 'mini', 'mink', 'minn', 'mins', 'mint', 'minx', 'mira', 'mire', 'miro', 'mirs', 'miss', 'mist', 'mite', 'mits', 'mitt', 'mixs', 'mles', 'moan', 'moat', 'mobs', 'mock', 'mode', 'mods', 'moen', 'moes', 'moet', 'moho', 'mohr', 'mold', 'mole', 'moll', 'molt', 'moms', 'mona', 'monk', 'mono', 'mons', 'mont', 'mood', 'moog', 'moon', 'moor', 'moos', 'moot', 'mope', 'mops', 'more', 'morn', 'moro', 'mort', 'moss', 'most', 'mote', 'moth', 'mott', 'move', 'mown', 'mows', 'mris', 'msgs', 'msts', 'much', 'muck', 'mudd', 'muds', 'muff', 'mugs', 'muir', 'mule', 'mull', 'mums', 'mung', 'muon', 'murk', 'muse', 'mush', 'musk', 'muss', 'must', 'mute', 'mutt', 'muzo', 'mvps', 'myel', 'myna', 'myra', 'myst', 'myth', 'nabs', 'nags', 'nagy', 'nail', 'nair', 'name', 'nams', 'nans', 'nape', 'naps', 'narc', 'nark', 'nary', 'nasa', 'nash', 'nate', 'nato', 'nats', 'nave', 'navy', 'nays', 'nazi', 'ncaa', 'ncar', 'neal', 'neap', 'near', 'neat', 'neck', 'neds', 'need', 'neer', 'neff', 'neil', 'nell', 'neon', 'nerd', 'nerf', 'nero', 'ness', 'nest', 'nets', 'neva', 'neve', 'news', 'newt', 'next', 'nibs', 'nice', 'nick', 'nigh', 'nike', 'nile', 'nils', 'nimh', 'nina', 'nine', 'nips', 'nita', 'nite', 'nits', 'nixs', 'noaa', 'noah', 'node', 'nods', 'noel', 'noes', 'nola', 'noll', 'nolo', 'nome', 'nona', 'none', 'nook', 'noon', 'nope', 'nora', 'norm', 'nose', 'nosh', 'nosy', 'note', 'noun', 'nous', 'nova', 'novo', 'novs', 'nows', 'ntis', 'nubs', 'nude', 'nuke', 'null', 'numb', 'nuns', 'nuts', 'oafs', 'oahu', 'oaks', 'oars', 'oass', 'oath', 'oats', 'obey', 'obit', 'oboe', 'octs', 'odds', 'oder', 'odes', 'odin', 'odis', 'odom', 'odor', 'offs', 'ogle', 'ogre', 'ohio', 'ohms', 'ohsa', 'oils', 'oily', 'oink', 'oint', 'oise', 'okay', 'okla', 'okra', 'olaf', 'olas', 'olav', 'olds', 'oldy', 'olen', 'oleo', 'olga', 'olin', 'oman', 'omar', 'omen', 'omit', 'omsk', 'once', 'ones', 'only', 'onos', 'onto', 'onus', 'onyx', 'oops', 'oort', 'ooze', 'opal', 'opec', 'opel', 'open', 'opts', 'opus', 'oral', 'oran', 'oras', 'orbs', 'oreo', 'ores', 'orgy', 'orin', 'orly', 'orrs', 'osha', 'oslo', 'otis', 'otto', 'ouch', 'ours', 'oust', 'outr', 'outs', 'ouzo', 'oval', 'oven', 'over', 'ovid', 'ovum', 'owed', 'owen', 'owes', 'owls', 'owly', 'owns', 'oxen', 'oxus', 'paar', 'pace', 'pack', 'pacs', 'pact', 'pads', 'page', 'paid', 'pail', 'pain', 'pair', 'pale', 'pall', 'palm', 'palo', 'pals', 'pams', 'pane', 'pang', 'pans', 'pant', 'papa', 'paps', 'pare', 'park', 'parr', 'pars', 'part', 'paso', 'pass', 'past', 'pate', 'path', 'pats', 'paul', 'pave', 'pawl', 'pawn', 'paws', 'pays', 'pbss', 'peak', 'peal', 'pear', 'peas', 'peat', 'peck', 'peed', 'peek', 'peel', 'peep', 'peer', 'pees', 'pegs', 'pele', 'pelt', 'pena', 'pend', 'penh', 'penn', 'pens', 'pent', 'peon', 'peps', 'perk', 'perl', 'perm', 'pert', 'peru', 'peso', 'pest', 'pete', 'pets', 'pews', 'phds', 'phil', 'phon', 'piaf', 'pica', 'pick', 'pict', 'pied', 'pier', 'pies', 'pigs', 'pike', 'pile', 'pill', 'pimp', 'pine', 'ping', 'pink', 'pins', 'pint', 'pion', 'pipe', 'pips', 'pisa', 'piss', 'pita', 'pith', 'pits', 'pitt', 'pity', 'pius', 'pixy', 'pkwy', 'plan', 'plat', 'play', 'plea', 'pled', 'plod', 'plop', 'plot', 'plow', 'ploy', 'plug', 'plum', 'plus', 'plys', 'pmss', 'pock', 'pods', 'poem', 'poet', 'pogo', 'pois', 'poke', 'poky', 'pole', 'polk', 'poll', 'polo', 'pols', 'pomp', 'pond', 'pone', 'pong', 'pont', 'pony', 'pooh', 'pool', 'poop', 'poor', 'pope', 'pops', 'pore', 'pork', 'porn', 'port', 'pose', 'posh', 'post', 'posy', 'pots', 'pour', 'pout', 'pows', 'poxs', 'pram', 'pray', 'prep', 'pres', 'prey', 'prig', 'prim', 'prod', 'prof', 'prog', 'prom', 'prop', 'pros', 'prow', 'prto', 'prut', 'prys', 'psst', 'psts', 'ptah', 'pubs', 'puck', 'puff', 'pugh', 'pugs', 'puke', 'pull', 'pulp', 'puma', 'pump', 'punk', 'puns', 'punt', 'puny', 'pupa', 'pups', 'pure', 'purl', 'purr', 'push', 'puss', 'puts', 'putt', 'puzo', 'pvcs', 'pyle', 'pyre', 'pyxs', 'qoms', 'quad', 'quay', 'quid', 'quip', 'quit', 'quiz', 'quod', 'race', 'rack', 'racy', 'raes', 'rafs', 'raft', 'raga', 'rage', 'rags', 'raid', 'rail', 'rain', 'raja', 'rake', 'rama', 'ramo', 'ramp', 'rams', 'rand', 'rang', 'rank', 'rant', 'rape', 'raps', 'rapt', 'rare', 'rasa', 'rash', 'rasp', 'rata', 'rate', 'rats', 'raul', 'rave', 'raws', 'rays', 'raze', 'razz', 'rcas', 'read', 'real', 'ream', 'reap', 'rear', 'reba', 'reck', 'redo', 'reds', 'reed', 'reef', 'reek', 'reel', 'refs', 'reid', 'rein', 'reis', 'rely', 'rems', 'rena', 'rend', 'rene', 'reno', 'rent', 'reps', 'rest', 'reub', 'reva', 'revs', 'rhea', 'rhee', 'ribs', 'rica', 'rice', 'rich', 'rick', 'rico', 'ride', 'rids', 'riel', 'rife', 'riff', 'rift', 'riga', 'rigs', 'rile', 'rill', 'rime', 'rims', 'rimy', 'rind', 'ring', 'rink', 'rios', 'riot', 'ripe', 'rips', 'rise', 'risk', 'rita', 'rite', 'ritz', 'rnas', 'road', 'roam', 'roan', 'roar', 'robe', 'robs', 'robt', 'rock', 'rode', 'rods', 'roeg', 'roes', 'roil', 'roku', 'role', 'roll', 'rome', 'romp', 'roms', 'rons', 'rood', 'roof', 'rook', 'room', 'root', 'rope', 'rory', 'rosa', 'rose', 'ross', 'rosy', 'rotc', 'rote', 'roth', 'rots', 'rous', 'rout', 'rove', 'rowe', 'rows', 'roxy', 'roys', 'rsvp', 'rube', 'rubs', 'ruby', 'rude', 'rudy', 'rued', 'rues', 'ruff', 'rugs', 'ruhr', 'ruin', 'ruiz', 'rule', 'rump', 'rums', 'rune', 'rung', 'runs', 'runt', 'ruse', 'rush', 'rusk', 'russ', 'rust', 'ruth', 'ruts', 'ryan', 'ryes', 'saab', 'saar', 'sack', 'sacs', 'sade', 'sadr', 'safe', 'saga', 'sage', 'sago', 'sags', 'said', 'sail', 'sake', 'saki', 'saks', 'sale', 'salk', 'salt', 'same', 'sams', 'sana', 'sand', 'sane', 'sang', 'sank', 'sans', 'saps', 'sara', 'sari', 'sars', 'sash', 'sass', 'sate', 'sats', 'saud', 'saul', 'saut', 'save', 'sawn', 'saws', 'saxs', 'says', 'scab', 'scad', 'scam', 'scan', 'scar', 'scat', 'scot', 'scow', 'scud', 'scum', 'seal', 'seam', 'sean', 'sear', 'seas', 'seat', 'secs', 'sect', 'seed', 'seek', 'seem', 'seen', 'seep', 'seer', 'sees', 'sega', 'self', 'sell', 'semi', 'send', 'sent', 'sept', 'sera', 'serb', 'sere', 'serf', 'seth', 'sets', 'sewn', 'sews', 'sexs', 'sexy', 'shad', 'shag', 'shah', 'sham', 'shat', 'shaw', 'shay', 'shea', 'shed', 'shes', 'shim', 'shin', 'ship', 'shit', 'shiv', 'shod', 'shoe', 'shoo', 'shop', 'shot', 'show', 'shun', 'shut', 'shys', 'sial', 'siam', 'sian', 'sick', 'sics', 'side', 'sids', 'sift', 'sigh', 'sign', 'sikh', 'silk', 'sill', 'silo', 'silt', 'sima', 'sims', 'sine', 'sing', 'sinh', 'sink', 'sins', 'sips', 'sire', 'sirs', 'siss', 'site', 'sits', 'situ', 'siva', 'sixs', 'size', 'skat', 'skew', 'skid', 'skim', 'skin', 'skip', 'skis', 'skit', 'skye', 'skys', 'slab', 'slag', 'slam', 'slap', 'slat', 'slav', 'slaw', 'slay', 'sled', 'slew', 'slid', 'slim', 'slip', 'slit', 'slob', 'sloe', 'slog', 'slop', 'slot', 'slow', 'slue', 'slug', 'slum', 'slur', 'slut', 'smit', 'smog', 'smug', 'smut', 'snag', 'snap', 'snip', 'snit', 'snob', 'snot', 'snow', 'snub', 'snug', 'soak', 'soap', 'soar', 'sobs', 'sock', 'soda', 'sods', 'sofa', 'soft', 'soho', 'soil', 'sold', 'sole', 'soli', 'solo', 'sols', 'soma', 'some', 'song', 'sons', 'sony', 'soon', 'soot', 'sops', 'sora', 'sorb', 'sore', 'sort', 'sosa', 'soss', 'soto', 'sots', 'soul', 'soup', 'sour', 'sown', 'sows', 'soya', 'soys', 'spam', 'span', 'spar', 'spas', 'spat', 'spay', 'spec', 'sped', 'spew', 'spin', 'spit', 'spot', 'spry', 'spud', 'spun', 'spur', 'spys', 'stab', 'stag', 'stan', 'star', 'stay', 'stem', 'step', 'stew', 'stir', 'stop', 'stow', 'stub', 'stud', 'stun', 'stus', 'stye', 'stys', 'styx', 'subs', 'such', 'suck', 'suds', 'sued', 'sues', 'suet', 'suey', 'suez', 'sufi', 'suis', 'suit', 'sulk', 'sumo', 'sump', 'sums', 'sung', 'sunk', 'suns', 'suny', 'sups', 'sure', 'surf', 'suva', 'suzy', 'sven', 'swab', 'swag', 'swam', 'swan', 'swap', 'swat', 'sway', 'swig', 'swim', 'swop', 'swum', 'sync', 'tabs', 'tabu', 'tack', 'taco', 'tact', 'tads', 'taft', 'tags', 'tail', 'take', 'talc', 'tale', 'talk', 'tall', 'tame', 'tami', 'tamp', 'tams', 'tang', 'tanh', 'tank', 'tans', 'taos', 'tapa', 'tape', 'taps', 'tara', 'tare', 'taro', 'tarp', 'tars', 'tart', 'task', 'tass', 'tate', 'tats', 'taut', 'taxi', 'taxs', 'teak', 'teal', 'team', 'tear', 'teas', 'teat', 'tech', 'teds', 'teed', 'teem', 'teen', 'tees', 'teet', 'tell', 'temp', 'tend', 'tens', 'tent', 'teri', 'term', 'tern', 'terr', 'tess', 'test', 'tete', 'tets', 'text', 'thad', 'thai', 'than', 'thar', 'that', 'thaw', 'thea', 'thee', 'them', 'then', 'they', 'thin', 'this', 'thor', 'thou', 'thru', 'thud', 'thug', 'thur', 'thus', 'tias', 'tick', 'tics', 'tide', 'tidy', 'tied', 'tier', 'ties', 'tiff', 'tift', 'tike', 'tile', 'till', 'tilt', 'time', 'tims', 'tina', 'tine', 'ting', 'tins', 'tint', 'tiny', 'tipi', 'tips', 'tire', 'tiro', 'tito', 'tits', 'tkos', 'tlcs', 'tnts', 'toad', 'toby', 'todd', 'tods', 'toed', 'toes', 'tofu', 'toga', 'togo', 'togs', 'toil', 'tojo', 'toke', 'told', 'toll', 'tomb', 'tome', 'toms', 'tone', 'tong', 'toni', 'tonk', 'tons', 'tony', 'took', 'tool', 'toot', 'tops', 'tore', 'tori', 'torn', 'torr', 'tors', 'tort', 'tory', 'toss', 'tost', 'tote', 'toto', 'tots', 'tour', 'tout', 'town', 'tows', 'toys', 'trag', 'tram', 'tran', 'trap', 'tray', 'tree', 'trek', 'trey', 'trig', 'trim', 'trio', 'trip', 'trod', 'trot', 'troy', 'true', 'trys', 'tsar', 'tuba', 'tube', 'tubs', 'tuck', 'tude', 'tues', 'tuff', 'tuft', 'tugs', 'tull', 'tums', 'tuna', 'tune', 'tung', 'tuns', 'tupi', 'turd', 'turf', 'turk', 'turn', 'tush', 'tusk', 'tuts', 'tutu', 'tuxs', 'twas', 'twee', 'twig', 'twin', 'twit', 'twos', 'tyke', 'type', 'typo', 'tyre', 'tyro', 'tzar', 'ubss', 'ucla', 'ufas', 'ufos', 'ugly', 'uhfs', 'ulan', 'ulna', 'umps', 'undo', 'unit', 'unix', 'unto', 'upon', 'ural', 'urdu', 'urea', 'urey', 'urge', 'uric', 'uris', 'urns', 'ursa', 'usaf', 'usas', 'usda', 'used', 'user', 'uses', 'usgs', 'usia', 'usps', 'ussr', 'utah', 'utes', 'uzis', 'vade', 'vail', 'vain', 'vale', 'vals', 'vamp', 'vane', 'vang', 'vans', 'vary', 'vase', 'vast', 'vats', 'vcrs', 'veal', 'veda', 'veep', 'veer', 'vega', 'veil', 'vein', 'vela', 'veld', 'vend', 'venn', 'vent', 'vera', 'verb', 'vern', 'very', 'vest', 'veto', 'vets', 'vhfs', 'vial', 'vibe', 'vice', 'vida', 'vide', 'vied', 'vier', 'vies', 'viet', 'view', 'viii', 'vila', 'vile', 'vims', 'vine', 'viol', 'vips', 'visa', 'vise', 'vita', 'vito', 'viva', 'vivo', 'vlad', 'vlfs', 'void', 'vole', 'volt', 'voss', 'vote', 'vows', 'wack', 'waco', 'wade', 'wadi', 'wads', 'waft', 'wage', 'wags', 'wahl', 'waif', 'wail', 'wait', 'wake', 'wald', 'wale', 'walk', 'wall', 'walt', 'wand', 'wane', 'wang', 'want', 'ward', 'ware', 'warm', 'warn', 'warp', 'wars', 'wart', 'wary', 'wash', 'wasp', 'wast', 'watt', 'wave', 'wavy', 'waxs', 'waxy', 'ways', 'weak', 'weal', 'wean', 'wear', 'webb', 'webs', 'weco', 'weds', 'weed', 'week', 'weep', 'weer', 'wees', 'weft', 'wehr', 'weir', 'weis', 'weld', 'well', 'welt', 'wend', 'wens', 'went', 'wept', 'were', 'wert', 'west', 'wets', 'weve', 'wham', 'what', 'whee', 'when', 'whet', 'whew', 'whey', 'whig', 'whim', 'whip', 'whir', 'whit', 'whiz', 'whoa', 'whod', 'whom', 'whop', 'whos', 'whup', 'whys', 'wick', 'wide', 'wier', 'wife', 'wigs', 'wiis', 'wiki', 'wild', 'wile', 'will', 'wilt', 'wily', 'wimp', 'wind', 'wine', 'wing', 'wink', 'wino', 'wins', 'winy', 'wipe', 'wire', 'wiry', 'wise', 'wish', 'wisp', 'wist', 'with', 'wits', 'witt', 'wive', 'wizs', 'woes', 'woke', 'woks', 'wold', 'wolf', 'womb', 'wong', 'wons', 'wont', 'wood', 'woof', 'wool', 'woos', 'word', 'wore', 'work', 'worm', 'worn', 'wove', 'wows', 'wrap', 'wren', 'writ', 'wuss', 'wwws', 'wynn', 'xian', 'xmas', 'yacc', 'yack', 'yaks', 'yale', 'yall', 'yalu', 'yams', 'yang', 'yank', 'yaps', 'yard', 'yarn', 'yawl', 'yawn', 'yaws', 'yeah', 'year', 'yeas', 'yell', 'yelp', 'yens', 'yeps', 'yess', 'yest', 'yeti', 'yews', 'yips', 'ymca', 'ymir', 'yock', 'yoda', 'yoga', 'yogi', 'yoke', 'yoko', 'yolk', 'yond', 'yong', 'yore', 'york', 'yost', 'youd', 'your', 'yous', 'yowl', 'yuan', 'yuck', 'yugo', 'yuki', 'yuks', 'yule', 'yups', 'yuri', 'yves', 'ywca', 'zane', 'zany', 'zaps', 'zara', 'zeal', 'zebu', 'zeds', 'zeke', 'zeno', 'zens', 'zero', 'zest', 'zeta', 'zeus', 'zibo', 'zinc', 'zing', 'zion', 'zips', 'zits', 'zoes', 'zola', 'zone', 'zoom', 'zoos', 'zorn', 'zulu', 'zuni', 'aaron', 'ababa', 'abaci', 'aback', 'abaft', 'abase', 'abash', 'abate', 'abbas', 'abbey', 'abbot', 'abbys', 'abdul', 'abeam', 'abels', 'abets', 'abhor', 'abide', 'abler', 'abner', 'abode', 'abort', 'about', 'above', 'abram', 'abuja', 'abuse', 'abuts', 'abuzz', 'abyss', 'accra', 'ached', 'aches', 'achoo', 'acids', 'acing', 'acmes', 'acnes', 'acorn', 'acres', 'acrid', 'acrux', 'acted', 'acths', 'acton', 'actor', 'acuff', 'acute', 'adage', 'adair', 'adams', 'adana', 'adans', 'adapt', 'adars', 'added', 'adder', 'addie', 'addis', 'addle', 'adela', 'adele', 'adens', 'adept', 'adieu', 'adler', 'adman', 'admen', 'admit', 'admix', 'adobe', 'adolf', 'adopt', 'adore', 'adorn', 'adult', 'advil', 'adzes', 'aegis', 'aeons', 'aerie', 'aerys', 'aesop', 'affix', 'afire', 'afoot', 'afore', 'afoul', 'afros', 'after', 'again', 'agape', 'agars', 'agate', 'agave', 'agent', 'agers', 'aggie', 'agile', 'aging', 'agism', 'aglow', 'agnes', 'agnew', 'agnis', 'agone', 'agony', 'agree', 'agues', 'agway', 'ahabs', 'ahead', 'ahmad', 'ahmed', 'aidas', 'aided', 'aides', 'aidss', 'aiken', 'ailed', 'aimed', 'aimee', 'aimer', 'aired', 'airer', 'aires', 'aisha', 'aisle', 'ajaxs', 'akbar', 'akers', 'akita', 'akiva', 'akkad', 'akron', 'alamo', 'alana', 'alans', 'alarm', 'alars', 'albee', 'album', 'alcoa', 'aldan', 'alden', 'alder', 'aldos', 'aleck', 'alecs', 'aleph', 'alert', 'aleut', 'alexs', 'algae', 'algal', 'algas', 'alger', 'algol', 'alias', 'alibi', 'alice', 'alien', 'align', 'alike', 'aline', 'alisa', 'alive', 'alkyl', 'allah', 'allan', 'allay', 'allen', 'alley', 'allie', 'allis', 'allot', 'allow', 'alloy', 'allyl', 'allyn', 'allys', 'almas', 'almss', 'aloes', 'aloft', 'aloha', 'alone', 'along', 'aloof', 'aloud', 'alpha', 'alpos', 'alpss', 'alsop', 'altai', 'altar', 'alter', 'altho', 'alton', 'altos', 'alums', 'alvin', 'alway', 'alyce', 'amado', 'amain', 'amaru', 'amass', 'amati', 'amaze', 'amber', 'amble', 'ameba', 'ameer', 'amend', 'amide', 'amies', 'amiga', 'amigo', 'amino', 'amirs', 'amish', 'amiss', 'amity', 'amman', 'ammos', 'amoco', 'among', 'amort', 'amour', 'ampex', 'ample', 'amply', 'ampul', 'amuck', 'amurs', 'amuse', 'amway', 'andes', 'andre', 'andys', 'anent', 'angel', 'anger', 'angie', 'angle', 'anglo', 'angry', 'angst', 'angus', 'anion', 'anise', 'anita', 'ankhs', 'ankle', 'annal', 'annam', 'annex', 'annie', 'annoy', 'annul', 'annum', 'anode', 'anons', 'anted', 'antes', 'antic', 'antis', 'anton', 'anuss', 'anvil', 'anzac', 'aorta', 'apace', 'apart', 'apexs', 'aphid', 'aping', 'apish', 'appal', 'apple', 'apply', 'april', 'apron', 'apses', 'apsis', 'apter', 'aptly', 'aquae', 'aquas', 'arabs', 'araby', 'arals', 'arbor', 'arced', 'archs', 'arden', 'ardor', 'areas', 'arena', 'arent', 'argon', 'argos', 'argot', 'argue', 'argus', 'arhat', 'arias', 'ariel', 'aries', 'arise', 'arius', 'arlen', 'armco', 'armed', 'armer', 'armor', 'armys', 'arneb', 'arnos', 'aroma', 'arons', 'arose', 'array', 'arron', 'arrow', 'arses', 'arson', 'artie', 'artsy', 'aruba', 'aryan', 'asama', 'ascii', 'ascot', 'ashed', 'ashen', 'asher', 'ashes', 'asian', 'asias', 'aside', 'asked', 'asker', 'askew', 'asoka', 'aspen', 'aspic', 'assad', 'assai', 'assam', 'assay', 'asses', 'asset', 'aster', 'astir', 'aston', 'astor', 'aswan', 'atari', 'atlas', 'atman', 'atoll', 'atoms', 'atone', 'atria', 'attar', 'attic', 'auden', 'audio', 'audis', 'audit', 'audra', 'auger', 'aught', 'augur', 'aunts', 'aurae', 'aural', 'auras', 'auric', 'autos', 'avail', 'avant', 'avast', 'avers', 'avert', 'avery', 'avian', 'avila', 'avior', 'avoid', 'avows', 'await', 'awake', 'award', 'aware', 'awash', 'awful', 'awing', 'awoke', 'awols', 'axers', 'axial', 'axing', 'axiom', 'axiss', 'axles', 'axons', 'ayala', 'ayers', 'azana', 'aztec', 'azure', 'baaed', 'baals', 'baath', 'babar', 'babel', 'babes', 'babur', 'babys', 'bachs', 'backs', 'bacon', 'baden', 'badge', 'badly', 'bagel', 'baggy', 'bahai', 'bahia', 'bails', 'baird', 'baits', 'baize', 'baked', 'baker', 'bakes', 'bakus', 'balds', 'baldy', 'baled', 'baler', 'bales', 'balis', 'balks', 'balky', 'balls', 'balms', 'balmy', 'balsa', 'bambi', 'banal', 'bands', 'bandy', 'banes', 'bangs', 'banjo', 'banks', 'banns', 'bantu', 'barbs', 'bards', 'bared', 'barer', 'bares', 'barfs', 'barge', 'barks', 'barns', 'baron', 'barre', 'barrs', 'barry', 'barth', 'bartk', 'basal', 'based', 'basel', 'baser', 'bases', 'basho', 'bashs', 'basic', 'basie', 'basil', 'basin', 'basis', 'basks', 'basra', 'bassi', 'basso', 'basss', 'baste', 'basts', 'batch', 'bated', 'bater', 'bates', 'bathe', 'baths', 'batik', 'baton', 'bator', 'batty', 'batus', 'bauds', 'bauer', 'baulk', 'bawdy', 'bawls', 'bayda', 'bayed', 'bayer', 'bayes', 'bayou', 'beach', 'beads', 'beady', 'beaks', 'beams', 'beans', 'beard', 'bears', 'beast', 'beats', 'beaus', 'beaux', 'bebop', 'becks', 'becky', 'bedim', 'beebe', 'beech', 'beefs', 'beefy', 'beeps', 'beers', 'beets', 'befit', 'befog', 'began', 'begat', 'beget', 'begin', 'begot', 'begun', 'behan', 'beige', 'being', 'belas', 'belau', 'belay', 'belch', 'belem', 'belie', 'bella', 'belle', 'bells', 'belly', 'below', 'belts', 'beman', 'bench', 'bends', 'benet', 'benin', 'benny', 'bents', 'berea', 'beret', 'bergs', 'beria', 'berle', 'berms', 'berne', 'berns', 'berra', 'berry', 'berta', 'berth', 'berts', 'beryl', 'beset', 'besom', 'besot', 'bests', 'betas', 'betel', 'bethe', 'beths', 'betsy', 'bette', 'betty', 'bevel', 'bevys', 'beyer', 'bezel', 'biass', 'bible', 'bicep', 'biddy', 'bided', 'biden', 'bides', 'bidet', 'biers', 'biggs', 'bight', 'bigot', 'biked', 'biker', 'bikes', 'bikos', 'bilbo', 'biles', 'bilge', 'bilks', 'bills', 'billy', 'bimbo', 'binds', 'binge', 'bingo', 'bioko', 'biota', 'biped', 'birch', 'birds', 'biros', 'birth', 'bison', 'bitch', 'bited', 'biter', 'bites', 'bizet', 'bjork', 'blabs', 'black', 'blade', 'blahs', 'blair', 'blake', 'blame', 'blanc', 'bland', 'blank', 'blare', 'blase', 'blast', 'blatz', 'blaze', 'bleak', 'blear', 'bleat', 'bleed', 'bleep', 'blend', 'blent', 'bless', 'blest', 'bligh', 'blimp', 'blind', 'blink', 'blinn', 'blips', 'bliss', 'blitz', 'bloat', 'blobs', 'bloch', 'block', 'blocs', 'blogs', 'bloke', 'blond', 'blood', 'bloom', 'bloop', 'blots', 'blown', 'blows', 'blued', 'bluer', 'blues', 'bluet', 'bluff', 'blunt', 'blurb', 'blurs', 'blurt', 'blush', 'board', 'boars', 'boass', 'boast', 'boats', 'bobbi', 'bobby', 'boded', 'bodes', 'bodys', 'boers', 'bogey', 'boggy', 'bogie', 'bogot', 'bogus', 'bogys', 'boils', 'boise', 'bolas', 'boles', 'bolls', 'bolts', 'bombs', 'bonds', 'boned', 'boner', 'bones', 'boney', 'bongo', 'bongs', 'bonns', 'bonny', 'bonos', 'bonus', 'bonze', 'boobs', 'booby', 'booed', 'books', 'booky', 'boole', 'booms', 'boone', 'boons', 'boors', 'boost', 'booth', 'boots', 'booty', 'booze', 'boozy', 'borax', 'bored', 'borer', 'bores', 'borgs', 'boric', 'boris', 'borks', 'borne', 'boron', 'borus', 'bosch', 'boshs', 'bosns', 'bosom', 'boson', 'bosss', 'bossy', 'bosun', 'botch', 'botes', 'bough', 'boule', 'bound', 'bourn', 'bouts', 'bowed', 'bowel', 'bowen', 'bower', 'bowie', 'bowls', 'boxed', 'boxer', 'boxes', 'boyar', 'boyce', 'boyer', 'boyle', 'bozos', 'brace', 'bract', 'brads', 'brady', 'braes', 'bragg', 'brags', 'brahe', 'braid', 'brain', 'brake', 'brand', 'brans', 'brant', 'brash', 'brass', 'brats', 'braun', 'brave', 'bravo', 'brawl', 'brawn', 'brays', 'braze', 'bread', 'break', 'bream', 'breed', 'brent', 'brest', 'brets', 'brett', 'breve', 'brews', 'brian', 'briar', 'bribe', 'brice', 'brick', 'bride', 'brief', 'brier', 'bries', 'brigs', 'brims', 'brine', 'bring', 'brink', 'briny', 'brisk', 'brits', 'britt', 'broad', 'brock', 'broil', 'broke', 'bronx', 'brood', 'brook', 'broom', 'broth', 'brown', 'brows', 'bruce', 'bruin', 'bruit', 'bruno', 'brunt', 'brush', 'brusk', 'brute', 'bruts', 'bryan', 'bryce', 'bryon', 'buber', 'bucks', 'buddy', 'budge', 'buena', 'buffs', 'buffy', 'buggy', 'bugle', 'buick', 'build', 'built', 'bulbs', 'bulge', 'bulgy', 'bulks', 'bulky', 'bulls', 'bully', 'bumps', 'bumpy', 'bunch', 'bundy', 'bungs', 'bunin', 'bunks', 'bunny', 'bunts', 'buoys', 'burch', 'buret', 'burgs', 'burke', 'burks', 'burls', 'burly', 'burma', 'burns', 'burnt', 'burps', 'burro', 'burrs', 'bursa', 'burst', 'burts', 'burtt', 'busby', 'busch', 'bused', 'buses', 'bushs', 'bushy', 'busss', 'busts', 'butch', 'buteo', 'butte', 'butts', 'butyl', 'buuel', 'buxom', 'buyer', 'buzzs', 'buzzy', 'byers', 'bylaw', 'byrne', 'byron', 'bytes', 'byway', 'cabal', 'cabby', 'cabin', 'cable', 'cabot', 'cacao', 'cache', 'cacti', 'caddy', 'cadet', 'cadge', 'cadiz', 'cadre', 'cafes', 'caged', 'cager', 'cages', 'cagey', 'caine', 'cains', 'cairn', 'cairo', 'cajun', 'caked', 'cakes', 'caleb', 'calfs', 'calif', 'calks', 'calla', 'calls', 'calms', 'calve', 'calyx', 'camel', 'cameo', 'camps', 'campy', 'camry', 'camus', 'canal', 'canap', 'candy', 'caned', 'caner', 'canes', 'canis', 'canna', 'canny', 'canoe', 'canon', 'canst', 'canto', 'cants', 'cantu', 'caped', 'capek', 'caper', 'capes', 'capet', 'caphs', 'capon', 'capra', 'capri', 'caras', 'carat', 'cards', 'cared', 'cares', 'caret', 'carey', 'cargo', 'carib', 'carla', 'carlo', 'carls', 'carly', 'carne', 'carob', 'carol', 'carom', 'carpi', 'carps', 'carrs', 'carry', 'carte', 'carts', 'carve', 'cased', 'cases', 'casey', 'cashs', 'casio', 'casks', 'caste', 'casts', 'catch', 'cater', 'cathy', 'catty', 'caulk', 'cause', 'caved', 'caves', 'cavil', 'cawed', 'cease', 'cebus', 'cecil', 'cedar', 'ceded', 'cedes', 'celia', 'celli', 'cello', 'cells', 'celts', 'cents', 'ceres', 'cerfs', 'cesar', 'cetus', 'chads', 'chafe', 'chaff', 'chain', 'chair', 'chalk', 'champ', 'chang', 'chans', 'chant', 'chaos', 'chaps', 'chapt', 'chard', 'charm', 'chars', 'chart', 'chary', 'chase', 'chasm', 'chats', 'cheap', 'cheat', 'check', 'cheek', 'cheep', 'cheer', 'chefs', 'chens', 'cheri', 'chert', 'chess', 'chest', 'chevy', 'chews', 'chewy', 'chiba', 'chick', 'chics', 'chide', 'chief', 'child', 'chile', 'chili', 'chill', 'chime', 'chimp', 'chimu', 'china', 'chine', 'chink', 'chino', 'chins', 'chips', 'chirp', 'chits', 'chive', 'chloe', 'chock', 'choir', 'choke', 'chomp', 'chops', 'chord', 'chore', 'chose', 'chows', 'chris', 'chuck', 'chuff', 'chugs', 'chump', 'chums', 'chung', 'chunk', 'churl', 'churn', 'chute', 'cider', 'cigar', 'cilia', 'cinch', 'cindy', 'cipro', 'circa', 'circe', 'cisco', 'cited', 'cites', 'citys', 'civet', 'civic', 'civil', 'clack', 'claim', 'clair', 'clamp', 'clams', 'clang', 'clank', 'clans', 'claps', 'clara', 'clare', 'clark', 'clash', 'clasp', 'class', 'clats', 'claus', 'claws', 'clays', 'clean', 'clear', 'cleat', 'clefs', 'cleft', 'clems', 'cleos', 'clerk', 'clews', 'clich', 'click', 'cliff', 'climb', 'clime', 'cline', 'cling', 'clink', 'clint', 'clios', 'clips', 'clipt', 'clive', 'cloak', 'clock', 'clods', 'clogs', 'clomp', 'clone', 'clops', 'close', 'cloth', 'clots', 'cloud', 'clout', 'clove', 'clown', 'cloys', 'clubs', 'cluck', 'clued', 'clues', 'clump', 'clung', 'clunk', 'clyde', 'coach', 'coals', 'coast', 'coats', 'cobol', 'cobra', 'cocci', 'cocks', 'cocky', 'cocoa', 'codas', 'coded', 'coder', 'codes', 'codex', 'codon', 'coeds', 'cohan', 'cohen', 'coifs', 'coils', 'coins', 'coked', 'cokes', 'colas', 'colby', 'colds', 'colic', 'colin', 'colon', 'color', 'colts', 'colza', 'comas', 'combo', 'combs', 'comer', 'comes', 'comet', 'comfy', 'comic', 'comma', 'comte', 'conan', 'conch', 'condo', 'cones', 'coney', 'conga', 'congo', 'conic', 'conks', 'cooed', 'cooke', 'cooks', 'cooky', 'cools', 'coons', 'coops', 'coors', 'coots', 'coped', 'copes', 'copra', 'copse', 'copys', 'coral', 'coras', 'cords', 'cored', 'corer', 'cores', 'corey', 'corfu', 'corks', 'corms', 'corns', 'corny', 'corot', 'corps', 'corys', 'cosby', 'cosec', 'coset', 'costa', 'costs', 'cosys', 'cotes', 'cotta', 'cotty', 'couch', 'cough', 'could', 'count', 'coupe', 'coups', 'court', 'coven', 'cover', 'coves', 'covet', 'covey', 'cowan', 'cowed', 'cower', 'cowls', 'cowry', 'coyer', 'coyly', 'coypu', 'cozen', 'cozys', 'crabs', 'crack', 'craft', 'crags', 'craig', 'cramp', 'crams', 'crane', 'crank', 'crape', 'craps', 'crash', 'crass', 'crate', 'crave', 'crawl', 'craws', 'crays', 'craze', 'crazy', 'crche', 'creak', 'cream', 'crecy', 'credo', 'creed', 'creek', 'creel', 'creep', 'crees', 'creon', 'crepe', 'crept', 'cress', 'crest', 'crete', 'crews', 'cribs', 'crick', 'cried', 'crier', 'cries', 'crime', 'crimp', 'crisp', 'criss', 'croak', 'croat', 'croce', 'croci', 'crock', 'croft', 'croix', 'crone', 'crony', 'crook', 'croon', 'crops', 'cross', 'croup', 'crowd', 'crown', 'crows', 'crude', 'cruds', 'cruel', 'cruet', 'crumb', 'crump', 'crush', 'crust', 'cruxs', 'cruzs', 'crypt', 'csnet', 'cuban', 'cubas', 'cubed', 'cubes', 'cubic', 'cubit', 'cuffs', 'cuing', 'culls', 'culpa', 'cults', 'cumin', 'cunts', 'cupid', 'curbs', 'curds', 'cured', 'curer', 'cures', 'curia', 'curie', 'curio', 'curls', 'curly', 'curry', 'curse', 'curst', 'curts', 'curve', 'curvy', 'cushy', 'cusps', 'cusss', 'cuter', 'cutup', 'cuzco', 'cycad', 'cycle', 'cynic', 'cyril', 'cyrus', 'cysts', 'czars', 'czech', 'dacca', 'dacha', 'dadas', 'daddy', 'dados', 'daffy', 'daily', 'dairy', 'daiss', 'daisy', 'dakar', 'dales', 'daley', 'dally', 'dames', 'damns', 'damon', 'damps', 'danas', 'dance', 'dandy', 'danes', 'danny', 'dante', 'darby', 'darcy', 'dared', 'daren', 'darer', 'dares', 'darin', 'dario', 'darks', 'darla', 'darns', 'darpa', 'darry', 'darth', 'darts', 'daryl', 'dashs', 'dated', 'dater', 'dates', 'datum', 'daubs', 'daunt', 'davao', 'daves', 'david', 'davis', 'davit', 'dawes', 'dawns', 'dazed', 'dazes', 'deads', 'deals', 'dealt', 'deana', 'deane', 'deann', 'deans', 'dears', 'death', 'debar', 'debby', 'debit', 'debra', 'debts', 'debug', 'debut', 'decaf', 'decal', 'decay', 'decca', 'decks', 'decor', 'decoy', 'decry', 'deeds', 'deems', 'deena', 'deeps', 'deere', 'deers', 'defer', 'defoe', 'degas', 'degum', 'deice', 'deify', 'deign', 'deism', 'deity', 'delay', 'delft', 'delhi', 'delia', 'delis', 'della', 'dells', 'delta', 'delve', 'demit', 'demon', 'demos', 'demur', 'denas', 'deneb', 'dengs', 'denim', 'denis', 'denny', 'dense', 'dents', 'deons', 'depot', 'depps', 'depth', 'derby', 'derek', 'desks', 'detat', 'deter', 'detox', 'deuce', 'devil', 'devin', 'devis', 'devon', 'dewar', 'dewey', 'dhabi', 'dhaka', 'dhoti', 'dials', 'diana', 'diane', 'diann', 'diary', 'diced', 'dices', 'dicey', 'dicks', 'dicky', 'dicta', 'didnt', 'didos', 'diego', 'diems', 'diets', 'diety', 'dietz', 'digit', 'dijon', 'diked', 'dikes', 'dills', 'dilly', 'dimer', 'dimes', 'dimly', 'dinah', 'dinas', 'dined', 'diner', 'dines', 'dingo', 'dings', 'dingy', 'dinky', 'dinos', 'dints', 'diode', 'dions', 'dirac', 'direr', 'dirge', 'dirks', 'dirts', 'dirty', 'disco', 'discs', 'dishs', 'disks', 'disss', 'ditch', 'ditto', 'ditty', 'divan', 'divas', 'dived', 'diver', 'dives', 'divot', 'divvy', 'dixie', 'dixon', 'dizzy', 'djinn', 'dobbs', 'dobro', 'docks', 'dodge', 'dodos', 'doers', 'doffs', 'doggy', 'dogie', 'dogma', 'dohas', 'doily', 'doing', 'dolan', 'dolby', 'dolce', 'doled', 'doles', 'dolls', 'dolly', 'dolts', 'domed', 'domes', 'donna', 'donne', 'donns', 'donny', 'donor', 'donut', 'dooms', 'doors', 'doped', 'doper', 'dopes', 'dopey', 'doras', 'doria', 'doric', 'doris', 'dorks', 'dorky', 'dorms', 'dorys', 'dosed', 'doses', 'doted', 'dotes', 'dotty', 'douay', 'doubt', 'douce', 'dough', 'dougs', 'douro', 'douse', 'dover', 'doves', 'dowdy', 'dowel', 'downs', 'downy', 'dowry', 'dowse', 'doyen', 'doyle', 'dozed', 'dozen', 'dozes', 'drabs', 'draco', 'draft', 'drags', 'drain', 'drake', 'drama', 'drams', 'drank', 'drano', 'drape', 'drawl', 'drawn', 'draws', 'drays', 'dread', 'dream', 'dregs', 'dress', 'drews', 'dried', 'drier', 'dries', 'drift', 'drill', 'drily', 'drink', 'drips', 'drive', 'droll', 'drone', 'drool', 'droop', 'drops', 'dross', 'drove', 'drown', 'drubs', 'drugs', 'druid', 'drums', 'drunk', 'drury', 'dryad', 'dryer', 'dryly', 'duane', 'dubai', 'dubhe', 'ducal', 'ducat', 'duchy', 'ducks', 'ducts', 'duded', 'dudes', 'duels', 'duets', 'duffy', 'dugan', 'dukes', 'dulls', 'dully', 'dulse', 'dumas', 'dumbo', 'dummy', 'dumps', 'dumpy', 'dunce', 'dunes', 'dungs', 'dunks', 'dunne', 'dunno', 'dunns', 'duped', 'dupes', 'duran', 'durer', 'durex', 'duroc', 'duses', 'dusks', 'dusky', 'dusts', 'dusty', 'dutch', 'dutys', 'duvet', 'dvina', 'dvork', 'dwarf', 'dweeb', 'dwell', 'dwelt', 'dwyer', 'dyers', 'dying', 'dykes', 'dylan', 'dyson', 'eagan', 'eager', 'eagle', 'eared', 'earle', 'earls', 'early', 'earns', 'earps', 'earth', 'eased', 'easel', 'eases', 'easts', 'eaten', 'eater', 'eaton', 'eaves', 'ebays', 'ebbed', 'ebens', 'ebert', 'ebola', 'ebony', 'ebros', 'echos', 'eclat', 'ecole', 'ecrus', 'edams', 'eddie', 'eddys', 'edema', 'edens', 'edgar', 'edged', 'edger', 'edges', 'edict', 'edify', 'edith', 'edits', 'ednas', 'edsel', 'edwin', 'eerie', 'effie', 'efren', 'egged', 'eggos', 'egiss', 'egret', 'egypt', 'eider', 'eight', 'eires', 'eject', 'eking', 'elate', 'elbes', 'elbow', 'elder', 'eldon', 'elect', 'elegy', 'elena', 'elfin', 'elgar', 'elgin', 'elias', 'elide', 'eliot', 'elisa', 'elise', 'elite', 'eliza', 'ellas', 'ellen', 'ellie', 'ellis', 'elmas', 'elmer', 'elmos', 'elope', 'eloys', 'elroy', 'elsas', 'elsie', 'elton', 'elude', 'eluls', 'elute', 'elvas', 'elves', 'elvia', 'elvin', 'elvis', 'elway', 'elyse', 'emacs', 'email', 'embed', 'ember', 'emcee', 'emend', 'emery', 'emile', 'emils', 'emily', 'emirs', 'emits', 'emmas', 'emory', 'emote', 'empty', 'enact', 'ended', 'ender', 'endow', 'endue', 'enema', 'enemy', 'engel', 'engle', 'enifs', 'enjoy', 'ennui', 'enoch', 'enrol', 'enron', 'ensue', 'enter', 'entre', 'entry', 'enure', 'envoy', 'envys', 'epcot', 'epics', 'epoch', 'epoxy', 'epsom', 'epson', 'equal', 'equip', 'erase', 'erato', 'erect', 'erica', 'erich', 'erick', 'erics', 'erika', 'eriks', 'eriss', 'ermas', 'ernas', 'ernie', 'ernst', 'erode', 'eross', 'erred', 'errol', 'error', 'erses', 'erupt', 'ervin', 'erwin', 'esaus', 'essay', 'essen', 'essex', 'essie', 'ester', 'estes', 'estop', 'ethan', 'ethel', 'ether', 'ethic', 'ethos', 'ethyl', 'etnas', 'ettas', 'etude', 'eucre', 'eulas', 'euler', 'euros', 'evade', 'evans', 'evens', 'event', 'evert', 'every', 'evian', 'evict', 'evils', 'evita', 'evoke', 'ewers', 'ewing', 'exact', 'exalt', 'exams', 'excel', 'execs', 'exert', 'exile', 'exist', 'exits', 'expel', 'expos', 'extol', 'extra', 'exude', 'exult', 'exxon', 'eycks', 'eyers', 'eying', 'eyrie', 'faber', 'fable', 'faced', 'faces', 'facet', 'facto', 'facts', 'faded', 'fader', 'fades', 'faery', 'fagin', 'fagot', 'fahds', 'fahey', 'fails', 'faint', 'fairs', 'fairy', 'faith', 'faked', 'faker', 'fakes', 'fakir', 'falls', 'false', 'famed', 'fames', 'fancy', 'fangs', 'fanny', 'farad', 'farce', 'fared', 'fares', 'fargo', 'farms', 'farsi', 'farth', 'farts', 'fasts', 'fatah', 'fatal', 'fated', 'fates', 'fatty', 'fault', 'fauna', 'fauns', 'faust', 'favor', 'fawns', 'faxed', 'faxes', 'fayes', 'fazed', 'fazes', 'fdics', 'fears', 'feast', 'feats', 'fecal', 'feces', 'fedex', 'feeds', 'feels', 'feign', 'feint', 'felix', 'fells', 'felon', 'felts', 'femur', 'fence', 'fends', 'feral', 'fermi', 'ferns', 'ferry', 'fests', 'fetal', 'fetas', 'fetch', 'feted', 'fetid', 'fetus', 'feuds', 'fever', 'fewer', 'fezes', 'fianc', 'fiats', 'fiber', 'fibre', 'ficas', 'fiche', 'fidel', 'fidos', 'fiefs', 'field', 'fiend', 'fiery', 'fifes', 'fifth', 'fifty', 'fight', 'fijis', 'filch', 'filed', 'filer', 'files', 'filet', 'fills', 'filly', 'films', 'filmy', 'filth', 'final', 'finch', 'finds', 'fined', 'finer', 'fines', 'finis', 'finks', 'finns', 'finny', 'fiona', 'fiord', 'fired', 'firer', 'fires', 'firms', 'first', 'firth', 'fishs', 'fishy', 'fiske', 'fisks', 'fists', 'fitch', 'fitly', 'fiver', 'fives', 'fixed', 'fixer', 'fixes', 'fizzs', 'fizzy', 'fjord', 'flabs', 'flack', 'flags', 'flail', 'flair', 'flake', 'flaks', 'flaky', 'flamb', 'flame', 'flank', 'flaps', 'flare', 'flash', 'flask', 'flats', 'flatt', 'flaws', 'flaxs', 'flays', 'fleas', 'fleck', 'flees', 'fleet', 'flesh', 'flexs', 'flick', 'flied', 'flier', 'flies', 'fling', 'flint', 'flips', 'flirt', 'flits', 'float', 'flock', 'floes', 'flogs', 'flood', 'floor', 'flops', 'flora', 'flory', 'floss', 'flour', 'flout', 'flown', 'flows', 'floyd', 'flubs', 'flues', 'fluff', 'fluid', 'fluke', 'fluky', 'flume', 'flung', 'flunk', 'flush', 'flute', 'fluxs', 'flyby', 'flyer', 'flynn', 'fnmas', 'foals', 'foams', 'foamy', 'focal', 'focus', 'fogey', 'foggy', 'fogys', 'foils', 'foist', 'folds', 'foley', 'folio', 'folks', 'folly', 'fonda', 'fondu', 'fonts', 'foods', 'fools', 'foote', 'foots', 'foray', 'force', 'fords', 'fores', 'forge', 'forgo', 'forks', 'forms', 'forte', 'forth', 'forts', 'forty', 'forum', 'fosse', 'fouls', 'found', 'fount', 'fours', 'fovea', 'fowls', 'foxed', 'foxes', 'foyer', 'frail', 'frame', 'franc', 'frank', 'frans', 'franz', 'frapp', 'frats', 'fraud', 'frays', 'freak', 'freda', 'freds', 'freed', 'freer', 'frees', 'freon', 'fresh', 'frets', 'freud', 'freya', 'freys', 'friar', 'frick', 'fried', 'frier', 'fries', 'frill', 'frisk', 'frito', 'fritz', 'frizz', 'frock', 'frogs', 'fromm', 'frond', 'front', 'frost', 'froth', 'frown', 'froze', 'fruit', 'frump', 'fryer', 'fryes', 'fuchs', 'fucks', 'fudge', 'fuels', 'fugal', 'fugue', 'fujis', 'fulls', 'fully', 'fumed', 'fumes', 'funds', 'fundy', 'fungi', 'funks', 'funky', 'funny', 'furls', 'furor', 'furry', 'furys', 'furze', 'fused', 'fuses', 'fusss', 'fussy', 'fusty', 'futon', 'fuzed', 'fuzes', 'fuzzs', 'fuzzy', 'gabby', 'gable', 'gabon', 'gaeas', 'gaels', 'gaffe', 'gaffs', 'gaged', 'gages', 'gails', 'gaily', 'gains', 'gaits', 'galas', 'galen', 'gales', 'gallo', 'galls', 'gamay', 'gamed', 'gamer', 'games', 'gamey', 'gamin', 'gamma', 'gamow', 'gamut', 'gangs', 'gaped', 'gapes', 'garbo', 'garbs', 'garry', 'garth', 'garza', 'gases', 'gashs', 'gasps', 'gassy', 'gated', 'gates', 'gator', 'gatun', 'gaudy', 'gauge', 'gauls', 'gaunt', 'gauss', 'gauze', 'gauzy', 'gavel', 'gavin', 'gawks', 'gawky', 'gayer', 'gayle', 'gayly', 'gazed', 'gazer', 'gazes', 'gdels', 'gears', 'gecko', 'geeks', 'geeky', 'geese', 'geigy', 'gelds', 'gelid', 'gemma', 'genas', 'genes', 'genet', 'genie', 'genii', 'genoa', 'genre', 'gents', 'genus', 'geode', 'geres', 'germs', 'gerry', 'getty', 'getup', 'ghana', 'ghats', 'ghent', 'ghost', 'ghoul', 'giant', 'gibbs', 'gibby', 'gibed', 'gibes', 'giddy', 'gifts', 'gilas', 'gilda', 'gilds', 'giles', 'gills', 'gilts', 'gimme', 'gimpy', 'ginas', 'ginny', 'ginos', 'ginsu', 'gipsy', 'girds', 'girls', 'girth', 'girts', 'gismo', 'gists', 'given', 'giver', 'gives', 'gizas', 'gizmo', 'glade', 'glads', 'gland', 'glans', 'glare', 'glass', 'glaxo', 'glaze', 'gleam', 'glean', 'glees', 'glenn', 'glens', 'glide', 'glint', 'glitz', 'gloat', 'globe', 'globs', 'gloom', 'glops', 'glory', 'gloss', 'glove', 'glows', 'glued', 'glues', 'gluey', 'gluts', 'glyph', 'gnarl', 'gnash', 'gnats', 'gnawn', 'gnaws', 'gnome', 'goads', 'goals', 'goats', 'gobis', 'godly', 'godot', 'gofer', 'goffs', 'gogol', 'going', 'golan', 'golda', 'golds', 'golfs', 'golgi', 'golly', 'gomez', 'gonad', 'goner', 'gongs', 'gonna', 'goode', 'goods', 'goody', 'gooey', 'goofs', 'goofy', 'gooks', 'goons', 'goops', 'goose', 'gored', 'goren', 'gores', 'gorey', 'gorge', 'gorky', 'gorse', 'goths', 'gotta', 'gouda', 'gouge', 'gould', 'gourd', 'gouts', 'gouty', 'gowns', 'grabs', 'grace', 'grade', 'grads', 'grady', 'graff', 'graft', 'grail', 'grain', 'grams', 'grand', 'grant', 'grape', 'graph', 'grasp', 'grass', 'grata', 'grate', 'grave', 'gravy', 'grays', 'graze', 'great', 'grebe', 'greed', 'greek', 'green', 'greer', 'greet', 'gregg', 'gregs', 'greta', 'greys', 'grids', 'grief', 'grieg', 'grill', 'grime', 'grimm', 'grimy', 'grind', 'grins', 'gripe', 'grips', 'grist', 'grits', 'groan', 'groat', 'grogs', 'groin', 'groom', 'grope', 'gross', 'grosz', 'group', 'grout', 'grove', 'growl', 'grown', 'grows', 'grubs', 'gruel', 'gruff', 'grunt', 'gruss', 'guams', 'guano', 'guard', 'guava', 'gucci', 'guess', 'guest', 'guffs', 'guide', 'guild', 'guile', 'guilt', 'guise', 'gulag', 'gulch', 'gules', 'gulfs', 'gulls', 'gully', 'gulps', 'gumbo', 'gummy', 'gunks', 'gunky', 'gunny', 'guppy', 'gupta', 'gurus', 'gushs', 'gushy', 'gusto', 'gusts', 'gusty', 'gutsy', 'guyed', 'guyer', 'gwens', 'gwyns', 'gybed', 'gybes', 'gypsy', 'gyros', 'haass', 'haber', 'habib', 'habit', 'hacks', 'hadar', 'hades', 'hadnt', 'hafiz', 'hafts', 'hagar', 'hagen', 'hager', 'hague', 'haifa', 'haiku', 'hails', 'hairs', 'hairy', 'haiti', 'hakes', 'hakka', 'haled', 'haler', 'hales', 'haley', 'halfs', 'halls', 'halma', 'halon', 'halos', 'halts', 'halve', 'hamal', 'haman', 'hands', 'handy', 'haney', 'hangs', 'hanks', 'hanky', 'hanna', 'hanoi', 'haply', 'happy', 'hardy', 'hared', 'harem', 'hares', 'harks', 'harms', 'harps', 'harpy', 'harry', 'harsh', 'harte', 'harts', 'hashs', 'hasnt', 'hasps', 'haste', 'hasty', 'hatch', 'hated', 'hater', 'hates', 'hauls', 'haunt', 'hausa', 'havel', 'haven', 'haves', 'havoc', 'hawed', 'hawks', 'haydn', 'hayed', 'hayes', 'hazed', 'hazel', 'hazes', 'heads', 'heady', 'heals', 'healy', 'heaps', 'heard', 'hears', 'heart', 'heath', 'heats', 'heave', 'heavy', 'hecks', 'hedge', 'heeds', 'heels', 'heeps', 'hefts', 'hefty', 'hegel', 'heidi', 'heigh', 'heine', 'heinz', 'heirs', 'heist', 'helen', 'helga', 'helix', 'hello', 'hells', 'helms', 'helot', 'helps', 'hemps', 'hence', 'hench', 'henna', 'henri', 'henry', 'heras', 'herbs', 'herds', 'heres', 'herod', 'heron', 'heros', 'hertz', 'herzl', 'hesse', 'hetty', 'hewed', 'hewer', 'hexed', 'hexes', 'hiatt', 'hicks', 'hided', 'hides', 'highs', 'hiked', 'hiker', 'hikes', 'hilda', 'hills', 'hilly', 'hilts', 'hilum', 'hindi', 'hinds', 'hindu', 'hines', 'hinge', 'hints', 'hippo', 'hippy', 'hiram', 'hired', 'hirer', 'hires', 'hisss', 'hitch', 'hived', 'hives', 'hmong', 'hoagy', 'hoard', 'hoary', 'hoaxs', 'hobbs', 'hobby', 'hobos', 'hocks', 'hocus', 'hodge', 'hoffa', 'hoffs', 'hogan', 'hoist', 'hokan', 'hokey', 'hokum', 'holds', 'holed', 'holes', 'holly', 'holst', 'homed', 'homer', 'homes', 'homey', 'homie', 'honda', 'hondo', 'honed', 'honer', 'hones', 'honey', 'honks', 'honor', 'hooch', 'hoods', 'hooey', 'hoofs', 'hooke', 'hooks', 'hooky', 'hoops', 'hoots', 'hoped', 'hopes', 'hopis', 'horde', 'horne', 'horns', 'horny', 'horse', 'horsy', 'horus', 'hosea', 'hosed', 'hoses', 'hosts', 'hotel', 'hotly', 'hough', 'hound', 'hours', 'house', 'hovel', 'hover', 'howdy', 'howls', 'hoyle', 'hsbcs', 'htmls', 'huang', 'hubby', 'huber', 'hucks', 'hueys', 'huffs', 'huffy', 'huger', 'hughs', 'hugos', 'hulas', 'hulks', 'hulls', 'human', 'humid', 'humor', 'humps', 'humus', 'hunch', 'hunks', 'hunts', 'hurls', 'huron', 'hurry', 'hurst', 'hurts', 'hurty', 'hushs', 'husks', 'husky', 'hussy', 'hutch', 'hydra', 'hydro', 'hyena', 'hying', 'hyman', 'hymen', 'hymns', 'hyped', 'hyper', 'hypes', 'hypos', 'iagos', 'iambs', 'ibexs', 'ibiss', 'ibiza', 'iblis', 'ibsen', 'icahn', 'icbms', 'icier', 'icily', 'icing', 'icons', 'idaho', 'ideal', 'ideas', 'idess', 'idiom', 'idiot', 'idled', 'idler', 'idles', 'idols', 'idyll', 'idyls', 'igloo', 'igors', 'ikeas', 'ikons', 'ilene', 'ileum', 'iliac', 'iliad', 'ilona', 'image', 'imams', 'imbed', 'imbue', 'impel', 'imply', 'imuss', 'inane', 'inapt', 'incas', 'inchs', 'incur', 'index', 'india', 'indra', 'indue', 'indus', 'indys', 'inept', 'inert', 'inezs', 'infer', 'infix', 'infos', 'infra', 'ingot', 'injun', 'inked', 'inker', 'inlay', 'inlet', 'inman', 'inner', 'inonu', 'input', 'inset', 'intel', 'inter', 'inuit', 'inure', 'invar', 'ionic', 'iotas', 'iowan', 'iowas', 'ipods', 'iqbal', 'irans', 'iraqi', 'iraqs', 'irate', 'irene', 'irish', 'iriss', 'irked', 'irmas', 'irons', 'irony', 'irvin', 'irwin', 'isaac', 'ishim', 'isiah', 'ising', 'isiss', 'islam', 'isles', 'islet', 'issac', 'issue', 'isuzu', 'italy', 'itchs', 'itchy', 'items', 'ivies', 'ivory', 'iyars', 'izaak', 'izmir', 'izods', 'jabot', 'jacks', 'jacky', 'jacob', 'jaded', 'jades', 'jails', 'jaime', 'jakes', 'jamal', 'jamar', 'jambs', 'jamel', 'james', 'jamie', 'jamis', 'janas', 'janet', 'janie', 'janis', 'janna', 'janos', 'janus', 'japan', 'japed', 'japes', 'jared', 'jason', 'jaunt', 'javas', 'jawed', 'jayne', 'jazzs', 'jazzy', 'jeans', 'jedis', 'jeeps', 'jeers', 'jeffs', 'jehad', 'jello', 'jells', 'jelly', 'jenna', 'jenny', 'jeres', 'jeris', 'jerks', 'jerky', 'jerri', 'jerry', 'jesse', 'jesss', 'jests', 'jesus', 'jetty', 'jewel', 'jewry', 'jibed', 'jibes', 'jidda', 'jiffy', 'jihad', 'jilin', 'jilts', 'jimmy', 'jinan', 'jinni', 'jinns', 'jinny', 'jinxs', 'jived', 'jives', 'joann', 'jocks', 'jodie', 'jodis', 'jodys', 'joeys', 'johns', 'joins', 'joint', 'joist', 'joked', 'joker', 'jokes', 'jolla', 'jolly', 'jolts', 'jonah', 'jonas', 'jones', 'jonis', 'jorge', 'josef', 'joses', 'joshs', 'josie', 'josue', 'joule', 'joust', 'joves', 'jowls', 'jowly', 'joyce', 'joyed', 'juana', 'juans', 'jubal', 'judah', 'judas', 'judds', 'judea', 'judge', 'judos', 'juice', 'juicy', 'jukes', 'julep', 'jules', 'julia', 'julie', 'julio', 'julys', 'jumbo', 'jumps', 'jumpy', 'junco', 'junes', 'jungs', 'junks', 'junky', 'junos', 'junta', 'juror', 'jurua', 'jurys', 'jutes', 'kaaba', 'kabob', 'kabul', 'kafka', 'kajar', 'kalbs', 'kales', 'kalis', 'kamas', 'kanes', 'kants', 'kapok', 'kappa', 'kaput', 'karas', 'karat', 'karen', 'karin', 'karis', 'karla', 'karls', 'karma', 'karol', 'karos', 'karyn', 'kasai', 'kasey', 'kates', 'kathy', 'katie', 'katys', 'kauai', 'kayak', 'kayes', 'kayla', 'kazan', 'kazoo', 'keats', 'kebab', 'kebob', 'kecks', 'keels', 'keens', 'keeps', 'keith', 'kelli', 'kelly', 'kelps', 'kemps', 'kenny', 'kents', 'kenya', 'keogh', 'kerbs', 'keris', 'kerri', 'kerry', 'ketch', 'keven', 'kevin', 'keyed', 'keyes', 'khaki', 'khans', 'khmer', 'khufu', 'kicks', 'kicky', 'kidde', 'kiddo', 'kidds', 'kiddy', 'kieth', 'kievs', 'kills', 'kilns', 'kilos', 'kilts', 'kinda', 'kinds', 'kings', 'kinks', 'kinky', 'kiosk', 'kiowa', 'kirby', 'kirov', 'kisss', 'kited', 'kites', 'kiths', 'kitty', 'kiwis', 'klans', 'klaus', 'klein', 'klimt', 'kline', 'klutz', 'kmart', 'knack', 'knapp', 'knave', 'knead', 'kneed', 'kneel', 'knees', 'knell', 'knelt', 'knick', 'knife', 'knits', 'knobs', 'knock', 'knoll', 'knopf', 'knots', 'knott', 'known', 'knows', 'knurl', 'knuth', 'koala', 'kodak', 'kojak', 'kombu', 'kongo', 'kongs', 'kooks', 'kooky', 'kopek', 'koran', 'korea', 'korys', 'kraft', 'kraut', 'krebs', 'kriss', 'krnas', 'krnur', 'krocs', 'krone', 'krupp', 'kruse', 'kudos', 'kudzu', 'kuhns', 'kulak', 'kurts', 'kusch', 'kwans', 'kyles', 'kyoto', 'laban', 'label', 'labia', 'labor', 'laced', 'laces', 'lacey', 'lacks', 'lacys', 'laded', 'laden', 'lades', 'ladle', 'ladys', 'lager', 'lagos', 'lairs', 'laity', 'laius', 'lajos', 'lakes', 'lamar', 'lamas', 'lambs', 'lamed', 'lamer', 'lames', 'lamps', 'lanai', 'lanas', 'lance', 'lands', 'lanes', 'lange', 'lanka', 'lanky', 'lanny', 'lapel', 'lapps', 'lapse', 'laras', 'larch', 'lards', 'lares', 'large', 'largo', 'larks', 'larry', 'larva', 'laser', 'lashs', 'lassa', 'lasso', 'lasss', 'lasts', 'latch', 'later', 'latex', 'lathe', 'laths', 'latin', 'latus', 'lauds', 'laugh', 'laura', 'lauri', 'laval', 'lavas', 'lawns', 'laxer', 'laxly', 'layer', 'layla', 'layup', 'lazed', 'lazes', 'leach', 'leads', 'leafs', 'leafy', 'leaks', 'leaky', 'leann', 'leans', 'leaps', 'leapt', 'learn', 'lears', 'leary', 'lease', 'leash', 'least', 'leave', 'ledge', 'leech', 'leeds', 'leeks', 'leers', 'leery', 'lefts', 'lefty', 'legal', 'leger', 'leggy', 'legit', 'legos', 'leifs', 'leigh', 'leila', 'lelas', 'lelia', 'lemma', 'lemme', 'lemon', 'lemur', 'lenas', 'lends', 'lenin', 'lenny', 'lenos', 'lenss', 'lents', 'leola', 'leona', 'leone', 'leper', 'lepke', 'lepus', 'leroy', 'lesas', 'lesss', 'letas', 'letha', 'lethe', 'letup', 'levee', 'level', 'lever', 'levin', 'levis', 'levys', 'lewis', 'lexus', 'lhasa', 'liars', 'libby', 'libel', 'libra', 'libya', 'licit', 'licks', 'lidia', 'liege', 'liens', 'lieus', 'lifer', 'lifes', 'lifts', 'light', 'liked', 'liken', 'liker', 'likes', 'lilac', 'lilas', 'lilia', 'lille', 'lilly', 'lilts', 'lilys', 'limas', 'limbo', 'limbs', 'limed', 'limes', 'limit', 'limns', 'limos', 'limps', 'linas', 'linda', 'lindy', 'lined', 'linen', 'liner', 'lines', 'lingo', 'links', 'lints', 'linus', 'linux', 'lions', 'lipid', 'lippi', 'liras', 'lisas', 'lisle', 'lisps', 'lists', 'liszt', 'liter', 'lithe', 'litre', 'lived', 'liven', 'liver', 'lives', 'livia', 'livid', 'livre', 'lizas', 'lizzy', 'llama', 'llano', 'lloyd', 'loads', 'loafs', 'loams', 'loamy', 'loans', 'loath', 'lobar', 'lobby', 'lobed', 'lobes', 'local', 'locke', 'locks', 'locus', 'lodes', 'lodge', 'lodzs', 'loeil', 'loess', 'loewe', 'loewi', 'loews', 'lofts', 'lofty', 'logan', 'loges', 'logic', 'logos', 'loins', 'loire', 'loiss', 'lokis', 'lolas', 'lolls', 'lolly', 'lomes', 'loner', 'longs', 'looks', 'looms', 'loons', 'loony', 'loops', 'loopy', 'loose', 'loots', 'loped', 'lopes', 'lopez', 'loras', 'lords', 'loren', 'lores', 'lorie', 'loris', 'lorna', 'lorre', 'lorry', 'loser', 'loses', 'losss', 'lossy', 'lotte', 'lotto', 'lotts', 'lotus', 'louie', 'louis', 'louse', 'lousy', 'louts', 'loved', 'lover', 'loves', 'lowed', 'lower', 'lowes', 'lowly', 'lowry', 'loxes', 'loyal', 'loyds', 'luann', 'luaus', 'lubed', 'lubes', 'lucas', 'luces', 'lucia', 'lucid', 'lucio', 'lucks', 'lucky', 'lucre', 'lucys', 'luger', 'luigi', 'luisa', 'luiss', 'lukes', 'lulas', 'lulls', 'lully', 'lulus', 'lumen', 'lumps', 'lumpy', 'lunar', 'lunas', 'lunch', 'lunge', 'lungs', 'lupes', 'lupin', 'lupus', 'lurch', 'lured', 'lures', 'luria', 'lurid', 'lurks', 'lushs', 'lusts', 'lusty', 'lutes', 'luvss', 'luzon', 'lycra', 'lydia', 'lyell', 'lying', 'lykes', 'lyles', 'lyman', 'lymes', 'lymph', 'lynch', 'lynda', 'lynne', 'lynxs', 'lyons', 'lyras', 'lyres', 'lyric', 'lysol', 'mabel', 'mable', 'macao', 'macaw', 'maced', 'maces', 'macho', 'macks', 'macon', 'macro', 'macys', 'madam', 'madge', 'madly', 'mafia', 'magic', 'magma', 'magna', 'magog', 'magoo', 'mahdi', 'maids', 'maier', 'mails', 'maims', 'maine', 'mains', 'maize', 'major', 'maker', 'makes', 'malay', 'males', 'malls', 'malta', 'malts', 'mamas', 'mambo', 'mamet', 'mamie', 'mamma', 'mandy', 'manes', 'manet', 'mange', 'mango', 'mangy', 'mania', 'manic', 'manly', 'manna', 'manor', 'manqu', 'manse', 'manxs', 'manys', 'maori', 'maple', 'maras', 'marat', 'march', 'marci', 'marco', 'marcy', 'mardi', 'mares', 'marge', 'margo', 'maria', 'marie', 'marin', 'mario', 'maris', 'marks', 'marla', 'marne', 'marry', 'marsh', 'marss', 'marta', 'marts', 'marty', 'marva', 'marxs', 'marys', 'masai', 'maser', 'mashs', 'masks', 'mason', 'masss', 'masts', 'match', 'mated', 'mateo', 'mater', 'mates', 'maths', 'matte', 'matts', 'matzo', 'maude', 'mauds', 'mauis', 'mauls', 'maura', 'mauro', 'mauve', 'maven', 'mavin', 'mavis', 'maxed', 'maxes', 'maxim', 'mayan', 'mayas', 'maybe', 'mayer', 'mayor', 'mayos', 'mayra', 'mayst', 'mazda', 'mazes', 'mbini', 'mccoy', 'mcgee', 'mckay', 'mckee', 'meade', 'meads', 'meals', 'mealy', 'means', 'meant', 'meany', 'meats', 'meaty', 'mecca', 'mecum', 'medal', 'medan', 'medea', 'media', 'medic', 'meets', 'megan', 'meier', 'meiji', 'mejia', 'melba', 'melds', 'melee', 'melon', 'melts', 'melva', 'memos', 'mends', 'menes', 'menlo', 'mensa', 'menus', 'meows', 'merak', 'merck', 'mercy', 'meres', 'merge', 'merit', 'merle', 'merry', 'mesas', 'meshs', 'meson', 'messs', 'messy', 'metal', 'meted', 'meter', 'metes', 'metre', 'metro', 'meuse', 'mewed', 'mewls', 'mewss', 'meyer', 'mezzo', 'mfume', 'miami', 'miaow', 'micah', 'micas', 'micks', 'micky', 'micra', 'micro', 'midas', 'middy', 'midge', 'midst', 'miens', 'miffs', 'might', 'migrs', 'miked', 'mikes', 'milan', 'milch', 'milds', 'miler', 'miles', 'milks', 'milky', 'mills', 'milne', 'milos', 'mimed', 'mimes', 'mimic', 'mimis', 'mince', 'minds', 'mindy', 'mined', 'miner', 'mines', 'minim', 'minis', 'minks', 'minor', 'minos', 'minot', 'minsk', 'mints', 'minty', 'minus', 'minxs', 'miras', 'mired', 'mires', 'mirth', 'misdo', 'miser', 'misss', 'missy', 'mists', 'misty', 'mitch', 'miter', 'mites', 'mitre', 'mitts', 'mitty', 'mitzi', 'mixed', 'mixer', 'mixes', 'mixup', 'mizar', 'moans', 'moats', 'mobil', 'mocha', 'mocks', 'modal', 'model', 'modem', 'modes', 'modus', 'moets', 'mogul', 'mohos', 'moira', 'moire', 'moist', 'molal', 'molar', 'molds', 'moldy', 'moles', 'molls', 'molly', 'molts', 'momma', 'mommy', 'monad', 'monas', 'monel', 'monet', 'money', 'monic', 'monks', 'monos', 'monte', 'month', 'monty', 'mooch', 'moods', 'moody', 'mooed', 'moons', 'moore', 'moors', 'moose', 'moots', 'moped', 'mopes', 'moral', 'moran', 'moray', 'morel', 'mores', 'morin', 'morns', 'moron', 'morse', 'morts', 'moser', 'moses', 'mosey', 'mosss', 'mossy', 'mosts', 'mosul', 'motel', 'motes', 'motet', 'moths', 'motif', 'motor', 'motto', 'mould', 'moult', 'mound', 'mount', 'mourn', 'mouse', 'mousy', 'mouth', 'moved', 'mover', 'moves', 'movie', 'mowed', 'mower', 'moyer', 'mtier', 'muchs', 'mucks', 'mucky', 'mucus', 'muddy', 'muffs', 'mufti', 'muggy', 'mugho', 'mujib', 'mulch', 'mulct', 'mules', 'mulls', 'multi', 'mummy', 'mumps', 'munch', 'munoz', 'munro', 'muong', 'mural', 'murat', 'murks', 'murky', 'murre', 'mused', 'muses', 'mushs', 'mushy', 'music', 'musks', 'musky', 'musss', 'mussy', 'musts', 'musty', 'muted', 'muter', 'mutes', 'mutts', 'muzak', 'myers', 'mylar', 'myles', 'mynah', 'mynas', 'myras', 'myrna', 'myron', 'myrrh', 'mysts', 'myths', 'naacp', 'nabla', 'nabob', 'nacho', 'nacre', 'nader', 'nadia', 'nadir', 'nahum', 'naiad', 'nails', 'nairs', 'naive', 'naked', 'named', 'namer', 'names', 'nanak', 'nancy', 'nanny', 'naomi', 'napes', 'nappy', 'narcs', 'narks', 'nasal', 'nasas', 'nasty', 'natal', 'nates', 'natos', 'natty', 'nauru', 'naval', 'navel', 'naves', 'navys', 'nazca', 'nazis', 'neals', 'nears', 'neath', 'necks', 'needs', 'needy', 'negev', 'negro', 'nehru', 'neigh', 'neils', 'nelda', 'nells', 'nelly', 'neons', 'nepal', 'nerds', 'nerdy', 'nerve', 'nervy', 'nests', 'never', 'nevis', 'newel', 'newer', 'newly', 'newss', 'newsy', 'newts', 'nexis', 'nexts', 'nexus', 'nicer', 'nices', 'niche', 'nicks', 'niece', 'nifty', 'nigel', 'niger', 'night', 'nikes', 'nikki', 'nikko', 'nikon', 'niles', 'nimbi', 'ninas', 'nines', 'ninja', 'ninny', 'ninth', 'niobe', 'nippy', 'nisan', 'nisei', 'nitas', 'niter', 'nites', 'nitre', 'nitty', 'nivea', 'nixed', 'nixes', 'nixon', 'noahs', 'nobel', 'noble', 'nobly', 'nodal', 'noddy', 'nodes', 'nodoz', 'noels', 'noemi', 'noise', 'noisy', 'nokia', 'nolan', 'nolas', 'nomad', 'nonas', 'nonce', 'nooks', 'noons', 'noose', 'norad', 'noras', 'norma', 'norms', 'norse', 'north', 'nosed', 'noses', 'nosey', 'noshs', 'notch', 'noted', 'notes', 'notre', 'nouns', 'novae', 'novak', 'novas', 'novel', 'noway', 'noyce', 'noyes', 'nubia', 'nuder', 'nudes', 'nudge', 'nuked', 'nukes', 'nulls', 'numbs', 'nunez', 'nunki', 'nurse', 'nutty', 'nyasa', 'nylon', 'nymph', 'oahus', 'oaken', 'oakum', 'oared', 'oases', 'oasis', 'oaten', 'oates', 'oaths', 'oatss', 'obama', 'obese', 'obeys', 'obits', 'objet', 'oboes', 'occam', 'occur', 'ocean', 'ocher', 'ochoa', 'ochre', 'octal', 'octet', 'odder', 'oddly', 'oddss', 'odell', 'oders', 'odets', 'odins', 'odiss', 'odium', 'odoms', 'odors', 'odour', 'offal', 'offed', 'offer', 'often', 'ogden', 'ogled', 'ogles', 'ogres', 'ohara', 'ohare', 'ohios', 'ohmic', 'ohsas', 'oiled', 'oiler', 'oinks', 'oises', 'okays', 'okras', 'olafs', 'olavs', 'olden', 'older', 'oldie', 'olens', 'oleos', 'olgas', 'olins', 'olive', 'ollie', 'olmec', 'olsen', 'olson', 'omaha', 'omans', 'omars', 'omega', 'omens', 'omits', 'omsks', 'onces', 'oneal', 'onega', 'oneil', 'onion', 'onset', 'onuss', 'onyxs', 'oorts', 'oozed', 'oozes', 'opals', 'opecs', 'opels', 'opens', 'opera', 'opine', 'opium', 'oprah', 'opted', 'optic', 'opuss', 'orals', 'orans', 'orate', 'orbit', 'order', 'organ', 'orgys', 'orins', 'orion', 'oriya', 'orlon', 'orlys', 'orono', 'ortiz', 'orval', 'osage', 'osaka', 'oscar', 'oshas', 'oshea', 'osier', 'oslos', 'osman', 'other', 'otiss', 'otter', 'ought', 'ouija', 'ounce', 'ousts', 'outdo', 'outed', 'outer', 'outgo', 'ouvre', 'ouzel', 'ovals', 'ovary', 'ovate', 'ovens', 'overs', 'overt', 'ovoid', 'ovule', 'ovums', 'owens', 'owing', 'owlet', 'owned', 'owner', 'oxbow', 'oxeye', 'oxide', 'ozark', 'ozone', 'ozzie', 'paars', 'pablo', 'pabst', 'paced', 'pacer', 'paces', 'packs', 'pacts', 'paddy', 'padre', 'paean', 'pagan', 'paged', 'pager', 'pages', 'paige', 'pails', 'paine', 'pains', 'paint', 'pairs', 'palau', 'paled', 'paler', 'pales', 'paley', 'palls', 'palms', 'palmy', 'palsy', 'pampa', 'panda', 'panel', 'panes', 'pangs', 'panic', 'pansy', 'pants', 'panty', 'panza', 'paoli', 'papal', 'papas', 'papaw', 'paper', 'pappy', 'papua', 'paran', 'parch', 'pared', 'pares', 'paris', 'parka', 'parke', 'parks', 'parry', 'parse', 'parsi', 'parts', 'party', 'pasha', 'passe', 'passs', 'pasta', 'paste', 'pasts', 'pasty', 'patch', 'patel', 'paten', 'pater', 'pates', 'paths', 'patio', 'patna', 'patsy', 'patti', 'patty', 'paula', 'pauli', 'paulo', 'pauls', 'pause', 'paved', 'paves', 'pawed', 'pawls', 'pawns', 'payed', 'payee', 'payer', 'payne', 'peace', 'peach', 'peaks', 'peaky', 'peale', 'peals', 'pearl', 'pears', 'peary', 'pease', 'peats', 'pecan', 'pecks', 'pecos', 'pedal', 'pedro', 'peeks', 'peels', 'peeps', 'peepy', 'peers', 'peeve', 'peggy', 'pekoe', 'pelee', 'peles', 'pelts', 'penal', 'penas', 'pence', 'pends', 'penes', 'penis', 'penna', 'penny', 'peons', 'peony', 'pepin', 'peppy', 'pepsi', 'pepys', 'perch', 'percy', 'perez', 'peril', 'perks', 'perky', 'perle', 'perls', 'perms', 'peron', 'perot', 'perry', 'perth', 'perus', 'pesky', 'pesos', 'peste', 'pests', 'petal', 'peter', 'petes', 'petit', 'petra', 'petri', 'petty', 'pewee', 'phage', 'phase', 'phial', 'phish', 'phlox', 'phone', 'phony', 'photo', 'phyla', 'piafs', 'piano', 'picas', 'picks', 'picky', 'piece', 'piers', 'piety', 'piggy', 'pigmy', 'piing', 'piked', 'piker', 'pikes', 'pilaf', 'pilau', 'pilaw', 'piled', 'piles', 'pills', 'pilot', 'pimps', 'pinch', 'pined', 'pines', 'pings', 'pinks', 'pinky', 'pinto', 'pints', 'pinup', 'piotr', 'pious', 'piped', 'piper', 'pipes', 'pipit', 'pique', 'pisss', 'pitas', 'pitch', 'piths', 'pithy', 'piton', 'pitts', 'pitys', 'piuss', 'pivot', 'pixel', 'pixie', 'pixys', 'pizza', 'place', 'plaid', 'plain', 'plait', 'plane', 'plank', 'plans', 'plant', 'plasm', 'plate', 'plath', 'plato', 'playa', 'plays', 'plaza', 'plead', 'pleas', 'pleat', 'plied', 'plies', 'pliny', 'plods', 'plops', 'plots', 'plows', 'ploys', 'pluck', 'plugs', 'plumb', 'plume', 'plump', 'plums', 'plunk', 'plush', 'pluss', 'pluto', 'poach', 'pobox', 'pocks', 'pocus', 'podge', 'podia', 'poems', 'poesy', 'poets', 'pogos', 'point', 'poise', 'poked', 'poker', 'pokes', 'pokey', 'polar', 'poled', 'poles', 'polio', 'polis', 'polka', 'polks', 'polls', 'polly', 'polos', 'polyp', 'pomps', 'ponce', 'ponds', 'pones', 'ponys', 'pooch', 'poohs', 'poole', 'pools', 'poona', 'poops', 'popes', 'poppa', 'poppy', 'porch', 'pored', 'pores', 'porks', 'porno', 'porns', 'porte', 'porto', 'ports', 'posed', 'poser', 'poses', 'posey', 'posit', 'posse', 'posts', 'posys', 'potts', 'potty', 'pouch', 'pound', 'pours', 'pouts', 'power', 'poxes', 'prada', 'prado', 'praia', 'prank', 'prate', 'pratt', 'prawn', 'prays', 'prcis', 'preen', 'preps', 'press', 'prexy', 'preys', 'priam', 'price', 'prick', 'pricy', 'pride', 'pried', 'pries', 'prigs', 'prima', 'prime', 'primp', 'print', 'prior', 'prise', 'prism', 'prius', 'privy', 'prize', 'probe', 'prods', 'profs', 'promo', 'proms', 'prone', 'prong', 'proof', 'props', 'prose', 'prosy', 'protg', 'proud', 'prove', 'provo', 'prowl', 'prows', 'proxy', 'prtos', 'prude', 'prune', 'pryor', 'psalm', 'pshaw', 'psych', 'ptahs', 'ptain', 'pubic', 'pucks', 'pudgy', 'puffs', 'puffy', 'puget', 'pughs', 'puked', 'pukes', 'pulls', 'pulps', 'pulpy', 'pulse', 'pumas', 'pumps', 'punch', 'punic', 'punks', 'punky', 'punts', 'pupae', 'pupal', 'pupas', 'pupil', 'puppy', 'puree', 'purer', 'purge', 'purim', 'purls', 'purrs', 'purse', 'purus', 'pusan', 'pusey', 'pushs', 'pushy', 'pusss', 'pussy', 'putin', 'putts', 'putty', 'puzos', 'pygmy', 'pyles', 'pylon', 'pyotr', 'pyres', 'pyrex', 'pyxes', 'qatar', 'quack', 'quads', 'quaff', 'quail', 'quake', 'qualm', 'quark', 'quart', 'quash', 'quasi', 'quays', 'queen', 'queer', 'quell', 'query', 'quest', 'queue', 'quick', 'quids', 'quiet', 'quill', 'quilt', 'quinn', 'quint', 'quips', 'quire', 'quirk', 'quirt', 'quite', 'quito', 'quits', 'quizs', 'quoit', 'quota', 'quote', 'quoth', 'rabat', 'rabbi', 'rabid', 'rabin', 'raced', 'racer', 'races', 'racks', 'radar', 'radii', 'radio', 'radix', 'radon', 'rafts', 'ragas', 'raged', 'rages', 'raids', 'rails', 'rains', 'rainy', 'raise', 'rajah', 'rajas', 'raked', 'rakes', 'rally', 'ralph', 'raman', 'ramas', 'rambo', 'ramon', 'ramos', 'ramps', 'ranch', 'randi', 'randy', 'range', 'rangy', 'ranks', 'rants', 'raoul', 'raped', 'raper', 'rapes', 'rapid', 'rared', 'rarer', 'rares', 'rashs', 'rasps', 'raspy', 'rated', 'rater', 'rates', 'ratio', 'ratty', 'rauls', 'raved', 'ravel', 'raven', 'raves', 'rawer', 'rawly', 'rayon', 'razed', 'razes', 'razor', 'razzs', 'reach', 'react', 'reads', 'ready', 'realm', 'reals', 'reams', 'reaps', 'rearm', 'rears', 'reave', 'rebas', 'rebel', 'rebus', 'rebut', 'recap', 'recta', 'recur', 'redid', 'redly', 'reeds', 'reedy', 'reefs', 'reeks', 'reels', 'reese', 'reeve', 'refer', 'refit', 'regal', 'regis', 'regor', 'rehab', 'reich', 'reign', 'reins', 'relax', 'relay', 'relic', 'reman', 'remit', 'remus', 'renal', 'renas', 'rends', 'renee', 'renes', 'renew', 'renos', 'rents', 'repay', 'repel', 'reply', 'reran', 'rerun', 'reset', 'resin', 'rests', 'retch', 'retry', 'reuse', 'revas', 'revel', 'rever', 'revet', 'revue', 'reyes', 'reyna', 'rheas', 'rheum', 'rhine', 'rhino', 'rhoda', 'rhode', 'rhone', 'rhyme', 'riced', 'rices', 'richs', 'ricks', 'ricky', 'ricos', 'rider', 'rides', 'ridge', 'riels', 'rifer', 'riffs', 'rifle', 'rifts', 'rigas', 'rigel', 'riggs', 'right', 'rigid', 'rigor', 'riled', 'riles', 'riley', 'rilke', 'rills', 'rilly', 'rimed', 'rimes', 'rinds', 'ringo', 'rings', 'rinks', 'rinse', 'riots', 'ripen', 'riper', 'risen', 'riser', 'rises', 'risks', 'risky', 'risqu', 'ritas', 'rites', 'ritzs', 'ritzy', 'rival', 'rivas', 'riven', 'river', 'rivet', 'rizal', 'roach', 'roads', 'roams', 'roans', 'roars', 'roast', 'robby', 'robed', 'robes', 'robin', 'robot', 'robts', 'robyn', 'rocco', 'rocha', 'roche', 'rocks', 'rocky', 'rodeo', 'rodin', 'roegs', 'roger', 'roget', 'rogue', 'roils', 'rojas', 'rokus', 'roles', 'rolex', 'rolls', 'roman', 'romeo', 'romes', 'romps', 'ronda', 'rondo', 'ronny', 'roods', 'roofs', 'rooks', 'rooky', 'rooms', 'roomy', 'roost', 'roots', 'roped', 'roper', 'ropes', 'rorys', 'rosas', 'rosen', 'roses', 'rosie', 'rosin', 'rosss', 'rotcs', 'rotes', 'roths', 'rotor', 'rouge', 'rough', 'round', 'rouse', 'route', 'routs', 'roved', 'rover', 'roves', 'rowdy', 'rowed', 'rowel', 'rower', 'roxie', 'roxys', 'royal', 'royce', 'ruben', 'rubes', 'rubik', 'rubin', 'ruble', 'rubys', 'ruddy', 'ruder', 'rudys', 'ruffs', 'rufus', 'rugby', 'ruhrs', 'ruing', 'ruins', 'ruizs', 'ruled', 'ruler', 'rules', 'rumba', 'rumen', 'rummy', 'rumor', 'rumps', 'runes', 'runge', 'rungs', 'runic', 'runny', 'runts', 'runty', 'rupee', 'rural', 'ruses', 'rushs', 'rusks', 'russo', 'rusts', 'rusty', 'rutan', 'ruths', 'rutty', 'ryans', 'ryder', 'saabs', 'saber', 'sabik', 'sabin', 'sable', 'sabra', 'sabre', 'sacco', 'sachs', 'sacks', 'sadat', 'sades', 'sadie', 'sadly', 'sadrs', 'safer', 'safes', 'sagan', 'sagas', 'sager', 'sages', 'sagos', 'sahel', 'sahib', 'sails', 'saint', 'saiph', 'saith', 'sakai', 'sakes', 'sakha', 'sakis', 'salad', 'salas', 'salem', 'sales', 'salle', 'sally', 'salon', 'salsa', 'salts', 'salty', 'salve', 'salvo', 'samar', 'samba', 'sames', 'sammy', 'samoa', 'sanas', 'sance', 'sands', 'sandy', 'saner', 'sangs', 'sanka', 'santa', 'santo', 'sappy', 'sarah', 'saran', 'saras', 'saree', 'saris', 'sarss', 'sarto', 'sasha', 'sashs', 'sasss', 'sassy', 'satan', 'sated', 'sates', 'satin', 'satyr', 'sauce', 'saucy', 'saudi', 'sauls', 'sault', 'sauna', 'saute', 'sauts', 'saved', 'saver', 'saves', 'savor', 'savoy', 'savvy', 'sawed', 'saxes', 'saxon', 'sayer', 'scabs', 'scads', 'scala', 'scald', 'scale', 'scalp', 'scaly', 'scamp', 'scams', 'scans', 'scant', 'scare', 'scarf', 'scars', 'scary', 'scats', 'scaup', 'scene', 'scent', 'schwa', 'scion', 'scoff', 'scold', 'scone', 'scoop', 'scoot', 'scope', 'scops', 'score', 'scorn', 'scots', 'scott', 'scour', 'scout', 'scowl', 'scows', 'scram', 'scrap', 'screw', 'scrim', 'scrip', 'scrod', 'scrub', 'scuba', 'scuds', 'scuff', 'scull', 'scums', 'scurf', 'seals', 'sealy', 'seams', 'seamy', 'seans', 'sears', 'seats', 'sects', 'sedan', 'seder', 'sedge', 'sedna', 'seeds', 'seedy', 'seeks', 'seems', 'seeps', 'seers', 'segas', 'segre', 'segue', 'seiko', 'seine', 'seize', 'selfs', 'selim', 'sells', 'selma', 'semen', 'semis', 'sends', 'senna', 'senor', 'sense', 'seoul', 'sepal', 'sepia', 'sepoy', 'septa', 'septs', 'serbs', 'serer', 'serfs', 'serge', 'serif', 'serra', 'serum', 'serve', 'servo', 'seths', 'seton', 'setup', 'seuss', 'seven', 'sever', 'sewed', 'sewer', 'sexed', 'sexes', 'shack', 'shade', 'shads', 'shady', 'shaft', 'shags', 'shahs', 'shaka', 'shake', 'shako', 'shaky', 'shale', 'shall', 'shalt', 'shame', 'shams', 'shana', 'shane', 'shank', 'shant', 'shape', 'shard', 'share', 'shari', 'shark', 'sharp', 'shaun', 'shave', 'shawl', 'shawn', 'shaws', 'sheaf', 'shear', 'sheas', 'sheba', 'sheds', 'sheen', 'sheep', 'sheer', 'sheet', 'sheik', 'shelf', 'shell', 'sheol', 'sherd', 'sheri', 'shied', 'shies', 'shift', 'shill', 'shims', 'shine', 'shins', 'shiny', 'ships', 'shire', 'shirk', 'shirr', 'shirt', 'shish', 'shits', 'shiva', 'shlep', 'shoal', 'shock', 'shoed', 'shoes', 'shoji', 'shone', 'shook', 'shoon', 'shoos', 'shoot', 'shops', 'shore', 'shorn', 'short', 'shots', 'shout', 'shove', 'shown', 'shows', 'showy', 'shred', 'shrek', 'shrew', 'shrub', 'shrug', 'shtik', 'shuck', 'shula', 'shuns', 'shunt', 'shush', 'shuts', 'shyer', 'shyly', 'siams', 'sians', 'sibyl', 'sicks', 'sided', 'sides', 'sidle', 'sidss', 'siege', 'siena', 'sieve', 'sifts', 'sighs', 'sight', 'sigma', 'signs', 'sikhs', 'silas', 'silks', 'silky', 'sills', 'silly', 'silos', 'silts', 'silty', 'silva', 'simon', 'sinai', 'since', 'sines', 'sinew', 'singe', 'singh', 'sings', 'sinks', 'sinus', 'sioux', 'sired', 'siren', 'sires', 'sirup', 'sisal', 'sises', 'sissy', 'sitar', 'sited', 'sites', 'situs', 'sivan', 'sivas', 'sixes', 'sixth', 'sixty', 'sized', 'sizer', 'sizes', 'skate', 'skeet', 'skein', 'skews', 'skids', 'skied', 'skier', 'skies', 'skiff', 'skill', 'skimp', 'skims', 'skins', 'skips', 'skirt', 'skits', 'skulk', 'skull', 'skunk', 'skyed', 'skype', 'slabs', 'slack', 'slags', 'slain', 'slake', 'slams', 'slang', 'slant', 'slaps', 'slash', 'slate', 'slats', 'slave', 'slavs', 'slaws', 'slays', 'sleds', 'sleek', 'sleep', 'sleet', 'slept', 'slews', 'slice', 'slick', 'slide', 'slier', 'slily', 'slime', 'slims', 'slimy', 'sling', 'slink', 'slips', 'slits', 'sloan', 'slobs', 'sloes', 'slogs', 'sloop', 'slope', 'slops', 'slosh', 'sloth', 'slots', 'slows', 'slued', 'slues', 'slugs', 'slump', 'slums', 'slung', 'slunk', 'slurp', 'slurs', 'slush', 'sluts', 'slyer', 'slyly', 'smack', 'small', 'smart', 'smash', 'smear', 'smell', 'smelt', 'smile', 'smirk', 'smite', 'smith', 'smock', 'smogs', 'smoke', 'smoky', 'smote', 'smuts', 'snack', 'snafu', 'snags', 'snail', 'snake', 'snaky', 'snaps', 'snare', 'snark', 'snarl', 'snead', 'sneak', 'sneer', 'snell', 'snick', 'snide', 'sniff', 'snipe', 'snips', 'snits', 'snobs', 'snook', 'snoop', 'snoot', 'snore', 'snort', 'snots', 'snout', 'snows', 'snowy', 'snubs', 'snuck', 'snuff', 'snugs', 'soaks', 'soaps', 'soapy', 'soars', 'soave', 'sober', 'socks', 'sodas', 'soddy', 'sodom', 'sofas', 'sofia', 'softy', 'soggy', 'soils', 'soire', 'solar', 'soled', 'soles', 'solid', 'solis', 'solon', 'solos', 'solve', 'somal', 'somme', 'sonar', 'songs', 'sonia', 'sonic', 'sonja', 'sonny', 'sonya', 'sonys', 'sooth', 'soots', 'sooty', 'soppy', 'sorer', 'sores', 'sorry', 'sorta', 'sorts', 'sosas', 'sotos', 'sough', 'souls', 'sound', 'soups', 'soupy', 'sours', 'sousa', 'souse', 'south', 'sowed', 'sower', 'soyas', 'soyuz', 'space', 'spacy', 'spade', 'spahn', 'spain', 'spake', 'spams', 'spank', 'spans', 'spare', 'spark', 'spars', 'spasm', 'spate', 'spats', 'spawn', 'spays', 'speak', 'spear', 'speck', 'specs', 'speed', 'speer', 'spell', 'spelt', 'spend', 'spent', 'sperm', 'spews', 'spica', 'spice', 'spicy', 'spied', 'spiel', 'spies', 'spike', 'spiky', 'spill', 'spilt', 'spine', 'spins', 'spinx', 'spiny', 'spire', 'spiro', 'spite', 'spits', 'spitz', 'splat', 'splay', 'split', 'spock', 'spoil', 'spoke', 'spoof', 'spook', 'spool', 'spoon', 'spoor', 'spore', 'sport', 'spots', 'spout', 'sprat', 'spray', 'spree', 'sprig', 'sprue', 'spuds', 'spume', 'spunk', 'spurn', 'spurs', 'spurt', 'squab', 'squad', 'squat', 'squaw', 'squid', 'stabs', 'staci', 'stack', 'stacy', 'stael', 'staff', 'stage', 'stags', 'stagy', 'stahl', 'staid', 'stain', 'stair', 'stake', 'stale', 'stalk', 'stall', 'stamp', 'stand', 'stank', 'stans', 'staph', 'stare', 'stark', 'starr', 'stars', 'start', 'stash', 'state', 'stats', 'stave', 'stays', 'stead', 'steak', 'steal', 'steam', 'steed', 'steel', 'steen', 'steep', 'steer', 'stein', 'stems', 'steps', 'stern', 'steve', 'stews', 'stick', 'sties', 'stiff', 'stile', 'still', 'stilt', 'stine', 'sting', 'stink', 'stint', 'stirs', 'stoat', 'stock', 'stoic', 'stoke', 'stole', 'stomp', 'stone', 'stony', 'stood', 'stool', 'stoop', 'stops', 'store', 'stork', 'storm', 'story', 'stout', 'stove', 'stowe', 'stows', 'strap', 'straw', 'stray', 'strep', 'strew', 'strip', 'strom', 'strop', 'strum', 'strut', 'stubs', 'stuck', 'studs', 'study', 'stuff', 'stump', 'stung', 'stunk', 'stuns', 'stunt', 'sturm', 'styes', 'style', 'styli', 'styxs', 'suave', 'sucks', 'sucre', 'sudan', 'sudra', 'sudss', 'sudsy', 'suede', 'suets', 'sugar', 'suing', 'suite', 'suits', 'sulfa', 'sulks', 'sulky', 'sulla', 'sully', 'sumac', 'sumos', 'sumps', 'sunni', 'sunny', 'sunup', 'super', 'supra', 'surat', 'surer', 'surfs', 'surge', 'surly', 'surya', 'susan', 'sushi', 'susie', 'suvas', 'suzys', 'svens', 'svres', 'swabs', 'swage', 'swags', 'swain', 'swami', 'swamp', 'swank', 'swans', 'swaps', 'sward', 'swarm', 'swart', 'swash', 'swath', 'swats', 'sways', 'swazi', 'swear', 'sweat', 'swede', 'sweep', 'sweet', 'swell', 'swelt', 'swept', 'swift', 'swigs', 'swill', 'swims', 'swine', 'swing', 'swipe', 'swirl', 'swish', 'swiss', 'swoon', 'swoop', 'swops', 'sword', 'swore', 'sworn', 'swung', 'sybil', 'sykes', 'sylow', 'sylph', 'synch', 'syncs', 'synge', 'synod', 'syria', 'syrup', 'tabby', 'table', 'taboo', 'tabus', 'tacit', 'tacks', 'tacky', 'tacos', 'tacts', 'taegu', 'taffy', 'tafts', 'tagus', 'tahoe', 'tails', 'taine', 'taint', 'taken', 'taker', 'takes', 'talcs', 'tales', 'talks', 'talky', 'tally', 'talon', 'talus', 'tamed', 'tamer', 'tames', 'tamil', 'tamis', 'tammi', 'tammy', 'tampa', 'tamps', 'tamra', 'taney', 'tango', 'tangs', 'tangy', 'tania', 'tanks', 'tansy', 'tanya', 'taped', 'taper', 'tapes', 'tapir', 'tapis', 'tappa', 'taras', 'tardy', 'tared', 'tares', 'tarim', 'taros', 'tarot', 'tarps', 'tarry', 'tarts', 'tasha', 'tasks', 'taste', 'tasty', 'tatar', 'tater', 'tatty', 'tatum', 'taunt', 'taupe', 'tawny', 'taxed', 'taxes', 'taxis', 'teach', 'teaks', 'teals', 'teams', 'tears', 'teary', 'tease', 'teats', 'techs', 'tecum', 'teddy', 'teems', 'teens', 'teeny', 'teeth', 'telex', 'tells', 'tempe', 'tempi', 'tempo', 'temps', 'tempt', 'tends', 'tenet', 'tenon', 'tenor', 'tense', 'tenth', 'tents', 'tepee', 'tepid', 'teris', 'terms', 'terns', 'terra', 'terre', 'terri', 'terrs', 'terry', 'terse', 'tesla', 'tessa', 'tests', 'testy', 'tevet', 'texan', 'texas', 'texts', 'thads', 'thais', 'thanh', 'thank', 'thant', 'tharp', 'thars', 'thatd', 'thats', 'thaws', 'theas', 'thees', 'theft', 'their', 'theme', 'thens', 'there', 'these', 'theta', 'theyd', 'thick', 'thief', 'thieu', 'thigh', 'thine', 'thing', 'think', 'thins', 'third', 'thong', 'thorn', 'thors', 'those', 'thoth', 'thous', 'three', 'threw', 'throb', 'throe', 'throw', 'thrum', 'thuds', 'thugs', 'thule', 'thumb', 'thump', 'thurs', 'thyme', 'thymi', 'tiara', 'tiber', 'tibet', 'tibia', 'ticks', 'tidal', 'tided', 'tides', 'tidys', 'tiers', 'tiffs', 'tiger', 'tight', 'tikes', 'tilde', 'tiled', 'tiles', 'tills', 'tilth', 'tilts', 'timed', 'timer', 'times', 'timex', 'timid', 'timmy', 'timon', 'timor', 'timur', 'tinas', 'tines', 'tinge', 'tings', 'tinny', 'tints', 'tioga', 'tipis', 'tippy', 'tipsy', 'tired', 'tires', 'tiros', 'tisha', 'titan', 'titer', 'tithe', 'title', 'titos', 'titus', 'tizzy', 'toads', 'toady', 'toast', 'today', 'toddy', 'toefl', 'toffy', 'tofus', 'togae', 'togas', 'togos', 'togss', 'toils', 'tokay', 'toked', 'token', 'tokes', 'tokyo', 'tolls', 'tomas', 'tombs', 'tomes', 'tommy', 'tomsk', 'tonal', 'toned', 'toner', 'tones', 'tonga', 'tongs', 'tonia', 'tonic', 'tonis', 'tonne', 'tonto', 'tonya', 'tools', 'tooth', 'toots', 'topaz', 'toper', 'topic', 'topsy', 'toque', 'torah', 'torch', 'torsi', 'torso', 'torte', 'torts', 'torus', 'torys', 'tosca', 'tosss', 'total', 'toted', 'totem', 'totes', 'totos', 'touch', 'tough', 'tours', 'touts', 'towed', 'towel', 'tower', 'towns', 'toxic', 'toxin', 'toyed', 'trace', 'traci', 'track', 'tract', 'tracy', 'trade', 'trail', 'train', 'trait', 'tramp', 'trams', 'trans', 'traps', 'trash', 'trawl', 'trays', 'tread', 'treat', 'treed', 'trees', 'treks', 'trend', 'trent', 'tress', 'treys', 'triac', 'triad', 'trial', 'tribe', 'trice', 'trick', 'tried', 'trier', 'tries', 'trigs', 'trike', 'trill', 'trims', 'trina', 'trios', 'tripe', 'trips', 'trite', 'troll', 'tromp', 'troop', 'trope', 'troth', 'trots', 'trout', 'troys', 'truce', 'truck', 'trudy', 'trued', 'truer', 'trues', 'truly', 'trump', 'trunk', 'truss', 'trust', 'truth', 'tryst', 'tsars', 'tubas', 'tubby', 'tubed', 'tuber', 'tubes', 'tucks', 'tudes', 'tudor', 'tuess', 'tufts', 'tulip', 'tulle', 'tulls', 'tulsa', 'tumid', 'tummy', 'tumor', 'tumss', 'tunas', 'tuned', 'tuner', 'tunes', 'tunic', 'tunis', 'tunny', 'tupis', 'tuple', 'turds', 'turfs', 'turin', 'turks', 'turns', 'turvy', 'tushs', 'tusks', 'tutor', 'tutsi', 'tutus', 'tuxes', 'twain', 'twang', 'tweak', 'tweed', 'tweet', 'twerp', 'twice', 'twigs', 'twila', 'twill', 'twine', 'twins', 'twirl', 'twist', 'twits', 'tycho', 'tying', 'tykes', 'tyler', 'typed', 'types', 'typic', 'typos', 'tyree', 'tyres', 'tyros', 'tyson', 'tzars', 'uclas', 'udall', 'udder', 'ulcer', 'ulnae', 'ulnas', 'ultra', 'umbel', 'umber', 'umbra', 'umiak', 'umped', 'unary', 'unbar', 'uncle', 'uncut', 'under', 'undid', 'undue', 'unfit', 'unify', 'union', 'unite', 'units', 'unity', 'unixs', 'unman', 'unpin', 'unsay', 'unset', 'untie', 'until', 'unwed', 'unzip', 'upend', 'upped', 'upper', 'upset', 'upton', 'urals', 'urban', 'urdus', 'ureas', 'urged', 'urges', 'uriah', 'uriel', 'urine', 'ursas', 'usage', 'uscgs', 'users', 'usher', 'using', 'ussrs', 'usual', 'usurp', 'usury', 'utahs', 'uteri', 'utica', 'utile', 'utter', 'uvula', 'uzbek', 'vacua', 'vacuo', 'vader', 'vaduz', 'vague', 'vales', 'valet', 'valid', 'valor', 'valry', 'value', 'valve', 'vamps', 'vance', 'vanes', 'vangs', 'vapid', 'vapor', 'vases', 'vasts', 'vault', 'vaunt', 'veals', 'vedas', 'veeps', 'veers', 'veery', 'vegan', 'vegas', 'veils', 'veins', 'velar', 'velds', 'veldt', 'velez', 'vella', 'velma', 'venal', 'vends', 'venns', 'venom', 'vents', 'venue', 'venus', 'veras', 'verbs', 'verde', 'verdi', 'verge', 'verna', 'verne', 'verns', 'versa', 'verse', 'verve', 'vesta', 'vests', 'vetch', 'vetos', 'vexed', 'vexes', 'vials', 'viand', 'vibes', 'vicar', 'viced', 'vices', 'vichy', 'vicki', 'vicky', 'vicua', 'vidal', 'video', 'views', 'vigil', 'vigor', 'vilas', 'viler', 'villa', 'vilma', 'vince', 'vines', 'vinyl', 'viola', 'viols', 'viper', 'viral', 'vireo', 'virgo', 'virus', 'visas', 'vised', 'vises', 'visit', 'visor', 'vista', 'vitae', 'vital', 'vitim', 'vitos', 'vitro', 'vitus', 'vivas', 'vivid', 'vixen', 'vizor', 'vlads', 'vocal', 'vodka', 'vogel', 'vogue', 'voice', 'voids', 'voile', 'voles', 'volga', 'volta', 'volts', 'volvo', 'vomit', 'vonda', 'voted', 'voter', 'votes', 'vouch', 'vowed', 'vowel', 'vower', 'vulva', 'vying', 'waals', 'wacke', 'wacko', 'wacky', 'waded', 'wader', 'wades', 'wadis', 'wafer', 'wafts', 'waged', 'wager', 'wages', 'wagon', 'waifs', 'wails', 'waist', 'waite', 'waits', 'waive', 'waked', 'waken', 'wakes', 'waldo', 'walds', 'waled', 'wales', 'walks', 'walls', 'wally', 'walsh', 'walts', 'waltz', 'wanda', 'wands', 'waned', 'wanes', 'wangs', 'wanly', 'wanna', 'wants', 'wards', 'wares', 'warms', 'warns', 'warps', 'warts', 'warty', 'washs', 'washy', 'wasnt', 'wasps', 'waste', 'watch', 'water', 'watss', 'watts', 'waugh', 'waved', 'waver', 'waves', 'waxed', 'waxen', 'waxer', 'waxes', 'wayne', 'weals', 'weans', 'wears', 'weary', 'weave', 'weber', 'wedge', 'weeds', 'weedy', 'weeks', 'weeps', 'weepy', 'weest', 'wefts', 'weigh', 'weill', 'weird', 'weirs', 'weiss', 'welch', 'welds', 'wells', 'welsh', 'welts', 'wench', 'wendi', 'wends', 'wendy', 'wesak', 'wests', 'wetly', 'wezen', 'whack', 'whale', 'whams', 'wharf', 'whatd', 'whats', 'wheal', 'wheat', 'wheel', 'whelk', 'whelm', 'whelp', 'whens', 'where', 'whets', 'wheys', 'which', 'whiff', 'whigs', 'while', 'whims', 'whine', 'whiny', 'whips', 'whirl', 'whirr', 'whirs', 'whish', 'whisk', 'whist', 'white', 'whits', 'whizs', 'whizz', 'whole', 'wholl', 'whoop', 'whore', 'whorl', 'whose', 'whove', 'wicca', 'wicks', 'widen', 'wider', 'widow', 'width', 'wield', 'wifes', 'wight', 'wikis', 'wilda', 'wilde', 'wilds', 'wiled', 'wiles', 'wiley', 'willa', 'wills', 'willy', 'wilma', 'wilts', 'wimps', 'wimpy', 'wince', 'winch', 'winds', 'windy', 'wined', 'winer', 'wines', 'wings', 'winks', 'winos', 'wiped', 'wiper', 'wipes', 'wired', 'wires', 'wised', 'wiser', 'wises', 'wishs', 'wishy', 'wisps', 'wispy', 'witch', 'withe', 'withy', 'witss', 'witts', 'witty', 'wives', 'wizes', 'woken', 'wolfe', 'wolff', 'wolfs', 'wolve', 'woman', 'wombs', 'women', 'wongs', 'wonts', 'woods', 'woody', 'wooed', 'wooer', 'woofs', 'woolf', 'wools', 'wooly', 'woozy', 'words', 'wordy', 'works', 'world', 'worms', 'wormy', 'worry', 'worse', 'worst', 'worth', 'wotan', 'would', 'wound', 'woven', 'wowed', 'wrack', 'wraps', 'wrapt', 'wrath', 'wreak', 'wreck', 'wrens', 'wrest', 'wrier', 'wring', 'wrist', 'write', 'writs', 'wrong', 'wrote', 'wroth', 'wrung', 'wryer', 'wryly', 'wuhan', 'wusss', 'wyatt', 'wyeth', 'wylie', 'wyman', 'wyner', 'wynns', 'xenia', 'xenon', 'xerox', 'xhosa', 'xingu', 'xmass', 'xylem', 'yaccs', 'yacht', 'yacks', 'yahoo', 'yakut', 'yales', 'yalow', 'yalta', 'yalus', 'yanks', 'yaqui', 'yards', 'yarns', 'yates', 'yawed', 'yawls', 'yawns', 'yawss', 'yeahs', 'yearn', 'years', 'yeast', 'yeats', 'yells', 'yelps', 'yemen', 'yeses', 'yield', 'ymirs', 'yocks', 'yodas', 'yodel', 'yoder', 'yogas', 'yogin', 'yogis', 'yoked', 'yokel', 'yokes', 'yokos', 'yolks', 'yongs', 'yores', 'yorks', 'youll', 'young', 'youre', 'yours', 'youth', 'youve', 'yowls', 'ypres', 'yuans', 'yucca', 'yucks', 'yucky', 'yukon', 'yules', 'yummy', 'yuppy', 'yuris', 'yvess', 'zaire', 'zanes', 'zanys', 'zappa', 'zaras', 'zazen', 'zeals', 'zebra', 'zebus', 'zeiss', 'zekes', 'zelig', 'zelma', 'zenos', 'zeros', 'zests', 'zesty', 'zeuss', 'zibos', 'ziggy', 'zilch', 'zincs', 'zings', 'zions', 'zippy', 'zloty', 'zolas', 'zomba', 'zombi', 'zonal', 'zoned', 'zones', 'zooms', 'zorro', 'zosma', 'zrich', 'zukor', 'zulus', 'aachen', 'aarhus', 'abacus', 'abased', 'abases', 'abated', 'abater', 'abates', 'abbess', 'abbeys', 'abbots', 'abbott', 'abduct', 'abduls', 'abhors', 'abided', 'abides', 'abject', 'abjure', 'ablate', 'ablaze', 'ablest', 'abloom', 'ablute', 'abners', 'aboard', 'abodes', 'aborts', 'abound', 'aboves', 'abrade', 'abrams', 'abroad', 'abrupt', 'absent', 'absorb', 'absurd', 'abused', 'abuser', 'abuses', 'abysss', 'acacia', 'acadia', 'accede', 'accent', 'accept', 'access', 'accord', 'accost', 'accras', 'accrue', 'accuse', 'acetic', 'achebe', 'achier', 'aching', 'achoos', 'acidic', 'acidly', 'ackley', 'acorns', 'acosta', 'acquit', 'across', 'acruxs', 'acting', 'action', 'active', 'actors', 'actual', 'acuffs', 'acuity', 'acumen', 'acuter', 'acutes', 'adages', 'adagio', 'adapts', 'addams', 'addend', 'adders', 'addict', 'addies', 'adding', 'addled', 'addles', 'adduce', 'adduct', 'adelas', 'adeles', 'adelia', 'adepts', 'adhara', 'adhere', 'adidas', 'adieus', 'adieux', 'adipic', 'adject', 'adjoin', 'adjure', 'adjust', 'adkins', 'admans', 'admire', 'admits', 'adobes', 'adolfo', 'adolfs', 'adolph', 'adonis', 'adopts', 'adored', 'adores', 'adorns', 'adrian', 'adrift', 'adroit', 'adsorb', 'adults', 'advent', 'adverb', 'advert', 'advice', 'advils', 'advise', 'aegean', 'aegiss', 'aeneas', 'aeneid', 'aeolus', 'aerate', 'aerial', 'aeries', 'aesops', 'affair', 'affect', 'affine', 'affirm', 'affixs', 'afford', 'affray', 'afghan', 'afield', 'aflame', 'afloat', 'afraid', 'afresh', 'africa', 'agapes', 'agassi', 'agates', 'agatha', 'agaves', 'ageing', 'ageism', 'agency', 'agenda', 'agents', 'aghast', 'agiler', 'agings', 'aglaia', 'agleam', 'agnews', 'agonys', 'agouti', 'agreed', 'agreer', 'agrees', 'ahmads', 'ahmeds', 'aiding', 'aileen', 'ailing', 'aimees', 'aimers', 'aiming', 'airbag', 'airers', 'airier', 'airily', 'airing', 'airman', 'airmen', 'airway', 'aisles', 'aitken', 'akimbo', 'akivas', 'akrons', 'alamos', 'alanas', 'alaric', 'alarms', 'alaska', 'albany', 'albeit', 'albert', 'albino', 'albion', 'albums', 'alcoas', 'alcott', 'alcove', 'alcuin', 'alders', 'aldrin', 'aleppo', 'alerts', 'aleuts', 'alexei', 'alexis', 'alford', 'alfred', 'algols', 'alhena', 'aliass', 'alibis', 'alices', 'alicia', 'aliens', 'alight', 'aligns', 'alined', 'alines', 'alioth', 'alisas', 'alisha', 'alison', 'alissa', 'alkaid', 'alkali', 'alkane', 'alkene', 'allahs', 'allans', 'allays', 'allege', 'allele', 'alleys', 'allied', 'allies', 'allots', 'allows', 'alloys', 'allude', 'allure', 'almach', 'almaty', 'almond', 'almost', 'alnico', 'alohas', 'alonzo', 'alpaca', 'alpert', 'alphas', 'alpine', 'alsace', 'alsops', 'alston', 'altaic', 'altair', 'altais', 'altars', 'altern', 'alters', 'althea', 'altman', 'altons', 'aludra', 'alumna', 'alumni', 'alvaro', 'alvins', 'always', 'alyces', 'alyson', 'alyssa', 'amados', 'amalia', 'amanda', 'amarus', 'amazed', 'amazer', 'amazes', 'amazon', 'ambers', 'ambled', 'ambler', 'ambles', 'ambush', 'amebae', 'amebas', 'amebic', 'ameers', 'amelia', 'amende', 'amends', 'amidst', 'amigas', 'amigos', 'amishs', 'amitys', 'ammans', 'amocos', 'amoeba', 'amoral', 'amount', 'amours', 'amparo', 'ampere', 'ampler', 'ampule', 'ampuls', 'amtrak', 'amulet', 'amused', 'amuser', 'amuses', 'amways', 'anabel', 'anacin', 'analog', 'anarch', 'anchor', 'andean', 'anders', 'andess', 'anding', 'andrea', 'andrei', 'andres', 'andrew', 'anemia', 'anemic', 'angara', 'angela', 'angelo', 'angels', 'angers', 'angies', 'angina', 'angkor', 'angled', 'angler', 'angles', 'anglia', 'angola', 'angora', 'angsts', 'anguss', 'anibal', 'animal', 'animus', 'anions', 'anises', 'anitas', 'ankara', 'ankles', 'anklet', 'annale', 'annals', 'annams', 'anneal', 'annexs', 'annies', 'annoys', 'annual', 'annuli', 'annuls', 'anodes', 'anodic', 'anoint', 'anomic', 'anomie', 'anorak', 'anselm', 'anshan', 'answer', 'anteed', 'anthem', 'anther', 'antics', 'antler', 'antone', 'antons', 'antony', 'antwan', 'anubis', 'anuses', 'anvils', 'anyhow', 'anyone', 'anyway', 'aortae', 'aortas', 'apache', 'apathy', 'apexes', 'aphids', 'apiary', 'apical', 'apices', 'apiece', 'aplomb', 'apogee', 'apollo', 'appall', 'appals', 'appeal', 'appear', 'append', 'appian', 'apples', 'apport', 'aprils', 'aprons', 'aptest', 'aquila', 'aquino', 'arabia', 'arabic', 'arable', 'arafat', 'aramco', 'ararat', 'arawak', 'arbors', 'arbour', 'arcade', 'arcana', 'arcane', 'arccos', 'archae', 'arched', 'archer', 'arches', 'archie', 'archly', 'arcing', 'arcked', 'arcsin', 'arctan', 'arctic', 'ardent', 'ardors', 'ardour', 'arenas', 'argive', 'argons', 'argosy', 'argots', 'argued', 'arguer', 'argues', 'arguss', 'argyle', 'ariess', 'aright', 'arisen', 'ariser', 'arises', 'ariuss', 'arjuna', 'arlene', 'arline', 'armada', 'armand', 'armani', 'armata', 'armers', 'armful', 'armies', 'arming', 'armlet', 'armonk', 'armors', 'armory', 'armour', 'armpit', 'arnebs', 'arnhem', 'arnold', 'aromas', 'around', 'arouse', 'arrack', 'arrant', 'arrays', 'arrear', 'arrest', 'arrive', 'arrons', 'arrows', 'arroyo', 'arsine', 'arsons', 'artery', 'artful', 'arthur', 'artier', 'arties', 'artist', 'arturo', 'arubas', 'aryans', 'asamas', 'ascend', 'ascent', 'asciis', 'ascots', 'asdfgh', 'asgard', 'ashame', 'ashcan', 'ashier', 'ashing', 'ashlee', 'ashley', 'ashman', 'ashmen', 'ashore', 'ashram', 'asians', 'asides', 'asimov', 'askers', 'asking', 'aslant', 'asleep', 'asmara', 'aspect', 'aspell', 'aspens', 'aspics', 'aspire', 'assads', 'assail', 'assams', 'assays', 'assent', 'assert', 'assess', 'assets', 'assign', 'assisi', 'assist', 'assize', 'assort', 'assume', 'assure', 'astana', 'astern', 'asters', 'asthma', 'astral', 'astray', 'astute', 'aswans', 'asylum', 'ataris', 'atatrk', 'athena', 'athens', 'atkins', 'atlass', 'atolls', 'atomic', 'atonal', 'atoned', 'atones', 'atreus', 'atrias', 'atrium', 'attach', 'attack', 'attain', 'attars', 'attend', 'attest', 'attica', 'attics', 'attila', 'attire', 'attlee', 'attune', 'atwood', 'atypic', 'aubrey', 'auburn', 'audens', 'audion', 'audios', 'audits', 'audras', 'audrey', 'augean', 'augend', 'augers', 'aughts', 'augite', 'augurs', 'augury', 'august', 'auntie', 'auriga', 'aurora', 'aussie', 'austen', 'austin', 'author', 'autism', 'autumn', 'avails', 'avalon', 'avatar', 'avenge', 'avenue', 'averse', 'averts', 'averys', 'avesta', 'aviary', 'aviate', 'avidly', 'avilas', 'aviors', 'avocet', 'avoids', 'avouch', 'avowal', 'avowed', 'awaits', 'awaked', 'awaken', 'awakes', 'awards', 'aweigh', 'awhile', 'awning', 'awoken', 'axioms', 'ayalas', 'aymara', 'azalea', 'azanas', 'azania', 'azazel', 'azores', 'aztecs', 'aztlan', 'azures', 'baaing', 'baaths', 'babars', 'babble', 'babels', 'babied', 'babier', 'babies', 'baboon', 'bacall', 'backed', 'backer', 'backup', 'backus', 'bacons', 'badder', 'badger', 'badges', 'baeria', 'baeyer', 'baffin', 'baffle', 'bagels', 'bagged', 'bagger', 'bagley', 'baguio', 'bahama', 'baikal', 'bailed', 'bailey', 'baited', 'baiter', 'baizes', 'bakers', 'bakery', 'baking', 'balboa', 'balded', 'balder', 'baldly', 'baleen', 'baling', 'balkan', 'balked', 'ballad', 'balled', 'baller', 'ballet', 'ballot', 'ballsy', 'balsam', 'balsas', 'baltic', 'balzac', 'bamako', 'bambis', 'bamboo', 'banach', 'banana', 'banded', 'bandit', 'banged', 'bangle', 'bangor', 'bangui', 'banish', 'banjos', 'banjul', 'banked', 'banker', 'banned', 'banner', 'bannss', 'bantam', 'banter', 'bantus', 'banyan', 'baobab', 'baotou', 'barack', 'barbed', 'barber', 'barbie', 'barbra', 'barely', 'barest', 'barfed', 'barfly', 'barged', 'barges', 'baring', 'barium', 'barked', 'barker', 'barley', 'barlow', 'barman', 'barnes', 'barnet', 'barney', 'barnum', 'baroda', 'barons', 'barony', 'barred', 'barrel', 'barren', 'barrie', 'barrio', 'barron', 'barrow', 'barter', 'bartok', 'barton', 'baruch', 'basalt', 'basels', 'basely', 'basest', 'bashaw', 'bashed', 'bashes', 'bashos', 'basics', 'basils', 'basing', 'basins', 'basiss', 'basked', 'basket', 'basque', 'basses', 'basset', 'bassos', 'basted', 'bastes', 'bataan', 'batchs', 'bateau', 'bathed', 'bather', 'bathes', 'bathos', 'batiks', 'bating', 'batman', 'batons', 'batted', 'batten', 'batter', 'battle', 'bauble', 'baulks', 'bausch', 'bawled', 'baxter', 'bayers', 'bayeux', 'baying', 'baylor', 'bayous', 'bazaar', 'beachs', 'beacon', 'beaded', 'beadle', 'beagle', 'beaked', 'beaker', 'beamed', 'beamer', 'beaned', 'beaner', 'beards', 'bearer', 'beasts', 'beaten', 'beater', 'beauty', 'beaver', 'bebops', 'becalm', 'became', 'becker', 'becket', 'beckon', 'beckys', 'become', 'bedbug', 'bedded', 'bedder', 'bedeck', 'bedlam', 'bedpan', 'beebes', 'beechs', 'beefed', 'beefer', 'beeped', 'beeper', 'beetle', 'beeton', 'beeves', 'befall', 'befell', 'befits', 'befogs', 'before', 'befoul', 'begets', 'beggar', 'begged', 'begins', 'begone', 'behalf', 'behave', 'behead', 'beheld', 'behest', 'behind', 'behold', 'behove', 'beiges', 'beings', 'beirut', 'bekesy', 'belate', 'belaus', 'belays', 'belchs', 'belems', 'belfry', 'belied', 'belief', 'belies', 'belize', 'bellas', 'belled', 'belles', 'bellow', 'bellum', 'bellys', 'beloit', 'belong', 'belove', 'belted', 'bemoan', 'bemuse', 'benchs', 'bender', 'bendix', 'bengal', 'benign', 'benins', 'benita', 'benito', 'bennie', 'bennys', 'benson', 'benton', 'benumb', 'berate', 'berber', 'bereft', 'berets', 'bergen', 'berger', 'bering', 'berles', 'berlin', 'berman', 'bernes', 'bernet', 'bernie', 'berras', 'berrys', 'bertas', 'bertha', 'berths', 'bertie', 'beryls', 'besets', 'beside', 'besoms', 'besots', 'bessel', 'bessie', 'bested', 'bestir', 'bestow', 'betake', 'betcha', 'bethel', 'betide', 'betony', 'betook', 'betray', 'betsey', 'betsys', 'betted', 'better', 'bettes', 'bettie', 'bettor', 'bettye', 'bettys', 'beulah', 'bevels', 'bevies', 'bewail', 'beware', 'beyond', 'bhopal', 'bhutan', 'bhutto', 'bianca', 'bianco', 'biased', 'biases', 'bibbed', 'bibles', 'biceps', 'bicker', 'bidden', 'bidder', 'biddle', 'biddys', 'bidens', 'bidets', 'biding', 'bierce', 'bigamy', 'bigger', 'biggie', 'bights', 'bigots', 'bigwig', 'bikers', 'biking', 'bikini', 'bilbao', 'bilbos', 'bilges', 'bilked', 'billed', 'biller', 'billet', 'billie', 'billow', 'billys', 'bimbos', 'bimini', 'binary', 'binder', 'bindle', 'binged', 'binges', 'bingle', 'bingos', 'binned', 'biokos', 'bionic', 'biopsy', 'biotic', 'bipeds', 'birchs', 'birded', 'birdie', 'birgit', 'births', 'biscay', 'bisect', 'bishop', 'bisons', 'bisque', 'bissau', 'bistro', 'bitchs', 'bitchy', 'biters', 'biting', 'bitmap', 'bitnet', 'bitten', 'bitter', 'bjorks', 'blacks', 'blades', 'blaine', 'blairs', 'blamed', 'blamer', 'blames', 'blanca', 'blanch', 'blanks', 'blared', 'blares', 'blasts', 'blatzs', 'blazed', 'blazer', 'blazes', 'blazon', 'bleach', 'bleary', 'bleats', 'bleeds', 'bleeps', 'blench', 'blends', 'blighs', 'blight', 'blimps', 'blinds', 'blinks', 'blintz', 'blisss', 'blithe', 'blitzs', 'bloats', 'blocks', 'blocky', 'blokes', 'blonde', 'blonds', 'bloods', 'bloody', 'blooms', 'blotch', 'blouse', 'blower', 'blowsy', 'blowup', 'blowzy', 'bluest', 'bluffs', 'bluing', 'bluish', 'blunts', 'blurbs', 'blurry', 'blurts', 'blushs', 'blythe', 'boards', 'boasts', 'boated', 'boater', 'bobbed', 'bobbie', 'bobbin', 'bobbis', 'bobble', 'bobbys', 'bobcat', 'bodega', 'bodice', 'bodied', 'bodies', 'bodily', 'boding', 'bodkin', 'boeing', 'bogart', 'bogeys', 'bogged', 'boggle', 'bogied', 'bogies', 'bogota', 'bogots', 'boiled', 'boiler', 'boises', 'bolder', 'boldly', 'bolero', 'boleyn', 'bolted', 'bolton', 'bombay', 'bombed', 'bomber', 'bonbon', 'bonded', 'bonder', 'boners', 'bonged', 'bongos', 'bonier', 'boning', 'bonita', 'bonito', 'bonner', 'bonnet', 'bonnie', 'bonsai', 'bonuss', 'boobed', 'booboo', 'boobys', 'boodle', 'boogie', 'booing', 'booked', 'booker', 'bookie', 'booles', 'boomed', 'boones', 'boosts', 'booted', 'bootee', 'bootes', 'booths', 'bootie', 'bootys', 'boozed', 'boozer', 'boozes', 'bopped', 'borate', 'boraxs', 'borden', 'border', 'bordon', 'boreas', 'borers', 'borges', 'borgia', 'boring', 'borneo', 'borons', 'borrow', 'borsch', 'bosnia', 'bosoms', 'bossed', 'bosses', 'boston', 'bosuns', 'botany', 'botchs', 'botess', 'botfly', 'bother', 'bottle', 'bottom', 'boughs', 'bought', 'boulez', 'bounce', 'bouncy', 'bounds', 'bounty', 'bovary', 'bovine', 'bowell', 'bowels', 'bowens', 'bowers', 'bowery', 'bowfin', 'bowing', 'bowled', 'bowler', 'bowman', 'bowmen', 'boxcar', 'boxers', 'boxing', 'boxtop', 'boyers', 'boyish', 'braced', 'braces', 'bracts', 'bradly', 'braggs', 'brahma', 'brahms', 'braids', 'brains', 'brainy', 'braise', 'braked', 'brakes', 'branch', 'brandi', 'brando', 'brands', 'brandt', 'brandy', 'brants', 'braque', 'brasss', 'brassy', 'bratty', 'braved', 'braver', 'braves', 'bravos', 'brawls', 'brawns', 'brawny', 'brayed', 'brayer', 'brazed', 'brazen', 'brazes', 'brazil', 'brazos', 'breach', 'breads', 'breaks', 'breast', 'breath', 'brecht', 'breech', 'breeds', 'breeze', 'breezy', 'bremen', 'brenda', 'brents', 'breton', 'bretts', 'brevet', 'brewed', 'brewer', 'briana', 'brians', 'briars', 'bribed', 'briber', 'bribes', 'brices', 'bricks', 'bridal', 'brides', 'bridge', 'bridle', 'briefs', 'briers', 'briggs', 'bright', 'brigid', 'brillo', 'brines', 'brings', 'brinks', 'brisks', 'briton', 'britts', 'broach', 'broads', 'brocks', 'brogan', 'brogue', 'broils', 'brokaw', 'broken', 'broker', 'bronco', 'bronte', 'bronxs', 'bronze', 'bronzy', 'brooch', 'broods', 'broody', 'brooke', 'brooks', 'brooms', 'broths', 'browne', 'browns', 'browse', 'bruces', 'bruins', 'bruise', 'brunch', 'brunei', 'brunet', 'brunts', 'brushs', 'brushy', 'brutal', 'brutes', 'brutus', 'bryant', 'bryces', 'bryons', 'bubble', 'bubbly', 'bucked', 'bucket', 'buckle', 'budded', 'buddha', 'buddys', 'budged', 'budges', 'budget', 'budgie', 'buenos', 'buffed', 'buffer', 'buffet', 'buffys', 'buford', 'bugged', 'bugger', 'buggys', 'bugled', 'bugler', 'bugles', 'buicks', 'builds', 'bulgar', 'bulged', 'bulges', 'bulked', 'bulled', 'bullet', 'bullys', 'bumble', 'bummed', 'bummer', 'bumped', 'bumper', 'bumppo', 'bunche', 'bunchs', 'bundle', 'bunged', 'bungle', 'bunion', 'bunked', 'bunker', 'bunkum', 'bunnys', 'bunsen', 'bunted', 'bunter', 'bunyan', 'buoyed', 'burble', 'burchs', 'burden', 'bureau', 'burger', 'burgle', 'burial', 'buried', 'buries', 'burlap', 'burley', 'burmas', 'burned', 'burner', 'burped', 'burred', 'burris', 'burros', 'burrow', 'bursar', 'bursts', 'bursty', 'burton', 'busboy', 'busbys', 'buschs', 'bushed', 'bushel', 'bushes', 'busied', 'busier', 'busies', 'busily', 'busing', 'bussed', 'busses', 'busted', 'buster', 'bustle', 'butane', 'butchs', 'butene', 'butler', 'butted', 'butter', 'buttes', 'button', 'buuels', 'buxton', 'buyers', 'buying', 'buyout', 'buzzed', 'buzzer', 'buzzes', 'byblos', 'byelaw', 'byerss', 'bygone', 'bylaws', 'byline', 'bypass', 'bypast', 'bypath', 'byplay', 'byroad', 'byways', 'byword', 'cabals', 'cabana', 'cabbed', 'cabbie', 'cabbys', 'cabins', 'cabled', 'cables', 'cabral', 'cacaos', 'cached', 'caches', 'cachet', 'cackle', 'cactus', 'caddie', 'caddis', 'caddys', 'cadent', 'cadets', 'cadged', 'cadger', 'cadges', 'cadizs', 'cadres', 'caesar', 'caftan', 'cagers', 'cagier', 'cagily', 'caging', 'cagney', 'cahill', 'cahoot', 'caiman', 'cairns', 'cairos', 'cajole', 'cajuns', 'caking', 'calais', 'calder', 'calebs', 'calico', 'califs', 'caliph', 'calked', 'callao', 'callas', 'called', 'caller', 'callie', 'callow', 'callus', 'calmed', 'calmer', 'calmly', 'calved', 'calves', 'calvin', 'calyxs', 'camber', 'cambia', 'camden', 'camels', 'cameos', 'camera', 'camino', 'camped', 'camper', 'campos', 'campus', 'camrys', 'canaan', 'canada', 'canals', 'canaps', 'canard', 'canary', 'cancan', 'cancel', 'cancer', 'cancun', 'candid', 'candle', 'candor', 'candys', 'canine', 'caning', 'canker', 'canned', 'cannel', 'canner', 'cannes', 'cannon', 'cannot', 'canoed', 'canoes', 'canoga', 'canons', 'canopy', 'canted', 'canter', 'cantle', 'canton', 'cantor', 'cantos', 'cantus', 'canute', 'canvas', 'canyon', 'capeks', 'capers', 'capita', 'caplet', 'capone', 'capons', 'capote', 'capped', 'capras', 'capris', 'captor', 'caputo', 'carafe', 'carats', 'carbon', 'carboy', 'carded', 'carder', 'cardin', 'careen', 'career', 'caress', 'carets', 'cargos', 'caribs', 'caries', 'carina', 'caring', 'carlas', 'carlin', 'carlos', 'carlys', 'carmen', 'carnal', 'carnap', 'carney', 'carnot', 'carole', 'carols', 'caroms', 'carpal', 'carped', 'carpel', 'carpet', 'carpus', 'carrel', 'carrie', 'carrot', 'carrys', 'carson', 'carted', 'cartel', 'carter', 'carton', 'caruso', 'carved', 'carven', 'carver', 'carves', 'casals', 'casbah', 'casein', 'caseys', 'cashed', 'casher', 'cashes', 'cashew', 'casing', 'casino', 'casios', 'casket', 'caspar', 'cassia', 'cassie', 'casted', 'caster', 'castes', 'castle', 'castor', 'castro', 'casual', 'catchs', 'catchy', 'caters', 'catgut', 'cathay', 'cather', 'cathys', 'cation', 'catkin', 'catnap', 'catnip', 'catsup', 'cattle', 'cauchy', 'caucus', 'caudal', 'caught', 'caulks', 'causal', 'caused', 'causer', 'causes', 'caveat', 'cavern', 'caviar', 'cavils', 'caving', 'cavity', 'cavort', 'cavour', 'cawing', 'caxton', 'cayley', 'cayman', 'cayuga', 'ceased', 'ceases', 'cecile', 'cecily', 'cedars', 'ceding', 'cedric', 'celery', 'celias', 'celina', 'cellar', 'celled', 'cellos', 'celtic', 'cement', 'censer', 'censor', 'census', 'center', 'centre', 'centum', 'cereal', 'ceress', 'cereus', 'cerise', 'cerium', 'cervix', 'cesare', 'cesars', 'cesium', 'cessna', 'cetera', 'ceylon', 'chafed', 'chafer', 'chafes', 'chaffs', 'chains', 'chairs', 'chaise', 'chalet', 'chalks', 'chalky', 'chammy', 'champs', 'chance', 'chancy', 'chanel', 'chaney', 'change', 'changs', 'chants', 'chanty', 'chaoss', 'chapel', 'charge', 'charms', 'charon', 'charta', 'charts', 'chased', 'chaser', 'chases', 'chasms', 'chaste', 'chatty', 'chavez', 'cheats', 'checks', 'cheeks', 'cheeky', 'cheeps', 'cheers', 'cheery', 'cheese', 'cheesy', 'chemic', 'cheney', 'cheops', 'cheque', 'cherie', 'cheris', 'cherry', 'cherub', 'cheryl', 'chesss', 'chests', 'chevys', 'chewed', 'chewer', 'chiang', 'chicer', 'chichi', 'chicks', 'chicle', 'chided', 'chides', 'chiefs', 'childs', 'chiles', 'chilis', 'chilli', 'chills', 'chilly', 'chimed', 'chimes', 'chimps', 'chimus', 'chinas', 'chinch', 'chinks', 'chinos', 'chintz', 'chirps', 'chisel', 'chitin', 'chiton', 'chivas', 'chives', 'chocks', 'choice', 'choirs', 'choked', 'choker', 'chokes', 'choler', 'chomps', 'choose', 'choosy', 'chopin', 'choppy', 'chopra', 'choral', 'chords', 'chores', 'chorus', 'chosen', 'chowed', 'chriss', 'christ', 'chrome', 'chteau', 'chubby', 'chucks', 'chummy', 'chumps', 'chungs', 'chunks', 'chunky', 'church', 'churls', 'churns', 'chutes', 'cicada', 'cicero', 'ciders', 'cigars', 'cilium', 'cinchs', 'cinder', 'cindys', 'cinema', 'cipher', 'cipros', 'circes', 'circle', 'circus', 'cirrus', 'ciscos', 'cities', 'citing', 'citric', 'citron', 'citrus', 'civets', 'civics', 'civies', 'clacks', 'claims', 'claire', 'clairs', 'clammy', 'clamor', 'clamps', 'clancy', 'clangs', 'clanks', 'claras', 'claret', 'clarke', 'clashs', 'clasps', 'classs', 'classy', 'claude', 'clause', 'clauss', 'clawed', 'clayey', 'cleans', 'clears', 'cleats', 'cleave', 'clefts', 'clench', 'clergy', 'cleric', 'clerks', 'clever', 'clewed', 'clichd', 'cliche', 'clichs', 'clicks', 'client', 'cliffs', 'climax', 'climbs', 'climes', 'clinch', 'clines', 'clings', 'clingy', 'clinic', 'clinks', 'clints', 'clique', 'cloaks', 'cloche', 'clocks', 'clomps', 'cloned', 'clones', 'clonic', 'clorox', 'closed', 'closer', 'closes', 'closet', 'clothe', 'clotho', 'cloths', 'clouds', 'cloudy', 'clouts', 'cloven', 'clover', 'cloves', 'clovis', 'clowns', 'cloyed', 'clucks', 'cluing', 'clumps', 'clumsy', 'clunks', 'clunky', 'clutch', 'coachs', 'coaled', 'coarse', 'coasts', 'coated', 'coates', 'coaxed', 'coaxer', 'coaxes', 'cobain', 'cobalt', 'cobble', 'cobols', 'cobras', 'cobweb', 'coccis', 'coccus', 'coccyx', 'cochin', 'cocked', 'cockle', 'cocoas', 'cocoon', 'codded', 'coddle', 'coders', 'codexs', 'codger', 'codify', 'coding', 'coerce', 'coeval', 'coffee', 'coffer', 'coffey', 'coffin', 'cogent', 'cognac', 'cohere', 'cohort', 'cohosh', 'coifed', 'coiled', 'coined', 'coiner', 'coital', 'coitus', 'coking', 'colder', 'coldly', 'coleen', 'coleus', 'colfax', 'colics', 'colins', 'collar', 'collet', 'collie', 'collin', 'colloq', 'colons', 'colony', 'colors', 'colour', 'column', 'combat', 'combed', 'comber', 'combos', 'combss', 'comedy', 'comely', 'comers', 'cometh', 'comets', 'comics', 'coming', 'comity', 'commas', 'commit', 'common', 'compaq', 'compel', 'comply', 'conans', 'conant', 'conchs', 'concur', 'condom', 'condor', 'condos', 'confab', 'confer', 'congas', 'congos', 'conics', 'conked', 'conley', 'conned', 'conner', 'connie', 'conrad', 'consul', 'convex', 'convey', 'convoy', 'conway', 'cooing', 'cooked', 'cooker', 'cookes', 'cookie', 'cookys', 'cooled', 'cooler', 'cooley', 'coolie', 'coolly', 'cooped', 'cooper', 'coorss', 'cootie', 'copeck', 'copied', 'copier', 'copies', 'coping', 'copley', 'copped', 'copper', 'copras', 'copses', 'copter', 'coptic', 'copula', 'corals', 'corbel', 'corded', 'corder', 'cordon', 'corers', 'coreys', 'corina', 'corine', 'coring', 'corked', 'corker', 'cornea', 'corned', 'corner', 'cornet', 'corona', 'corpse', 'corpss', 'corpus', 'corral', 'corset', 'cortes', 'cortex', 'cortez', 'cortge', 'corvus', 'cosbys', 'cosier', 'cosies', 'cosign', 'cosily', 'cosine', 'cosmic', 'cosmos', 'costar', 'costco', 'costed', 'costly', 'cotman', 'cotter', 'cotton', 'couchs', 'cougar', 'coughs', 'counts', 'county', 'coupes', 'couple', 'coupon', 'course', 'courts', 'cousin', 'covary', 'covens', 'covers', 'covert', 'covets', 'coveys', 'coward', 'cowboy', 'cowers', 'cowing', 'cowley', 'cowman', 'cowmen', 'cowpea', 'cowper', 'cowpox', 'coyest', 'coyote', 'cozens', 'cozier', 'cozies', 'cozily', 'crabbe', 'crabby', 'cracks', 'cradle', 'crafts', 'crafty', 'craggy', 'cramer', 'cramps', 'craned', 'cranes', 'crania', 'cranks', 'cranky', 'cranny', 'crapes', 'crappy', 'crapss', 'crashs', 'crated', 'crater', 'crates', 'cravat', 'craved', 'craven', 'craves', 'crawls', 'crayon', 'crazed', 'crazes', 'crazys', 'crches', 'creaks', 'creaky', 'creams', 'creamy', 'crease', 'create', 'creche', 'crecys', 'credit', 'credos', 'creeds', 'creeks', 'creels', 'creeps', 'creepy', 'creole', 'crepes', 'cresss', 'crests', 'cretan', 'cretes', 'cretin', 'crewed', 'crewel', 'cricks', 'criers', 'crimea', 'crimes', 'crimps', 'cringe', 'crisco', 'crises', 'crisis', 'crisps', 'crispy', 'critic', 'croaks', 'croats', 'crocks', 'crocus', 'crofts', 'crones', 'cronin', 'cronus', 'cronys', 'crooks', 'croons', 'crosby', 'crosss', 'crotch', 'croton', 'crouch', 'croups', 'croupy', 'crowds', 'crowed', 'crowns', 'cruddy', 'cruder', 'crudes', 'cruets', 'cruise', 'crumbs', 'crumby', 'crummy', 'crunch', 'crushs', 'crusoe', 'crusts', 'crusty', 'crutch', 'cruxes', 'crying', 'crypts', 'csonka', 'cubans', 'cubing', 'cubism', 'cubist', 'cubits', 'cuckoo', 'cuddle', 'cuddly', 'cudgel', 'cueing', 'cuffed', 'culled', 'cullen', 'culler', 'culver', 'cumins', 'cumuli', 'cunard', 'cupful', 'cupids', 'cupola', 'cupped', 'cupric', 'curacy', 'curate', 'curbed', 'curdle', 'curfew', 'curies', 'curing', 'curios', 'curium', 'curled', 'curler', 'curlew', 'curran', 'currys', 'cursed', 'curses', 'cursor', 'curter', 'curtis', 'curtly', 'curtsy', 'curved', 'curves', 'cuspid', 'cussed', 'cusses', 'custer', 'custom', 'cutely', 'cutest', 'cutesy', 'cutler', 'cutlet', 'cutoff', 'cutout', 'cutset', 'cutter', 'cutups', 'cuvier', 'cyanic', 'cybele', 'cycled', 'cycles', 'cyclic', 'cygnet', 'cygnus', 'cymbal', 'cynics', 'cypher', 'cyprus', 'cyrano', 'cystic', 'czechs', 'czerny', 'dabbed', 'dabble', 'daccas', 'dachas', 'dachau', 'dacron', 'dactyl', 'daddys', 'dadoes', 'daemon', 'dafter', 'dagger', 'dahlia', 'dailey', 'dailys', 'dainty', 'dairys', 'daises', 'daisys', 'dakars', 'dakota', 'daleys', 'dalian', 'dallas', 'dalton', 'damage', 'damask', 'damian', 'damien', 'damion', 'dammed', 'damned', 'damons', 'damped', 'dampen', 'damper', 'damply', 'damsel', 'damson', 'danced', 'dancer', 'dances', 'dander', 'dandle', 'dandys', 'danger', 'dangle', 'danial', 'daniel', 'danish', 'danker', 'dankly', 'dannie', 'dannys', 'danone', 'dantes', 'danton', 'danube', 'danzig', 'daphne', 'dapper', 'dapple', 'darbys', 'darcys', 'darens', 'darers', 'darfur', 'daring', 'darins', 'darios', 'darius', 'darken', 'darker', 'darkle', 'darkly', 'darlas', 'darned', 'darner', 'darrel', 'darren', 'darrin', 'darrow', 'darryl', 'darted', 'darter', 'darths', 'darvon', 'darwin', 'daryls', 'dashed', 'dasher', 'dashes', 'dating', 'dative', 'datsun', 'datums', 'daubed', 'dauber', 'daunts', 'davids', 'davies', 'davits', 'dawdle', 'dawned', 'dawson', 'daybed', 'dayton', 'dazing', 'dazzle', 'deacon', 'deaden', 'deader', 'deadly', 'deafen', 'deafer', 'dealer', 'deanas', 'deanna', 'deanne', 'deanns', 'dearer', 'dearie', 'dearly', 'dearth', 'deaths', 'deaves', 'debark', 'debars', 'debase', 'debate', 'debbie', 'debbys', 'debian', 'debits', 'debora', 'debras', 'debris', 'debtor', 'debugs', 'debunk', 'debuts', 'decade', 'decafs', 'decals', 'decamp', 'decant', 'decays', 'deccan', 'deccas', 'deceit', 'decent', 'decide', 'decile', 'decked', 'decker', 'decode', 'decors', 'decoys', 'decree', 'deduce', 'deduct', 'deeded', 'deejay', 'deemed', 'deenas', 'deepen', 'deeper', 'deeply', 'deeres', 'deface', 'defame', 'defeat', 'defect', 'defend', 'defers', 'defied', 'defies', 'defile', 'define', 'deform', 'defray', 'defter', 'deftly', 'defuse', 'degree', 'deiced', 'deicer', 'deices', 'deidre', 'deigns', 'deimos', 'deisms', 'deitys', 'deject', 'delano', 'delays', 'deleon', 'delete', 'delhis', 'delias', 'delius', 'dellas', 'delmar', 'delmer', 'delphi', 'deltas', 'delude', 'deluge', 'deluxe', 'delved', 'delves', 'demand', 'demark', 'demean', 'deming', 'demise', 'demoed', 'demons', 'demote', 'demure', 'demurs', 'denial', 'denied', 'denier', 'denies', 'denims', 'denise', 'dennis', 'dennys', 'denote', 'denser', 'dental', 'dented', 'dentin', 'denton', 'denude', 'denver', 'depart', 'depend', 'depict', 'deploy', 'deport', 'depose', 'depots', 'depths', 'depute', 'deputy', 'derail', 'derate', 'derbys', 'dereks', 'derick', 'deride', 'derive', 'dermis', 'descry', 'desert', 'design', 'desire', 'desist', 'despot', 'detach', 'detail', 'detain', 'detect', 'detent', 'deters', 'detest', 'detour', 'detoxs', 'deuces', 'device', 'devils', 'devins', 'devise', 'devoid', 'devons', 'devote', 'devour', 'devout', 'dewars', 'deweys', 'dewier', 'dewitt', 'dewlap', 'dexter', 'dhakas', 'dharma', 'dhotis', 'diadem', 'dialed', 'dialog', 'dialup', 'dianas', 'dianes', 'dianna', 'dianne', 'dianns', 'diaper', 'diarys', 'diatom', 'dibble', 'dicier', 'dicing', 'dicker', 'dickey', 'dickie', 'dickys', 'dictum', 'diddle', 'diegos', 'diesel', 'dieted', 'dieter', 'differ', 'digest', 'digger', 'digits', 'digram', 'diking', 'dilate', 'dillon', 'dillys', 'dilute', 'dimmed', 'dimmer', 'dimple', 'dimwit', 'diners', 'dinged', 'dinghy', 'dingos', 'dining', 'dinkys', 'dinned', 'dinner', 'diodes', 'dionne', 'dioxin', 'dipole', 'dipped', 'dipper', 'direct', 'direst', 'dirges', 'disarm', 'disbar', 'discos', 'discus', 'dished', 'dishes', 'dismal', 'dismay', 'disney', 'disown', 'dispel', 'dissed', 'disses', 'distal', 'distil', 'disuse', 'ditchs', 'dither', 'dittos', 'dittys', 'ditzel', 'divans', 'divers', 'divert', 'divest', 'divide', 'divine', 'diving', 'divots', 'divvys', 'diwali', 'dixies', 'dixons', 'djinni', 'djinns', 'dmitri', 'doable', 'dobbin', 'dobson', 'docent', 'docile', 'docked', 'docket', 'doctor', 'dodder', 'dodged', 'dodger', 'dodges', 'dodoes', 'dodoma', 'dodson', 'doesnt', 'doffed', 'dogged', 'doggie', 'doggys', 'dogies', 'dogleg', 'dogmas', 'doilys', 'doings', 'doling', 'dollar', 'dolled', 'dollie', 'dollop', 'dollys', 'dolmen', 'domain', 'doming', 'domino', 'donald', 'donate', 'doneck', 'donkey', 'donned', 'donner', 'donnes', 'donnie', 'donnys', 'donors', 'donuts', 'doodad', 'doodle', 'dooley', 'doomed', 'dopant', 'dopers', 'dopier', 'doping', 'dorado', 'dorcas', 'doreen', 'dorian', 'dorics', 'dories', 'doriss', 'dormer', 'dorsal', 'dorset', 'dorsey', 'dorthy', 'dosage', 'dosing', 'dotage', 'doting', 'dotson', 'dotted', 'douala', 'douays', 'double', 'doubly', 'doubts', 'douche', 'doughs', 'doughy', 'dourer', 'dourly', 'doused', 'douses', 'dovers', 'dowels', 'downed', 'downer', 'downey', 'downys', 'dowrys', 'dowsed', 'dowses', 'doyens', 'dozens', 'dozing', 'drably', 'dracos', 'drafts', 'drafty', 'dragon', 'drains', 'drakes', 'dramas', 'dranos', 'draped', 'draper', 'drapes', 'drawer', 'drawls', 'dreads', 'dreams', 'dreamt', 'dreamy', 'dreary', 'dredge', 'dregss', 'drench', 'dresss', 'dressy', 'drexel', 'driers', 'driest', 'drifts', 'drills', 'drinks', 'drippy', 'drivel', 'driven', 'driver', 'drives', 'drolly', 'droned', 'drones', 'drools', 'droops', 'droopy', 'dropsy', 'drosss', 'drouth', 'drover', 'droves', 'drowns', 'drowse', 'drowsy', 'drudge', 'druids', 'drunks', 'dryads', 'dryden', 'dryers', 'dryest', 'drying', 'dtente', 'duanes', 'dubbed', 'dubcek', 'dubhes', 'dublin', 'ducats', 'duchys', 'ducked', 'duding', 'dudley', 'dueled', 'duffel', 'duffer', 'duffys', 'dugout', 'dulcet', 'dulled', 'duller', 'dulles', 'duluth', 'dumber', 'dumbly', 'dumbos', 'dummys', 'dumped', 'dumper', 'dumpty', 'dunant', 'dunbar', 'duncan', 'dunces', 'dunged', 'dunham', 'dunked', 'dunlap', 'dunlop', 'dunned', 'dunner', 'dunnes', 'duping', 'duplex', 'dupont', 'durans', 'durant', 'durban', 'duress', 'durexs', 'durham', 'during', 'durkee', 'durkin', 'dusted', 'duster', 'dustin', 'dustys', 'dutchs', 'duties', 'dutton', 'dwarfs', 'dwayne', 'dweebs', 'dwells', 'dwight', 'dyadic', 'dyeing', 'dyings', 'dylans', 'dynamo', 'dynast', 'dysons', 'eagles', 'eaglet', 'eakins', 'earful', 'earles', 'earned', 'earner', 'earths', 'earthy', 'earwax', 'earwig', 'easels', 'easier', 'easily', 'easing', 'easter', 'eaters', 'eatery', 'eating', 'eatons', 'ebbing', 'ebonys', 'eccles', 'echoed', 'echoes', 'eczema', 'eddied', 'eddies', 'edemas', 'edgier', 'edging', 'edible', 'edicts', 'edison', 'edited', 'ediths', 'editor', 'edmond', 'edmund', 'edward', 'edwina', 'eerier', 'eerily', 'eeyore', 'efface', 'effect', 'effete', 'effies', 'effigy', 'effort', 'efrain', 'efrens', 'egging', 'eggnog', 'egoism', 'egoist', 'egress', 'egrets', 'egypts', 'eiders', 'eiffel', 'eighth', 'eights', 'eighty', 'eileen', 'eisner', 'either', 'ejects', 'elaine', 'elanor', 'elapse', 'elated', 'elates', 'elbert', 'elbows', 'elbrus', 'elders', 'eldest', 'eldons', 'elects', 'elegys', 'elenas', 'eleven', 'elfish', 'elicit', 'elided', 'elides', 'elijah', 'elinor', 'elisas', 'eliseo', 'elises', 'elisha', 'elites', 'elixir', 'elizas', 'ellens', 'ellies', 'elliot', 'elmers', 'elmira', 'elnath', 'elnora', 'elohim', 'eloise', 'eloped', 'elopes', 'elroys', 'elsies', 'eltons', 'eluate', 'eluded', 'eludes', 'elvias', 'elvins', 'elvira', 'elviss', 'elways', 'elwood', 'elysee', 'elyses', 'emacss', 'emails', 'embalm', 'embank', 'embark', 'embeds', 'embers', 'emblem', 'embody', 'emboss', 'embryo', 'emceed', 'emcees', 'emends', 'emerge', 'emerys', 'emetic', 'emiles', 'emilia', 'emilio', 'emilys', 'eminem', 'emmett', 'emorys', 'emoted', 'emotes', 'empire', 'employ', 'emptys', 'emusic', 'enable', 'enacts', 'enamel', 'enamor', 'encamp', 'encase', 'encode', 'encore', 'endear', 'enders', 'ending', 'endive', 'endows', 'endued', 'endues', 'endure', 'enemas', 'enemys', 'energy', 'enfant', 'enfold', 'engage', 'engels', 'engine', 'engulf', 'enigma', 'enjoin', 'enjoys', 'enkidu', 'enlist', 'enmesh', 'enmity', 'ennuis', 'enough', 'enrage', 'enrich', 'enrico', 'enroll', 'enrols', 'enrons', 'ensign', 'ensued', 'ensues', 'ensure', 'entail', 'enters', 'entice', 'entire', 'entity', 'entomb', 'entrap', 'entree', 'entres', 'entrys', 'enured', 'enures', 'envied', 'envies', 'envoys', 'enzyme', 'eocene', 'eosine', 'epcots', 'epilog', 'epochs', 'epoxys', 'epsons', 'equals', 'equate', 'equine', 'equips', 'equity', 'erased', 'eraser', 'erases', 'eratos', 'erbium', 'erebus', 'erects', 'erhard', 'ericas', 'erichs', 'ericka', 'ericks', 'erikas', 'ermine', 'ernest', 'ernies', 'eroded', 'erodes', 'eroses', 'erotic', 'errand', 'errant', 'errata', 'erring', 'errols', 'errors', 'ersatz', 'erupts', 'ervins', 'erwins', 'escape', 'escher', 'eschew', 'escort', 'escrow', 'eskimo', 'esmark', 'espied', 'espies', 'esprit', 'essays', 'essene', 'essens', 'essies', 'estate', 'esteem', 'estela', 'esters', 'esther', 'etched', 'etcher', 'etches', 'ethane', 'ethans', 'ethels', 'ethers', 'ethics', 'ethnic', 'ethoss', 'euclid', 'eugene', 'eulogy', 'eunice', 'eunuch', 'eureka', 'europa', 'europe', 'evaded', 'evades', 'evelyn', 'evened', 'evener', 'evenki', 'evenly', 'events', 'everts', 'evians', 'evicts', 'eviler', 'evilly', 'evince', 'evitas', 'evoked', 'evokes', 'evolve', 'evzone', 'ewings', 'exacts', 'exalts', 'exceed', 'excels', 'except', 'excess', 'excise', 'excite', 'excuse', 'exempt', 'exerts', 'exeter', 'exhale', 'exhort', 'exhume', 'exiled', 'exiles', 'exists', 'exited', 'exocet', 'exodus', 'exotic', 'expand', 'expect', 'expels', 'expend', 'expert', 'expire', 'expiry', 'export', 'expose', 'extant', 'extend', 'extent', 'extoll', 'extols', 'extort', 'extras', 'exuded', 'exudes', 'exults', 'exxons', 'eyeful', 'eyeing', 'eyelet', 'eyelid', 'eyries', 'faberg', 'fabian', 'fabled', 'fables', 'fabric', 'facade', 'facets', 'facial', 'facile', 'facing', 'factor', 'faders', 'fading', 'faecal', 'faeces', 'faeroe', 'fafnir', 'fagged', 'faggot', 'fagins', 'fagots', 'failed', 'fainer', 'faints', 'fairer', 'fairly', 'fairys', 'faisal', 'faiths', 'fakers', 'faking', 'fakirs', 'falcon', 'fallen', 'fallow', 'falser', 'falter', 'family', 'famine', 'famish', 'famous', 'fancys', 'fanned', 'fannie', 'fannys', 'fanout', 'fantod', 'farber', 'farces', 'fargos', 'farina', 'faring', 'farkas', 'farley', 'farmed', 'farmer', 'farrow', 'farsis', 'farted', 'fasted', 'fasten', 'faster', 'fatahs', 'fatals', 'father', 'fathom', 'fatima', 'fating', 'fatten', 'fatter', 'fattys', 'faucet', 'faults', 'faulty', 'faunae', 'faunas', 'fausts', 'favors', 'favour', 'fawkes', 'fawned', 'faxing', 'fazing', 'fealty', 'feared', 'feasts', 'fecess', 'fecund', 'fedora', 'feeble', 'feebly', 'feeded', 'feeder', 'feeler', 'feeney', 'feigns', 'feints', 'feisty', 'felice', 'feline', 'felipe', 'felixs', 'felled', 'feller', 'fellow', 'felons', 'felony', 'felted', 'female', 'femora', 'femurs', 'fenced', 'fencer', 'fences', 'fended', 'fender', 'fenian', 'fennel', 'fenton', 'ferber', 'fergus', 'fermat', 'ferrer', 'ferret', 'ferric', 'ferris', 'ferrys', 'fervid', 'fervor', 'fescue', 'festal', 'fester', 'fetich', 'feting', 'fetish', 'fetter', 'fettle', 'fetuss', 'feudal', 'feuded', 'fevers', 'fewest', 'fezzes', 'fiance', 'fiancs', 'fiasco', 'fibbed', 'fibber', 'fibers', 'fibres', 'fibrin', 'fibula', 'fiches', 'fichte', 'fickle', 'fiddle', 'fiddly', 'fidels', 'fidget', 'fields', 'fiends', 'fierce', 'fiesta', 'fifths', 'fiftys', 'figaro', 'fights', 'figure', 'fijian', 'filets', 'filial', 'filing', 'filled', 'filler', 'fillet', 'fillip', 'fillys', 'filmed', 'filter', 'filths', 'filthy', 'finale', 'finals', 'finchs', 'finder', 'finely', 'finery', 'finest', 'finger', 'finial', 'fining', 'finish', 'finiss', 'finite', 'finked', 'finley', 'fionas', 'fiords', 'firers', 'firing', 'firmed', 'firmer', 'firmly', 'firsts', 'firths', 'fiscal', 'fished', 'fisher', 'fishes', 'fisted', 'fitchs', 'fitful', 'fitted', 'fitter', 'fixate', 'fixers', 'fixing', 'fixity', 'fizeau', 'fizzed', 'fizzes', 'fizzle', 'fjords', 'flabby', 'flacks', 'flagon', 'flails', 'flairs', 'flaked', 'flakes', 'flambs', 'flamed', 'flamer', 'flames', 'flange', 'flanks', 'flared', 'flares', 'flashs', 'flashy', 'flasks', 'flatly', 'flatts', 'flatus', 'flaunt', 'flavor', 'flawed', 'flaxen', 'flayed', 'flecks', 'fledge', 'fleece', 'fleecy', 'fleets', 'fleshs', 'fleshy', 'fletch', 'flexed', 'flexes', 'flicks', 'fliers', 'fliest', 'flight', 'flimsy', 'flinch', 'flings', 'flints', 'flinty', 'flirts', 'floats', 'flocks', 'floods', 'floors', 'floozy', 'floppy', 'florae', 'floral', 'floras', 'flores', 'florid', 'florin', 'florys', 'flosss', 'flours', 'floury', 'flouts', 'flowed', 'flower', 'fluent', 'fluffs', 'fluffy', 'fluids', 'flukes', 'flukey', 'flumes', 'flunks', 'flunky', 'flurry', 'flushs', 'fluted', 'flutes', 'fluxed', 'fluxes', 'flybys', 'flyers', 'flying', 'flynns', 'flyway', 'foaled', 'foamed', 'fobbed', 'focsle', 'focuss', 'fodder', 'foetal', 'foetus', 'fogeys', 'fogged', 'fogies', 'foible', 'foiled', 'foists', 'fokker', 'folded', 'folder', 'folios', 'folksy', 'follow', 'follys', 'folsom', 'foment', 'fonder', 'fondle', 'fondly', 'fondue', 'fondus', 'fooled', 'footed', 'footer', 'forage', 'forays', 'forbad', 'forbes', 'forbid', 'forced', 'forcer', 'forces', 'forded', 'forego', 'forest', 'forged', 'forger', 'forges', 'forget', 'forgot', 'forked', 'formal', 'format', 'formed', 'former', 'formic', 'fortes', 'fortin', 'fortys', 'forums', 'fosses', 'fossil', 'foster', 'fought', 'fouled', 'fouler', 'foully', 'founds', 'founts', 'fourth', 'fowled', 'fowler', 'foxier', 'foxing', 'foyers', 'fracas', 'framed', 'framer', 'frames', 'franca', 'france', 'franck', 'franco', 'francs', 'franks', 'franny', 'franzs', 'frapps', 'fraser', 'frauds', 'frayed', 'freaks', 'freaky', 'fredas', 'freddy', 'freely', 'freest', 'freeze', 'freida', 'french', 'frenzy', 'fresco', 'fresno', 'freuds', 'freyas', 'friars', 'friday', 'fridge', 'frieda', 'friend', 'friers', 'frieze', 'frigga', 'fright', 'frigid', 'frills', 'frilly', 'fringe', 'frisco', 'frisks', 'frisky', 'fritos', 'fritzs', 'frizzs', 'frizzy', 'frocks', 'frolic', 'fronde', 'fronds', 'fronts', 'frosts', 'frosty', 'froths', 'frothy', 'frowns', 'frowsy', 'frowzy', 'frozen', 'frugal', 'fruits', 'fruity', 'frumps', 'frumpy', 'fryers', 'frying', 'fuchss', 'fucked', 'fucker', 'fuddle', 'fudged', 'fudges', 'fueled', 'fugger', 'fugues', 'fulani', 'fulcra', 'fulfil', 'fulled', 'fuller', 'fulton', 'fumble', 'fuming', 'funded', 'funder', 'fungal', 'fungus', 'funked', 'funnel', 'funner', 'funnys', 'furies', 'furled', 'furman', 'furors', 'furred', 'furrow', 'furzes', 'fushun', 'fusing', 'fusion', 'fussed', 'fusses', 'futile', 'futons', 'future', 'futzed', 'futzes', 'fuzhou', 'fuzing', 'fuzzed', 'fuzzes', 'gabbed', 'gabble', 'gabbro', 'gabled', 'gabler', 'gables', 'gabons', 'gacrux', 'gadded', 'gadfly', 'gadget', 'gaelic', 'gaffed', 'gaffes', 'gagged', 'gaggle', 'gaging', 'gaiety', 'gaiman', 'gained', 'gainer', 'gaines', 'gaited', 'gaiter', 'galaxy', 'galena', 'galibi', 'galled', 'galley', 'gallic', 'gallon', 'gallop', 'gallos', 'gallup', 'gallus', 'galois', 'galore', 'galosh', 'galway', 'gambia', 'gambit', 'gamble', 'gambol', 'gamely', 'gamest', 'gamete', 'gamier', 'gamine', 'gaming', 'gamins', 'gammas', 'gamows', 'gamuts', 'gander', 'gandhi', 'ganged', 'ganges', 'gangly', 'gannet', 'gantry', 'gaping', 'garage', 'garbed', 'garble', 'garcia', 'garden', 'gareth', 'gargle', 'garish', 'garlic', 'garner', 'garnet', 'garote', 'garret', 'garrys', 'garter', 'garths', 'garvey', 'garzas', 'gashed', 'gashes', 'gasify', 'gasket', 'gasped', 'gaspee', 'gassed', 'gasser', 'gasses', 'gaston', 'gather', 'gating', 'gatsby', 'gatuns', 'gauche', 'gaucho', 'gauged', 'gauges', 'gaulle', 'gausss', 'gauzes', 'gavels', 'gavins', 'gawain', 'gawked', 'gayest', 'gayety', 'gayles', 'gazebo', 'gazers', 'gazing', 'gdansk', 'geared', 'geckos', 'geegaw', 'geeing', 'geezer', 'geffen', 'gehrig', 'geiger', 'geisha', 'gelded', 'gelled', 'geller', 'gemini', 'genaro', 'gender', 'genera', 'genets', 'geneva', 'genial', 'genies', 'genius', 'genoas', 'genome', 'genres', 'gentle', 'gently', 'gentoo', 'gentry', 'genuss', 'geodes', 'george', 'gerald', 'gerard', 'gerber', 'gerbil', 'german', 'gerrys', 'gerund', 'getter', 'getups', 'gewgaw', 'geyser', 'ghanas', 'ghetto', 'ghosts', 'ghouls', 'giants', 'gibber', 'gibbet', 'gibbon', 'gibing', 'giblet', 'gibson', 'giddap', 'gideon', 'gienah', 'gifted', 'gigged', 'giggle', 'giggly', 'gigolo', 'gildas', 'gilded', 'gilead', 'gimbal', 'gimbel', 'gimlet', 'ginger', 'gingko', 'ginkgo', 'ginned', 'ginnys', 'ginsus', 'giotto', 'gipsys', 'girded', 'girder', 'girdle', 'girlie', 'girted', 'girths', 'gismos', 'givens', 'givers', 'giveth', 'giving', 'gizmos', 'glacis', 'gladdy', 'glades', 'gladly', 'gladys', 'glamor', 'glance', 'glands', 'glared', 'glares', 'glaser', 'glasss', 'glassy', 'glaxos', 'glazed', 'glazer', 'glazes', 'gleams', 'gleans', 'glenda', 'glenna', 'glenns', 'glibly', 'glided', 'glider', 'glides', 'glints', 'glitch', 'glitzs', 'glitzy', 'gloats', 'global', 'globes', 'glooms', 'gloomy', 'gloria', 'glorys', 'glosss', 'glossy', 'gloved', 'glover', 'gloves', 'glowed', 'glower', 'gluier', 'gluing', 'glumly', 'gluten', 'glycol', 'gnarls', 'gnarly', 'gnashs', 'gnawed', 'gneiss', 'gnomes', 'gnomon', 'goaded', 'goalie', 'goatee', 'gobbed', 'gobble', 'goblet', 'goblin', 'goddam', 'godiva', 'godkin', 'godots', 'godson', 'godwin', 'godwit', 'goethe', 'gofers', 'goggle', 'goings', 'goiter', 'goitre', 'golans', 'goldas', 'golden', 'goldie', 'goleta', 'golfed', 'golfer', 'gollys', 'gomezs', 'gonads', 'goners', 'gonged', 'goober', 'goodby', 'goodie', 'goodly', 'goodss', 'goodys', 'goofed', 'google', 'gooier', 'goosed', 'gooses', 'gopher', 'gordon', 'gorens', 'goreys', 'gorgas', 'gorged', 'gorges', 'gorgon', 'gorham', 'gorier', 'goring', 'gorkys', 'gorses', 'gorton', 'gospel', 'gossip', 'gotham', 'gothic', 'gotten', 'goudas', 'gouged', 'gouger', 'gouges', 'gounod', 'gourds', 'govern', 'gowned', 'grable', 'graced', 'graces', 'gracie', 'graded', 'grader', 'grades', 'gradys', 'grafts', 'graham', 'grains', 'grainy', 'grammy', 'grands', 'grange', 'granny', 'grants', 'grapes', 'graphs', 'grasps', 'grasss', 'grassy', 'grated', 'grater', 'grates', 'gratis', 'graved', 'gravel', 'graven', 'graver', 'graves', 'gravid', 'gravys', 'grayed', 'grayer', 'grazed', 'grazer', 'grazes', 'grease', 'greasy', 'greats', 'grebes', 'greece', 'greeds', 'greedy', 'greeks', 'greene', 'greens', 'greers', 'greets', 'greggs', 'gretas', 'gretel', 'greyed', 'greyer', 'griefs', 'grieve', 'grille', 'grills', 'grimed', 'grimes', 'grimly', 'grimms', 'grinch', 'grinds', 'gringo', 'griped', 'gripes', 'grippe', 'grisly', 'grists', 'gritss', 'gritty', 'groans', 'grocer', 'groggy', 'groins', 'grooms', 'groove', 'groovy', 'groped', 'gropes', 'grosss', 'groton', 'grotto', 'grouch', 'ground', 'groups', 'grouse', 'grouts', 'grovel', 'grover', 'groves', 'grower', 'growls', 'growth', 'groyne', 'grubby', 'grudge', 'gruels', 'grumpy', 'grundy', 'grunge', 'grungy', 'grunts', 'gruyre', 'guanos', 'guards', 'guavas', 'guccis', 'guelph', 'guerra', 'guesss', 'guests', 'guffaw', 'guiana', 'guided', 'guides', 'guilds', 'guiles', 'guilts', 'guilty', 'guinea', 'guises', 'guitar', 'guizot', 'gulags', 'gulchs', 'gullah', 'gulled', 'gullet', 'gulley', 'gullys', 'gulped', 'gumbel', 'gumbos', 'gummed', 'gunman', 'gunmen', 'gunned', 'gunner', 'gunnys', 'guppys', 'guptas', 'gurgle', 'gurkha', 'gurney', 'gushed', 'gusher', 'gushes', 'gusset', 'gustav', 'gusted', 'gustos', 'gutted', 'gutter', 'guyana', 'guyers', 'guying', 'guzman', 'guzzle', 'gybing', 'gypped', 'gypsum', 'gypsys', 'gyrate', 'habeas', 'habers', 'habits', 'habitu', 'hacked', 'hacker', 'hackle', 'hadars', 'haddad', 'hadess', 'hadley', 'hadron', 'hafizs', 'haggai', 'haggle', 'haifas', 'haikus', 'hailed', 'haines', 'hairdo', 'haired', 'haitis', 'hakkas', 'halest', 'haleys', 'halide', 'haling', 'halite', 'halley', 'hallie', 'hallow', 'haloed', 'haloes', 'halons', 'halsey', 'halted', 'halter', 'halvah', 'halved', 'halves', 'hamans', 'hamill', 'hamlet', 'hamlin', 'hammed', 'hammer', 'hamper', 'hamsun', 'handed', 'handel', 'handle', 'haneys', 'hangar', 'hanged', 'hanger', 'hangul', 'hankel', 'hanker', 'hankie', 'hankys', 'hanley', 'hanlon', 'hannah', 'hannas', 'hanois', 'hansel', 'hansen', 'hansom', 'hanson', 'happen', 'harare', 'harass', 'harbin', 'harbor', 'harden', 'harder', 'hardin', 'hardly', 'harems', 'haring', 'harked', 'harken', 'harlan', 'harlem', 'harley', 'harlot', 'harlow', 'harmed', 'harmon', 'harold', 'harped', 'harper', 'harpys', 'harris', 'harrow', 'harrys', 'harvey', 'hasbro', 'hashed', 'hasher', 'hashes', 'hassle', 'hasted', 'hasten', 'hastes', 'hatchs', 'haters', 'hating', 'hatred', 'hatted', 'hatter', 'hattie', 'haugen', 'hauled', 'hauler', 'haunch', 'haunts', 'hausas', 'havana', 'havens', 'havent', 'having', 'havocs', 'hawaii', 'hawing', 'hawked', 'hawker', 'hawley', 'hawser', 'hayden', 'haydns', 'hayess', 'haying', 'haymow', 'haynes', 'hazard', 'hazels', 'hazier', 'hazily', 'hazing', 'headed', 'header', 'healed', 'healer', 'healey', 'health', 'heaped', 'hearer', 'hearse', 'hearst', 'hearth', 'hearts', 'hearty', 'heated', 'heater', 'heaths', 'heaved', 'heaven', 'heaver', 'heaves', 'heavys', 'hebert', 'hebrew', 'hecate', 'heckle', 'hectic', 'hector', 'hecuba', 'hedged', 'hedges', 'heeded', 'heehaw', 'heeled', 'hefner', 'hefted', 'hegels', 'hegira', 'heidis', 'heifer', 'height', 'heists', 'helena', 'helene', 'helens', 'helgas', 'helios', 'helium', 'helixs', 'heller', 'hellos', 'helmet', 'helmut', 'helots', 'helped', 'helper', 'hemmed', 'hempen', 'henchs', 'henley', 'hennas', 'henris', 'henrys', 'henson', 'hepper', 'herald', 'herbal', 'herded', 'herder', 'hereby', 'herein', 'hereof', 'herero', 'heresy', 'hereto', 'herman', 'hermes', 'hermit', 'hernia', 'herods', 'heroes', 'heroic', 'heroin', 'herons', 'herpes', 'hersey', 'hertzs', 'hesiod', 'hester', 'heston', 'hetman', 'hettie', 'heusen', 'heuser', 'hewers', 'hewett', 'hewing', 'hewitt', 'hexane', 'hexing', 'heyday', 'hiatus', 'hiccup', 'hickey', 'hickok', 'hickss', 'hidden', 'hiding', 'hieing', 'higher', 'highly', 'hijack', 'hikers', 'hiking', 'hilary', 'hildas', 'hillel', 'hilton', 'hinder', 'hindus', 'hinged', 'hinges', 'hinman', 'hinted', 'hinton', 'hipped', 'hipper', 'hippie', 'hippos', 'hippys', 'hirers', 'hiring', 'hirsch', 'hissed', 'hisses', 'hitchs', 'hither', 'hitler', 'hitter', 'hiving', 'hloise', 'hoagie', 'hoagys', 'hoards', 'hoarse', 'hoaxed', 'hoaxer', 'hoaxes', 'hobart', 'hobbes', 'hobbit', 'hobble', 'hobbys', 'hobnob', 'hoboes', 'hocked', 'hockey', 'hodges', 'hoeing', 'hoffas', 'hogans', 'hogged', 'hohhot', 'hoists', 'hokier', 'hokums', 'holden', 'holder', 'holdup', 'holier', 'holies', 'holing', 'holler', 'holley', 'hollie', 'hollis', 'hollow', 'hollys', 'holman', 'holmes', 'homage', 'homely', 'homers', 'homeys', 'homier', 'homies', 'homily', 'homing', 'hominy', 'honcho', 'hondas', 'honest', 'honeys', 'honied', 'honing', 'honked', 'honors', 'honour', 'honshu', 'hoochs', 'hooded', 'hoodoo', 'hooeys', 'hoofed', 'hookah', 'hooked', 'hooker', 'hookey', 'hookup', 'hookys', 'hooped', 'hooper', 'hoopla', 'hoorah', 'hooray', 'hootch', 'hooted', 'hooter', 'hoover', 'hooves', 'hoping', 'hopped', 'hopper', 'hopple', 'horace', 'horded', 'hordes', 'hormel', 'hormuz', 'horned', 'hornes', 'hornet', 'horrid', 'horror', 'horsed', 'horses', 'horsey', 'horthy', 'horton', 'horuss', 'hoseas', 'hosing', 'hosted', 'hostel', 'hotbed', 'hotbox', 'hotels', 'hotrod', 'hotter', 'hounds', 'hourly', 'housed', 'houses', 'hovels', 'hovers', 'howard', 'howdah', 'howell', 'howled', 'howler', 'hoyden', 'hubble', 'hubbub', 'hubbys', 'hubcap', 'hubers', 'hubert', 'hubris', 'huddle', 'hudson', 'huerta', 'huffed', 'hugely', 'hugest', 'hugged', 'hughes', 'hulled', 'humane', 'humans', 'humble', 'humbly', 'humbug', 'humeri', 'hummed', 'hummel', 'hummer', 'humors', 'humour', 'humped', 'humpty', 'humuss', 'humvee', 'hunchs', 'hunger', 'hungry', 'hunker', 'hunted', 'hunter', 'hurdle', 'hurled', 'hurler', 'hurley', 'hurrah', 'hurray', 'hurrys', 'hursts', 'hurtle', 'hushed', 'hushes', 'husked', 'husker', 'huskys', 'hussar', 'hussys', 'hustle', 'huston', 'hutchs', 'hutton', 'hutzpa', 'huxley', 'huzzah', 'hyades', 'hyaena', 'hybrid', 'hydrae', 'hydras', 'hyenas', 'hymens', 'hymnal', 'hymned', 'hyphen', 'hyping', 'iambic', 'ibadan', 'iberia', 'ibexes', 'ibices', 'ibises', 'ibliss', 'ibsens', 'icahns', 'icarus', 'icebox', 'icecap', 'icicle', 'iciest', 'icings', 'ickier', 'iconic', 'idahos', 'ideals', 'ideate', 'idiocy', 'idioms', 'idiots', 'idlers', 'idlest', 'idling', 'idylls', 'ieyasu', 'iffier', 'igloos', 'ignite', 'ignore', 'iguana', 'ijssel', 'ilenes', 'iliads', 'illume', 'imaged', 'imagen', 'images', 'imbeds', 'imbibe', 'imbrue', 'imbued', 'imbues', 'imelda', 'immune', 'immure', 'impact', 'impair', 'impala', 'impale', 'impart', 'impede', 'impels', 'impend', 'impish', 'import', 'impose', 'impost', 'impugn', 'impure', 'impute', 'inaner', 'inborn', 'inbred', 'incant', 'incest', 'inched', 'inches', 'inchon', 'incise', 'incite', 'income', 'incubi', 'incurs', 'indeed', 'indent', 'indexs', 'indian', 'indias', 'indict', 'indies', 'indigo', 'indira', 'indium', 'indoor', 'indore', 'indras', 'induce', 'induct', 'indued', 'indues', 'induss', 'infamy', 'infant', 'infect', 'infers', 'infest', 'infima', 'infirm', 'inflow', 'influx', 'inform', 'infuse', 'ingest', 'ingnue', 'ingots', 'ingram', 'ingres', 'ingrid', 'inhale', 'inhere', 'inject', 'injure', 'injury', 'inkers', 'inkier', 'inking', 'inlaid', 'inland', 'inlays', 'inlets', 'inline', 'inmate', 'inmost', 'innate', 'inning', 'inonus', 'inputs', 'inroad', 'insane', 'inseam', 'insect', 'insert', 'insets', 'inside', 'insist', 'insole', 'instal', 'instep', 'instil', 'insult', 'insure', 'intact', 'intake', 'intels', 'intend', 'intent', 'intern', 'inters', 'intone', 'intros', 'intuit', 'inuits', 'inured', 'inures', 'invade', 'invars', 'invent', 'invert', 'invest', 'invite', 'invoke', 'inward', 'iodate', 'iodide', 'iodine', 'iodise', 'iodize', 'ionian', 'ionics', 'ionise', 'ionize', 'iowans', 'ipecac', 'iphone', 'iraqis', 'irises', 'irishs', 'irking', 'ironed', 'ironic', 'ironys', 'irtish', 'irvine', 'irving', 'irvins', 'irwins', 'isaacs', 'isabel', 'isaiah', 'ishims', 'ishtar', 'isiahs', 'isidro', 'islams', 'island', 'islets', 'ismael', 'ismail', 'isobar', 'isolde', 'isomer', 'ispell', 'israel', 'issacs', 'issued', 'issuer', 'issues', 'isthmi', 'istvan', 'isuzus', 'itaipu', 'italic', 'italys', 'itasca', 'itched', 'itches', 'ithaca', 'itself', 'itunes', 'ivorys', 'iwantu', 'izaaks', 'jabbed', 'jabber', 'jabots', 'jackal', 'jacked', 'jacket', 'jackie', 'jackys', 'jaclyn', 'jacobi', 'jacobs', 'jading', 'jaeger', 'jagged', 'jagger', 'jaguar', 'jailed', 'jailer', 'jailor', 'jaimes', 'jaipur', 'jalopy', 'jamaal', 'jamals', 'jamars', 'jamels', 'jamess', 'jamies', 'jammed', 'janell', 'jangle', 'janice', 'janies', 'janine', 'janiss', 'jannas', 'jannie', 'jansen', 'januss', 'japans', 'japing', 'japura', 'jareds', 'jargon', 'jarred', 'jarrod', 'jarvin', 'jarvis', 'jasons', 'jasper', 'jataka', 'jaunts', 'jaunty', 'javier', 'jawing', 'jaycee', 'jaynes', 'jayson', 'jazzed', 'jazzes', 'jeanie', 'jeanne', 'jeanss', 'jeered', 'jeeves', 'jeffry', 'jehads', 'jejune', 'jekyll', 'jelled', 'jellos', 'jellys', 'jennas', 'jenner', 'jennie', 'jennys', 'jensen', 'jerald', 'jeremy', 'jerked', 'jerkin', 'jerkys', 'jerold', 'jerome', 'jerris', 'jerrod', 'jerrys', 'jersey', 'jessie', 'jested', 'jester', 'jesuit', 'jetsam', 'jetted', 'jettys', 'jetway', 'jewell', 'jewels', 'jewett', 'jewish', 'jibbed', 'jibing', 'jiffys', 'jigged', 'jigger', 'jiggle', 'jigsaw', 'jihads', 'jilted', 'jimmie', 'jimmys', 'jingle', 'jinnah', 'jinnis', 'jinnys', 'jinxed', 'jinxes', 'jitney', 'jitter', 'jivaro', 'jiving', 'joanna', 'joanne', 'joanns', 'jobbed', 'jobber', 'jockey', 'jocose', 'jocund', 'jodies', 'joesph', 'jogged', 'jogger', 'joggle', 'johann', 'johnie', 'johnny', 'joined', 'joiner', 'joints', 'joists', 'jokers', 'joking', 'jolene', 'joliet', 'jollys', 'jolson', 'jolted', 'jonahs', 'jonson', 'joplin', 'jordan', 'jorges', 'josefa', 'josefs', 'joseph', 'joshed', 'joshes', 'joshua', 'josiah', 'josies', 'jostle', 'josues', 'jotted', 'joules', 'jounce', 'jousts', 'jovial', 'jovian', 'joyful', 'joying', 'joyner', 'joyous', 'juanas', 'juarez', 'judaic', 'judass', 'judged', 'judges', 'judith', 'judson', 'jugate', 'jugged', 'juggle', 'juiced', 'juicer', 'juices', 'jujube', 'juleps', 'julian', 'julias', 'julies', 'juliet', 'julios', 'julius', 'jumble', 'jumbos', 'jumped', 'jumper', 'juncos', 'juneau', 'jungle', 'junior', 'junked', 'junker', 'junket', 'junkie', 'junkys', 'juntas', 'juries', 'jurist', 'jurors', 'juruas', 'juster', 'justin', 'justly', 'jutish', 'jutted', 'kabobs', 'kaboom', 'kabuki', 'kabuls', 'kafkas', 'kaftan', 'kahlua', 'kaiser', 'kalmia', 'kalmuk', 'kalmyk', 'kanpur', 'kansan', 'kansas', 'kaolin', 'kaplan', 'kapoks', 'kaposi', 'karate', 'karats', 'kareem', 'karens', 'karina', 'karins', 'karlas', 'karmas', 'karols', 'karroo', 'karyns', 'kasais', 'kaseys', 'kathie', 'kathys', 'katies', 'katina', 'katmai', 'kauais', 'kaunas', 'kaunda', 'kayaks', 'kaylas', 'kazakh', 'kazans', 'kazoos', 'keaton', 'kebabs', 'kebobs', 'keddah', 'keeled', 'keenan', 'keened', 'keener', 'keenly', 'keeper', 'keisha', 'keiths', 'keller', 'kelley', 'kellie', 'kellis', 'kelsey', 'kelvin', 'kempis', 'kendra', 'kennan', 'kenned', 'kennel', 'kenney', 'kennys', 'kenton', 'kenyan', 'kenyas', 'kenyon', 'keoghs', 'keokuk', 'kepler', 'kerbed', 'kermit', 'kernel', 'kerris', 'ketchs', 'ketone', 'kettle', 'kevens', 'kevins', 'kevlar', 'kewpie', 'keying', 'keynes', 'keypad', 'khakis', 'khalid', 'khazar', 'khmers', 'khulna', 'khyber', 'kibitz', 'kibosh', 'kicked', 'kicker', 'kidded', 'kidder', 'kiddie', 'kiddos', 'kiddys', 'kidnap', 'kidney', 'kieths', 'kiewit', 'kigali', 'kikuyu', 'killed', 'killer', 'kilned', 'kilohm', 'kilroy', 'kilter', 'kimono', 'kinder', 'kindle', 'kindly', 'kingly', 'kinked', 'kinkos', 'kinney', 'kinsey', 'kiosks', 'kiowas', 'kipper', 'kirbys', 'kislev', 'kismet', 'kissed', 'kisser', 'kisses', 'kiting', 'kitsch', 'kitten', 'kittle', 'kittys', 'klauss', 'klaxon', 'kleins', 'klutzs', 'klutzy', 'kmarts', 'knacks', 'knapps', 'knauer', 'knaves', 'kneads', 'kneels', 'knells', 'knifed', 'knifes', 'knight', 'knives', 'knobby', 'knocks', 'knolls', 'knopfs', 'knotty', 'knower', 'knuths', 'koalas', 'kochab', 'kodaly', 'kodiak', 'koenig', 'kojaks', 'kolyma', 'kongos', 'konrad', 'kookie', 'koontz', 'kopeck', 'kopeks', 'koppel', 'korans', 'korean', 'koreas', 'kosher', 'koufax', 'kovacs', 'kowtow', 'krafts', 'krakow', 'kramer', 'krause', 'kresge', 'krista', 'kristi', 'kristy', 'kroger', 'kroner', 'krones', 'kronor', 'kruger', 'kublai', 'kudoss', 'kudzus', 'kurile', 'kurtis', 'kuschs', 'kuwait', 'kyotos', 'kyushu', 'labels', 'labial', 'labile', 'labium', 'labors', 'labour', 'laceys', 'lacier', 'lacing', 'lacked', 'lackey', 'lactic', 'lacuna', 'ladder', 'laddie', 'ladies', 'lading', 'ladled', 'ladles', 'ladoga', 'lagers', 'lagged', 'lagoon', 'lagoss', 'lahore', 'laitys', 'lajoss', 'lakota', 'lamars', 'lamaze', 'lambda', 'lambed', 'lamely', 'lament', 'lamest', 'laming', 'lammed', 'lamont', 'lamour', 'lanais', 'lanced', 'lancer', 'lances', 'lancet', 'landau', 'landed', 'lander', 'landis', 'landon', 'landry', 'lanker', 'lannys', 'lapels', 'lapped', 'lappet', 'lapsed', 'lapses', 'laptop', 'larchs', 'larded', 'larder', 'laredo', 'larger', 'larges', 'largos', 'lariat', 'larked', 'larkin', 'larrys', 'larsen', 'larson', 'larvae', 'larval', 'larvas', 'larynx', 'lascar', 'lasers', 'lashed', 'lashes', 'lassas', 'lassen', 'lasses', 'lassie', 'lassos', 'lasted', 'lastly', 'laszlo', 'latchs', 'lately', 'latent', 'latera', 'latest', 'latexs', 'lathed', 'lather', 'lathes', 'latina', 'latino', 'latins', 'latoya', 'latter', 'latvia', 'lauded', 'lauder', 'laughs', 'launch', 'lauras', 'laurel', 'lauren', 'laurie', 'lauris', 'lavabo', 'lavern', 'lavish', 'lawful', 'lawman', 'lawmen', 'lawson', 'lawyer', 'laxest', 'laxity', 'layers', 'laying', 'laylas', 'layman', 'laymen', 'layoff', 'layout', 'layton', 'lazaro', 'lazied', 'lazier', 'lazies', 'lazily', 'lazing', 'leachs', 'leaded', 'leaden', 'leader', 'leafed', 'league', 'leaked', 'leakey', 'leaned', 'leaner', 'leanna', 'leanne', 'leanns', 'leaped', 'learns', 'learnt', 'learys', 'leased', 'leases', 'leashs', 'leasts', 'leaved', 'leaven', 'leaves', 'lecher', 'ledger', 'ledges', 'leechs', 'leedss', 'leered', 'leeway', 'lefter', 'leftie', 'leftys', 'legacy', 'legals', 'legate', 'legato', 'legend', 'legers', 'legged', 'leggin', 'legion', 'legman', 'legmen', 'legree', 'legume', 'lehigh', 'lehman', 'leiden', 'leilas', 'leland', 'lelias', 'lemmas', 'lemons', 'lemony', 'lemuel', 'lemurs', 'lenard', 'lender', 'length', 'lenins', 'lennon', 'lennox', 'lennys', 'lenoir', 'lenora', 'lenore', 'lenses', 'lenten', 'lentil', 'leolas', 'leonas', 'leonel', 'leonid', 'leonor', 'lepers', 'lepkes', 'lepuss', 'lerner', 'leroys', 'lesion', 'lesley', 'leslie', 'lessee', 'lessen', 'lesser', 'lessie', 'lesson', 'lessor', 'lester', 'lethal', 'lethas', 'lethes', 'letter', 'letups', 'levant', 'levees', 'levels', 'levers', 'levied', 'levies', 'levine', 'levitt', 'levity', 'lewder', 'lewdly', 'lexica', 'lexuss', 'leyden', 'lhasas', 'lhotse', 'liable', 'liaise', 'libels', 'libido', 'libras', 'libyan', 'libyas', 'lichee', 'lichen', 'licked', 'lidded', 'lidias', 'liefer', 'lieges', 'lifers', 'lifted', 'lifter', 'ligand', 'ligget', 'lights', 'lignum', 'likely', 'likens', 'likest', 'liking', 'lilacs', 'lilian', 'lilias', 'lilies', 'lilith', 'lillie', 'lillys', 'lilted', 'limber', 'limbic', 'limbos', 'limier', 'liming', 'limits', 'limned', 'limped', 'limper', 'limpet', 'limpid', 'limply', 'linage', 'lindas', 'linden', 'lineal', 'linear', 'linens', 'liners', 'lineup', 'linger', 'lingos', 'lingua', 'lining', 'linked', 'linker', 'linkup', 'linnet', 'lintel', 'linton', 'linuss', 'lionel', 'lipids', 'lipton', 'liquid', 'liquor', 'lisbon', 'lisles', 'lisped', 'lissom', 'listed', 'listen', 'lister', 'liston', 'litany', 'litchi', 'liters', 'lither', 'lithic', 'litmus', 'litres', 'litter', 'little', 'litton', 'lively', 'livens', 'livers', 'livery', 'livest', 'liveth', 'livias', 'living', 'lizard', 'lizzie', 'lizzys', 'llamas', 'llanos', 'loaded', 'loader', 'loafed', 'loafer', 'loaned', 'loaner', 'loathe', 'loaves', 'lobbed', 'lobbys', 'lobule', 'locale', 'locals', 'locate', 'locked', 'locker', 'lockes', 'locket', 'lockup', 'locuss', 'locust', 'lodged', 'lodger', 'lodges', 'loewss', 'lofted', 'logans', 'logged', 'logger', 'logics', 'logjam', 'loires', 'loiter', 'lolita', 'lolled', 'london', 'lonely', 'loners', 'longed', 'longer', 'longue', 'lonnie', 'loofah', 'looked', 'looker', 'lookup', 'loomed', 'loomis', 'looney', 'loonys', 'looped', 'loosed', 'loosen', 'looser', 'looses', 'looted', 'looter', 'lopezs', 'loping', 'lopped', 'loquat', 'lorded', 'lordly', 'loreal', 'lorena', 'lorene', 'lorenz', 'lories', 'lornas', 'lorres', 'lorrie', 'lorrys', 'losers', 'losing', 'losses', 'lotion', 'lottie', 'lottos', 'lotuss', 'louder', 'loudly', 'louies', 'louisa', 'louise', 'lounge', 'louses', 'louver', 'louvre', 'lovely', 'lovers', 'loving', 'lowboy', 'lowell', 'lowers', 'lowery', 'lowest', 'lowing', 'lowish', 'loyang', 'loyola', 'luanda', 'luanns', 'lubber', 'lubell', 'lubing', 'lucian', 'lucias', 'lucien', 'lucile', 'lucios', 'lucite', 'lucius', 'lucked', 'lucres', 'ludlow', 'ludwig', 'luella', 'lugers', 'lugged', 'lugosi', 'luigis', 'luisas', 'lulled', 'lumbar', 'lumber', 'lumire', 'lummox', 'lumped', 'lumpur', 'lunacy', 'lunary', 'lunate', 'lunchs', 'lunged', 'lunges', 'lupine', 'lupins', 'lupuss', 'lurchs', 'lurias', 'luring', 'lurked', 'lusaka', 'lusher', 'lushes', 'lusted', 'luster', 'lustre', 'luther', 'luxury', 'luzons', 'lyceum', 'lychee', 'lyings', 'lymans', 'lymphs', 'lyndas', 'lyndon', 'lynnes', 'lynxes', 'lyrics', 'lysine', 'lysols', 'maalox', 'mabels', 'mables', 'macaos', 'macaws', 'machos', 'macias', 'macing', 'mackey', 'macram', 'macron', 'macros', 'madame', 'madams', 'madcap', 'madden', 'madder', 'maddox', 'madges', 'madman', 'madmen', 'madras', 'madrid', 'madsen', 'mafias', 'maggie', 'maggot', 'magics', 'magmas', 'magnet', 'magnum', 'magoos', 'magpie', 'magyar', 'mahler', 'maiden', 'mailed', 'mailer', 'maiman', 'maimed', 'maines', 'mainly', 'maisie', 'maitre', 'maizes', 'majors', 'majuro', 'makers', 'makeup', 'making', 'malabo', 'malady', 'malawi', 'malays', 'malden', 'malian', 'malibu', 'malice', 'malign', 'mallet', 'mallow', 'malone', 'malory', 'maltas', 'malted', 'malton', 'mambos', 'mamies', 'mammal', 'mammas', 'mammon', 'mamore', 'manage', 'manama', 'manaus', 'manchu', 'mandys', 'manful', 'mangel', 'manger', 'manges', 'mangle', 'mangos', 'maniac', 'manias', 'manics', 'manila', 'manley', 'mannas', 'manned', 'manner', 'manors', 'manses', 'manson', 'mantel', 'mantes', 'mantic', 'mantis', 'mantle', 'mantra', 'manual', 'manuel', 'manure', 'maoism', 'maoist', 'maoris', 'maples', 'mapped', 'mapper', 'maputo', 'maraca', 'maraud', 'marble', 'marcel', 'marchs', 'marcia', 'marcie', 'marcis', 'marcos', 'marcus', 'marcys', 'marduk', 'marges', 'margie', 'margin', 'margos', 'marian', 'marias', 'maries', 'marina', 'marine', 'marino', 'marion', 'marios', 'marisa', 'marius', 'markab', 'marked', 'marker', 'market', 'markov', 'markup', 'marlas', 'marley', 'marlin', 'marlon', 'marmot', 'maroon', 'marple', 'marque', 'marred', 'marrow', 'marsha', 'marshs', 'marshy', 'martas', 'martel', 'marten', 'martha', 'martin', 'martyr', 'martys', 'marvas', 'marvel', 'marvin', 'masada', 'masais', 'mascot', 'maseru', 'mashed', 'masher', 'mashes', 'masked', 'masker', 'masons', 'masque', 'massed', 'masses', 'massey', 'massif', 'masted', 'master', 'mastic', 'matchs', 'mather', 'mathew', 'mathis', 'matine', 'mating', 'matins', 'matrix', 'matron', 'matson', 'matted', 'mattel', 'matter', 'mattes', 'mattie', 'mature', 'matzoh', 'matzos', 'matzot', 'maudes', 'mauled', 'mauras', 'mauros', 'mauser', 'mauves', 'mavens', 'mavins', 'maviss', 'maxima', 'maxims', 'maxine', 'maxing', 'mayans', 'maybes', 'mayday', 'mayfly', 'mayhap', 'mayhem', 'mayors', 'mayras', 'maytag', 'mazama', 'mazola', 'mbinis', 'mcadam', 'mccabe', 'mccain', 'mccall', 'mccann', 'mccray', 'mcgees', 'mcgill', 'mcgraw', 'mchugh', 'mckays', 'mckees', 'mckeon', 'mclean', 'mcleod', 'mcneil', 'meadow', 'meagan', 'meager', 'meagre', 'meaner', 'meanly', 'meanys', 'measle', 'measly', 'meccas', 'medals', 'meddle', 'medeas', 'medial', 'median', 'medias', 'medici', 'medico', 'medics', 'medina', 'medium', 'medlar', 'medley', 'medusa', 'meeker', 'meekly', 'megans', 'meghan', 'megohm', 'meiers', 'meijis', 'mejias', 'mekong', 'melded', 'melisa', 'mellon', 'mellow', 'melody', 'melons', 'melted', 'melton', 'melvas', 'melvin', 'member', 'memoir', 'memory', 'menace', 'menage', 'mended', 'mendel', 'mender', 'mendez', 'menial', 'menkar', 'mennen', 'menses', 'mental', 'mentor', 'meowed', 'meraks', 'mercer', 'mercia', 'mercks', 'mercys', 'merely', 'merest', 'merged', 'merger', 'merges', 'merino', 'merits', 'merles', 'merlin', 'merlot', 'merman', 'mermen', 'merton', 'mervin', 'mesabi', 'mescal', 'meshed', 'meshes', 'mesmer', 'messed', 'messes', 'messrs', 'metals', 'meteor', 'meters', 'method', 'methyl', 'metier', 'meting', 'metres', 'metric', 'metros', 'mettle', 'meuses', 'mewing', 'mewled', 'mexico', 'meyers', 'mfumes', 'miamis', 'miaows', 'miasma', 'michel', 'mickey', 'mickie', 'mickys', 'micmac', 'micron', 'midair', 'midass', 'midday', 'middle', 'middys', 'midges', 'midget', 'midsts', 'midway', 'miffed', 'mights', 'mighty', 'mignon', 'miguel', 'miking', 'milans', 'milder', 'mildew', 'mildly', 'milers', 'milieu', 'milked', 'milken', 'milker', 'millay', 'milled', 'miller', 'millet', 'millie', 'milord', 'milton', 'mimics', 'miming', 'mimosa', 'minced', 'minces', 'minded', 'mindys', 'miners', 'mingle', 'mingus', 'minima', 'minims', 'mining', 'minion', 'minnie', 'minnow', 'minoan', 'minors', 'minoss', 'minots', 'minsks', 'minsky', 'minted', 'minter', 'minuet', 'minuit', 'minuss', 'minute', 'minxes', 'mirach', 'mirage', 'mirfak', 'miriam', 'miring', 'mirror', 'mirths', 'mirzam', 'miscue', 'misdid', 'misers', 'misery', 'misfit', 'mishap', 'mislay', 'misled', 'missal', 'missed', 'misses', 'missys', 'misted', 'mister', 'mistys', 'misuse', 'mitchs', 'miters', 'mithra', 'mitral', 'mitred', 'mitres', 'mitten', 'mittys', 'mitzis', 'mixers', 'mixing', 'mixtec', 'mizzen', 'moaned', 'mobbed', 'mobcap', 'mobile', 'mobils', 'mobutu', 'mochas', 'mocked', 'mocker', 'mockup', 'modals', 'models', 'modems', 'modern', 'modest', 'modify', 'modish', 'module', 'moduli', 'modulo', 'moguls', 'mohacs', 'mohair', 'mohawk', 'moiety', 'moines', 'moires', 'moises', 'mojave', 'molars', 'molded', 'molder', 'molest', 'molina', 'moline', 'mollie', 'mollys', 'molnar', 'moloch', 'molted', 'molten', 'moment', 'mommas', 'mommys', 'monaco', 'monash', 'monday', 'monera', 'moneys', 'monger', 'mongol', 'monica', 'monied', 'monies', 'monkey', 'monoid', 'monroe', 'montes', 'months', 'montys', 'moochs', 'mooing', 'mooned', 'mooney', 'moored', 'mooses', 'mooted', 'mopeds', 'moping', 'mopped', 'moppet', 'morale', 'morals', 'morans', 'morass', 'morays', 'morbid', 'moreno', 'moress', 'morgan', 'morgen', 'morgue', 'morins', 'morita', 'morley', 'mormon', 'moroni', 'morons', 'morose', 'morphy', 'morris', 'morrow', 'morsel', 'morses', 'mortal', 'mortar', 'mortem', 'morton', 'mosaic', 'moscow', 'mosess', 'moseys', 'moslem', 'mosley', 'mosque', 'mosses', 'mostly', 'motels', 'mother', 'motifs', 'motile', 'motion', 'motive', 'motley', 'motors', 'motown', 'motrin', 'mottle', 'mottos', 'moulds', 'mouldy', 'moults', 'mounds', 'mounts', 'mourns', 'moused', 'mouser', 'mouses', 'mousey', 'mousse', 'mouthe', 'mouths', 'mouton', 'movers', 'movies', 'moving', 'mowers', 'mowgli', 'mowing', 'mozart', 'mtiers', 'mucked', 'mucker', 'mucosa', 'mucous', 'mucuss', 'muddle', 'muesli', 'muffed', 'muffin', 'muffle', 'muftis', 'mugabe', 'mugged', 'mugger', 'mujibs', 'mukden', 'mukluk', 'mulchs', 'mulder', 'mulish', 'mullah', 'mulled', 'mullen', 'muller', 'mullet', 'multan', 'mumbai', 'mumble', 'mummer', 'mummys', 'mumpss', 'muncie', 'munich', 'munozs', 'munson', 'muppet', 'murals', 'murder', 'muriel', 'murine', 'murmur', 'murphy', 'murray', 'murrow', 'muscat', 'muscle', 'museum', 'mushed', 'mushes', 'musial', 'musics', 'musing', 'musket', 'muskox', 'muslim', 'muslin', 'mussed', 'mussel', 'musses', 'muster', 'mustnt', 'mutant', 'mutate', 'mutely', 'mutest', 'muting', 'mutiny', 'mutter', 'mutton', 'mutual', 'mutuel', 'muumuu', 'muzzle', 'mylars', 'myless', 'mynahs', 'myopia', 'myopic', 'myosin', 'myrdal', 'myriad', 'myrnas', 'myrrhs', 'myrtle', 'myself', 'mysore', 'mystic', 'mythic', 'nabbed', 'nabobs', 'nachos', 'nacres', 'nadias', 'nadine', 'nadirs', 'nagged', 'nagoya', 'nagpur', 'naiads', 'nailed', 'naiver', 'naivet', 'namath', 'namely', 'namers', 'naming', 'nannie', 'nannys', 'nanook', 'nansen', 'nantes', 'naomis', 'napalm', 'napier', 'napkin', 'naples', 'napped', 'nappys', 'narked', 'narnia', 'narrow', 'nasals', 'nascar', 'nashua', 'nassau', 'nasser', 'nathan', 'nation', 'native', 'nature', 'naught', 'naurus', 'nausea', 'navaho', 'navajo', 'navels', 'navies', 'nazism', 'nearby', 'neared', 'nearer', 'nearly', 'neater', 'neatly', 'nebula', 'necked', 'nectar', 'needed', 'needle', 'neednt', 'negate', 'negevs', 'neglig', 'negros', 'nehrus', 'neighs', 'neldas', 'nellie', 'nellys', 'nelsen', 'nelson', 'nepali', 'nepals', 'nephew', 'nereid', 'neruda', 'nerved', 'nerves', 'nested', 'nester', 'nestle', 'nestor', 'nether', 'netted', 'nettie', 'nettle', 'neural', 'neuron', 'neuter', 'nevada', 'nevins', 'neviss', 'nevsky', 'newark', 'newbie', 'newell', 'newels', 'newest', 'newman', 'newton', 'nexuss', 'ngstrm', 'nguyen', 'niacin', 'niamey', 'nibble', 'nicaea', 'nicely', 'nicene', 'nicest', 'nicety', 'niches', 'nicked', 'nickel', 'nicker', 'nicola', 'nicole', 'nieces', 'nieves', 'nigels', 'nigers', 'nigger', 'niggle', 'nigher', 'nights', 'nighty', 'nikita', 'nikkei', 'nikkis', 'nikons', 'nimble', 'nimbly', 'nimbus', 'nimitz', 'nimrod', 'ninety', 'ninjas', 'ninnys', 'ninths', 'nipped', 'nipper', 'nipple', 'nippon', 'nisans', 'nissan', 'niters', 'nitres', 'nitric', 'nitwit', 'niveas', 'nixing', 'nixons', 'nobler', 'nobles', 'nobody', 'nodded', 'nodozs', 'nodule', 'noelle', 'noemis', 'noggin', 'noised', 'noises', 'nokias', 'nolans', 'nomads', 'nonces', 'noncom', 'nonfat', 'noodle', 'nooses', 'nootka', 'norads', 'nordic', 'noreen', 'normal', 'norman', 'norris', 'norses', 'norths', 'norton', 'norway', 'noshed', 'noshes', 'nosier', 'nosing', 'notary', 'notate', 'notchs', 'notice', 'notify', 'noting', 'notion', 'nougat', 'nought', 'noumea', 'novels', 'novice', 'nowise', 'noyces', 'noyess', 'nozzle', 'nuance', 'nubian', 'nubile', 'nuclei', 'nudest', 'nudged', 'nudges', 'nudism', 'nudist', 'nudity', 'nugget', 'nuking', 'nulled', 'numbed', 'number', 'numbly', 'nuncio', 'nunezs', 'nunkis', 'nursed', 'nurses', 'nutate', 'nutmeg', 'nutria', 'nutted', 'nuzzle', 'nyasas', 'nylons', 'nymphs', 'nyquil', 'oafish', 'oakley', 'oakums', 'oaring', 'oasiss', 'oaxaca', 'obamas', 'oberon', 'obeyed', 'object', 'oblate', 'oblige', 'oblong', 'oboist', 'obrien', 'obsess', 'obtain', 'obtuse', 'ocasey', 'occult', 'occupy', 'occurs', 'oceans', 'ocelot', 'ochers', 'ochoas', 'ochres', 'oclock', 'octane', 'octant', 'octave', 'octets', 'octile', 'octopi', 'ocular', 'oddest', 'oddity', 'odells', 'odessa', 'odious', 'odiums', 'odours', 'odwyer', 'oedema', 'ofelia', 'offals', 'offend', 'offers', 'office', 'offing', 'offset', 'ogdens', 'ogilvy', 'ogling', 'ogress', 'ohioan', 'oilers', 'oilier', 'oiling', 'oilman', 'oilmen', 'oinked', 'ojibwa', 'okayed', 'oldest', 'oldies', 'oleary', 'olefin', 'olenek', 'oliver', 'olives', 'olivia', 'ollies', 'olsens', 'olsons', 'omahas', 'omegas', 'omelet', 'oneals', 'onegin', 'oneida', 'oneill', 'onions', 'online', 'onlook', 'onrush', 'onsets', 'onuses', 'onward', 'onyxes', 'oocyte', 'oodles', 'oozing', 'opaque', 'opcode', 'opened', 'opener', 'openly', 'operas', 'operon', 'opiate', 'opined', 'opines', 'opiums', 'oppose', 'oprahs', 'optics', 'optima', 'opting', 'option', 'opuses', 'oracle', 'orally', 'orange', 'orated', 'orates', 'orator', 'orbits', 'orchid', 'orchis', 'ordain', 'ordeal', 'orders', 'ordure', 'oregon', 'organs', 'orgasm', 'orgies', 'orient', 'origin', 'oriole', 'orions', 'oriyas', 'orkney', 'orlons', 'ormolu', 'ornate', 'ornery', 'orphan', 'orphic', 'ortega', 'ortizs', 'orvals', 'orwell', 'osages', 'osakas', 'osbert', 'osborn', 'oscars', 'osgood', 'oshawa', 'osiers', 'osiris', 'osmans', 'osmium', 'osprey', 'ossify', 'oswald', 'others', 'otiose', 'otoole', 'ottawa', 'otters', 'ouijas', 'ounces', 'ousted', 'ouster', 'outage', 'outbid', 'outcry', 'outdid', 'outfit', 'outfox', 'outgos', 'outing', 'outlaw', 'outlay', 'outlet', 'output', 'outran', 'outrun', 'outset', 'outwit', 'ovarys', 'overdo', 'overly', 'ovoids', 'ovules', 'owlets', 'owlish', 'owners', 'owning', 'oxalic', 'oxbows', 'oxcart', 'oxford', 'oxides', 'oxnard', 'oxygen', 'oyster', 'ozarks', 'ozones', 'ozzies', 'pablos', 'pablum', 'pabsts', 'pacers', 'pacify', 'pacing', 'pacino', 'packed', 'packer', 'packet', 'padded', 'paddle', 'paddys', 'padres', 'paeans', 'pagans', 'pagers', 'paging', 'paglia', 'pagoda', 'paiges', 'pained', 'paints', 'paired', 'pajama', 'palace', 'palate', 'palely', 'palest', 'paling', 'palled', 'pallet', 'pallid', 'pallor', 'palmed', 'palmer', 'palsys', 'paltry', 'pamela', 'pamirs', 'pampas', 'pamper', 'panama', 'pancho', 'pandas', 'pander', 'panels', 'panics', 'panier', 'panned', 'pansys', 'panted', 'pantie', 'pantry', 'pantys', 'panzas', 'papacy', 'papaws', 'papaya', 'papers', 'papery', 'pappas', 'papyri', 'parade', 'parans', 'parcel', 'pardon', 'parent', 'pareto', 'pariah', 'paring', 'parish', 'pariss', 'parity', 'parkas', 'parked', 'parker', 'parlay', 'parley', 'parlor', 'parody', 'parole', 'parred', 'parrot', 'parrys', 'parsec', 'parsed', 'parser', 'parses', 'parsis', 'parson', 'parted', 'parter', 'partly', 'partys', 'pascal', 'pashas', 'passed', 'passel', 'passer', 'passes', 'pastas', 'pasted', 'pastel', 'pastes', 'pastor', 'pastry', 'pastys', 'patchs', 'patchy', 'patels', 'patent', 'pathos', 'patina', 'patine', 'patios', 'patois', 'patrol', 'patron', 'patsys', 'patted', 'patter', 'patton', 'pattys', 'paulas', 'paulus', 'paunch', 'pauper', 'paused', 'pauses', 'paving', 'pavlov', 'pawing', 'pawned', 'pawnee', 'pawpaw', 'payday', 'payees', 'payers', 'paying', 'paynes', 'payoff', 'paypal', 'peaces', 'peachs', 'peahen', 'peaked', 'pealed', 'peanut', 'pearce', 'pearls', 'pearly', 'pebble', 'pebbly', 'pecans', 'pecked', 'pecoss', 'pectin', 'pedals', 'pedant', 'peddle', 'pedlar', 'pedros', 'peeing', 'peeked', 'peeled', 'peeped', 'peeper', 'peered', 'peeved', 'peeves', 'peewee', 'pegged', 'peggys', 'peking', 'pekoes', 'pelees', 'pelham', 'pellet', 'pelted', 'peltry', 'pelves', 'pelvic', 'pelvis', 'pencil', 'pended', 'penile', 'peniss', 'penman', 'penmen', 'penned', 'penney', 'pennon', 'pennys', 'pentax', 'penury', 'peonys', 'people', 'peoria', 'pepins', 'pepped', 'pepper', 'pepsin', 'pepsis', 'peptic', 'pequot', 'perchs', 'perezs', 'perils', 'period', 'perish', 'perked', 'permed', 'permit', 'pernod', 'perots', 'persia', 'person', 'perter', 'perths', 'pertly', 'peruse', 'peseta', 'pester', 'pestle', 'petals', 'petard', 'peters', 'petite', 'petrel', 'petrol', 'petted', 'petter', 'pettys', 'pewees', 'pewter', 'peyote', 'pfizer', 'phalli', 'phased', 'phaser', 'phases', 'phekda', 'phelps', 'phenol', 'phenyl', 'phials', 'philby', 'philip', 'philly', 'phipps', 'phlegm', 'phloem', 'phloxs', 'phobia', 'phobic', 'phobos', 'phoebe', 'phoned', 'phones', 'phoney', 'phonic', 'phonon', 'phonys', 'phooey', 'photon', 'photos', 'phrase', 'phylum', 'physic', 'physik', 'piaget', 'pianos', 'piazza', 'piazze', 'pickax', 'picked', 'picker', 'picket', 'pickle', 'pickup', 'picnic', 'piddle', 'pidgin', 'pieced', 'pieces', 'pieing', 'pierce', 'pierre', 'pietys', 'piffle', 'pigeon', 'pigged', 'piggys', 'piglet', 'pigmys', 'pigpen', 'pigsty', 'pikers', 'piking', 'pilaff', 'pilafs', 'pilate', 'pilaus', 'pilaws', 'pilers', 'pileup', 'pilfer', 'piling', 'pillar', 'pilled', 'pillow', 'pilots', 'pimped', 'pimple', 'pimply', 'pincer', 'pinchs', 'pincus', 'pindar', 'pinged', 'pining', 'pinion', 'pinked', 'pinker', 'pinkie', 'pinkly', 'pinkys', 'pinned', 'pinsky', 'pinter', 'pintos', 'pinups', 'pipers', 'piping', 'pipits', 'pipped', 'pippin', 'piqued', 'piques', 'piracy', 'pirate', 'pisces', 'pissed', 'pisses', 'pistil', 'pistol', 'piston', 'pitchs', 'pithed', 'pithes', 'pitied', 'pitier', 'pities', 'pitman', 'pitney', 'pitons', 'pitted', 'pivots', 'pixels', 'pixies', 'pizazz', 'pizzas', 'placed', 'placer', 'places', 'placid', 'plague', 'plaice', 'plaids', 'plains', 'plaint', 'plaits', 'planar', 'planck', 'planed', 'planer', 'planes', 'planet', 'planks', 'plants', 'plaque', 'plasma', 'plated', 'platen', 'plates', 'platos', 'platte', 'played', 'player', 'plazas', 'pleads', 'please', 'pleats', 'pledge', 'plenty', 'plenum', 'pleura', 'plexus', 'pliant', 'pliers', 'plight', 'plinth', 'plough', 'plover', 'plowed', 'plower', 'plucks', 'plucky', 'plugin', 'plumbs', 'plumed', 'plumes', 'plumps', 'plunge', 'plunks', 'plural', 'pluses', 'plushs', 'plushy', 'pluton', 'plutos', 'plying', 'pocked', 'pocket', 'pocono', 'podded', 'podium', 'podunk', 'poesys', 'poetic', 'poetry', 'pogrom', 'points', 'pointy', 'poiret', 'poirot', 'poised', 'poises', 'poison', 'pokers', 'pokeys', 'pokier', 'poking', 'pokmon', 'poland', 'police', 'policy', 'poling', 'polios', 'polish', 'polite', 'polity', 'polkas', 'polled', 'pollen', 'polloi', 'pollux', 'pollys', 'polyps', 'pomade', 'pommel', 'pomona', 'pompey', 'pompom', 'pompon', 'poncho', 'ponder', 'ponies', 'poochs', 'poodle', 'poohed', 'pookie', 'pooled', 'pooles', 'pooped', 'poorer', 'poorly', 'popeye', 'popgun', 'popish', 'poplar', 'poplin', 'poppas', 'popped', 'popper', 'poppys', 'porchs', 'poring', 'porker', 'pornos', 'porous', 'portal', 'ported', 'porter', 'portia', 'portly', 'posers', 'poseur', 'posher', 'posies', 'posing', 'posits', 'posner', 'posses', 'possum', 'postal', 'posted', 'poster', 'potash', 'potato', 'potent', 'potful', 'potion', 'potpie', 'potted', 'potter', 'pottss', 'pottys', 'pouchs', 'pounce', 'pounds', 'poured', 'pourer', 'pouted', 'powder', 'powell', 'powers', 'powwow', 'poznan', 'pradas', 'prados', 'prague', 'praias', 'praise', 'prance', 'pranks', 'prated', 'prates', 'pratts', 'pravda', 'prawns', 'prayed', 'prayer', 'prciss', 'preach', 'precis', 'preens', 'prefab', 'prefer', 'prefix', 'prensa', 'prepay', 'preppy', 'preset', 'presss', 'presto', 'pretty', 'prevue', 'prewar', 'preyed', 'priams', 'priced', 'pricer', 'prices', 'pricey', 'pricks', 'prided', 'prides', 'priest', 'primal', 'primed', 'primer', 'primes', 'primly', 'primps', 'prince', 'prints', 'priori', 'priors', 'priory', 'prised', 'prises', 'prisms', 'prison', 'prissy', 'priuss', 'privet', 'privys', 'prized', 'prizer', 'prizes', 'probed', 'probes', 'profit', 'prolix', 'prolog', 'promos', 'prompt', 'prongs', 'pronto', 'proofs', 'propel', 'proper', 'propos', 'propyl', 'proses', 'protgs', 'proton', 'proust', 'proved', 'proven', 'prover', 'proves', 'prowls', 'proxys', 'prozac', 'prudes', 'pruitt', 'pruned', 'pruner', 'prunes', 'prying', 'pryors', 'psalms', 'pseudo', 'pshaws', 'psyche', 'psycho', 'psychs', 'ptains', 'public', 'pucker', 'puddle', 'puddly', 'puebla', 'pueblo', 'puerto', 'puffed', 'puffer', 'puffin', 'pugets', 'puking', 'pulled', 'puller', 'pullet', 'pulley', 'pulped', 'pulpit', 'pulsar', 'pulsed', 'pulses', 'pumice', 'pummel', 'pumped', 'punchs', 'punchy', 'pundit', 'punics', 'punier', 'punish', 'punjab', 'punker', 'punned', 'punted', 'punter', 'pupate', 'pupils', 'pupped', 'puppet', 'puppys', 'purana', 'purdue', 'pureed', 'purees', 'purely', 'purest', 'purged', 'purges', 'purify', 'purims', 'purina', 'purine', 'purism', 'purist', 'purity', 'purled', 'purple', 'purred', 'pursed', 'purser', 'purses', 'pursue', 'puruss', 'purvey', 'pusans', 'pushed', 'pusher', 'pushes', 'pushtu', 'pushup', 'pusses', 'pussys', 'putins', 'putnam', 'putrid', 'putsch', 'putted', 'putter', 'puttys', 'puzzle', 'pygmys', 'pylons', 'pyotrs', 'pyrexs', 'pyrite', 'python', 'qantas', 'qatars', 'qaywsx', 'qazwsx', 'quacks', 'quaffs', 'quahog', 'quails', 'quaint', 'quaked', 'quaker', 'quakes', 'qualms', 'quanta', 'quaoar', 'quarks', 'quarry', 'quarto', 'quarts', 'quartz', 'quasar', 'quaver', 'quayle', 'queasy', 'quebec', 'queens', 'queers', 'quells', 'quench', 'querys', 'quests', 'queued', 'queuer', 'queues', 'quezon', 'quiche', 'quicks', 'quiets', 'quills', 'quilts', 'quince', 'quincy', 'quires', 'quirks', 'quirky', 'quitos', 'quiver', 'qumran', 'quoits', 'quorum', 'quotas', 'quoted', 'quotes', 'qwerty', 'qwertz', 'rabats', 'rabbet', 'rabbis', 'rabbit', 'rabble', 'rabies', 'rabins', 'raceme', 'racers', 'rachel', 'racial', 'racier', 'racily', 'racine', 'racing', 'racism', 'racist', 'racked', 'racket', 'racoon', 'radars', 'radial', 'radian', 'radios', 'radish', 'radium', 'radius', 'radons', 'rafael', 'raffia', 'raffle', 'rafted', 'rafter', 'ragged', 'raging', 'raglan', 'ragout', 'ragtag', 'raided', 'raider', 'railed', 'railer', 'rained', 'raised', 'raiser', 'raises', 'raisin', 'rajahs', 'raking', 'rakish', 'rallys', 'ralphs', 'ramada', 'ramble', 'rambos', 'ramify', 'ramiro', 'rammed', 'ramona', 'ramons', 'ramrod', 'ramsay', 'ramses', 'ramsey', 'rancho', 'ranchs', 'rancid', 'rancor', 'randal', 'randis', 'random', 'randys', 'ranged', 'ranger', 'ranges', 'ranier', 'ranked', 'ranker', 'rankin', 'rankle', 'rankly', 'ransom', 'ranted', 'ranter', 'raouls', 'rapids', 'rapier', 'rapine', 'raping', 'rapist', 'rapped', 'rapper', 'raptly', 'raquel', 'rarefy', 'rarely', 'rarest', 'rarety', 'raring', 'rarity', 'rascal', 'rasher', 'rashes', 'rashly', 'rasped', 'raster', 'rastus', 'raters', 'rather', 'ratify', 'rating', 'ration', 'ratios', 'rattan', 'ratted', 'rattle', 'ravage', 'ravels', 'ravens', 'ravine', 'raving', 'ravish', 'rawest', 'rayban', 'rayons', 'razing', 'razors', 'razzed', 'razzes', 'razzle', 'reachs', 'reacts', 'reader', 'reagan', 'realer', 'reales', 'really', 'realms', 'realty', 'reamed', 'reamer', 'reaped', 'reaper', 'reared', 'rearms', 'reason', 'rebate', 'rebels', 'rebind', 'reborn', 'rebuff', 'rebuke', 'rebuss', 'rebuts', 'recall', 'recant', 'recaps', 'recast', 'recede', 'recent', 'recess', 'recife', 'recipe', 'recite', 'reckon', 'recode', 'recoil', 'recopy', 'record', 'recoup', 'rectal', 'rector', 'rectum', 'recurs', 'recuse', 'redact', 'redbud', 'redcap', 'redden', 'redder', 'redeem', 'redoes', 'redone', 'redraw', 'redrew', 'redtop', 'reduce', 'reduct', 'reebok', 'reefed', 'reefer', 'reeked', 'reeled', 'reeler', 'reeses', 'reeved', 'reeves', 'refers', 'reffed', 'refile', 'refill', 'refine', 'refits', 'reflex', 'reform', 'refuel', 'refuge', 'refund', 'refuse', 'refute', 'regain', 'regale', 'regard', 'regent', 'reggae', 'reggie', 'regime', 'regina', 'region', 'regors', 'regret', 'rehabs', 'rehash', 'reheat', 'rehire', 'reichs', 'reigns', 'reilly', 'reined', 'reject', 'rejoin', 'relaid', 'relate', 'relays', 'relent', 'relics', 'relict', 'relied', 'relief', 'relies', 'relish', 'relive', 'reload', 'remade', 'remain', 'remake', 'remand', 'remark', 'remedy', 'remind', 'remiss', 'remits', 'remote', 'remove', 'remuss', 'rename', 'render', 'renees', 'renege', 'renews', 'rennet', 'renoir', 'renown', 'rental', 'rented', 'renter', 'reopen', 'repaid', 'repair', 'repast', 'repays', 'repeal', 'repeat', 'repels', 'repent', 'repine', 'replay', 'replys', 'report', 'repose', 'repute', 'reread', 'reruns', 'resale', 'rescue', 'resell', 'resend', 'resent', 'resets', 'reside', 'resign', 'resins', 'resiny', 'resist', 'resold', 'resort', 'rested', 'result', 'resume', 'retail', 'retain', 'retake', 'retard', 'retell', 'retina', 'retire', 'retold', 'retook', 'retool', 'retort', 'retrod', 'return', 'retype', 'reuben', 'reused', 'reuses', 'revamp', 'reveal', 'revels', 'revere', 'revert', 'revery', 'review', 'revile', 'revise', 'revive', 'revlon', 'revoke', 'revolt', 'revues', 'revved', 'reward', 'rewind', 'rewire', 'reword', 'rework', 'reynas', 'rhesus', 'rheums', 'rheumy', 'rhines', 'rhinos', 'rhodas', 'rhodes', 'rhombi', 'rhonda', 'rhones', 'rhymed', 'rhymes', 'rhythm', 'ribald', 'ribbed', 'ribbon', 'ribose', 'richer', 'riches', 'richie', 'richly', 'ricing', 'ricked', 'rickey', 'rickie', 'rickys', 'ridded', 'ridden', 'riddle', 'riders', 'ridged', 'ridges', 'riding', 'rifest', 'riffed', 'riffle', 'rifled', 'rifler', 'rifles', 'rifted', 'rigels', 'rigged', 'riggss', 'rights', 'rigors', 'rigour', 'riling', 'riming', 'rimmed', 'ringed', 'ringer', 'ringos', 'rinsed', 'rinser', 'rinses', 'rioted', 'rioter', 'ripely', 'ripens', 'ripest', 'ripley', 'ripoff', 'ripped', 'ripper', 'ripple', 'ripsaw', 'risers', 'rising', 'risked', 'ritter', 'ritual', 'rivals', 'rivera', 'rivers', 'rivets', 'riyadh', 'roachs', 'roamed', 'roamer', 'roared', 'roarer', 'roasts', 'robbed', 'robber', 'robbie', 'robbin', 'robbys', 'robert', 'robing', 'robins', 'robles', 'robots', 'robson', 'robust', 'robyns', 'roccos', 'rochas', 'roches', 'rocked', 'rocker', 'rocket', 'rockne', 'rockys', 'rococo', 'rodent', 'rodeos', 'rodger', 'rodney', 'rogers', 'rogets', 'rogues', 'roiled', 'rojass', 'roland', 'rolexs', 'rolled', 'roller', 'romano', 'romans', 'romany', 'romero', 'rommel', 'romney', 'romped', 'romper', 'ronald', 'rondas', 'ronnie', 'ronnys', 'roofed', 'roofer', 'rooked', 'rookie', 'roomed', 'roomer', 'rooney', 'roosts', 'rooted', 'rooter', 'ropers', 'roping', 'rosary', 'roscoe', 'roseau', 'rosier', 'rosies', 'rosily', 'rosins', 'roslyn', 'roster', 'rostov', 'rostra', 'rotary', 'rotate', 'rothko', 'rotors', 'rotted', 'rotten', 'rotund', 'rouble', 'rouged', 'rouges', 'roughs', 'rounds', 'rourke', 'roused', 'rouses', 'routed', 'router', 'routes', 'rovers', 'roving', 'rowdys', 'rowels', 'rowena', 'rowers', 'rowing', 'rowley', 'roxies', 'royals', 'ruanda', 'rubbed', 'rubber', 'rubble', 'rubens', 'rubier', 'rubies', 'rubiks', 'rubins', 'rubles', 'rubout', 'rubric', 'ruckus', 'rudder', 'rudely', 'rudest', 'rudolf', 'rueful', 'ruffed', 'ruffle', 'rufous', 'rufuss', 'rugbys', 'rugged', 'ruined', 'rulers', 'ruling', 'rumbas', 'rumble', 'rummer', 'rummys', 'rumors', 'rumour', 'rumple', 'rumply', 'rumpus', 'runnel', 'runner', 'runoff', 'runway', 'runyon', 'rupees', 'rupert', 'rushed', 'rusher', 'rushes', 'ruskin', 'russel', 'russet', 'russia', 'russos', 'rusted', 'rustic', 'rustle', 'rustys', 'rutans', 'ruthie', 'rutile', 'rutted', 'rwanda', 'ryukyu', 'sabers', 'sabiks', 'sabina', 'sabine', 'sables', 'sabres', 'saccos', 'sachem', 'sachet', 'sachss', 'sacked', 'sacker', 'sacral', 'sacred', 'saddam', 'sadden', 'sadder', 'saddle', 'sadies', 'sadism', 'sadist', 'sadler', 'safari', 'safely', 'safest', 'safety', 'sagans', 'sagely', 'sagest', 'sagged', 'sahara', 'sahibs', 'saigon', 'sailed', 'sailor', 'saints', 'saiphs', 'sakhas', 'salaam', 'salado', 'salads', 'salami', 'salary', 'salass', 'salems', 'salina', 'saline', 'salish', 'saliva', 'sallie', 'sallow', 'sallys', 'salmon', 'salome', 'salons', 'saloon', 'salsas', 'salted', 'salter', 'salton', 'salute', 'salved', 'salver', 'salves', 'salvos', 'salyut', 'samara', 'samars', 'sambas', 'sammie', 'sammys', 'samoan', 'samoas', 'sampan', 'sample', 'samson', 'samuel', 'sances', 'sancho', 'sancta', 'sandal', 'sanded', 'sander', 'sandia', 'sandra', 'sandys', 'sanely', 'sanest', 'sanger', 'sanity', 'sankas', 'santos', 'sapped', 'sappho', 'sarans', 'sarape', 'sarees', 'sargon', 'sarong', 'sartre', 'sashas', 'sashay', 'sashes', 'sassed', 'sasses', 'satans', 'sateen', 'sating', 'satins', 'satiny', 'satire', 'satrap', 'saturn', 'satyrs', 'sauced', 'saucer', 'sauces', 'saudis', 'saunas', 'sauted', 'savage', 'savant', 'savers', 'saving', 'savior', 'savors', 'savory', 'savour', 'savvys', 'sawfly', 'sawing', 'sawyer', 'saxons', 'saxony', 'sayers', 'saying', 'scabby', 'scalar', 'scalds', 'scaled', 'scales', 'scalps', 'scampi', 'scamps', 'scants', 'scanty', 'scarab', 'scarce', 'scared', 'scares', 'scarfs', 'scathe', 'scenes', 'scenic', 'scents', 'scheat', 'schema', 'scheme', 'schick', 'schism', 'schist', 'schlep', 'school', 'schrod', 'schulz', 'schuss', 'schwab', 'schwas', 'scions', 'scipio', 'scoffs', 'scolds', 'sconce', 'scones', 'scooby', 'scoops', 'scoots', 'scoped', 'scopes', 'scopic', 'scorch', 'scored', 'scorer', 'scores', 'scoria', 'scorns', 'scotch', 'scotia', 'scotty', 'scours', 'scouts', 'scowls', 'scrams', 'scrape', 'scraps', 'scrawl', 'scream', 'screed', 'screen', 'screws', 'screwy', 'scribe', 'scrimp', 'scrips', 'script', 'scrods', 'scroll', 'scrota', 'scrubs', 'scruff', 'scubas', 'scuffs', 'sculls', 'sculpt', 'scummy', 'scurfs', 'scurfy', 'scurry', 'scurvy', 'scutum', 'scuzzy', 'scylla', 'scythe', 'seabed', 'sealed', 'sealer', 'seaman', 'seamed', 'seamen', 'seance', 'search', 'seared', 'searss', 'season', 'seated', 'seater', 'seaway', 'secant', 'secede', 'second', 'secret', 'sector', 'secure', 'sedans', 'sedate', 'seders', 'sedges', 'sednas', 'seduce', 'seeded', 'seeder', 'seeing', 'seeker', 'seemed', 'seemly', 'seeped', 'seesaw', 'seethe', 'segres', 'segued', 'segues', 'seidel', 'seikos', 'seines', 'seized', 'seizes', 'sejong', 'seldom', 'select', 'selena', 'selims', 'seljuk', 'seller', 'selmas', 'selves', 'selwyn', 'semens', 'semite', 'semper', 'semtex', 'senate', 'sendai', 'sender', 'seneca', 'senile', 'senior', 'sennas', 'senora', 'sensed', 'senses', 'sensor', 'sentry', 'seouls', 'sepals', 'sepias', 'sepoys', 'sepsis', 'septet', 'septic', 'septum', 'sequel', 'sequin', 'serape', 'seraph', 'serbia', 'serena', 'serene', 'serest', 'sergei', 'serges', 'sergio', 'serial', 'series', 'serine', 'sermon', 'serous', 'serras', 'serums', 'served', 'server', 'serves', 'servos', 'sesame', 'settee', 'setter', 'settle', 'setups', 'seurat', 'sevens', 'severe', 'severn', 'severs', 'sewage', 'seward', 'sewers', 'sewing', 'sexier', 'sexing', 'sexism', 'sexist', 'sexpot', 'sextet', 'sexton', 'sexual', 'shabby', 'shacks', 'shaded', 'shades', 'shadow', 'shafer', 'shafts', 'shaggy', 'shaikh', 'shakas', 'shaken', 'shaker', 'shakes', 'shales', 'shalom', 'shaman', 'shamed', 'shames', 'shammy', 'shanas', 'shandy', 'shanes', 'shanks', 'shanna', 'shanty', 'shaped', 'shaper', 'shapes', 'shards', 'shared', 'sharer', 'shares', 'sharia', 'sharif', 'sharks', 'sharon', 'sharpe', 'sharps', 'shasta', 'shaula', 'shauna', 'shauns', 'shaved', 'shaven', 'shaver', 'shaves', 'shawls', 'shawna', 'shawns', 'shaykh', 'sheafs', 'shears', 'sheath', 'sheave', 'shedir', 'sheena', 'sheens', 'sheeps', 'sheers', 'sheets', 'sheikh', 'sheiks', 'sheila', 'shekel', 'shelby', 'shelfs', 'shelia', 'shells', 'shelly', 'shelve', 'sherds', 'sheree', 'sheris', 'sherpa', 'sherri', 'sherry', 'sheryl', 'shevat', 'shield', 'shifts', 'shifty', 'shiite', 'shills', 'shiloh', 'shimmy', 'shined', 'shiner', 'shines', 'shinny', 'shinto', 'shiraz', 'shires', 'shirks', 'shirrs', 'shirts', 'shitty', 'shivas', 'shiver', 'shlepp', 'shleps', 'shlock', 'shmuel', 'shoals', 'shocks', 'shoddy', 'shogun', 'shooed', 'shoots', 'shored', 'shores', 'shorts', 'should', 'shouts', 'shoved', 'shovel', 'shoves', 'showed', 'shower', 'shrank', 'shreds', 'shreks', 'shrewd', 'shrews', 'shriek', 'shrift', 'shrike', 'shrill', 'shrimp', 'shrine', 'shrink', 'shrive', 'shroud', 'shrove', 'shrubs', 'shrugs', 'shrunk', 'shtick', 'shtiks', 'shucks', 'shulas', 'shunts', 'shyest', 'shying', 'sibley', 'sibyls', 'sicily', 'sicked', 'sicken', 'sicker', 'sickle', 'sickly', 'siding', 'sidled', 'sidles', 'sidney', 'siegel', 'sieges', 'sienna', 'sierra', 'siesta', 'sieved', 'sieves', 'sifted', 'sifter', 'sighed', 'sights', 'signal', 'signed', 'signer', 'signet', 'signor', 'sigurd', 'sikkim', 'silage', 'silane', 'silass', 'silent', 'silica', 'silken', 'sillys', 'silted', 'silvan', 'silvas', 'silver', 'silvia', 'simian', 'simile', 'simmer', 'simone', 'simons', 'simper', 'simple', 'simply', 'sinais', 'sindhi', 'sinews', 'sinewy', 'sinful', 'singed', 'singer', 'singes', 'singhs', 'single', 'singly', 'sinked', 'sinker', 'sinned', 'sinner', 'sinter', 'sinuss', 'siouxs', 'siphon', 'sipped', 'sirens', 'siring', 'sirius', 'sirups', 'sisals', 'siskin', 'sissys', 'sister', 'sitars', 'sitcom', 'siting', 'sitter', 'sivans', 'sixgun', 'sixths', 'sixtys', 'sizing', 'sizzle', 'skated', 'skater', 'skates', 'skeets', 'skeins', 'sketch', 'skewed', 'skewer', 'skiddy', 'skiers', 'skiffs', 'skiing', 'skills', 'skimps', 'skimpy', 'skinny', 'skippy', 'skirts', 'skivvy', 'skopje', 'skulks', 'skulls', 'skunks', 'skycap', 'skying', 'skylab', 'skypes', 'skyway', 'slacks', 'slaked', 'slakes', 'slalom', 'slangs', 'slangy', 'slants', 'slashs', 'slated', 'slater', 'slates', 'slaved', 'slaver', 'slaves', 'slavic', 'slayer', 'sleaze', 'sleazy', 'sledge', 'sleeks', 'sleeps', 'sleepy', 'sleets', 'sleety', 'sleeve', 'sleigh', 'sleuth', 'slewed', 'sliced', 'slicer', 'slices', 'slicks', 'slider', 'slides', 'sliest', 'slight', 'slimed', 'slimes', 'slimly', 'slings', 'slinks', 'slinky', 'sliver', 'sloane', 'slocum', 'slogan', 'sloops', 'sloped', 'sloper', 'slopes', 'sloppy', 'sloths', 'slouch', 'slough', 'slovak', 'sloven', 'slowed', 'slower', 'slowly', 'sludge', 'sluice', 'sluing', 'slumps', 'slurps', 'slurry', 'slushs', 'slushy', 'slyest', 'smacks', 'smalls', 'smarmy', 'smarts', 'smashs', 'smears', 'smells', 'smelly', 'smelts', 'smidge', 'smiled', 'smiles', 'smirch', 'smirks', 'smites', 'smiths', 'smithy', 'smocks', 'smoggy', 'smoked', 'smoker', 'smokes', 'smokey', 'smooch', 'smooth', 'smudge', 'smudgy', 'smugly', 'smutty', 'smyrna', 'smythe', 'snacks', 'snafus', 'snails', 'snaked', 'snakes', 'snappy', 'snared', 'snares', 'snarls', 'snatch', 'snazzy', 'sneads', 'sneaks', 'sneaky', 'sneers', 'sneeze', 'snells', 'snider', 'sniffs', 'sniped', 'sniper', 'snipes', 'snippy', 'snitch', 'snivel', 'snobby', 'snoops', 'snoopy', 'snoots', 'snooty', 'snooze', 'snored', 'snorer', 'snores', 'snorts', 'snotty', 'snouts', 'snowed', 'snuffs', 'snugly', 'snyder', 'soaked', 'soaped', 'soared', 'soaves', 'sobbed', 'sobers', 'soccer', 'social', 'socked', 'socket', 'sodded', 'sodden', 'sodium', 'sodoms', 'sodomy', 'soffit', 'sofias', 'soften', 'softer', 'softie', 'softly', 'softys', 'soiled', 'soiree', 'soires', 'solace', 'solder', 'solely', 'solemn', 'solids', 'soling', 'soliss', 'soloed', 'solute', 'solved', 'solver', 'solves', 'somali', 'somber', 'sombre', 'somers', 'sommes', 'somoza', 'sonant', 'sonars', 'sonata', 'sondra', 'sonias', 'sonjas', 'sonnet', 'sonnys', 'sonoma', 'sonora', 'sontag', 'sonyas', 'sooner', 'soothe', 'sooths', 'sophia', 'sophie', 'sopped', 'sorbet', 'sordid', 'sorely', 'sorest', 'sorrel', 'sorrow', 'sorted', 'sorter', 'sortie', 'souffl', 'soughs', 'sought', 'sounds', 'souped', 'soupon', 'source', 'soured', 'sourer', 'sourly', 'sousas', 'soused', 'souses', 'souths', 'soviet', 'sowers', 'soweto', 'sowing', 'spaatz', 'spaced', 'spacer', 'spaces', 'spacey', 'spaded', 'spades', 'spahns', 'spains', 'spanks', 'spared', 'sparer', 'spares', 'sparge', 'sparks', 'sparky', 'sparse', 'sparta', 'spasms', 'spates', 'spavin', 'spawns', 'spayed', 'speaks', 'spears', 'specie', 'specks', 'specss', 'speech', 'speeds', 'speedy', 'speers', 'spells', 'spence', 'spends', 'sperms', 'sperry', 'spewed', 'sphere', 'sphinx', 'spicas', 'spiced', 'spices', 'spider', 'spiels', 'spiffy', 'spigot', 'spiked', 'spikes', 'spills', 'spinal', 'spines', 'spinet', 'spinxs', 'spiral', 'spirea', 'spires', 'spirit', 'spiros', 'spited', 'spites', 'spitzs', 'splash', 'splats', 'splays', 'spleen', 'splice', 'spline', 'splint', 'splits', 'spoils', 'spoilt', 'spoked', 'spoken', 'spokes', 'sponge', 'spongy', 'spoofs', 'spooks', 'spooky', 'spools', 'spoons', 'spoors', 'spored', 'spores', 'sports', 'sporty', 'spotty', 'spouse', 'spouts', 'sprain', 'sprang', 'sprats', 'sprawl', 'sprays', 'spread', 'spreed', 'sprees', 'sprier', 'sprigs', 'spring', 'sprint', 'sprite', 'spritz', 'sproul', 'sprout', 'spruce', 'sprung', 'spryer', 'spryly', 'spumed', 'spumes', 'spunks', 'spunky', 'spurge', 'spurns', 'spurts', 'sputum', 'spying', 'squabs', 'squads', 'squall', 'square', 'squash', 'squats', 'squawk', 'squaws', 'squeak', 'squeal', 'squibb', 'squids', 'squill', 'squint', 'squire', 'squirm', 'squirt', 'squish', 'stable', 'stably', 'stacey', 'stacie', 'stacis', 'stacks', 'stacys', 'stadia', 'staels', 'staffs', 'staged', 'stager', 'stages', 'stains', 'stairs', 'staked', 'stakes', 'staled', 'staler', 'stales', 'staley', 'stalin', 'stalks', 'stalls', 'stamen', 'stamps', 'stance', 'stanch', 'stands', 'stanza', 'staphs', 'staple', 'starch', 'stared', 'starer', 'stares', 'starrs', 'starry', 'starts', 'starve', 'stashs', 'stasis', 'stated', 'staten', 'stater', 'states', 'static', 'stator', 'statue', 'status', 'staved', 'staves', 'stayed', 'steads', 'steady', 'steaks', 'steals', 'steams', 'steamy', 'steeds', 'steele', 'steels', 'steely', 'steeps', 'steers', 'steeve', 'stefan', 'steins', 'stella', 'stench', 'steppe', 'stereo', 'sterna', 'sterne', 'sterno', 'sterns', 'steven', 'steves', 'stevie', 'stewed', 'sticks', 'sticky', 'stiffs', 'stifle', 'stigma', 'stiles', 'stills', 'stilts', 'stines', 'stings', 'stingy', 'stinks', 'stinky', 'stints', 'stitch', 'stoats', 'stocks', 'stocky', 'stodgy', 'stoics', 'stoked', 'stoker', 'stokes', 'stolen', 'stoles', 'stolid', 'stomps', 'stoned', 'stones', 'stoney', 'stooge', 'stools', 'stoops', 'stored', 'stores', 'storey', 'storks', 'storms', 'stormy', 'storys', 'stouts', 'stoves', 'stowed', 'strabo', 'strafe', 'strain', 'strait', 'strand', 'straps', 'strata', 'straws', 'strays', 'streak', 'stream', 'street', 'streps', 'stress', 'strewn', 'strews', 'strict', 'stride', 'strife', 'strike', 'string', 'stripe', 'strips', 'stript', 'stripy', 'strive', 'strobe', 'strode', 'stroke', 'stroll', 'strong', 'strops', 'strove', 'struck', 'strums', 'strung', 'struts', 'stuart', 'stubby', 'stucco', 'studio', 'studys', 'stuffs', 'stuffy', 'stumps', 'stumpy', 'stunts', 'stupid', 'stupor', 'sturdy', 'styled', 'styler', 'styles', 'stylus', 'stymie', 'styron', 'suarez', 'suaver', 'subaru', 'subbed', 'subdue', 'sublet', 'submit', 'suborn', 'subset', 'subtle', 'subtly', 'suburb', 'subway', 'succor', 'sucked', 'sucker', 'suckle', 'sudans', 'sudden', 'sudoku', 'sudras', 'suedes', 'suffer', 'suffix', 'sufism', 'sugars', 'sugary', 'suited', 'suites', 'suitor', 'sukkot', 'sulfur', 'sulked', 'sulkys', 'sullas', 'sullen', 'sultan', 'sultry', 'sumach', 'sumacs', 'summed', 'summer', 'summit', 'summon', 'sumner', 'sumter', 'sundae', 'sundas', 'sunday', 'sunder', 'sundew', 'sundry', 'sunken', 'sunlit', 'sunned', 'sunnis', 'sunset', 'suntan', 'sunups', 'superb', 'supers', 'supine', 'supped', 'supper', 'supple', 'supply', 'surely', 'surest', 'surety', 'surfed', 'surfer', 'surged', 'surges', 'surrey', 'surtax', 'survey', 'suryas', 'susana', 'susans', 'sushis', 'susies', 'sussex', 'sutton', 'suture', 'suzhou', 'suzuki', 'svelte', 'swabby', 'swains', 'swamis', 'swamps', 'swampy', 'swanee', 'swanks', 'swanky', 'swards', 'swarms', 'swashs', 'swatch', 'swathe', 'swaths', 'swayed', 'swazis', 'swears', 'sweats', 'sweaty', 'sweden', 'swedes', 'sweeps', 'sweets', 'swells', 'swerve', 'swifts', 'swills', 'swines', 'swings', 'swingy', 'swiped', 'swipes', 'swirls', 'swirly', 'swishs', 'swishy', 'swisss', 'switch', 'swivel', 'swoons', 'swoops', 'swords', 'sybils', 'sydney', 'sykess', 'sylphs', 'sylvan', 'sylvia', 'sylvie', 'symbol', 'synced', 'synchs', 'syndic', 'synods', 'syntax', 'syphon', 'syriac', 'syrian', 'syrias', 'syrinx', 'syrups', 'syrupy', 'system', 'syzygy', 'tabbed', 'tabbys', 'tabled', 'tables', 'tablet', 'taboos', 'tabriz', 'tabued', 'tabula', 'tacked', 'tackle', 'tacoma', 'tactic', 'taegus', 'taejon', 'taffys', 'tagged', 'tagore', 'taguss', 'tahiti', 'tailed', 'tailor', 'taines', 'taints', 'taipei', 'taiwan', 'takers', 'taketh', 'taking', 'talbot', 'talcum', 'talent', 'talked', 'talker', 'talkie', 'taller', 'talley', 'tallow', 'tallys', 'talmud', 'talons', 'tamale', 'tamara', 'tameka', 'tamely', 'tamera', 'tamers', 'tamest', 'tamika', 'tamils', 'taming', 'tammie', 'tammis', 'tammuz', 'tammys', 'tampas', 'tampax', 'tamped', 'tamper', 'tampon', 'tamras', 'tanaka', 'tandem', 'tangle', 'tangos', 'tanias', 'tanked', 'tanker', 'tanned', 'tanner', 'tannin', 'tansys', 'tanyas', 'taoism', 'taoist', 'tapers', 'taping', 'tapirs', 'tapped', 'tapper', 'tappet', 'tarawa', 'target', 'tariff', 'taring', 'tarmac', 'tarots', 'tarpon', 'tarred', 'tartan', 'tartar', 'tarter', 'tartly', 'tarzan', 'tashas', 'tasked', 'tasman', 'tassel', 'tasted', 'taster', 'tastes', 'tatars', 'tatted', 'tatter', 'tattle', 'tattoo', 'taught', 'taunts', 'taupes', 'taurus', 'tauter', 'tautly', 'tavern', 'tawdry', 'tawney', 'tawnys', 'taxied', 'taxies', 'taxing', 'taylor', 'teabag', 'teacup', 'teamed', 'teapot', 'teared', 'teased', 'teasel', 'teaser', 'teases', 'teazel', 'teazle', 'teddys', 'tedium', 'teeing', 'teemed', 'teensy', 'teepee', 'teeter', 'teethe', 'teflon', 'tehran', 'telexs', 'teller', 'telugu', 'temped', 'temper', 'temple', 'tempos', 'tempts', 'tenant', 'tended', 'tender', 'tendon', 'tenets', 'tenney', 'tennis', 'tenons', 'tenors', 'tenpin', 'tensed', 'tenser', 'tenses', 'tensor', 'tented', 'tenths', 'tenure', 'tepees', 'tercel', 'teresa', 'terkel', 'termed', 'termly', 'terran', 'terras', 'terrie', 'terris', 'terror', 'terrys', 'terser', 'tessas', 'tessie', 'tested', 'tester', 'testes', 'testis', 'tether', 'tethys', 'tetons', 'tevets', 'texaco', 'texans', 'texass', 'thales', 'thalia', 'thames', 'thanhs', 'thanks', 'tharps', 'thatch', 'thatll', 'thawed', 'thayer', 'thebes', 'thefts', 'theirs', 'theism', 'theist', 'thelma', 'themes', 'thence', 'theory', 'thered', 'theres', 'thermo', 'theron', 'theses', 'thesis', 'thetis', 'theyll', 'theyre', 'theyve', 'thicks', 'thiefs', 'thieus', 'thieve', 'thighs', 'thimbu', 'things', 'thinks', 'thinly', 'thirds', 'thirst', 'thirty', 'thisll', 'thomas', 'thongs', 'thorax', 'thorns', 'thorny', 'thorpe', 'thoths', 'though', 'thrace', 'thrall', 'thrash', 'thread', 'threat', 'threes', 'thresh', 'thrice', 'thrift', 'thrill', 'thrips', 'thrive', 'throat', 'throbs', 'throes', 'throne', 'throng', 'throve', 'thrown', 'throws', 'thrums', 'thrush', 'thrust', 'thuban', 'thules', 'thumbs', 'thumps', 'thusly', 'thwack', 'thwart', 'thymes', 'thymus', 'tiaras', 'tibers', 'tibets', 'tibiae', 'tibias', 'ticked', 'ticker', 'ticket', 'tickle', 'tidbit', 'tidied', 'tidier', 'tidies', 'tidily', 'tiding', 'tieing', 'tiffed', 'tigers', 'tights', 'tigris', 'tildes', 'tiling', 'tilled', 'tiller', 'tilsit', 'tilted', 'timber', 'timbre', 'timely', 'timers', 'timexs', 'timing', 'timmys', 'timons', 'timour', 'timurs', 'tinder', 'tinged', 'tinges', 'tingle', 'tingly', 'tinier', 'tinily', 'tinker', 'tinkle', 'tinned', 'tinsel', 'tinted', 'tipoff', 'tipped', 'tipper', 'tipple', 'tiptoe', 'tiptop', 'tirade', 'tirana', 'tiring', 'tishas', 'tishri', 'tissue', 'titans', 'titbit', 'titers', 'tithed', 'tither', 'tithes', 'titian', 'titled', 'titles', 'titter', 'tittle', 'tizzys', 'tlaloc', 'toadys', 'toasts', 'toasty', 'tobago', 'tocsin', 'todays', 'toddle', 'toddys', 'toeing', 'toffee', 'toffys', 'toggle', 'toiled', 'toiler', 'toilet', 'tokays', 'tokens', 'toking', 'tokyos', 'toledo', 'tolled', 'toltec', 'tomato', 'tombed', 'tomboy', 'tomcat', 'tomlin', 'tommie', 'tongan', 'tongas', 'tongue', 'tonias', 'tonics', 'tonier', 'toning', 'tonnes', 'tonsil', 'tontos', 'tonyas', 'toodle', 'tooled', 'tooler', 'tooted', 'tooths', 'toothy', 'tootle', 'topazs', 'topeka', 'topics', 'topped', 'topple', 'topsys', 'toques', 'torahs', 'torchs', 'tories', 'toroid', 'torpid', 'torpor', 'torque', 'torres', 'torrid', 'torsos', 'tortes', 'toruss', 'toscas', 'tossed', 'tosses', 'tossup', 'totals', 'totems', 'toting', 'totted', 'totter', 'toucan', 'touchs', 'touchy', 'toughs', 'toupee', 'toured', 'tousle', 'touted', 'toward', 'towels', 'towers', 'towhee', 'towing', 'townes', 'toxins', 'toying', 'toyoda', 'toyota', 'traced', 'tracer', 'traces', 'tracey', 'tracie', 'tracis', 'tracks', 'tracts', 'tracys', 'traded', 'trader', 'trades', 'tragic', 'trails', 'trains', 'traits', 'trajan', 'tramps', 'trance', 'trashs', 'trashy', 'trauma', 'travel', 'travis', 'trawls', 'treads', 'treats', 'treaty', 'treble', 'tremor', 'trench', 'trends', 'trendy', 'trents', 'tresss', 'trevor', 'triads', 'triage', 'trials', 'tribal', 'tribes', 'trices', 'tricia', 'tricks', 'tricky', 'triers', 'trifle', 'trikes', 'trills', 'trimer', 'trimly', 'trinas', 'triode', 'tripes', 'triple', 'triply', 'tripod', 'tripos', 'trippe', 'trisha', 'triter', 'triton', 'triune', 'trivet', 'trivia', 'troika', 'trojan', 'trolls', 'trolly', 'trompe', 'tromps', 'troops', 'tropes', 'trophy', 'tropic', 'troths', 'trough', 'troupe', 'trouts', 'trowel', 'troyes', 'truant', 'truces', 'trucks', 'trudge', 'trudys', 'truest', 'truing', 'truism', 'truman', 'trumps', 'trunks', 'trusss', 'trusts', 'trusty', 'truths', 'trying', 'tryout', 'trysts', 'tswana', 'tuareg', 'tubers', 'tubing', 'tubman', 'tubule', 'tucked', 'tucker', 'tucson', 'tudors', 'tufted', 'tugged', 'tulane', 'tulips', 'tulles', 'tulsas', 'tumble', 'tummys', 'tumors', 'tumour', 'tumult', 'tundra', 'tuners', 'tungus', 'tunics', 'tuning', 'tuniss', 'tunnel', 'tunney', 'tunnys', 'tupelo', 'tuples', 'turban', 'turbid', 'turbot', 'tureen', 'turfed', 'turgid', 'turing', 'turins', 'turkey', 'turned', 'turner', 'turnip', 'turpin', 'turret', 'turtle', 'turves', 'tuscan', 'tuscon', 'tushes', 'tusked', 'tussle', 'tutors', 'tuttle', 'tuvalu', 'tuxedo', 'twains', 'twangs', 'tweaks', 'tweeds', 'tweedy', 'tweets', 'tweeze', 'twelve', 'twenty', 'twerps', 'twiggy', 'twilas', 'twills', 'twined', 'twiner', 'twines', 'twinge', 'twirls', 'twirly', 'twists', 'twisty', 'twitch', 'twofer', 'tyburn', 'tycoon', 'tylers', 'typhon', 'typhus', 'typify', 'typing', 'typist', 'tyrant', 'tyrees', 'tyroes', 'tyrone', 'tysons', 'ubangi', 'ubuntu', 'udders', 'uganda', 'uglier', 'uighur', 'ulcers', 'ullman', 'ulster', 'ultras', 'umbels', 'umbers', 'umiaks', 'umlaut', 'umping', 'umpire', 'unable', 'unbars', 'unbend', 'unbent', 'unbind', 'unbolt', 'unborn', 'uncles', 'uncoil', 'uncork', 'undies', 'undoes', 'undone', 'unduly', 'unease', 'uneasy', 'unesco', 'uneven', 'unfair', 'unfits', 'unfold', 'unfurl', 'ungava', 'unhand', 'unholy', 'unhook', 'unhurt', 'unions', 'unique', 'unisex', 'unison', 'unital', 'unitas', 'united', 'unites', 'unitys', 'univac', 'unjust', 'unkind', 'unlace', 'unless', 'unlike', 'unlink', 'unload', 'unlock', 'unmade', 'unmake', 'unmans', 'unmask', 'unpack', 'unpaid', 'unpick', 'unpins', 'unplug', 'unread', 'unreal', 'unrest', 'unripe', 'unroll', 'unruly', 'unsafe', 'unsaid', 'unsays', 'unseal', 'unseat', 'unseen', 'unsent', 'unsnap', 'unsold', 'unstop', 'unsung', 'unsure', 'untidy', 'untied', 'unties', 'untold', 'untrue', 'unused', 'unveil', 'unwary', 'unwell', 'unwind', 'unwise', 'unwrap', 'unzips', 'upbeat', 'upcome', 'update', 'updike', 'upends', 'upheld', 'uphill', 'uphold', 'upjohn', 'upkeep', 'upland', 'uplift', 'upload', 'uppers', 'upping', 'uppity', 'uprise', 'uproar', 'uproot', 'upsets', 'upshot', 'upside', 'uptake', 'uptons', 'uptown', 'upturn', 'upward', 'upwind', 'uracil', 'urania', 'uranus', 'uranyl', 'urbana', 'urbane', 'urbans', 'urchin', 'uremia', 'urgent', 'urging', 'urinal', 'urines', 'ursula', 'urumqi', 'usable', 'usably', 'usages', 'useful', 'usenet', 'ushers', 'usuals', 'usurer', 'usurps', 'usurys', 'uterus', 'utmost', 'utopia', 'utters', 'uvulae', 'uvular', 'uvulas', 'uzbeks', 'vacant', 'vacate', 'vacuum', 'vaders', 'vaduzs', 'vagary', 'vagina', 'vaguer', 'vainer', 'vainly', 'valdez', 'valent', 'valery', 'valets', 'valeur', 'valine', 'valise', 'valium', 'valley', 'valois', 'valors', 'valour', 'valued', 'valuer', 'values', 'valved', 'valves', 'vamped', 'vandal', 'vanish', 'vanity', 'vanned', 'vapors', 'vapour', 'varese', 'vargas', 'variac', 'varian', 'varied', 'varies', 'varlet', 'vassal', 'vassar', 'vaster', 'vastly', 'vatted', 'vauban', 'vaughn', 'vaults', 'vaunts', 'veblen', 'vector', 'veered', 'vegans', 'veggie', 'veiled', 'veined', 'velcro', 'veldts', 'velezs', 'vellum', 'velmas', 'velour', 'velvet', 'vended', 'vender', 'vendor', 'veneer', 'veneto', 'venial', 'venice', 'venoms', 'venous', 'vented', 'venues', 'venuss', 'verbal', 'verdun', 'verged', 'verger', 'verges', 'vergil', 'verier', 'verify', 'verily', 'verity', 'verlag', 'vermin', 'vernal', 'vernas', 'vernon', 'verona', 'versed', 'verses', 'versus', 'vertex', 'verves', 'vesper', 'vessel', 'vestal', 'vestas', 'vested', 'vestry', 'vetchs', 'vetoed', 'vetoer', 'vetoes', 'vetted', 'vexing', 'viable', 'viably', 'viacom', 'viagra', 'viands', 'vibess', 'vicars', 'vicing', 'vickie', 'vickis', 'victim', 'victor', 'vicuas', 'vidals', 'videos', 'vienna', 'viewed', 'viewer', 'vigils', 'vigors', 'vigour', 'viking', 'vilely', 'vilest', 'vilify', 'villas', 'villon', 'vilmas', 'vilyui', 'vinces', 'vinson', 'vinyls', 'violas', 'violet', 'violin', 'vipers', 'virago', 'vireos', 'virgie', 'virgil', 'virgin', 'virgos', 'virile', 'virtue', 'viruss', 'visaed', 'visage', 'viscid', 'viscus', 'vishnu', 'vising', 'vision', 'visits', 'visors', 'vistas', 'visual', 'vitals', 'vitims', 'vituss', 'vivace', 'vivian', 'vivify', 'vixens', 'vizier', 'vizors', 'vlasic', 'vocals', 'vocate', 'vodkas', 'vogues', 'voiced', 'voicer', 'voices', 'voided', 'voider', 'voiles', 'volgas', 'volley', 'volume', 'volvos', 'vomits', 'vondas', 'voodoo', 'vortex', 'votary', 'voters', 'voting', 'votive', 'vought', 'vowels', 'vowing', 'voyage', 'voyeur', 'vulcan', 'vulgar', 'vulvae', 'vulvas', 'wabash', 'wackos', 'wadded', 'waddle', 'waders', 'wading', 'wafers', 'waffle', 'wafted', 'wagers', 'wagged', 'waggle', 'waging', 'wagner', 'wagons', 'wailed', 'waists', 'waited', 'waiter', 'waites', 'waived', 'waiver', 'waives', 'wakens', 'wakeup', 'waking', 'walden', 'waldos', 'walesa', 'waless', 'waling', 'walked', 'walker', 'walkie', 'walled', 'waller', 'wallet', 'wallis', 'wallop', 'wallow', 'walnut', 'walrus', 'walshs', 'walter', 'walton', 'waltzs', 'wampum', 'wandas', 'wander', 'wangle', 'waning', 'wankel', 'wanner', 'wanted', 'wanton', 'wapato', 'wapiti', 'warble', 'warded', 'warden', 'warder', 'warhol', 'warier', 'warily', 'waring', 'warmed', 'warmer', 'warmly', 'warmth', 'warmup', 'warned', 'warner', 'warped', 'warred', 'warren', 'warsaw', 'washed', 'washer', 'washes', 'wasted', 'waster', 'wastes', 'watchs', 'waters', 'watery', 'watson', 'wattle', 'watusi', 'wavers', 'wavier', 'waving', 'waxers', 'waxier', 'waxing', 'waylay', 'weaken', 'weaker', 'weakly', 'wealth', 'weaned', 'weapon', 'wearer', 'weasel', 'weaved', 'weaver', 'weaves', 'webbed', 'webern', 'wedded', 'wedder', 'wedged', 'wedges', 'weeded', 'weeder', 'weeing', 'weekly', 'weekss', 'weeped', 'weeper', 'weepys', 'weevil', 'weighs', 'weight', 'weills', 'weirdo', 'weisss', 'welded', 'welder', 'weldon', 'welkin', 'welled', 'weller', 'welles', 'welshs', 'welted', 'welter', 'wenchs', 'wended', 'wendis', 'wendys', 'werent', 'werner', 'wesaks', 'wesley', 'wessex', 'wesson', 'weston', 'wetted', 'wetter', 'weyden', 'wezens', 'whacks', 'whacky', 'whaled', 'whalen', 'whaler', 'whales', 'whammy', 'wharfs', 'whatre', 'wheals', 'wheats', 'wheels', 'wheeze', 'wheezy', 'whelan', 'whelks', 'whelps', 'whence', 'whered', 'wheres', 'whiffs', 'whiled', 'whiles', 'whilst', 'whimsy', 'whined', 'whiner', 'whines', 'whinny', 'whirls', 'whirrs', 'whisks', 'whisky', 'whists', 'whiten', 'whiter', 'whites', 'whizzs', 'wholes', 'wholly', 'whoops', 'whoosh', 'whores', 'whorls', 'wicked', 'wicker', 'wicket', 'widely', 'widens', 'widest', 'widget', 'widows', 'widths', 'wields', 'wiemar', 'wiener', 'wiesel', 'wifely', 'wigeon', 'wigged', 'wiggle', 'wiggly', 'wights', 'wigner', 'wigwag', 'wigwam', 'wilbur', 'wilcox', 'wildas', 'wilder', 'wildly', 'wileys', 'wilful', 'wilier', 'wiling', 'wilkes', 'wilkie', 'willas', 'willed', 'willie', 'willis', 'willow', 'willys', 'wilmas', 'wilmer', 'wilson', 'wilted', 'wilton', 'wimple', 'wimsey', 'winced', 'winces', 'winchs', 'winded', 'winder', 'windex', 'window', 'windup', 'winers', 'winery', 'winged', 'winger', 'wining', 'winked', 'winker', 'winkle', 'winner', 'winnie', 'winnow', 'winter', 'wintry', 'wipers', 'wiping', 'wirier', 'wiring', 'wisdom', 'wisely', 'wisest', 'wished', 'wisher', 'wishes', 'witchs', 'withal', 'wither', 'within', 'wizard', 'wizzes', 'wobble', 'wobbly', 'woeful', 'wolfed', 'wolsey', 'wolves', 'womans', 'wombat', 'womens', 'wonder', 'wonted', 'wooded', 'wooden', 'woodss', 'woodsy', 'woodys', 'wooers', 'woofed', 'woofer', 'wooing', 'woolen', 'woolie', 'woolly', 'woolys', 'wooten', 'worded', 'worked', 'worker', 'workss', 'worlds', 'wormed', 'worrys', 'worsen', 'worses', 'worsts', 'worths', 'worthy', 'wotans', 'woulds', 'wounds', 'wovoka', 'wowing', 'wracks', 'wraith', 'wrapup', 'wraths', 'wreaks', 'wreath', 'wrecks', 'wrench', 'wrests', 'wretch', 'wriest', 'wright', 'wrings', 'wrists', 'writer', 'writes', 'writhe', 'wrongs', 'wryest', 'wusses', 'wylies', 'xanadu', 'xavier', 'xemacs', 'xenias', 'xenons', 'xeroxs', 'xerxes', 'xhosas', 'xingus', 'xmases', 'xuzhou', 'xylems', 'xylene', 'yachts', 'yacked', 'yahoos', 'yahweh', 'yakima', 'yakked', 'yakuts', 'yalows', 'yaltas', 'yamaha', 'yammer', 'yangon', 'yanked', 'yankee', 'yapped', 'yarrow', 'yataro', 'yawing', 'yawned', 'yawner', 'yeager', 'yearly', 'yearns', 'yeasts', 'yeasty', 'yeatss', 'yelled', 'yeller', 'yellow', 'yelped', 'yemeni', 'yemens', 'yeoman', 'yeomen', 'yerkes', 'yessed', 'yields', 'yipped', 'yippee', 'yodels', 'yogins', 'yogurt', 'yokels', 'yoking', 'yokuts', 'yonder', 'yorker', 'yorkie', 'yoruba', 'youngs', 'youths', 'yowled', 'ypress', 'yuccas', 'yucked', 'yukked', 'yukons', 'yunnan', 'yuppie', 'yuppys', 'yvette', 'yvonne', 'yxcvbn', 'zagreb', 'zaires', 'zambia', 'zamora', 'zanier', 'zanies', 'zanuck', 'zapata', 'zappas', 'zapped', 'zealot', 'zebras', 'zedong', 'zelmas', 'zenger', 'zenith', 'zephyr', 'zeroed', 'zeroes', 'zeroth', 'zhukov', 'ziggys', 'zigzag', 'zilchs', 'zinced', 'zinged', 'zinger', 'zinnia', 'ziploc', 'zipped', 'zipper', 'zircon', 'zither', 'zodiac', 'zoloft', 'zombas', 'zombie', 'zombis', 'zoning', 'zonked', 'zoomed', 'zorros', 'zosmas', 'zounds', 'zrichs', 'zukors', 'zurich', 'zxcvbn', 'zygote', 'zyrtec', 'aaliyah', 'abacuss', 'abalone', 'abandon', 'abashed', 'abashes', 'abasing', 'abating', 'abbasid', 'abbesss', 'abbotts', 'abdomen', 'abducts', 'abelard', 'abelian', 'abelson', 'abetted', 'abetter', 'abettor', 'abeyant', 'abgrtyu', 'abiding', 'abidjan', 'abigail', 'abilene', 'ability', 'abjured', 'abjures', 'ablated', 'ablates', 'abolish', 'aborted', 'abounds', 'abraded', 'abrades', 'abraham', 'abreact', 'abreast', 'abridge', 'absalom', 'abscess', 'abscond', 'absence', 'absents', 'absinth', 'absolve', 'absorbs', 'abstain', 'abusers', 'abusing', 'abusive', 'abutted', 'abutter', 'abysmal', 'abysses', 'acacias', 'academe', 'academy', 'acadias', 'acanthi', 'acceded', 'accedes', 'accents', 'accepts', 'accesss', 'acclaim', 'accords', 'accosts', 'account', 'accrual', 'accrued', 'accrues', 'accurst', 'accusal', 'accused', 'accuser', 'accuses', 'acerbic', 'acetate', 'acetone', 'acevedo', 'achaean', 'achebes', 'acheson', 'achiest', 'achieve', 'acidify', 'acidity', 'acolyte', 'aconite', 'acostas', 'acquire', 'acquits', 'acreage', 'acrider', 'acrobat', 'acronym', 'acrylic', 'actaeon', 'actings', 'actinic', 'actions', 'actives', 'actress', 'actuals', 'actuary', 'actuate', 'acuitys', 'acumens', 'acutely', 'acutest', 'acyclic', 'adagios', 'adamant', 'adamson', 'adapted', 'adapter', 'adaptor', 'addenda', 'addends', 'addicts', 'addison', 'addling', 'address', 'adduced', 'adduces', 'adducts', 'adeline', 'adenine', 'adenoid', 'adenoma', 'adeptly', 'adharas', 'adhered', 'adherer', 'adheres', 'adidass', 'adipose', 'adjoins', 'adjoint', 'adjourn', 'adjudge', 'adjunct', 'adjured', 'adjures', 'adjusts', 'adkinss', 'admiral', 'admired', 'admirer', 'admires', 'admixed', 'admixes', 'adolfos', 'adolphs', 'adoniss', 'adopted', 'adopter', 'adoring', 'adorned', 'adrenal', 'adriana', 'adsorbs', 'adulate', 'advance', 'advents', 'adverbs', 'adverse', 'adverts', 'advices', 'advised', 'advisee', 'adviser', 'advises', 'advisor', 'aegeans', 'aelfric', 'aeneass', 'aeneids', 'aeolian', 'aeoluss', 'aerated', 'aerates', 'aerator', 'aerials', 'aerobic', 'aerosol', 'affable', 'affably', 'affairs', 'affects', 'affirms', 'affixed', 'affixes', 'afflict', 'affords', 'affrays', 'affront', 'afghans', 'african', 'africas', 'against', 'agassis', 'agassiz', 'agathas', 'ageings', 'ageisms', 'ageless', 'agencys', 'agendas', 'agilely', 'agilest', 'agility', 'agitate', 'agnomen', 'agonies', 'agonise', 'agonize', 'agreers', 'agrippa', 'aground', 'aguilar', 'aguirre', 'agustin', 'ahriman', 'aileens', 'aileron', 'ailment', 'aimless', 'airbags', 'airdrop', 'airfare', 'airflow', 'airfoil', 'airhead', 'airiest', 'airings', 'airless', 'airlift', 'airline', 'airlock', 'airmail', 'airmans', 'airmass', 'airpark', 'airport', 'airship', 'airsick', 'airways', 'akihito', 'alabama', 'aladdin', 'alameda', 'alarmed', 'alaskan', 'alaskas', 'albania', 'albanys', 'alberio', 'alberta', 'alberto', 'albinos', 'albireo', 'albumen', 'albumin', 'alchemy', 'alcmena', 'alcohol', 'alcoves', 'alcyone', 'aldrich', 'aldrins', 'aleppos', 'alerted', 'alerter', 'alertly', 'alewife', 'alexeis', 'alfalfa', 'alfonso', 'alfonzo', 'alfords', 'alfreda', 'alfredo', 'algebra', 'algenib', 'algeria', 'algieba', 'algiers', 'alhenas', 'aliased', 'aliases', 'alibied', 'alicias', 'aliened', 'alights', 'aligned', 'aliment', 'alimony', 'alining', 'alioths', 'aliquot', 'alishas', 'alisons', 'alissas', 'alkaids', 'alkalis', 'allayed', 'alleged', 'alleges', 'allegra', 'allegro', 'alleles', 'allende', 'allergy', 'allison', 'allover', 'allowed', 'alloyed', 'alluded', 'alludes', 'allured', 'allures', 'alluvia', 'allying', 'allyson', 'almachs', 'almaden', 'almanac', 'almatys', 'almohad', 'almonds', 'almoner', 'almsman', 'alnilam', 'alnitak', 'alonzos', 'alpacas', 'alperts', 'alphard', 'already', 'alright', 'alsaces', 'alstons', 'altaics', 'altered', 'alterer', 'altheas', 'altmans', 'altoids', 'aludras', 'alumina', 'alumnae', 'alumnas', 'alumnus', 'alundum', 'alvarez', 'alvaros', 'alveoli', 'alysons', 'alyssas', 'alyssum', 'amadeus', 'amalgam', 'amalias', 'amandas', 'amanita', 'amassed', 'amasses', 'amateur', 'amatory', 'amazers', 'amazing', 'amazons', 'ambient', 'ambling', 'ambrose', 'ambushs', 'amelias', 'amended', 'amenity', 'amerada', 'america', 'amerind', 'ameslan', 'amharic', 'amherst', 'amiable', 'amiably', 'ammeter', 'ammonia', 'amnesia', 'amnesty', 'amoebae', 'amoebas', 'amoebic', 'amongst', 'amorist', 'amorous', 'amounts', 'amparos', 'amperes', 'amplest', 'amplify', 'ampoule', 'ampules', 'amputee', 'amulets', 'amusers', 'amusing', 'anabels', 'anacins', 'anaemia', 'anaemic', 'anagram', 'anaheim', 'analogs', 'analogy', 'analyse', 'analyst', 'analyze', 'ananias', 'anapest', 'anarchy', 'anasazi', 'anatole', 'anatomy', 'anchors', 'anchovy', 'ancient', 'andaman', 'andante', 'andiron', 'andorra', 'andover', 'andreas', 'andreis', 'andrews', 'android', 'anemias', 'anemone', 'angelas', 'angeles', 'angelia', 'angelic', 'angelos', 'angelou', 'angered', 'angevin', 'anginas', 'anglers', 'angling', 'angolan', 'angolas', 'angoras', 'angrier', 'angrily', 'anguish', 'angular', 'anibals', 'aniline', 'animals', 'animate', 'animism', 'animist', 'animuss', 'anionic', 'aniseed', 'ankaras', 'anklets', 'annabel', 'annalen', 'annalss', 'anneals', 'annette', 'annexed', 'annexes', 'annoyed', 'annoyer', 'annuals', 'annuity', 'annular', 'annulus', 'anodize', 'anodyne', 'anoints', 'anomaly', 'anoraks', 'another', 'anouilh', 'anselmo', 'anshans', 'answers', 'antacid', 'antaeus', 'antares', 'anteing', 'antenna', 'anthems', 'anthers', 'anthill', 'anthony', 'anthrax', 'antigen', 'antigua', 'antioch', 'antipas', 'antique', 'antiwar', 'antlers', 'antoine', 'antones', 'antonia', 'antonio', 'antonym', 'antonys', 'antwans', 'antwerp', 'anubiss', 'anxiety', 'anxious', 'anybody', 'anymore', 'anyones', 'anytime', 'apaches', 'apathys', 'apatite', 'aphasia', 'aphasic', 'aphelia', 'aphonic', 'apiarys', 'aplenty', 'aplombs', 'apogees', 'apollos', 'apology', 'apostle', 'appalls', 'apparel', 'appeals', 'appears', 'appease', 'appends', 'applaud', 'appleby', 'applied', 'applier', 'applies', 'appliqu', 'appoint', 'apprise', 'approve', 'apricot', 'apropos', 'aptness', 'aquaria', 'aquatic', 'aquavit', 'aqueous', 'aquifer', 'aquinas', 'aquinos', 'arabian', 'arabias', 'arabics', 'araceli', 'arachne', 'arafats', 'aramaic', 'aramcos', 'arapaho', 'ararats', 'arawaks', 'arbiter', 'arbours', 'arbutus', 'arcaded', 'arcades', 'arcadia', 'archaic', 'archean', 'archers', 'archery', 'archest', 'archies', 'arching', 'archive', 'archway', 'arcking', 'arclike', 'arcsine', 'arctics', 'ardency', 'ardours', 'arduous', 'areaway', 'argonne', 'argosys', 'arguers', 'arguing', 'argyles', 'ariadne', 'aridity', 'arieses', 'ariosto', 'arising', 'arizona', 'arlenes', 'arlines', 'armadas', 'armando', 'armands', 'armanis', 'armband', 'armenia', 'armfuls', 'armhole', 'armlets', 'armload', 'armoire', 'armonks', 'armored', 'armorer', 'armorys', 'armours', 'armoury', 'armpits', 'armrest', 'armsful', 'arnulfo', 'arousal', 'aroused', 'arouses', 'arragon', 'arraign', 'arrange', 'arrayed', 'arrears', 'arrests', 'arrival', 'arrived', 'arrives', 'arrowed', 'arroyos', 'arsenal', 'arsenic', 'artemis', 'arterys', 'arthurs', 'article', 'artiest', 'artisan', 'artiste', 'artists', 'artless', 'artsier', 'arturos', 'artwork', 'ascella', 'ascends', 'ascents', 'ascetic', 'ascribe', 'aseptic', 'asexual', 'ashamed', 'ashanti', 'ashcans', 'ashiest', 'ashland', 'ashlees', 'ashleys', 'ashrams', 'ashtray', 'asiatic', 'asinine', 'askance', 'asocial', 'aspects', 'aspells', 'asphalt', 'aspired', 'aspires', 'aspirin', 'asquith', 'assails', 'assault', 'assayed', 'assents', 'asserts', 'asshole', 'assigns', 'assists', 'assizes', 'assorts', 'assuage', 'assumed', 'assumes', 'assured', 'assurer', 'assures', 'assyria', 'astaire', 'astanas', 'astarte', 'asteria', 'asthmas', 'astoria', 'astound', 'astride', 'astuter', 'asuncin', 'asunder', 'asylums', 'atacama', 'atatrks', 'atavism', 'atelier', 'atheism', 'atheist', 'athenas', 'athenss', 'athlete', 'athwart', 'atkinss', 'atlanta', 'atlases', 'atomics', 'atomize', 'atoning', 'atriums', 'atrophy', 'atropos', 'attache', 'attachs', 'attacks', 'attains', 'attempt', 'attends', 'attests', 'atticas', 'attilas', 'attired', 'attires', 'attract', 'attucks', 'attuned', 'attunes', 'atwater', 'atwoods', 'auberge', 'auburns', 'auction', 'audible', 'audibly', 'audions', 'audited', 'auditor', 'audreys', 'audubon', 'augment', 'augured', 'augurys', 'augusta', 'augusts', 'aurally', 'aurelia', 'aurelio', 'aureola', 'aureole', 'auricle', 'aurigas', 'aurochs', 'auroras', 'auspice', 'aussies', 'austere', 'austins', 'austria', 'authors', 'autisms', 'automat', 'autopsy', 'autumns', 'availed', 'availer', 'avarice', 'avatars', 'avenged', 'avenger', 'avenges', 'avenues', 'average', 'avernus', 'averred', 'averrer', 'averted', 'avestas', 'aviarys', 'aviator', 'avidity', 'avignon', 'avionic', 'avocado', 'avocate', 'avoided', 'avoider', 'avowals', 'avowing', 'awaited', 'awakens', 'awaking', 'awarded', 'awarder', 'awesome', 'awfully', 'awkward', 'awnings', 'axially', 'axolotl', 'ayyubid', 'azaleas', 'azanias', 'azimuth', 'azoress', 'aztecan', 'aztlans', 'babbage', 'babbitt', 'babbled', 'babbler', 'babbles', 'babcock', 'babiest', 'baboons', 'babying', 'babyish', 'babylon', 'babysat', 'babysit', 'bacalls', 'bacardi', 'bacchus', 'bacilli', 'backbit', 'backers', 'backhoe', 'backing', 'backlog', 'backups', 'backuss', 'bactria', 'baddest', 'badgers', 'badland', 'badness', 'baffins', 'baffled', 'baffler', 'baffles', 'baggage', 'baggers', 'baggier', 'baggies', 'bagging', 'baghdad', 'bagpipe', 'bahamas', 'bahrain', 'bahrein', 'baileys', 'bailiff', 'bailing', 'bailout', 'bainite', 'baiting', 'bakerys', 'baklava', 'bakunin', 'balance', 'balaton', 'balcony', 'balders', 'baldest', 'balding', 'baldwin', 'baleens', 'baleful', 'balfour', 'balkans', 'balkier', 'balking', 'ballads', 'ballard', 'ballast', 'ballers', 'ballets', 'balling', 'balloon', 'ballots', 'balmier', 'baloney', 'balsams', 'baltics', 'balzacs', 'bamakos', 'bamboos', 'banachs', 'banally', 'bananas', 'banbury', 'bandage', 'bandana', 'bandgap', 'bandied', 'bandier', 'bandies', 'banding', 'bandits', 'bandung', 'baneful', 'banging', 'bangkok', 'bangles', 'banguis', 'banjoes', 'bankers', 'banking', 'banners', 'banning', 'banquet', 'banshee', 'bantams', 'banters', 'banting', 'banyans', 'baobabs', 'baotous', 'baptise', 'baptism', 'baptist', 'baptize', 'baracks', 'barbara', 'barbary', 'barbell', 'barbers', 'barbing', 'barbour', 'barbras', 'barbuda', 'barbudo', 'barclay', 'bardeen', 'barents', 'barfing', 'barflys', 'bargain', 'barging', 'bariums', 'barkeep', 'barkers', 'barking', 'barkley', 'barleys', 'barlows', 'barmaid', 'barnaby', 'barnard', 'barnaul', 'barnett', 'barneys', 'baronet', 'baronys', 'baroque', 'barrack', 'barrage', 'barrels', 'barrens', 'barrera', 'barrett', 'barrier', 'barries', 'barring', 'barrios', 'barrons', 'barroom', 'barrows', 'barstow', 'bartend', 'barters', 'basalts', 'baseman', 'basemen', 'bashful', 'bashing', 'basilar', 'baskets', 'basking', 'basques', 'bassett', 'bassist', 'bassoon', 'bastard', 'basting', 'bastion', 'bataans', 'batavia', 'batched', 'batches', 'bateman', 'bathers', 'bathing', 'bathmat', 'bathoss', 'bathtub', 'batista', 'batmans', 'batsman', 'batsmen', 'battens', 'batters', 'battery', 'battier', 'batting', 'battled', 'battler', 'battles', 'batwing', 'baubles', 'bauhaus', 'baulked', 'bauxite', 'bavaria', 'bawdier', 'bawdily', 'bawling', 'baxters', 'bayeuxs', 'baylors', 'bayonet', 'bayonne', 'bayport', 'bazaars', 'bazooka', 'beached', 'beaches', 'beacons', 'beadier', 'beading', 'beadles', 'beagles', 'beakers', 'beamers', 'beaming', 'beanbag', 'beaners', 'beaning', 'bearded', 'bearers', 'bearing', 'bearish', 'beasley', 'beastie', 'beastly', 'beaters', 'beatify', 'beating', 'beatles', 'beatnik', 'beatrix', 'beatriz', 'beautys', 'beavers', 'becalms', 'because', 'bechtel', 'beckers', 'beckets', 'beckett', 'beckman', 'beckons', 'becloud', 'becomes', 'bedbugs', 'bedders', 'bedding', 'bedecks', 'bedevil', 'bedfast', 'bedford', 'bedlams', 'bedouin', 'bedpans', 'bedpost', 'bedrock', 'bedroll', 'bedroom', 'bedside', 'bedsore', 'bedtime', 'beecham', 'beechen', 'beecher', 'beeches', 'beefers', 'beefier', 'beefing', 'beehive', 'beeline', 'beepers', 'beeping', 'beeswax', 'beetled', 'beetles', 'beetons', 'befalls', 'befouls', 'beggars', 'beggary', 'begging', 'begonia', 'beguile', 'behalfs', 'behaved', 'behaves', 'beheads', 'behests', 'behinds', 'beholds', 'behoove', 'behoved', 'behoves', 'behring', 'beijing', 'beiruts', 'bekesys', 'belabor', 'belarus', 'belated', 'belayed', 'belched', 'belches', 'belfast', 'belfrys', 'belgian', 'belgium', 'beliefs', 'believe', 'belinda', 'belizes', 'bellamy', 'bellboy', 'belleek', 'bellhop', 'bellied', 'bellies', 'belling', 'bellini', 'bellman', 'bellmen', 'bellows', 'belmont', 'belongs', 'beloved', 'beltane', 'belting', 'beltway', 'belushi', 'belying', 'bemoans', 'bemused', 'bemuses', 'benares', 'benched', 'benches', 'benders', 'bending', 'bendixs', 'beneath', 'benefit', 'benelux', 'bengali', 'bengals', 'benight', 'benitas', 'benitos', 'bennett', 'bennies', 'bensons', 'bentham', 'benthic', 'bentley', 'benumbs', 'benzene', 'beograd', 'beowulf', 'bequest', 'berated', 'berates', 'berbers', 'bereave', 'beretta', 'bergens', 'bergers', 'bergman', 'bergson', 'berlins', 'berlioz', 'berlitz', 'bermuda', 'bernard', 'bernays', 'bernice', 'bernies', 'bernini', 'berried', 'berries', 'berserk', 'berthas', 'berthed', 'berties', 'bertram', 'berwick', 'beseech', 'besides', 'besiege', 'bespeak', 'bespoke', 'bestial', 'besting', 'bestirs', 'bestows', 'bestrid', 'betaken', 'betakes', 'bethany', 'bethink', 'bethune', 'betided', 'betides', 'betoken', 'betrays', 'betroth', 'betters', 'betties', 'betting', 'bettors', 'bettyes', 'between', 'betwixt', 'beveled', 'beverly', 'bewails', 'bewared', 'bewares', 'bewitch', 'bhutans', 'bhuttos', 'biancas', 'biasing', 'biassed', 'biaxial', 'bibbing', 'bicepss', 'bickers', 'bicycle', 'bidders', 'biddies', 'bidding', 'bifocal', 'bigamys', 'bigelow', 'bigfoot', 'biggest', 'biggies', 'biggles', 'bighorn', 'bigness', 'bigoted', 'bigotry', 'bigwigs', 'bikinis', 'bilayer', 'bilious', 'bilking', 'billers', 'billets', 'billies', 'billing', 'billion', 'billows', 'billowy', 'bimboes', 'biminis', 'bimodal', 'binarys', 'binders', 'bindery', 'binding', 'bingham', 'binging', 'binning', 'biology', 'biomass', 'biopsys', 'biotite', 'bipedal', 'biplane', 'bipolar', 'birched', 'birchen', 'birches', 'birdied', 'birdies', 'birding', 'biretta', 'birthed', 'biscuit', 'bisects', 'bishkek', 'bishops', 'bismark', 'bismuth', 'bisques', 'bissaus', 'bistate', 'bistros', 'bitched', 'bitches', 'bittern', 'bitters', 'bitumen', 'bitwise', 'bivalve', 'bivouac', 'bizarre', 'blabbed', 'blacked', 'blacken', 'blacker', 'blackly', 'bladder', 'blaines', 'blamers', 'blaming', 'blancas', 'blanche', 'blander', 'blandly', 'blanked', 'blanker', 'blanket', 'blankly', 'blaring', 'blarney', 'blasted', 'blaster', 'blatant', 'blather', 'blazers', 'blazing', 'blazons', 'bleachs', 'bleaker', 'bleakly', 'bleated', 'bleeder', 'bleeker', 'bleeped', 'blemish', 'blended', 'blender', 'blessed', 'blesses', 'blevins', 'blights', 'blinded', 'blinder', 'blindly', 'blinked', 'blinker', 'blintze', 'blintzs', 'blister', 'blither', 'blitzed', 'blitzes', 'bloated', 'bloater', 'blobbed', 'blocked', 'blocker', 'blogged', 'blogger', 'blondel', 'blonder', 'blondes', 'blondie', 'blooded', 'bloomed', 'bloomer', 'blooper', 'blossom', 'blotchs', 'blotchy', 'blotted', 'blotter', 'bloused', 'blouses', 'blowers', 'blowgun', 'blowing', 'blowout', 'blowups', 'blubber', 'blucher', 'blueing', 'bluejay', 'bluffed', 'bluffer', 'bluings', 'blunder', 'blunted', 'blunter', 'bluntly', 'blurred', 'blurted', 'blushed', 'blusher', 'blushes', 'bluster', 'blythes', 'boarded', 'boarder', 'boasted', 'boaster', 'boaters', 'boating', 'boatman', 'boatmen', 'bobbies', 'bobbing', 'bobbins', 'bobbitt', 'bobbled', 'bobbles', 'bobcats', 'bobsled', 'bobtail', 'bodegas', 'bodices', 'bodkins', 'boeings', 'boeotia', 'bogarts', 'bogeyed', 'boggier', 'bogging', 'boggled', 'boggles', 'bohemia', 'boilers', 'boiling', 'boldest', 'boleros', 'boletus', 'boleyns', 'bolivar', 'bolivia', 'bologna', 'boloney', 'bolshoi', 'bolster', 'bolting', 'bombard', 'bombast', 'bombays', 'bombers', 'bombing', 'bonanza', 'bonbons', 'bondage', 'bonders', 'bonding', 'boneyer', 'bonfire', 'bonging', 'bongoes', 'boniest', 'bonitas', 'bonitos', 'bonkers', 'bonners', 'bonnets', 'bonnier', 'bonnies', 'bonsais', 'bonuses', 'boobies', 'boobing', 'boodles', 'boogied', 'boogies', 'bookend', 'bookers', 'bookies', 'booking', 'bookish', 'booklet', 'boolean', 'booming', 'boorish', 'boosted', 'booster', 'bootees', 'booties', 'booting', 'bootleg', 'boozers', 'boozier', 'boozing', 'bopping', 'borates', 'bordens', 'borders', 'bordons', 'boreass', 'boredom', 'borglum', 'borlaug', 'borneos', 'borodin', 'borough', 'borrows', 'borschs', 'borscht', 'bosnias', 'bosonic', 'bossier', 'bossily', 'bossing', 'bostons', 'boswell', 'botanic', 'botanys', 'botched', 'botcher', 'botches', 'bothers', 'bottled', 'bottler', 'bottles', 'bottoms', 'botulin', 'boucher', 'boudoir', 'boulder', 'boulezs', 'bounced', 'bouncer', 'bounces', 'bounded', 'bounden', 'bounder', 'bountys', 'bouquet', 'bourbon', 'bovarys', 'bovines', 'bowdoin', 'bowells', 'bowerys', 'bowlder', 'bowlers', 'bowline', 'bowling', 'bowmans', 'boxcars', 'boxings', 'boxtops', 'boxwood', 'boycott', 'boyhood', 'bracing', 'bracken', 'bracket', 'bradley', 'bradlys', 'bragged', 'bragger', 'brahman', 'brahmas', 'brahmin', 'brahmss', 'braided', 'braille', 'brained', 'braised', 'braises', 'braking', 'bramble', 'brambly', 'branchs', 'branded', 'branden', 'brandie', 'brandis', 'brandon', 'brandys', 'braniff', 'brasher', 'brashly', 'brasses', 'bravado', 'bravely', 'bravery', 'bravest', 'braving', 'bravura', 'brawled', 'brawler', 'braying', 'brazens', 'brazier', 'brazils', 'brazing', 'brazoss', 'breachs', 'breaded', 'breadth', 'breaker', 'breakup', 'breasts', 'breathe', 'breaths', 'breathy', 'breccia', 'breechs', 'breeder', 'breezed', 'breezes', 'brendan', 'brendas', 'brennan', 'brenner', 'brenton', 'bretons', 'brevets', 'brevity', 'brewers', 'brewery', 'brewing', 'brianas', 'brianna', 'bribers', 'bribery', 'bribing', 'bricked', 'bricker', 'bridals', 'bridged', 'bridger', 'bridges', 'bridget', 'bridled', 'bridles', 'briefed', 'briefer', 'briefly', 'brigade', 'brigand', 'brigham', 'brigids', 'brimful', 'brimmed', 'brindle', 'bringed', 'bringer', 'brinier', 'briquet', 'brisked', 'brisker', 'brisket', 'briskly', 'bristle', 'bristly', 'bristol', 'britain', 'british', 'britney', 'britons', 'britten', 'brittle', 'broachs', 'broaden', 'broader', 'broadly', 'brocade', 'brockle', 'brogans', 'broglie', 'brogues', 'broiled', 'broiler', 'brokaws', 'brokers', 'bromide', 'bromine', 'bromley', 'bronchi', 'broncho', 'broncos', 'bronson', 'bronzed', 'bronzes', 'broochs', 'brooded', 'brooder', 'brooked', 'brothel', 'brother', 'brought', 'browned', 'browner', 'brownie', 'browsed', 'browser', 'browses', 'brubeck', 'bruegel', 'bruised', 'bruiser', 'bruises', 'brumidi', 'brummel', 'brunchs', 'bruneis', 'brunets', 'brushed', 'brushes', 'brusker', 'bruskly', 'brusque', 'brutish', 'brutuss', 'brynner', 'bryozoa', 'bubbled', 'bubbles', 'bubblys', 'buckets', 'buckeye', 'bucking', 'buckled', 'buckler', 'buckles', 'buckley', 'buckner', 'buckram', 'bucksaw', 'bucolic', 'buddhas', 'buddies', 'budding', 'budgets', 'budgies', 'budging', 'buffalo', 'buffers', 'buffets', 'buffing', 'buffoon', 'bufords', 'bugaboo', 'bugatti', 'bugbear', 'bugeyed', 'buggers', 'buggier', 'buggies', 'bugging', 'buglers', 'bugling', 'builder', 'buildup', 'builtin', 'bukhara', 'bulblet', 'bulbous', 'bulgari', 'bulgier', 'bulging', 'bulimia', 'bulimic', 'bulkier', 'bulking', 'bulldog', 'bullets', 'bullied', 'bullies', 'bulling', 'bullion', 'bullish', 'bullock', 'bullpen', 'bulrush', 'bulwark', 'bumbled', 'bumbler', 'bumbles', 'bummers', 'bummest', 'bumming', 'bumpers', 'bumpier', 'bumping', 'bumpkin', 'bumppos', 'bunched', 'bunches', 'bundled', 'bundles', 'bunging', 'bungled', 'bungler', 'bungles', 'bunions', 'bunkers', 'bunking', 'bunkums', 'bunnies', 'bunters', 'bunting', 'bunyans', 'buoyant', 'buoying', 'burbank', 'burbled', 'burbles', 'burdens', 'burdock', 'bureaus', 'bureaux', 'burette', 'burgeon', 'burgers', 'burgess', 'burgher', 'burglar', 'burgled', 'burgles', 'burials', 'burlaps', 'burlier', 'burmese', 'burners', 'burnett', 'burnham', 'burning', 'burnish', 'burnous', 'burnout', 'burntly', 'burping', 'burring', 'burriss', 'burrito', 'burrows', 'bursars', 'bursted', 'burtons', 'burundi', 'burying', 'busbies', 'busboys', 'bushels', 'bushido', 'bushier', 'bushing', 'bushman', 'bushmen', 'busiest', 'busings', 'bussing', 'bustard', 'busters', 'busting', 'bustled', 'bustles', 'busying', 'butanes', 'butcher', 'butches', 'butlers', 'butters', 'buttery', 'butting', 'buttock', 'buttons', 'butyric', 'buyouts', 'buzzard', 'buzzers', 'buzzing', 'buzzsaw', 'bybloss', 'byelaws', 'bygones', 'bylines', 'bypasss', 'byplays', 'byronic', 'bywords', 'cabanas', 'cabaret', 'cabbage', 'cabbies', 'cabbing', 'cabinet', 'cabling', 'caboose', 'cabrera', 'cabrini', 'cachets', 'caching', 'cackled', 'cackler', 'cackles', 'cactuss', 'cadaver', 'caddied', 'caddies', 'caddish', 'cadence', 'cadenza', 'cadgers', 'cadging', 'cadmium', 'caducei', 'caedmon', 'caesars', 'caesium', 'caesura', 'caftans', 'cagiest', 'cagneys', 'cahokia', 'cahoots', 'caisson', 'caitlin', 'cajoled', 'cajoles', 'calamus', 'calcify', 'calcine', 'calcite', 'calcium', 'calculi', 'caldera', 'caldron', 'calgary', 'calhoun', 'caliban', 'caliber', 'calibre', 'calicos', 'caliper', 'caliphs', 'calking', 'calkins', 'callers', 'callies', 'calling', 'callous', 'calluss', 'calmest', 'calming', 'caloric', 'calorie', 'calumet', 'calumny', 'calvary', 'calvert', 'calving', 'calvins', 'calyces', 'calypso', 'calyxes', 'camacho', 'cambers', 'cambium', 'cambric', 'camelot', 'cameras', 'cameron', 'camilla', 'camille', 'camoens', 'campers', 'camphor', 'campier', 'camping', 'campion', 'campuss', 'canaans', 'canadas', 'canards', 'canarys', 'canasta', 'cancans', 'cancels', 'cancers', 'cancuns', 'candace', 'candela', 'candice', 'candide', 'candied', 'candies', 'candled', 'candler', 'candles', 'candors', 'candour', 'canines', 'cankers', 'canners', 'cannery', 'canness', 'cannier', 'cannily', 'canning', 'cannons', 'canonic', 'canopus', 'canopys', 'cantata', 'canteen', 'canters', 'canting', 'cantons', 'cantors', 'canvass', 'canyons', 'capable', 'capably', 'capella', 'capered', 'capital', 'capitol', 'caplets', 'capping', 'caprice', 'capsize', 'capstan', 'capsule', 'captain', 'caption', 'captive', 'captors', 'capture', 'capulet', 'carabao', 'caracas', 'caracul', 'carafes', 'caramel', 'caravan', 'caraway', 'carbide', 'carbine', 'carbone', 'carbons', 'carboxy', 'carboys', 'carcass', 'cardiac', 'cardiff', 'carding', 'cardins', 'cardiod', 'cardozo', 'careens', 'careers', 'careful', 'caresss', 'carfare', 'cargill', 'cargoes', 'caribou', 'cariess', 'carings', 'carissa', 'carjack', 'carlene', 'carlins', 'carload', 'carlson', 'carlton', 'carlyle', 'carmela', 'carmelo', 'carmens', 'carmine', 'carnage', 'carneys', 'caroled', 'caroler', 'caroles', 'carolyn', 'caromed', 'carotid', 'carouse', 'carpals', 'carpels', 'carpets', 'carping', 'carport', 'carpuss', 'carrara', 'carrels', 'carried', 'carrier', 'carries', 'carrion', 'carroll', 'carrots', 'carsick', 'cartels', 'carters', 'cartier', 'carting', 'cartons', 'cartoon', 'carvers', 'carving', 'cascade', 'cascara', 'caseins', 'cashers', 'cashews', 'cashier', 'cashing', 'casings', 'casinos', 'caskets', 'caspian', 'cassatt', 'cassava', 'cassias', 'cassies', 'cassino', 'cassius', 'cassock', 'casters', 'casteth', 'casting', 'castled', 'castles', 'castoff', 'castors', 'casuals', 'casuist', 'catalan', 'catalog', 'catalpa', 'catarrh', 'catawba', 'catbird', 'catboat', 'catcall', 'catched', 'catcher', 'catches', 'catchup', 'catered', 'caterer', 'catfish', 'catguts', 'cathays', 'cathode', 'cathryn', 'cations', 'catkins', 'catlike', 'catnaps', 'catnips', 'catsups', 'cattail', 'cattier', 'cattily', 'cattles', 'catwalk', 'caucuss', 'caulked', 'causate', 'causing', 'caustic', 'caution', 'cavalry', 'caveats', 'caveman', 'cavemen', 'caverns', 'caviare', 'caviars', 'caviled', 'cavitys', 'cavorts', 'cayenne', 'caymans', 'cayugas', 'ceasing', 'cebuano', 'cecelia', 'ceciles', 'cecilia', 'cecilys', 'cedilla', 'cedrics', 'ceiling', 'celebes', 'celerys', 'celesta', 'celeste', 'celinas', 'cellars', 'cellini', 'cellist', 'celsius', 'celtics', 'cements', 'censers', 'censors', 'censure', 'censuss', 'centaur', 'centers', 'centime', 'central', 'centred', 'centres', 'centrex', 'centric', 'century', 'cepheid', 'cepheus', 'ceramic', 'cereals', 'cerebra', 'cerises', 'certain', 'certify', 'cervixs', 'cesiums', 'cession', 'cessnas', 'ceylons', 'cezanne', 'chablis', 'chaffed', 'chaffer', 'chafing', 'chagall', 'chagrin', 'chained', 'chaired', 'chaises', 'chaitin', 'chalets', 'chalice', 'chalked', 'chamber', 'chamfer', 'chammys', 'chamois', 'chamoix', 'champed', 'chanced', 'chancel', 'chances', 'chandon', 'chandra', 'chaneys', 'changed', 'changer', 'changes', 'channel', 'chanson', 'chanted', 'chanter', 'chantey', 'chantry', 'chantys', 'chaotic', 'chapels', 'chaplet', 'chaplin', 'chapman', 'chapped', 'chapter', 'charade', 'charged', 'charger', 'charges', 'charier', 'charily', 'chariot', 'charity', 'charles', 'charley', 'charlie', 'charmed', 'charmer', 'charmin', 'charons', 'charred', 'charted', 'charter', 'chasers', 'chasing', 'chasity', 'chassis', 'chasten', 'chaster', 'chateau', 'chatham', 'chatted', 'chattel', 'chatter', 'chaucer', 'chavezs', 'cheapen', 'cheaper', 'cheaply', 'cheated', 'cheater', 'chechen', 'checked', 'checker', 'checkup', 'cheddar', 'cheeked', 'cheeped', 'cheered', 'cheerer', 'cheesed', 'cheeses', 'cheetah', 'cheetos', 'cheever', 'chekhov', 'chelate', 'chelsea', 'chemise', 'chemist', 'cheneys', 'chengdu', 'chennai', 'chequed', 'chequer', 'cheques', 'cheries', 'cherish', 'cheroot', 'cherrys', 'cherubs', 'chervil', 'cheryls', 'chester', 'cheviot', 'chevron', 'chewers', 'chewier', 'chewing', 'chianti', 'chibcha', 'chicago', 'chicana', 'chicano', 'chicest', 'chichis', 'chicken', 'chicles', 'chicory', 'chidden', 'chiding', 'chiefer', 'chiefly', 'chiffon', 'chigger', 'chignon', 'chilean', 'chilies', 'chilled', 'chiller', 'chillis', 'chimera', 'chiming', 'chimney', 'chinese', 'chinked', 'chinned', 'chinner', 'chinook', 'chintzs', 'chintzy', 'chipped', 'chipper', 'chirico', 'chirped', 'chirrup', 'chisels', 'chitins', 'chivass', 'chocked', 'choctaw', 'choicer', 'choices', 'chokers', 'choking', 'cholera', 'cholers', 'chomped', 'chomsky', 'chooser', 'chooses', 'choosey', 'chopins', 'chopped', 'chopper', 'chopras', 'chorale', 'chorals', 'chordal', 'chorine', 'choring', 'chortle', 'choruss', 'chowder', 'chowing', 'christa', 'christi', 'christs', 'christy', 'chromed', 'chromes', 'chromic', 'chronic', 'chteaus', 'chteaux', 'chucked', 'chuckle', 'chugged', 'chukchi', 'chumash', 'chummed', 'churchs', 'churned', 'chutney', 'chutzpa', 'chuvash', 'cicadae', 'cicadas', 'ciceros', 'cigaret', 'ciliate', 'ciliums', 'cimabue', 'cinched', 'cinches', 'cinders', 'cinemas', 'ciphers', 'circled', 'circles', 'circlet', 'circuit', 'circuss', 'cirruss', 'cistern', 'citadel', 'citizen', 'citrate', 'citroen', 'citrons', 'citrous', 'citruss', 'civicss', 'civilly', 'civvies', 'clacked', 'claimed', 'claires', 'clairol', 'clamber', 'clammed', 'clamors', 'clamour', 'clamped', 'clancys', 'clanged', 'clangor', 'clanked', 'clapped', 'clapper', 'clapton', 'clarets', 'clarice', 'clarify', 'clarion', 'clarity', 'clarkes', 'clashed', 'clashes', 'clasped', 'classed', 'classes', 'classic', 'clatter', 'claudes', 'claudia', 'claudio', 'clausen', 'clauses', 'clawing', 'clayier', 'clayton', 'cleaned', 'cleaner', 'cleanly', 'cleanse', 'cleanup', 'cleared', 'clearer', 'clearly', 'cleaved', 'cleaver', 'cleaves', 'clemens', 'clement', 'clemons', 'clemson', 'clenchs', 'clergys', 'clerics', 'clerked', 'clewing', 'cliburn', 'cliches', 'clicked', 'clients', 'clifton', 'climate', 'climaxs', 'climbed', 'climber', 'clinchs', 'clinics', 'clinked', 'clinker', 'clinton', 'clipped', 'clipper', 'cliques', 'cloaked', 'clobber', 'cloches', 'clocked', 'clocker', 'clogged', 'clomped', 'cloning', 'clopped', 'clorets', 'cloroxs', 'closely', 'closers', 'closest', 'closets', 'closeup', 'closing', 'closure', 'clothed', 'clothes', 'clothos', 'clotted', 'cloture', 'clouded', 'clouted', 'clovers', 'cloviss', 'clowned', 'cloying', 'clubbed', 'clucked', 'clueing', 'clumped', 'clunked', 'clunker', 'cluster', 'clutchs', 'clutter', 'coached', 'coacher', 'coaches', 'coaling', 'coarsen', 'coarser', 'coastal', 'coasted', 'coaster', 'coating', 'coaxial', 'coaxing', 'cobains', 'cobalts', 'cobbled', 'cobbler', 'cobbles', 'cobwebs', 'cocaine', 'coccuss', 'coccyxs', 'cochise', 'cochlea', 'cochran', 'cockade', 'cockeye', 'cockier', 'cockily', 'cocking', 'cockles', 'cockney', 'cockpit', 'coconut', 'cocoons', 'cocteau', 'codding', 'coddled', 'coddles', 'codeine', 'codfish', 'codgers', 'codices', 'codicil', 'codings', 'coequal', 'coerced', 'coerces', 'coevals', 'coexist', 'coffees', 'coffers', 'coffeys', 'coffins', 'coffman', 'cogency', 'cognacs', 'cognate', 'cohabit', 'cohered', 'coheres', 'cohorts', 'coiffed', 'coifing', 'coiling', 'coinage', 'coining', 'coituss', 'colbert', 'coldest', 'coleens', 'coleman', 'colette', 'colfaxs', 'colgate', 'colicky', 'colitis', 'collage', 'collard', 'collars', 'collate', 'collect', 'colleen', 'college', 'collide', 'collier', 'collies', 'collins', 'colloid', 'collude', 'cologne', 'colombo', 'colonel', 'colones', 'colonys', 'colored', 'colorer', 'colossi', 'colours', 'coltish', 'columns', 'combats', 'combers', 'combine', 'combing', 'comedic', 'comedys', 'comfier', 'comfort', 'comical', 'comings', 'comitys', 'command', 'commend', 'comment', 'commits', 'commode', 'commons', 'commune', 'commute', 'comoros', 'compact', 'company', 'compaqs', 'compare', 'compass', 'compels', 'compete', 'compile', 'complex', 'comport', 'compose', 'compost', 'compote', 'compton', 'compute', 'comrade', 'conakry', 'concave', 'conceal', 'concede', 'conceit', 'concept', 'concern', 'concert', 'conches', 'concise', 'concoct', 'concord', 'concurs', 'condemn', 'condoes', 'condole', 'condoms', 'condone', 'condors', 'conduce', 'conduct', 'conduit', 'confabs', 'confect', 'confers', 'confess', 'confide', 'confine', 'confirm', 'conform', 'confrre', 'confuse', 'confute', 'congaed', 'congeal', 'congest', 'conical', 'conifer', 'conjoin', 'conjure', 'conking', 'conklin', 'conleys', 'connect', 'conners', 'connery', 'connies', 'conning', 'connive', 'connors', 'connote', 'conquer', 'conrail', 'consent', 'consign', 'consist', 'console', 'consomm', 'consort', 'consuls', 'consult', 'consume', 'contact', 'contain', 'contend', 'content', 'contest', 'context', 'contort', 'contour', 'control', 'contuse', 'convair', 'convect', 'convene', 'convent', 'convert', 'conveys', 'convict', 'convoke', 'convoys', 'cookers', 'cookery', 'cookies', 'cooking', 'cookout', 'coolant', 'coolers', 'coolest', 'cooleys', 'coolies', 'cooling', 'coopers', 'cooping', 'cooties', 'copecks', 'copiers', 'copilot', 'copings', 'copious', 'copland', 'coppers', 'coppery', 'coppice', 'copping', 'coppola', 'copters', 'coptics', 'copulae', 'copulas', 'copycat', 'copying', 'coquina', 'corbett', 'cordage', 'cordial', 'cording', 'cordite', 'cordoba', 'cordons', 'corinas', 'corines', 'corinne', 'corinth', 'corkers', 'corking', 'cormack', 'corncob', 'corneal', 'corneas', 'cornell', 'corners', 'cornets', 'cornice', 'cornier', 'corning', 'cornish', 'cornrow', 'corolla', 'coronae', 'coronas', 'coroner', 'coronet', 'corpora', 'corpses', 'corpuss', 'corrals', 'correct', 'corrine', 'corrode', 'corrupt', 'corsage', 'corsair', 'corsets', 'corsica', 'cortege', 'cortess', 'cortexs', 'cortezs', 'cortges', 'corvuss', 'cosiest', 'cosigns', 'cosines', 'cosmoss', 'cossack', 'costars', 'costcos', 'costing', 'costner', 'costume', 'coterie', 'cotonou', 'cottage', 'cotters', 'cottons', 'cottony', 'couched', 'couches', 'cougars', 'coughed', 'couldnt', 'coulomb', 'coulter', 'council', 'counsel', 'counted', 'counter', 'country', 'countys', 'coupled', 'coupler', 'couples', 'couplet', 'coupons', 'courage', 'courbet', 'courier', 'coursed', 'courser', 'courses', 'courted', 'courter', 'courtly', 'cousins', 'covered', 'coverts', 'coveted', 'cowards', 'cowbell', 'cowbird', 'cowboys', 'cowered', 'cowerer', 'cowgirl', 'cowhand', 'cowherd', 'cowhide', 'cowlick', 'cowling', 'cowpoke', 'cowpony', 'cowpoxs', 'cowslip', 'coxcomb', 'coyness', 'coyotes', 'cozened', 'coziest', 'cozumel', 'crabbed', 'cracked', 'cracker', 'crackle', 'crackly', 'crackup', 'cradled', 'cradles', 'crafted', 'crafter', 'crammed', 'cramped', 'cranach', 'cranial', 'craning', 'cranium', 'cranked', 'cranmer', 'crannys', 'crapped', 'crappie', 'crashed', 'crasher', 'crashes', 'crasser', 'crassly', 'craters', 'crating', 'cravats', 'cravens', 'craving', 'crawled', 'crawler', 'crayola', 'crayons', 'crazier', 'crazies', 'crazily', 'crazing', 'creaked', 'creamed', 'creamer', 'creased', 'creases', 'created', 'creates', 'creator', 'credent', 'credits', 'creedal', 'creeper', 'cremate', 'creoles', 'crested', 'cretans', 'cretins', 'crevice', 'crewcut', 'crewing', 'crewman', 'crewmen', 'cribbed', 'cricked', 'cricket', 'crimean', 'crimeas', 'crimped', 'crimson', 'cringed', 'cringes', 'crinkle', 'crinkly', 'criollo', 'cripple', 'criscos', 'crisiss', 'crisped', 'crisper', 'crispin', 'crisply', 'critics', 'critter', 'croaked', 'croatia', 'crochet', 'crocked', 'crocuss', 'croesus', 'cronies', 'cronins', 'cronuss', 'crooked', 'crookes', 'crooned', 'crooner', 'cropped', 'cropper', 'croquet', 'crosier', 'crossed', 'crosser', 'crosses', 'crossly', 'crotchs', 'crotons', 'crouchs', 'crowbar', 'crowded', 'crowder', 'crowing', 'crowley', 'crowned', 'croydon', 'crozier', 'crucial', 'crucify', 'crudely', 'crudest', 'crudits', 'crudity', 'crueler', 'cruelly', 'cruelty', 'cruised', 'cruiser', 'cruises', 'cruller', 'crumbed', 'crumble', 'crumbly', 'crumpet', 'crumple', 'crunchs', 'crunchy', 'crupper', 'crusade', 'crushed', 'crusher', 'crushes', 'crusoes', 'crusted', 'crutchs', 'crybaby', 'cryings', 'cryptic', 'crystal', 'csonkas', 'cthulhu', 'cubical', 'cubicle', 'cubisms', 'cubists', 'cuckold', 'cuckoos', 'cuddled', 'cuddles', 'cudgels', 'cuffing', 'cuisine', 'cullens', 'culling', 'culotte', 'culprit', 'culture', 'culvert', 'cumming', 'cummins', 'cumquat', 'cumulus', 'cunards', 'cunning', 'cupcake', 'cupfuls', 'cupolas', 'cupping', 'cuprous', 'cupsful', 'curable', 'curably', 'curacao', 'curacys', 'curates', 'curator', 'curbing', 'curdled', 'curdles', 'curfews', 'curious', 'curlers', 'curlews', 'curlier', 'curling', 'currant', 'current', 'curried', 'currier', 'curries', 'cursing', 'cursive', 'cursors', 'cursory', 'curtail', 'curtain', 'curtate', 'curtest', 'curtiss', 'curtsey', 'curtsys', 'curvier', 'curving', 'cushier', 'cushing', 'cushion', 'cushman', 'cuspids', 'cussing', 'custard', 'custody', 'customs', 'cutback', 'cuticle', 'cutlass', 'cutlery', 'cutlets', 'cutoffs', 'cutover', 'cutters', 'cutting', 'cutworm', 'cuviers', 'cyanate', 'cyanide', 'cybeles', 'cycling', 'cyclist', 'cycloid', 'cyclone', 'cyclops', 'cygnets', 'cygnuss', 'cymbals', 'cynical', 'cynthia', 'cyphers', 'cypress', 'cyprian', 'cypriot', 'cypruss', 'cyranos', 'czarina', 'dabbing', 'dabbled', 'dabbler', 'dabbles', 'dachaus', 'dacrons', 'dactyls', 'dadaism', 'dadaist', 'daddies', 'daemons', 'daffier', 'daftest', 'daggers', 'dagwood', 'dahlias', 'dahomey', 'dailies', 'daimler', 'daintys', 'dairies', 'daisies', 'dakotan', 'dakotas', 'dalians', 'dallass', 'dallied', 'dallies', 'daltons', 'dalzell', 'damaged', 'damager', 'damages', 'damasks', 'damians', 'damions', 'damming', 'damning', 'dampens', 'dampers', 'dampest', 'damping', 'damsels', 'damsons', 'danbury', 'dancers', 'dancing', 'danders', 'dandier', 'dandies', 'dandled', 'dandles', 'danelaw', 'dangers', 'dangled', 'dangles', 'danials', 'daniels', 'danishs', 'dankest', 'dannies', 'danones', 'danubes', 'daphnes', 'dappled', 'dapples', 'daresay', 'darezzo', 'darings', 'darkens', 'darkest', 'darlene', 'darling', 'darnell', 'darning', 'darrell', 'darrels', 'darrens', 'darrins', 'darryls', 'darting', 'darvons', 'darwins', 'dashers', 'dashiki', 'dashing', 'dastard', 'datives', 'daubers', 'daubing', 'daumier', 'daunted', 'dauphin', 'davison', 'dawdled', 'dawdler', 'dawdles', 'dawning', 'daybeds', 'daytime', 'daytona', 'dazzled', 'dazzler', 'dazzles', 'dcollet', 'deacons', 'deadens', 'deadest', 'deadpan', 'deafens', 'deafest', 'dealers', 'dealing', 'deandre', 'deannas', 'deannes', 'dearest', 'dearths', 'deathly', 'debacle', 'debarks', 'debased', 'debases', 'debated', 'debater', 'debates', 'debauch', 'debbies', 'debians', 'debited', 'deborah', 'deboras', 'debrief', 'debriss', 'debtors', 'debunks', 'debussy', 'debuted', 'decades', 'decamps', 'decants', 'decatur', 'decayed', 'decease', 'deceits', 'deceive', 'decency', 'decibel', 'decided', 'decides', 'decimal', 'decking', 'declaim', 'declare', 'decline', 'decoded', 'decoder', 'decodes', 'decorum', 'decoyed', 'decreed', 'decrees', 'decried', 'decries', 'decrypt', 'deduced', 'deducer', 'deduces', 'deducts', 'deeding', 'deejays', 'deeming', 'deepens', 'deepest', 'defaced', 'defaces', 'defamed', 'defames', 'default', 'defeats', 'defects', 'defence', 'defends', 'defense', 'defiant', 'deficit', 'defiled', 'defiles', 'defined', 'definer', 'defines', 'deflate', 'deflect', 'defocus', 'deforms', 'defraud', 'defrays', 'defrock', 'defrost', 'deftest', 'defunct', 'defused', 'defuses', 'defying', 'degrade', 'degrees', 'deicers', 'deicing', 'deidres', 'deified', 'deifies', 'deigned', 'deirdre', 'deities', 'dejects', 'dejesus', 'delaney', 'delanos', 'delayed', 'delbert', 'deleons', 'deleted', 'deleter', 'deletes', 'delgado', 'delibes', 'delicti', 'delight', 'delilah', 'delimit', 'deliria', 'deliver', 'delmars', 'delmers', 'delores', 'deloris', 'delouse', 'delphic', 'delphis', 'deltoid', 'deluded', 'deludes', 'deluged', 'deluges', 'delving', 'demagog', 'demands', 'demeans', 'demerit', 'demerol', 'demesne', 'demeter', 'demigod', 'demings', 'demised', 'demises', 'demoing', 'demonic', 'demoted', 'demotes', 'demount', 'dempsey', 'demurer', 'denials', 'deniers', 'denises', 'denizen', 'denmark', 'denoted', 'denotes', 'densely', 'densest', 'density', 'dentine', 'denting', 'dentins', 'dentist', 'denture', 'denuded', 'denudes', 'denvers', 'denying', 'departs', 'depends', 'depicts', 'deplane', 'deplete', 'deplore', 'deploys', 'deports', 'deposed', 'deposes', 'deposit', 'deprave', 'depress', 'deprive', 'deputed', 'deputes', 'deputys', 'dequeue', 'derails', 'derange', 'derbies', 'dericks', 'derided', 'derides', 'derived', 'derives', 'dermiss', 'derrick', 'derrida', 'derrire', 'dervish', 'descant', 'descend', 'descent', 'deserts', 'deserve', 'designs', 'desired', 'desiree', 'desires', 'desists', 'desktop', 'desmond', 'despair', 'despise', 'despite', 'despoil', 'despond', 'despots', 'dessert', 'destine', 'destiny', 'destroy', 'details', 'detains', 'detects', 'detente', 'detests', 'detours', 'detoxed', 'detoxes', 'detract', 'detroit', 'devalue', 'develop', 'deviant', 'deviate', 'devices', 'deviled', 'devilry', 'devious', 'devised', 'devisee', 'devises', 'devolve', 'devoted', 'devotee', 'devotes', 'devours', 'dewayne', 'dewdrop', 'dewiest', 'dewitts', 'dewlaps', 'diabase', 'diadems', 'diagram', 'dialect', 'dialing', 'dialled', 'dialogs', 'diamond', 'diannas', 'diannes', 'diapers', 'diaries', 'diarist', 'diatoms', 'dibbled', 'dibbles', 'diciest', 'dickens', 'dickers', 'dickeys', 'dickies', 'dickson', 'dictate', 'diction', 'dictums', 'diddled', 'diddles', 'diderot', 'diebold', 'diehard', 'diesels', 'dietary', 'dieters', 'dieting', 'differs', 'diffuse', 'digests', 'diggers', 'digging', 'digital', 'dignify', 'dignity', 'digraph', 'digress', 'dilated', 'dilates', 'dilbert', 'dilemma', 'dillard', 'dillies', 'dillons', 'diluent', 'diluted', 'dilutes', 'dimmers', 'dimmest', 'dimming', 'dimness', 'dimpled', 'dimples', 'dimwits', 'dinette', 'dinghys', 'dingier', 'dinging', 'dingoes', 'dinkier', 'dinkies', 'dinners', 'dinning', 'diocese', 'dionnes', 'diopter', 'diorama', 'diorite', 'dioxide', 'dioxins', 'diploid', 'diploma', 'dippers', 'dipping', 'directs', 'dirtied', 'dirtier', 'dirties', 'dirtily', 'disable', 'disarms', 'disavow', 'disband', 'disbars', 'discard', 'discern', 'discoed', 'discoid', 'discord', 'discuss', 'disdain', 'disease', 'disgust', 'dishing', 'dishpan', 'dishrag', 'dislike', 'dismays', 'dismiss', 'disobey', 'disowns', 'dispell', 'dispels', 'display', 'disport', 'dispose', 'dispute', 'disrobe', 'disrupt', 'dissect', 'dissent', 'dissing', 'distaff', 'distant', 'distend', 'distill', 'distils', 'distort', 'disturb', 'disused', 'disuses', 'ditched', 'ditches', 'dithers', 'ditties', 'dittoed', 'dittoes', 'diurnal', 'diverge', 'diverse', 'diverts', 'divests', 'divided', 'divider', 'divides', 'divined', 'diviner', 'divines', 'divings', 'divisor', 'divorce', 'divulge', 'divvied', 'divvies', 'diwalis', 'dizzied', 'dizzier', 'dizzies', 'dizzily', 'djinnis', 'dmitris', 'dnieper', 'dobbins', 'docents', 'dockets', 'docking', 'doctors', 'dodders', 'dodgers', 'dodging', 'dodgson', 'dodomas', 'dodsons', 'doeuvre', 'doffing', 'dogbane', 'dogfish', 'doggier', 'doggies', 'dogging', 'doggone', 'dogmata', 'dogtrot', 'dogwood', 'doherty', 'doilies', 'doldrum', 'doleful', 'dollars', 'dollies', 'dolling', 'dollops', 'dolmens', 'dolores', 'dolphin', 'doltish', 'domains', 'domingo', 'dominic', 'dominos', 'donahue', 'donalds', 'donated', 'donates', 'donetsk', 'donkeys', 'donnell', 'donners', 'donnies', 'donning', 'donovan', 'doodads', 'doodled', 'doodler', 'doodles', 'dooleys', 'dooming', 'doorman', 'doormat', 'doormen', 'doorway', 'dopiest', 'doppler', 'doreens', 'dorians', 'doritos', 'dorkier', 'dormant', 'dormers', 'dormice', 'dorothy', 'dorseys', 'dorthys', 'dosages', 'dossier', 'dotages', 'dotsons', 'dotting', 'doualas', 'doubled', 'doubler', 'doubles', 'doublet', 'doubted', 'doubter', 'douched', 'douches', 'doughty', 'douglas', 'dourest', 'dousing', 'dovekie', 'dowager', 'dowdier', 'dowdies', 'dowdily', 'doweled', 'dowling', 'downers', 'downier', 'downing', 'dowries', 'dowsing', 'dozenth', 'drabber', 'drachma', 'dracula', 'drafted', 'draftee', 'drafter', 'dragged', 'dragnet', 'dragons', 'dragoon', 'drained', 'drainer', 'drapers', 'drapery', 'draping', 'drastic', 'draught', 'drawers', 'drawing', 'drawled', 'drawnly', 'dreaded', 'dreamed', 'dreamer', 'dredged', 'dredger', 'dredges', 'dreiser', 'dresden', 'dressed', 'dresser', 'dresses', 'dreyfus', 'dribble', 'driblet', 'drifted', 'drifter', 'drilled', 'driller', 'drinker', 'dripped', 'dristan', 'drivels', 'drivers', 'driving', 'drizzle', 'drizzly', 'droller', 'droning', 'drooled', 'drooped', 'droplet', 'dropout', 'dropped', 'dropper', 'dropsys', 'drought', 'drouths', 'drovers', 'drowned', 'drowsed', 'drowses', 'drubbed', 'drudged', 'drudges', 'drugged', 'drumlin', 'drummed', 'drummer', 'drunken', 'drunker', 'drunkly', 'dryness', 'drywall', 'dtentes', 'dualism', 'duality', 'dubbing', 'dubceks', 'dubiety', 'dubious', 'dublins', 'duchamp', 'duchess', 'duchies', 'ducking', 'ductile', 'ducting', 'dudgeon', 'dueling', 'duelist', 'duelled', 'duffers', 'dugouts', 'dukedom', 'dullard', 'dullest', 'dulling', 'dulness', 'dumbest', 'dummies', 'dumpier', 'dumping', 'dunedin', 'dungeon', 'dunging', 'dunking', 'dunkirk', 'dunlaps', 'dunnest', 'dunning', 'duodena', 'duopoly', 'duplexs', 'durable', 'durably', 'durance', 'durango', 'durante', 'duresss', 'durhams', 'durrell', 'durward', 'duskier', 'dustbin', 'dusters', 'dustier', 'dusting', 'dustins', 'dustman', 'dustmen', 'dustpan', 'duteous', 'dutiful', 'dwarfed', 'dwarves', 'dwaynes', 'dwelled', 'dweller', 'dwights', 'dwindle', 'dynamic', 'dynamos', 'dynasty', 'eagerer', 'eagerly', 'eaglets', 'earache', 'eardrum', 'earfuls', 'earhart', 'earldom', 'earlene', 'earlier', 'earline', 'earlobe', 'earmark', 'earmuff', 'earners', 'earnest', 'earning', 'earplug', 'earring', 'earshot', 'earthed', 'earthen', 'earthly', 'earwaxs', 'earwigs', 'easiest', 'eastern', 'easters', 'eastman', 'eatable', 'eaterys', 'eatings', 'ebonics', 'ebonies', 'echelon', 'echidna', 'echoing', 'eclipse', 'eclogue', 'ecology', 'economy', 'ecstasy', 'ectopic', 'ecuador', 'eczemas', 'eddying', 'edgardo', 'edgiest', 'edgings', 'edibles', 'edifice', 'edified', 'edifies', 'edisons', 'editing', 'edition', 'editors', 'edmonds', 'edmunds', 'eduardo', 'educate', 'edwardo', 'edwards', 'edwinas', 'eeriest', 'eeyores', 'effaced', 'effaces', 'effects', 'effigys', 'efforts', 'efrains', 'egghead', 'eggnogs', 'egoisms', 'egoists', 'egotism', 'egotist', 'egresss', 'ehrlich', 'eidetic', 'eighths', 'eightys', 'eileens', 'eisners', 'ejected', 'ejector', 'ekstrom', 'elanors', 'elapsed', 'elapses', 'elastic', 'elating', 'elation', 'elbowed', 'elderly', 'eleanor', 'eleazar', 'elected', 'elector', 'electra', 'electro', 'elegant', 'elegiac', 'elegies', 'element', 'elevate', 'elevens', 'elicits', 'eliding', 'elijahs', 'elinors', 'eliseos', 'elision', 'elitism', 'elitist', 'elixirs', 'elkhart', 'elliots', 'elliott', 'ellipse', 'ellison', 'ellwood', 'elnaths', 'elnoras', 'eloises', 'eloping', 'eltanin', 'eluding', 'elusive', 'elution', 'elviras', 'elwoods', 'elysian', 'elysium', 'emailed', 'emanate', 'emanuel', 'embalms', 'embargo', 'embarks', 'embassy', 'emblems', 'embower', 'embrace', 'embroil', 'embryos', 'emended', 'emerald', 'emerged', 'emerges', 'emeriti', 'emerson', 'emetics', 'emilias', 'emilios', 'eminems', 'eminent', 'emirate', 'emitted', 'emitter', 'emmetts', 'emoting', 'emotion', 'emotive', 'empanel', 'empathy', 'emperor', 'empires', 'empiric', 'emplace', 'employe', 'employs', 'emporia', 'empower', 'empress', 'emptied', 'emptier', 'empties', 'emptily', 'emulate', 'enabled', 'enabler', 'enables', 'enacted', 'enamels', 'enamors', 'enamour', 'encamps', 'encarta', 'encased', 'encases', 'enchain', 'enchant', 'enclave', 'enclose', 'encoded', 'encoder', 'encodes', 'encomia', 'encored', 'encores', 'encrust', 'encrypt', 'endears', 'endemic', 'endgame', 'endings', 'endives', 'endless', 'endorse', 'endowed', 'enduing', 'endured', 'endures', 'endways', 'endwise', 'enemata', 'enemies', 'energys', 'enfield', 'enfolds', 'enforce', 'engaged', 'engages', 'engelss', 'engines', 'england', 'english', 'engorge', 'engrave', 'engross', 'engulfs', 'enhance', 'enigmas', 'enjoins', 'enjoyed', 'enkidus', 'enlarge', 'enlists', 'enliven', 'enmitys', 'ennoble', 'enoughs', 'enqueue', 'enquire', 'enquiry', 'enraged', 'enrages', 'enricos', 'enrique', 'enrolls', 'ensigns', 'enslave', 'ensnare', 'ensuing', 'ensured', 'ensurer', 'ensures', 'entails', 'entente', 'entered', 'enthral', 'enthuse', 'enticed', 'enticer', 'entices', 'entitle', 'entitys', 'entombs', 'entrain', 'entrant', 'entraps', 'entreat', 'entries', 'entropy', 'entrust', 'entwine', 'enuring', 'envelop', 'envenom', 'envious', 'environ', 'envying', 'enzymes', 'eocenes', 'epaulet', 'ephesus', 'ephraim', 'epicure', 'epigram', 'epilogs', 'episode', 'epistle', 'epitaph', 'epitaxy', 'epithet', 'epitome', 'epochal', 'epoxied', 'epoxies', 'epoxyed', 'epsilon', 'epstein', 'equable', 'equably', 'equaled', 'equally', 'equated', 'equates', 'equator', 'equines', 'equinox', 'equitys', 'erasers', 'erasing', 'erasmus', 'erastus', 'erasure', 'erebuss', 'erected', 'erectly', 'erector', 'erewhon', 'ergodic', 'erickas', 'ericson', 'eritrea', 'ermines', 'ernesto', 'ernests', 'eroding', 'erosion', 'erosive', 'erotica', 'errancy', 'errands', 'erratas', 'erratic', 'erratum', 'ersatzs', 'erskine', 'erudite', 'erupted', 'escaped', 'escapee', 'escapes', 'escheat', 'eschers', 'eschews', 'escorts', 'escrows', 'eskimos', 'espouse', 'espying', 'esquire', 'essayed', 'essence', 'estates', 'esteban', 'esteems', 'estelas', 'estella', 'estelle', 'esthers', 'esthete', 'estonia', 'estrada', 'estuary', 'etchers', 'etching', 'eternal', 'ethanol', 'ethical', 'ethicss', 'ethnics', 'etruria', 'euclids', 'eugenia', 'eugenic', 'eugenie', 'eugenio', 'eulogys', 'eunices', 'eunuchs', 'euphony', 'eurasia', 'europas', 'europes', 'euterpe', 'evacuee', 'evading', 'evangel', 'evasion', 'evasive', 'evenest', 'evening', 'evenkis', 'everest', 'everett', 'evicted', 'evident', 'evilest', 'eviller', 'evinced', 'evinces', 'evocate', 'evoking', 'evolute', 'evolved', 'evolves', 'exacted', 'exacter', 'exactly', 'exalted', 'examine', 'example', 'exceeds', 'excepts', 'excerpt', 'excesss', 'excised', 'excises', 'excited', 'excites', 'exciton', 'exclaim', 'exclude', 'excreta', 'excrete', 'excused', 'excuses', 'execute', 'exegete', 'exempts', 'exerted', 'exhaled', 'exhales', 'exhaust', 'exhibit', 'exhorts', 'exhumed', 'exhumes', 'exigent', 'exiling', 'existed', 'exiting', 'exocets', 'exoduss', 'exogamy', 'exotica', 'exotics', 'expands', 'expanse', 'expects', 'expends', 'expense', 'experts', 'expiate', 'expired', 'expires', 'explain', 'explode', 'exploit', 'explore', 'exports', 'exposed', 'exposer', 'exposes', 'exposit', 'expound', 'express', 'expunge', 'extends', 'extents', 'extinct', 'extolls', 'extorts', 'extract', 'extrema', 'extreme', 'extrude', 'exudate', 'exuding', 'exulted', 'eyeball', 'eyebrow', 'eyefuls', 'eyelash', 'eyelets', 'eyelids', 'eyesore', 'eysenck', 'ezekiel', 'fabians', 'fabrics', 'facaded', 'facades', 'faceted', 'facials', 'facings', 'faction', 'factors', 'factory', 'factual', 'faculty', 'faddish', 'fadeout', 'faecess', 'faeroes', 'fagging', 'faggots', 'failing', 'failure', 'fainest', 'fainted', 'fainter', 'faintly', 'fairest', 'fairfax', 'fairies', 'fairing', 'fairway', 'faisals', 'falasha', 'falcons', 'fallacy', 'falling', 'falloff', 'fallout', 'fallows', 'falsely', 'falsest', 'falsify', 'falsity', 'falters', 'falwell', 'familys', 'famines', 'fanatic', 'fancied', 'fancier', 'fancies', 'fancily', 'fanfare', 'fanfold', 'fangled', 'fannies', 'fanning', 'fantasy', 'fanzine', 'faraday', 'faraway', 'farinas', 'farleys', 'farmers', 'farming', 'farrell', 'farrows', 'farther', 'farting', 'fascism', 'fascist', 'fashion', 'fastens', 'fastest', 'fasting', 'fatally', 'fateful', 'fathead', 'fathers', 'fathoms', 'fatigue', 'fatimid', 'fatness', 'fattens', 'fattest', 'fattier', 'fatties', 'fatuous', 'faucets', 'faulted', 'faustus', 'favored', 'favorer', 'favours', 'fawning', 'fayette', 'fealtys', 'fearful', 'fearing', 'feasted', 'feather', 'feature', 'febrile', 'fedders', 'federal', 'fedoras', 'feebler', 'feedbag', 'feeders', 'feeding', 'feelers', 'feeling', 'feigned', 'feinted', 'feldman', 'felecia', 'felices', 'felicia', 'felines', 'felipes', 'fellest', 'felling', 'fellini', 'fellows', 'felonys', 'felsite', 'felting', 'females', 'femoral', 'fencers', 'fencing', 'fenders', 'fending', 'fennels', 'ferbers', 'fermats', 'ferment', 'fermion', 'fermium', 'fernery', 'ferrari', 'ferraro', 'ferrell', 'ferrets', 'ferried', 'ferries', 'ferrite', 'ferrous', 'ferrule', 'fertile', 'fervent', 'fervors', 'fervour', 'festers', 'festive', 'festoon', 'fetched', 'fetches', 'fetichs', 'fetishs', 'fetlock', 'fetters', 'fettles', 'fetuses', 'feuding', 'fevered', 'fewness', 'feynman', 'fiancee', 'fiances', 'fiascos', 'fibbers', 'fibbing', 'fibroid', 'fibrous', 'fibulae', 'fibulas', 'fickler', 'fiction', 'fictive', 'fiddled', 'fiddler', 'fiddles', 'fidgets', 'fidgety', 'fiefdom', 'fielded', 'fielder', 'fiercer', 'fierier', 'fiestas', 'fifteen', 'fifties', 'figaros', 'fighter', 'figment', 'figural', 'figured', 'figures', 'fijians', 'filbert', 'filched', 'filches', 'filings', 'fillers', 'fillets', 'fillies', 'filling', 'fillips', 'filmdom', 'filmier', 'filming', 'filofax', 'filters', 'finagle', 'finales', 'finally', 'finance', 'finches', 'finders', 'finding', 'finerys', 'finesse', 'fingers', 'finicky', 'finises', 'finishs', 'finking', 'finland', 'finleys', 'finnier', 'finnish', 'firearm', 'firebug', 'firefly', 'firefox', 'fireman', 'firemen', 'firings', 'firmest', 'firming', 'firstly', 'fiscals', 'fischer', 'fishers', 'fishery', 'fishier', 'fishing', 'fishnet', 'fissile', 'fission', 'fissure', 'fistful', 'fitness', 'fitters', 'fittest', 'fitting', 'fitzroy', 'fixable', 'fixated', 'fixates', 'fixedly', 'fixings', 'fixitys', 'fixture', 'fizeaus', 'fizzier', 'fizzing', 'fizzled', 'fizzles', 'flaccid', 'flagged', 'flagler', 'flagons', 'flailed', 'flakier', 'flaking', 'flambed', 'flambes', 'flamers', 'flaming', 'flanges', 'flanked', 'flanker', 'flannel', 'flapped', 'flapper', 'flaring', 'flashed', 'flasher', 'flashes', 'flatbed', 'flatcar', 'flatted', 'flatten', 'flatter', 'flattop', 'flaunts', 'flavors', 'flavour', 'flawing', 'flaying', 'flecked', 'fledged', 'fleeced', 'fleeces', 'fleeing', 'fleeted', 'fleeter', 'fleetly', 'fleming', 'flemish', 'fleshed', 'fleshes', 'fleshly', 'flexing', 'flexure', 'flicked', 'flicker', 'flights', 'flighty', 'flinchs', 'flipped', 'flipper', 'flirted', 'flitted', 'floated', 'floater', 'flocked', 'flogged', 'flooded', 'flooder', 'floored', 'floozie', 'floozys', 'flopped', 'floppys', 'florida', 'florine', 'florins', 'florist', 'flossed', 'flosses', 'flossie', 'flotsam', 'flounce', 'floured', 'flouted', 'flowers', 'flowery', 'flowing', 'flubbed', 'fluency', 'fluffed', 'fluidly', 'flukier', 'flummox', 'flunked', 'flunkey', 'flunkie', 'flunkys', 'flurrys', 'flushed', 'flusher', 'flushes', 'fluster', 'fluting', 'flutist', 'flutter', 'fluvial', 'fluxing', 'flyable', 'flyings', 'flyleaf', 'flyover', 'foaling', 'foamier', 'foaming', 'fobbing', 'focally', 'focsles', 'focused', 'focuses', 'fodders', 'foetuss', 'fogarty', 'foggier', 'foggily', 'fogging', 'foghorn', 'foibles', 'foiling', 'foisted', 'folders', 'folding', 'foldout', 'folgers', 'foliage', 'foliate', 'follies', 'follows', 'foments', 'fondant', 'fondest', 'fondled', 'fondles', 'fondues', 'foolery', 'fooling', 'foolish', 'footage', 'footers', 'footing', 'footman', 'footmen', 'footpad', 'footsie', 'foppish', 'foraged', 'forager', 'forages', 'forayed', 'forbade', 'forbear', 'forbids', 'forbore', 'forceps', 'forcing', 'fordham', 'fording', 'forearm', 'foreign', 'foreleg', 'foreman', 'foremen', 'foresaw', 'foresee', 'forests', 'forever', 'forfeit', 'forfend', 'forgave', 'forgers', 'forgery', 'forgets', 'forging', 'forgive', 'forgoes', 'forgone', 'forking', 'forlorn', 'formals', 'formant', 'formate', 'formats', 'formers', 'formica', 'forming', 'formosa', 'formula', 'forrest', 'forsake', 'forsook', 'forster', 'fortier', 'forties', 'fortify', 'fortran', 'fortune', 'forward', 'forwent', 'fossils', 'fosters', 'fotomat', 'foulest', 'fouling', 'founded', 'founder', 'foundry', 'fourier', 'fourths', 'fowling', 'foxhall', 'foxhole', 'foxiest', 'foxtail', 'foxtrot', 'fracass', 'fractal', 'fragile', 'frailer', 'frailty', 'framers', 'framing', 'frances', 'francis', 'franked', 'frankel', 'franker', 'frankie', 'frankly', 'frannys', 'frantic', 'frappes', 'fraught', 'fraying', 'frazier', 'frazzle', 'freaked', 'freckle', 'freddie', 'freddys', 'fredric', 'freebee', 'freebie', 'freedom', 'freeing', 'freeman', 'freemen', 'freeway', 'freezer', 'freezes', 'freidas', 'freight', 'fremont', 'frenchs', 'frenzys', 'frescos', 'freshen', 'fresher', 'freshet', 'freshly', 'fresnel', 'fresnos', 'fretful', 'fretted', 'friable', 'fridays', 'fridges', 'friedan', 'friedas', 'friends', 'friezes', 'frigate', 'friggas', 'frights', 'fringed', 'fringes', 'frisbee', 'frisian', 'frisked', 'fritter', 'frizzed', 'frizzes', 'frizzle', 'frogman', 'frogmen', 'frolics', 'frontal', 'fronted', 'frosted', 'frothed', 'frowned', 'fruited', 'frustum', 'fuchsia', 'fuckers', 'fucking', 'fuddled', 'fuddles', 'fudging', 'fueling', 'fuelled', 'fuentes', 'fujitsu', 'fukuoka', 'fulanis', 'fulcrum', 'fulfill', 'fulfils', 'fullest', 'fulling', 'fulness', 'fulsome', 'fultons', 'fumbled', 'fumbler', 'fumbles', 'functor', 'funders', 'funding', 'funeral', 'fungoid', 'fungous', 'funguss', 'funkier', 'funking', 'funnels', 'funnest', 'funnier', 'funnies', 'funnily', 'furbish', 'furious', 'furling', 'furlong', 'furnace', 'furnish', 'furrier', 'furring', 'furrows', 'further', 'furtive', 'fusible', 'fusions', 'fussier', 'fussily', 'fussing', 'fustian', 'fustier', 'futures', 'futzing', 'fuzhous', 'fuzzier', 'fuzzily', 'fuzzing', 'gabbier', 'gabbing', 'gabbled', 'gabbles', 'gabriel', 'gacruxs', 'gadding', 'gadflys', 'gadgets', 'gadsden', 'gadwall', 'gaelics', 'gaffing', 'gagarin', 'gagging', 'gaggles', 'gaietys', 'gaimans', 'gainers', 'gainess', 'gainful', 'gaining', 'gainsay', 'gaiters', 'galahad', 'galatea', 'galatia', 'galaxys', 'galenas', 'galilee', 'galileo', 'gallant', 'galleon', 'gallery', 'galleys', 'galling', 'gallium', 'gallons', 'gallops', 'gallows', 'galoiss', 'galoshs', 'galvani', 'gambias', 'gambits', 'gambled', 'gambler', 'gambles', 'gambols', 'gametes', 'gamiest', 'gamines', 'gandalf', 'ganders', 'gandhis', 'ganesha', 'gangess', 'ganging', 'ganglia', 'gangtok', 'gangway', 'gannets', 'gannett', 'gantlet', 'gantrys', 'garaged', 'garages', 'garbage', 'garbing', 'garbled', 'garbles', 'garcias', 'gardens', 'gardner', 'gareths', 'gargled', 'gargles', 'garland', 'garlics', 'garment', 'garners', 'garnets', 'garnish', 'garoted', 'garotes', 'garotte', 'garrets', 'garrett', 'garrick', 'garrote', 'garters', 'gascony', 'gaseous', 'gashing', 'gaskets', 'gasohol', 'gasping', 'gassier', 'gassing', 'gastric', 'gateway', 'gathers', 'gatling', 'gatsbys', 'gaucher', 'gauchos', 'gaudier', 'gaudily', 'gauging', 'gauguin', 'gaunter', 'gautama', 'gautier', 'gauzier', 'gavotte', 'gawains', 'gawkier', 'gawkily', 'gawking', 'gayetys', 'gaylord', 'gayness', 'gazebos', 'gazelle', 'gazette', 'gdansks', 'gearbox', 'gearing', 'geckoes', 'geegaws', 'geekier', 'geezers', 'geffens', 'gehenna', 'geigers', 'geishas', 'gelable', 'gelatin', 'gelding', 'gellers', 'gelling', 'geminis', 'gemlike', 'genaros', 'genders', 'general', 'generic', 'genesco', 'geneses', 'genesis', 'genetic', 'genevas', 'genghis', 'genital', 'geniuss', 'genomes', 'genteel', 'gentian', 'gentile', 'gentled', 'gentler', 'gentles', 'gentrys', 'genuine', 'genuses', 'geodesy', 'geoduck', 'geology', 'georges', 'georgia', 'geralds', 'gerardo', 'gerards', 'gerbers', 'gerbils', 'gerhard', 'geritol', 'germane', 'germans', 'germany', 'gerunds', 'gestalt', 'gestapo', 'gestate', 'gesture', 'getaway', 'getters', 'getting', 'gewgaws', 'geysers', 'ghanian', 'ghastly', 'gherkin', 'ghettos', 'ghosted', 'ghostly', 'giacomo', 'giauque', 'gibbers', 'gibbets', 'gibbons', 'gibbous', 'giblets', 'giddier', 'giddily', 'gielgud', 'gienahs', 'gifford', 'gifting', 'gigabit', 'gigging', 'giggled', 'giggler', 'giggles', 'gigolos', 'gilbert', 'gilding', 'gilliam', 'gillian', 'gilmore', 'gimlets', 'gimmick', 'gimpier', 'gingers', 'gingham', 'gingkos', 'ginkgos', 'ginmill', 'ginning', 'ginseng', 'gipsies', 'giraffe', 'girders', 'girding', 'girdled', 'girdles', 'girlish', 'girting', 'giselle', 'gizzard', 'glacial', 'glacier', 'gladden', 'gladder', 'glamors', 'glamour', 'glanced', 'glances', 'glaring', 'glasgow', 'glassed', 'glasses', 'glazier', 'glazing', 'gleamed', 'gleaned', 'gleaner', 'gleason', 'gleeful', 'glendas', 'glennas', 'glibber', 'glidden', 'gliders', 'gliding', 'glimmer', 'glimpse', 'glinted', 'glisten', 'glitchs', 'glitter', 'gloated', 'globule', 'gloried', 'glories', 'glorify', 'glossed', 'glosses', 'glossys', 'glottal', 'glottis', 'glovers', 'gloving', 'glowers', 'glowing', 'glucose', 'glueing', 'gluiest', 'glummer', 'glutens', 'glutted', 'glutton', 'glycine', 'gnarled', 'gnashed', 'gnashes', 'gnawing', 'gneisss', 'gnomish', 'gnostic', 'goading', 'goalies', 'goatees', 'gobbing', 'gobbled', 'gobbler', 'gobbles', 'goblets', 'goblins', 'goddamn', 'goddard', 'goddess', 'godfrey', 'godhead', 'godhood', 'godivas', 'godless', 'godlier', 'godlike', 'godsend', 'godsons', 'godunov', 'goering', 'goethes', 'goggled', 'goggles', 'goiania', 'goiters', 'goitres', 'goldens', 'goldies', 'golding', 'goldman', 'goldwyn', 'golfers', 'golfing', 'goliath', 'gollies', 'gompers', 'gomulka', 'gondola', 'gonging', 'gonzalo', 'goobers', 'goodall', 'goodbye', 'goodbys', 'goodies', 'goodman', 'goodwin', 'goofier', 'goofing', 'googles', 'gooiest', 'goosing', 'gophers', 'gordian', 'gorging', 'goriest', 'gorilla', 'goshawk', 'gosling', 'gospels', 'gossips', 'gossipy', 'gothics', 'goucher', 'gougers', 'gouging', 'goulash', 'gourmet', 'goutier', 'governs', 'gowning', 'grabbed', 'grabber', 'grables', 'gracies', 'gracing', 'grackle', 'gradate', 'graders', 'grading', 'gradual', 'grafted', 'grafter', 'grafton', 'grahame', 'grahams', 'grained', 'grammar', 'granada', 'granary', 'grandad', 'grandee', 'grander', 'grandly', 'grandma', 'grandpa', 'granges', 'granite', 'grannie', 'grannys', 'granola', 'granted', 'grantee', 'granter', 'grantor', 'granule', 'graphed', 'graphic', 'grapnel', 'grapple', 'grasped', 'grassed', 'grasses', 'graters', 'gratify', 'grating', 'gravels', 'gravely', 'gravest', 'gravies', 'graving', 'gravity', 'grayest', 'graying', 'grayish', 'grayson', 'grazing', 'greased', 'greases', 'greater', 'greatly', 'grecian', 'greeces', 'greeley', 'greened', 'greener', 'greenly', 'greeted', 'greeter', 'gregory', 'gremlin', 'grenada', 'grenade', 'grendel', 'gresham', 'gretels', 'gretzky', 'greyest', 'greying', 'greyish', 'greylag', 'griddle', 'grieved', 'griever', 'grieves', 'griffin', 'grilled', 'grilles', 'grimace', 'grimier', 'griming', 'grimmer', 'grinchs', 'grinder', 'gringos', 'grinned', 'griping', 'gripped', 'grippes', 'gristle', 'gristly', 'gritted', 'grizzle', 'grizzly', 'groaned', 'groaner', 'grocers', 'grocery', 'grommet', 'gromyko', 'groomed', 'grooved', 'grooves', 'groping', 'gropius', 'grossed', 'grosser', 'grosses', 'grosset', 'grossly', 'grotius', 'grottos', 'grouchs', 'grouchy', 'grounds', 'grouped', 'grouper', 'groupie', 'groused', 'grouses', 'grouted', 'grovels', 'grovers', 'growers', 'growing', 'growled', 'grownup', 'growths', 'groynes', 'grubbed', 'grudged', 'grudges', 'gruffer', 'gruffly', 'grumble', 'grumman', 'grunges', 'grunted', 'gruyres', 'gryphon', 'gteborg', 'guanine', 'guarani', 'guarded', 'guardia', 'guerdon', 'guerras', 'guessed', 'guesser', 'guesses', 'guested', 'guevara', 'guffaws', 'guianas', 'guiding', 'guignol', 'guilder', 'guinean', 'guineas', 'guitars', 'guiyang', 'gujarat', 'gulches', 'gullets', 'gulleys', 'gullies', 'gulling', 'gulping', 'gumbels', 'gumdrop', 'gummier', 'gumming', 'gumshoe', 'gunboat', 'gunfire', 'gunmans', 'gunners', 'gunnery', 'gunning', 'gunplay', 'gunshot', 'gunther', 'gunwale', 'guofeng', 'guppies', 'gurgled', 'gurgles', 'gurkhas', 'gurneys', 'gushers', 'gushier', 'gushing', 'gussets', 'gustave', 'gustavo', 'gustavs', 'gustier', 'gusting', 'guthrie', 'gutless', 'gutsier', 'gutters', 'gutting', 'guyanas', 'guzmans', 'guzzled', 'guzzler', 'guzzles', 'gwalior', 'gymnast', 'gypping', 'gypsies', 'gypsite', 'gypsums', 'gyrated', 'gyrates', 'habitat', 'habitus', 'hackers', 'hackett', 'hacking', 'hackles', 'hackney', 'hacksaw', 'haddock', 'hadrian', 'hafnium', 'haggard', 'haggled', 'haggler', 'haggles', 'hailing', 'haircut', 'hairdos', 'hairier', 'hairnet', 'hairpin', 'haitian', 'hakluyt', 'halberd', 'halcyon', 'haldane', 'halfway', 'halibut', 'halifax', 'hallies', 'hallows', 'hallway', 'halogen', 'haloing', 'halpern', 'halters', 'halting', 'halvers', 'halving', 'halyard', 'hamburg', 'hamhung', 'hamills', 'hamitic', 'hamlets', 'hamlins', 'hammers', 'hammett', 'hamming', 'hammock', 'hammond', 'hampers', 'hampton', 'hamster', 'hancock', 'handbag', 'handcar', 'handels', 'handful', 'handgun', 'handier', 'handily', 'handing', 'handled', 'handler', 'handles', 'handout', 'handset', 'hanford', 'hangars', 'hangdog', 'hangers', 'hanging', 'hangman', 'hangmen', 'hangout', 'hanguls', 'hankers', 'hankies', 'hanover', 'hansels', 'hansens', 'hansoms', 'hansons', 'hapless', 'haploid', 'happens', 'happier', 'happily', 'harares', 'harbors', 'harbour', 'hardens', 'hardest', 'hardhat', 'hardier', 'hardily', 'harding', 'hardins', 'hardtop', 'harelip', 'harkens', 'harking', 'harlans', 'harlems', 'harlots', 'harmful', 'harming', 'harmons', 'harmony', 'harness', 'harolds', 'harpers', 'harpies', 'harping', 'harpist', 'harpoon', 'harrell', 'harried', 'harrier', 'harries', 'harriet', 'harrods', 'harrows', 'harshen', 'harsher', 'harshly', 'hartley', 'hartman', 'harvard', 'harvest', 'hasbros', 'hashing', 'hashish', 'hasidim', 'hassled', 'hassles', 'hassock', 'hastens', 'hastier', 'hastily', 'hasting', 'hatched', 'hatches', 'hatchet', 'hateful', 'hatreds', 'hatters', 'hatties', 'hatting', 'haughty', 'haulage', 'haulers', 'hauling', 'haunchs', 'haunted', 'haunter', 'hauteur', 'havanas', 'havarti', 'hawaiis', 'hawkers', 'hawking', 'hawkins', 'hawkish', 'hawsers', 'haycock', 'haydens', 'hayloft', 'haymows', 'hayseed', 'hayward', 'haywire', 'haywood', 'hazards', 'haziest', 'hazings', 'hazlitt', 'headers', 'headier', 'heading', 'headset', 'headway', 'healers', 'healing', 'healths', 'healthy', 'heaping', 'hearers', 'hearing', 'hearken', 'hearsay', 'hearses', 'hearten', 'hearths', 'heartys', 'heaters', 'heathen', 'heather', 'heating', 'heavens', 'heavers', 'heavier', 'heavies', 'heavily', 'heaving', 'heberts', 'hebraic', 'hebrews', 'heckled', 'heckler', 'heckles', 'heckman', 'hectare', 'hectors', 'hedging', 'heedful', 'heeding', 'heehaws', 'heelers', 'heeling', 'hefners', 'heftier', 'hefting', 'heifers', 'heifetz', 'heights', 'heinous', 'heiress', 'heisman', 'heisted', 'helenas', 'helenes', 'helical', 'helices', 'helicon', 'helioss', 'heliums', 'helixes', 'hellion', 'hellish', 'hellman', 'helmets', 'helpers', 'helpful', 'helping', 'hemline', 'hemlock', 'hemming', 'henbane', 'hendrix', 'hennaed', 'henning', 'henpeck', 'hensley', 'hensons', 'hepatic', 'hepburn', 'heppest', 'heptane', 'heralds', 'herbage', 'herbart', 'herbert', 'herding', 'heresys', 'heretic', 'hermann', 'hermans', 'hermess', 'hermite', 'hermits', 'hermosa', 'herniae', 'hernias', 'heroics', 'heroine', 'heroins', 'heroism', 'herpess', 'herrera', 'herrick', 'herring', 'herself', 'herseys', 'hershel', 'hershey', 'hertzes', 'hertzog', 'heshvan', 'hessian', 'hesters', 'hestons', 'hetties', 'hewitts', 'hewlett', 'hexagon', 'heydays', 'heywood', 'hialeah', 'hiatuss', 'hibachi', 'hibbard', 'hiccups', 'hickeys', 'hickman', 'hickory', 'hidalgo', 'hideous', 'hideout', 'hidings', 'higgins', 'highboy', 'highest', 'highway', 'hijacks', 'hijinks', 'hilario', 'hilarys', 'hilbert', 'hillary', 'hillier', 'hillman', 'hillmen', 'hillock', 'hilltop', 'himmler', 'himself', 'hinders', 'hinging', 'hinting', 'hintons', 'hippest', 'hippies', 'hipping', 'hipster', 'hirings', 'hiroshi', 'hirsute', 'hissing', 'history', 'hitachi', 'hitched', 'hitches', 'hitlers', 'hitters', 'hitting', 'hittite', 'hloises', 'hoagies', 'hoarded', 'hoarder', 'hoarier', 'hoarser', 'hoaxers', 'hoaxing', 'hobarts', 'hobbies', 'hobbled', 'hobbles', 'hobnail', 'hobnobs', 'hoboken', 'hockeys', 'hocking', 'hockney', 'hodgkin', 'hoedown', 'hoffman', 'hogarth', 'hogging', 'hoggish', 'hogwash', 'hohhots', 'hohokam', 'hoisted', 'hokiest', 'hokusai', 'holbein', 'holcomb', 'holdens', 'holders', 'holding', 'holdout', 'holdups', 'holiday', 'holiest', 'holland', 'hollers', 'holleys', 'hollies', 'hollows', 'holmans', 'holmdel', 'holmess', 'holmium', 'holster', 'holyoke', 'homages', 'homburg', 'homeboy', 'homeown', 'homered', 'homeric', 'homiest', 'homilys', 'hominys', 'homonym', 'honchos', 'honesty', 'honeyed', 'honiara', 'honking', 'honored', 'honoree', 'honorer', 'honours', 'honshus', 'hooding', 'hoodlum', 'hoodoos', 'hoofing', 'hookahs', 'hookers', 'hookeys', 'hooking', 'hookups', 'hoopers', 'hooping', 'hooplas', 'hoorahs', 'hoorays', 'hoosier', 'hootchs', 'hooters', 'hooting', 'hoovers', 'hopeful', 'hopkins', 'hoppers', 'hopping', 'horacio', 'horatio', 'hording', 'horizon', 'hormels', 'hormone', 'hornets', 'hornier', 'horrify', 'horrors', 'horsely', 'horsier', 'horsing', 'hortons', 'hosanna', 'hosiery', 'hospice', 'hostage', 'hostels', 'hostess', 'hostile', 'hosting', 'hostler', 'hotbeds', 'hotcake', 'hothead', 'hotness', 'hotshot', 'hottest', 'houdini', 'hoummos', 'hounded', 'housing', 'housman', 'houston', 'hovered', 'howdahs', 'howells', 'however', 'howlers', 'howling', 'hubbard', 'hubbell', 'hubbies', 'hubbles', 'hubbubs', 'hubcaps', 'huberts', 'hubriss', 'huddled', 'huddles', 'hudsons', 'huertas', 'huffier', 'huffily', 'huffing', 'huffman', 'hugging', 'huggins', 'hulking', 'hulling', 'humaner', 'humanly', 'humbled', 'humbler', 'humbles', 'humbugs', 'humdrum', 'humerus', 'humidly', 'humidor', 'hummers', 'humming', 'hummock', 'humored', 'humorer', 'humours', 'humping', 'hunched', 'hunches', 'hundred', 'hungary', 'hungers', 'hunkers', 'hunters', 'hunting', 'huntley', 'hurdled', 'hurdler', 'hurdles', 'hurlers', 'hurleys', 'hurling', 'hurrahs', 'hurrays', 'hurried', 'hurries', 'hurtful', 'hurting', 'hurtled', 'hurtles', 'hurwitz', 'husband', 'hushing', 'huskers', 'huskier', 'huskies', 'huskily', 'husking', 'hussars', 'hussein', 'husserl', 'hussies', 'hussite', 'hustled', 'hustler', 'hustles', 'hutches', 'huttons', 'hutzpah', 'hutzpas', 'huxleys', 'huygens', 'hyadess', 'hyaenas', 'hyaline', 'hyannis', 'hybrids', 'hydrant', 'hydrate', 'hydride', 'hydrous', 'hydroxy', 'hygiene', 'hymnals', 'hymning', 'hyphens', 'hyundai', 'iaccoca', 'iambics', 'iapetus', 'iberian', 'iberias', 'icaruss', 'iceberg', 'iceboxs', 'icecaps', 'iceland', 'icicles', 'iciness', 'ickiest', 'idahoan', 'idahoes', 'ideally', 'idiocys', 'idiotic', 'idolise', 'idolize', 'idyllic', 'iffiest', 'ignacio', 'igneous', 'ignited', 'ignites', 'ignoble', 'ignobly', 'ignored', 'ignores', 'iguanas', 'iguassu', 'illegal', 'illicit', 'illness', 'illogic', 'imagery', 'imagine', 'imaging', 'imbibed', 'imbibes', 'imbrium', 'imbuing', 'imeldas', 'imhotep', 'imitate', 'immense', 'immerse', 'immoral', 'immured', 'immures', 'imodium', 'imogene', 'impacts', 'impairs', 'impalas', 'impaled', 'impales', 'impanel', 'imparts', 'impasse', 'impeach', 'impeded', 'impedes', 'impends', 'imperil', 'impetus', 'impiety', 'impinge', 'impious', 'implant', 'implied', 'implies', 'implode', 'implore', 'imports', 'imposed', 'imposes', 'impound', 'impress', 'imprint', 'improve', 'impugns', 'impulse', 'impurer', 'imputed', 'imputes', 'inanely', 'inanest', 'inanity', 'inboard', 'inbound', 'inbreed', 'inbuilt', 'incense', 'incests', 'inching', 'inchons', 'incised', 'incises', 'incisor', 'incited', 'incites', 'incline', 'inclose', 'include', 'incomes', 'incrust', 'incubus', 'indents', 'indexed', 'indexes', 'indiana', 'indians', 'indices', 'indicts', 'indigos', 'indiras', 'indoors', 'indorse', 'induced', 'inducer', 'induces', 'inducts', 'induing', 'indulge', 'indwell', 'ineptly', 'inertia', 'inertly', 'inexact', 'infamys', 'infancy', 'infants', 'infarct', 'infects', 'inferno', 'infests', 'infidel', 'infield', 'infight', 'infimum', 'inflame', 'inflate', 'inflect', 'inflict', 'influxs', 'informs', 'infract', 'infused', 'infuses', 'ingests', 'ingnues', 'ingrain', 'ingrams', 'ingrate', 'ingress', 'ingrids', 'ingrown', 'inhabit', 'inhaled', 'inhaler', 'inhales', 'inhered', 'inheres', 'inherit', 'inhibit', 'inhuman', 'initial', 'injects', 'injunct', 'injured', 'injures', 'injurys', 'inkblot', 'inkiest', 'inkings', 'inkling', 'inkwell', 'inlands', 'inmates', 'innards', 'innings', 'inquest', 'inquire', 'inquiry', 'inroads', 'insaner', 'inseams', 'insects', 'inserts', 'inshore', 'insider', 'insides', 'insight', 'insigne', 'insipid', 'insists', 'insofar', 'insoles', 'inspect', 'inspire', 'install', 'instals', 'instant', 'instead', 'insteps', 'instill', 'instils', 'insular', 'insulin', 'insults', 'insured', 'insurer', 'insures', 'intagli', 'intakes', 'integer', 'intends', 'intense', 'intents', 'interim', 'interne', 'interns', 'intimal', 'intoned', 'intones', 'introit', 'intrude', 'intrust', 'intuits', 'inuring', 'invaded', 'invader', 'invades', 'invalid', 'inveigh', 'invents', 'inverse', 'inverts', 'invests', 'invited', 'invitee', 'invites', 'invoice', 'invoked', 'invoker', 'invokes', 'involve', 'inwards', 'iodines', 'iodised', 'iodises', 'iodized', 'iodizes', 'ionesco', 'ionians', 'ionised', 'ionises', 'ionized', 'ionizer', 'ionizes', 'ipecacs', 'iqaluit', 'iquitos', 'iranian', 'irately', 'ireland', 'iridium', 'irisher', 'irksome', 'irkutsk', 'ironies', 'ironing', 'irtishs', 'isabels', 'isadore', 'isfahan', 'ishmael', 'ishtars', 'isidros', 'islamic', 'islands', 'ismaels', 'ismails', 'isobars', 'isolate', 'isotope', 'ispells', 'israeli', 'israels', 'issuant', 'issuers', 'issuing', 'isthmus', 'itaipus', 'italian', 'italics', 'itascas', 'itchier', 'itching', 'itemise', 'itemize', 'iterate', 'ithacan', 'ituness', 'ivanhoe', 'iverson', 'ivories', 'izanagi', 'izanami', 'izhevsk', 'jabbers', 'jabbing', 'jackals', 'jackass', 'jackdaw', 'jackets', 'jackies', 'jacking', 'jacklyn', 'jackman', 'jackpot', 'jackson', 'jaclyns', 'jacobin', 'jacobus', 'jacques', 'jacuzzi', 'jaggers', 'jagging', 'jaguars', 'jailers', 'jailing', 'jailors', 'jainism', 'jakarta', 'jalapeo', 'jalopys', 'jamaals', 'jamaica', 'jamming', 'janacek', 'janeiro', 'janelle', 'janells', 'janette', 'jangled', 'jangles', 'janices', 'janines', 'janitor', 'jannies', 'jansens', 'january', 'japuras', 'jargons', 'jarreds', 'jarrett', 'jarring', 'jarrods', 'jarviss', 'jasmine', 'jaspers', 'jaunted', 'javelin', 'javiers', 'jawbone', 'jaycees', 'jaysons', 'jaywalk', 'jazzier', 'jazzing', 'jealous', 'jeanies', 'jeanine', 'jeannes', 'jeannie', 'jeering', 'jeevess', 'jeffery', 'jeffrey', 'jeffrys', 'jehovah', 'jejunum', 'jekylls', 'jellied', 'jellies', 'jelling', 'jenifer', 'jenkins', 'jennies', 'jensens', 'jeopard', 'jeralds', 'jeremys', 'jericho', 'jerkier', 'jerkily', 'jerking', 'jerkins', 'jerolds', 'jerrods', 'jerrold', 'jerseys', 'jessica', 'jessies', 'jesters', 'jesting', 'jesuits', 'jetsams', 'jetties', 'jetting', 'jeweled', 'jeweler', 'jewells', 'jewelry', 'jezebel', 'jibbing', 'jiffies', 'jiggers', 'jigging', 'jiggled', 'jiggles', 'jigsawn', 'jigsaws', 'jillian', 'jilting', 'jimenez', 'jimmied', 'jimmies', 'jingled', 'jingles', 'jinxing', 'jitneys', 'jitters', 'jittery', 'joannas', 'joannes', 'joaquin', 'jobbers', 'jobbing', 'jobless', 'jocasta', 'jocelyn', 'jockeys', 'jocular', 'joesphs', 'joggers', 'jogging', 'joggled', 'joggles', 'johanna', 'johanns', 'johnies', 'johnnie', 'johnnys', 'johnsen', 'johnson', 'joiners', 'joining', 'jointed', 'jointly', 'jolenes', 'jollied', 'jollier', 'jollies', 'jollity', 'jolting', 'jonquil', 'jordans', 'josefas', 'josephs', 'joshing', 'joshuas', 'jostled', 'jostles', 'jotting', 'jounced', 'jounces', 'journal', 'journey', 'jousted', 'joycean', 'joyless', 'joyners', 'joyride', 'joyrode', 'juanita', 'juarezs', 'jubilee', 'judaism', 'judases', 'judging', 'judical', 'judiths', 'judsons', 'jugging', 'juggled', 'juggler', 'juggles', 'jugular', 'juicers', 'juicier', 'juicing', 'jujitsu', 'jujubes', 'jujutsu', 'jukebox', 'juliana', 'juliuss', 'jumbled', 'jumbles', 'jumpers', 'jumpier', 'jumping', 'juncoes', 'junctor', 'juneaus', 'jungian', 'jungles', 'juniors', 'juniper', 'junkers', 'junkets', 'junkier', 'junkies', 'junking', 'jupiter', 'juridic', 'jurists', 'justest', 'justice', 'justify', 'justine', 'justins', 'jutland', 'jutting', 'juvenal', 'kaddish', 'kaftans', 'kahluas', 'kaifeng', 'kaisers', 'kaitlin', 'kampala', 'kannada', 'kansans', 'kantian', 'kaolins', 'kaposis', 'karachi', 'karakul', 'karaoke', 'karates', 'kareems', 'karinas', 'karloff', 'karroos', 'kashmir', 'katelyn', 'kathies', 'kathryn', 'katinas', 'katrina', 'katydid', 'kaufman', 'kaunass', 'kaundas', 'kayaked', 'kazakhs', 'keatons', 'keeling', 'keelson', 'keenans', 'keenest', 'keening', 'keepers', 'keeping', 'keillor', 'keishas', 'kelleys', 'kellies', 'kellogg', 'kelseys', 'kendall', 'kendras', 'kenmore', 'kennans', 'kennedy', 'kennels', 'kenneth', 'kenning', 'kennith', 'kentons', 'kenyans', 'kenyons', 'keokuks', 'keplers', 'keratin', 'kerbing', 'kermits', 'kernels', 'kerouac', 'kerygma', 'kessler', 'kestrel', 'ketches', 'ketchup', 'ketosis', 'kettles', 'keyhole', 'keyness', 'keynote', 'keypads', 'keyword', 'khalids', 'kharkov', 'khayyam', 'khazars', 'khoisan', 'khorana', 'khulnas', 'khybers', 'kibbutz', 'kiboshs', 'kickers', 'kickier', 'kicking', 'kickoff', 'kidders', 'kiddies', 'kidding', 'kiddoes', 'kidnaps', 'kidneys', 'kieffer', 'kigalis', 'kilauea', 'kilgore', 'killers', 'killing', 'killjoy', 'kilning', 'kilobit', 'kiloton', 'kilroys', 'kilters', 'kimball', 'kimonos', 'kindest', 'kindled', 'kindles', 'kindred', 'kinesic', 'kinetic', 'kinfolk', 'kingdom', 'kinglet', 'kingpin', 'kinkier', 'kinking', 'kinneys', 'kinship', 'kinsman', 'kinsmen', 'kipling', 'kippers', 'kirghiz', 'kirsten', 'kislevs', 'kismets', 'kissers', 'kissing', 'kitchen', 'kitschs', 'kitschy', 'kittens', 'kitties', 'kiwanis', 'kleenex', 'klingon', 'kludges', 'klutzes', 'knacker', 'knavery', 'knavish', 'kneaded', 'kneader', 'kneecap', 'kneeing', 'kneeled', 'knelled', 'knesset', 'knievel', 'knifing', 'knights', 'knitted', 'knitter', 'knocked', 'knocker', 'knossos', 'knotted', 'knoweth', 'knowhow', 'knowing', 'knowles', 'knuckle', 'knudsen', 'knudson', 'knutsen', 'knutson', 'kochabs', 'kodalys', 'kodiaks', 'koizumi', 'kolkhoz', 'konrads', 'kookier', 'koontzs', 'kopecks', 'koppels', 'koppers', 'koreans', 'koshers', 'kossuth', 'kosygin', 'koufaxs', 'kowloon', 'kowtows', 'krakows', 'kramers', 'kremlin', 'kresges', 'krieger', 'kringle', 'krishna', 'kristas', 'kristen', 'kristie', 'kristin', 'kristis', 'kristys', 'krogers', 'krueger', 'krypton', 'krystal', 'kublais', 'kubrick', 'kumquat', 'kunming', 'kurdish', 'kurtiss', 'kutuzov', 'kuwaiti', 'kuwaits', 'kuznets', 'kwangju', 'kwanzaa', 'kyushus', 'labeled', 'labeler', 'labials', 'labiums', 'labored', 'laborer', 'labours', 'lacerta', 'laciest', 'lackeys', 'lacking', 'laconic', 'lacquer', 'lactate', 'lactose', 'lacunae', 'lacunas', 'ladders', 'laddies', 'ladings', 'ladling', 'ladonna', 'ladybug', 'lafitte', 'laggard', 'lagging', 'lagoons', 'laidlaw', 'laissez', 'lakisha', 'lakshmi', 'lamarck', 'lambast', 'lambent', 'lambert', 'lambing', 'lambkin', 'laments', 'laminar', 'lamming', 'lamonts', 'lampoon', 'lamprey', 'lancers', 'lancets', 'lancing', 'landers', 'landing', 'landons', 'landrys', 'landsat', 'langley', 'languid', 'languor', 'lankest', 'lankier', 'lanolin', 'lansing', 'lantern', 'lanyard', 'lanzhou', 'laocoon', 'laotian', 'laplace', 'lapland', 'lapping', 'lapsing', 'laptops', 'lapwing', 'laramie', 'larceny', 'larches', 'larders', 'larding', 'lardner', 'largely', 'largess', 'largest', 'lariats', 'larking', 'larsens', 'larsons', 'larynxs', 'lasagna', 'lasagne', 'lascaux', 'lashing', 'lassens', 'lassies', 'lassoed', 'lassoes', 'lasting', 'latasha', 'latched', 'latches', 'latency', 'lateral', 'lateran', 'latests', 'lathers', 'lathing', 'lathrop', 'latiner', 'latinos', 'latisha', 'latonya', 'latoyas', 'latrine', 'latrobe', 'latters', 'lattice', 'latvian', 'latvias', 'lauding', 'laughed', 'launchs', 'launder', 'laundry', 'laurels', 'laurens', 'laurent', 'lauries', 'laverne', 'laverns', 'lavonne', 'lawanda', 'lawgive', 'lawless', 'lawmake', 'lawsuit', 'lawyers', 'laxitys', 'laxness', 'layamon', 'layaway', 'layered', 'layette', 'laymans', 'layoffs', 'layouts', 'layover', 'lazaros', 'lazarus', 'laziest', 'lazying', 'leached', 'leaches', 'leaders', 'leadeth', 'leading', 'leafier', 'leafing', 'leaflet', 'leagued', 'leaguer', 'leagues', 'leakage', 'leakeys', 'leakier', 'leaking', 'leander', 'leanest', 'leaning', 'leannas', 'leannes', 'leaping', 'learjet', 'learned', 'learner', 'leashed', 'leashes', 'leasing', 'leather', 'leavens', 'leaving', 'lebanon', 'leblanc', 'lechers', 'lechery', 'lectern', 'lecture', 'ledgers', 'leeched', 'leeches', 'leerier', 'leering', 'leeward', 'leeways', 'leftest', 'lefties', 'leftism', 'leftist', 'legacys', 'legally', 'legatee', 'legates', 'legatos', 'legends', 'leggier', 'legging', 'leggins', 'leghorn', 'legible', 'legibly', 'legions', 'legless', 'legmans', 'legrees', 'legroom', 'legumes', 'legwork', 'lehmans', 'leibniz', 'leidens', 'leipzig', 'leisure', 'lelands', 'lemming', 'lemuels', 'lemuria', 'lenards', 'lenders', 'lending', 'lengths', 'lengthy', 'lenient', 'lennons', 'lenoirs', 'lenoras', 'lenores', 'lentils', 'leonard', 'leonels', 'leonine', 'leonors', 'leopard', 'leopold', 'leotard', 'lepidus', 'leprosy', 'leprous', 'lesbian', 'lesions', 'lesleys', 'leslies', 'lesotho', 'lessees', 'lessens', 'lesseps', 'lessies', 'lessons', 'lessors', 'lesters', 'letdown', 'leticia', 'letitia', 'letmein', 'letters', 'letting', 'lettuce', 'leucine', 'levants', 'leveled', 'leveler', 'levelly', 'levered', 'levines', 'levitts', 'levitys', 'levying', 'lewdest', 'lexical', 'lexicon', 'lhotses', 'liaised', 'liaises', 'liaison', 'libeled', 'libeler', 'liberal', 'liberia', 'liberty', 'libidos', 'library', 'librate', 'librium', 'libyans', 'licence', 'license', 'lichees', 'lichens', 'licking', 'lidding', 'liefest', 'lifters', 'lifting', 'liftoff', 'liggett', 'lighted', 'lighten', 'lighter', 'lightly', 'lignite', 'likable', 'likened', 'likings', 'liliana', 'lilians', 'liliths', 'lillian', 'lillies', 'lilting', 'limbers', 'limeade', 'limiest', 'limited', 'limiter', 'limning', 'limoges', 'limpest', 'limpets', 'limping', 'limpkin', 'limpopo', 'linages', 'lincoln', 'lindens', 'lindsay', 'lindsey', 'lineage', 'lineman', 'linemen', 'linenss', 'lineups', 'lingers', 'lingoes', 'lingual', 'linings', 'linkage', 'linking', 'linkups', 'linnets', 'linseed', 'lintels', 'lintons', 'linwood', 'lionels', 'lioness', 'lionise', 'lionize', 'lipread', 'liptons', 'liquefy', 'liqueur', 'liquids', 'liquify', 'liquors', 'lisbons', 'lisping', 'lissome', 'listens', 'listers', 'listing', 'listons', 'litanys', 'litchis', 'literal', 'lithest', 'lithium', 'litmuss', 'litters', 'littler', 'littles', 'littons', 'liturgy', 'livable', 'livably', 'livened', 'liverys', 'lividly', 'livings', 'livonia', 'lizards', 'lizzies', 'loaders', 'loading', 'loafers', 'loafing', 'loamier', 'loaners', 'loaning', 'loathed', 'loathes', 'loathly', 'lobbied', 'lobbies', 'lobbing', 'lobster', 'lobular', 'locales', 'locally', 'located', 'locates', 'locator', 'lockean', 'lockers', 'lockets', 'lockian', 'locking', 'lockjaw', 'locknut', 'lockout', 'lockups', 'locusts', 'locutor', 'lodgers', 'lodging', 'loftier', 'loftily', 'lofting', 'logbook', 'loggers', 'logging', 'logical', 'logjams', 'loiters', 'lollard', 'lolling', 'lombard', 'londons', 'longest', 'longing', 'longish', 'longleg', 'lonnies', 'lookers', 'looking', 'lookout', 'lookups', 'looming', 'looneys', 'loonier', 'loonies', 'loopier', 'looping', 'loosely', 'loosens', 'loosest', 'loosing', 'looters', 'looting', 'lopping', 'lopseed', 'loraine', 'lording', 'lorelei', 'lorenas', 'lorenes', 'lorentz', 'lorenzo', 'loretta', 'lorinda', 'lorries', 'losable', 'lossier', 'lotions', 'lottery', 'lotties', 'lotuses', 'loudest', 'louella', 'louisas', 'louises', 'lounged', 'lounges', 'lourdes', 'lousier', 'loutish', 'louvers', 'louvred', 'louvres', 'lovable', 'lovably', 'lovelys', 'lowbrow', 'lowdown', 'lowered', 'lowerys', 'lowland', 'lowlier', 'lowness', 'loyaler', 'loyally', 'loyalty', 'loyangs', 'lozenge', 'luandas', 'lubbers', 'lubbock', 'lucerne', 'luciano', 'lucidly', 'luciens', 'lucifer', 'luciles', 'lucille', 'lucinda', 'lucites', 'luciuss', 'luckier', 'luckily', 'lucking', 'lucknow', 'luddite', 'ludwigs', 'luellas', 'luggage', 'lugging', 'lugosis', 'lukemia', 'lullaby', 'lulling', 'lumbago', 'lumbers', 'lumires', 'lummoxs', 'lumpier', 'lumping', 'lumpish', 'lunacys', 'lunatic', 'lunched', 'lunches', 'lunging', 'lupines', 'lurched', 'lurches', 'luridly', 'lurking', 'lusakas', 'lushest', 'lusters', 'lustful', 'lustier', 'lustily', 'lusting', 'lustres', 'luthers', 'luxurys', 'lyceums', 'lychees', 'lynched', 'lyncher', 'lynches', 'lyndons', 'lynette', 'lyrical', 'lysenko', 'maaloxs', 'macabre', 'macadam', 'macaque', 'macbeth', 'macedon', 'machete', 'machine', 'maciass', 'macrame', 'macrams', 'macrons', 'macumba', 'madames', 'madcaps', 'maddens', 'madders', 'maddest', 'madding', 'maddoxs', 'madeira', 'madelyn', 'madison', 'madmans', 'madness', 'madonna', 'madrass', 'madrids', 'madurai', 'maestri', 'maestro', 'mafioso', 'magenta', 'maggies', 'maggots', 'maggoty', 'maghreb', 'magical', 'maginot', 'magnate', 'magneto', 'magnets', 'magnify', 'magnums', 'magpies', 'magyars', 'mahatma', 'mahfouz', 'mahican', 'mahjong', 'mahoney', 'maidens', 'maigret', 'mailbox', 'mailers', 'mailing', 'maillol', 'mailman', 'mailmen', 'maimans', 'maiming', 'maisies', 'majesty', 'majorca', 'majored', 'majorly', 'makable', 'makeups', 'makings', 'malabar', 'malabos', 'malacca', 'malachi', 'maladys', 'malaise', 'malamud', 'malaria', 'malawis', 'malayan', 'malcolm', 'maldive', 'malians', 'malibus', 'malices', 'maligns', 'malinda', 'mallard', 'mallarm', 'mallets', 'mallory', 'mallows', 'malones', 'maloney', 'malorys', 'malraux', 'malteds', 'maltese', 'malthus', 'malting', 'maltose', 'mamboed', 'mammals', 'mammary', 'mammons', 'mammoth', 'mamores', 'manacle', 'managed', 'manager', 'manages', 'managua', 'manamas', 'manatee', 'manchus', 'mancini', 'mandate', 'mandela', 'mandrel', 'manfred', 'mangers', 'mangier', 'mangled', 'mangler', 'mangles', 'mangoes', 'manhole', 'manhood', 'manhunt', 'maniacs', 'manikin', 'manilas', 'manilla', 'mankind', 'manleys', 'manlier', 'manners', 'manning', 'mannish', 'mansard', 'mansion', 'mansons', 'mantels', 'mantiss', 'mantled', 'mantles', 'mantoes', 'mantrap', 'mantras', 'manuals', 'manuela', 'manuels', 'manumit', 'manured', 'manures', 'maoisms', 'maoists', 'mapping', 'maputos', 'marabou', 'maracas', 'maratha', 'marathi', 'marauds', 'marbled', 'marbles', 'marceau', 'marcelo', 'marcels', 'marched', 'marcher', 'marches', 'marcias', 'marcies', 'marconi', 'marcuss', 'marduks', 'margery', 'margies', 'margins', 'margret', 'mariana', 'mariano', 'maribel', 'marilyn', 'marimba', 'marinas', 'mariner', 'marines', 'marions', 'marisas', 'marisol', 'marissa', 'marital', 'maritza', 'marjory', 'markabs', 'markers', 'markets', 'markham', 'marking', 'markups', 'marlene', 'marleys', 'marlins', 'marlons', 'marlowe', 'marmara', 'marmots', 'maroons', 'marples', 'marquee', 'marquez', 'marquis', 'married', 'marries', 'marring', 'marrows', 'marsala', 'marshal', 'marshas', 'marshes', 'martens', 'martial', 'martian', 'martina', 'martini', 'martins', 'martyrs', 'marvell', 'marvels', 'marxism', 'marxist', 'maryann', 'marylou', 'masadas', 'masaryk', 'mascara', 'mascots', 'maserus', 'mashers', 'mashhad', 'mashing', 'masking', 'masonic', 'masonry', 'masques', 'massage', 'masseur', 'massing', 'massive', 'masters', 'mastery', 'mastiff', 'mastoid', 'matador', 'matched', 'matcher', 'matches', 'mathews', 'mathias', 'mathieu', 'matilda', 'matinal', 'matinee', 'matines', 'matings', 'matinss', 'matisse', 'matriel', 'matrixs', 'matroid', 'matrons', 'mattels', 'matters', 'matthew', 'matties', 'matting', 'mattock', 'mattson', 'matured', 'maturer', 'matures', 'matzohs', 'matzoth', 'maudlin', 'maugham', 'mauling', 'maunder', 'maureen', 'mauriac', 'maurice', 'maurine', 'maurois', 'mauryan', 'mawkish', 'maxilla', 'maximal', 'maximum', 'maxines', 'maxwell', 'maydays', 'mayfair', 'mayflys', 'mayhems', 'maynard', 'mayoral', 'maypole', 'maytags', 'mazamas', 'mazarin', 'mazolas', 'mazurka', 'mazzini', 'mbabane', 'mcadams', 'mcbride', 'mccains', 'mccalls', 'mccarty', 'mcclain', 'mcclure', 'mccrays', 'mcelroy', 'mcenroe', 'mcgowan', 'mcgrath', 'mcguire', 'mckenna', 'mcleans', 'mcleods', 'mcluhan', 'mcmahon', 'mcnally', 'mcneils', 'mcnulty', 'mcqueen', 'mcveigh', 'meadows', 'meagans', 'mealier', 'meander', 'meanest', 'meaning', 'measles', 'measure', 'meatier', 'meddled', 'meddler', 'meddles', 'medford', 'medians', 'mediate', 'medical', 'mediums', 'medleys', 'medulla', 'medusas', 'meekest', 'meeting', 'megabit', 'megaton', 'meghans', 'meighen', 'meiosis', 'mekongs', 'melange', 'melanie', 'melanin', 'melcher', 'melding', 'melinda', 'melisas', 'melissa', 'mellows', 'melodic', 'melodys', 'melting', 'meltons', 'melvins', 'members', 'memento', 'memling', 'memoirs', 'memorys', 'memphis', 'menaced', 'menaces', 'menages', 'mencius', 'mencken', 'mendels', 'menders', 'mendezs', 'mending', 'mendoza', 'menelik', 'menfolk', 'menials', 'menkars', 'menkent', 'mennens', 'menorah', 'menotti', 'mensess', 'menthol', 'mention', 'mentors', 'menuhin', 'menzies', 'meowing', 'mercado', 'mercers', 'mercies', 'mercury', 'mergers', 'merging', 'merinos', 'merited', 'merlins', 'mermaid', 'mermans', 'merriam', 'merrick', 'merrier', 'merrill', 'merrily', 'merritt', 'mervins', 'mesabis', 'mescals', 'meshing', 'mesmers', 'message', 'messiah', 'messier', 'messily', 'messing', 'mestizo', 'metcalf', 'meteors', 'metered', 'methane', 'methods', 'methuen', 'metrics', 'mettles', 'metzler', 'mewling', 'mexican', 'mexicos', 'miaowed', 'miasmal', 'miasmas', 'michael', 'micheal', 'michele', 'michels', 'mickeys', 'mickies', 'micmacs', 'microbe', 'microns', 'midairs', 'midband', 'middays', 'middies', 'middles', 'midgets', 'midland', 'midmorn', 'midmost', 'midriff', 'midspan', 'midterm', 'midtown', 'midways', 'midweek', 'midwest', 'midwife', 'midyear', 'miffing', 'mightnt', 'migrant', 'migrate', 'miguels', 'mikhail', 'mikoyan', 'mildest', 'mildews', 'mildred', 'mileage', 'milford', 'milieus', 'milieux', 'militia', 'milkens', 'milkers', 'milkier', 'milking', 'milkman', 'milkmen', 'milksop', 'millage', 'millard', 'millers', 'millets', 'millies', 'milling', 'million', 'miltown', 'mimesis', 'mimetic', 'mimicry', 'mimosas', 'minaret', 'mincing', 'mindful', 'minding', 'mindoro', 'mineral', 'minerva', 'mingled', 'mingles', 'minguss', 'minibus', 'minicam', 'minimal', 'minimax', 'minimum', 'minings', 'minions', 'minivan', 'minnies', 'minnows', 'minoans', 'minolta', 'minored', 'minskys', 'minster', 'mintaka', 'mintier', 'minting', 'minuend', 'minuets', 'minuses', 'minuted', 'minuter', 'minutes', 'minutia', 'miocene', 'mirachs', 'miracle', 'mirages', 'miranda', 'mirfaks', 'miriams', 'mirrors', 'mirzams', 'miscall', 'miscast', 'miscued', 'miscues', 'misdeal', 'misdeed', 'misdoes', 'misdone', 'miserly', 'miserys', 'misfire', 'misfits', 'mishaps', 'miskito', 'mislaid', 'mislays', 'mislead', 'misplay', 'misread', 'misrule', 'missals', 'missile', 'missing', 'mission', 'missive', 'misstep', 'mistake', 'misters', 'mistier', 'mistily', 'mistime', 'misting', 'mistook', 'mistype', 'misused', 'misuses', 'mitchel', 'mitered', 'mitford', 'mithras', 'mitosis', 'mitring', 'mittens', 'mixture', 'mizzens', 'moaning', 'mobbing', 'mobiles', 'mobster', 'mobutus', 'mockers', 'mockery', 'mocking', 'modally', 'modeled', 'moderns', 'modesto', 'modesty', 'modicum', 'modular', 'modules', 'modulus', 'mohacss', 'mohairs', 'mohamed', 'mohawks', 'mohican', 'moietys', 'moisten', 'moister', 'moistly', 'mojaves', 'molders', 'moldier', 'molding', 'moldova', 'molests', 'moliere', 'mollies', 'mollify', 'mollusc', 'mollusk', 'molnars', 'molochs', 'molokai', 'molotov', 'molting', 'mombasa', 'momenta', 'moments', 'mommies', 'monacos', 'monadic', 'monarch', 'mondale', 'mondays', 'moneras', 'moneyed', 'mongers', 'mongols', 'mongrel', 'monicas', 'moniker', 'monique', 'monitor', 'monkeys', 'monkish', 'monocle', 'monolog', 'monomer', 'monroes', 'monsoon', 'monster', 'montage', 'montana', 'monthly', 'montoya', 'mooched', 'moocher', 'mooches', 'moodier', 'moodily', 'mooneys', 'mooning', 'moonlit', 'mooring', 'moorish', 'mooting', 'moppets', 'mopping', 'moraine', 'morales', 'morally', 'morasss', 'moravia', 'mordant', 'mordred', 'morenos', 'moresby', 'morgans', 'morgues', 'morison', 'moritas', 'mormons', 'morning', 'morocco', 'moronic', 'morphys', 'morrill', 'morrows', 'morsels', 'mortals', 'mortars', 'mortice', 'mortify', 'mortise', 'mortons', 'mosaics', 'moscows', 'moseley', 'moselle', 'moseyed', 'moslems', 'mosleys', 'mosques', 'mossier', 'mothers', 'motiles', 'motions', 'motives', 'motleys', 'motlier', 'motored', 'motowns', 'motrins', 'mottled', 'mottles', 'mottoes', 'moulded', 'moulder', 'moulted', 'moulton', 'mounded', 'mounted', 'mounter', 'mountie', 'mourned', 'mourner', 'mousers', 'mousier', 'mousing', 'moussed', 'mousses', 'mouthed', 'mouthes', 'moutons', 'movable', 'movings', 'mowglis', 'mozarts', 'mozilla', 'muawiya', 'mubarak', 'muckier', 'mucking', 'muddied', 'muddier', 'muddies', 'mudding', 'muddled', 'muddler', 'muddles', 'mueller', 'muezzin', 'muffing', 'muffins', 'muffled', 'muffler', 'muffles', 'mugabes', 'muggers', 'muggier', 'mugging', 'mukluks', 'mulatto', 'mulched', 'mulches', 'mulders', 'mullahs', 'mullein', 'mullens', 'mullers', 'mullets', 'mulling', 'mullins', 'mullion', 'mumbais', 'mumbled', 'mumbler', 'mumbles', 'mumford', 'mummers', 'mummery', 'mummies', 'mummify', 'munched', 'munches', 'mundane', 'munichs', 'muppets', 'murders', 'murdoch', 'muriels', 'murillo', 'murines', 'murkier', 'murkily', 'murmurs', 'murrays', 'murrows', 'muscats', 'muscled', 'muscles', 'muscovy', 'museums', 'mushier', 'mushing', 'musials', 'musical', 'musings', 'muskets', 'muskier', 'muskrat', 'muslims', 'muslins', 'mussels', 'mussier', 'mussing', 'mustang', 'mustard', 'musters', 'mustier', 'mutable', 'mutagen', 'mutants', 'mutated', 'mutates', 'mutatis', 'mutinys', 'mutters', 'muttons', 'muumuus', 'muzzled', 'muzzles', 'myanmar', 'mycenae', 'myeline', 'myeloid', 'mynahes', 'mynheer', 'myopias', 'myrdals', 'myriads', 'myrtles', 'myspace', 'mystery', 'mystics', 'mystify', 'nabbing', 'nabisco', 'nabokov', 'nadines', 'nagging', 'nahuatl', 'naiades', 'nailing', 'naipaul', 'nairobi', 'naively', 'naivest', 'naivete', 'naivets', 'naivety', 'nakedly', 'namaths', 'namibia', 'nanette', 'nanjing', 'nanking', 'nannies', 'nanooks', 'nantess', 'napalms', 'naphtha', 'napiers', 'napkins', 'napless', 'nappier', 'nappies', 'napping', 'napster', 'narking', 'narmada', 'narnias', 'narrate', 'narrows', 'narwhal', 'nasally', 'nascars', 'nascent', 'nasdaqs', 'nassaus', 'nassers', 'nastier', 'nastily', 'natalia', 'natalie', 'natasha', 'natchez', 'nathans', 'nations', 'natives', 'nattier', 'nattily', 'natural', 'natured', 'natures', 'naughts', 'naughty', 'nauseas', 'nauseum', 'nautili', 'navahos', 'navajos', 'navally', 'navarre', 'navarro', 'naziism', 'nazisms', 'nearest', 'nearing', 'neatest', 'nebulae', 'nebular', 'nebulas', 'necking', 'necktie', 'nectars', 'nectary', 'needful', 'needham', 'needier', 'needing', 'needled', 'needler', 'needles', 'negated', 'negates', 'negator', 'neglect', 'negligs', 'negroes', 'negroid', 'neighed', 'neither', 'nellies', 'nelsens', 'nemeses', 'nemesis', 'neogene', 'neonate', 'nepalis', 'nephews', 'neptune', 'nerdier', 'nereids', 'nervier', 'nerving', 'nervous', 'nescafe', 'nesting', 'nestled', 'nestles', 'nestors', 'netflix', 'netties', 'netting', 'nettled', 'nettles', 'network', 'neumann', 'neurons', 'neuters', 'neutral', 'neutron', 'nevadan', 'nevadas', 'nevskys', 'newarks', 'newbies', 'newbold', 'newborn', 'newline', 'newness', 'newport', 'newsboy', 'newsier', 'newsman', 'newsmen', 'newtons', 'nexuses', 'nguyens', 'niacins', 'niagara', 'niameys', 'nibbled', 'nibbler', 'nibbles', 'niccolo', 'nicetys', 'nichole', 'nichols', 'nickels', 'nicking', 'nicobar', 'nicolas', 'nicoles', 'nicosia', 'niebuhr', 'nielsen', 'nielson', 'nievess', 'niftier', 'nigeria', 'niggard', 'niggers', 'niggled', 'niggles', 'nighest', 'nightie', 'nightly', 'nightys', 'nikitas', 'nikolai', 'nimbler', 'nimbuss', 'ninepin', 'ninetys', 'nineveh', 'ninnies', 'niobium', 'nippers', 'nippier', 'nipping', 'nipples', 'nippons', 'nirvana', 'nissans', 'nitpick', 'nitrate', 'nitride', 'nitrite', 'nitrous', 'nitwits', 'nkrumah', 'noblest', 'nobodyd', 'nobodys', 'nodding', 'nodular', 'nodules', 'noelles', 'noggins', 'noisier', 'noisily', 'noising', 'noisome', 'nomadic', 'nominal', 'nominee', 'noncoms', 'nonplus', 'nonskid', 'nonstop', 'nonuser', 'nonzero', 'noodled', 'noodles', 'noonday', 'nootkas', 'norbert', 'nordics', 'noreens', 'norfolk', 'noriega', 'normals', 'normand', 'normans', 'nortons', 'norwalk', 'norways', 'norwich', 'nosebag', 'nosegay', 'noshing', 'nosiest', 'nostril', 'nostrum', 'notable', 'notably', 'notarys', 'notched', 'notches', 'notepad', 'nothing', 'noticed', 'notices', 'notions', 'nougats', 'noughts', 'noumeas', 'nourish', 'nouveau', 'novella', 'novelle', 'novelty', 'novices', 'nowaday', 'nowhere', 'noxious', 'noxzema', 'nozzles', 'nuanced', 'nuances', 'nuclear', 'nucleic', 'nucleus', 'nuclide', 'nudging', 'nudisms', 'nudists', 'nuditys', 'nuggets', 'nullary', 'nullify', 'nullity', 'numbers', 'numbest', 'numbing', 'numeral', 'numeric', 'nunavut', 'nuncios', 'nunnery', 'nuptial', 'nureyev', 'nursery', 'nursing', 'nurture', 'nutmeat', 'nutmegs', 'nutrias', 'nuttier', 'nutting', 'nuzzled', 'nuzzles', 'nyerere', 'nylonss', 'nyquils', 'nyquist', 'oakland', 'oakwood', 'oarlock', 'oarsman', 'oarsmen', 'oatmeal', 'oaxacas', 'obadiah', 'obelisk', 'oberlin', 'obesity', 'obeying', 'objects', 'obliged', 'obliges', 'oblique', 'oblongs', 'obloquy', 'oboists', 'obscene', 'obscure', 'obsequy', 'observe', 'obtains', 'obtrude', 'obtuser', 'obverse', 'obviate', 'obvious', 'ocarina', 'occlude', 'occults', 'oceania', 'oceanic', 'oceanus', 'ocelots', 'oconnor', 'octagon', 'octanes', 'octaves', 'octavia', 'octavio', 'octette', 'october', 'octopus', 'oculars', 'oculist', 'oddball', 'odditys', 'oddness', 'odessas', 'odorous', 'odyssey', 'oedemas', 'oedipal', 'oedipus', 'oersted', 'ofelias', 'offbeat', 'offence', 'offends', 'offense', 'offered', 'offerer', 'offhand', 'officer', 'offices', 'officio', 'offings', 'offload', 'offsets', 'offside', 'oftener', 'ogilvys', 'ohioans', 'oiliest', 'oilseed', 'oilskin', 'oinking', 'ojibwas', 'okaying', 'okeeffe', 'okhotsk', 'okinawa', 'oldness', 'oldster', 'olduvai', 'oleneks', 'olivias', 'olivier', 'olivine', 'olmsted', 'olympia', 'olympic', 'olympus', 'omayyad', 'omelets', 'omicron', 'ominous', 'omitted', 'omnibus', 'onanism', 'onassis', 'onboard', 'onegins', 'oneidas', 'oneness', 'onerous', 'oneself', 'onetime', 'ongoing', 'onrushs', 'onsager', 'onshore', 'ontario', 'onwards', 'oodless', 'opacity', 'opaqued', 'opaquer', 'opaques', 'openers', 'openest', 'opening', 'operand', 'operant', 'operate', 'ophelia', 'opiates', 'opining', 'opinion', 'opossum', 'opposed', 'opposes', 'oppress', 'optical', 'opticss', 'optimal', 'optimum', 'options', 'opulent', 'oracles', 'oranges', 'orating', 'oration', 'orators', 'oratory', 'orbison', 'orbital', 'orbited', 'orbiter', 'orchard', 'orchids', 'ordains', 'ordeals', 'ordered', 'orderly', 'ordinal', 'ordures', 'oregano', 'oregons', 'orestes', 'organdy', 'organic', 'orgasms', 'orients', 'orifice', 'origami', 'origins', 'orinoco', 'orioles', 'orizaba', 'orkneys', 'orlando', 'orleans', 'ormolus', 'orotund', 'orourke', 'orphans', 'orpheus', 'ortegas', 'orthant', 'orville', 'osberts', 'osborne', 'osborns', 'osceola', 'osgoods', 'oshkosh', 'osiriss', 'osmosis', 'osmotic', 'ospreys', 'osseous', 'ostrich', 'ostwald', 'osvaldo', 'othello', 'ottawas', 'ottoman', 'oughtnt', 'ourself', 'ousters', 'ousting', 'outages', 'outback', 'outbids', 'outcast', 'outcome', 'outcrop', 'outcrys', 'outdoes', 'outdone', 'outdoor', 'outfits', 'outgoes', 'outgrew', 'outgrow', 'outings', 'outlaid', 'outlast', 'outlaws', 'outlays', 'outlets', 'outline', 'outlive', 'outlook', 'outplay', 'outpost', 'outputs', 'outrage', 'outrank', 'outruns', 'outsell', 'outsets', 'outside', 'outsize', 'outsold', 'outstay', 'outtake', 'outvote', 'outward', 'outwear', 'outwits', 'outwore', 'outworn', 'ovarian', 'ovaries', 'ovation', 'overact', 'overage', 'overall', 'overate', 'overawe', 'overdid', 'overdue', 'overeat', 'overjoy', 'overlap', 'overlay', 'overlie', 'overpay', 'overran', 'overrun', 'oversaw', 'oversee', 'overtax', 'overtly', 'overuse', 'oviduct', 'oviform', 'ovulate', 'oxalate', 'oxfords', 'oxidant', 'oxidate', 'oxidise', 'oxidize', 'oxonian', 'oxygens', 'oxymora', 'oysters', 'ozarkss', 'pablums', 'pacheco', 'pacific', 'pacinos', 'package', 'packard', 'packers', 'packets', 'packing', 'paddies', 'padding', 'paddled', 'paddles', 'paddock', 'padilla', 'padlock', 'pageant', 'paglias', 'pagodas', 'pahlavi', 'pailful', 'painful', 'paining', 'painted', 'painter', 'pairing', 'paisley', 'pajamas', 'palaces', 'palatal', 'palates', 'palaver', 'palazzi', 'palazzo', 'palermo', 'palette', 'palfrey', 'palikir', 'palings', 'pallets', 'palling', 'pallors', 'palmate', 'palmier', 'palming', 'palmist', 'palmyra', 'palomar', 'palpate', 'palsied', 'palsies', 'pamelas', 'pampass', 'pampers', 'panacea', 'panache', 'panamas', 'pancake', 'panders', 'pandora', 'paneled', 'pangaea', 'panicky', 'panicle', 'paniers', 'pannier', 'panning', 'panoply', 'pansies', 'panther', 'panties', 'panting', 'pantrys', 'papacys', 'papayas', 'papered', 'paperer', 'papilla', 'papoose', 'paprika', 'papyrus', 'parable', 'paraded', 'parades', 'paradox', 'paragon', 'paramus', 'parapet', 'parasol', 'parboil', 'parcels', 'parched', 'parches', 'pardons', 'parents', 'parfait', 'pariahs', 'parings', 'parishs', 'paritys', 'parkers', 'parking', 'parkish', 'parkman', 'parkway', 'parlays', 'parleys', 'parlors', 'parlour', 'parnell', 'parodys', 'paroled', 'parolee', 'paroles', 'parquet', 'parried', 'parries', 'parring', 'parrish', 'parrots', 'parsecs', 'parsers', 'parsing', 'parsley', 'parsnip', 'parsons', 'partake', 'parters', 'parthia', 'partial', 'partied', 'parties', 'parting', 'partner', 'partook', 'partway', 'parvenu', 'pascals', 'paschal', 'passage', 'passaic', 'passels', 'passers', 'passing', 'passion', 'passive', 'passkey', 'pastels', 'pastern', 'pasteup', 'pasteur', 'pastier', 'pasties', 'pastime', 'pasting', 'pastors', 'pastrys', 'pasture', 'patched', 'patches', 'patella', 'patents', 'pathoss', 'pathway', 'patient', 'patinae', 'patinas', 'patoiss', 'patrica', 'patrice', 'patrick', 'patriot', 'patrols', 'patrons', 'patsies', 'pattern', 'patters', 'patties', 'patting', 'paucity', 'pauline', 'pauling', 'paulsen', 'paulson', 'paunchs', 'paunchy', 'paupers', 'pausing', 'pavanne', 'pavings', 'pavlova', 'pavlovs', 'pawnees', 'pawning', 'pawpaws', 'payable', 'paydays', 'payload', 'payment', 'payoffs', 'paypals', 'payroll', 'peabody', 'peaches', 'peacock', 'peafowl', 'peahens', 'peaking', 'pealing', 'peanuts', 'pearled', 'pearlie', 'pearson', 'peasant', 'pebbled', 'pebbles', 'peccary', 'pechora', 'pecking', 'pectins', 'pedagog', 'pedaled', 'pedants', 'peddled', 'peddler', 'peddles', 'pedlars', 'peeking', 'peeling', 'peepers', 'peeping', 'peerage', 'peering', 'peeving', 'peevish', 'peewees', 'pegasus', 'pegging', 'peiping', 'pekings', 'pelagic', 'pelican', 'pellets', 'pelting', 'pelviss', 'penalty', 'penance', 'penates', 'pencils', 'pendant', 'pendent', 'pending', 'penguin', 'penises', 'penlite', 'pennant', 'penneys', 'pennies', 'penning', 'pennons', 'penrose', 'pension', 'pensive', 'pentane', 'pentaxs', 'pentium', 'penurys', 'peonage', 'peonies', 'peopled', 'peoples', 'peppers', 'peppery', 'peppier', 'pepping', 'pepsico', 'pepsins', 'peptics', 'peptide', 'percale', 'percent', 'percept', 'perched', 'perches', 'perfect', 'perfidy', 'perform', 'perfume', 'perfuse', 'perhaps', 'perigee', 'periled', 'perilla', 'periods', 'periwig', 'perjure', 'perjury', 'perkier', 'perking', 'perkins', 'permian', 'perming', 'permits', 'permute', 'pernods', 'perplex', 'perrier', 'perseid', 'perseus', 'persian', 'persias', 'persist', 'persona', 'persons', 'pertain', 'pertest', 'perturb', 'perusal', 'perused', 'peruser', 'peruses', 'pervade', 'pervert', 'pesetas', 'peskier', 'pesters', 'pestled', 'pestles', 'petards', 'petered', 'petiole', 'petites', 'petrels', 'petrify', 'petrols', 'petters', 'pettier', 'pettily', 'petting', 'petunia', 'peugeot', 'pewters', 'peyotes', 'pfennig', 'pfizers', 'phaedra', 'phalanx', 'phallic', 'phallus', 'phantom', 'pharaoh', 'pharynx', 'phasers', 'phasing', 'phekdas', 'phelpss', 'phidias', 'philbys', 'philips', 'phillip', 'phillys', 'philter', 'philtre', 'phippss', 'phished', 'phisher', 'phlegms', 'phloems', 'phloxes', 'phobias', 'phobics', 'phoebes', 'phoenix', 'phoneme', 'phoneys', 'phonics', 'phonied', 'phonier', 'phonies', 'phoning', 'photoed', 'photons', 'phrasal', 'phrased', 'phrases', 'phrygia', 'phyllis', 'phylums', 'physics', 'piagets', 'pianist', 'pianola', 'piazzas', 'picasso', 'piccolo', 'pickaxe', 'pickaxs', 'pickers', 'pickets', 'pickett', 'pickier', 'picking', 'pickled', 'pickles', 'pickman', 'pickoff', 'pickups', 'picnics', 'picture', 'piddled', 'piddles', 'pidgins', 'piebald', 'piecing', 'pierced', 'pierces', 'pierres', 'pierrot', 'pierson', 'pietism', 'piffles', 'pigeons', 'piggier', 'piggies', 'pigging', 'piggish', 'piglets', 'pigment', 'pigmies', 'pigpens', 'pigroot', 'pigskin', 'pigstys', 'pigtail', 'pilaffs', 'pilates', 'pileups', 'pilfers', 'pilgrim', 'pilings', 'pillage', 'pillars', 'pillbox', 'pilling', 'pillion', 'pillory', 'pillows', 'piloted', 'pimento', 'pimping', 'pimples', 'pinball', 'pincers', 'pinched', 'pinches', 'pincuss', 'pindars', 'pinging', 'pinhead', 'pinhole', 'pinions', 'pinkest', 'pinkeye', 'pinkies', 'pinking', 'pinkish', 'pinnate', 'pinning', 'pintail', 'pintoes', 'pinxter', 'pioneer', 'piously', 'pipette', 'pipings', 'pipping', 'pippins', 'piquant', 'piquing', 'piracys', 'piraeus', 'piranha', 'pirated', 'pirates', 'pirogue', 'piscess', 'pissaro', 'pissing', 'pistils', 'pistole', 'pistols', 'pistons', 'pitched', 'pitcher', 'pitches', 'piteous', 'pitfall', 'pithier', 'pithily', 'pithing', 'pitiers', 'pitiful', 'pitting', 'pittman', 'pitying', 'pivotal', 'pivoted', 'pizarro', 'pizazzs', 'pizzazz', 'placard', 'placate', 'placebo', 'placers', 'placing', 'placket', 'plagued', 'plagues', 'plaguey', 'plainer', 'plainly', 'plaints', 'plaited', 'planers', 'planets', 'planing', 'planked', 'planned', 'planner', 'planted', 'planter', 'plaques', 'plasmas', 'plasmon', 'plaster', 'plastic', 'plataea', 'plateau', 'platens', 'plating', 'platoon', 'platter', 'plattes', 'platypi', 'plaudit', 'plautus', 'playact', 'playboy', 'players', 'playful', 'playing', 'playoff', 'playpen', 'playtex', 'pleaded', 'pleader', 'pleased', 'pleases', 'pleated', 'plebian', 'plectra', 'pledged', 'pledges', 'plenary', 'plentys', 'pleural', 'plexuss', 'pliable', 'pliancy', 'plierss', 'plights', 'plinths', 'plodded', 'plodder', 'plopped', 'plotted', 'plotter', 'ploughs', 'plovers', 'plowing', 'plowman', 'plowmen', 'plucked', 'plugged', 'plugins', 'plumage', 'plumbed', 'plumber', 'pluming', 'plummer', 'plummet', 'plumped', 'plumper', 'plunder', 'plunged', 'plunger', 'plunges', 'plunked', 'plurals', 'plusher', 'plusses', 'plywood', 'poached', 'poacher', 'poaches', 'pockets', 'pocking', 'poconos', 'podcast', 'podding', 'podiums', 'poetess', 'poetics', 'poetrys', 'pogroms', 'poincar', 'pointed', 'pointer', 'poirets', 'poirots', 'poising', 'poisons', 'poisson', 'poitier', 'pokiest', 'pokmons', 'polands', 'polaris', 'polaron', 'polecat', 'polemic', 'policed', 'polices', 'policys', 'polishs', 'politer', 'politic', 'politys', 'polkaed', 'pollard', 'pollens', 'polling', 'pollock', 'pollute', 'polluxs', 'poltava', 'polygon', 'polymer', 'pomaded', 'pomades', 'pommels', 'pompano', 'pompeii', 'pompeys', 'pompoms', 'pompons', 'pompous', 'ponchos', 'ponders', 'poniard', 'pontiac', 'pontiff', 'pontoon', 'pooched', 'pooches', 'poodles', 'poohing', 'pooling', 'pooping', 'poorest', 'popcorn', 'popeyes', 'popguns', 'poplars', 'poplins', 'popover', 'poppers', 'poppies', 'popping', 'poppins', 'popular', 'porches', 'porcine', 'porrima', 'porsche', 'portage', 'portals', 'portend', 'portent', 'porters', 'portias', 'portico', 'porting', 'portion', 'portray', 'posable', 'poseurs', 'poshest', 'posited', 'possess', 'possums', 'postage', 'postbox', 'postdoc', 'posters', 'postfix', 'posting', 'postman', 'postmen', 'posture', 'postwar', 'potable', 'potashs', 'potatos', 'potboil', 'potency', 'potfuls', 'pothole', 'pothook', 'potions', 'potluck', 'potomac', 'potpies', 'potsdam', 'potshot', 'pottage', 'potters', 'pottery', 'pottier', 'potties', 'potting', 'pouched', 'pouches', 'poultry', 'pounced', 'pounces', 'pounded', 'pounder', 'pourers', 'pouring', 'poussin', 'pouting', 'poverty', 'powders', 'powdery', 'powells', 'powered', 'powwows', 'poznans', 'praecox', 'pragues', 'prairie', 'praised', 'praiser', 'praises', 'prakrit', 'praline', 'pranced', 'prancer', 'prances', 'prating', 'prattle', 'pravdas', 'prawned', 'prayers', 'praying', 'prcised', 'preachy', 'precede', 'precept', 'precess', 'precise', 'predate', 'predict', 'preempt', 'preened', 'prefabs', 'preface', 'prefect', 'prefers', 'prefixs', 'preheat', 'prelate', 'prelude', 'premier', 'premise', 'premiss', 'premium', 'prensas', 'prepaid', 'prepare', 'prepays', 'prepped', 'preppie', 'preppys', 'prequel', 'presage', 'present', 'presets', 'preside', 'presley', 'pressed', 'presser', 'presses', 'preston', 'prestos', 'presume', 'preteen', 'pretend', 'pretext', 'prettys', 'pretzel', 'prevail', 'prevent', 'preview', 'prevues', 'preying', 'pricers', 'pricier', 'pricing', 'pricked', 'prickle', 'prickly', 'priding', 'priests', 'primacy', 'primary', 'primate', 'primers', 'priming', 'primmer', 'primped', 'princes', 'printed', 'printer', 'priorys', 'prising', 'prisons', 'prithee', 'privacy', 'private', 'privets', 'privier', 'privies', 'prizers', 'prizing', 'probate', 'probing', 'probity', 'problem', 'proceed', 'process', 'procter', 'proctor', 'procure', 'procyon', 'prodded', 'prodigy', 'produce', 'product', 'profane', 'profess', 'proffer', 'profile', 'profits', 'profuse', 'progeny', 'program', 'project', 'prolate', 'proline', 'prologs', 'prolong', 'promise', 'promote', 'prompts', 'pronged', 'pronoun', 'proofed', 'propane', 'propels', 'propers', 'prophet', 'propose', 'propped', 'prorate', 'prosaic', 'prosier', 'prosody', 'prosper', 'protean', 'protect', 'protege', 'protein', 'protest', 'proteus', 'protons', 'prouder', 'proudly', 'prousts', 'proverb', 'provers', 'provide', 'proving', 'proviso', 'provoke', 'provost', 'prowess', 'prowled', 'prowler', 'proxies', 'prozacs', 'prudent', 'prudery', 'prudish', 'pruitts', 'pruners', 'pruning', 'prussia', 'psalter', 'psyched', 'psyches', 'psychic', 'psychos', 'ptolemy', 'puberty', 'publics', 'publish', 'puccini', 'puckers', 'puckett', 'puckish', 'pudding', 'puddled', 'puddles', 'pudgier', 'pueblos', 'puerile', 'puffery', 'puffier', 'puffing', 'puffins', 'pulaski', 'pullers', 'pullets', 'pulleys', 'pulling', 'pullman', 'pullout', 'pulpier', 'pulping', 'pulpits', 'pulsars', 'pulsate', 'pulsing', 'pumices', 'pummels', 'pumping', 'pumpkin', 'punched', 'puncher', 'punches', 'pundits', 'pungent', 'puniest', 'punjabi', 'punjabs', 'punkest', 'punning', 'punster', 'punters', 'punting', 'puppets', 'puppies', 'pupping', 'purcell', 'purdues', 'purging', 'purinas', 'purisms', 'purists', 'puritan', 'puritys', 'purling', 'purloin', 'purpler', 'purples', 'purport', 'purpose', 'purring', 'pursers', 'pursing', 'pursued', 'pursuer', 'pursues', 'pursuit', 'purveys', 'purview', 'pushers', 'pushier', 'pushing', 'pushkin', 'pushout', 'pushpin', 'pushtus', 'pushups', 'pussier', 'pussies', 'pustule', 'putrefy', 'putschs', 'putters', 'puttied', 'putties', 'putting', 'puzzled', 'puzzler', 'puzzles', 'pygmies', 'pyhrric', 'pyjamas', 'pynchon', 'pyramid', 'pyrexes', 'pyrites', 'pyrrhic', 'pythias', 'pythons', 'qaddafi', 'qantass', 'qingdao', 'qiqihar', 'quacked', 'quadric', 'quaffed', 'quahaug', 'quahogs', 'quailed', 'quakers', 'quaking', 'qualify', 'quality', 'quantum', 'quaoars', 'quarrel', 'quarrys', 'quarter', 'quartet', 'quartic', 'quartos', 'quartzs', 'quasars', 'quashed', 'quashes', 'quavers', 'quavery', 'quayles', 'quebecs', 'quechua', 'queened', 'queenly', 'queenss', 'queered', 'queerer', 'queerly', 'quelled', 'quentin', 'queried', 'queries', 'quested', 'quester', 'quetzal', 'queuers', 'queuing', 'quezons', 'quibble', 'quiches', 'quicken', 'quicker', 'quickie', 'quickly', 'quieted', 'quieter', 'quietly', 'quietus', 'quilted', 'quilter', 'quinces', 'quincys', 'quinine', 'quintet', 'quintic', 'quinton', 'quintus', 'quipped', 'quirked', 'quitted', 'quitter', 'quivers', 'quixote', 'quizzed', 'quizzes', 'quoited', 'quondam', 'quonset', 'quorums', 'quoting', 'rabbits', 'rabbles', 'rabiess', 'raccoon', 'racemes', 'raceway', 'rachael', 'rachels', 'raciest', 'racines', 'racings', 'racisms', 'racists', 'rackets', 'rackety', 'racking', 'racoons', 'racquet', 'radials', 'radiant', 'radiate', 'radical', 'radices', 'radioed', 'radishs', 'radiums', 'radiuss', 'rafaels', 'raffias', 'raffish', 'raffled', 'raffles', 'rafters', 'rafting', 'raggedy', 'ragging', 'raglans', 'ragnark', 'ragouts', 'ragtags', 'ragtime', 'ragweed', 'raiders', 'raiding', 'railers', 'railing', 'railway', 'raiment', 'rainbow', 'rainier', 'raining', 'raisers', 'raising', 'raisins', 'raleigh', 'rallied', 'rallies', 'ralston', 'ramadan', 'ramadas', 'rambled', 'rambler', 'rambles', 'ramirez', 'ramiros', 'ramming', 'ramonas', 'rampage', 'rampant', 'rampart', 'ramrods', 'ramseys', 'ranched', 'rancher', 'ranches', 'rancors', 'rancour', 'randall', 'randals', 'randell', 'randier', 'rangers', 'rangier', 'ranging', 'rangoon', 'rankers', 'rankest', 'rankine', 'ranking', 'rankled', 'rankles', 'ransack', 'ransoms', 'ranters', 'ranting', 'raphael', 'rapider', 'rapidly', 'rapiers', 'rapines', 'rapists', 'rappers', 'rapping', 'rapport', 'rapture', 'raquels', 'raretys', 'raritan', 'raritys', 'rascals', 'rashers', 'rashest', 'raspier', 'rasping', 'ratchet', 'rathers', 'ratings', 'rations', 'ratliff', 'rattail', 'rattans', 'rattier', 'ratting', 'rattled', 'rattler', 'rattles', 'rattrap', 'raucous', 'raunchy', 'ravaged', 'ravager', 'ravages', 'raveled', 'ravened', 'ravines', 'ravings', 'ravioli', 'rawhide', 'rawness', 'raybans', 'rayburn', 'raymond', 'razzing', 'reached', 'reacher', 'reaches', 'reacted', 'reactor', 'readers', 'readied', 'readier', 'readies', 'readily', 'reading', 'readmit', 'readout', 'reagans', 'reagent', 'realest', 'realign', 'realise', 'realism', 'realist', 'reality', 'realize', 'realtor', 'realtys', 'reamers', 'reaming', 'reapers', 'reaping', 'reapply', 'rearing', 'rearmed', 'reasons', 'rebated', 'rebates', 'rebecca', 'rebekah', 'rebinds', 'rebirth', 'rebound', 'rebuffs', 'rebuild', 'rebuilt', 'rebuked', 'rebukes', 'rebuses', 'recalls', 'recants', 'recasts', 'receded', 'recedes', 'receipt', 'receive', 'recesss', 'recheck', 'recifes', 'recipes', 'recital', 'recited', 'reciter', 'recites', 'reckons', 'reclaim', 'recline', 'recluse', 'recoded', 'recodes', 'recoils', 'records', 'recount', 'recoups', 'recover', 'recruit', 'rectify', 'rectors', 'rectory', 'rectums', 'recurse', 'recycle', 'redbird', 'redcaps', 'redcoat', 'reddens', 'reddest', 'reddish', 'redeems', 'redford', 'redhead', 'redmond', 'redneck', 'redness', 'redoing', 'redoubt', 'redound', 'redpoll', 'redraft', 'redrawn', 'redraws', 'redress', 'redskin', 'reduced', 'reducer', 'reduces', 'redwood', 'reeboks', 'reedier', 'reefers', 'reefing', 'reeking', 'reelect', 'reeling', 'reenact', 'reenter', 'reentry', 'reeving', 'referee', 'reffing', 'refiled', 'refiles', 'refills', 'refined', 'refiner', 'refines', 'reflect', 'reflexs', 'refocus', 'reforms', 'refract', 'refrain', 'refresh', 'refuels', 'refugee', 'refuges', 'refugio', 'refunds', 'refusal', 'refused', 'refuses', 'refuted', 'refuter', 'refutes', 'regains', 'regaled', 'regales', 'regalia', 'regally', 'regards', 'regatta', 'regency', 'regents', 'reggaes', 'reggies', 'regimen', 'regimes', 'reginae', 'reginas', 'regions', 'regress', 'regrets', 'regroup', 'regular', 'regulus', 'rehashs', 'reheats', 'rehired', 'rehires', 'reigned', 'reillys', 'reining', 'reissue', 'rejects', 'rejoice', 'rejoins', 'relabel', 'relapse', 'related', 'relater', 'relates', 'relaxed', 'relaxer', 'relaxes', 'relayed', 'relearn', 'release', 'relents', 'reliant', 'reliefs', 'relieve', 'relishs', 'relived', 'relives', 'reloads', 'relying', 'remains', 'remakes', 'remands', 'remarks', 'remarry', 'rematch', 'remedys', 'reminds', 'remnant', 'remodel', 'remorse', 'remoter', 'remotes', 'remount', 'removal', 'removed', 'remover', 'removes', 'renamed', 'renames', 'renault', 'renders', 'rending', 'reneged', 'reneges', 'renewal', 'renewed', 'renewer', 'rennets', 'renowns', 'rentals', 'renters', 'renting', 'reoccur', 'reopens', 'reorder', 'repaint', 'repairs', 'repasts', 'repayed', 'repeals', 'repeats', 'repents', 'replace', 'replays', 'replete', 'replica', 'replied', 'replies', 'reports', 'reposed', 'reposes', 'repress', 'reprint', 'reprise', 'reproof', 'reprove', 'reptile', 'repulse', 'reputed', 'reputes', 'request', 'requiem', 'require', 'requite', 'rereads', 'reredos', 'reroute', 'resales', 'rescind', 'rescued', 'rescuer', 'rescues', 'resells', 'resents', 'reserve', 'resided', 'resides', 'residue', 'resigns', 'resists', 'resolve', 'resorts', 'resound', 'respect', 'respell', 'respelt', 'respire', 'respite', 'respond', 'restart', 'restate', 'restful', 'resting', 'restive', 'restock', 'restore', 'restudy', 'results', 'resumed', 'resumes', 'retails', 'retains', 'retaken', 'retakes', 'retards', 'retched', 'retches', 'retells', 'rethink', 'reticle', 'retinae', 'retinal', 'retinas', 'retinue', 'retired', 'retiree', 'retires', 'retools', 'retorts', 'retouch', 'retrace', 'retract', 'retrain', 'retread', 'retreat', 'retrial', 'retried', 'retrier', 'retries', 'returns', 'retyped', 'retypes', 'reunify', 'reunion', 'reunite', 'reusing', 'reuters', 'reuther', 'revalue', 'revamps', 'reveals', 'reveled', 'reveler', 'revelry', 'revenge', 'revenue', 'revered', 'reveres', 'reverie', 'reverse', 'reverts', 'reverys', 'reviews', 'reviled', 'reviler', 'reviles', 'revisal', 'revised', 'reviser', 'revises', 'revisit', 'revival', 'revived', 'reviver', 'revives', 'revlons', 'revoked', 'revoker', 'revokes', 'revolts', 'revolve', 'revving', 'rewards', 'rewinds', 'rewired', 'rewires', 'rewords', 'reworks', 'rewound', 'rewrite', 'rewrote', 'rhenish', 'rhenium', 'rhizome', 'rhodium', 'rhombic', 'rhombus', 'rhondas', 'rhubarb', 'rhyming', 'rhythms', 'ribbing', 'ribbons', 'ricardo', 'richard', 'richest', 'richies', 'richter', 'rickets', 'rickety', 'rickeys', 'rickies', 'ricking', 'ricksha', 'ricotta', 'ridding', 'riddled', 'riddles', 'ridging', 'ridgway', 'ridings', 'riemann', 'riffing', 'riffled', 'riffles', 'rifling', 'rifting', 'rigging', 'righted', 'righter', 'rightly', 'rigidly', 'rigours', 'rimbaud', 'rimming', 'ringers', 'ringing', 'ringlet', 'rinsing', 'riordan', 'rioters', 'rioting', 'riotous', 'ripened', 'riposte', 'rippers', 'ripping', 'rippled', 'ripples', 'ripsaws', 'risible', 'risings', 'riskier', 'risking', 'ritalin', 'ritchie', 'rituals', 'ritzier', 'rivaled', 'rivalry', 'riveted', 'riveter', 'riviera', 'rivulet', 'riyadhs', 'roaches', 'roadbed', 'roadway', 'roamers', 'roaming', 'roaring', 'roasted', 'roaster', 'robbers', 'robbery', 'robbies', 'robbing', 'robbins', 'roberta', 'roberto', 'roberts', 'robeson', 'robless', 'robotic', 'rockers', 'rockets', 'rockier', 'rockies', 'rocking', 'rocknes', 'rococos', 'rodents', 'rodgers', 'rodolfo', 'rodrick', 'rodrigo', 'roebuck', 'rogelio', 'rogered', 'roguery', 'roguish', 'roiling', 'roister', 'rolaids', 'rolando', 'rolland', 'rollers', 'rollick', 'rolling', 'rollins', 'rolodex', 'rolvaag', 'romaine', 'romance', 'romania', 'romanov', 'romansh', 'romanys', 'romeros', 'rommels', 'rompers', 'romping', 'romulus', 'ronalds', 'ronnies', 'roofing', 'rooftop', 'rookery', 'rookies', 'rooking', 'roomers', 'roomful', 'roomier', 'rooming', 'rooneys', 'roosted', 'rooster', 'rooting', 'rosales', 'rosalie', 'rosalyn', 'rosanna', 'rosanne', 'rosario', 'rosarys', 'roscoes', 'roseann', 'roseate', 'roseaus', 'rosebud', 'rosella', 'rosendo', 'rosetta', 'rosette', 'rosiest', 'rosined', 'roslyns', 'rossini', 'rostand', 'rosters', 'rostovs', 'rostrum', 'roswell', 'rotarys', 'rotated', 'rotates', 'rotator', 'rotting', 'rotunda', 'rouault', 'roubles', 'roughed', 'roughen', 'rougher', 'roughly', 'rouging', 'rounded', 'rounder', 'roundly', 'roundup', 'rourkes', 'rousing', 'routers', 'routine', 'routing', 'rowboat', 'rowdier', 'rowdies', 'roweled', 'rowenas', 'rowings', 'rowland', 'rowling', 'roxanne', 'roxbury', 'royally', 'royalty', 'rozelle', 'rubbers', 'rubbery', 'rubbing', 'rubbish', 'rubbles', 'rubdown', 'rubella', 'rubicon', 'rubiest', 'rubrics', 'ruchbah', 'ruckuss', 'rudders', 'ruddier', 'rudolph', 'rudyard', 'ruffian', 'ruffing', 'ruffled', 'ruffles', 'ruining', 'ruinous', 'rulings', 'rumania', 'rumbaed', 'rumbled', 'rumbler', 'rumbles', 'rumford', 'rummage', 'rummest', 'rumored', 'rumours', 'rumpled', 'rumples', 'rumpuss', 'runaway', 'rundown', 'runnels', 'runners', 'runneth', 'runnier', 'running', 'runoffs', 'runtime', 'runways', 'ruperts', 'rupture', 'rurally', 'rushdie', 'rushing', 'russell', 'russels', 'russets', 'russian', 'russias', 'russula', 'rustics', 'rustier', 'rusting', 'rustled', 'rustler', 'rustles', 'rutgers', 'ruthies', 'rutland', 'rutting', 'rwandan', 'rwandas', 'rydberg', 'ryukyus', 'saatchi', 'sabbath', 'sabinas', 'sabines', 'sabrina', 'saccade', 'sachems', 'sachets', 'sackful', 'sacking', 'saddams', 'saddens', 'saddest', 'saddled', 'saddles', 'sadisms', 'sadists', 'sadness', 'safaris', 'safavid', 'safetys', 'safeway', 'saffron', 'sagging', 'saginaw', 'saguaro', 'saharas', 'saigons', 'sailing', 'sailors', 'sainted', 'saintly', 'salaams', 'salable', 'saladin', 'salamis', 'salarys', 'salazar', 'salerno', 'salient', 'salinas', 'salines', 'salishs', 'salivas', 'sallied', 'sallies', 'sallust', 'salmons', 'salomes', 'saloons', 'salsify', 'salters', 'saltest', 'saltier', 'saltine', 'salting', 'saltons', 'saluted', 'salutes', 'salvage', 'salvers', 'salving', 'salvoes', 'salween', 'salyuts', 'sambaed', 'sammies', 'samoans', 'samoset', 'samovar', 'samoyed', 'sampans', 'sampled', 'sampler', 'samples', 'sampson', 'samsung', 'samurai', 'sanborn', 'sanchez', 'sanchos', 'sanctum', 'sandals', 'sandbag', 'sandbar', 'sandbox', 'sanders', 'sandhog', 'sandier', 'sanding', 'sandlot', 'sandman', 'sandmen', 'sandras', 'sanford', 'sanicle', 'sanitys', 'sankara', 'santana', 'sapiens', 'sapient', 'sapling', 'sapphos', 'sappier', 'sapping', 'sapporo', 'saracen', 'sarapes', 'saratov', 'sarawak', 'sarcasm', 'sarcoma', 'sardine', 'sargent', 'sargons', 'sarnoff', 'sarongs', 'saroyan', 'sashays', 'sassier', 'sassing', 'sassoon', 'satanic', 'satchel', 'sateens', 'satiate', 'satiety', 'satires', 'satiric', 'satisfy', 'satraps', 'saturns', 'saucers', 'saucier', 'saucily', 'saucing', 'saunaed', 'saundra', 'saunter', 'sausage', 'sauting', 'savaged', 'savager', 'savages', 'savanna', 'savants', 'savings', 'saviors', 'saviour', 'savored', 'savorys', 'savours', 'savoury', 'savvied', 'savvier', 'savvies', 'sawdust', 'sawfish', 'sawmill', 'sawyers', 'saxonys', 'sayings', 'scabbed', 'scabies', 'scalars', 'scalded', 'scalene', 'scalier', 'scaling', 'scallop', 'scalped', 'scalpel', 'scalper', 'scammed', 'scamper', 'scampis', 'scandal', 'scanned', 'scanner', 'scanted', 'scanter', 'scantly', 'scapula', 'scarabs', 'scarcer', 'scarfed', 'scarier', 'scarify', 'scaring', 'scarlet', 'scarred', 'scarves', 'scatted', 'scatter', 'scenery', 'scented', 'scepter', 'sceptic', 'sceptre', 'schafer', 'schantz', 'scheats', 'schedar', 'schemas', 'schemed', 'schemer', 'schemes', 'scherzi', 'scherzo', 'schicks', 'schisms', 'schists', 'schlepp', 'schleps', 'schlitz', 'schlock', 'schloss', 'schmalz', 'schmidt', 'schmitt', 'schmuck', 'scholar', 'schools', 'schrods', 'schtick', 'schultz', 'schulzs', 'schusss', 'schwinn', 'sciatic', 'science', 'scipios', 'scissor', 'scoffed', 'scoffer', 'scolded', 'scollop', 'sconces', 'scooped', 'scooted', 'scooter', 'scopess', 'scoping', 'scorchs', 'scorers', 'scoring', 'scorned', 'scorner', 'scorpio', 'scotchs', 'scottie', 'scoured', 'scourge', 'scouted', 'scowled', 'scraped', 'scraper', 'scrapes', 'scrappy', 'scratch', 'scrawls', 'scrawny', 'screams', 'screech', 'screens', 'screwed', 'scribes', 'scrimps', 'scripps', 'scripts', 'scriven', 'scrolls', 'scrooge', 'scrotum', 'scrubby', 'scruffs', 'scruffy', 'scruggs', 'scrunch', 'scruple', 'scubaed', 'scudded', 'scuffed', 'scuffle', 'sculled', 'sculley', 'sculpin', 'sculpts', 'scumbag', 'scummed', 'scupper', 'scurrys', 'scurvys', 'scuttle', 'scyllas', 'scythed', 'scythes', 'scythia', 'seabeds', 'seabird', 'seaborg', 'seafare', 'seafood', 'seagram', 'seagull', 'sealant', 'sealers', 'sealing', 'seamans', 'seamier', 'seaming', 'seaport', 'searchs', 'searing', 'seasick', 'seaside', 'seasons', 'seating', 'seattle', 'seaward', 'seaways', 'seaweed', 'seceded', 'secedes', 'seclude', 'seconal', 'seconds', 'secrecy', 'secrete', 'secrets', 'section', 'sectors', 'secular', 'secured', 'securer', 'secures', 'sedated', 'sedater', 'sedates', 'seduced', 'seducer', 'seduces', 'seeable', 'seebeck', 'seedbed', 'seeders', 'seedier', 'seeding', 'seeings', 'seekers', 'seeking', 'seeming', 'seepage', 'seeping', 'seesaws', 'seethed', 'seethes', 'segment', 'segovia', 'segundo', 'seismic', 'seizing', 'seizure', 'sejongs', 'selects', 'selenas', 'selfish', 'selkirk', 'sellers', 'selling', 'sellout', 'seltzer', 'selvage', 'seminal', 'seminar', 'semites', 'semitic', 'senates', 'senator', 'senders', 'sending', 'senecas', 'senegal', 'senghor', 'seniors', 'sennett', 'sensate', 'sensing', 'sensors', 'sensory', 'sensual', 'sentrys', 'sepsiss', 'septate', 'septets', 'septums', 'sequels', 'sequent', 'sequins', 'sequoia', 'sequoya', 'serapes', 'seraphs', 'serbian', 'serbias', 'serenas', 'serener', 'serfdom', 'sergeis', 'sergios', 'serials', 'seriate', 'seriess', 'serious', 'sermons', 'serpens', 'serpent', 'serrano', 'serried', 'servant', 'servers', 'service', 'servile', 'serving', 'sesames', 'session', 'setback', 'settees', 'setters', 'setting', 'settled', 'settler', 'settles', 'seventh', 'seventy', 'several', 'severed', 'severer', 'severus', 'seville', 'sewages', 'sewings', 'sexiest', 'sexisms', 'sexists', 'sexless', 'sexpots', 'sextans', 'sextant', 'sextets', 'sextons', 'seyfert', 'seymour', 'shacked', 'shackle', 'shadier', 'shadily', 'shading', 'shadows', 'shadowy', 'shaffer', 'shafted', 'shagged', 'shaikhs', 'shakers', 'shakeup', 'shakier', 'shakily', 'shaking', 'shallot', 'shallow', 'shamans', 'shamble', 'shaming', 'shammed', 'shammys', 'shampoo', 'shannas', 'shannon', 'shantys', 'shapely', 'shapers', 'shaping', 'shapiro', 'sharers', 'sharifs', 'sharing', 'sharked', 'sharped', 'sharpen', 'sharper', 'sharpes', 'sharply', 'sharron', 'shastas', 'shatter', 'shaulas', 'shaunas', 'shavers', 'shavian', 'shaving', 'shavuot', 'shawnas', 'shawnee', 'shaykhs', 'sheared', 'shearer', 'sheathe', 'sheaths', 'sheaves', 'shebang', 'shebeli', 'sheehan', 'sheenas', 'sheered', 'sheerer', 'sheeted', 'sheikhs', 'sheilas', 'shekels', 'shelbys', 'sheldon', 'shelias', 'shellac', 'shelled', 'sheller', 'shelley', 'shellys', 'shelter', 'shelton', 'shelved', 'shelves', 'shepard', 'sherbet', 'sherees', 'sheriff', 'sherman', 'sherrie', 'sherris', 'sherrys', 'sherwin', 'sheryls', 'shevats', 'shields', 'shifted', 'shifter', 'shikoku', 'shilled', 'shilohs', 'shimmed', 'shimmer', 'shimmys', 'shindig', 'shiners', 'shingle', 'shinier', 'shining', 'shinned', 'shintos', 'shiplap', 'shipley', 'shipman', 'shipmen', 'shipped', 'shipper', 'shirazs', 'shirked', 'shirker', 'shirley', 'shirred', 'shirted', 'shivers', 'shivery', 'shlepps', 'shlocky', 'shoaled', 'shocked', 'shocker', 'shodden', 'shoddys', 'shoeing', 'shoguns', 'shoofly', 'shooing', 'shooter', 'shopped', 'shopper', 'shoring', 'shorted', 'shorten', 'shorter', 'shortly', 'shotgun', 'shouted', 'shouter', 'shovels', 'shoving', 'showbiz', 'showers', 'showery', 'showier', 'showily', 'showing', 'showman', 'showmen', 'showoff', 'shrieks', 'shrifts', 'shrikes', 'shrills', 'shrilly', 'shrimps', 'shriner', 'shrines', 'shrinks', 'shrived', 'shrivel', 'shriven', 'shrives', 'shrouds', 'shrubby', 'shticks', 'shucked', 'shudder', 'shuffle', 'shulman', 'shunned', 'shunted', 'shushed', 'shushes', 'shuteye', 'shutoff', 'shutout', 'shutter', 'shuttle', 'shylock', 'shyness', 'shyster', 'siamese', 'siberia', 'sibling', 'sicilys', 'sickbed', 'sickens', 'sickest', 'sicking', 'sickish', 'sickles', 'sidearm', 'sidebar', 'sidecar', 'sideman', 'sidemen', 'sideway', 'sidings', 'sidling', 'siemens', 'sierras', 'siestas', 'sieving', 'sifters', 'sifting', 'sighing', 'sighted', 'sightly', 'sigmund', 'signals', 'signers', 'signets', 'signify', 'signing', 'signora', 'sikhism', 'silages', 'silence', 'silents', 'silicas', 'silicic', 'silicon', 'silkier', 'silkily', 'silkine', 'sillier', 'sillies', 'silting', 'silvers', 'silvery', 'silvias', 'simenon', 'simians', 'similar', 'similes', 'simmers', 'simmons', 'simones', 'simpers', 'simpler', 'simplex', 'simpson', 'sinatra', 'sincere', 'sindbad', 'sindhis', 'singers', 'singing', 'singled', 'singles', 'singlet', 'sinkers', 'sinking', 'sinners', 'sinning', 'sinuous', 'sinuses', 'siphons', 'sipping', 'siriuss', 'sirloin', 'sirocco', 'sissier', 'sissies', 'sisters', 'sistine', 'sitcoms', 'sitters', 'sitting', 'situate', 'sixfold', 'sixteen', 'sixties', 'sizable', 'sizings', 'sizzled', 'sizzles', 'skaters', 'skating', 'skeptic', 'sketchs', 'sketchy', 'skewers', 'skewing', 'skidded', 'skiings', 'skilful', 'skilled', 'skillet', 'skimmed', 'skimped', 'skinned', 'skinner', 'skinnys', 'skipped', 'skipper', 'skippys', 'skirted', 'skitter', 'skittle', 'skivvys', 'skulked', 'skulker', 'skunked', 'skycaps', 'skydive', 'skydove', 'skyhook', 'skyjack', 'skylabs', 'skylark', 'skyline', 'skyward', 'skywave', 'slabbed', 'slacked', 'slacken', 'slacker', 'slackly', 'slackss', 'sladang', 'slaking', 'slaloms', 'slammed', 'slammer', 'slander', 'slanted', 'slapped', 'slashed', 'slashes', 'slaters', 'slather', 'slating', 'slavers', 'slavery', 'slavics', 'slaving', 'slavish', 'slayers', 'slaying', 'sleazes', 'sledded', 'sledged', 'sledges', 'sleeked', 'sleeker', 'sleekly', 'sleeper', 'sleeted', 'sleeves', 'sleighs', 'sleight', 'slender', 'sleuths', 'slewing', 'slicers', 'slicing', 'slicked', 'slicker', 'slickly', 'sliders', 'sliding', 'slights', 'slimier', 'slimmed', 'slimmer', 'slinked', 'slinkys', 'slipped', 'slipper', 'slither', 'slitter', 'slivers', 'slivery', 'sloanes', 'slobber', 'slocums', 'slogans', 'slogged', 'slopers', 'sloping', 'slopped', 'sloshed', 'sloshes', 'slotted', 'slouchs', 'slouchy', 'sloughs', 'slovaks', 'slovens', 'slowest', 'slowing', 'sludges', 'slugged', 'slugger', 'sluiced', 'sluices', 'slumber', 'slummed', 'slummer', 'slumped', 'slurped', 'slurpee', 'slurred', 'slyness', 'smacked', 'smacker', 'smaller', 'smalley', 'smarted', 'smarten', 'smarter', 'smartly', 'smartss', 'smashed', 'smasher', 'smashes', 'smatter', 'smeared', 'smelled', 'smelted', 'smelter', 'smetana', 'smidgen', 'smidges', 'smidgin', 'smiling', 'smirchs', 'smirked', 'smithys', 'smiting', 'smitten', 'smocked', 'smokers', 'smokeys', 'smokier', 'smokies', 'smoking', 'smolder', 'smoochs', 'smooths', 'smother', 'smucker', 'smudged', 'smudges', 'smugger', 'smuggle', 'snacked', 'snaffle', 'snagged', 'snailed', 'snakier', 'snaking', 'snapped', 'snapper', 'snapple', 'snaring', 'snarled', 'snatchs', 'sneaked', 'sneaker', 'sneered', 'sneezed', 'sneezes', 'snicker', 'sniders', 'snidest', 'sniffed', 'sniffle', 'sniffly', 'snifter', 'snigger', 'snipers', 'sniping', 'snipped', 'snippet', 'snitchs', 'snivels', 'snooker', 'snooped', 'snooper', 'snoopys', 'snoozed', 'snoozes', 'snorers', 'snoring', 'snorkel', 'snorted', 'snowier', 'snowily', 'snowing', 'snowman', 'snowmen', 'snubbed', 'snuffed', 'snuffer', 'snuffle', 'snuffly', 'snugged', 'snugger', 'snuggle', 'snuggly', 'snyders', 'soaking', 'soapbox', 'soapier', 'soaping', 'soapsud', 'soaring', 'sobbing', 'sobered', 'soberer', 'soberly', 'soccers', 'socials', 'societe', 'society', 'sockets', 'sockeye', 'socking', 'socorro', 'sodding', 'sodiums', 'sodomys', 'softens', 'softest', 'softies', 'soggier', 'soggily', 'soignee', 'soiling', 'sojourn', 'solaced', 'solaces', 'solaria', 'solders', 'soldier', 'solicit', 'solider', 'solidly', 'solidus', 'soliton', 'soloing', 'soloist', 'solomon', 'soluble', 'solvate', 'solvent', 'solvers', 'solving', 'somalia', 'somalis', 'somatic', 'someday', 'somehow', 'someone', 'someway', 'somozas', 'sonatas', 'sondras', 'songbag', 'songful', 'songhai', 'songhua', 'sonnets', 'sonnies', 'sontags', 'soonest', 'soothed', 'soother', 'soothes', 'sootier', 'sophies', 'sophism', 'sophist', 'soppier', 'sopping', 'soprano', 'sopwith', 'sorbets', 'sorcery', 'sorghum', 'sorrels', 'sorrier', 'sorrows', 'sorters', 'sortied', 'sorties', 'sorting', 'sottish', 'souffle', 'souffls', 'soughed', 'soulful', 'sounded', 'sounder', 'soundly', 'soupier', 'souping', 'soupons', 'sourced', 'sources', 'sourest', 'souring', 'sousing', 'soutane', 'southey', 'soviets', 'sovkhoz', 'sowetos', 'soybean', 'soyinka', 'spaatzs', 'spacers', 'spacial', 'spacier', 'spacing', 'spackle', 'spading', 'spammer', 'spandex', 'spangle', 'spaniel', 'spanish', 'spanked', 'spanned', 'spanner', 'sparely', 'sparest', 'sparing', 'sparked', 'sparkle', 'sparred', 'sparrow', 'sparser', 'spartan', 'spartas', 'spastic', 'spatial', 'spatlum', 'spatted', 'spatter', 'spatula', 'spawned', 'spaying', 'speaker', 'speared', 'specced', 'special', 'species', 'specify', 'specked', 'speckle', 'specter', 'spector', 'spectra', 'spectre', 'speechs', 'speeded', 'speeder', 'speedup', 'spelled', 'speller', 'spencer', 'spender', 'spenser', 'sperrys', 'spewing', 'spheres', 'spheric', 'sphinxs', 'spicier', 'spicing', 'spiders', 'spidery', 'spiegel', 'spieled', 'spigots', 'spikier', 'spiking', 'spilled', 'spiller', 'spinach', 'spinals', 'spindle', 'spindly', 'spinets', 'spinier', 'spinner', 'spinoff', 'spinoza', 'spiraea', 'spirals', 'spireas', 'spirits', 'spiting', 'spitted', 'spittle', 'splashs', 'splashy', 'splayed', 'spleens', 'spliced', 'splicer', 'splices', 'splines', 'splints', 'splodge', 'splotch', 'splurge', 'spoiled', 'spoiler', 'spokane', 'sponged', 'sponger', 'sponges', 'sponsor', 'spoofed', 'spooked', 'spooled', 'spooler', 'spooned', 'spoored', 'sporing', 'sporran', 'sported', 'spotted', 'spotter', 'spouses', 'spouted', 'sprague', 'sprains', 'sprawls', 'sprayed', 'sprayer', 'spreads', 'spriest', 'springe', 'springs', 'springy', 'sprints', 'sprites', 'spritzs', 'sprouts', 'spruced', 'sprucer', 'spruces', 'spryest', 'spuming', 'spumone', 'spumoni', 'spurned', 'spurred', 'spurted', 'sputnik', 'sputter', 'sputums', 'squalid', 'squalls', 'squalor', 'squanto', 'squared', 'squarer', 'squares', 'squashs', 'squashy', 'squawks', 'squeaks', 'squeaky', 'squeals', 'squeeze', 'squelch', 'squibbs', 'squints', 'squired', 'squires', 'squirms', 'squirmy', 'squirts', 'squishs', 'squishy', 'stabbed', 'stabile', 'stabled', 'stabler', 'stables', 'staceys', 'stacies', 'stacked', 'stadium', 'staffed', 'staffer', 'stagers', 'stagger', 'staging', 'staider', 'staidly', 'stained', 'staking', 'stalest', 'staling', 'stalins', 'stalked', 'stalker', 'stalled', 'stamens', 'stamina', 'stammer', 'stamped', 'stamper', 'stances', 'standby', 'stanley', 'stannic', 'stanton', 'stanzas', 'stapled', 'stapler', 'staples', 'starchs', 'starchy', 'stardom', 'staring', 'starker', 'starkey', 'starkly', 'starlet', 'starlit', 'starred', 'started', 'starter', 'startle', 'startup', 'starved', 'starves', 'stashed', 'stashes', 'stately', 'statens', 'statics', 'stating', 'station', 'statler', 'statues', 'stature', 'statuss', 'statute', 'staunch', 'staving', 'staying', 'steadys', 'stealer', 'stealth', 'steamed', 'steamer', 'stearic', 'stearns', 'steeled', 'steeped', 'steepen', 'steeper', 'steeple', 'steeply', 'steered', 'stefans', 'steinem', 'steiner', 'stellar', 'stemmed', 'stenchs', 'stencil', 'stengel', 'stephan', 'stephen', 'stepped', 'steppes', 'stepson', 'stereos', 'sterile', 'sternal', 'sterner', 'sternes', 'sternly', 'sternum', 'steroid', 'stetson', 'steuben', 'stevens', 'stevies', 'steward', 'stewart', 'stewing', 'sticken', 'sticker', 'stickle', 'stickup', 'stickys', 'stiffed', 'stiffen', 'stiffer', 'stiffly', 'stifled', 'stifles', 'stigmas', 'stilled', 'stiller', 'stilted', 'stilton', 'stimson', 'stimuli', 'stinger', 'stinker', 'stinted', 'stipend', 'stipple', 'stirred', 'stirrer', 'stirrup', 'stitchs', 'stocked', 'stocker', 'stoical', 'stokers', 'stokess', 'stoking', 'stomach', 'stomped', 'stonier', 'stonily', 'stoning', 'stooges', 'stooped', 'stopgap', 'stopped', 'stopper', 'storage', 'storeys', 'storied', 'stories', 'storing', 'stormed', 'stouter', 'stoutly', 'stowage', 'stowing', 'strabos', 'strafed', 'strafes', 'strains', 'straits', 'strands', 'strange', 'stratum', 'strauss', 'strawed', 'strayed', 'streaks', 'streaky', 'streams', 'streets', 'stresss', 'stretch', 'strewed', 'striate', 'strider', 'strides', 'strifes', 'striker', 'strikes', 'strings', 'stringy', 'striped', 'stripes', 'strived', 'striven', 'strives', 'strobes', 'stroked', 'stroker', 'strokes', 'strolls', 'strongs', 'strophe', 'strudel', 'stuarts', 'stubbed', 'stubble', 'stubbly', 'stuccos', 'studded', 'student', 'studied', 'studies', 'studios', 'stuffed', 'stumble', 'stumped', 'stunned', 'stunted', 'stupefy', 'stupids', 'stupors', 'stutter', 'stygian', 'stylers', 'styling', 'stylise', 'stylish', 'stylist', 'stylize', 'styluss', 'stymied', 'stymies', 'styptic', 'styrene', 'styrons', 'suarezs', 'suavely', 'suavest', 'suavity', 'subarus', 'subbing', 'subdued', 'subdues', 'subfile', 'subgoal', 'subhead', 'subject', 'subjoin', 'sublets', 'sublime', 'sublist', 'submits', 'submode', 'suborns', 'subplot', 'subsets', 'subside', 'subsidy', 'subsist', 'subsoil', 'subsume', 'subtask', 'subteen', 'subtler', 'subtree', 'subunit', 'suburbs', 'subvert', 'subways', 'succeed', 'success', 'succors', 'succour', 'succumb', 'suckers', 'sucking', 'suckled', 'suckles', 'sucrets', 'sucrose', 'suction', 'sudokus', 'sudsier', 'sudsing', 'suffers', 'suffice', 'suffixs', 'suffolk', 'suffuse', 'sugared', 'suggest', 'suharto', 'suicide', 'suiters', 'suiting', 'suitors', 'sukarno', 'sukkoth', 'sulfate', 'sulfide', 'sulfite', 'sulfurs', 'sulkier', 'sulkies', 'sulkily', 'sulking', 'sullied', 'sullies', 'sulphur', 'sultana', 'sultans', 'sumachs', 'sumatra', 'sumeria', 'summand', 'summary', 'summate', 'summers', 'summery', 'summing', 'summits', 'summons', 'sumners', 'sunbeam', 'sunbelt', 'sunburn', 'sundaes', 'sundays', 'sunders', 'sundial', 'sundown', 'sunfish', 'sunkist', 'sunlamp', 'sunless', 'sunnier', 'sunning', 'sunrise', 'sunroof', 'sunsets', 'sunspot', 'suntans', 'suppers', 'supping', 'suppler', 'supplys', 'support', 'suppose', 'supreme', 'suretys', 'surface', 'surfeit', 'surfers', 'surfing', 'surgeon', 'surgery', 'surging', 'surinam', 'surlier', 'surmise', 'surname', 'surpass', 'surplus', 'surreal', 'surreys', 'surtaxs', 'surtout', 'surveys', 'survive', 'susanas', 'susanna', 'susanne', 'suspect', 'suspend', 'sustain', 'suttons', 'sutured', 'sutures', 'suwanee', 'suzanne', 'suzette', 'suzhous', 'suzukis', 'svelter', 'swabbed', 'swaddle', 'swagged', 'swagger', 'swahili', 'swallow', 'swamped', 'swanked', 'swanker', 'swansea', 'swanson', 'swapped', 'swarmed', 'swarthy', 'swashed', 'swashes', 'swatchs', 'swathed', 'swathes', 'swatted', 'swatter', 'swaying', 'swearer', 'sweated', 'sweater', 'sweatss', 'swedens', 'swedish', 'sweeney', 'sweeper', 'sweeten', 'sweeter', 'sweetie', 'sweetly', 'swelled', 'sweller', 'swelter', 'swenson', 'swerved', 'swerves', 'swifter', 'swiftly', 'swigged', 'swilled', 'swimmer', 'swindle', 'swinger', 'swinish', 'swiping', 'swirled', 'swished', 'swisher', 'swishes', 'swisses', 'switchs', 'switzer', 'swivels', 'swizzle', 'swollen', 'swooned', 'swooped', 'swopped', 'sydneys', 'syenite', 'syllabi', 'sylvias', 'sylvies', 'symbols', 'symptom', 'synagog', 'synapse', 'synched', 'synches', 'syncing', 'synergy', 'synonym', 'syntaxs', 'syphons', 'syrians', 'syringa', 'syringe', 'systems', 'szilard', 'tabasco', 'tabatha', 'tabbies', 'tabbing', 'tabitha', 'tableau', 'tablets', 'tabling', 'tabloid', 'tabooed', 'tabrizs', 'tabuing', 'tabular', 'tacitly', 'tacitus', 'tackier', 'tacking', 'tackled', 'tackler', 'tackles', 'tacomas', 'tactful', 'tactics', 'tactile', 'tactual', 'tadpole', 'tadzhik', 'taffeta', 'taffies', 'tagalog', 'tagging', 'tahitis', 'tailing', 'tailors', 'tainted', 'taipeis', 'taiping', 'taiwans', 'taiyuan', 'takeoff', 'takeout', 'takings', 'talents', 'taliban', 'talkers', 'talking', 'tallest', 'talleys', 'tallied', 'tallies', 'tallinn', 'tallows', 'tallyho', 'talmuds', 'tamable', 'tamales', 'tamaras', 'tamekas', 'tameras', 'tamikas', 'tammany', 'tammies', 'tammuzs', 'tampaxs', 'tampers', 'tamping', 'tampons', 'tanager', 'tancred', 'tandems', 'tangelo', 'tangent', 'tangier', 'tangled', 'tangles', 'tangoed', 'tanisha', 'tankard', 'tankers', 'tankful', 'tanking', 'tanners', 'tannery', 'tannest', 'tanning', 'tannins', 'tantrum', 'taoisms', 'taoists', 'tapered', 'tapings', 'tapioca', 'tappers', 'tapping', 'taproom', 'taproot', 'tarawas', 'tarazed', 'tarbell', 'tardier', 'tardily', 'targets', 'tariffs', 'tarmacs', 'tarnish', 'tarpons', 'tarried', 'tarrier', 'tarries', 'tarring', 'tartans', 'tartars', 'tartary', 'tartest', 'tarzans', 'tasking', 'tassels', 'tasters', 'tastier', 'tasting', 'tatters', 'tatting', 'tattled', 'tattler', 'tattles', 'tattoos', 'taunted', 'taunter', 'tauruss', 'tautest', 'taverna', 'taverns', 'tawnier', 'taxable', 'taxicab', 'taxiing', 'taxiway', 'taxying', 'taylors', 'tbilisi', 'teacart', 'teacher', 'teaches', 'teacups', 'teaming', 'teapots', 'tearful', 'teargas', 'tearier', 'tearing', 'tearoom', 'teasels', 'teasers', 'teasing', 'teatime', 'teazels', 'teazles', 'technic', 'tedding', 'tedious', 'tediums', 'teeming', 'teenage', 'teenier', 'teepees', 'teeters', 'teethed', 'teethes', 'teflons', 'teheran', 'tektite', 'teleost', 'telexed', 'telexes', 'tellers', 'telling', 'telugus', 'temblor', 'tempera', 'tempers', 'tempest', 'temping', 'templar', 'temples', 'tempted', 'tempter', 'tempura', 'tenable', 'tenancy', 'tenants', 'tenders', 'tending', 'tendons', 'tendril', 'tenfold', 'tenneco', 'tenniss', 'tenoned', 'tenpins', 'tensely', 'tensest', 'tensile', 'tensing', 'tension', 'tensors', 'tenspot', 'tenting', 'tenuous', 'tenured', 'tenures', 'tequila', 'terabit', 'terbium', 'terence', 'teresas', 'terkels', 'terming', 'termini', 'termite', 'ternary', 'terrace', 'terrain', 'terrans', 'terrell', 'terrier', 'terries', 'terrify', 'terrors', 'tersely', 'tersest', 'tessies', 'testate', 'testbed', 'testers', 'testier', 'testify', 'testily', 'testing', 'testiss', 'tetanus', 'tethers', 'tethyss', 'texacos', 'textile', 'textron', 'textual', 'texture', 'thalami', 'thalias', 'thamess', 'thanked', 'thatchs', 'thawing', 'theater', 'theatre', 'thebess', 'theiler', 'theisms', 'theists', 'thelmas', 'theorem', 'theorys', 'therapy', 'thereat', 'thereby', 'therein', 'therell', 'thereof', 'thereon', 'theresa', 'therese', 'thereto', 'thermal', 'thermos', 'therons', 'theseus', 'thesiss', 'thespis', 'thiamin', 'thicken', 'thicker', 'thicket', 'thickly', 'thieved', 'thieves', 'thimble', 'thinker', 'thinned', 'thinner', 'thirdly', 'thirsts', 'thirsty', 'thirtys', 'thistle', 'thither', 'thomass', 'thomism', 'thomson', 'thoraxs', 'thoreau', 'thorium', 'thought', 'thraces', 'thralls', 'thrashs', 'threads', 'threats', 'threshs', 'thrifts', 'thrifty', 'thrills', 'thrived', 'thriven', 'thrives', 'throats', 'throaty', 'thrones', 'throngs', 'through', 'thrower', 'thrushs', 'thrusts', 'thruway', 'thudded', 'thuggee', 'thulium', 'thumbed', 'thumped', 'thunder', 'thurber', 'thurman', 'thwacks', 'thwarts', 'thymine', 'thymuss', 'thyroid', 'thyself', 'tianjin', 'tibetan', 'tickers', 'tickets', 'ticking', 'tickled', 'tickles', 'tidally', 'tidbits', 'tidiest', 'tidings', 'tidying', 'tiffany', 'tiffing', 'tighten', 'tighter', 'tightly', 'tightss', 'tigress', 'tigriss', 'tijuana', 'tilings', 'tillage', 'tillers', 'tillich', 'tilling', 'tillman', 'tilting', 'timbers', 'timbres', 'timeout', 'timider', 'timidly', 'timings', 'timothy', 'timpani', 'timurid', 'tinders', 'tinfoil', 'tinging', 'tingled', 'tingles', 'tiniest', 'tinkers', 'tinkled', 'tinkles', 'tinnier', 'tinnily', 'tinning', 'tinsels', 'tinting', 'tintype', 'tippers', 'tipping', 'tippled', 'tippler', 'tipples', 'tipsier', 'tipsily', 'tipster', 'tiptoed', 'tiptoes', 'tiptops', 'tirades', 'tiranas', 'tireder', 'tiredly', 'tishris', 'tissues', 'titania', 'titanic', 'titbits', 'tithing', 'titians', 'titling', 'titmice', 'titrate', 'titters', 'tittles', 'titular', 'tizzies', 'tlalocs', 'tlingit', 'toadied', 'toadies', 'toasted', 'toaster', 'tobacco', 'tobagos', 'toccata', 'tocsins', 'todayll', 'toddies', 'toddled', 'toddler', 'toddles', 'toehold', 'toenail', 'toffees', 'toffies', 'togging', 'toggled', 'toggles', 'toilers', 'toilets', 'toiling', 'tokamak', 'toledos', 'tolkien', 'tolling', 'tolstoy', 'toluene', 'tomatos', 'tombing', 'tomboys', 'tomcats', 'tomlins', 'tommies', 'tongans', 'tongued', 'tongues', 'toniest', 'tonight', 'tonnage', 'tonsils', 'tonsure', 'toolbar', 'toolbox', 'toolers', 'tooling', 'toolkit', 'toothed', 'tooting', 'topazes', 'topcoat', 'topekas', 'topical', 'topknot', 'topless', 'topmast', 'topmost', 'topping', 'toppled', 'topples', 'topsail', 'topside', 'topsoil', 'torched', 'torches', 'torment', 'tornado', 'toronto', 'torpedo', 'torpors', 'torqued', 'torques', 'torrens', 'torrent', 'torsion', 'tortola', 'tortuga', 'torture', 'toruses', 'toshiba', 'tossing', 'tossups', 'totaled', 'totally', 'totemic', 'totters', 'totting', 'toucans', 'touched', 'touches', 'toughen', 'tougher', 'toughly', 'toupees', 'touring', 'tourism', 'tourist', 'tourney', 'tousled', 'tousles', 'touting', 'towards', 'towboat', 'toweled', 'towered', 'towhead', 'towpath', 'toxemia', 'toynbee', 'toyodas', 'toyotas', 'tracers', 'tracery', 'traceys', 'trachea', 'tracies', 'tracing', 'tracked', 'tracker', 'tractor', 'traders', 'trading', 'traduce', 'traffic', 'tragedy', 'trailed', 'trailer', 'trained', 'trainee', 'trainer', 'traipse', 'traitor', 'trammed', 'trammel', 'tramped', 'trample', 'tramway', 'trances', 'transit', 'transom', 'trapeze', 'trapped', 'trapper', 'trashed', 'trashes', 'traumas', 'travail', 'travels', 'traviss', 'trawled', 'trawler', 'treacle', 'treadle', 'treason', 'treated', 'treatys', 'trebled', 'trebles', 'treeing', 'treetop', 'trefoil', 'trekked', 'trekkie', 'trellis', 'tremble', 'tremolo', 'tremors', 'trenchs', 'trended', 'trendys', 'trenton', 'tresses', 'trestle', 'trevino', 'trevors', 'triable', 'triages', 'trialed', 'trianon', 'tribune', 'tribute', 'triceps', 'tricias', 'tricked', 'trickle', 'trident', 'trieste', 'trifled', 'trifler', 'trifles', 'trigger', 'trigram', 'trilled', 'trilogy', 'trimmed', 'trimmer', 'trinity', 'trinket', 'tripled', 'triples', 'triplet', 'triplex', 'tripods', 'tripoli', 'tripped', 'trippes', 'trisect', 'trishas', 'tristan', 'tritely', 'tritest', 'tritium', 'tritons', 'triumph', 'trivets', 'trivial', 'trivias', 'trivium', 'trochee', 'trodden', 'troikas', 'trojans', 'trolled', 'trolley', 'trollop', 'trollys', 'tromped', 'trooped', 'trooper', 'trophic', 'trophys', 'tropics', 'tropism', 'trotsky', 'trotted', 'trotter', 'trouble', 'troughs', 'trounce', 'trouped', 'trouper', 'troupes', 'trouser', 'trowels', 'truancy', 'truants', 'trucked', 'truckee', 'trucker', 'truckle', 'trudeau', 'trudged', 'trudges', 'trueing', 'truffle', 'truisms', 'trumans', 'trumped', 'trumpet', 'trundle', 'trussed', 'trusses', 'trusted', 'trustee', 'trustys', 'tryouts', 'trypsin', 'trysted', 'tsarina', 'tsunami', 'tswanas', 'tuamotu', 'tuaregs', 'tubbier', 'tubings', 'tubular', 'tuckers', 'tucking', 'tucsons', 'tucuman', 'tuesday', 'tufting', 'tugboat', 'tugging', 'tuition', 'tulanes', 'tumbled', 'tumbler', 'tumbles', 'tumbrel', 'tumbril', 'tummies', 'tumours', 'tumults', 'tunable', 'tundras', 'tuneful', 'tunguss', 'tunisia', 'tunnels', 'tunneys', 'tunnies', 'turbans', 'turbine', 'turbots', 'tureens', 'turfing', 'turings', 'turkeys', 'turkish', 'turmoil', 'turners', 'turnery', 'turning', 'turnips', 'turnkey', 'turnoff', 'turnout', 'turrets', 'turtles', 'tuscans', 'tuscany', 'tuscons', 'tussaud', 'tussled', 'tussles', 'tussock', 'tutored', 'tuvalus', 'tuxedos', 'twaddle', 'twanged', 'tweaked', 'tweedss', 'tweeted', 'tweeter', 'twelfth', 'twelves', 'twentys', 'twiddle', 'twigged', 'twilled', 'twinged', 'twinges', 'twining', 'twinkle', 'twinned', 'twirled', 'twirler', 'twisted', 'twister', 'twitchs', 'twitchy', 'twitted', 'twitter', 'twofers', 'twofold', 'twombly', 'twosome', 'tycoons', 'tylenol', 'tympana', 'tyndale', 'tyndall', 'typeout', 'typeset', 'typhoid', 'typhoon', 'typhuss', 'typical', 'typings', 'typists', 'tyranny', 'tyrants', 'tzarina', 'ubuntus', 'ucayali', 'uccello', 'ugandan', 'ugandas', 'ugliest', 'uighurs', 'ukelele', 'ukraine', 'ukulele', 'ulsters', 'ululate', 'ulysses', 'umbrage', 'umbriel', 'umlauts', 'umpired', 'umpires', 'umpteen', 'unaided', 'unarmed', 'unasked', 'unaware', 'unbends', 'unbinds', 'unblock', 'unbolts', 'unbosom', 'unbound', 'uncanny', 'uncased', 'uncivil', 'unclasp', 'unclean', 'unclear', 'uncoils', 'uncorks', 'uncouth', 'uncover', 'unction', 'undated', 'undergo', 'undiess', 'undoing', 'undress', 'undying', 'unearth', 'uneases', 'uneaten', 'unequal', 'unescos', 'unfolds', 'unfrock', 'unfunny', 'unfurls', 'ungodly', 'unguent', 'unhands', 'unhappy', 'unheard', 'unhinge', 'unhitch', 'unhooks', 'unhorse', 'unicefs', 'unicode', 'unicorn', 'unified', 'unifier', 'unifies', 'uniform', 'uniplex', 'uniquer', 'unisexs', 'unisons', 'unitary', 'unitass', 'unities', 'uniting', 'unkempt', 'unknown', 'unlaced', 'unlaces', 'unlatch', 'unlearn', 'unleash', 'unlinks', 'unloads', 'unlocks', 'unloose', 'unloved', 'unlucky', 'unmakes', 'unmanly', 'unmasks', 'unmoral', 'unmoved', 'unnamed', 'unnerve', 'unpacks', 'unpaved', 'unplugs', 'unquote', 'unravel', 'unready', 'unrests', 'unriper', 'unrolls', 'unsafer', 'unscrew', 'unseals', 'unseats', 'unseens', 'unsnaps', 'unsnarl', 'unsound', 'unstops', 'unstuck', 'untamed', 'untried', 'untruer', 'untruth', 'untwist', 'untying', 'unusual', 'unveils', 'unwinds', 'unwiser', 'unwound', 'unwraps', 'upbeats', 'upbraid', 'upbring', 'upchuck', 'updated', 'updater', 'updates', 'updraft', 'upended', 'upfront', 'upgrade', 'uphills', 'upholds', 'upjohns', 'upkeeps', 'uplands', 'uplifts', 'upraise', 'upright', 'upriver', 'uproars', 'uproots', 'upscale', 'upshots', 'upsides', 'upsilon', 'upslope', 'upstage', 'upstair', 'upstand', 'upstart', 'upstate', 'upsurge', 'upswing', 'uptakes', 'uptight', 'uptowns', 'uptrend', 'upturns', 'upwards', 'uranias', 'uranium', 'uranuss', 'urbaner', 'urchins', 'urethra', 'urgency', 'urgings', 'urinals', 'urinary', 'urinate', 'urology', 'uruguay', 'useable', 'useless', 'usenets', 'ushered', 'ustinov', 'usually', 'usurers', 'usurped', 'usurper', 'utensil', 'uterine', 'uteruss', 'utilise', 'utility', 'utilize', 'utmosts', 'utopian', 'utopias', 'utrecht', 'utrillo', 'uttered', 'utterly', 'uvulars', 'vacancy', 'vacated', 'vacates', 'vaccine', 'vacuity', 'vacuole', 'vacuous', 'vacuums', 'vagarys', 'vaginae', 'vaginal', 'vaginas', 'vagrant', 'vaguely', 'vaguest', 'vainest', 'valance', 'valarie', 'valdezs', 'valence', 'valenti', 'valeria', 'valerie', 'valeted', 'valiant', 'validly', 'valises', 'valiums', 'valleys', 'valours', 'valuate', 'valuers', 'valuing', 'valving', 'vamoose', 'vamping', 'vampire', 'vandals', 'vandyke', 'vanessa', 'vanilla', 'vanitys', 'vanning', 'vantage', 'vanuatu', 'vapours', 'variant', 'variate', 'variety', 'various', 'varlets', 'varmint', 'varnish', 'varsity', 'varying', 'vasquez', 'vassals', 'vassars', 'vastest', 'vatican', 'vatting', 'vaudois', 'vaughan', 'vaughns', 'vaulted', 'vaulter', 'vaunted', 'vazquez', 'veblens', 'vectors', 'vedanta', 'veering', 'veggies', 'vehicle', 'veiling', 'veining', 'velcros', 'vellums', 'velours', 'velvets', 'velvety', 'venally', 'venders', 'vending', 'vendors', 'veneers', 'venices', 'venison', 'venting', 'ventral', 'venture', 'venturi', 'venuses', 'veranda', 'verbals', 'verbena', 'verbose', 'verdant', 'verdict', 'verduns', 'verdure', 'vergils', 'verging', 'veridic', 'veriest', 'veritys', 'verizon', 'vermeer', 'vermeil', 'vermins', 'vermont', 'vernier', 'vernons', 'veronas', 'versify', 'versing', 'version', 'vertexs', 'vertigo', 'vesicle', 'vespers', 'vessels', 'vestige', 'vesting', 'vestrys', 'vetches', 'veteran', 'vetoing', 'vetting', 'viacoms', 'viaduct', 'vibrant', 'vibrate', 'vibrato', 'vicente', 'viceroy', 'vicinal', 'vicious', 'vickies', 'victims', 'victors', 'victory', 'victual', 'viennas', 'vietnam', 'viewers', 'viewing', 'vigours', 'vikings', 'village', 'villain', 'villein', 'vilnius', 'vilyuis', 'vincent', 'vinegar', 'vinsons', 'vintage', 'vintner', 'violate', 'violent', 'violets', 'violins', 'violist', 'viragos', 'virgies', 'virgils', 'virgins', 'virgule', 'virtual', 'virtues', 'viruses', 'visages', 'visaing', 'viscera', 'viscous', 'viscuss', 'vishnus', 'visible', 'visibly', 'visions', 'visited', 'visitor', 'vistula', 'visuals', 'vitally', 'vitalss', 'vitamin', 'vitiate', 'vitrify', 'vitriol', 'vivaldi', 'vivider', 'vividly', 'viziers', 'vlasics', 'vocable', 'vocalic', 'vocally', 'voguish', 'voicers', 'voicing', 'voiding', 'volcano', 'volcker', 'volleys', 'voltage', 'voltaic', 'voluble', 'volubly', 'volumes', 'vomited', 'voodoos', 'vorster', 'vortexs', 'votarys', 'vouched', 'voucher', 'vouches', 'voyaged', 'voyager', 'voyages', 'voyeurs', 'vuitton', 'vulcans', 'vulgate', 'vulpine', 'vulture', 'wabashs', 'wackier', 'wadding', 'waddled', 'waddles', 'waffled', 'waffles', 'wafting', 'wagered', 'wagging', 'waggish', 'waggled', 'waggles', 'wagners', 'wagoner', 'wahhabi', 'waikiki', 'wailing', 'waiters', 'waiting', 'waivers', 'waiving', 'wakeful', 'wakened', 'waksman', 'walcott', 'waldens', 'waldorf', 'waldron', 'walkers', 'walking', 'walkman', 'walkout', 'walkway', 'wallaby', 'wallace', 'wallets', 'walleye', 'walling', 'walloon', 'wallops', 'wallows', 'walmart', 'walnuts', 'walpole', 'walruss', 'walters', 'waltham', 'waltons', 'waltzed', 'waltzes', 'wampums', 'wanders', 'wangled', 'wangles', 'wankels', 'wannabe', 'wannest', 'wanting', 'wantons', 'wapitis', 'warbled', 'warbler', 'warbles', 'wardens', 'warders', 'warding', 'warfare', 'warhead', 'wariest', 'warings', 'warlike', 'warlock', 'warlord', 'warmers', 'warmest', 'warming', 'warmish', 'warmths', 'warners', 'warning', 'warpath', 'warping', 'warrant', 'warrens', 'warring', 'warrior', 'warsaws', 'warship', 'warthog', 'wartier', 'wartime', 'warwick', 'wasatch', 'washers', 'washing', 'washout', 'washtub', 'waspish', 'wassail', 'wastage', 'wasters', 'wasting', 'wastrel', 'watched', 'watcher', 'watches', 'watered', 'waterss', 'watkins', 'wattage', 'watteau', 'wattled', 'wattles', 'wavelet', 'wavered', 'waviest', 'waxiest', 'waxwing', 'waxwork', 'waybill', 'waylaid', 'waylays', 'wayside', 'wayward', 'weakens', 'weakest', 'wealths', 'wealthy', 'weaning', 'weapons', 'wearers', 'wearied', 'wearier', 'wearies', 'wearily', 'wearing', 'weasels', 'weather', 'weavers', 'weaving', 'webbing', 'weberns', 'website', 'webster', 'weddell', 'wedding', 'wedging', 'wedlock', 'weeders', 'weedier', 'weeding', 'weekday', 'weekend', 'weeklys', 'weepers', 'weepier', 'weepies', 'weeping', 'weevils', 'weighed', 'weights', 'weighty', 'weirder', 'weirdly', 'weirdos', 'welched', 'welches', 'welcome', 'welders', 'welding', 'weldons', 'welfare', 'welkins', 'welland', 'wellers', 'welling', 'welshed', 'welshes', 'welters', 'welting', 'wenches', 'wendell', 'wending', 'werther', 'wesleys', 'wessons', 'western', 'westons', 'wetback', 'wetland', 'wetness', 'wettest', 'wetting', 'weydens', 'whacked', 'whalers', 'whaling', 'whammed', 'whammys', 'wharton', 'wharves', 'whatley', 'whatnot', 'wheaten', 'wheedle', 'wheeled', 'wheeler', 'wheezed', 'wheezes', 'whelked', 'wheller', 'whelped', 'whereas', 'whereat', 'whereby', 'wherein', 'whereof', 'whereon', 'wherere', 'whether', 'whetted', 'whiffed', 'whiling', 'whimper', 'whimsey', 'whimsic', 'whimsys', 'whiners', 'whinier', 'whining', 'whinnys', 'whipped', 'whipper', 'whippet', 'whipple', 'whipsaw', 'whirled', 'whirred', 'whisked', 'whisker', 'whiskey', 'whiskys', 'whisper', 'whistle', 'whitely', 'whitens', 'whitest', 'whither', 'whiting', 'whitish', 'whitley', 'whitman', 'whitney', 'whittle', 'whizzed', 'whizzes', 'whoever', 'whooped', 'whoopee', 'whooshs', 'whopper', 'whorled', 'wichita', 'wickers', 'wickets', 'widened', 'widener', 'widgeon', 'widowed', 'widower', 'wielded', 'wielder', 'wiemars', 'wieners', 'wiesels', 'wigeons', 'wigging', 'wiggins', 'wiggled', 'wiggler', 'wiggles', 'wigmake', 'wigners', 'wigwags', 'wigwams', 'wilbert', 'wilburn', 'wilburs', 'wilcoxs', 'wildcat', 'wildest', 'wilford', 'wilfred', 'wilhelm', 'wiliest', 'wilkins', 'willard', 'willful', 'william', 'willies', 'willing', 'willows', 'willowy', 'wilmers', 'wilsons', 'wilting', 'wiltons', 'wimpier', 'wimpled', 'wimples', 'wimseys', 'winched', 'winches', 'wincing', 'windbag', 'winders', 'windexs', 'windier', 'winding', 'windows', 'windsor', 'windups', 'winerys', 'winesap', 'winfred', 'winfrey', 'wingers', 'winging', 'wingman', 'wingmen', 'wingtip', 'winking', 'winkles', 'winners', 'winning', 'winnows', 'winslow', 'winsome', 'winston', 'winters', 'wintery', 'wireman', 'wiremen', 'wiretap', 'wiriest', 'wirings', 'wisdoms', 'wishers', 'wishful', 'wishing', 'wispier', 'wistful', 'witched', 'witches', 'withers', 'withins', 'without', 'witless', 'witness', 'wittier', 'wittily', 'witting', 'wizards', 'wizened', 'wobbled', 'wobbles', 'wobegon', 'wolcott', 'wolfing', 'wolfish', 'wolfram', 'womanly', 'wombats', 'wonders', 'woodard', 'woodcut', 'woodhen', 'woodier', 'woodies', 'wooding', 'woodlot', 'woodman', 'woodmen', 'woodrow', 'woofers', 'woofing', 'woolens', 'woolier', 'woolies', 'woolite', 'woollen', 'woollys', 'wooster', 'wootens', 'woozier', 'wordier', 'wordily', 'wording', 'workday', 'workers', 'working', 'workman', 'workmen', 'workout', 'worldly', 'wormier', 'worming', 'worried', 'worrier', 'worries', 'worsens', 'worship', 'worsted', 'worthys', 'wouldnt', 'wouldve', 'wounded', 'wounder', 'wovokas', 'wozniak', 'wozzeck', 'wraiths', 'wrangle', 'wrapped', 'wrapper', 'wreaked', 'wreathe', 'wreaths', 'wrecked', 'wrecker', 'wrenchs', 'wrested', 'wrestle', 'wretchs', 'wriggle', 'wriggly', 'wrigley', 'wringer', 'wrinkle', 'wrinkly', 'writers', 'writeup', 'writhed', 'writhes', 'writing', 'written', 'wroclaw', 'wrongdo', 'wronged', 'wronger', 'wrongly', 'wrought', 'wryness', 'wyoming', 'xemacss', 'xenakis', 'xeroxes', 'ximenes', 'xiongnu', 'xuzhous', 'yachted', 'yacking', 'yahtzee', 'yahwehs', 'yakking', 'yakutsk', 'yamahas', 'yammers', 'yangons', 'yangtze', 'yankees', 'yanking', 'yankton', 'yaobang', 'yaounde', 'yapping', 'yardage', 'yardarm', 'yataros', 'yawning', 'yeagers', 'yearlys', 'yearned', 'yelling', 'yellows', 'yelping', 'yeltsin', 'yemenis', 'yenisei', 'yeomans', 'yerevan', 'yerkess', 'yesenia', 'yeshiva', 'yessing', 'yiddish', 'yielded', 'yipping', 'yodeled', 'yodeler', 'yoghurt', 'yogurts', 'yolanda', 'yonkers', 'yorkers', 'yorubas', 'younger', 'youngly', 'youtube', 'yowling', 'yttrium', 'yucatan', 'yuckier', 'yucking', 'yukking', 'yummier', 'yunnans', 'yuppies', 'yvettes', 'yvonnes', 'yxcvbnm', 'zachary', 'zachery', 'zagging', 'zagrebs', 'zairian', 'zambezi', 'zambian', 'zambias', 'zamboni', 'zaniest', 'zanucks', 'zapotec', 'zapping', 'zealand', 'zealots', 'zealous', 'zebedee', 'zedongs', 'zengers', 'zeniths', 'zephyrs', 'zeroing', 'zestful', 'zhivago', 'ziegler', 'zigging', 'zigzags', 'zillion', 'zincing', 'zincked', 'zingers', 'zinging', 'zinnias', 'zionism', 'zionist', 'zippers', 'zippier', 'zipping', 'zircons', 'zithers', 'zodiacs', 'zombies', 'zonally', 'zoology', 'zooming', 'zwingli', 'zxcvbnm', 'zygotes', 'zyrtecs', 'aaliyahs', 'aardvark', 'abacuses', 'abalones', 'abandons', 'abashing', 'abattoir', 'abbesses', 'abdicate', 'abdomens', 'abducted', 'abductor', 'abelsons', 'aberdeen', 'aberrant', 'aberrate', 'abetters', 'abetting', 'abettors', 'abeyance', 'abhorred', 'abhorrer', 'abidjans', 'abilitys', 'abjectly', 'abjuring', 'ablating', 'ablation', 'ablative', 'ablution', 'abnegate', 'abnormal', 'aborning', 'aborting', 'abortion', 'abortive', 'abounded', 'abrading', 'abrahams', 'abramson', 'abrasion', 'abrasive', 'abridged', 'abridges', 'abrogate', 'abrupter', 'abruptly', 'abscesss', 'abscissa', 'absconds', 'absences', 'absented', 'absentee', 'absentia', 'absently', 'absinthe', 'absinths', 'absolute', 'absolved', 'absolves', 'absorbed', 'absorber', 'abstains', 'abstract', 'abstruse', 'absurder', 'absurdly', 'abundant', 'abusable', 'abutment', 'abutters', 'abutting', 'academia', 'academic', 'academys', 'acanthus', 'acapulco', 'acceding', 'accented', 'accepted', 'accepter', 'acceptor', 'accessed', 'accesses', 'accessor', 'accident', 'acclaims', 'accolade', 'accorded', 'accorder', 'accosted', 'accounts', 'accouter', 'accredit', 'accruals', 'accruing', 'accuracy', 'accurate', 'accursed', 'accusers', 'accusing', 'accustom', 'acerbity', 'acetates', 'acetones', 'acevedos', 'achaeans', 'achernar', 'achesons', 'achieved', 'achiever', 'achieves', 'achilles', 'aciditys', 'ackerman', 'acolytes', 'aconites', 'acoustic', 'acquaint', 'acquired', 'acquires', 'acreages', 'acridest', 'acrimony', 'acrobacy', 'acrobats', 'acronyms', 'acrostic', 'acrylate', 'acrylics', 'actinide', 'actinium', 'activate', 'actively', 'activism', 'activist', 'activity', 'actresss', 'actually', 'actuarys', 'actuated', 'actuates', 'actuator', 'adamants', 'adapters', 'adapting', 'adaptive', 'adaptors', 'addendum', 'adderley', 'addicted', 'addition', 'additive', 'addresss', 'adducing', 'adducted', 'adductor', 'adelaide', 'adelines', 'adenauer', 'adenoids', 'adequacy', 'adequate', 'adherent', 'adherers', 'adhering', 'adhesion', 'adhesive', 'adjacent', 'adjoined', 'adjourns', 'adjudged', 'adjudges', 'adjuncts', 'adjuring', 'adjusted', 'adjuster', 'adjustor', 'adjutant', 'admirals', 'admirers', 'admiring', 'admitted', 'admitter', 'admonish', 'adolphus', 'adonises', 'adopters', 'adopting', 'adoption', 'adoptive', 'adorable', 'adorably', 'adorning', 'adrenals', 'adrianas', 'adriatic', 'adrienne', 'adroitly', 'adsorbed', 'adulated', 'adulates', 'adultery', 'advanced', 'advances', 'adverser', 'adverted', 'advisees', 'advisers', 'advising', 'advisors', 'advisory', 'advocacy', 'advocate', 'aelfrics', 'aerating', 'aeration', 'aerators', 'aerobics', 'aeroflot', 'aerofoil', 'aerogene', 'aerosols', 'aesthete', 'affected', 'affector', 'afferent', 'affiance', 'affinity', 'affirmed', 'affixing', 'afflicts', 'affluent', 'afforded', 'afforest', 'affright', 'affronts', 'aflutter', 'africans', 'agassizs', 'agencies', 'aggrieve', 'agilitys', 'agitated', 'agitates', 'agitator', 'aglitter', 'agnostic', 'agonised', 'agonises', 'agonized', 'agonizes', 'agrarian', 'agreeing', 'agricola', 'agrimony', 'agrippas', 'agronomy', 'aguilars', 'aguirres', 'agustins', 'ahrimans', 'ailerons', 'ailments', 'airborne', 'airbrush', 'aircraft', 'airdrops', 'airedale', 'airfares', 'airfield', 'airfoils', 'airframe', 'airheads', 'airiness', 'airlifts', 'airliner', 'airlines', 'airlocks', 'airmails', 'airplane', 'airports', 'airships', 'airspace', 'airspeed', 'airstrip', 'airtight', 'airwaves', 'alabaman', 'alabamas', 'alacrity', 'aladdins', 'alarming', 'alarmist', 'alaskans', 'albacore', 'albanian', 'albanias', 'alberich', 'alberios', 'albertas', 'albertos', 'albireos', 'albrecht', 'albright', 'albumens', 'albumins', 'alcatraz', 'alcestis', 'alchemys', 'alcindor', 'alcmenas', 'alcohols', 'aldehyde', 'alderman', 'aldermen', 'aleichem', 'alembert', 'alerters', 'alerting', 'aleutian', 'alfalfas', 'alfonsos', 'alfonzos', 'alfredas', 'alfresco', 'algebras', 'algenibs', 'algerian', 'algerias', 'algiebas', 'algierss', 'alginate', 'alhambra', 'aliasing', 'alibiing', 'alienate', 'aliening', 'alighted', 'aligning', 'aliments', 'alimonys', 'alistair', 'alizarin', 'alkalies', 'alkaline', 'alkaloid', 'allaying', 'allegate', 'alleging', 'allegory', 'allegras', 'allegros', 'alleluia', 'allemand', 'allendes', 'allergen', 'allergic', 'allergys', 'alleyway', 'alliance', 'allisons', 'allocate', 'allotted', 'allotter', 'allowing', 'alloying', 'allspice', 'allstate', 'alluding', 'alluring', 'allusion', 'allusive', 'alluvial', 'alluvium', 'allysons', 'almagest', 'almanacs', 'almighty', 'almohads', 'alnilams', 'alnitaks', 'alphabet', 'alphards', 'alphecca', 'alphonse', 'alphonso', 'alsatian', 'altamira', 'alterate', 'alterers', 'altering', 'alterman', 'although', 'altitude', 'altoidss', 'altruism', 'altruist', 'aluminum', 'alumnuss', 'alvarado', 'alvarezs', 'alveolar', 'alveolus', 'amadeuss', 'amalgams', 'amaranth', 'amarillo', 'amassing', 'amateurs', 'amazedly', 'ambiance', 'ambience', 'ambition', 'ambrosia', 'ambulant', 'ambulate', 'ambushed', 'ambushes', 'amenable', 'amending', 'amenitys', 'american', 'americas', 'amerinds', 'ameslans', 'amethyst', 'amharics', 'amicable', 'amicably', 'ammerman', 'ammeters', 'ammoniac', 'ammonias', 'ammonium', 'amnesiac', 'amnesias', 'amnestys', 'amorally', 'amortise', 'amortize', 'amounted', 'amounter', 'amperage', 'ampoules', 'amputate', 'amputees', 'amritsar', 'amundsen', 'amusedly', 'anaconda', 'anacreon', 'anaemias', 'anaglyph', 'anagrams', 'analects', 'analogue', 'analogys', 'analysed', 'analyser', 'analyses', 'analysis', 'analysts', 'analytic', 'analyzed', 'analyzer', 'analyzes', 'ananiass', 'anapests', 'anaphora', 'anarchic', 'anarchys', 'anathema', 'anatoles', 'anatolia', 'anatomic', 'anatomys', 'ancestor', 'ancestry', 'anchored', 'anchovys', 'ancients', 'andantes', 'andersen', 'anderson', 'andesine', 'andesite', 'andirons', 'andorras', 'andretti', 'androgen', 'androids', 'andropov', 'anecdota', 'anecdote', 'anechoic', 'anemones', 'aneurism', 'aneurysm', 'angelias', 'angelica', 'angelico', 'angelina', 'angeline', 'angelita', 'angering', 'angevins', 'anglican', 'anglings', 'angolans', 'angriest', 'angstrom', 'anguilla', 'anguishs', 'anheuser', 'animated', 'animates', 'animator', 'animisms', 'animists', 'animized', 'aniseeds', 'annabels', 'annealed', 'annettes', 'annexing', 'annmarie', 'annotate', 'announce', 'annoyers', 'annoying', 'annually', 'annuitys', 'annulled', 'anodized', 'anodizes', 'anodynes', 'anointed', 'anomalys', 'anorexia', 'anorexic', 'anorthic', 'anothers', 'anselmos', 'answered', 'answerer', 'antacids', 'antaress', 'anteater', 'antedate', 'antelope', 'antennae', 'antennas', 'anterior', 'anteroom', 'anthills', 'anthraxs', 'antibody', 'anticked', 'antidote', 'antietam', 'antigens', 'antigone', 'antiguas', 'antihero', 'antilles', 'antimony', 'antinomy', 'antipass', 'antipode', 'antiqued', 'antiques', 'antisera', 'antlered', 'antoines', 'antonias', 'antonios', 'antonius', 'antonyms', 'antwerps', 'anxietys', 'anybodyd', 'anybodys', 'anyplace', 'anything', 'anywhere', 'aperitif', 'aperture', 'aphasias', 'aphasics', 'aphelion', 'aphorism', 'apiaries', 'apologia', 'apologys', 'apoplexy', 'apostasy', 'apostate', 'apostles', 'apothegm', 'appalled', 'appanage', 'apparels', 'apparent', 'appealed', 'appealer', 'appeared', 'appearer', 'appeased', 'appeaser', 'appeases', 'appended', 'appender', 'appendix', 'appetite', 'applauds', 'applause', 'appleton', 'appliers', 'appliqud', 'applique', 'appliqus', 'applying', 'appointe', 'appoints', 'apposite', 'appraise', 'apprised', 'apprises', 'approach', 'approval', 'approved', 'approver', 'approves', 'apricots', 'aptitude', 'aptnesss', 'apuleius', 'aquanaut', 'aquarium', 'aquarius', 'aquatics', 'aquavits', 'aqueduct', 'aquifers', 'aquiline', 'aquinass', 'arabians', 'aracelis', 'arachnid', 'araguaya', 'aramaics', 'arapahos', 'arawakan', 'arbiters', 'arbitron', 'arboreal', 'arboreta', 'arbutuss', 'arcadian', 'arcadias', 'archaism', 'archaize', 'archduke', 'archerys', 'archfool', 'archival', 'archived', 'archiver', 'archives', 'archness', 'archways', 'arcturus', 'ardently', 'areawide', 'arequipa', 'arginine', 'argonaut', 'argonnes', 'argosies', 'arguable', 'arguably', 'argument', 'ariadnes', 'arianism', 'arianist', 'ariditys', 'arisings', 'arizonan', 'arizonas', 'arkansan', 'arkansas', 'armagnac', 'armament', 'armandos', 'armature', 'armbands', 'armchair', 'armenian', 'armenias', 'armholes', 'arminius', 'armorers', 'armories', 'armoring', 'armoured', 'armourer', 'armourys', 'armrests', 'arnulfos', 'aromatic', 'arousals', 'arousing', 'arpeggio', 'arraigns', 'arranged', 'arranger', 'arranges', 'arraying', 'arrearss', 'arrested', 'arrester', 'arrestor', 'arrivals', 'arriving', 'arrogant', 'arrogate', 'arsehole', 'arsenals', 'arsenate', 'arsenics', 'arsenide', 'arsonist', 'artefact', 'artemiss', 'arterial', 'arteries', 'artfully', 'articles', 'artifact', 'artifice', 'artisans', 'artistes', 'artistic', 'artistry', 'artsiest', 'artworks', 'asbestos', 'ascellas', 'ascended', 'ascender', 'ascetics', 'ascribed', 'ascribes', 'ashcroft', 'ashikaga', 'ashtrays', 'asiatics', 'asilomar', 'aspartic', 'asperity', 'asphalts', 'aspheric', 'asphyxia', 'aspirant', 'aspirate', 'aspiring', 'aspirins', 'assailed', 'assamese', 'assassin', 'assaults', 'assaying', 'assemble', 'assembly', 'assented', 'assenter', 'asserted', 'asserter', 'assessed', 'assesses', 'assessor', 'assholes', 'assigned', 'assignee', 'assigner', 'assisted', 'assonant', 'assorted', 'assuaged', 'assuages', 'assuming', 'assureds', 'assurers', 'assuring', 'assyrian', 'assyrias', 'astartes', 'astatine', 'asterisk', 'asteroid', 'astigmat', 'astonish', 'astounds', 'asturias', 'astutely', 'astutest', 'asuncins', 'asuncion', 'atacamas', 'atalanta', 'atavisms', 'atchison', 'ateliers', 'atheisms', 'atheists', 'athenian', 'athletes', 'athletic', 'atkinson', 'atlantas', 'atlantes', 'atlantic', 'atlantis', 'atomiser', 'atomized', 'atomizer', 'atomizes', 'atonally', 'atrocity', 'atrophic', 'atrophys', 'atroposs', 'attached', 'attacher', 'attaches', 'attacked', 'attacker', 'attained', 'attainer', 'attempts', 'attended', 'attendee', 'attender', 'attested', 'attiring', 'attitude', 'attorney', 'attracts', 'attuning', 'atwitter', 'atypical', 'auckland', 'auctions', 'audacity', 'audibles', 'audience', 'auditing', 'audition', 'auditors', 'auditory', 'auerbach', 'augments', 'augsburg', 'auguries', 'auguring', 'augustan', 'augustas', 'auguster', 'augustly', 'augustus', 'aurelias', 'aurelios', 'aurelius', 'aureolas', 'aureoles', 'auricles', 'auspices', 'austerer', 'austrian', 'austrias', 'authored', 'autistic', 'autocrat', 'automata', 'automate', 'autonomy', 'autopsys', 'autumnal', 'availers', 'availing', 'avarices', 'avengers', 'avenging', 'aventine', 'averaged', 'averages', 'averring', 'averroes', 'aversion', 'averting', 'avertive', 'aviaries', 'aviation', 'aviators', 'aviatrix', 'avicenna', 'aviditys', 'avionics', 'avocados', 'avogadro', 'avoiders', 'avoiding', 'avowedly', 'awaiting', 'awakened', 'awarders', 'awarding', 'awfuller', 'axiology', 'axolotls', 'ayrshire', 'ayurveda', 'ayyubids', 'azimuths', 'aztecans', 'baathist', 'babblers', 'babbling', 'babushka', 'babyhood', 'babylons', 'babysits', 'baccarat', 'bacchuss', 'bachelor', 'bacillus', 'backache', 'backbend', 'backbite', 'backbone', 'backdate', 'backdrop', 'backfill', 'backfire', 'backhand', 'backhoes', 'backings', 'backlash', 'backless', 'backlogs', 'backpack', 'backrest', 'backside', 'backslid', 'backspin', 'backstop', 'backward', 'backwash', 'backwood', 'backyard', 'bacteria', 'badgered', 'badinage', 'badlands', 'badmouth', 'badnesss', 'baedeker', 'bafflers', 'baffling', 'baggages', 'baggiest', 'baghdads', 'bagpipes', 'bahamass', 'bahamian', 'bahrains', 'bailiffs', 'bailouts', 'bakelite', 'bakeries', 'balanced', 'balancer', 'balances', 'balconys', 'baldness', 'baldpate', 'baldwins', 'balearic', 'balinese', 'balkhash', 'balkiest', 'ballards', 'ballasts', 'balletic', 'ballgown', 'balloons', 'balloted', 'ballpark', 'ballroom', 'ballsier', 'ballyhoo', 'balmiest', 'baloneys', 'baluster', 'banality', 'bancroft', 'bandaged', 'bandages', 'bandanas', 'bandanna', 'bandiest', 'banditry', 'banditti', 'bandpass', 'bandstop', 'bandungs', 'bandying', 'bangkoks', 'banished', 'banishes', 'banister', 'banjoist', 'bankbook', 'bankings', 'banknote', 'bankroll', 'bankrupt', 'banneker', 'banquets', 'banshees', 'bantered', 'baptised', 'baptises', 'baptisms', 'baptiste', 'baptists', 'baptized', 'baptizes', 'barabbas', 'barbados', 'barbaras', 'barbaric', 'barbarys', 'barbecue', 'barbells', 'barbeque', 'barbered', 'barberry', 'barbital', 'barbours', 'barbudas', 'barclays', 'bardeens', 'bareback', 'barefoot', 'bareness', 'barentss', 'barflies', 'bargains', 'baritone', 'barkleys', 'barmaids', 'barnabas', 'barnabys', 'barnacle', 'barnetts', 'barnhard', 'barnyard', 'baroness', 'baronets', 'baronial', 'baronies', 'baroques', 'barracks', 'barraged', 'barrages', 'barreled', 'barrener', 'barreras', 'barrette', 'barretts', 'barriers', 'barrings', 'barrooms', 'bartered', 'bartlett', 'baseball', 'baseband', 'baseless', 'baseline', 'basemans', 'basement', 'baseness', 'bashings', 'basilica', 'basilisk', 'bassinet', 'bassists', 'bassoons', 'basswood', 'bastards', 'bastille', 'bastions', 'batching', 'bathmats', 'bathrobe', 'bathroom', 'bathtubs', 'bathurst', 'batsmans', 'battelle', 'battened', 'battered', 'batterys', 'battiest', 'battings', 'battlers', 'battling', 'baudouin', 'bauhauss', 'baulking', 'bauxites', 'bavarian', 'bavarias', 'bawdiest', 'bayberry', 'bayesian', 'bayonets', 'bayonnes', 'bayreuth', 'baywatch', 'bazookas', 'beaching', 'beadiest', 'beanbags', 'bearable', 'bearably', 'bearding', 'bearings', 'bearskin', 'beasleys', 'beastlys', 'beatable', 'beatably', 'beatific', 'beatings', 'beatless', 'beatniks', 'beatrice', 'beatrixs', 'beatrizs', 'beaufort', 'beaumont', 'beauties', 'beautify', 'beauvoir', 'beavered', 'becalmed', 'bechtels', 'becketts', 'beckoned', 'becoming', 'bedazzle', 'beddings', 'bedecked', 'bedevils', 'bedimmed', 'bedouins', 'bedposts', 'bedrocks', 'bedrolls', 'bedrooms', 'bedsides', 'bedsores', 'bedstead', 'bedstraw', 'bedtimes', 'beebread', 'beechnut', 'beefiest', 'beehives', 'beelines', 'beerbohm', 'beeswaxs', 'beetling', 'befallen', 'befitted', 'befogged', 'befouled', 'befriend', 'befuddle', 'beggared', 'beggarly', 'beginner', 'begonias', 'begotten', 'begrudge', 'beguiled', 'beguiles', 'behalves', 'behaving', 'behavior', 'beheaded', 'behemoth', 'beholden', 'beholder', 'behooved', 'behooves', 'behoving', 'beijings', 'belabors', 'belabour', 'belaruss', 'belaying', 'belching', 'belfasts', 'belfries', 'belgians', 'belgiums', 'belgrade', 'believed', 'believer', 'believes', 'belindas', 'belittle', 'bellamys', 'bellboys', 'bellhops', 'bellowed', 'bellyful', 'bellying', 'belmonts', 'belmopan', 'belonged', 'beloveds', 'beltways', 'belushis', 'bemadden', 'bemoaned', 'bemusing', 'benching', 'benchley', 'bendable', 'benedict', 'benedikt', 'benefice', 'benefits', 'beneluxs', 'benetton', 'bengalis', 'benghazi', 'benignly', 'benjamin', 'benumbed', 'benzenes', 'bequeath', 'bequests', 'berating', 'bereaved', 'bereaves', 'berenice', 'berettas', 'bergamot', 'bergerac', 'bergland', 'berglund', 'beribbon', 'beriberi', 'berkeley', 'berliner', 'berlitzs', 'bermudas', 'bernanke', 'bernardo', 'bernayss', 'bernbach', 'bernhard', 'bernices', 'berniece', 'berrying', 'berthing', 'bertrams', 'bertrand', 'besieged', 'besieger', 'besieges', 'besmirch', 'besotted', 'besotter', 'besought', 'bespeaks', 'bespoken', 'bessemer', 'bestiary', 'bestowal', 'bestowed', 'bestride', 'bestrode', 'betaking', 'betatron', 'bethesda', 'bethinks', 'betiding', 'betokens', 'betrayal', 'betrayed', 'betrayer', 'betroths', 'bettered', 'beveling', 'bevelled', 'beverage', 'beverley', 'beverlys', 'bewailed', 'bewaring', 'bewilder', 'biannual', 'biassing', 'biathlon', 'biblical', 'bibulous', 'bicepses', 'bickered', 'biconvex', 'bicuspid', 'bicycled', 'bicycler', 'bicycles', 'biddable', 'biddings', 'biennial', 'biennium', 'bifocals', 'bigamist', 'bigamous', 'bigfoots', 'biggless', 'bighorns', 'bigmouth', 'bignesss', 'bigotrys', 'bilabial', 'bilinear', 'billeted', 'billfold', 'billiard', 'billiken', 'billings', 'billions', 'billowed', 'biltmore', 'binaries', 'binaural', 'binderys', 'bindings', 'bindweed', 'bingeing', 'binnacle', 'binomial', 'biograph', 'biologys', 'biometry', 'biopsied', 'biopsies', 'biplanes', 'biracial', 'birching', 'birdbath', 'birdcage', 'birdlike', 'birdseed', 'birdseye', 'birettas', 'birthday', 'birthing', 'biscayne', 'biscuits', 'bisected', 'bisector', 'bisexual', 'bismarck', 'bismarks', 'bismuths', 'bisquick', 'bistable', 'bitchier', 'bitching', 'bitingly', 'bitterer', 'bitterly', 'bitterns', 'bitterss', 'bitumens', 'bivalves', 'bivouacs', 'biweekly', 'bjerknes', 'blabbing', 'blackens', 'blackest', 'blacking', 'blackish', 'blackman', 'blackout', 'blacktop', 'bladders', 'blamable', 'blanched', 'blanches', 'blandest', 'blandish', 'blankest', 'blankets', 'blanking', 'blantyre', 'blarneys', 'blasters', 'blasting', 'blastoff', 'blastula', 'blatting', 'blazoned', 'bleached', 'bleacher', 'bleaches', 'bleakest', 'blearier', 'blearily', 'bleating', 'bleeders', 'bleeding', 'bleeping', 'blemishs', 'blenched', 'blenches', 'blenders', 'blending', 'blenheim', 'blessing', 'blevinss', 'blighted', 'blinders', 'blindest', 'blinding', 'blinkers', 'blinking', 'blintzes', 'blissful', 'blisters', 'blithely', 'blithest', 'blitzing', 'blizzard', 'bloating', 'blobbing', 'blockade', 'blockage', 'blockers', 'blocking', 'bloggers', 'blogging', 'blomberg', 'blondels', 'blondest', 'blondies', 'bloodied', 'bloodier', 'bloodies', 'blooding', 'bloomers', 'blooming', 'bloopers', 'blossoms', 'blotched', 'blotches', 'blotters', 'blotting', 'blousing', 'blowback', 'blowfish', 'blowguns', 'blowouts', 'blowsier', 'blowzier', 'blubbers', 'bluchers', 'bludgeon', 'blueback', 'bluebell', 'bluebill', 'bluebird', 'bluebook', 'bluebush', 'bluefish', 'bluegill', 'blueings', 'bluejays', 'blueness', 'bluenose', 'bluffers', 'bluffest', 'bluffing', 'blunders', 'bluntest', 'blunting', 'blurrier', 'blurring', 'blurting', 'blushers', 'blushing', 'blusters', 'blustery', 'boarders', 'boarding', 'boasters', 'boastful', 'boasting', 'boatload', 'boatmans', 'boatsman', 'boatsmen', 'boatyard', 'bobbitts', 'bobbling', 'bobolink', 'bobsleds', 'bobtails', 'bobwhite', 'bodleian', 'bodywork', 'boeotian', 'boeotias', 'boethius', 'bogeying', 'bogeyman', 'bogeymen', 'boggiest', 'boggling', 'bohemian', 'boilings', 'boldface', 'boldness', 'bolivars', 'bolivian', 'bolivias', 'bolognas', 'boloneys', 'bolshois', 'bolsters', 'bombards', 'bombasts', 'bombings', 'bonanzas', 'bondages', 'bondings', 'bondsman', 'bondsmen', 'bonehead', 'boneless', 'boneyest', 'bonfires', 'boniface', 'bonitoes', 'bonneted', 'bonniest', 'bookbind', 'bookcase', 'bookends', 'bookings', 'bookkeep', 'booklets', 'bookmark', 'bookshop', 'bookworm', 'boomtown', 'boosters', 'boosting', 'bootlegs', 'bootless', 'booziest', 'bordeaux', 'bordello', 'bordered', 'borealis', 'boredoms', 'boringly', 'borlaugs', 'boroughs', 'borrowed', 'borrower', 'borschts', 'bosporus', 'bossiest', 'botanist', 'botchers', 'botching', 'bothered', 'botswana', 'bottlers', 'bottling', 'bottomed', 'botulism', 'boudoirs', 'bouffant', 'bouillon', 'boulders', 'bouncers', 'bouncier', 'bouncing', 'boundary', 'bounders', 'bounding', 'bounties', 'bouquets', 'bourbaki', 'bourbons', 'boutique', 'bowditch', 'bowlders', 'bowlines', 'bowlings', 'bowsprit', 'boxwoods', 'boycotts', 'boyhoods', 'boyishly', 'boylston', 'bracelet', 'brackens', 'brackets', 'brackish', 'bradbury', 'braddock', 'bradford', 'bradshaw', 'braggart', 'braggers', 'bragging', 'brahmans', 'brahmins', 'braiding', 'brailles', 'brainard', 'brainier', 'braining', 'braising', 'brakeman', 'brakemen', 'brambles', 'brampton', 'branched', 'branches', 'brandeis', 'brandens', 'brandied', 'brandies', 'branding', 'brandish', 'brandons', 'brashest', 'brasilia', 'brassier', 'brattain', 'brattier', 'bravados', 'braverys', 'bravuras', 'brawlers', 'brawling', 'brawnier', 'brazened', 'brazenly', 'braziers', 'breached', 'breacher', 'breaches', 'breadbox', 'breading', 'breadths', 'breakage', 'breakers', 'breaking', 'breakoff', 'breakups', 'breasted', 'breathed', 'breather', 'breathes', 'breeches', 'breeders', 'breeding', 'breezier', 'breezily', 'breezing', 'brendans', 'brennans', 'brenners', 'brentons', 'brethren', 'breveted', 'breviary', 'brevitys', 'brewerys', 'brewster', 'brezhnev', 'briannas', 'briberys', 'brickbat', 'bricking', 'bricklay', 'bridgers', 'bridgets', 'bridgett', 'bridging', 'bridgman', 'bridling', 'briefest', 'briefing', 'brigades', 'brigands', 'brighams', 'brighten', 'brighter', 'brightly', 'brighton', 'brigitte', 'brimfull', 'brimming', 'brindisi', 'brindled', 'bringers', 'bringing', 'briniest', 'brinkley', 'briquets', 'brisbane', 'briskest', 'briskets', 'brisking', 'bristled', 'bristles', 'bristols', 'britains', 'britches', 'britishs', 'britneys', 'brittany', 'brittler', 'brittles', 'brittney', 'broached', 'broaches', 'broadens', 'broadest', 'broadway', 'brocaded', 'brocades', 'broccoli', 'brochure', 'broilers', 'broiling', 'brokenly', 'brokered', 'bromides', 'bromines', 'bronchos', 'bronchus', 'bronsons', 'bronzing', 'brooches', 'brooders', 'brooding', 'brooking', 'brooklyn', 'brothels', 'brothers', 'brouhaha', 'browbeat', 'brownell', 'brownest', 'brownian', 'brownies', 'browning', 'brownish', 'brownout', 'browsers', 'browsing', 'bruckner', 'brueghel', 'bruisers', 'bruising', 'brummels', 'brunched', 'brunches', 'brunette', 'brushing', 'bruskest', 'brusquer', 'brussels', 'brutally', 'brynners', 'bubblier', 'bubbling', 'buchanan', 'buchwald', 'buckaroo', 'bucketed', 'buckeyes', 'buckhorn', 'bucklers', 'buckleys', 'buckling', 'bucknell', 'buckners', 'buckrams', 'bucksaws', 'buckshot', 'buckskin', 'bucolics', 'budapest', 'buddhism', 'buddhist', 'buddings', 'budgeted', 'budgeter', 'buffalos', 'buffered', 'buffeted', 'buffoons', 'bugaboos', 'bugattis', 'bugbears', 'buggiest', 'bugzilla', 'builders', 'building', 'buildups', 'bukharin', 'bulawayo', 'bulfinch', 'bulganin', 'bulgaria', 'bulgaris', 'bulgiest', 'bulimias', 'bulimics', 'bulkhead', 'bulkiest', 'bulldogs', 'bulldoze', 'bulletin', 'bullfrog', 'bullhead', 'bullhide', 'bullhorn', 'bullions', 'bullocks', 'bullpens', 'bullring', 'bullseye', 'bullshit', 'bullyboy', 'bullying', 'bulrushs', 'bultmann', 'bulwarks', 'bumblers', 'bumbling', 'bumpiest', 'bumpkins', 'bunching', 'buncombe', 'bundling', 'bundoora', 'bungalow', 'bunghole', 'bunglers', 'bungling', 'bunkered', 'bunkmate', 'buntings', 'buoyancy', 'burberry', 'burbling', 'burdened', 'burdocks', 'burgeons', 'burgesss', 'burghers', 'burglars', 'burglary', 'burgling', 'burgoyne', 'burgundy', 'burliest', 'burmeses', 'burnings', 'burnishs', 'burnoose', 'burnouss', 'burnouts', 'burnside', 'burritos', 'burrowed', 'burrower', 'bursitis', 'bursting', 'burundis', 'busheled', 'bushiest', 'bushings', 'bushmans', 'bushnell', 'business', 'bussings', 'bustards', 'bustling', 'busybody', 'busyness', 'busywork', 'butchers', 'butchery', 'buttered', 'butterer', 'butterys', 'butthead', 'buttocks', 'buttoned', 'buttress', 'buttrick', 'butyrate', 'buzzards', 'buzzword', 'bypassed', 'bypasses', 'cabarets', 'cabbages', 'cabernet', 'cabinets', 'caboodle', 'cabooses', 'cabreras', 'cachalot', 'cackling', 'cactuses', 'cadavers', 'caddying', 'cadenced', 'cadences', 'cadenzas', 'cadillac', 'cadmiums', 'caduceus', 'caedmons', 'caesiums', 'caesurae', 'caesuras', 'caffeine', 'caginess', 'cahokias', 'caiaphas', 'caissons', 'caitlins', 'cajolery', 'cajoling', 'calabash', 'calamine', 'calamity', 'calcined', 'calcines', 'calcites', 'calciums', 'calculus', 'calcutta', 'calderon', 'caldrons', 'caldwell', 'calendar', 'calfskin', 'calgarys', 'calibers', 'calibres', 'calicoes', 'caligula', 'calipers', 'calkings', 'callable', 'callahan', 'callings', 'calliope', 'calliper', 'callisto', 'callower', 'callused', 'calluses', 'calmness', 'caloocan', 'calories', 'calumnys', 'calvarys', 'calypsos', 'camachos', 'cambered', 'cambiums', 'cambodia', 'cambrian', 'cambrics', 'camellia', 'camelots', 'camerons', 'cameroon', 'cameroun', 'camillas', 'camilles', 'camisole', 'camoenss', 'camomile', 'campaign', 'campbell', 'campfire', 'camphors', 'campiest', 'campinas', 'campings', 'campsite', 'campuses', 'camshaft', 'canadian', 'canaries', 'canastas', 'canberra', 'canceled', 'candaces', 'candices', 'candides', 'candidly', 'candling', 'candours', 'candying', 'canfield', 'canister', 'cankered', 'cannabis', 'cannerys', 'cannibal', 'canniest', 'cannoned', 'canoeing', 'canoeist', 'canonise', 'canonize', 'canopied', 'canopies', 'cantatas', 'canteens', 'cantered', 'canticle', 'cantrell', 'canvased', 'canvases', 'canvasss', 'capacity', 'capellas', 'capering', 'capetian', 'capetown', 'capitals', 'capitols', 'caprices', 'capsized', 'capsizes', 'capstans', 'capstone', 'capsuled', 'capsules', 'captains', 'captions', 'captious', 'captives', 'captured', 'capturer', 'captures', 'capuchin', 'capulets', 'capybara', 'caracass', 'caraculs', 'caramels', 'carapace', 'caravans', 'caraways', 'carbides', 'carbines', 'carbolic', 'carboloy', 'carbonic', 'carbonyl', 'carcasss', 'cardamom', 'cardenas', 'cardiffs', 'cardigan', 'cardinal', 'cardioid', 'cardozos', 'careened', 'careered', 'carefree', 'careless', 'caressed', 'caresser', 'caresses', 'careworn', 'carfares', 'caribous', 'carillon', 'carissas', 'carjacks', 'carlenes', 'carleton', 'carlisle', 'carlsbad', 'carlsons', 'carmelas', 'carmella', 'carmelos', 'carmines', 'carnages', 'carnally', 'carnegie', 'carnival', 'carolers', 'carolina', 'caroline', 'caroling', 'carolled', 'caroller', 'carolyns', 'caroming', 'carotids', 'carousal', 'caroused', 'carousel', 'carouser', 'carouses', 'carpeted', 'carports', 'carranza', 'carriage', 'carriers', 'carrillo', 'carrions', 'carrolls', 'carryall', 'carrying', 'carryout', 'carthage', 'cartoons', 'carvings', 'caryatid', 'casandra', 'casanova', 'cascaded', 'cascades', 'casebook', 'caseload', 'casement', 'casework', 'cashiers', 'cashmere', 'cassavas', 'cassette', 'cassinos', 'cassiuss', 'cassocks', 'castanet', 'castaway', 'castillo', 'castings', 'castling', 'castoffs', 'castrate', 'castries', 'casually', 'casualty', 'casuists', 'catacomb', 'catalans', 'catalina', 'catalogs', 'catalpas', 'catalyse', 'catalyst', 'catalyze', 'catapult', 'cataract', 'catarrhs', 'catawbas', 'catbirds', 'catboats', 'catcalls', 'catchall', 'catchers', 'catchier', 'catching', 'catchups', 'category', 'catenate', 'caterers', 'catering', 'catfishs', 'cathedra', 'catheter', 'cathleen', 'cathodes', 'cathodic', 'catholic', 'cathryns', 'catiline', 'cationic', 'catskill', 'cattails', 'cattiest', 'catullus', 'catwalks', 'caucasus', 'caucused', 'caucuses', 'cauldron', 'caulking', 'causally', 'causeway', 'caustics', 'cautions', 'cautious', 'cavalier', 'cavalrys', 'cavemans', 'caviares', 'caviling', 'cavilled', 'caviness', 'cavitate', 'cavities', 'cavorted', 'cayennes', 'cebuanos', 'cecelias', 'cecropia', 'cedillas', 'ceilings', 'celanese', 'celebess', 'celerity', 'celestas', 'celestes', 'celibacy', 'celibate', 'cellists', 'cellular', 'cemented', 'cemetery', 'cenotaph', 'cenozoic', 'censored', 'censured', 'censurer', 'censures', 'censused', 'censuses', 'centaurs', 'centered', 'centimes', 'centrals', 'centring', 'centrist', 'centroid', 'centurys', 'cephalic', 'cepheuss', 'ceramics', 'ceramium', 'cerberus', 'cerebral', 'cerebrum', 'ceremony', 'cerenkov', 'cerulean', 'cervical', 'cervices', 'cervixes', 'cesarean', 'cesarian', 'cessions', 'cesspool', 'cetacean', 'chabliss', 'chadwick', 'chaffing', 'chagrins', 'chaining', 'chainsaw', 'chairing', 'chairman', 'chairmen', 'chaitins', 'chaldean', 'chalices', 'chalkier', 'chalking', 'chalmers', 'chambers', 'chambray', 'chammies', 'chamoiss', 'champing', 'champion', 'chancels', 'chancery', 'chancier', 'chancing', 'chandler', 'chandons', 'chandras', 'changers', 'changing', 'changsha', 'channels', 'chanters', 'chanteys', 'chanties', 'chanting', 'chanukah', 'chaperon', 'chaplain', 'chaplets', 'chapping', 'chapters', 'charades', 'charbray', 'charcoal', 'chargers', 'charging', 'chariest', 'chariots', 'charisma', 'charitys', 'charlene', 'charless', 'charmers', 'charming', 'charmins', 'charring', 'charters', 'charting', 'chartism', 'chartres', 'chasitys', 'chassiss', 'chastely', 'chastens', 'chastest', 'chastise', 'chastity', 'chasuble', 'chateaus', 'chateaux', 'chattels', 'chatters', 'chattier', 'chattily', 'chatting', 'chaucers', 'chauncey', 'cheapens', 'cheapest', 'cheaters', 'cheating', 'chechnya', 'checkers', 'checking', 'checkout', 'checksum', 'checkups', 'cheddars', 'cheekier', 'cheekily', 'cheeking', 'cheeping', 'cheerful', 'cheerier', 'cheerily', 'cheering', 'cheerios', 'cheesier', 'cheesing', 'cheetahs', 'cheetoss', 'chekhovs', 'chemical', 'chemises', 'chemists', 'chenille', 'chennais', 'chequers', 'chequing', 'cherokee', 'cheroots', 'cherries', 'cherubic', 'cherubim', 'chervils', 'cheshire', 'chessman', 'chessmen', 'chesters', 'chestnut', 'cheviots', 'chevrons', 'chewiest', 'cheyenne', 'chiantis', 'chicagos', 'chickens', 'chickpea', 'chiclets', 'chicorys', 'chiefdom', 'chiefest', 'chiffons', 'chiggers', 'chignons', 'childish', 'children', 'chileans', 'chillers', 'chillest', 'chillier', 'chillies', 'chilling', 'chimaera', 'chimeras', 'chimeric', 'chimique', 'chimneys', 'chinaman', 'chinamen', 'chineses', 'chinking', 'chinners', 'chinning', 'chinooks', 'chipmunk', 'chippers', 'chippewa', 'chipping', 'chiquita', 'chirping', 'chirrups', 'chiseled', 'chiseler', 'chisholm', 'chisinau', 'chitchat', 'chitlins', 'chivalry', 'chlorate', 'chloride', 'chlorine', 'chocking', 'choctaws', 'choicest', 'choleras', 'choleric', 'chomping', 'choosers', 'choosier', 'choosing', 'choppers', 'choppier', 'choppily', 'chopping', 'chorales', 'chordata', 'chordate', 'chortled', 'chortles', 'chorused', 'choruses', 'chowders', 'chretien', 'christas', 'christen', 'christie', 'christis', 'chromate', 'chroming', 'chromium', 'chrysler', 'chrystal', 'chubbier', 'chucking', 'chuckled', 'chuckles', 'chugging', 'chummier', 'chumming', 'chunkier', 'churches', 'churchgo', 'churchly', 'churlish', 'churning', 'chutneys', 'chutzpah', 'chutzpas', 'chuvashs', 'cicatrix', 'cigarets', 'cilantro', 'cimabues', 'cinching', 'cinchona', 'cincture', 'cindered', 'cinerama', 'cinnabar', 'cinnamon', 'ciphered', 'circlets', 'circling', 'circuits', 'circular', 'circuses', 'cisterns', 'citadels', 'citation', 'citibank', 'citizens', 'citroens', 'citruses', 'citywide', 'civilian', 'civilise', 'civility', 'civilize', 'civviess', 'clacking', 'cladding', 'claimant', 'claiming', 'clairols', 'clambake', 'clambers', 'clammier', 'clamming', 'clamored', 'clamours', 'clamping', 'clanging', 'clangors', 'clangour', 'clanking', 'clannish', 'clappers', 'clapping', 'claptons', 'claptrap', 'clarence', 'clarices', 'clarinet', 'clarions', 'clarissa', 'claritys', 'clashing', 'clasping', 'classics', 'classier', 'classify', 'classing', 'clatters', 'clattery', 'claudias', 'claudine', 'claudios', 'claudius', 'clausius', 'clavicle', 'clayiest', 'claytons', 'cleaners', 'cleanest', 'cleaning', 'cleansed', 'cleanser', 'cleanses', 'cleanups', 'clearest', 'clearing', 'cleavage', 'cleavers', 'cleaving', 'clematis', 'clemency', 'clements', 'clemsons', 'clenched', 'clenches', 'clergies', 'clerical', 'clerking', 'cleverer', 'cleverly', 'cliburns', 'clicking', 'clientle', 'clifford', 'cliftons', 'climates', 'climatic', 'climaxed', 'climaxes', 'climbers', 'climbing', 'clinched', 'clincher', 'clinches', 'clingier', 'clinging', 'clinical', 'clinkers', 'clinking', 'clintons', 'clippers', 'clipping', 'cliquish', 'clitoral', 'clitoris', 'cloaking', 'clobbers', 'clockers', 'clocking', 'cloddish', 'clogging', 'cloister', 'clomping', 'clopping', 'cloretss', 'closeout', 'closeted', 'closures', 'clothier', 'clothing', 'clotting', 'clotures', 'cloudier', 'clouding', 'clouseau', 'clouting', 'clowning', 'clownish', 'clubbing', 'clubfeet', 'clubfoot', 'clubroom', 'clucking', 'clueless', 'clumping', 'clumsier', 'clumsily', 'clunkers', 'clunkier', 'clunking', 'clusters', 'clutched', 'clutches', 'clutters', 'coaching', 'coachman', 'coachmen', 'coalesce', 'coarsely', 'coarsens', 'coarsest', 'coasters', 'coasting', 'coatings', 'coattail', 'coauthor', 'cobblers', 'cobbling', 'cocaines', 'coccyges', 'coccyxes', 'cochleae', 'cochleas', 'cochrane', 'cochrans', 'cockades', 'cockatoo', 'cockcrow', 'cockerel', 'cockeyed', 'cockiest', 'cockneys', 'cockpits', 'cocksure', 'cocktail', 'cocoanut', 'coconuts', 'cocooned', 'coddling', 'codeines', 'codeword', 'codfishs', 'codicils', 'codified', 'codifier', 'codifies', 'codomain', 'codpiece', 'coeditor', 'coequals', 'coercing', 'coercion', 'coercive', 'coexists', 'cofactor', 'coffined', 'cogencys', 'cogently', 'cogitate', 'cognates', 'cognomen', 'cogwheel', 'cohabits', 'coherent', 'cohering', 'cohesion', 'cohesive', 'coiffing', 'coiffure', 'coinages', 'coincide', 'colander', 'colberts', 'coldness', 'colemans', 'coleslaw', 'colgates', 'coliform', 'coliseum', 'colitiss', 'collagen', 'collages', 'collapse', 'collared', 'collated', 'collates', 'collects', 'colleens', 'colleges', 'collided', 'collides', 'colliers', 'colliery', 'colloids', 'colloquy', 'colluded', 'colludes', 'colognes', 'colombia', 'colombos', 'colonels', 'colonial', 'colonies', 'colonise', 'colonist', 'colonize', 'colorado', 'colorate', 'coloreds', 'colorers', 'colorful', 'coloring', 'colossal', 'colossus', 'coloured', 'coltrane', 'columbia', 'columbus', 'columnar', 'columned', 'comanche', 'comatose', 'combated', 'combined', 'combines', 'combings', 'comeback', 'comedian', 'comedies', 'comedown', 'comelier', 'cometary', 'comfiest', 'comforts', 'commando', 'commands', 'commence', 'commends', 'comments', 'commerce', 'commodes', 'commoner', 'commonly', 'communal', 'communed', 'communes', 'commuted', 'commuter', 'commutes', 'comoross', 'compacts', 'companys', 'compared', 'compares', 'compasss', 'competed', 'competes', 'compiled', 'compiler', 'compiles', 'complain', 'compleat', 'complete', 'complexs', 'complied', 'complies', 'compline', 'comports', 'composed', 'composer', 'composes', 'composts', 'compotes', 'compound', 'compress', 'comprise', 'computed', 'computer', 'computes', 'comrades', 'conakrys', 'conceals', 'conceded', 'concedes', 'conceits', 'conceive', 'concepts', 'concerns', 'concerti', 'concerto', 'concerts', 'concetta', 'conciser', 'conclave', 'conclude', 'concocts', 'concorde', 'concords', 'concrete', 'condemns', 'condense', 'condoled', 'condoles', 'condoned', 'condones', 'conduced', 'conduces', 'conducts', 'conduits', 'conferee', 'confetti', 'confided', 'confides', 'confined', 'confiner', 'confines', 'confirms', 'conflict', 'confocal', 'conforms', 'confound', 'confrere', 'confront', 'confrres', 'confused', 'confuser', 'confuses', 'confuted', 'confutes', 'congaing', 'congeals', 'congener', 'congests', 'congress', 'congreve', 'conifers', 'conjoins', 'conjoint', 'conjugal', 'conjunct', 'conjured', 'conjurer', 'conjures', 'conjuror', 'connally', 'connects', 'connerys', 'connived', 'conniver', 'connives', 'connolly', 'connoted', 'connotes', 'conquers', 'conquest', 'conrails', 'consents', 'conserve', 'consider', 'consigns', 'consists', 'consoled', 'consoler', 'consoles', 'consomms', 'consorts', 'conspire', 'constant', 'construe', 'consuelo', 'consular', 'consults', 'consumed', 'consumer', 'consumes', 'contacts', 'contains', 'contempt', 'contends', 'contents', 'contests', 'contexts', 'continua', 'continue', 'continuo', 'contorts', 'contours', 'contract', 'contrail', 'contrary', 'contrast', 'contrite', 'contrive', 'controls', 'contused', 'contuses', 'convened', 'convenes', 'convents', 'converge', 'converse', 'converts', 'conveyed', 'conveyer', 'conveyor', 'convicts', 'convince', 'convoked', 'convokes', 'convolve', 'convoyed', 'convulse', 'cookbook', 'cookerys', 'cookings', 'cookouts', 'coolants', 'coolidge', 'coolness', 'coopered', 'copeland', 'copilots', 'coplanar', 'copperas', 'coppices', 'coppolas', 'coprinus', 'copulate', 'copybook', 'copycats', 'coquette', 'corcoran', 'cordelia', 'cordials', 'cordites', 'cordless', 'cordobas', 'cordoned', 'corduroy', 'corinnes', 'corinths', 'coriolis', 'corleone', 'cormacks', 'cornball', 'corncobs', 'cornelia', 'cornells', 'cornered', 'cornices', 'corniest', 'cornings', 'cornishs', 'cornmeal', 'cornrows', 'cornwall', 'corollas', 'coronado', 'coronary', 'coronate', 'coroners', 'coronets', 'corporal', 'corpsman', 'corpsmen', 'corpuses', 'corrects', 'corridor', 'corrines', 'corroded', 'corrodes', 'corrupts', 'corsages', 'corsairs', 'corseted', 'corsican', 'corsicas', 'corteses', 'cortexes', 'cortical', 'cortices', 'cortland', 'corundum', 'corvette', 'cosgrove', 'cosigned', 'cosigner', 'cosiness', 'cosmetic', 'cosmoses', 'costello', 'costings', 'costlier', 'costners', 'costumed', 'costumer', 'costumes', 'coteries', 'cotopaxi', 'cotswold', 'cottager', 'cottages', 'cottoned', 'cottrell', 'couching', 'coughing', 'coulters', 'councils', 'counsels', 'counters', 'countess', 'counties', 'counting', 'countrys', 'couperin', 'couplers', 'couplets', 'coupling', 'courages', 'couriers', 'coursing', 'courters', 'courtesy', 'courtier', 'courting', 'courtney', 'couscous', 'cousteau', 'covalent', 'covenant', 'coventry', 'coverage', 'coverall', 'covering', 'coverlet', 'covertly', 'coveting', 'covetous', 'cowardly', 'cowbirds', 'cowerers', 'cowering', 'cowgirls', 'cowhands', 'cowhides', 'cowlicks', 'cowlings', 'coworker', 'cowpokes', 'cowpunch', 'cowslips', 'coxcombs', 'coxswain', 'coynesss', 'cozening', 'coziness', 'cozumels', 'crabbier', 'crabbily', 'crabbing', 'crabmeat', 'crackers', 'cracking', 'crackled', 'crackles', 'crackpot', 'crackups', 'cradling', 'craftier', 'craftily', 'crafting', 'craggier', 'cramming', 'cramping', 'crandall', 'cranford', 'craniums', 'crankier', 'crankily', 'cranking', 'crannies', 'cranston', 'crappier', 'crapping', 'crashers', 'crashing', 'crassest', 'cratered', 'cravenly', 'cravings', 'crawfish', 'crawford', 'crawlers', 'crawling', 'crayfish', 'crayolas', 'crayoned', 'craziest', 'creakier', 'creaking', 'creamers', 'creamery', 'creamier', 'creaming', 'creasing', 'creating', 'creation', 'creative', 'creators', 'creature', 'credence', 'credenza', 'credible', 'credibly', 'credited', 'creditor', 'creepers', 'creepier', 'creepily', 'creeping', 'cremated', 'cremates', 'creosote', 'crescent', 'cresting', 'crevasse', 'crevices', 'crewmans', 'cribbage', 'cribbing', 'crichton', 'crickets', 'cricking', 'criminal', 'crimping', 'crimsons', 'cringing', 'crinkled', 'crinkles', 'crippled', 'cripples', 'crispest', 'crispier', 'crisping', 'cristina', 'criteria', 'critical', 'critique', 'critters', 'croaking', 'croatian', 'croatias', 'crochets', 'crockery', 'crockett', 'crocuses', 'cromwell', 'cronkite', 'crooking', 'crooners', 'crooning', 'croppers', 'cropping', 'croquets', 'crosiers', 'crossarm', 'crossbar', 'crossbow', 'crosscut', 'crossers', 'crossest', 'crossing', 'crossway', 'crotches', 'crotchet', 'crouched', 'crouches', 'croupier', 'crowbait', 'crowbars', 'crowding', 'crowfoot', 'crowleys', 'crowning', 'croziers', 'crucible', 'crucifix', 'cruddier', 'cruditss', 'cruditys', 'cruelest', 'crueller', 'crueltys', 'cruisers', 'cruising', 'crullers', 'crumbier', 'crumbing', 'crumbled', 'crumbles', 'crummier', 'crumpets', 'crumpled', 'crumples', 'crunched', 'cruncher', 'crunches', 'crusaded', 'crusader', 'crusades', 'crushers', 'crushing', 'crustier', 'crusting', 'crutches', 'crybabys', 'cryostat', 'crystals', 'cthulhus', 'cubicles', 'cuckolds', 'cucumber', 'cuddlier', 'cuddling', 'cudgeled', 'cufflink', 'cuisines', 'culinary', 'culottes', 'culpable', 'culprits', 'cultural', 'cultured', 'cultures', 'culverts', 'cummings', 'cumquats', 'cumulate', 'cumuluss', 'cunnings', 'cupboard', 'cupcakes', 'cupidity', 'curacaos', 'curacies', 'curative', 'curators', 'curbside', 'curdling', 'curitiba', 'curlicue', 'curliest', 'curlycue', 'currants', 'currency', 'currents', 'curriers', 'currying', 'cursives', 'curtails', 'curtains', 'curtness', 'curtseys', 'curtsied', 'curtsies', 'curviest', 'cushiest', 'cushions', 'custards', 'custodys', 'customer', 'cutbacks', 'cuteness', 'cutesier', 'cuticles', 'cutlasss', 'cutlerys', 'cuttings', 'cyanamid', 'cyanides', 'cyclades', 'cyclamen', 'cyclical', 'cyclists', 'cycloids', 'cyclones', 'cyclonic', 'cyclopss', 'cylinder', 'cynicism', 'cynosure', 'cynthias', 'cypresss', 'cyprians', 'cypriots', 'cyrillic', 'cysteine', 'cytology', 'cytosine', 'czarinas', 'czerniak', 'dabblers', 'dabbling', 'dactylic', 'dadaisms', 'daedalus', 'daffiest', 'daffodil', 'daguerre', 'dahomeys', 'daimlers', 'daintier', 'dainties', 'daintily', 'daiquiri', 'dairying', 'dairylea', 'dairyman', 'dairymen', 'dallying', 'damagers', 'damagess', 'damaging', 'damascus', 'damasked', 'damnable', 'damnably', 'damndest', 'damocles', 'dampened', 'dampness', 'dancings', 'dandiest', 'dandling', 'dandruff', 'dangling', 'danielle', 'dankness', 'danubian', 'dapperer', 'dappling', 'daringly', 'darkened', 'darkness', 'darkroom', 'darlenes', 'darlings', 'darneder', 'darnells', 'darrells', 'dartmoor', 'dashikis', 'database', 'dateline', 'daughter', 'daunting', 'dauphine', 'dauphins', 'davidson', 'dawdlers', 'dawdling', 'daybreak', 'daydream', 'daylight', 'daytimes', 'dazzling', 'dbutante', 'deadbeat', 'deadbolt', 'deadened', 'deadhead', 'deadlier', 'deadline', 'deadlock', 'deadness', 'deadpans', 'deadwood', 'deafened', 'deafness', 'dealings', 'deandres', 'dearborn', 'dearness', 'deathbed', 'debacles', 'debarked', 'debarred', 'debasing', 'debaters', 'debating', 'debauchs', 'debility', 'debiting', 'debonair', 'debriefs', 'debugged', 'debugger', 'debunked', 'debuting', 'decadent', 'decamped', 'decanted', 'decanter', 'decaying', 'deceased', 'deceases', 'decedent', 'deceived', 'deceiver', 'deceives', 'december', 'decencys', 'decently', 'decibels', 'deciding', 'decimals', 'decimate', 'decipher', 'decision', 'decisive', 'deckhand', 'deckings', 'declaims', 'declared', 'declarer', 'declares', 'declined', 'decliner', 'declines', 'decoders', 'decoding', 'decorate', 'decorous', 'decorums', 'decouple', 'decoying', 'decrease', 'decrepit', 'decrying', 'dedekind', 'dedicate', 'deducing', 'deducted', 'deepened', 'deepness', 'deerskin', 'defacing', 'defaming', 'defaults', 'defeated', 'defecate', 'defected', 'defector', 'defenced', 'defences', 'defended', 'defender', 'defensed', 'defenses', 'deferent', 'deferral', 'deferred', 'deferrer', 'defiance', 'deficits', 'defiling', 'definers', 'defining', 'definite', 'deflated', 'deflater', 'deflates', 'deflects', 'defogger', 'deforest', 'deformed', 'defrauds', 'defrayal', 'defrayed', 'defrosts', 'deftness', 'defusing', 'degraded', 'degrades', 'degrease', 'deifying', 'deigning', 'dejected', 'dejesuss', 'delacruz', 'delaneys', 'delaware', 'delaying', 'delberts', 'delegate', 'deleting', 'deletion', 'delicacy', 'delicate', 'delights', 'delilahs', 'delimits', 'delirium', 'delivers', 'delivery', 'delmarva', 'deloress', 'deloriss', 'delphine', 'deluding', 'deluging', 'delusion', 'delusive', 'demagogs', 'demagogy', 'demanded', 'demander', 'demavend', 'demeaned', 'demeanor', 'demented', 'dementia', 'demerits', 'demerols', 'demesnes', 'demeters', 'demigods', 'demijohn', 'demising', 'demitted', 'democrat', 'demolish', 'demoniac', 'demoting', 'demotion', 'demurely', 'demurest', 'demurred', 'demurrer', 'denature', 'dendrite', 'denebola', 'deniable', 'denizens', 'denmarks', 'denoting', 'denounce', 'densitys', 'dentally', 'dentines', 'dentists', 'dentures', 'denuding', 'departed', 'depended', 'depicted', 'deplaned', 'deplanes', 'depleted', 'depletes', 'deplored', 'deplores', 'deployed', 'deported', 'deportee', 'deposing', 'deposits', 'depraved', 'depraves', 'deprived', 'deprives', 'deputies', 'deputing', 'deputise', 'deputize', 'dequeued', 'dequeues', 'derailed', 'deranged', 'deranges', 'derelict', 'deriding', 'derision', 'derisive', 'derisory', 'derivate', 'deriving', 'derogate', 'derricks', 'derridas', 'derriere', 'derrires', 'dervishs', 'descants', 'descends', 'descents', 'describe', 'descried', 'descries', 'deserted', 'deserter', 'deserved', 'deserves', 'desicate', 'designed', 'designer', 'desirees', 'desiring', 'desirous', 'desisted', 'desktops', 'desmonds', 'desolate', 'despairs', 'despatch', 'despised', 'despises', 'despoils', 'despotic', 'desserts', 'destaing', 'destined', 'destines', 'destinys', 'destroys', 'destruct', 'detached', 'detacher', 'detaches', 'detailed', 'detained', 'detected', 'detector', 'detentes', 'deterred', 'detested', 'dethrone', 'detonate', 'detoured', 'detoxify', 'detoxing', 'detracts', 'detritus', 'detroits', 'deuteron', 'devalued', 'devalues', 'develops', 'deviance', 'deviants', 'deviated', 'deviates', 'deviling', 'devilish', 'devilled', 'devilrys', 'deviltry', 'devising', 'devolved', 'devolves', 'devonian', 'devotees', 'devoting', 'devotion', 'devoured', 'devourer', 'devouter', 'devoutly', 'dewaynes', 'dewberry', 'dewdrops', 'dextrose', 'dextrous', 'diabetes', 'diabetic', 'diabolic', 'diagnose', 'diagonal', 'diagrams', 'dialects', 'dialings', 'dialling', 'dialogue', 'dialyses', 'dialysis', 'dialyzes', 'diameter', 'diamonds', 'diapered', 'diarists', 'diarrhea', 'diaspora', 'diatomic', 'diatonic', 'diatribe', 'dibbling', 'dicaprio', 'dickered', 'dicksons', 'dictated', 'dictates', 'dictator', 'dictions', 'didactic', 'diddling', 'diehards', 'dieldrin', 'diereses', 'dieresis', 'dieseled', 'dietarys', 'dietetic', 'dietrich', 'differed', 'differen', 'differer', 'diffract', 'diffused', 'diffuser', 'diffuses', 'digested', 'diggings', 'digitate', 'digitise', 'digitize', 'dignitys', 'digraphs', 'dihedral', 'dijkstra', 'dilating', 'dilation', 'dilatory', 'dilberts', 'dilemmas', 'diligent', 'dillards', 'diluting', 'dilution', 'dimaggio', 'dimethyl', 'diminish', 'dimnesss', 'dimpling', 'dinettes', 'dinghies', 'dingiest', 'dinkiest', 'dinnered', 'dinosaur', 'diocesan', 'dioceses', 'diogenes', 'dionysus', 'dioramas', 'diploidy', 'diplomas', 'diplomat', 'dippings', 'dipstick', 'directed', 'directer', 'directly', 'director', 'dirtiest', 'dirtying', 'disabled', 'disabler', 'disables', 'disabuse', 'disagree', 'disallow', 'disarmed', 'disarray', 'disaster', 'disavows', 'disbands', 'disburse', 'discards', 'discerns', 'disciple', 'disclaim', 'disclose', 'discoing', 'discolor', 'discords', 'discount', 'discover', 'discreet', 'discrete', 'discuses', 'disdains', 'diseased', 'diseases', 'disfavor', 'disgorge', 'disgrace', 'disguise', 'disgusts', 'dishevel', 'dishonor', 'dishpans', 'dishrags', 'disinter', 'disjoint', 'disjunct', 'diskette', 'disliked', 'dislikes', 'dislodge', 'disloyal', 'dismally', 'dismayed', 'dismount', 'disobeys', 'disorder', 'disowned', 'dispatch', 'dispells', 'dispense', 'disperse', 'dispirit', 'displace', 'displays', 'disports', 'disposal', 'disposed', 'disposer', 'disposes', 'disproof', 'disprove', 'disputed', 'disputer', 'disputes', 'disquiet', 'disraeli', 'disrobed', 'disrobes', 'disrupts', 'dissects', 'dissents', 'dissolve', 'dissuade', 'distaffs', 'distally', 'distance', 'distaste', 'distends', 'distills', 'distinct', 'distorts', 'distract', 'distrait', 'distress', 'district', 'distrust', 'disturbs', 'disunite', 'disunity', 'disusing', 'ditching', 'dithered', 'dittoing', 'diuretic', 'divalent', 'diverged', 'diverges', 'diverted', 'divested', 'dividend', 'dividers', 'dividing', 'divinely', 'diviners', 'divinest', 'divining', 'divinity', 'division', 'divisive', 'divisors', 'divorced', 'divorcee', 'divorces', 'divulged', 'divulges', 'divvying', 'dizziest', 'dizzying', 'djakarta', 'djibouti', 'dniester', 'doberman', 'docilely', 'docility', 'docketed', 'dockside', 'dockyard', 'doctoral', 'doctored', 'doctorow', 'doctrine', 'document', 'doddered', 'dodgsons', 'dogberry', 'dogfight', 'dogfishs', 'doggedly', 'doggerel', 'doggiest', 'doggoned', 'doggoner', 'doggones', 'doghouse', 'dogmatic', 'dogtooth', 'dogtrots', 'dogwoods', 'doldrums', 'dolloped', 'dolomite', 'doloress', 'dolorous', 'dolphins', 'domenico', 'domesday', 'domestic', 'domicile', 'dominant', 'dominate', 'domineer', 'domingos', 'dominica', 'dominick', 'dominion', 'dominoes', 'domitian', 'donahues', 'donating', 'donation', 'donetsks', 'donnells', 'donnelly', 'donovans', 'doodlers', 'doodling', 'doomsday', 'doorbell', 'doorkeep', 'doorknob', 'doormans', 'doormats', 'doorstep', 'doorways', 'doritoss', 'dorkiest', 'dormancy', 'dormouse', 'dorothea', 'dorothys', 'dortmund', 'dossiers', 'dotingly', 'doublers', 'doublets', 'doubling', 'doubloon', 'doubters', 'doubtful', 'doubting', 'douching', 'doughier', 'doughnut', 'douglass', 'dovetail', 'dowagers', 'dowdiest', 'doweling', 'dowelled', 'downbeat', 'downcast', 'downfall', 'downhill', 'downiest', 'download', 'downplay', 'downpour', 'downside', 'downsize', 'downtime', 'downtown', 'downturn', 'downward', 'downwind', 'doxology', 'drabbest', 'drabness', 'drachmae', 'drachmai', 'drachmas', 'draculas', 'draftees', 'drafters', 'draftier', 'drafting', 'dragging', 'dragnets', 'dragoons', 'drainage', 'drainers', 'draining', 'dramatic', 'drambuie', 'draperys', 'draughts', 'draughty', 'drawback', 'drawings', 'drawling', 'dreadful', 'dreading', 'dreamers', 'dreamier', 'dreamily', 'dreaming', 'drearier', 'drearily', 'dredgers', 'dredging', 'drenched', 'drenches', 'dresdens', 'dressage', 'dressers', 'dressier', 'dressing', 'dreyfuss', 'dribbled', 'dribbler', 'dribbles', 'driblets', 'drifters', 'drifting', 'drilling', 'drinkers', 'drinking', 'dripping', 'driscoll', 'dristans', 'driveled', 'driveway', 'drivings', 'drizzled', 'drizzles', 'drollery', 'drollest', 'drooling', 'droopier', 'drooping', 'drophead', 'droplets', 'dropouts', 'droppers', 'dropping', 'droughts', 'drouthes', 'drowning', 'drowsier', 'drowsily', 'drowsing', 'drubbing', 'drudgery', 'drudging', 'drugging', 'druggist', 'drumhead', 'drummers', 'drumming', 'drummond', 'drunkard', 'drunkest', 'drynesss', 'drywalls', 'dschubba', 'dualitys', 'dubietys', 'duchesss', 'duckbill', 'duckling', 'ductless', 'ductwork', 'dudgeons', 'duelists', 'duelling', 'duellist', 'duisburg', 'dukedoms', 'dulcimer', 'dullards', 'dullness', 'dulnesss', 'dumbbell', 'dumbness', 'dumfound', 'dumpiest', 'dumpling', 'dumpster', 'dungaree', 'dungeons', 'dunkirks', 'duodenal', 'duodenum', 'duplexes', 'duquesne', 'duracell', 'durantes', 'duration', 'durkheim', 'durocher', 'dushanbe', 'duskiest', 'dustbins', 'dustiest', 'dustless', 'dustpans', 'dutchess', 'dutchman', 'dutchmen', 'dutiable', 'duvalier', 'dwarfing', 'dwarfish', 'dwarfism', 'dwellers', 'dwelling', 'dwindled', 'dwindles', 'dyestuff', 'dynamics', 'dynamism', 'dynamite', 'dynastic', 'dynastys', 'dyslexia', 'dyslexic', 'eagerest', 'earaches', 'eardrums', 'earldoms', 'earlenes', 'earliest', 'earlines', 'earlobes', 'earmarks', 'earmuffs', 'earnests', 'earnings', 'earphone', 'earplugs', 'earrings', 'earshots', 'earthier', 'earthing', 'earthmen', 'easement', 'easiness', 'easterly', 'eastland', 'eastward', 'eastwood', 'eatables', 'eateries', 'ebonicss', 'echelons', 'eclectic', 'eclipsed', 'eclipses', 'ecliptic', 'ecologys', 'economic', 'economys', 'ecstasys', 'ecstatic', 'ectoderm', 'ecuadors', 'ecumenic', 'edgardos', 'edgerton', 'edgeways', 'edgewise', 'edginess', 'edifices', 'edifying', 'editable', 'editions', 'edmonton', 'eduardos', 'educable', 'educated', 'educates', 'educator', 'edwardos', 'eelgrass', 'eeriness', 'effacing', 'effected', 'effector', 'efferent', 'efficacy', 'effigies', 'effluent', 'effluvia', 'effusion', 'effusive', 'eggheads', 'eggplant', 'eggshell', 'egoistic', 'egotisms', 'egotists', 'egresses', 'egyptian', 'eichmann', 'eighteen', 'eighthes', 'eighties', 'einstein', 'ejecting', 'ejection', 'elapsing', 'elastics', 'elations', 'elbowing', 'eleanors', 'eleazars', 'electing', 'election', 'elective', 'electors', 'electras', 'electret', 'electric', 'electron', 'elegance', 'elegiacs', 'elements', 'elephant', 'elevated', 'elevates', 'elevator', 'eleventh', 'elicited', 'eligible', 'elisions', 'elitisms', 'elitists', 'elliotts', 'ellipses', 'ellipsis', 'elliptic', 'ellisons', 'elmhurst', 'elmsford', 'elongate', 'eloquent', 'elsevier', 'elsinore', 'eltanins', 'elysiums', 'emaciate', 'emailing', 'emanated', 'emanates', 'emanuels', 'embalmed', 'embalmer', 'embargos', 'embarked', 'embassys', 'embattle', 'embedded', 'embedder', 'embezzle', 'embitter', 'emblazon', 'embodied', 'embodies', 'embolden', 'embolism', 'embossed', 'embosses', 'embraced', 'embraces', 'embroils', 'emceeing', 'emending', 'emeralds', 'emergent', 'emerging', 'emeritus', 'emigrant', 'emigrate', 'eminence', 'emirates', 'emissary', 'emission', 'emitting', 'emmanuel', 'emotions', 'empanels', 'empathys', 'emperors', 'emphases', 'emphasis', 'emphatic', 'employed', 'employee', 'employer', 'employes', 'emporium', 'empowers', 'empresss', 'emptiest', 'emptying', 'emulated', 'emulates', 'emulator', 'emulsify', 'emulsion', 'enablers', 'enabling', 'enacting', 'enameled', 'enamored', 'enamours', 'encamped', 'encartas', 'encasing', 'enchants', 'encipher', 'encircle', 'enclaves', 'enclosed', 'encloses', 'encoders', 'encoding', 'encomium', 'encoring', 'encroach', 'encrusts', 'encrypts', 'encumber', 'endanger', 'endeared', 'endeavor', 'endemics', 'endicott', 'endoderm', 'endogamy', 'endorsed', 'endorser', 'endorses', 'endowing', 'endpoint', 'enduring', 'endymion', 'energies', 'energise', 'energize', 'enervate', 'enfeeble', 'enfolded', 'enforced', 'enforcer', 'enforces', 'engaging', 'engender', 'engineer', 'englands', 'englishs', 'engorged', 'engorges', 'engraved', 'engraver', 'engraves', 'engulfed', 'enhanced', 'enhancer', 'enhances', 'eniwetok', 'enjoined', 'enjoying', 'enlarged', 'enlarger', 'enlarges', 'enlisted', 'enlistee', 'enlivens', 'enmeshed', 'enmeshes', 'enmities', 'ennobled', 'ennobles', 'enormity', 'enormous', 'enqueued', 'enqueues', 'enquired', 'enquirer', 'enquires', 'enquirys', 'enraging', 'enriched', 'enriches', 'enriques', 'enrolled', 'enrollee', 'ensconce', 'ensemble', 'enshrine', 'enshroud', 'enslaved', 'enslaves', 'ensnared', 'ensnares', 'ensurers', 'ensuring', 'entailed', 'entangle', 'entendre', 'ententes', 'entering', 'enthalpy', 'enthrall', 'enthrals', 'enthrone', 'enthused', 'enthuses', 'enticers', 'enticing', 'entirely', 'entirety', 'entities', 'entitled', 'entitles', 'entombed', 'entrails', 'entrance', 'entrants', 'entreats', 'entreaty', 'entrench', 'entropys', 'entrusts', 'entryway', 'entwined', 'entwines', 'envelope', 'envelops', 'enviable', 'enviably', 'environs', 'envisage', 'envision', 'eohippus', 'epaulets', 'ephesian', 'epicures', 'epicurus', 'epicycle', 'epidemic', 'epigrams', 'epigraph', 'epilepsy', 'epilogue', 'epiphany', 'episodes', 'episodic', 'epistles', 'epitaphs', 'epithets', 'epitomes', 'epoxying', 'equaling', 'equalise', 'equality', 'equalize', 'equalled', 'equating', 'equation', 'equators', 'equinoxs', 'equipage', 'equipped', 'equities', 'equuleus', 'erasable', 'erasmuss', 'erasures', 'erectile', 'erecting', 'erection', 'erectors', 'erewhons', 'ergative', 'erickson', 'ericsson', 'eridanus', 'eritreas', 'ernestos', 'erodible', 'erosible', 'erosions', 'eroticas', 'errantry', 'erratums', 'erringly', 'ersatzes', 'erupting', 'eruption', 'escalate', 'escapade', 'escapees', 'escaping', 'escapism', 'escapist', 'escarole', 'eschewed', 'escorted', 'esophagi', 'esoteric', 'especial', 'espinoza', 'esposito', 'espousal', 'espoused', 'espouses', 'espresso', 'esquires', 'essaying', 'essayist', 'essences', 'estebans', 'esteemed', 'estellas', 'estelles', 'esterhzy', 'esthetes', 'esthetic', 'estimate', 'estonian', 'estonias', 'estoppal', 'estradas', 'estrange', 'estrogen', 'estuarys', 'etchings', 'eternity', 'ethelred', 'ethereal', 'ethernet', 'ethiopia', 'ethology', 'ethylene', 'etiology', 'etruscan', 'eugenias', 'eugenics', 'eugenies', 'eugenios', 'eulerian', 'eulogies', 'eulogise', 'eulogize', 'euphonys', 'euphoria', 'euphoric', 'eurasian', 'eurasias', 'euridyce', 'european', 'europium', 'eurydice', 'eutectic', 'euterpes', 'evacuate', 'evacuees', 'evaluate', 'evanston', 'evasions', 'evenings', 'evenness', 'evensong', 'eventful', 'eventide', 'eventual', 'eveready', 'everests', 'everette', 'everetts', 'everhart', 'evermore', 'everyday', 'everyman', 'everyone', 'evicting', 'eviction', 'evidence', 'evildoer', 'evillest', 'evincing', 'evocable', 'evolutes', 'evolving', 'exactest', 'exacting', 'exaction', 'exalting', 'examined', 'examiner', 'examines', 'exampled', 'examples', 'excavate', 'excedrin', 'exceeded', 'excelled', 'excepted', 'excerpts', 'excesses', 'exchange', 'excising', 'excision', 'exciting', 'exclaims', 'excluded', 'excludes', 'excretas', 'excreted', 'excretes', 'excursus', 'excusing', 'execrate', 'executed', 'executes', 'executor', 'exegeses', 'exegesis', 'exemplar', 'exempted', 'exercise', 'exerting', 'exertion', 'exhaling', 'exhausts', 'exhibits', 'exhorted', 'exhuming', 'exigency', 'exiguous', 'existent', 'existing', 'exoduses', 'exorcise', 'exorcism', 'exorcist', 'exorcize', 'expanded', 'expander', 'expanses', 'expected', 'expedite', 'expelled', 'expended', 'expenses', 'expertly', 'expiable', 'expiated', 'expiates', 'expiring', 'explains', 'explicit', 'exploded', 'explodes', 'exploits', 'explored', 'explorer', 'explores', 'exponent', 'exported', 'exporter', 'exposers', 'exposing', 'exposure', 'expounds', 'expresss', 'expunged', 'expunges', 'extended', 'extensor', 'exterior', 'external', 'extincts', 'extolled', 'extoller', 'extorted', 'extracts', 'extremal', 'extremer', 'extremes', 'extremis', 'extremum', 'extruded', 'extrudes', 'exultant', 'exulting', 'eyeballs', 'eyebrows', 'eyeglass', 'eyelashs', 'eyeliner', 'eyepiece', 'eyesight', 'eyesores', 'eyeteeth', 'eyetooth', 'eysencks', 'fabulous', 'facebook', 'faceless', 'facelift', 'faceting', 'facetted', 'facially', 'facilely', 'facility', 'factions', 'factious', 'factored', 'factorys', 'factotum', 'facultys', 'failings', 'failsafe', 'failsoft', 'failures', 'faintest', 'fainting', 'fairgoer', 'fairness', 'fairport', 'fairways', 'faithful', 'falconer', 'falconry', 'falkland', 'fallacys', 'fallible', 'fallibly', 'falloffs', 'fallouts', 'fallowed', 'falmouth', 'falsetto', 'falsitys', 'falstaff', 'faltered', 'falwells', 'familial', 'familiar', 'families', 'familism', 'famished', 'famishes', 'famously', 'fanatics', 'fanciers', 'fanciest', 'fanciful', 'fancying', 'fanfares', 'fantasia', 'fantasys', 'faradays', 'farcical', 'farewell', 'farmhand', 'farmings', 'farmland', 'farmyard', 'farragut', 'farrells', 'farrowed', 'farthest', 'farthing', 'fascicle', 'fascisms', 'fascists', 'fashions', 'fastened', 'fastener', 'fastness', 'fatalism', 'fatalist', 'fatality', 'fatheads', 'fathered', 'fatherly', 'fathomed', 'fatigued', 'fatigues', 'fatnesss', 'fattened', 'fattener', 'fattiest', 'faulkner', 'faultier', 'faultily', 'faulting', 'faustian', 'faustino', 'faustuss', 'favoring', 'favorite', 'favoured', 'fearless', 'fearsome', 'feasible', 'feasibly', 'feasting', 'feathers', 'feathery', 'featured', 'features', 'february', 'feckless', 'federals', 'federate', 'federico', 'feeblest', 'feedback', 'feedbags', 'feedings', 'feelings', 'feigning', 'feinting', 'feistier', 'feldspar', 'felecias', 'felicias', 'felicity', 'fellatio', 'felonies', 'feminine', 'feminism', 'feminist', 'fencings', 'ferguson', 'ferments', 'fernando', 'ferocity', 'ferraris', 'ferraros', 'ferreira', 'ferrells', 'ferreted', 'ferrules', 'ferrying', 'fervency', 'fervidly', 'fervours', 'festered', 'festival', 'festoons', 'fetching', 'fetiches', 'fetishes', 'fetlocks', 'fettered', 'feverish', 'feynmans', 'fiascoes', 'fibrosis', 'ficklest', 'fictions', 'fiddlers', 'fiddling', 'fidelity', 'fidgeted', 'fiducial', 'fielders', 'fielding', 'fiendish', 'fiercely', 'fiercest', 'fieriest', 'fifteens', 'fiftieth', 'fighters', 'fighting', 'figments', 'figueroa', 'figurate', 'figurine', 'figuring', 'filament', 'filberts', 'filching', 'filename', 'filigree', 'filipino', 'fillable', 'filleted', 'fillings', 'filliped', 'fillmore', 'filmiest', 'filmmake', 'filtered', 'filthier', 'filtrate', 'finagled', 'finagler', 'finagles', 'finalise', 'finalist', 'finality', 'finalize', 'financed', 'finances', 'findings', 'fineness', 'finessed', 'finesses', 'fingered', 'finished', 'finisher', 'finishes', 'finitary', 'finitely', 'finlands', 'finnegan', 'finniest', 'finnishs', 'firearms', 'fireball', 'firebird', 'fireboat', 'firebomb', 'firebugs', 'fireflys', 'firefoxs', 'firemans', 'fireplug', 'fireside', 'firetrap', 'firewall', 'firewood', 'firework', 'firmness', 'firmware', 'fiscally', 'fishbowl', 'fisherys', 'fishhook', 'fishiest', 'fishings', 'fishnets', 'fishpond', 'fishtail', 'fishwife', 'fissions', 'fissured', 'fissures', 'fistfuls', 'fitfully', 'fitnesss', 'fittings', 'fitzroys', 'fivefold', 'fixating', 'fixation', 'fixative', 'fixingss', 'fixtures', 'fizziest', 'fizzling', 'flabbier', 'flagella', 'flagging', 'flagpole', 'flagrant', 'flagship', 'flailing', 'flakiest', 'flamenco', 'flamingo', 'flamings', 'flanagan', 'flanders', 'flanking', 'flannels', 'flapjack', 'flappers', 'flapping', 'flashers', 'flashest', 'flashgun', 'flashier', 'flashily', 'flashing', 'flatbeds', 'flatboat', 'flatcars', 'flatfeet', 'flatfish', 'flatfoot', 'flathead', 'flatiron', 'flatland', 'flatness', 'flattens', 'flatters', 'flattery', 'flattest', 'flatting', 'flattops', 'flatware', 'flatworm', 'flaubert', 'flaunted', 'flautist', 'flavored', 'flavours', 'flawless', 'flaxseed', 'fleabane', 'fleawort', 'flecking', 'fleecier', 'fleecing', 'fleetest', 'fleeting', 'flemishs', 'fleshier', 'fleshing', 'fletcher', 'flexible', 'flexibly', 'flextime', 'flexural', 'flickers', 'flicking', 'flimflam', 'flimsier', 'flimsily', 'flinched', 'flinches', 'flinging', 'flintier', 'flipflop', 'flippant', 'flippers', 'flippest', 'flipping', 'flirting', 'flitting', 'floaters', 'floating', 'flocking', 'flogging', 'flooding', 'floodlit', 'flooring', 'floozies', 'floppier', 'floppies', 'floppily', 'flopping', 'florence', 'florican', 'floridan', 'floridas', 'floridly', 'florines', 'florists', 'flossies', 'flossing', 'flotilla', 'flotsams', 'flounced', 'flounces', 'flounder', 'flouring', 'flourish', 'flouting', 'flowered', 'flubbing', 'fluencys', 'fluently', 'fluffier', 'fluffing', 'fluidity', 'flukiest', 'flunkeys', 'flunkies', 'flunking', 'fluoride', 'fluorine', 'fluorite', 'flurried', 'flurries', 'flushest', 'flushing', 'flusters', 'flutings', 'flutists', 'flutters', 'fluttery', 'flyleafs', 'flyovers', 'flypaper', 'flysheet', 'flyspeck', 'flywheel', 'foamiest', 'focusing', 'focussed', 'focusses', 'foetuses', 'fogbound', 'foggiest', 'foghorns', 'foisting', 'foldaway', 'foliages', 'folklore', 'folksier', 'folksong', 'follicle', 'followed', 'follower', 'fomented', 'fondants', 'fondling', 'fondness', 'fontaine', 'foolerys', 'foolscap', 'foosball', 'footages', 'football', 'footfall', 'foothill', 'foothold', 'footings', 'footmans', 'footnote', 'footpath', 'footrest', 'footsies', 'footsore', 'footstep', 'footwear', 'footwork', 'foragers', 'foraging', 'foraying', 'forbears', 'forborne', 'forceful', 'forcepss', 'forcible', 'forcibly', 'forearms', 'forebear', 'forebode', 'forecast', 'forefeet', 'forefoot', 'foregoes', 'foregone', 'forehand', 'forehead', 'foreigns', 'forelegs', 'forelock', 'foremans', 'foremast', 'foremost', 'forename', 'forenoon', 'forensic', 'foreplay', 'foresail', 'foreseen', 'foresees', 'foreskin', 'forested', 'forester', 'forestry', 'foretell', 'foretold', 'forevers', 'forewarn', 'forewent', 'foreword', 'forfeits', 'forgerys', 'forgiven', 'forgives', 'forgoing', 'forklift', 'formally', 'formants', 'formerly', 'formicas', 'formless', 'formosan', 'formosas', 'formulae', 'formulas', 'forsaken', 'forsakes', 'forsooth', 'forswear', 'forswore', 'forsworn', 'forsythe', 'fortieth', 'fortiori', 'fortrans', 'fortress', 'fortunes', 'forwards', 'fostered', 'fotomats', 'foucault', 'foulness', 'founders', 'founding', 'foundrys', 'fountain', 'fourfold', 'foursome', 'fourteen', 'fourthly', 'foxglove', 'foxholes', 'foxhound', 'foxtrots', 'fracases', 'fractals', 'fraction', 'fracture', 'fragment', 'fragrant', 'frailest', 'frailtys', 'francine', 'francium', 'francois', 'frankels', 'frankest', 'frankies', 'franking', 'franklin', 'fraziers', 'frazzled', 'frazzles', 'freakier', 'freaking', 'freakish', 'freckled', 'freckles', 'freddies', 'frederic', 'fredholm', 'fredrick', 'fredrics', 'freebase', 'freebees', 'freebies', 'freeboot', 'freedman', 'freedmen', 'freedoms', 'freehand', 'freehold', 'freeings', 'freeload', 'freemans', 'freeness', 'freeport', 'freetown', 'freeways', 'freewill', 'freezers', 'freezing', 'freights', 'frenches', 'frenetic', 'frenzied', 'frenzies', 'frequent', 'frescoes', 'freshens', 'freshest', 'freshets', 'freshman', 'freshmen', 'fresnels', 'fretting', 'fretwork', 'freudian', 'friction', 'friedman', 'friendly', 'frigates', 'frighted', 'frighten', 'frigidly', 'frillier', 'fringing', 'frippery', 'frisians', 'friskier', 'friskily', 'frisking', 'fritters', 'frizzier', 'frizzing', 'frizzled', 'frizzles', 'frogmans', 'frontage', 'frontier', 'fronting', 'frostbit', 'frostier', 'frostily', 'frosting', 'frothier', 'frothing', 'frowning', 'frowsier', 'frowzier', 'frozenly', 'fructify', 'fructose', 'fruehauf', 'frugally', 'fruitful', 'fruitier', 'fruiting', 'fruition', 'frumpier', 'fuchsias', 'fuddling', 'fuelling', 'fugitive', 'fujitsus', 'fujiwara', 'fukuokas', 'fulcrums', 'fulfills', 'fullback', 'fullness', 'fulnesss', 'fumblers', 'fumbling', 'fumigant', 'fumigate', 'funafuti', 'function', 'functors', 'fundings', 'funerals', 'funereal', 'fungible', 'funguses', 'funkiest', 'funneled', 'funniest', 'furbelow', 'furlongs', 'furlough', 'furnaces', 'furriers', 'furriest', 'furrowed', 'furthers', 'furthest', 'fuselage', 'fusiform', 'fussiest', 'fustians', 'fustiest', 'futilely', 'futility', 'futurity', 'fuzziest', 'gabbiest', 'gabbling', 'gaborone', 'gabriela', 'gadabout', 'gadflies', 'gadgetry', 'gadsdens', 'gaieties', 'gainsaid', 'gainsays', 'galactic', 'galahads', 'galaxies', 'galenite', 'galilean', 'galileos', 'gallants', 'gallegos', 'galleons', 'gallerys', 'galliums', 'galloped', 'galloper', 'galloway', 'gallowss', 'galoshes', 'galvanic', 'gamblers', 'gambling', 'gamboled', 'gamecock', 'gameness', 'gamesman', 'gandhian', 'ganeshas', 'gangland', 'ganglier', 'gangling', 'ganglion', 'gangrene', 'gangster', 'gangtoks', 'gangways', 'gantlets', 'gantries', 'ganymede', 'garaging', 'garbages', 'garbanzo', 'garbling', 'gardened', 'gardener', 'gardenia', 'gardners', 'garfield', 'gargling', 'gargoyle', 'garishly', 'garlands', 'garlicky', 'garments', 'garnered', 'garnishs', 'garoting', 'garotted', 'garottes', 'garretts', 'garrison', 'garroted', 'garrotes', 'garrotte', 'gasconys', 'gaslight', 'gasohols', 'gasolene', 'gasoline', 'gassiest', 'gassings', 'gasworks', 'gatekeep', 'gatepost', 'gateways', 'gathered', 'gatherer', 'gatlings', 'gatorade', 'gauchest', 'gaudiest', 'gauguins', 'gauntest', 'gauntlet', 'gaussian', 'gautamas', 'gauziest', 'gavottes', 'gawkiest', 'gaynesss', 'gazeboes', 'gazelles', 'gazetted', 'gazettes', 'gazpacho', 'gearboxs', 'gedanken', 'geekiest', 'gehennas', 'gelatine', 'gelatins', 'gelbvieh', 'geldings', 'geminate', 'gemstone', 'gendarme', 'generals', 'generate', 'generics', 'generous', 'genesiss', 'genetics', 'genghiss', 'genially', 'genitals', 'genitive', 'geniuses', 'genocide', 'genotype', 'gentians', 'gentiles', 'gentlest', 'gentling', 'gentries', 'gentrify', 'geodesic', 'geodetic', 'geoffrey', 'geologic', 'geologys', 'geometer', 'geometry', 'georgian', 'georgias', 'georgina', 'geranium', 'gerardos', 'gerhardt', 'geritols', 'germanic', 'germanys', 'germinal', 'geronimo', 'gershwin', 'gertrude', 'gestapos', 'gestated', 'gestates', 'gestured', 'gestures', 'getaways', 'ghanaian', 'ghanians', 'gherkins', 'ghettoes', 'ghosting', 'ghoulish', 'giannini', 'giantess', 'giauques', 'gibbered', 'gibbeted', 'giddiest', 'gigabits', 'gigabyte', 'gigaherz', 'gigantic', 'gigavolt', 'gigawatt', 'gigglers', 'gigglier', 'giggling', 'gilberto', 'gilberts', 'gillette', 'gilliams', 'gillians', 'gilligan', 'gilmores', 'gimcrack', 'gimleted', 'gimmicks', 'gimmicky', 'gimpiest', 'gingerly', 'ginghams', 'gingkoes', 'gingrich', 'ginkgoes', 'ginsberg', 'ginsburg', 'ginsengs', 'giovanni', 'giraffes', 'girdling', 'girlhood', 'giselles', 'giuliani', 'giuliano', 'giuseppe', 'giveaway', 'gizzards', 'glaciate', 'glaciers', 'gladdens', 'gladdest', 'gladiola', 'gladioli', 'gladness', 'glamored', 'glamours', 'glancing', 'glasgows', 'glassful', 'glassier', 'glassine', 'glassing', 'glaucoma', 'glaucous', 'glaziers', 'gleaming', 'gleaning', 'gleasons', 'glendale', 'glibbest', 'glibness', 'glimmers', 'glimpsed', 'glimpses', 'glinting', 'glissade', 'glistens', 'glitches', 'glitters', 'glittery', 'glitzier', 'gloaming', 'gloating', 'globally', 'globular', 'globules', 'globulin', 'gloomier', 'gloomily', 'gloriana', 'glorious', 'glorying', 'glossary', 'glossier', 'glossies', 'glossing', 'glottiss', 'glowered', 'glowworm', 'glucoses', 'glummest', 'glumness', 'glutamic', 'glutting', 'gluttons', 'gluttony', 'glycerin', 'glycerol', 'glycogen', 'gnarlier', 'gnarling', 'gnashing', 'gnomonic', 'goalpost', 'goatherd', 'goatskin', 'gobblers', 'gobbling', 'godchild', 'goddamed', 'goddesss', 'godhoods', 'godliest', 'godsends', 'godthaab', 'godzilla', 'goebbels', 'goethals', 'goggless', 'goggling', 'goianias', 'golconda', 'goldberg', 'goldener', 'goldenly', 'goldfish', 'goldmans', 'golgotha', 'gomorrah', 'gondolas', 'gonzales', 'gonzalez', 'gonzalos', 'goodalls', 'goodbyes', 'goodlier', 'goodness', 'goodrich', 'goodwill', 'goodwins', 'goodyear', 'goofiest', 'gordians', 'gordimer', 'gorgeous', 'gorillas', 'goriness', 'goslings', 'gossamer', 'gossiped', 'goulashs', 'gourmand', 'gourmets', 'goutiest', 'governed', 'governor', 'grabbers', 'grabbing', 'gracchus', 'graceful', 'graciela', 'gracious', 'grackles', 'gradient', 'gradings', 'graduate', 'graffias', 'graffiti', 'graffito', 'grafters', 'grafting', 'graftons', 'grainier', 'graining', 'grammars', 'granadas', 'granarys', 'grandads', 'granddad', 'grandees', 'grandest', 'grandeur', 'grandmas', 'grandpas', 'grandson', 'granites', 'granitic', 'grannies', 'granolas', 'granting', 'granular', 'granules', 'grapheme', 'graphics', 'graphing', 'graphite', 'grapnels', 'grappled', 'grapples', 'grasping', 'grassers', 'grassier', 'grassing', 'grateful', 'gratings', 'gratuity', 'graveled', 'gravelly', 'gravitys', 'grayness', 'greasier', 'greasing', 'greatest', 'greedier', 'greedily', 'greenery', 'greenest', 'greening', 'greenish', 'greeting', 'gregorio', 'gregorys', 'gremlins', 'grenadas', 'grenades', 'grenoble', 'gretchen', 'gretzkys', 'greyness', 'griddles', 'gridiron', 'gridlock', 'grievers', 'grieving', 'grievous', 'griffins', 'griffith', 'grilling', 'grimaced', 'grimaces', 'grimaldi', 'grimiest', 'grimmest', 'grimness', 'grinders', 'grinding', 'grinning', 'gripping', 'grislier', 'gristles', 'griswold', 'grittier', 'gritting', 'grizzled', 'grizzlys', 'grnewald', 'groaners', 'groaning', 'grocerys', 'groggier', 'groggily', 'grommets', 'grooming', 'groovier', 'grooving', 'gropiuss', 'grosbeak', 'grossest', 'grossing', 'grossman', 'grottoes', 'grouched', 'grouches', 'grounded', 'grounder', 'groupers', 'groupies', 'grouping', 'groupoid', 'grousing', 'grouting', 'groveled', 'groveler', 'growling', 'grownups', 'grubbier', 'grubbing', 'grudging', 'grueling', 'gruesome', 'gruffest', 'grumbled', 'grumbler', 'grumbles', 'grummans', 'grumpier', 'grumpily', 'grungier', 'grunting', 'gruyeres', 'gryphons', 'gteborgs', 'guaranis', 'guaranty', 'guardian', 'guarding', 'guenther', 'guerilla', 'guernsey', 'guerrero', 'guessers', 'guessing', 'guesting', 'guffawed', 'guidance', 'guilders', 'guileful', 'guilford', 'guiltier', 'guiltily', 'guineans', 'guinness', 'gujarati', 'gujarats', 'gullible', 'gulliver', 'gumdrops', 'gummiest', 'gumption', 'gunboats', 'gunfight', 'gunfires', 'gunflint', 'gunnerys', 'gunpoint', 'gunshots', 'gunsling', 'gunsmith', 'gunwales', 'guofengs', 'gurgling', 'gushiest', 'gusseted', 'gustavos', 'gustavus', 'gustiest', 'gutsiest', 'guttered', 'guttural', 'guyanese', 'guzzlers', 'guzzling', 'gymnasia', 'gymnasts', 'gyrating', 'gyration', 'habakkuk', 'haberman', 'habitant', 'habitats', 'habitual', 'hacienda', 'hackneys', 'hacksaws', 'hadamard', 'haddocks', 'hafniums', 'hagglers', 'haggling', 'hagstrom', 'haiphong', 'haircuts', 'hairiest', 'hairless', 'hairline', 'hairnets', 'hairpins', 'haitians', 'halberds', 'halfback', 'halftime', 'halibuts', 'halifaxs', 'hallmark', 'hallowed', 'hallways', 'halogens', 'halstead', 'haltered', 'halyards', 'hamburgs', 'hamilcar', 'hamilton', 'hamitics', 'hammered', 'hammetts', 'hammocks', 'hampered', 'hamsters', 'handbags', 'handball', 'handbill', 'handbook', 'handcars', 'handcart', 'handcuff', 'handfuls', 'handguns', 'handhold', 'handicap', 'handiest', 'handlers', 'handline', 'handling', 'handmade', 'handmaid', 'handouts', 'handpick', 'handrail', 'handsets', 'handsful', 'handsome', 'handwork', 'handyman', 'handymen', 'hangable', 'hangings', 'hangmans', 'hangnail', 'hangouts', 'hangover', 'hangzhou', 'hankered', 'hannibal', 'hanovers', 'hanukkah', 'haploidy', 'happened', 'happiest', 'hapsburg', 'harangue', 'harassed', 'harasses', 'harbored', 'harbours', 'harcourt', 'hardback', 'hardbake', 'hardball', 'hardcopy', 'hardcore', 'hardened', 'hardener', 'hardiest', 'hardings', 'hardline', 'hardness', 'hardship', 'hardtack', 'hardtops', 'hardware', 'hardwood', 'harelips', 'harkened', 'harmless', 'harmonic', 'harmonys', 'harnesss', 'harpists', 'harpoons', 'harrells', 'harridan', 'harriets', 'harriett', 'harriman', 'harrison', 'harrowed', 'harrying', 'harshest', 'hartford', 'hartline', 'hartmans', 'harvards', 'harvests', 'hasheesh', 'hashishs', 'hassling', 'hassocks', 'hastened', 'hastiest', 'hastings', 'hatchery', 'hatchets', 'hatching', 'hatchway', 'hatfield', 'hathaway', 'hatteras', 'haunches', 'haunting', 'hauteurs', 'havoline', 'hawaiian', 'hawthorn', 'haycocks', 'hayfield', 'haylofts', 'hayseeds', 'haystack', 'haywoods', 'hayworth', 'hazarded', 'hazelnut', 'haziness', 'headache', 'headband', 'headgear', 'headiest', 'headings', 'headland', 'headless', 'headline', 'headlock', 'headlong', 'headrest', 'headroom', 'headsets', 'headsman', 'headsmen', 'headwall', 'headways', 'headwind', 'headword', 'hearings', 'hearkens', 'hearsays', 'heartens', 'heartier', 'hearties', 'heartily', 'heatable', 'heatedly', 'heathens', 'heathers', 'heathkit', 'heavenly', 'heavenss', 'heaviest', 'heavyset', 'hebrides', 'hecatomb', 'hecklers', 'heckling', 'hectares', 'hectored', 'hedgehog', 'hedgerow', 'hedonism', 'hedonist', 'heedless', 'heehawed', 'heftiest', 'hegelian', 'hegemony', 'heighten', 'heimlich', 'heineken', 'heinlein', 'heinrich', 'heiresss', 'heirloom', 'heismans', 'heisting', 'heliport', 'hellenic', 'hellfire', 'hellhole', 'hellions', 'helmsman', 'helmsmen', 'helpings', 'helpless', 'helpmate', 'helpmeet', 'helsinki', 'hematite', 'hemlines', 'hemlocks', 'hemostat', 'henchman', 'henchmen', 'hendrick', 'henequen', 'hennaing', 'hennessy', 'henpecks', 'hensleys', 'hepatica', 'heptagon', 'heralded', 'heraldic', 'heraldry', 'herbages', 'hercules', 'herdsman', 'herdsmen', 'heredity', 'hereford', 'heresies', 'heretics', 'hereunto', 'hereupon', 'herewith', 'heritage', 'herkimer', 'hermetic', 'herminia', 'hermites', 'heroicss', 'heroines', 'heroisms', 'herreras', 'herrings', 'herschel', 'hershels', 'hersheys', 'heshvans', 'hesitant', 'hesitate', 'hesperus', 'heublein', 'hewletts', 'hexagons', 'hezekiah', 'hiatuses', 'hiawatha', 'hibachis', 'hibernia', 'hibiscus', 'hiccough', 'hiccuped', 'hickmans', 'hickorys', 'hideaway', 'hideouts', 'hieratic', 'higginss', 'highball', 'highborn', 'highboys', 'highbrow', 'highjack', 'highland', 'highness', 'highroad', 'hightail', 'highways', 'hijacked', 'hijacker', 'hilarios', 'hilarity', 'hilfiger', 'hilliest', 'hillocks', 'hillside', 'hilltops', 'himalaya', 'hinayana', 'hindered', 'hindmost', 'hinduism', 'hireling', 'hirobumi', 'hirohito', 'hispanic', 'historic', 'historys', 'hitachis', 'hitching', 'hitherto', 'hittites', 'hoagland', 'hoarders', 'hoarding', 'hoariest', 'hoarsely', 'hoarsest', 'hobbling', 'hobbyist', 'hobnails', 'hockneys', 'hockshop', 'hoedowns', 'hoffmans', 'hogshead', 'hogwarts', 'hogwashs', 'hoisting', 'hokkaido', 'holbrook', 'holcombs', 'holdings', 'holdouts', 'holdover', 'holeable', 'holidays', 'holiness', 'holistic', 'hollands', 'hollered', 'holloway', 'hollowed', 'hollower', 'hollowly', 'holocene', 'hologram', 'holstein', 'holsters', 'homburgs', 'homebody', 'homeboys', 'homecome', 'homeland', 'homeless', 'homelier', 'homemade', 'homemake', 'homepage', 'homering', 'homeroom', 'homesick', 'homespun', 'hometown', 'homeward', 'homework', 'homicide', 'homilies', 'hominess', 'homology', 'homonyms', 'homotopy', 'honduran', 'honduras', 'honecker', 'honester', 'honestly', 'honestys', 'honeybee', 'honeydew', 'honeying', 'honolulu', 'honorary', 'honoring', 'honoured', 'hoodlums', 'hoodooed', 'hoodwink', 'hoofmark', 'hookworm', 'hooligan', 'hoorayed', 'hoosegow', 'hoosiers', 'hooterss', 'hopefuls', 'hopeless', 'hopewell', 'horacios', 'horatios', 'horizons', 'hormonal', 'hormones', 'hornbeam', 'horniest', 'hornless', 'hornpipe', 'horntail', 'hornwort', 'horology', 'horowitz', 'horrible', 'horribly', 'horridly', 'horrific', 'horsedom', 'horsefly', 'horseman', 'horsemen', 'horsiest', 'hosannas', 'hosierys', 'hospices', 'hospital', 'hostages', 'hosteled', 'hosteler', 'hostelry', 'hostesss', 'hostiles', 'hostlers', 'hotcakes', 'hotelier', 'hotelman', 'hotheads', 'hothouse', 'hotnesss', 'hotpoint', 'hotshots', 'houghton', 'hounding', 'housefly', 'housetop', 'housings', 'houstons', 'hovering', 'howitzer', 'hrothgar', 'huckster', 'huddling', 'huffiest', 'huffmans', 'hugeness', 'huguenot', 'humanely', 'humanest', 'humanise', 'humanism', 'humanist', 'humanity', 'humanize', 'humanoid', 'humberto', 'humblest', 'humbling', 'humboldt', 'humdrums', 'humeruss', 'humidify', 'humidity', 'humidors', 'humility', 'hummocks', 'humorers', 'humoring', 'humorist', 'humorous', 'humoured', 'humpback', 'humphrey', 'hunching', 'hundreds', 'hungarys', 'hungered', 'hungover', 'hungrier', 'hungrily', 'hunkered', 'hunspell', 'huntings', 'huntleys', 'huntress', 'huntsman', 'huntsmen', 'hurdlers', 'hurdling', 'hurrahed', 'hurrayed', 'hurrying', 'hurtling', 'husbands', 'huskiest', 'hustings', 'hustlers', 'hustling', 'hutchins', 'hutzpahs', 'huxtable', 'hyacinth', 'hydrants', 'hydrated', 'hydrates', 'hydrogen', 'hydroxyl', 'hygienes', 'hygienic', 'hyperion', 'hyphened', 'hypnoses', 'hypnosis', 'hypnotic', 'hysteria', 'hysteric', 'hysteron', 'hyundais', 'iaccocas', 'iapetuss', 'icebergs', 'icebound', 'iceboxes', 'icelands', 'icinesss', 'idahoans', 'idealise', 'idealism', 'idealist', 'idealize', 'identify', 'identity', 'ideogram', 'ideolect', 'ideology', 'idiocies', 'idleness', 'idolater', 'idolatry', 'idolised', 'idolises', 'idolized', 'idolizes', 'ignacios', 'ignatius', 'igniting', 'ignition', 'ignominy', 'ignorant', 'ignoring', 'iguassus', 'ikhnaton', 'illegals', 'illinois', 'illnesss', 'illumine', 'illusion', 'illusive', 'illusory', 'iloveyou', 'ilyushin', 'imagerys', 'imagined', 'imagines', 'imbecile', 'imbedded', 'imbibing', 'imhoteps', 'imitable', 'imitated', 'imitates', 'imitator', 'immanent', 'immature', 'immersed', 'immerses', 'imminent', 'immobile', 'immodest', 'immolate', 'immortal', 'immunise', 'immunity', 'immunize', 'immuring', 'imodiums', 'imogenes', 'impacted', 'impactor', 'impaired', 'impaling', 'impanels', 'imparted', 'impasses', 'impeding', 'impelled', 'impeller', 'impended', 'imperate', 'imperial', 'imperils', 'impetigo', 'impetuss', 'impietys', 'impinged', 'impinges', 'impishly', 'implants', 'implicit', 'imploded', 'implodes', 'implored', 'implores', 'implying', 'impolite', 'imported', 'importer', 'imposing', 'imposter', 'impostor', 'impotent', 'impounds', 'impresss', 'imprints', 'imprison', 'improper', 'improved', 'improves', 'impudent', 'impugned', 'impulsed', 'impulses', 'impunity', 'impurely', 'impurest', 'impurity', 'imputing', 'inaction', 'inactive', 'inanitys', 'inasmuch', 'inboards', 'inbreeds', 'incensed', 'incenses', 'inceptor', 'inchoate', 'incident', 'incising', 'incision', 'incisive', 'incisors', 'inciting', 'inclined', 'inclines', 'inclosed', 'incloses', 'included', 'includes', 'incoming', 'increase', 'incrusts', 'incubate', 'incubuss', 'incurred', 'incurrer', 'indebted', 'indecent', 'indented', 'indexing', 'indianan', 'indianas', 'indicant', 'indicate', 'indicted', 'indicter', 'indigene', 'indigent', 'indirect', 'indolent', 'indorsed', 'indorses', 'inducing', 'inducted', 'inductee', 'inductor', 'indulged', 'indulges', 'industry', 'inedible', 'inequity', 'inertial', 'inertias', 'inexpert', 'infamies', 'infamous', 'infancys', 'infantry', 'infected', 'inferior', 'infernal', 'infernos', 'inferred', 'infested', 'infidels', 'infields', 'infinite', 'infinity', 'inflamed', 'inflames', 'inflated', 'inflater', 'inflates', 'inflects', 'inflicts', 'influent', 'influxes', 'informal', 'informed', 'informer', 'infrared', 'infringe', 'infusing', 'infusion', 'ingather', 'ingested', 'ingrains', 'ingrates', 'ingresss', 'inhabits', 'inhalant', 'inhalers', 'inhaling', 'inherent', 'inhering', 'inherits', 'inhibits', 'inhumane', 'inimical', 'iniquity', 'initials', 'initiate', 'injected', 'injector', 'injuries', 'injuring', 'inkblots', 'inkiness', 'inklings', 'inkwells', 'inlaying', 'innardss', 'innately', 'innocent', 'innovate', 'innuendo', 'inputted', 'inquests', 'inquired', 'inquirer', 'inquires', 'inquirys', 'insanely', 'insanest', 'insanity', 'inscribe', 'insecure', 'inserted', 'insetted', 'insiders', 'insights', 'insignes', 'insignia', 'insisted', 'insolent', 'insomnia', 'inspects', 'inspired', 'inspirer', 'inspires', 'instable', 'installs', 'instance', 'instants', 'instills', 'instinct', 'instruct', 'insulate', 'insulins', 'insulted', 'insureds', 'insurers', 'insuring', 'intaglio', 'integers', 'integral', 'intelsat', 'intended', 'intenser', 'intently', 'interact', 'intercom', 'interest', 'interims', 'interior', 'intermit', 'internal', 'interned', 'internee', 'internes', 'internet', 'interpol', 'interred', 'interval', 'intimacy', 'intimate', 'intonate', 'intoning', 'intrench', 'intrepid', 'intrigue', 'intruded', 'intruder', 'intrudes', 'intrusts', 'intubate', 'intuited', 'inundate', 'invaders', 'invading', 'invalids', 'invasion', 'invasive', 'inveighs', 'inveigle', 'invented', 'inventor', 'inverses', 'inverted', 'inverter', 'invested', 'investor', 'inviable', 'inviting', 'invocate', 'invoiced', 'invoices', 'invoking', 'involute', 'involved', 'involves', 'inwardly', 'iodinate', 'iodising', 'iodizing', 'ionising', 'ionizers', 'ionizing', 'iqaluits', 'iranians', 'irelands', 'iridiums', 'irishman', 'irishmen', 'ironclad', 'ironical', 'ironings', 'ironside', 'ironware', 'ironwood', 'ironwork', 'iroquois', 'irrigate', 'irritant', 'irritate', 'isaacson', 'isabella', 'isabelle', 'iscariot', 'islamism', 'islamist', 'islander', 'isocline', 'isolated', 'isolates', 'isomorph', 'isopleth', 'isotherm', 'isotopes', 'isotopic', 'isotropy', 'israelis', 'issachar', 'issuance', 'istanbul', 'isthmuss', 'italians', 'italicss', 'itchiest', 'itemised', 'itemises', 'itemized', 'itemizes', 'iterated', 'iterates', 'iterator', 'ivanhoes', 'izanagis', 'izanamis', 'izvestia', 'jabbered', 'jabberer', 'jackasss', 'jackboot', 'jackdaws', 'jacketed', 'jacklyns', 'jackpots', 'jacksons', 'jacobean', 'jacobian', 'jacobins', 'jacobite', 'jacobsen', 'jacobson', 'jacquard', 'jaggeder', 'jaggedly', 'jahangir', 'jainisms', 'jakartas', 'jalapeos', 'jalopies', 'jalousie', 'jamaican', 'jamaicas', 'jamboree', 'janaceks', 'janelles', 'janettes', 'jangling', 'janitors', 'januarys', 'japanese', 'japanned', 'jarretts', 'jasmines', 'jaundice', 'jauntier', 'jauntily', 'jaunting', 'javanese', 'javelins', 'jawboned', 'jawbones', 'jawbreak', 'jaxartes', 'jayapura', 'jaywalks', 'jazziest', 'jealousy', 'jeanette', 'jeanines', 'jeannies', 'jeannine', 'jefferey', 'jefferys', 'jehovahs', 'jellying', 'jenifers', 'jennifer', 'jennings', 'jeopardy', 'jephthah', 'jeremiad', 'jeremiah', 'jerichos', 'jerkiest', 'jerkings', 'jermaine', 'jeroboam', 'jerrolds', 'jessicas', 'jetliner', 'jettison', 'jewelers', 'jeweling', 'jewelled', 'jeweller', 'jewelrys', 'jezebels', 'jiggered', 'jiggling', 'jigsawed', 'jillians', 'jimenezs', 'jimmying', 'jingling', 'jingoism', 'jingoist', 'jitterss', 'jiujitsu', 'joaquins', 'jocelyns', 'jockeyed', 'jocosely', 'jocosity', 'jocundly', 'jodhpurs', 'joggings', 'joggling', 'johannas', 'johannes', 'johansen', 'johanson', 'johnsons', 'johnston', 'jointing', 'jokingly', 'jolliest', 'jollitys', 'jollying', 'jonathan', 'jonathon', 'jonquils', 'josefina', 'josephus', 'jostling', 'jottings', 'jouncing', 'journals', 'journeys', 'jousting', 'jovially', 'joyfully', 'joyously', 'joyrider', 'joyrides', 'joystick', 'juanitas', 'jubilant', 'jubilate', 'jubilees', 'judaisms', 'judgment', 'judicial', 'jugglers', 'juggling', 'jugulars', 'juiciest', 'jujitsus', 'jujutsus', 'jukeboxs', 'julianne', 'julienne', 'juliette', 'julliard', 'jumbling', 'jumpiest', 'jumpsuit', 'junction', 'juncture', 'jungfrau', 'junipers', 'junketed', 'junkiest', 'junkyard', 'jupiters', 'jurassic', 'justices', 'justines', 'justness', 'jutlands', 'juvenile', 'kaitlins', 'kalahari', 'kalevala', 'kamikaze', 'kampalas', 'kandahar', 'kangaroo', 'kankakee', 'kannadas', 'karachis', 'karakuls', 'karaokes', 'karenina', 'karloffs', 'karyatid', 'kashmirs', 'kasparov', 'katelyns', 'katheryn', 'kathleen', 'kathrine', 'kathryns', 'katmandu', 'katowice', 'katrinas', 'katydids', 'kauffman', 'kaufmans', 'kawabata', 'kawasaki', 'kayaking', 'keenness', 'keepings', 'keepsake', 'keeshond', 'keewatin', 'keillors', 'kemerovo', 'kendalls', 'kendrick', 'kenmores', 'kennedys', 'kenneled', 'kenneths', 'kenniths', 'kentucky', 'kenyatta', 'keratins', 'kerchief', 'kerensky', 'kerosene', 'kerosine', 'kestrels', 'ketchups', 'keyboard', 'keyholes', 'keynoted', 'keynotes', 'keypunch', 'keystone', 'keywords', 'kharkovs', 'khartoum', 'khayyams', 'khoikhoi', 'khoisans', 'khomeini', 'khoranas', 'kibbutzs', 'kibitzed', 'kibitzer', 'kibitzes', 'kickapoo', 'kickback', 'kickiest', 'kickoffs', 'kidnaped', 'kidnaper', 'kielbasa', 'kielbasy', 'killdeer', 'killings', 'killjoys', 'kilobuck', 'kilobyte', 'kilogram', 'kilotons', 'kilovolt', 'kilowatt', 'kiloword', 'kimberly', 'kindlier', 'kindling', 'kindness', 'kindreds', 'kinfolks', 'kingbird', 'kingdoms', 'kinglier', 'kingpins', 'kingship', 'kingsley', 'kingston', 'kinkiest', 'kinshasa', 'kinships', 'kinsmans', 'kiplings', 'kippered', 'kirchner', 'kirchoff', 'kirghizs', 'kiribati', 'kirkland', 'kirstens', 'kishinev', 'kitchens', 'klansman', 'kleenexs', 'klingons', 'klondike', 'klutzier', 'klystron', 'knapsack', 'knaverys', 'kneaders', 'kneading', 'kneecaps', 'kneeling', 'knelling', 'knessets', 'knickers', 'knievels', 'knighted', 'knightly', 'knitters', 'knitting', 'knitwear', 'knobbier', 'knockers', 'knocking', 'knockout', 'knothole', 'knottier', 'knotting', 'knowable', 'knowings', 'knowlton', 'knuckled', 'knuckles', 'knudsens', 'koestler', 'kohinoor', 'kohlrabi', 'koinonia', 'koizumis', 'kookiest', 'kornberg', 'koshered', 'kowalski', 'kowtowed', 'krakatoa', 'kringles', 'krishnas', 'kristens', 'kristies', 'kristina', 'kristine', 'kristins', 'kryptons', 'krystals', 'kulthumm', 'kumquats', 'kurdishs', 'kurosawa', 'kuwaitis', 'kuznetsk', 'kuznetss', 'kwakiutl', 'kwanzaas', 'labeling', 'labelled', 'lability', 'laborers', 'laboring', 'laboured', 'labourer', 'labrador', 'laburnum', 'lacerate', 'lacewing', 'lachesis', 'lacquers', 'lacrimal', 'lacrosse', 'lactated', 'lactates', 'lactoses', 'laddered', 'ladonnas', 'ladybird', 'ladybugs', 'ladyfern', 'ladylike', 'ladyship', 'lafittes', 'laggards', 'lagrange', 'laguerre', 'lakeisha', 'lakeside', 'lakewood', 'lakishas', 'lakshmis', 'lallygag', 'lamarcks', 'lamasery', 'lambaste', 'lambasts', 'lambkins', 'lambskin', 'lamellar', 'lameness', 'lamented', 'laminate', 'lampoons', 'lamppost', 'lampreys', 'lancelot', 'landfall', 'landfill', 'landhold', 'landings', 'landlady', 'landlord', 'landmark', 'landmass', 'landslid', 'landward', 'langland', 'langmuir', 'language', 'languish', 'languors', 'lankiest', 'lanolins', 'lansings', 'lanterns', 'lanyards', 'lanzhous', 'laocoons', 'laotians', 'lapelled', 'lapidary', 'laplands', 'lapwings', 'laramies', 'larboard', 'larcenys', 'lardners', 'largesse', 'largesss', 'larkspur', 'larousse', 'larynges', 'larynxes', 'lasagnas', 'lasagnes', 'lascauxs', 'lashings', 'lassoing', 'latashas', 'latching', 'latencys', 'lateness', 'laterals', 'laterans', 'laterite', 'lathered', 'latinate', 'latishas', 'latitude', 'latonyas', 'latrines', 'latrobes', 'latterly', 'latticed', 'lattices', 'latvians', 'laudable', 'laudably', 'laudanum', 'laughing', 'laughlin', 'laughter', 'launched', 'launcher', 'launches', 'launders', 'laundrys', 'laurasia', 'laureate', 'laurence', 'laurents', 'lausanne', 'lavatory', 'lavender', 'lavernes', 'lavished', 'lavisher', 'lavishes', 'lavishly', 'lavonnes', 'lawandas', 'lawbreak', 'lawfully', 'lawgiver', 'lawmaker', 'lawrence', 'lawsuits', 'laxative', 'laxnesss', 'layaways', 'layering', 'layettes', 'layovers', 'laywoman', 'laywomen', 'lazaruss', 'laziness', 'leachate', 'leaching', 'leadings', 'leadsman', 'leadsmen', 'leafiest', 'leafless', 'leaflets', 'leaguers', 'leaguing', 'leakages', 'leakiest', 'leanings', 'leanness', 'leapfrog', 'learjets', 'learners', 'learning', 'leashing', 'leathern', 'leathers', 'leathery', 'leavened', 'leavings', 'lebanese', 'lebanons', 'lebesgue', 'leblancs', 'lecherys', 'lecithin', 'lecterns', 'lectured', 'lecturer', 'lectures', 'leeching', 'leeriest', 'leewards', 'leftisms', 'leftists', 'leftmost', 'leftover', 'leftward', 'legacies', 'legalese', 'legalise', 'legalism', 'legality', 'legalize', 'legatees', 'legation', 'legendre', 'leggiest', 'leggings', 'legrooms', 'legworks', 'leibnizs', 'leighton', 'leipzigs', 'leisures', 'lemaitre', 'lemmings', 'lemonade', 'lemurias', 'lengthen', 'lengthly', 'leniency', 'leninism', 'leninist', 'leonardo', 'leonards', 'leonidas', 'leopards', 'leopoldo', 'leopolds', 'leotards', 'leprosys', 'lesbians', 'lesothos', 'lessened', 'lestrade', 'letdowns', 'lethally', 'lethargy', 'leticias', 'letitias', 'lettered', 'letterer', 'lettuces', 'leukemia', 'levelers', 'leveling', 'levelled', 'leveller', 'leverage', 'levering', 'levesque', 'levitate', 'levulose', 'lewdness', 'lewinsky', 'lexicons', 'liaising', 'liaisons', 'libation', 'libelers', 'libeling', 'libelled', 'libeller', 'libelous', 'liberace', 'liberals', 'liberate', 'liberian', 'liberias', 'libertys', 'librarys', 'libretti', 'libretto', 'libriums', 'licenced', 'licences', 'licensed', 'licensee', 'licenses', 'licensor', 'lickings', 'licorice', 'lifeboat', 'lifeless', 'lifelike', 'lifeline', 'lifelong', 'lifespan', 'lifetime', 'lifework', 'liftoffs', 'ligament', 'ligature', 'lightens', 'lighters', 'lightest', 'lighting', 'lignites', 'likeable', 'likelier', 'likeness', 'likening', 'likewise', 'lilianas', 'lillians', 'lilliput', 'lilongwe', 'limbaugh', 'limbered', 'limbless', 'limeades', 'limerick', 'limitate', 'limiters', 'limiting', 'limousin', 'limpidly', 'limpness', 'limpopos', 'linchpin', 'lincolns', 'lindberg', 'lindholm', 'lineages', 'lineally', 'linearly', 'linefeed', 'linemans', 'linesman', 'linesmen', 'lingered', 'lingerer', 'lingerie', 'linguist', 'liniment', 'linkages', 'linnaeus', 'linoleum', 'linotype', 'linseeds', 'linwoods', 'lionesss', 'lionised', 'lionises', 'lionized', 'lionizes', 'lippmann', 'lipreads', 'lipscomb', 'lipstick', 'liqueurs', 'liquidus', 'liquored', 'listened', 'listener', 'listings', 'listless', 'litanies', 'literacy', 'literals', 'literary', 'literate', 'literati', 'lithiums', 'litigant', 'litigate', 'littered', 'littlest', 'littoral', 'liturgic', 'liturgys', 'liveable', 'livelier', 'livelong', 'liveness', 'livening', 'liveried', 'liveries', 'livonias', 'loadable', 'loadings', 'loadstar', 'loamiest', 'loanword', 'loathing', 'lobbying', 'lobbyist', 'loblolly', 'lobotomy', 'lobsters', 'localise', 'locality', 'localize', 'locating', 'location', 'locative', 'locators', 'lockable', 'lockhart', 'lockheed', 'lockings', 'lockjaws', 'lockouts', 'lockstep', 'lockwood', 'locomote', 'locoweed', 'locution', 'lodestar', 'lodgings', 'lodowick', 'loftiest', 'logbooks', 'loggings', 'logician', 'logistic', 'logotype', 'loitered', 'loiterer', 'lollipop', 'lollygag', 'lollypop', 'lombardi', 'lombards', 'lombardy', 'londoner', 'lonelier', 'lonesome', 'longboat', 'longhair', 'longhand', 'longhorn', 'longings', 'longtime', 'lookouts', 'looniest', 'loophole', 'loopiest', 'loosened', 'lopsided', 'loraines', 'lordlier', 'lordosis', 'lordship', 'loreleis', 'lorenzos', 'lorettas', 'lorraine', 'lossiest', 'lothario', 'lotterys', 'loudness', 'louellas', 'lounging', 'lousiest', 'louvered', 'loveable', 'lovebird', 'lovelace', 'loveland', 'loveless', 'lovelier', 'lovelies', 'lovelorn', 'lovesick', 'lovingly', 'lowbrows', 'lowdowns', 'lowering', 'lowlands', 'lowliest', 'lownesss', 'loyalest', 'loyalist', 'loyaller', 'loyaltys', 'lozenges', 'lucianos', 'lucidity', 'lucifers', 'lucilles', 'lucindas', 'luckiest', 'luckless', 'lucknows', 'lucretia', 'luddites', 'ludhiana', 'luggages', 'lukewarm', 'lullabys', 'lumbagos', 'lumbered', 'luminary', 'luminous', 'lummoxes', 'lumpiest', 'lunacies', 'lunatics', 'lunchbox', 'luncheon', 'lunching', 'lundberg', 'lurching', 'luscious', 'lushness', 'lustiest', 'lustrous', 'lutanist', 'lutetium', 'lutheran', 'luxuries', 'lycurgus', 'lymphoma', 'lynching', 'lynchpin', 'lynettes', 'lynnette', 'lyricism', 'lyricist', 'lysergic', 'macadams', 'macaroni', 'macaroon', 'macassar', 'macaulay', 'macbride', 'macedons', 'macerate', 'machetes', 'machined', 'machines', 'machismo', 'mackerel', 'mackinac', 'mackinaw', 'macleish', 'macumbas', 'maddened', 'madeiras', 'madeline', 'madelyns', 'madhouse', 'madisons', 'madnesss', 'madonnas', 'madrases', 'madrigal', 'madstone', 'madurais', 'madwoman', 'madwomen', 'maestros', 'magazine', 'magellan', 'magentas', 'maghrebs', 'magician', 'maginots', 'magnates', 'magnesia', 'magnetic', 'magnetos', 'magnolia', 'magnuson', 'magritte', 'magruder', 'maharaja', 'maharani', 'mahatmas', 'mahavira', 'mahayana', 'mahfouzs', 'mahicans', 'mahjongs', 'mahogany', 'maidenly', 'maigrets', 'mailable', 'mailboxs', 'mailings', 'mailmans', 'mainland', 'mainline', 'mainmast', 'mainsail', 'mainstay', 'maintain', 'maitreya', 'majestic', 'majestys', 'majorcas', 'majoring', 'majority', 'makarios', 'malabars', 'maladapt', 'maladies', 'malagasy', 'malaises', 'malaprop', 'malarial', 'malarias', 'malarkey', 'malayans', 'malaysia', 'maldives', 'maledict', 'maleness', 'maligned', 'malindas', 'malinger', 'mallards', 'mallorys', 'malposed', 'malteses', 'malthuss', 'maltreat', 'mamboing', 'mameluke', 'mammoths', 'manacled', 'manacles', 'managers', 'managing', 'managuas', 'manasseh', 'manatees', 'mancinis', 'mandalay', 'mandamus', 'mandarin', 'mandated', 'mandates', 'mandible', 'mandingo', 'mandolin', 'mandrake', 'mandrell', 'mandrill', 'maneuver', 'manfreds', 'manfully', 'mangiest', 'mangling', 'mangrove', 'manholes', 'manhoods', 'manhunts', 'maniacal', 'manicure', 'manifest', 'manifold', 'manikins', 'manillas', 'manitoba', 'mankinds', 'manliest', 'mannered', 'mannerly', 'mannheim', 'mannikin', 'manorial', 'manpower', 'mansards', 'mansions', 'mantegna', 'mantilla', 'mantises', 'mantissa', 'mantling', 'manually', 'manuelas', 'manumits', 'manuring', 'manville', 'mappable', 'mappings', 'marabous', 'marathas', 'marathis', 'marathon', 'marauded', 'marauder', 'marbling', 'marcella', 'marcello', 'marcelos', 'marchers', 'marching', 'marciano', 'margaret', 'margerys', 'marginal', 'margrets', 'mariachi', 'marianas', 'marianne', 'marianos', 'maribels', 'maricela', 'marietta', 'marigold', 'marilyns', 'marimbas', 'marinade', 'marinate', 'mariners', 'marisols', 'marissas', 'maritain', 'maritime', 'maritzas', 'marjoram', 'marjorie', 'marjorys', 'markable', 'markdown', 'markedly', 'marketed', 'marketer', 'markings', 'marksman', 'marksmen', 'marlboro', 'marlenes', 'marmaras', 'marmoset', 'maronite', 'marooned', 'marquees', 'marquess', 'marquezs', 'marquise', 'marquiss', 'marquita', 'marriage', 'marrieds', 'marriott', 'marrying', 'marsalas', 'marshall', 'marshals', 'marshier', 'martians', 'martinas', 'martinet', 'martinez', 'martinis', 'martyred', 'marveled', 'marvells', 'marxisms', 'marxists', 'maryanne', 'maryanns', 'maryland', 'marylous', 'marzipan', 'mascagni', 'mascaras', 'maserati', 'mashhads', 'maskings', 'masonite', 'masonrys', 'massacre', 'massaged', 'massages', 'massenet', 'masseurs', 'masseuse', 'mastered', 'masterly', 'masterys', 'masthead', 'mastiffs', 'mastodon', 'mastoids', 'matadors', 'matchbox', 'matchers', 'matching', 'material', 'materiel', 'maternal', 'matrices', 'matriels', 'matrixes', 'matronly', 'mattered', 'matthews', 'matthias', 'mattings', 'mattocks', 'mattress', 'maturate', 'maturely', 'maturest', 'maturing', 'maturity', 'maunders', 'maureens', 'mauricio', 'maurines', 'mauryans', 'mausolea', 'maverick', 'maxillae', 'maxillas', 'maximise', 'maximize', 'maximums', 'mayapple', 'mayflies', 'maynards', 'maypoles', 'mazatlan', 'mazourka', 'mazurkas', 'mazzinis', 'mbabanes', 'mcbrides', 'mccallum', 'mccarthy', 'mccartys', 'mccauley', 'mcclains', 'mcclures', 'mcconnel', 'mcdaniel', 'mcdonald', 'mcdowell', 'mcenroes', 'mcfadden', 'mcginnis', 'mcgovern', 'mcgowans', 'mcgregor', 'mcguffey', 'mcguires', 'mcintosh', 'mcintyre', 'mckenzie', 'mckesson', 'mckinley', 'mckinney', 'mcknight', 'mcluhans', 'mcmahons', 'mcmillan', 'mcmullen', 'mcnamara', 'mcqueens', 'mcveighs', 'meagerly', 'mealiest', 'mealtime', 'meanders', 'meanings', 'meanness', 'meantime', 'measless', 'measlier', 'measured', 'measurer', 'measures', 'meatball', 'meatiest', 'meatloaf', 'mechanic', 'medalist', 'meddlers', 'meddling', 'medellin', 'mediated', 'mediates', 'mediator', 'medicaid', 'medicals', 'medicare', 'medicate', 'medicine', 'medieval', 'mediocre', 'meditate', 'medullae', 'medullas', 'meekness', 'meetings', 'megabyte', 'megalith', 'megatons', 'megavolt', 'megawatt', 'megaword', 'meighens', 'melamine', 'melanges', 'melanies', 'melanins', 'melanoma', 'melchior', 'melendez', 'melindas', 'melissas', 'mellowed', 'mellower', 'melodies', 'meltdown', 'melville', 'membrane', 'mementos', 'memorial', 'memories', 'memorise', 'memorize', 'memphiss', 'menacing', 'menander', 'menarche', 'menelaus', 'meneliks', 'menfolks', 'menhaden', 'menially', 'meniscus', 'menkents', 'menorahs', 'menswear', 'mentally', 'menthols', 'mentions', 'mentored', 'menuhins', 'mercados', 'mercator', 'mercedes', 'merchant', 'merciful', 'mercuric', 'mercurys', 'meredith', 'meridian', 'meringue', 'meriting', 'mermaids', 'merriams', 'merricks', 'merriest', 'merrills', 'merritts', 'mesdames', 'mesmeric', 'mesoderm', 'mesozoic', 'mesquite', 'messages', 'messiaen', 'messiahs', 'messiest', 'mestizos', 'metabole', 'metallic', 'metaphor', 'meteoric', 'metering', 'methadon', 'methanes', 'methanol', 'methinks', 'methodic', 'metrical', 'mexicali', 'mexicans', 'miaowing', 'miasmata', 'micawber', 'micheals', 'micheles', 'michelin', 'michelle', 'michelob', 'michigan', 'microbes', 'middling', 'midlands', 'midnight', 'midpoint', 'midrange', 'midriffs', 'midscale', 'midterms', 'midtowns', 'midweeks', 'midwests', 'midwifed', 'midwifes', 'midwived', 'midwives', 'midyears', 'mightier', 'mightily', 'migraine', 'migrants', 'migrated', 'migrates', 'mikhails', 'mikoyans', 'milagros', 'mildewed', 'mildness', 'mildreds', 'mileages', 'milepost', 'milfords', 'militant', 'military', 'militate', 'militias', 'milkiest', 'milkmaid', 'milkmans', 'milksops', 'milkweed', 'millages', 'millards', 'millenia', 'millikan', 'milliner', 'millions', 'millrace', 'miltonic', 'miltowns', 'mimicked', 'mimicrys', 'minamoto', 'minarets', 'minatory', 'mindanao', 'mindless', 'mindoros', 'minerals', 'minervas', 'mingling', 'minibike', 'minibuss', 'minicams', 'minimise', 'minimize', 'minimums', 'minister', 'ministry', 'minivans', 'minnelli', 'minoltas', 'minoring', 'minority', 'minotaur', 'minstrel', 'mintakas', 'mintiest', 'minuends', 'minutely', 'minutest', 'minutiae', 'minutias', 'minuting', 'miocenes', 'mirabeau', 'miracles', 'mirrored', 'mirthful', 'misapply', 'miscalls', 'miscarry', 'miscasts', 'mischief', 'miscible', 'miscount', 'miscuing', 'misdeals', 'misdealt', 'misdeeds', 'misdoing', 'miseries', 'misfired', 'misfires', 'misguide', 'mishmash', 'misjudge', 'misleads', 'mismatch', 'misnomer', 'misogyny', 'misplace', 'misplays', 'misprint', 'misquote', 'misreads', 'misruled', 'misrules', 'missiles', 'missions', 'missives', 'missoula', 'missouri', 'misspell', 'misspelt', 'misspend', 'misspent', 'misstate', 'missteps', 'mistaken', 'mistakes', 'mistiest', 'mistimed', 'mistimes', 'mistreat', 'mistress', 'mistrial', 'mistrust', 'mistyped', 'mistypes', 'misusing', 'mitchell', 'mitchels', 'mitering', 'mitfords', 'mitigate', 'mitosiss', 'mixtures', 'mnemonic', 'mobilise', 'mobility', 'mobilize', 'mobsters', 'moccasin', 'mockerys', 'modality', 'modeling', 'modelled', 'moderate', 'modernly', 'modestly', 'modestys', 'modicums', 'modified', 'modifier', 'modifies', 'modishly', 'modulate', 'mohameds', 'mohammad', 'mohammed', 'mohicans', 'moieties', 'moiseyev', 'moistens', 'moistest', 'moisture', 'molasses', 'moldavia', 'moldered', 'moldiest', 'moldings', 'moldovas', 'molecule', 'molehill', 'moleskin', 'molested', 'molester', 'molieres', 'molluscs', 'mollusks', 'molokais', 'molotovs', 'moluccas', 'mombasas', 'momentum', 'monarchs', 'monarchy', 'monastic', 'monaural', 'mondales', 'mondrian', 'monetary', 'moneybag', 'mongeese', 'mongered', 'mongolia', 'mongoose', 'mongrels', 'monicker', 'monikers', 'moniques', 'monitors', 'monitory', 'monkeyed', 'monmouth', 'monocles', 'monogamy', 'monogram', 'monolith', 'monologs', 'monomial', 'monopoly', 'monorail', 'monotone', 'monotony', 'monoxide', 'monrovia', 'monsanto', 'monsieur', 'monsoons', 'monsters', 'montages', 'montague', 'montanan', 'montanas', 'montcalm', 'monterey', 'monthlys', 'montoyas', 'montreal', 'monument', 'moochers', 'mooching', 'moodiest', 'moonbeam', 'moonlike', 'moonshot', 'moorings', 'moorishs', 'moorland', 'moraines', 'moraless', 'moralise', 'moralist', 'morality', 'moralize', 'morasses', 'moravian', 'morbidly', 'mordants', 'moreland', 'moreover', 'moriarty', 'moribund', 'morisons', 'mornings', 'moroccan', 'moroccos', 'morosely', 'morpheme', 'morpheus', 'morphine', 'morphism', 'morrison', 'mortally', 'mortared', 'mortgage', 'morticed', 'mortices', 'mortimer', 'mortised', 'mortises', 'mortuary', 'moselles', 'moseying', 'mosquito', 'mossiest', 'mothball', 'mothered', 'motherer', 'motherly', 'motioned', 'motivate', 'motliest', 'motorcar', 'motoring', 'motorise', 'motorist', 'motorize', 'motorman', 'motormen', 'motorola', 'motorway', 'mottling', 'moulders', 'mouldier', 'moulding', 'moulting', 'mounding', 'mountain', 'mounties', 'mounting', 'mourners', 'mournful', 'mourning', 'mousiest', 'moussing', 'mouthful', 'mouthing', 'movables', 'moveable', 'movement', 'movingly', 'mozillas', 'muawiyas', 'mubaraks', 'mucilage', 'muckiest', 'muckrake', 'muddiest', 'muddlers', 'muddling', 'muddying', 'mudguard', 'mudslide', 'mudsling', 'muellers', 'muenster', 'muezzins', 'mufflers', 'muffling', 'muggiest', 'muggings', 'muhammad', 'mulattos', 'mulberry', 'mulching', 'muleteer', 'mulishly', 'mulligan', 'mullikan', 'mullions', 'mulroney', 'multiple', 'multiply', 'mumblers', 'mumbling', 'mummerys', 'munchies', 'munching', 'munition', 'muralist', 'murasaki', 'murdered', 'murderer', 'muriatic', 'murkiest', 'murmansk', 'murmured', 'murmurer', 'muscatel', 'muscling', 'muscovys', 'muscular', 'mushiest', 'mushroom', 'musicale', 'musicals', 'musician', 'muskegon', 'musketry', 'muskiest', 'muskogee', 'muskoxen', 'muskrats', 'mussiest', 'mustache', 'mustangs', 'mustards', 'mustered', 'mustiest', 'mutandis', 'mutating', 'mutation', 'mutative', 'muteness', 'mutilate', 'mutineer', 'mutinied', 'mutinies', 'mutinous', 'muttered', 'mutterer', 'mutually', 'muzzling', 'myanmars', 'mycenaes', 'mycology', 'myspaces', 'mysterys', 'mystical', 'mystique', 'mythical', 'nabiscos', 'nagasaki', 'nahuatls', 'naipauls', 'nairobis', 'naismith', 'nakayama', 'nameable', 'nameless', 'namesake', 'namibian', 'namibias', 'nanchang', 'nanettes', 'nanjings', 'nankings', 'napalmed', 'naphtali', 'naphthas', 'napoleon', 'nappiest', 'napsters', 'narbonne', 'narcissi', 'narcosis', 'narcotic', 'narmadas', 'narrated', 'narrates', 'narrator', 'narrowed', 'narrower', 'narrowly', 'narwhals', 'nasalise', 'nasalize', 'nastiest', 'natalias', 'natalies', 'natashas', 'national', 'natively', 'nativity', 'nattiest', 'naturals', 'nauseate', 'nauseous', 'nautical', 'nautilus', 'navahoes', 'navajoes', 'navarros', 'navigate', 'naysayer', 'nazarene', 'nazareth', 'naziisms', 'ndjamena', 'nearness', 'neatness', 'nebraska', 'nebulous', 'necklace', 'neckline', 'neckties', 'necropsy', 'necrosis', 'necrotic', 'neediest', 'needlers', 'needless', 'needling', 'negating', 'negation', 'negative', 'negators', 'neglects', 'negligee', 'negroids', 'nehemiah', 'neighbor', 'neighing', 'nematode', 'nembutal', 'nemesiss', 'neonatal', 'neonates', 'neophyte', 'neoprene', 'nepalese', 'nepenthe', 'nepotism', 'neptunes', 'nerdiest', 'nerviest', 'nescafes', 'nestling', 'netflixs', 'netscape', 'nettings', 'nettling', 'networks', 'neuritis', 'neuronal', 'neuroses', 'neurosis', 'neurotic', 'neutered', 'neutrals', 'neutrino', 'neutrons', 'nevadans', 'newborns', 'newcomer', 'newfound', 'newlywed', 'newnesss', 'newports', 'newsboys', 'newscast', 'newsiest', 'newsmans', 'newsreel', 'newsweek', 'ngaliema', 'niagaras', 'nibblers', 'nibbling', 'nibelung', 'niccolos', 'niceness', 'niceties', 'nichiren', 'nicholas', 'nicholes', 'nicholls', 'nichrome', 'nicklaus', 'nicknack', 'nickname', 'nickolas', 'nicobars', 'nicosias', 'nicotine', 'niebuhrs', 'niftiest', 'nigerian', 'nigerias', 'niggards', 'niggling', 'nightcap', 'nighties', 'nihilism', 'nihilist', 'nijinsky', 'nikolais', 'nimblest', 'nimbuses', 'ninebark', 'ninefold', 'ninepins', 'nineteen', 'nineties', 'ninevehs', 'nintendo', 'nippiest', 'nirvanas', 'nitpicks', 'nitrated', 'nitrates', 'nitrogen', 'nobelist', 'nobelium', 'nobility', 'nobleman', 'noblemen', 'noblesse', 'nobodies', 'nocturne', 'noisiest', 'nominate', 'nominees', 'nomogram', 'nondairy', 'nonempty', 'nonesuch', 'nonevent', 'nonfatal', 'nonhuman', 'nonlocal', 'nonrigid', 'nonsense', 'nonstick', 'nontoxic', 'nonunion', 'nonusers', 'nonwhite', 'noodling', 'noondays', 'noontide', 'noontime', 'norberto', 'norberts', 'nordhoff', 'norfolks', 'noriegas', 'normalcy', 'normally', 'normands', 'normandy', 'norplant', 'norseman', 'norsemen', 'northern', 'northrop', 'northrup', 'nosedive', 'nosedove', 'nosegays', 'nosiness', 'nostrand', 'nostrils', 'nostrums', 'notables', 'notaries', 'notarise', 'notarize', 'notation', 'notching', 'notebook', 'nothings', 'noticing', 'notified', 'notifier', 'notifies', 'notional', 'notocord', 'novartis', 'novelist', 'novellas', 'noveltys', 'november', 'novgorod', 'novocain', 'nowadays', 'nowheres', 'noxzemas', 'nucleant', 'nucleate', 'nucleoli', 'nucleuss', 'nugatory', 'nuisance', 'nullitys', 'numbered', 'numberer', 'numberss', 'numbness', 'numeracy', 'numerals', 'numerate', 'numerics', 'numerous', 'numinous', 'numskull', 'nunavuts', 'nunnerys', 'nuptials', 'nurserys', 'nursings', 'nurtured', 'nurtures', 'nutcrack', 'nuthatch', 'nutmeats', 'nutrient', 'nutshell', 'nuttiest', 'nuzzling', 'nyereres', 'oaklands', 'oarlocks', 'oarsmans', 'oatmeals', 'obduracy', 'obdurate', 'obedient', 'obeisant', 'obelisks', 'oberlins', 'obesitys', 'obituary', 'objected', 'objecter', 'objector', 'oblation', 'obligate', 'obliging', 'obliques', 'oblivion', 'obloquys', 'obscener', 'obscured', 'obscurer', 'obscures', 'obsequys', 'observed', 'observer', 'observes', 'obsessed', 'obsesses', 'obsidian', 'obsolete', 'obstacle', 'obstruct', 'obtained', 'obtruded', 'obtrudes', 'obtusely', 'obtusest', 'obverses', 'obviated', 'obviates', 'ocarinas', 'occasion', 'occident', 'occluded', 'occludes', 'occupant', 'occupied', 'occupier', 'occupies', 'occurred', 'oceanias', 'oceanics', 'oceanuss', 'oconnell', 'octagons', 'octavios', 'octettes', 'octobers', 'octopuss', 'octoroon', 'oculists', 'oddballs', 'oddities', 'oddnesss', 'odiously', 'odometer', 'odonnell', 'odorless', 'odysseus', 'odysseys', 'oedipuss', 'oersteds', 'offbeats', 'offences', 'offended', 'offender', 'offenses', 'offerers', 'offering', 'officers', 'official', 'offprint', 'offshoot', 'offshore', 'offstage', 'oftenest', 'ohiggins', 'ohmmeter', 'oilcloth', 'oilfield', 'oiliness', 'oilskins', 'ointment', 'okinawas', 'oklahoma', 'olajuwon', 'oldfield', 'olduvais', 'oleander', 'oligarch', 'olivetti', 'olmsteds', 'olympiad', 'olympian', 'olympias', 'olympics', 'olympuss', 'omdurman', 'omelette', 'omission', 'omitting', 'omnibuss', 'omnivore', 'oncology', 'oncoming', 'onenesss', 'onlooker', 'onondaga', 'onrushes', 'onsagers', 'ontarios', 'ontogeny', 'ontology', 'opacitys', 'opaquely', 'opaquest', 'opaquing', 'openings', 'openness', 'openwork', 'operable', 'operandi', 'operands', 'operated', 'operates', 'operatic', 'operator', 'operetta', 'ophelias', 'ophiucus', 'opinions', 'opossums', 'opponent', 'opposing', 'opposite', 'optician', 'optimise', 'optimism', 'optimist', 'optimize', 'optimums', 'optional', 'optioned', 'opulence', 'oracular', 'orations', 'oratoric', 'oratorio', 'oratorys', 'orbisons', 'orbitals', 'orbiters', 'orbiting', 'orchards', 'ordained', 'ordering', 'orderlys', 'ordinals', 'ordinary', 'ordinate', 'ordnance', 'oreganos', 'oresteia', 'organdie', 'organdys', 'organics', 'organise', 'organism', 'organist', 'organize', 'orgasmic', 'oriental', 'oriented', 'orifices', 'origamis', 'original', 'orinocos', 'orizabas', 'orlandos', 'orleanss', 'ornament', 'ornately', 'ornerier', 'orphaned', 'orpheuss', 'orthicon', 'orthodox', 'orvilles', 'oshkoshs', 'osmosiss', 'ossified', 'ossifies', 'ostracod', 'ostrichs', 'osvaldos', 'othellos', 'ottomans', 'outbacks', 'outbound', 'outbreak', 'outburst', 'outcasts', 'outclass', 'outcomes', 'outcries', 'outcrops', 'outdated', 'outdoing', 'outdoors', 'outfield', 'outflank', 'outfoxed', 'outfoxes', 'outgoing', 'outgrown', 'outgrows', 'outhouse', 'outlasts', 'outlawed', 'outlawry', 'outlined', 'outlines', 'outlived', 'outlives', 'outlooks', 'outlying', 'outmoded', 'outplays', 'outposts', 'outraged', 'outrages', 'outranks', 'outreach', 'outrider', 'outright', 'outsells', 'outshine', 'outshone', 'outsider', 'outsides', 'outsized', 'outsizes', 'outskirt', 'outsmart', 'outstays', 'outstrip', 'outtakes', 'outvoted', 'outvotes', 'outwards', 'outwears', 'outweigh', 'ovations', 'ovenbird', 'overacts', 'overages', 'overalls', 'overawed', 'overawes', 'overbear', 'overbite', 'overbook', 'overbore', 'overcame', 'overcast', 'overcoat', 'overcome', 'overcook', 'overdoes', 'overdone', 'overdose', 'overdraw', 'overdrew', 'overeats', 'overflow', 'overfull', 'overgrew', 'overgrow', 'overhand', 'overhang', 'overhaul', 'overhead', 'overhear', 'overheat', 'overhung', 'overjoys', 'overkill', 'overlaid', 'overlain', 'overland', 'overlaps', 'overlays', 'overlies', 'overload', 'overlong', 'overlook', 'overlord', 'overmuch', 'overpaid', 'overpass', 'overpays', 'overplay', 'overrate', 'override', 'overripe', 'overrode', 'overrule', 'overruns', 'overseas', 'overseen', 'overseer', 'oversees', 'oversell', 'overshoe', 'overshot', 'oversize', 'oversold', 'overstay', 'overstep', 'overtake', 'overtime', 'overtone', 'overtook', 'overture', 'overturn', 'overused', 'overuses', 'overview', 'overwork', 'oviducts', 'ovulated', 'ovulates', 'oxidised', 'oxidiser', 'oxidises', 'oxidized', 'oxidizer', 'oxidizes', 'oxonians', 'oxymoron', 'pacemake', 'pachecos', 'pacifics', 'pacified', 'pacifier', 'pacifies', 'pacifism', 'pacifist', 'packaged', 'packager', 'packages', 'packards', 'packings', 'paddings', 'paddling', 'paddocks', 'padillas', 'padlocks', 'paganini', 'paganism', 'pageants', 'paginate', 'pailfuls', 'pailsful', 'painless', 'painters', 'painting', 'pairings', 'pairwise', 'paisleys', 'pajamass', 'pakistan', 'palatals', 'palatial', 'palatine', 'palavers', 'paleface', 'paleness', 'palermos', 'palettes', 'palikirs', 'palimony', 'palisade', 'palladia', 'palladio', 'palliate', 'palmetto', 'palmiest', 'palmists', 'palmyras', 'palomars', 'palomino', 'palpable', 'palpably', 'palpated', 'palpates', 'palsying', 'paltrier', 'pampered', 'pamphlet', 'panaceas', 'panaches', 'pancaked', 'pancakes', 'pancreas', 'pandanus', 'pandemic', 'pandered', 'panderer', 'pandoras', 'paneling', 'panelist', 'panelled', 'pangaeas', 'panicked', 'panniers', 'panoplys', 'panorama', 'pantheon', 'panthers', 'pantries', 'pantsuit', 'papacies', 'paperboy', 'paperers', 'papering', 'papillae', 'papillas', 'papooses', 'paprikas', 'papyruss', 'parables', 'parabola', 'paradigm', 'parading', 'paradise', 'paradoxs', 'paraffin', 'paragons', 'paraguay', 'parakeet', 'parallax', 'parallel', 'paralyse', 'paralyze', 'paramour', 'paranoia', 'paranoid', 'parapets', 'parasite', 'parasols', 'paraxial', 'parboils', 'parceled', 'parching', 'pardoned', 'pardoner', 'parental', 'parented', 'parfaits', 'parishes', 'parisian', 'parkings', 'parkland', 'parklike', 'parkways', 'parlance', 'parlayed', 'parleyed', 'parlours', 'parmesan', 'parodied', 'parodies', 'parolees', 'paroling', 'paroxysm', 'parquets', 'parroted', 'parrying', 'parsifal', 'parsings', 'parsleys', 'parsnips', 'partaken', 'partaker', 'partakes', 'parterre', 'parthias', 'partials', 'particle', 'partings', 'partisan', 'partizan', 'partners', 'partying', 'parvenus', 'pasadena', 'pasquale', 'passable', 'passably', 'passages', 'passband', 'passbook', 'passerby', 'passings', 'passions', 'passives', 'passkeys', 'passover', 'passport', 'password', 'pasterns', 'pasteurs', 'pastiche', 'pastiest', 'pastimes', 'pastness', 'pastoral', 'pastrami', 'pastries', 'pastured', 'pastures', 'patchier', 'patching', 'patellae', 'patellas', 'patented', 'patentee', 'patenter', 'patently', 'paternal', 'paterson', 'pathetic', 'pathfind', 'pathogen', 'pathways', 'patience', 'patients', 'patricas', 'patrices', 'patricia', 'patricks', 'patriots', 'pattered', 'patterns', 'paucitys', 'paulette', 'paunches', 'pavement', 'pavilion', 'pawnshop', 'paycheck', 'payloads', 'payments', 'payrolls', 'peabodys', 'peaceful', 'peacocks', 'peafowls', 'pearlier', 'pearlies', 'pearling', 'pearlite', 'pearsons', 'peasants', 'pebblier', 'pebbling', 'peccarys', 'pectoral', 'peculate', 'peculiar', 'pedagogs', 'pedagogy', 'pedaling', 'pedalled', 'pedantic', 'pedantry', 'peddlers', 'peddling', 'pederast', 'pedestal', 'pedicure', 'pedigree', 'pediment', 'peekaboo', 'peelings', 'peephole', 'peerages', 'peerless', 'pegasuss', 'pegboard', 'peipings', 'pekinese', 'pelicans', 'pellagra', 'pelleted', 'pellucid', 'pelvises', 'pembroke', 'pemmican', 'penalise', 'penalize', 'penaltys', 'penances', 'penchant', 'penciled', 'pendants', 'pendents', 'pendulum', 'penelope', 'penguins', 'penitent', 'penknife', 'penlight', 'penlites', 'pennants', 'pennzoil', 'penology', 'pensions', 'pentagon', 'pentiums', 'penumbra', 'peonages', 'peopling', 'peppered', 'peppiest', 'percales', 'perceive', 'percents', 'perching', 'percival', 'perelman', 'perfects', 'perfidys', 'perforce', 'performs', 'perfumed', 'perfumes', 'pergamon', 'pericles', 'perigees', 'periling', 'perilled', 'perilous', 'periodic', 'perished', 'perisher', 'perishes', 'periwigs', 'perjured', 'perjurer', 'perjures', 'perjurys', 'perkiest', 'permeate', 'permians', 'permuted', 'permutes', 'peroxide', 'perseuss', 'pershing', 'persians', 'persists', 'personae', 'personal', 'personas', 'perspire', 'persuade', 'pertains', 'pertness', 'perturbs', 'perusals', 'perusers', 'perusing', 'peruvian', 'pervaded', 'pervades', 'perverse', 'perverts', 'peshawar', 'peskiest', 'pessimal', 'pessimum', 'pestered', 'pestling', 'petering', 'petersen', 'peterson', 'petioles', 'petition', 'petrarch', 'pettiest', 'pettifog', 'petulant', 'petunias', 'peugeots', 'phaethon', 'phalanxs', 'phalluss', 'phantasm', 'phantasy', 'phantoms', 'pharaohs', 'pharisee', 'pharmacy', 'pharynxs', 'pheasant', 'phenolic', 'philippe', 'phillipa', 'phillips', 'philters', 'philtres', 'phishers', 'phishing', 'phoenixs', 'phonemes', 'phonemic', 'phonetic', 'phoneyed', 'phonicss', 'phoniest', 'phonying', 'phosgene', 'phosphor', 'photoing', 'phrasing', 'phrygias', 'phylliss', 'physical', 'physicss', 'physique', 'pianists', 'pianolas', 'picassos', 'picayune', 'piccolos', 'pickaxed', 'pickaxes', 'pickerel', 'picketed', 'picketer', 'pickford', 'pickiest', 'pickings', 'pickling', 'pickwick', 'pictured', 'pictures', 'piddling', 'piebalds', 'piedmont', 'piercing', 'pierrots', 'piggiest', 'pigments', 'pigskins', 'pigsties', 'pigtails', 'pilaster', 'pilchard', 'pilewort', 'pilfered', 'pilferer', 'pilgrims', 'pillaged', 'pillages', 'pillared', 'pillboxs', 'pillions', 'pillorys', 'pillowed', 'piloting', 'pimentos', 'pimiento', 'pimplier', 'pinafore', 'pinatubo', 'pinballs', 'pinching', 'pinheads', 'pinholes', 'pinioned', 'pinkeyes', 'pinkness', 'pinnacle', 'pinnings', 'pinochet', 'pinochle', 'pinpoint', 'pinprick', 'pinscher', 'pinwheel', 'pioneers', 'pipeline', 'piquancy', 'piranhas', 'pirating', 'pissaros', 'pitcairn', 'pitchers', 'pitching', 'pitchman', 'pitchmen', 'pitfalls', 'pithiest', 'pitiable', 'pitiably', 'pitiless', 'pittance', 'pittmans', 'pittston', 'pivoting', 'pizzazzs', 'pizzeria', 'placards', 'placated', 'placater', 'placates', 'placebos', 'placenta', 'placidly', 'plackets', 'plaguing', 'plainest', 'plaiting', 'plangent', 'planking', 'plankton', 'planners', 'planning', 'plantain', 'planters', 'planting', 'plasters', 'plastics', 'plastron', 'plataeas', 'plateaus', 'plateaux', 'plateful', 'platelet', 'platform', 'platings', 'platinum', 'platonic', 'platoons', 'platters', 'platting', 'platypus', 'plaudits', 'plautuss', 'playable', 'playacts', 'playback', 'playbill', 'playboys', 'playgoer', 'playmate', 'playoffs', 'playpens', 'playroom', 'playtexs', 'playtime', 'pleaders', 'pleading', 'pleasant', 'pleasing', 'pleasure', 'pleating', 'plebeian', 'plectrum', 'pledging', 'pleiades', 'plenarys', 'plethora', 'pleurisy', 'plexuses', 'pliancys', 'plighted', 'pliocene', 'plodders', 'plodding', 'plopping', 'plotters', 'plotting', 'ploughed', 'plowmans', 'pluckier', 'plucking', 'plugging', 'plumages', 'plumbago', 'plumbate', 'plumbers', 'plumbing', 'plummest', 'plummets', 'plumpest', 'plumping', 'plunders', 'plungers', 'plunging', 'plunking', 'plushest', 'plushier', 'plutarch', 'plymouth', 'plyscore', 'plywoods', 'poachers', 'poaching', 'pocketed', 'pockmark', 'podiatry', 'poetesss', 'poetical', 'poetries', 'poignant', 'poincare', 'poincars', 'pointers', 'pointier', 'pointing', 'poisoned', 'poisoner', 'poissons', 'poitiers', 'polanski', 'polarise', 'polariss', 'polarity', 'polarize', 'polaroid', 'polecats', 'polemics', 'polestar', 'policies', 'policing', 'polished', 'polisher', 'polishes', 'politely', 'politest', 'politico', 'politics', 'polities', 'polkadot', 'polkaing', 'pollards', 'polliwog', 'pollster', 'polluted', 'polluter', 'pollutes', 'pollywog', 'polonium', 'polopony', 'poltavas', 'poltroon', 'polygamy', 'polyglot', 'polygons', 'polymath', 'polymers', 'polytope', 'polytypy', 'pomading', 'pommeled', 'pompeiis', 'pondered', 'poniards', 'pontiacs', 'pontiffs', 'pontific', 'pontoons', 'ponytail', 'pooching', 'poorness', 'popcorns', 'popinjay', 'popovers', 'poppinss', 'popsicle', 'populace', 'populate', 'populism', 'populist', 'populous', 'porfirio', 'porosity', 'porphyry', 'porpoise', 'porridge', 'porrimas', 'porsches', 'portable', 'portaged', 'portages', 'portends', 'portents', 'porthole', 'porticos', 'portions', 'portland', 'portlier', 'portrait', 'portrays', 'portugal', 'poseidon', 'positing', 'position', 'positive', 'positron', 'posseman', 'possemen', 'possible', 'possibly', 'postages', 'postcard', 'postcode', 'postdate', 'postlude', 'postmans', 'postmark', 'postpaid', 'postpone', 'postured', 'postures', 'potables', 'potatoes', 'potbelly', 'potemkin', 'potencys', 'potholes', 'pothooks', 'potlatch', 'potlucks', 'potomacs', 'potsherd', 'potshots', 'pottages', 'pottered', 'potterys', 'pottiest', 'pouching', 'poultice', 'poultrys', 'pouncing', 'pounders', 'pounding', 'povertys', 'powdered', 'powerful', 'powering', 'powerset', 'powhatan', 'powwowed', 'poynting', 'practice', 'practise', 'prairies', 'praisers', 'praising', 'pralines', 'prancers', 'prancing', 'pratfall', 'prattled', 'prattles', 'prawning', 'prcising', 'preached', 'preacher', 'preaches', 'preamble', 'preceded', 'precedes', 'precepts', 'precinct', 'precious', 'preciser', 'precises', 'preclude', 'predated', 'predates', 'predator', 'predicts', 'preempts', 'preening', 'preexist', 'prefaced', 'prefaces', 'prefects', 'prefixed', 'prefixes', 'pregnant', 'preheats', 'prejudge', 'prelates', 'preludes', 'premiere', 'premiers', 'premised', 'premises', 'premisss', 'premiums', 'prenatal', 'prentice', 'prepared', 'prepares', 'preppier', 'preppies', 'prepping', 'prequels', 'presaged', 'presages', 'prescott', 'presence', 'presents', 'preserve', 'presided', 'presides', 'pressing', 'pressman', 'pressmen', 'pressure', 'prestige', 'presumed', 'presumes', 'preteens', 'pretence', 'pretends', 'pretense', 'preterit', 'pretexts', 'pretoria', 'prettied', 'prettier', 'pretties', 'prettify', 'prettily', 'pretzels', 'prevails', 'prevents', 'previews', 'previous', 'pribilof', 'priciest', 'pricking', 'prickled', 'prickles', 'priestly', 'priggish', 'primacys', 'primarys', 'primates', 'primeval', 'primmest', 'primness', 'primping', 'primrose', 'princely', 'princess', 'principe', 'printers', 'printing', 'printout', 'prioress', 'priories', 'priority', 'prisoner', 'prissier', 'pristine', 'privacys', 'privater', 'privates', 'priviest', 'probable', 'probably', 'probated', 'probates', 'probings', 'probitys', 'problems', 'procaine', 'proceeds', 'processs', 'proclaim', 'procters', 'proctors', 'procured', 'procurer', 'procures', 'procyons', 'prodding', 'prodigal', 'prodigys', 'produced', 'producer', 'produces', 'products', 'profaned', 'profanes', 'proffers', 'profiled', 'profiles', 'profited', 'proforma', 'profound', 'progenys', 'programs', 'progress', 'prohibit', 'projects', 'prolific', 'prologue', 'prolongs', 'promised', 'promises', 'promoted', 'promoter', 'promotes', 'prompted', 'prompter', 'promptly', 'pronouns', 'proofing', 'propanes', 'properer', 'properly', 'property', 'prophecy', 'prophesy', 'prophets', 'proposal', 'proposed', 'proposer', 'proposes', 'propound', 'propping', 'prorated', 'prorates', 'prorogue', 'prosiest', 'prosodic', 'prosodys', 'prospect', 'prospers', 'prostate', 'protease', 'protects', 'proteges', 'proteins', 'protests', 'proteuss', 'protocol', 'protozoa', 'protract', 'protrude', 'proudest', 'proudhon', 'provable', 'provably', 'provenal', 'provence', 'proverbs', 'provided', 'provider', 'provides', 'province', 'provisos', 'provoked', 'provokes', 'provosts', 'prowesss', 'prowlers', 'prowling', 'proximal', 'prudence', 'pruderys', 'prurient', 'prussian', 'prussias', 'psalmist', 'psalters', 'psaltery', 'psychics', 'psyching', 'psyllium', 'ptolemys', 'ptomaine', 'pubertys', 'publican', 'publicly', 'puckered', 'pucketts', 'puddings', 'puddling', 'pudgiest', 'puffball', 'puffiest', 'pugilism', 'pugilist', 'puissant', 'pulitzer', 'pullback', 'pullings', 'pullmans', 'pullouts', 'pullover', 'pulpiest', 'pulsated', 'pulsates', 'pummeled', 'pumpkins', 'punchier', 'punching', 'punctual', 'puncture', 'punditry', 'pungency', 'punished', 'punishes', 'punitive', 'punjabis', 'punsters', 'puppetry', 'puppyish', 'purblind', 'purchase', 'purebred', 'pureeing', 'pureness', 'purified', 'purifier', 'purifies', 'puritans', 'purloins', 'purplest', 'purplish', 'purports', 'purposed', 'purposes', 'purslane', 'pursuant', 'pursuers', 'pursuing', 'pursuits', 'purulent', 'purveyed', 'purveyor', 'purviews', 'pushcart', 'pushdown', 'pushiest', 'pushover', 'pussiest', 'pussycat', 'pustules', 'putative', 'putsches', 'puttered', 'puttying', 'puzzlers', 'puzzling', 'pyjamass', 'pyknotic', 'pynchons', 'pyorrhea', 'pyramids', 'pyrenees', 'pyridine', 'pyrolyse', 'pyroxene', 'qaddafis', 'qiqihars', 'quaalude', 'quackery', 'quacking', 'quadrant', 'quaffing', 'quagmire', 'quahaugs', 'quailing', 'quainter', 'quaintly', 'qualitys', 'quandary', 'quantico', 'quantify', 'quantile', 'quantity', 'quantize', 'quantums', 'quarrels', 'quarried', 'quarries', 'quarters', 'quartets', 'quartile', 'quashing', 'quatrain', 'quavered', 'qubecois', 'queasier', 'queasily', 'quechuas', 'queening', 'queerest', 'queering', 'quelling', 'quenched', 'quenches', 'quentins', 'querying', 'questers', 'questing', 'question', 'queueing', 'quibbled', 'quibbler', 'quibbles', 'quickens', 'quickest', 'quickies', 'quietest', 'quieting', 'quietude', 'quietuss', 'quilters', 'quilting', 'quinines', 'quintets', 'quintons', 'quipping', 'quirinal', 'quirkier', 'quirking', 'quisling', 'quitters', 'quitting', 'quivered', 'quixotic', 'quizzing', 'quoiting', 'quotable', 'quotient', 'qwertyui', 'qwertzui', 'rabbited', 'rabelais', 'raccoons', 'raceways', 'rachaels', 'rachelle', 'racially', 'raciness', 'racketed', 'racquets', 'radially', 'radiance', 'radiated', 'radiates', 'radiator', 'radicals', 'radioing', 'radishes', 'radiuses', 'rafferty', 'raffless', 'raffling', 'raggeder', 'raggedly', 'ragnarks', 'ragtimes', 'ragweeds', 'railbird', 'railhead', 'railings', 'raillery', 'railroad', 'railways', 'raiments', 'rainbows', 'raincoat', 'raindrop', 'rainfall', 'rainiest', 'rakishly', 'raleighs', 'rallying', 'ramadans', 'ramayana', 'ramblers', 'rambling', 'ramified', 'ramifies', 'ramirezs', 'rampaged', 'rampages', 'ramparts', 'ranchers', 'ranching', 'rancours', 'randalls', 'randells', 'randiest', 'randolph', 'randomly', 'rangiest', 'rangoons', 'rankines', 'rankings', 'rankling', 'rankness', 'ransacks', 'ransomed', 'ransomer', 'rapacity', 'rapidest', 'rapidity', 'rapports', 'raptures', 'rapunzel', 'rarefied', 'rarefies', 'rareness', 'rareties', 'rarities', 'rascally', 'rashness', 'raspiest', 'rasputin', 'rastaban', 'ratchets', 'ratified', 'ratifies', 'rational', 'rationed', 'ratliffs', 'rattiest', 'rattlers', 'rattling', 'rattraps', 'ravagers', 'ravaging', 'raveling', 'ravelled', 'ravening', 'ravenous', 'raviolis', 'ravished', 'ravishes', 'rawboned', 'rawhides', 'rawnesss', 'rayburns', 'rayleigh', 'raymonds', 'raymundo', 'raytheon', 'reaching', 'reactant', 'reacting', 'reaction', 'reactive', 'reactors', 'readable', 'readiest', 'readings', 'readjust', 'readmits', 'readouts', 'readying', 'reaffirm', 'reagents', 'realigns', 'realised', 'realises', 'realisms', 'realists', 'realitys', 'realized', 'realizes', 'realness', 'realtors', 'reappear', 'rearming', 'rearmost', 'rearrest', 'rearward', 'reasoned', 'reasoner', 'reassert', 'reassess', 'reassign', 'reassure', 'reawaken', 'rebating', 'rebelled', 'rebirths', 'rebounds', 'rebuffed', 'rebuilds', 'rebuking', 'rebuttal', 'rebutted', 'recalled', 'recanted', 'recapped', 'receding', 'receipts', 'received', 'receiver', 'receives', 'recenter', 'recently', 'receptor', 'recessed', 'recesses', 'recharge', 'rechecks', 'recherch', 'recitals', 'reciting', 'reckless', 'reckoned', 'reckoner', 'reclaims', 'reclined', 'recliner', 'reclines', 'recluses', 'recoding', 'recoiled', 'recopied', 'recopies', 'recorded', 'recorder', 'recounts', 'recouped', 'recourse', 'recovers', 'recovery', 'recreant', 'recreate', 'recruits', 'rectorys', 'recurred', 'recursed', 'recurses', 'recusant', 'recycled', 'recycles', 'redactor', 'redcoats', 'reddened', 'redeemed', 'redeemer', 'redefine', 'redeploy', 'redesign', 'redfords', 'redgrave', 'redheads', 'redirect', 'rednecks', 'rednesss', 'redolent', 'redouble', 'redoubts', 'redounds', 'redrafts', 'redresss', 'redshank', 'redskins', 'redstart', 'redstone', 'reducers', 'reducing', 'redwoods', 'reedbuck', 'reediest', 'reelects', 'reemerge', 'reenacts', 'reenlist', 'reenters', 'reentrys', 'refereed', 'referees', 'referent', 'referral', 'referred', 'refiling', 'refilled', 'refiners', 'refinery', 'refining', 'refinish', 'refitted', 'reflects', 'reflexes', 'reforest', 'reformat', 'reformed', 'reformer', 'refracts', 'refrains', 'refueled', 'refugees', 'refugios', 'refunded', 'refusals', 'refusing', 'refuting', 'regained', 'regalias', 'regaling', 'regarded', 'regardss', 'regattas', 'regencys', 'regicide', 'regimens', 'regiment', 'reginald', 'regional', 'register', 'registry', 'regresss', 'regroups', 'regulars', 'regulate', 'reguluss', 'rehabbed', 'rehashed', 'rehashes', 'rehearse', 'reheated', 'rehiring', 'reigning', 'reimpose', 'reinaldo', 'reindeer', 'reinhold', 'reinsert', 'reinvent', 'reinvest', 'reissued', 'reissues', 'rejected', 'rejecter', 'rejector', 'rejoiced', 'rejoicer', 'rejoices', 'rejoined', 'rekindle', 'relabels', 'relapsed', 'relapses', 'relating', 'relation', 'relative', 'relaxant', 'relaxing', 'relaying', 'relearns', 'released', 'releases', 'relegate', 'relented', 'relevant', 'reliable', 'reliably', 'reliance', 'relieved', 'reliever', 'relieves', 'religion', 'relished', 'relishes', 'reliving', 'reloaded', 'reloader', 'relocate', 'remained', 'remaking', 'remanded', 'remarked', 'remarque', 'rematchs', 'remedial', 'remedied', 'remedies', 'remember', 'reminded', 'reminder', 'remitted', 'remnants', 'remodels', 'remorses', 'remotely', 'remotest', 'remounts', 'removals', 'removers', 'removing', 'renaming', 'renaults', 'rendered', 'renegade', 'reneging', 'renewals', 'renewing', 'renounce', 'renovate', 'renowned', 'renumber', 'reoccupy', 'reoccurs', 'reopened', 'reorders', 'repaints', 'repaired', 'repairer', 'repartee', 'repaying', 'repealed', 'repealer', 'repeated', 'repeater', 'repelled', 'repented', 'rephrase', 'replaced', 'replacer', 'replaces', 'replayed', 'repleted', 'repletes', 'replicas', 'replying', 'reported', 'reporter', 'reposing', 'reprieve', 'reprints', 'reprisal', 'reprised', 'reprises', 'reprized', 'reproach', 'reproofs', 'reproved', 'reprover', 'reproves', 'reptiles', 'republic', 'repulsed', 'repulses', 'reputing', 'requests', 'requiems', 'required', 'requires', 'requital', 'requited', 'requites', 'rerouted', 'reroutes', 'rescinds', 'rescuers', 'rescuing', 'research', 'reselect', 'resemble', 'resented', 'reserved', 'reserver', 'reserves', 'resettle', 'resident', 'residing', 'residual', 'residues', 'residuum', 'resigned', 'resinous', 'resisted', 'resister', 'resistor', 'resolute', 'resolved', 'resolver', 'resolves', 'resonant', 'resonate', 'resorted', 'resounds', 'resource', 'respects', 'respells', 'respired', 'respires', 'respites', 'responds', 'response', 'restarts', 'restated', 'restates', 'restless', 'restocks', 'restored', 'restorer', 'restores', 'restrain', 'restrict', 'restroom', 'resubmit', 'resulted', 'resuming', 'resupply', 'retailed', 'retailer', 'retained', 'retainer', 'retaking', 'retarded', 'retarder', 'retching', 'rethinks', 'reticent', 'reticles', 'retinues', 'retirees', 'retiring', 'retooled', 'retorted', 'retouchs', 'retraced', 'retraces', 'retracts', 'retrains', 'retreads', 'retreats', 'retrench', 'retrials', 'retriers', 'retrieve', 'retrofit', 'retrying', 'returned', 'returnee', 'returner', 'retyping', 'reunions', 'reunited', 'reunites', 'reusable', 'reuthers', 'revalued', 'revalues', 'revamped', 'revealed', 'reveille', 'revelers', 'reveling', 'revelled', 'reveller', 'revelrys', 'revenged', 'revenger', 'revenges', 'revenues', 'reverend', 'reverent', 'reveries', 'reverify', 'revering', 'reversal', 'reversed', 'reverser', 'reverses', 'reverted', 'reviewed', 'reviewer', 'revilers', 'reviling', 'revising', 'revision', 'revisits', 'revivals', 'revivify', 'reviving', 'revoking', 'revolted', 'revolter', 'revolved', 'revolver', 'revolves', 'rewarded', 'rewiring', 'reworded', 'reworked', 'rewrites', 'reynaldo', 'reynolds', 'rhapsody', 'rheingau', 'rheology', 'rheostat', 'rhetoric', 'rheumier', 'rhiannon', 'rhizomes', 'rhodesia', 'rhodiums', 'rhomboid', 'rhombuss', 'rhubarbs', 'rhythmic', 'ribaldry', 'ribosome', 'richards', 'richmond', 'richness', 'ricketss', 'rickover', 'rickshas', 'rickshaw', 'ricochet', 'ricottas', 'riddance', 'riddling', 'ridicule', 'riemanns', 'riesling', 'riffling', 'riffraff', 'rifleman', 'riflemen', 'riggings', 'rightest', 'rightful', 'righting', 'rightist', 'rigidity', 'rigorous', 'rinehart', 'ringings', 'ringlets', 'ringling', 'ringside', 'ringworm', 'riotings', 'riparian', 'ripeness', 'ripening', 'riposted', 'ripostes', 'rippling', 'riskiest', 'ritalins', 'ritually', 'ritziest', 'rivaling', 'rivalled', 'rivalrys', 'riverbed', 'riverine', 'riveting', 'rivetted', 'rivieras', 'rivulets', 'roadbeds', 'roadkill', 'roadshow', 'roadside', 'roadster', 'roadways', 'roadwork', 'roarings', 'roasters', 'roasting', 'robberys', 'roberson', 'robertas', 'robertos', 'robinson', 'robotics', 'robuster', 'robustly', 'rochelle', 'rockabye', 'rockaway', 'rocketed', 'rocketry', 'rockford', 'rockiess', 'rockiest', 'rockland', 'rocklike', 'rockwell', 'roderick', 'rodolfos', 'rodricks', 'rodrigos', 'roebucks', 'roentgen', 'rogelios', 'rogering', 'roguerys', 'roisters', 'rolaidss', 'rolandos', 'rollback', 'rollicks', 'rolvaags', 'romaines', 'romanced', 'romancer', 'romances', 'romanian', 'romanias', 'romanies', 'romanovs', 'romantic', 'romuluss', 'ronstadt', 'roofings', 'rooftops', 'rooftree', 'rookerys', 'roomfuls', 'roomiest', 'roommate', 'roosters', 'roosting', 'rootless', 'rosaless', 'rosalies', 'rosalind', 'rosalyns', 'rosannas', 'rosannes', 'rosaries', 'roseanns', 'rosebuds', 'rosebush', 'roseland', 'rosellas', 'rosemary', 'rosendos', 'rosettes', 'rosewood', 'rosiness', 'rosining', 'rossetti', 'rossinis', 'rostrums', 'roswells', 'rotarian', 'rotaries', 'rotating', 'rotation', 'rotenone', 'rototill', 'rottener', 'rotundas', 'roughage', 'roughens', 'roughest', 'roughing', 'roughish', 'roulette', 'roumania', 'roundest', 'rounding', 'roundish', 'roundoff', 'roundups', 'rousseau', 'routeing', 'routines', 'routings', 'rowboats', 'rowdiest', 'rowdyism', 'roweling', 'rowelled', 'rowlands', 'rowlings', 'roxannes', 'royalist', 'royaltys', 'rozelles', 'rubaiyat', 'rubbishs', 'rubbishy', 'rubdowns', 'rubellas', 'rubicons', 'rubicund', 'rubidium', 'ruchbahs', 'rucksack', 'ruckuses', 'ruddiest', 'rudeness', 'rudiment', 'rudolphs', 'rudyards', 'ruefully', 'ruffians', 'ruffling', 'ruggeder', 'ruggedly', 'rukeyser', 'rumanias', 'rumbaing', 'rumbling', 'ruminant', 'ruminate', 'rummaged', 'rummages', 'rumoring', 'rumoured', 'rumpling', 'rumpuses', 'rumsfeld', 'runabout', 'runaways', 'rundowns', 'runniest', 'runnings', 'ruptured', 'ruptures', 'rushdies', 'rushmore', 'russells', 'russians', 'rustbelt', 'rustiest', 'rustlers', 'rustling', 'rutabaga', 'ruthless', 'rutledge', 'rwandans', 'rydbergs', 'saarinen', 'saatchis', 'sabbaths', 'sabotage', 'saboteur', 'sabrinas', 'sackfuls', 'sackings', 'sacredly', 'sacristy', 'saddened', 'saddling', 'sadducee', 'sadistic', 'sadnesss', 'safaried', 'safeness', 'safeties', 'safeways', 'saffrons', 'sagacity', 'saginaws', 'sagittal', 'saguaros', 'sailboat', 'sailfish', 'sailings', 'sailorly', 'sakhalin', 'sakharov', 'salaamed', 'salaried', 'salaries', 'salazars', 'saleable', 'salernos', 'salesian', 'salesman', 'salesmen', 'salients', 'salinger', 'salinity', 'salivary', 'salivate', 'sallower', 'sallying', 'saltbush', 'saltiest', 'saltines', 'salutary', 'saluting', 'salvador', 'salvaged', 'salvager', 'salvages', 'salweens', 'samantha', 'samarium', 'sambaing', 'sameness', 'samosets', 'samovars', 'samoyeds', 'samplers', 'sampling', 'sampsons', 'samsungs', 'samurais', 'sanchezs', 'sanctify', 'sanction', 'sanctity', 'sanctums', 'sandbags', 'sandbank', 'sandbars', 'sandboxs', 'sandburg', 'sandhill', 'sandhogs', 'sandiest', 'sandlots', 'sandmans', 'sandoval', 'sandpile', 'sandusky', 'sandwich', 'sanfords', 'sangaree', 'sanguine', 'sanitary', 'sanitate', 'sanitise', 'sanitize', 'sankaras', 'sanserif', 'sanskrit', 'santanas', 'santeria', 'santiago', 'sapience', 'saplings', 'saponify', 'sapphire', 'sappiest', 'sapporos', 'saracens', 'sarajevo', 'sarasota', 'saratoga', 'saratovs', 'sarawaks', 'sarcasms', 'sarcomas', 'sardines', 'sardinia', 'sardonic', 'sargasso', 'sarnoffs', 'saroyans', 'sashayed', 'sassiest', 'satanism', 'satanist', 'satchels', 'satiable', 'satiated', 'satiates', 'satietys', 'satirise', 'satirist', 'satirize', 'saturate', 'saturday', 'saucepan', 'sauciest', 'saunaing', 'saunders', 'saundras', 'saunters', 'sausages', 'saussure', 'sauterne', 'savagely', 'savagers', 'savagery', 'savagest', 'savaging', 'savannah', 'savannas', 'savingss', 'saviours', 'savorier', 'savories', 'savoring', 'savoured', 'savourys', 'savoyard', 'savviest', 'savvying', 'sawbelly', 'sawdusts', 'sawhorse', 'sawmills', 'sawtooth', 'scabbard', 'scabbier', 'scabbing', 'scabiess', 'scabious', 'scabrous', 'scaffold', 'scalable', 'scalawag', 'scalding', 'scaliest', 'scalings', 'scallion', 'scallops', 'scalpels', 'scalpers', 'scalping', 'scamming', 'scampers', 'scampies', 'scandals', 'scandium', 'scanners', 'scanning', 'scansion', 'scantest', 'scantier', 'scanties', 'scantily', 'scanting', 'scapulae', 'scapular', 'scapulas', 'scarcely', 'scarcest', 'scarcity', 'scarface', 'scarfing', 'scariest', 'scarlets', 'scarring', 'scathing', 'scatters', 'scatting', 'scavenge', 'scenario', 'scenerys', 'scenting', 'scepters', 'sceptics', 'sceptres', 'schaefer', 'schedars', 'schedule', 'schemata', 'schemers', 'scheming', 'scherzos', 'schiller', 'schizoid', 'schlepps', 'schlitzs', 'schlocks', 'schlocky', 'schmaltz', 'schmalzs', 'schmalzy', 'schmooze', 'schmucks', 'schnabel', 'schnapps', 'scholars', 'schooled', 'schooler', 'schooner', 'schottky', 'schticks', 'schubert', 'schultzs', 'schumann', 'schussed', 'schusses', 'schuster', 'schuyler', 'schwartz', 'schwinns', 'sciatica', 'sciences', 'scimitar', 'scissors', 'scoffing', 'scofflaw', 'scolding', 'scollops', 'scooping', 'scooters', 'scooting', 'scorched', 'scorcher', 'scorches', 'scorings', 'scornful', 'scorning', 'scorpion', 'scorpios', 'scorpius', 'scorsese', 'scotched', 'scotches', 'scotland', 'scotsman', 'scotsmen', 'scotties', 'scottish', 'scourged', 'scourges', 'scouring', 'scouting', 'scowling', 'scrabble', 'scraggly', 'scramble', 'scrammed', 'scranton', 'scrapers', 'scraping', 'scrapped', 'scratchs', 'scratchy', 'scrawled', 'screamed', 'screamer', 'screechs', 'screechy', 'screened', 'screwier', 'screwing', 'scriabin', 'scribble', 'scribing', 'scribner', 'scrimped', 'scripted', 'scrofula', 'scrolled', 'scrooges', 'scrotums', 'scrounge', 'scrubbed', 'scrubber', 'scruggss', 'scrunchs', 'scrupled', 'scruples', 'scrutiny', 'scubaing', 'scudding', 'scuffing', 'scuffled', 'scuffles', 'scullery', 'sculleys', 'sculling', 'scullion', 'sculpted', 'sculptor', 'scumbags', 'scummier', 'scumming', 'scuppers', 'scurfier', 'scurried', 'scurries', 'scurvier', 'scuttled', 'scuttles', 'scuzzier', 'scythian', 'scything', 'seabirds', 'seaboard', 'seacoast', 'seafarer', 'seafoods', 'seagoing', 'seagrams', 'seahorse', 'sealants', 'sealevel', 'sealskin', 'seamiest', 'seamless', 'seaplane', 'seaports', 'seaquake', 'searched', 'searcher', 'searches', 'seascape', 'seashell', 'seashore', 'seasides', 'seasonal', 'seasoned', 'seasoner', 'seatings', 'seattles', 'seawards', 'seaweeds', 'seceding', 'secluded', 'secludes', 'seconals', 'seconded', 'seconder', 'secondly', 'secrecys', 'secreted', 'secretes', 'secretly', 'sections', 'sectoral', 'securely', 'securest', 'securing', 'security', 'sedately', 'sedatest', 'sedating', 'sedation', 'sedative', 'sediment', 'sedition', 'seducers', 'seducing', 'sedulous', 'seebecks', 'seediest', 'seedings', 'seedless', 'seedling', 'seemlier', 'seepages', 'seesawed', 'seething', 'segments', 'segovias', 'segueing', 'segundos', 'seinfeld', 'seizures', 'selassie', 'selected', 'selector', 'selenate', 'selenite', 'selenium', 'seleucid', 'seleucus', 'selfless', 'selfsame', 'selkirks', 'sellerss', 'sellouts', 'seltzers', 'selvages', 'selvedge', 'selznick', 'semantic', 'semarang', 'semester', 'seminars', 'seminary', 'seminole', 'semitics', 'semitone', 'senators', 'senegals', 'senility', 'sennetts', 'senorita', 'sensible', 'sensibly', 'sensuous', 'sentence', 'sentient', 'sentinel', 'sentries', 'separate', 'sephardi', 'septette', 'sequence', 'sequined', 'sequitur', 'sequoias', 'seraglio', 'seraphic', 'seraphim', 'serbians', 'serenade', 'serenely', 'serenest', 'serenity', 'serfdoms', 'sergeant', 'serially', 'seriatim', 'serology', 'serpents', 'serranos', 'serrated', 'servants', 'serviced', 'services', 'servings', 'servitor', 'sessions', 'setbacks', 'setscrew', 'settable', 'settings', 'settlers', 'settling', 'sevenths', 'seventys', 'severals', 'severely', 'severest', 'severing', 'severity', 'sevilles', 'sewerage', 'sexiness', 'sextants', 'sextette', 'sextuple', 'sexually', 'seymours', 'shabbier', 'shabbily', 'shackled', 'shackles', 'shadbush', 'shadiest', 'shadings', 'shadowed', 'shaffers', 'shafting', 'shagbark', 'shaggier', 'shagging', 'shakable', 'shakably', 'shakeups', 'shakiest', 'shallots', 'shallows', 'shambled', 'shambles', 'shameful', 'shammies', 'shamming', 'shampoos', 'shamrock', 'shanghai', 'shankara', 'shanties', 'shantung', 'shapiros', 'sharable', 'shareown', 'sharking', 'sharlene', 'sharpens', 'sharpers', 'sharpest', 'sharping', 'sharrons', 'shatters', 'shattuck', 'shavians', 'shavings', 'shavuots', 'shawnees', 'shearers', 'shearing', 'sheathed', 'sheathes', 'shebangs', 'shebelis', 'shedding', 'sheepdog', 'sheepish', 'sheerest', 'sheering', 'sheeting', 'sheikdom', 'sheldons', 'shellacs', 'shelling', 'shelters', 'sheltons', 'shelving', 'shenyang', 'shepards', 'shepherd', 'sheppard', 'sheratan', 'sheraton', 'sherbert', 'sherbets', 'sheridan', 'sheriffs', 'sherlock', 'sherries', 'sherrill', 'sherwood', 'shetland', 'shielded', 'shieldss', 'shifters', 'shiftier', 'shiftily', 'shifting', 'shikokus', 'shilling', 'shillong', 'shimmers', 'shimmery', 'shimmied', 'shimmies', 'shimming', 'shinbone', 'shindigs', 'shingled', 'shingles', 'shiniest', 'shinnied', 'shinnies', 'shinning', 'shipload', 'shipmate', 'shipment', 'shippers', 'shipping', 'shipyard', 'shirkers', 'shirking', 'shirleys', 'shirring', 'shirting', 'shittier', 'shitting', 'shivered', 'shiverer', 'shlemiel', 'shlepped', 'shoaling', 'shockers', 'shocking', 'shockley', 'shoddier', 'shoddily', 'shoehorn', 'shoelace', 'shoemake', 'shooters', 'shooting', 'shootout', 'shopkeep', 'shoplift', 'shoppers', 'shopping', 'shoptalk', 'shopworn', 'shortage', 'shortcut', 'shortens', 'shortest', 'shorting', 'shortish', 'shoshone', 'shotbush', 'shotguns', 'shoulder', 'shouldnt', 'shouters', 'shouting', 'shoveled', 'showbizs', 'showboat', 'showcase', 'showdown', 'showered', 'showgirl', 'showiest', 'showings', 'showmans', 'showoffs', 'showroom', 'shrapnel', 'shredded', 'shredder', 'shrewder', 'shrewdly', 'shrewish', 'shrieked', 'shrilled', 'shriller', 'shrimped', 'shrivels', 'shriving', 'shrouded', 'shrugged', 'shrunken', 'shucking', 'shuckses', 'shudders', 'shuddery', 'shuffled', 'shuffler', 'shuffles', 'shunning', 'shunting', 'shushing', 'shutdown', 'shuteyes', 'shutouts', 'shutters', 'shutting', 'shuttled', 'shuttles', 'shynesss', 'shysters', 'siameses', 'sibelius', 'siberian', 'siberias', 'sibilant', 'siblings', 'sicilian', 'sickbeds', 'sickened', 'sicklier', 'sickness', 'sickroom', 'sidearms', 'sideband', 'sidebars', 'sideburn', 'sidecars', 'sidekick', 'sideline', 'sidelong', 'sidereal', 'siderite', 'sideshow', 'sidestep', 'sidewalk', 'sidewall', 'sideways', 'sidewise', 'siegmund', 'sighting', 'sightsee', 'signaled', 'signally', 'signings', 'signpost', 'sihanouk', 'sikorsky', 'silenced', 'silencer', 'silences', 'silenter', 'silently', 'silicate', 'silicide', 'silicone', 'silicons', 'silkiest', 'silkworm', 'silliest', 'silurian', 'silvered', 'simenons', 'simmered', 'simmonss', 'simonson', 'simpered', 'simplest', 'simplify', 'simpsons', 'simulate', 'sincerer', 'sinclair', 'sindbads', 'sinecure', 'sinfully', 'singable', 'singeing', 'singings', 'singless', 'singling', 'singsong', 'singular', 'sinister', 'sinkable', 'sinkhole', 'sinkiang', 'sinusoid', 'siphoned', 'sirloins', 'siroccos', 'sissiest', 'sisterly', 'sisyphus', 'sittings', 'situated', 'situates', 'sixpence', 'sixteens', 'sixtieth', 'sizeable', 'sizzling', 'skeletal', 'skeleton', 'skeptics', 'sketched', 'sketches', 'skewered', 'skidding', 'skillets', 'skillful', 'skimming', 'skimpier', 'skimping', 'skindive', 'skinhead', 'skinless', 'skinners', 'skinnier', 'skinning', 'skipjack', 'skippers', 'skipping', 'skirmish', 'skirting', 'skitters', 'skittish', 'skivvied', 'skivvies', 'skulking', 'skullcap', 'skunking', 'skydived', 'skydiver', 'skydives', 'skyjacks', 'skylarks', 'skylight', 'skylines', 'skywards', 'slabbing', 'slackens', 'slackers', 'slackest', 'slacking', 'slalomed', 'slammers', 'slamming', 'slanders', 'slangier', 'slanting', 'slapdash', 'slapping', 'slashdot', 'slashing', 'slathers', 'slattern', 'slatting', 'slavered', 'slaverys', 'slavonic', 'slayings', 'sleazier', 'sleazily', 'sledding', 'sledging', 'sleekest', 'sleeking', 'sleepers', 'sleepier', 'sleepily', 'sleeping', 'sleetier', 'sleeting', 'sleighed', 'slickers', 'slickest', 'slicking', 'slighted', 'slighter', 'slightly', 'slimiest', 'slimmest', 'slimming', 'slimness', 'slinging', 'slinkier', 'slinking', 'slipknot', 'slippage', 'slippers', 'slippery', 'slipping', 'slipshod', 'slithers', 'slithery', 'slitting', 'slivered', 'slobbers', 'slogging', 'sloppier', 'sloppily', 'slopping', 'sloshing', 'slothful', 'slotting', 'slouched', 'slouches', 'sloughed', 'slovakia', 'slovenia', 'slovenly', 'slowdown', 'slowness', 'slowpoke', 'sluggard', 'sluggers', 'slugging', 'sluggish', 'sluicing', 'slumbers', 'slumlord', 'slumming', 'slumping', 'slurpees', 'slurping', 'slurring', 'slushier', 'sluttish', 'slynesss', 'smackers', 'smacking', 'smallest', 'smallish', 'smallpox', 'smarmier', 'smartens', 'smartest', 'smarting', 'smashers', 'smashing', 'smearing', 'smellier', 'smelling', 'smelters', 'smelting', 'smidgens', 'smidgeon', 'smidgins', 'smirched', 'smirches', 'smirking', 'smirnoff', 'smithies', 'smithson', 'smocking', 'smoggier', 'smokable', 'smokiest', 'smokings', 'smolders', 'smolensk', 'smollett', 'smooched', 'smooches', 'smoothed', 'smoother', 'smoothes', 'smoothly', 'smothers', 'smoulder', 'smudgier', 'smudging', 'smuggest', 'smuggled', 'smuggler', 'smuggles', 'smugness', 'smuttier', 'snacking', 'snaffled', 'snaffles', 'snagging', 'snailing', 'snakiest', 'snapback', 'snappers', 'snappier', 'snappily', 'snapping', 'snappish', 'snapples', 'snapshot', 'snarling', 'snatched', 'snatches', 'snazzier', 'sneakers', 'sneakier', 'sneakily', 'sneaking', 'sneering', 'sneezing', 'snickers', 'sniffing', 'sniffled', 'sniffles', 'snifters', 'sniggers', 'snippets', 'snippier', 'snipping', 'snitched', 'snitches', 'sniveled', 'snobbery', 'snobbier', 'snobbish', 'snoopers', 'snoopier', 'snooping', 'snootier', 'snoozing', 'snorkels', 'snorting', 'snottier', 'snowball', 'snowbelt', 'snowdrop', 'snowfall', 'snowiest', 'snowmans', 'snowplow', 'snowshed', 'snowshoe', 'snowsuit', 'snubbing', 'snuffbox', 'snuffers', 'snuffing', 'snuffled', 'snuffles', 'snuggest', 'snugging', 'snuggled', 'snuggles', 'snugness', 'snyaptic', 'soakings', 'soapboxs', 'soapiest', 'soapsuds', 'soberest', 'sobering', 'sobriety', 'sociable', 'sociably', 'socially', 'societal', 'societys', 'socorros', 'socrates', 'socratic', 'sodomite', 'softball', 'softened', 'softener', 'softness', 'software', 'softwood', 'soggiest', 'sojourns', 'solacing', 'solarium', 'soldered', 'soldiers', 'soldiery', 'solecism', 'solemner', 'solemnly', 'solenoid', 'solicits', 'solidest', 'solidify', 'solidity', 'solitary', 'solitude', 'soloists', 'solstice', 'solubles', 'solution', 'solvable', 'solvency', 'solvents', 'somalian', 'somalias', 'somberly', 'sombrely', 'sombrero', 'somebody', 'someones', 'somerset', 'sometime', 'somewhat', 'sondheim', 'songbird', 'songbook', 'songhais', 'songhuas', 'songster', 'sonogram', 'sonority', 'sonorous', 'soothing', 'soothsay', 'sootiest', 'sophisms', 'sophists', 'soppiest', 'sopranos', 'sopwiths', 'sorbonne', 'sorcerer', 'sorcerys', 'sordidly', 'sorehead', 'soreness', 'sorensen', 'sorenson', 'sorghums', 'sorority', 'sorption', 'sorriest', 'sorrowed', 'soughing', 'soulless', 'soundest', 'sounding', 'soupiest', 'sourcing', 'sourness', 'sourpuss', 'sourwood', 'southern', 'southpaw', 'souvenir', 'sowbelly', 'soybeans', 'soyinkas', 'spaceman', 'spacemen', 'spaciest', 'spacings', 'spacious', 'spadeful', 'spalding', 'spammers', 'spandexs', 'spandrel', 'spangled', 'spangles', 'spaniard', 'spaniels', 'spanishs', 'spanking', 'spanners', 'spanning', 'sparking', 'sparkled', 'sparkler', 'sparkles', 'sparkman', 'sparling', 'sparring', 'sparrows', 'sparsely', 'sparsest', 'sparsity', 'spartans', 'spastics', 'spatters', 'spatting', 'spatulas', 'spawning', 'speakers', 'speaking', 'spearing', 'speccing', 'specials', 'speciess', 'specific', 'specimen', 'specious', 'specking', 'speckled', 'speckles', 'specters', 'spectral', 'spectres', 'spectrum', 'specular', 'speeches', 'speeders', 'speedier', 'speedily', 'speeding', 'speedups', 'speedway', 'spellers', 'spelling', 'spenders', 'spending', 'spengler', 'spensers', 'sphagnum', 'spheroid', 'spherule', 'sphinges', 'sphinxes', 'spiciest', 'spieling', 'spiffier', 'spikiest', 'spillage', 'spillane', 'spilling', 'spillway', 'spinachs', 'spinally', 'spindled', 'spindles', 'spiniest', 'spinners', 'spinning', 'spinodal', 'spinoffs', 'spinster', 'spiraeas', 'spiraled', 'spirally', 'spirited', 'spitball', 'spiteful', 'spitfire', 'spitting', 'spittles', 'spittoon', 'splashed', 'splashes', 'splatted', 'splatter', 'splaying', 'splendid', 'splendor', 'splicers', 'splicing', 'splinted', 'splinter', 'splitter', 'splotchs', 'splotchy', 'splurged', 'splurges', 'splutter', 'spoilage', 'spoilers', 'spoiling', 'spongers', 'spongier', 'sponging', 'sponsors', 'spoofing', 'spookier', 'spooking', 'spooling', 'spoonful', 'spooning', 'spooring', 'sporadic', 'sportier', 'sporting', 'sportive', 'spotless', 'spotters', 'spottier', 'spotting', 'spouting', 'sprained', 'sprawled', 'sprayers', 'spraying', 'spreader', 'spreeing', 'springer', 'sprinkle', 'sprinted', 'sprinter', 'spritzed', 'spritzes', 'sprocket', 'sprouted', 'sprucest', 'sprucing', 'spryness', 'spumones', 'spumonis', 'spunkier', 'spurious', 'spurning', 'spurring', 'spurting', 'sputters', 'spyglass', 'squabble', 'squadron', 'squalled', 'squalors', 'squamous', 'squander', 'squarely', 'squarest', 'squaring', 'squashed', 'squashes', 'squatted', 'squatter', 'squawked', 'squeaked', 'squealed', 'squealer', 'squeegee', 'squeezed', 'squeezer', 'squeezes', 'squelchs', 'squiggle', 'squiggly', 'squinted', 'squinter', 'squiring', 'squirmed', 'squirrel', 'squirted', 'squished', 'squishes', 'srinagar', 'srinivas', 'stabbing', 'stablest', 'stabling', 'staccati', 'staccato', 'stacking', 'stadiums', 'staffers', 'staffing', 'stafford', 'staggers', 'stagings', 'stagnant', 'stagnate', 'staidest', 'staining', 'stairway', 'stakeout', 'stalkers', 'stalking', 'stalling', 'stallion', 'stallone', 'stalwart', 'stamford', 'staminas', 'stammers', 'stampede', 'stampers', 'stamping', 'stanched', 'stancher', 'stanches', 'standard', 'standbys', 'standeth', 'standing', 'standish', 'standoff', 'standout', 'stanford', 'stanhope', 'stannous', 'staplers', 'stapless', 'stapling', 'starched', 'starches', 'stardoms', 'starfish', 'stargaze', 'starkest', 'starkeys', 'starless', 'starlets', 'starling', 'starrier', 'starring', 'starters', 'starting', 'startled', 'startles', 'startups', 'starving', 'starwars', 'stashing', 'stations', 'statuary', 'statures', 'statuses', 'statutes', 'staubach', 'stauffer', 'staunton', 'steadied', 'steadier', 'steadies', 'steadily', 'stealing', 'stealths', 'stealthy', 'steamers', 'steamier', 'steaming', 'stearate', 'steelers', 'steelier', 'steeling', 'steepest', 'steeping', 'steeples', 'steerage', 'steering', 'stefanie', 'steinems', 'steinway', 'stemming', 'stenches', 'stencils', 'stendhal', 'stengels', 'stephans', 'stephens', 'stepping', 'stepsons', 'stepwise', 'sterling', 'sternest', 'sternums', 'steroids', 'stetsons', 'steubens', 'stewards', 'stewarts', 'stickers', 'stickier', 'stickies', 'stickily', 'sticking', 'stickler', 'stickpin', 'stickups', 'stiffens', 'stiffest', 'stiffing', 'stifling', 'stigmata', 'stiletto', 'stillest', 'stilling', 'stiltons', 'stimsons', 'stimulus', 'stingers', 'stingier', 'stingily', 'stinging', 'stingray', 'stinkers', 'stinking', 'stinkpot', 'stinting', 'stipends', 'stippled', 'stipples', 'stirling', 'stirrers', 'stirring', 'stirrups', 'stitched', 'stitches', 'stockade', 'stockers', 'stockier', 'stocking', 'stockton', 'stodgier', 'stoicism', 'stolider', 'stolidly', 'stolypin', 'stomachs', 'stomping', 'stoniest', 'stooping', 'stopband', 'stopcock', 'stopgaps', 'stopover', 'stoppage', 'stoppard', 'stoppers', 'stopping', 'storages', 'stormier', 'stormily', 'storming', 'stoutest', 'stowaway', 'straddle', 'strafing', 'straggle', 'straggly', 'straight', 'strained', 'strainer', 'straiten', 'stranded', 'stranger', 'strangle', 'strapped', 'strategy', 'stratify', 'stratton', 'stratums', 'strawing', 'straying', 'streaked', 'streamed', 'streamer', 'strength', 'stressed', 'stresses', 'stretchs', 'stretchy', 'strewing', 'striated', 'stricken', 'stricter', 'strictly', 'stridden', 'strident', 'striding', 'strikers', 'striking', 'stringed', 'stringer', 'striping', 'stripped', 'stripper', 'striving', 'strokers', 'stroking', 'strolled', 'stroller', 'stronger', 'strongly', 'strophes', 'stropped', 'strudels', 'struggle', 'strummed', 'strumpet', 'strutted', 'stubbier', 'stubbing', 'stubbles', 'stubborn', 'stuccoed', 'stuccoes', 'studding', 'students', 'studious', 'studying', 'stuffier', 'stuffily', 'stuffing', 'stultify', 'stumbled', 'stumbler', 'stumbles', 'stumpage', 'stumpier', 'stumping', 'stunning', 'stunting', 'stupider', 'stupidly', 'sturdier', 'sturdily', 'sturgeon', 'stutters', 'stylised', 'stylises', 'stylists', 'stylites', 'stylized', 'stylizes', 'styluses', 'stymying', 'styptics', 'suavitys', 'subclass', 'subduing', 'subfield', 'subfiles', 'subgoals', 'subgraph', 'subgroup', 'subheads', 'subhuman', 'subjects', 'subjoins', 'sublease', 'sublimed', 'sublimer', 'sublimes', 'sublists', 'submerge', 'submerse', 'submodes', 'suborned', 'subplots', 'subpoena', 'subproof', 'subrange', 'subsided', 'subsides', 'subsidys', 'subsists', 'subsoils', 'subsonic', 'subspace', 'subsumed', 'subsumes', 'subtasks', 'subteens', 'subtitle', 'subtlest', 'subtlety', 'subtotal', 'subtract', 'subtrees', 'subunits', 'suburban', 'suburbia', 'subverts', 'succeeds', 'successs', 'succinct', 'succored', 'succours', 'succubus', 'succumbs', 'suchlike', 'suckered', 'suckling', 'sucretss', 'sucroses', 'suctions', 'sudanese', 'suddenly', 'sudsiest', 'suffered', 'sufferer', 'sufficed', 'suffices', 'suffixed', 'suffixer', 'suffixes', 'suffrage', 'suffused', 'suffuses', 'sugarier', 'sugaring', 'suggests', 'suhartos', 'suicidal', 'suicides', 'suitable', 'suitably', 'suitcase', 'suitings', 'sukiyaki', 'sukkoths', 'sulawesi', 'suleiman', 'sulfates', 'sulfides', 'sulfured', 'sulfuric', 'sulkiest', 'sullener', 'sullenly', 'sullivan', 'sullying', 'sulphate', 'sulphide', 'sulphurs', 'sultanas', 'sultrier', 'sumatras', 'sumerian', 'sumerias', 'summands', 'summarys', 'summered', 'summitry', 'summoned', 'summoner', 'summonss', 'sunbathe', 'sunbeams', 'sunbelts', 'sunblock', 'sunburns', 'sunburnt', 'sundered', 'sundials', 'sundowns', 'sundries', 'sunfishs', 'sunglass', 'sunkists', 'sunlamps', 'sunlight', 'sunniest', 'sunrises', 'sunroofs', 'sunshade', 'sunshine', 'sunshiny', 'sunspots', 'superber', 'superbly', 'superego', 'superior', 'superman', 'supermen', 'superset', 'supplant', 'supplest', 'supplied', 'supplier', 'supplies', 'supports', 'supposed', 'supposes', 'suppress', 'supremum', 'surabaya', 'surcease', 'surefire', 'sureness', 'sureties', 'surfaced', 'surfaces', 'surfeits', 'surfings', 'surgeons', 'surgerys', 'surgical', 'suriname', 'surinams', 'surliest', 'surmised', 'surmises', 'surmount', 'surnames', 'surplice', 'surpluss', 'surprise', 'surround', 'surtaxed', 'surtaxes', 'surveyed', 'surveyor', 'survival', 'survived', 'survives', 'survivor', 'susannes', 'suspects', 'suspends', 'suspense', 'sustains', 'suturing', 'suwanees', 'suzannes', 'suzerain', 'suzettes', 'svalbard', 'sveltest', 'svengali', 'swabbing', 'swaddled', 'swaddles', 'swaggers', 'swagging', 'swahilis', 'swallows', 'swampier', 'swamping', 'swankest', 'swankier', 'swanking', 'swanlike', 'swanseas', 'swansons', 'swapping', 'swarming', 'swashing', 'swastika', 'swatches', 'swathing', 'swatters', 'swatting', 'swearers', 'swearing', 'sweaters', 'sweatier', 'sweating', 'swedishs', 'sweeneys', 'sweepers', 'sweeping', 'sweetens', 'sweetest', 'sweeties', 'sweetish', 'swellest', 'swelling', 'swelters', 'swerving', 'swiftest', 'swigging', 'swilling', 'swimmers', 'swimming', 'swimsuit', 'swindled', 'swindler', 'swindles', 'swingers', 'swinging', 'swirlier', 'swirling', 'swishest', 'swishing', 'swissair', 'switched', 'switcher', 'switches', 'swiveled', 'swooning', 'swooping', 'swopping', 'sybarite', 'sycamore', 'syllabic', 'syllable', 'syllabus', 'sylvania', 'symbolic', 'symmetry', 'sympathy', 'symphony', 'symposia', 'symptoms', 'synagogs', 'synapses', 'synaptic', 'synching', 'syndrome', 'synergys', 'synonyms', 'synonymy', 'synopses', 'synopsis', 'synoptic', 'syphilis', 'syphoned', 'syracuse', 'syringed', 'syringes', 'systemic', 'systolic', 'szechuan', 'szilards', 'tabascos', 'tabathas', 'tabithas', 'tableaus', 'tableaux', 'tabloids', 'tabooing', 'tabulate', 'tachinid', 'taciturn', 'tackiest', 'tacklers', 'tackling', 'tactical', 'tactless', 'tadpoles', 'tadzhiks', 'taffetas', 'tagalogs', 'tahitian', 'taichung', 'tailcoat', 'tailgate', 'tailless', 'tailored', 'tailpipe', 'tailspin', 'tailwind', 'tainting', 'takeoffs', 'takeouts', 'takeover', 'takingss', 'talented', 'talibans', 'taliesin', 'talisman', 'tallinns', 'tallness', 'tallyhos', 'tallying', 'talmudic', 'tamarack', 'tamarind', 'tameable', 'tameness', 'tammanys', 'tampered', 'tamworth', 'tanagers', 'tangelos', 'tangents', 'tangible', 'tangibly', 'tangiers', 'tangiest', 'tangling', 'tangoing', 'tangshan', 'tanishas', 'tankards', 'tankfuls', 'tannerys', 'tantalum', 'tantalus', 'tantrums', 'tanzania', 'tapering', 'tapestry', 'tapeworm', 'tapiocas', 'taprooms', 'taproots', 'tarazeds', 'tarbells', 'tardiest', 'targeted', 'tarnishs', 'tarpaper', 'tarragon', 'tarriest', 'tarrying', 'tartness', 'tartuffe', 'tashkent', 'tasmania', 'tasseled', 'tasteful', 'tastiest', 'tattered', 'tattings', 'tattlers', 'tattling', 'tattooed', 'taunting', 'tauruses', 'tautness', 'tawdrier', 'tawniest', 'taxation', 'taxicabs', 'taxonomy', 'taxpayer', 'tbilisis', 'teachers', 'teaching', 'teahouse', 'teakwood', 'teammate', 'teamster', 'teamwork', 'teardrop', 'teargass', 'teariest', 'tearooms', 'teasdale', 'teaspoon', 'technion', 'tectonic', 'tecumseh', 'teenaged', 'teenager', 'teeniest', 'teensier', 'teetered', 'teething', 'teetotal', 'teherans', 'telecast', 'teledyne', 'telegram', 'telemann', 'telethon', 'teletype', 'televise', 'telexing', 'telltale', 'temblors', 'temerity', 'temperas', 'tempered', 'tempests', 'templars', 'template', 'temporal', 'tempters', 'tempting', 'tempuras', 'tenacity', 'tenancys', 'tenanted', 'tendency', 'tendered', 'tenderer', 'tenderly', 'tendrils', 'tenement', 'tennyson', 'tenoning', 'tenpinss', 'tensions', 'tentacle', 'tenuring', 'tequilas', 'terabits', 'terabyte', 'terminal', 'terminus', 'termites', 'termwise', 'terraced', 'terraces', 'terrains', 'terrance', 'terrapin', 'terraria', 'terrells', 'terrence', 'terrible', 'terribly', 'terriers', 'terrific', 'tertiary', 'testable', 'testates', 'testicle', 'testiest', 'testings', 'tetanuss', 'tethered', 'teutonic', 'textbook', 'textiles', 'textural', 'textured', 'textures', 'thaddeus', 'thailand', 'thalamus', 'thallium', 'thankful', 'thanking', 'thatched', 'thatcher', 'thatches', 'theaters', 'theatres', 'theatric', 'theilers', 'theistic', 'thematic', 'theodora', 'theodore', 'theology', 'theorems', 'theories', 'theorise', 'theorist', 'theorize', 'therapys', 'therefor', 'thereses', 'thermals', 'thermoss', 'thesauri', 'theseuss', 'thespian', 'thespiss', 'thessaly', 'thiamine', 'thiamins', 'thickens', 'thickest', 'thickets', 'thickish', 'thickset', 'thievery', 'thieving', 'thievish', 'thimbles', 'thinkers', 'thinking', 'thinners', 'thinness', 'thinnest', 'thinning', 'thinnish', 'thirsted', 'thirteen', 'thirties', 'thistles', 'thomisms', 'thompson', 'thoraces', 'thoracic', 'thoraxes', 'thoreaus', 'thoriate', 'thoriums', 'thornier', 'thornton', 'thorough', 'thoughts', 'thousand', 'thracian', 'thraldom', 'thralled', 'thrashed', 'thrasher', 'thrashes', 'threaded', 'threader', 'threaten', 'threnody', 'threshed', 'thresher', 'threshes', 'thrilled', 'thriller', 'thriving', 'throated', 'throbbed', 'thronged', 'throttle', 'throwers', 'throwing', 'thrummed', 'thrushes', 'thrusted', 'thruster', 'thruways', 'thudding', 'thumbing', 'thumping', 'thunders', 'thurmans', 'thurmond', 'thursday', 'thutmose', 'thwacked', 'thwarted', 'thymuses', 'thyroids', 'tianjins', 'tiberius', 'tibetans', 'ticketed', 'tickings', 'tickling', 'ticklish', 'tideland', 'tidiness', 'tidingss', 'tientsin', 'tightens', 'tightest', 'tightwad', 'tigresss', 'tijuanas', 'tillable', 'tillages', 'tillmans', 'timbered', 'timbuktu', 'timeless', 'timelier', 'timeworn', 'timezone', 'timidest', 'timidity', 'timorous', 'timpanis', 'timurids', 'tincture', 'tinfoils', 'tingeing', 'tinglier', 'tingling', 'tininess', 'tinkered', 'tinkling', 'tinniest', 'tinseled', 'tinsmith', 'tipplers', 'tippling', 'tipsiest', 'tipsters', 'tiredest', 'tireless', 'tiresias', 'tiresome', 'titanate', 'titanium', 'titicaca', 'titmouse', 'tittered', 'tlingits', 'toadying', 'toasters', 'toastier', 'toasting', 'tobaccos', 'toboggan', 'toddlers', 'toddling', 'toeholds', 'toenails', 'together', 'toggling', 'toileted', 'toiletry', 'toilette', 'toilsome', 'tokenism', 'tokugawa', 'tolerant', 'tolerate', 'tollgate', 'tolstoys', 'tolyatti', 'tomahawk', 'tomatoes', 'tombaugh', 'tomblike', 'tomorrow', 'tompkins', 'tonality', 'toneless', 'tonguing', 'tonights', 'tonnages', 'tonsured', 'tonsures', 'toolboxs', 'toolmake', 'toothier', 'topcoats', 'topknots', 'topmasts', 'topnotch', 'topology', 'toppings', 'toppling', 'topsails', 'topsides', 'topsoils', 'torching', 'toreador', 'torments', 'tornados', 'toroidal', 'torontos', 'torpedos', 'torquing', 'torrance', 'torrents', 'torrider', 'torsions', 'tortilla', 'tortoise', 'tortuous', 'tortured', 'torturer', 'tortures', 'torvalds', 'toshibas', 'totaling', 'totality', 'totalled', 'totaller', 'tottered', 'touchier', 'touchily', 'touching', 'toughens', 'toughest', 'toulouse', 'tourisms', 'tourists', 'tourneys', 'tousling', 'toweling', 'towelled', 'towering', 'towheads', 'townsend', 'township', 'townsman', 'townsmen', 'towpaths', 'toxaemia', 'toxemias', 'toxicity', 'toynbees', 'tracerys', 'tracheae', 'tracheas', 'tracings', 'trackage', 'trackers', 'tracking', 'traction', 'tractive', 'tractors', 'tradeoff', 'traduced', 'traduces', 'traffics', 'tragedys', 'trailers', 'trailing', 'trainees', 'trainers', 'training', 'trainman', 'trainmen', 'traipsed', 'traipses', 'traitors', 'trammels', 'tramming', 'tramping', 'trampled', 'trampler', 'tramples', 'tranquil', 'transact', 'transect', 'transept', 'transfer', 'transfix', 'transite', 'transits', 'transmit', 'transoms', 'trapdoor', 'trapezes', 'trappers', 'trapping', 'trappist', 'trashcan', 'trashier', 'trashing', 'traumata', 'travails', 'traveled', 'traveler', 'travelog', 'traverse', 'travesty', 'travolta', 'trawlers', 'trawling', 'treacles', 'treading', 'treadled', 'treadles', 'treasons', 'treasure', 'treasury', 'treaties', 'treating', 'treatise', 'trebling', 'treeless', 'treelike', 'treetops', 'trefoils', 'trekkies', 'trekking', 'trelliss', 'trembled', 'trembles', 'tremolos', 'trenched', 'trencher', 'trenches', 'trendier', 'trendies', 'trending', 'trentons', 'trespass', 'trestles', 'trevinos', 'trialing', 'trialled', 'triangle', 'triassic', 'tribunal', 'tribunes', 'tributes', 'tricepss', 'trickery', 'trickier', 'tricking', 'trickled', 'trickles', 'tricolor', 'tricycle', 'tridents', 'triflers', 'trifling', 'triggers', 'trigonal', 'trilling', 'trillion', 'trilogys', 'trimaran', 'trimmers', 'trimmest', 'trimming', 'trimness', 'trimurti', 'trinidad', 'trinitys', 'trinkets', 'trioxide', 'triplets', 'triplett', 'tripling', 'tripolis', 'tripping', 'triptych', 'trisects', 'tristans', 'tristate', 'triumphs', 'trochees', 'trolleys', 'trollies', 'trolling', 'trollope', 'trollops', 'trombone', 'tromping', 'troopers', 'trooping', 'trophies', 'tropical', 'tropicss', 'tropisms', 'trotters', 'trotting', 'troubled', 'troubles', 'trounced', 'trounces', 'troupers', 'trouping', 'trousers', 'troutman', 'troweled', 'truancys', 'truanted', 'truckees', 'truckers', 'trucking', 'truckled', 'truckles', 'trudging', 'truffaut', 'truffles', 'trujillo', 'trumbull', 'trumpery', 'trumpets', 'trumping', 'truncate', 'trundled', 'trundles', 'trunking', 'trussing', 'trustees', 'trustful', 'trustier', 'trusties', 'trusting', 'truthful', 'trysting', 'tsarinas', 'tsingtao', 'tsunamis', 'tuamotus', 'tubbiest', 'tubeless', 'tubercle', 'tuberous', 'tuckered', 'tucumans', 'tuesdays', 'tugboats', 'tuitions', 'tulsidas', 'tumblers', 'tumbling', 'tumbrels', 'tumbrils', 'tuneless', 'tungsten', 'tunguska', 'tunisian', 'tunisias', 'tunneled', 'turbines', 'turbofan', 'turbojet', 'turgenev', 'turgidly', 'turkishs', 'turmeric', 'turmoils', 'turnable', 'turncoat', 'turnings', 'turnkeys', 'turnoffs', 'turnouts', 'turnover', 'turnpike', 'tuscanys', 'tuskegee', 'tussauds', 'tussling', 'tussocks', 'tutelage', 'tutorial', 'tutoring', 'tuxedoes', 'twaddled', 'twaddles', 'twanging', 'tweaking', 'tweedier', 'tweeters', 'tweeting', 'tweezers', 'twelfths', 'twenties', 'twiddled', 'twiddles', 'twiggier', 'twigging', 'twilight', 'twinging', 'twinkies', 'twinkled', 'twinkler', 'twinkles', 'twinning', 'twirlers', 'twirling', 'twisters', 'twisting', 'twitched', 'twitches', 'twitters', 'twitting', 'twosomes', 'tylenols', 'tympanum', 'typecast', 'typeface', 'typesets', 'typhoids', 'typhoons', 'typified', 'typifies', 'typology', 'tyrannic', 'tyrannys', 'tyrosine', 'tzarinas', 'ubiquity', 'uccellos', 'ugandans', 'ugliness', 'ukeleles', 'ukraines', 'ukuleles', 'ulcerate', 'ulcerous', 'ulterior', 'ultimata', 'ultimate', 'ululated', 'ululates', 'ulyssess', 'umbilici', 'umbrages', 'umbrella', 'umbriels', 'umpiring', 'unabated', 'unafraid', 'unawares', 'unbarred', 'unbeaten', 'unbelief', 'unbiased', 'unbidden', 'unblocks', 'unbolted', 'unbosoms', 'unbroken', 'unbuckle', 'unburden', 'unbutton', 'uncalled', 'uncaring', 'uncaught', 'unclasps', 'unclosed', 'unclothe', 'uncoiled', 'uncommon', 'uncooked', 'uncorked', 'uncouple', 'uncovers', 'unctions', 'unctuous', 'underact', 'underage', 'underarm', 'underbid', 'undercut', 'underdog', 'underfed', 'undergos', 'underlay', 'underlie', 'underpay', 'underpin', 'undersea', 'undertow', 'underway', 'undoings', 'undresss', 'undulant', 'undulate', 'unearned', 'unearths', 'uneasier', 'uneasily', 'unedited', 'unending', 'unerring', 'unevener', 'unevenly', 'unfairer', 'unfairly', 'unfasten', 'unfetter', 'unfilled', 'unfitted', 'unfolded', 'unformed', 'unfrocks', 'unfurled', 'ungainly', 'unguents', 'unguided', 'ungulate', 'unhanded', 'unharmed', 'unheeded', 'unhinged', 'unhinges', 'unholier', 'unhooked', 'unhorsed', 'unhorses', 'uniaxial', 'unicodes', 'unicorns', 'unicycle', 'unifiers', 'uniforms', 'unifying', 'unilever', 'unimodal', 'unionise', 'unionize', 'unipolar', 'uniquely', 'uniquest', 'uniroyal', 'univalve', 'universe', 'unjustly', 'unkinder', 'unkindly', 'unknowns', 'unlacing', 'unlawful', 'unleaded', 'unlearns', 'unlearnt', 'unlikely', 'unlinked', 'unlisted', 'unloaded', 'unlocked', 'unloosed', 'unlooses', 'unmaking', 'unmanned', 'unmarked', 'unmasked', 'unneeded', 'unnerved', 'unnerves', 'unopened', 'unpacked', 'unparsed', 'unpinned', 'unprimed', 'unproved', 'unproven', 'unquoted', 'unquotes', 'unravels', 'unripest', 'unrolled', 'unrulier', 'unsaddle', 'unsafely', 'unsafest', 'unsalted', 'unsavory', 'unsaying', 'unscrews', 'unsealed', 'unseated', 'unseeded', 'unseeing', 'unseemly', 'unsettle', 'unshaken', 'unshared', 'unshaven', 'unsigned', 'unsnarls', 'unsolved', 'unspoilt', 'unspoken', 'unstable', 'unstated', 'unsteady', 'unstrung', 'unsubtle', 'unsuited', 'untangle', 'untapped', 'untaught', 'untested', 'untidier', 'untimely', 'untiring', 'untitled', 'untoward', 'untruest', 'untruths', 'untwists', 'unusable', 'unveiled', 'unvoiced', 'unwanted', 'unwarier', 'unwashed', 'unwieldy', 'unwinder', 'unwisely', 'unwisest', 'unwonted', 'unworthy', 'unzipped', 'upbraids', 'upchucks', 'upcoming', 'updating', 'updrafts', 'upending', 'upgraded', 'upgrades', 'upheaval', 'upholder', 'uplifted', 'upmarket', 'uppercut', 'upraised', 'upraises', 'uprights', 'uprising', 'uprooted', 'upstaged', 'upstages', 'upstairs', 'upstarts', 'upstater', 'upstates', 'upstream', 'upsurged', 'upsurges', 'upswings', 'upturned', 'upwardly', 'uraniums', 'urbanest', 'urbanise', 'urbanite', 'urbanity', 'urbanize', 'urethane', 'urethrae', 'urethras', 'urgencys', 'urgently', 'urinated', 'urinates', 'urologys', 'urquhart', 'ursuline', 'uruguays', 'usefully', 'ushering', 'usurious', 'usurpers', 'usurping', 'utensils', 'uteruses', 'utilised', 'utilises', 'utilitys', 'utilized', 'utilizes', 'utopians', 'utrechts', 'utrillos', 'uttering', 'vacancys', 'vacantly', 'vacating', 'vacation', 'vaccines', 'vacuitys', 'vacuumed', 'vagabond', 'vagaries', 'vagrancy', 'vagrants', 'valances', 'valaries', 'valences', 'valencia', 'valentin', 'valentis', 'valerian', 'valerias', 'valeries', 'valeting', 'valhalla', 'validate', 'validity', 'valkyrie', 'valletta', 'valorous', 'valuable', 'valuably', 'vamoosed', 'vamooses', 'vampires', 'vanadium', 'vanessas', 'vanguard', 'vanillas', 'vanished', 'vanisher', 'vanishes', 'vanities', 'vanquish', 'vantages', 'vanuatus', 'vanzetti', 'vapidity', 'vaporing', 'vaporise', 'vaporize', 'vaporous', 'varanasi', 'variable', 'variably', 'variance', 'variants', 'varicose', 'varietys', 'varistor', 'varitype', 'varmints', 'varnishs', 'varsitys', 'varyings', 'vascular', 'vaseline', 'vasquezs', 'vastness', 'vaticans', 'vaulters', 'vaulting', 'vaunting', 'vazquezs', 'vectored', 'vegemite', 'vegetate', 'vehement', 'vehicles', 'velocity', 'velourss', 'velsquez', 'velveeta', 'velzquez', 'venality', 'vendetta', 'vendible', 'veneered', 'venerate', 'venereal', 'venetian', 'vengeful', 'venisons', 'venomous', 'ventolin', 'ventured', 'venturer', 'ventures', 'venusian', 'veracity', 'veracruz', 'verandah', 'verandas', 'verbally', 'verbatim', 'verbenas', 'verbiage', 'verdicts', 'verdures', 'verified', 'verifier', 'verifies', 'verities', 'verizons', 'verlaine', 'vermonts', 'vermouth', 'veronese', 'veronica', 'versatec', 'versions', 'vertebra', 'vertexes', 'vertical', 'vertices', 'vertigos', 'vesalius', 'vesicles', 'vespucci', 'vestiges', 'vestment', 'vestries', 'vesuvius', 'veterans', 'vexation', 'viaducts', 'vibrancy', 'vibrated', 'vibrates', 'vibrator', 'vibratos', 'viburnum', 'vicarage', 'vicelike', 'vicentes', 'viceroys', 'vicinity', 'victoria', 'victorys', 'victrola', 'victuals', 'viennese', 'vietcong', 'vietminh', 'vietnams', 'viewable', 'viewings', 'viewport', 'vigilant', 'vignette', 'vigorous', 'vileness', 'vilified', 'vilifies', 'villager', 'villages', 'villains', 'villainy', 'villeins', 'vilniuss', 'vincents', 'vinegars', 'vinegary', 'vineyard', 'vintages', 'vintners', 'violable', 'violated', 'violates', 'violator', 'violence', 'violists', 'viragoes', 'virginal', 'virginia', 'virgules', 'virility', 'virology', 'virtuosi', 'virtuoso', 'virtuous', 'virulent', 'visayans', 'visceral', 'viscount', 'viselike', 'visigoth', 'visioned', 'visiting', 'visitors', 'vistulas', 'visually', 'vitalise', 'vitality', 'vitalize', 'vitamins', 'vitiated', 'vitiates', 'vitreous', 'vitriols', 'vivacity', 'vividest', 'vivienne', 'vivified', 'vivifies', 'vixenish', 'vladimir', 'vlaminck', 'vocalise', 'vocalist', 'vocalize', 'vocation', 'vocative', 'volatile', 'volcanic', 'volcanos', 'volckers', 'volition', 'volleyed', 'volstead', 'voltages', 'voltaire', 'volterra', 'vomiting', 'vonnegut', 'voodooed', 'voracity', 'voronezh', 'vorsters', 'vortexes', 'vortices', 'votaries', 'vouchers', 'vouching', 'voyagers', 'voyaging', 'vreeland', 'vuittons', 'vulgarer', 'vulgarly', 'vulgates', 'vultures', 'wackiest', 'waddings', 'waddling', 'waffling', 'wagering', 'waggling', 'wagoneer', 'wagoners', 'wainscot', 'waitress', 'wakening', 'waldemar', 'waldheim', 'waldorfs', 'walgreen', 'walkouts', 'walkover', 'walkways', 'wallabys', 'walleyed', 'walleyes', 'walloped', 'wallowed', 'walmarts', 'walpoles', 'walruses', 'waltzing', 'wandered', 'wanderer', 'wangling', 'wannabes', 'wantoned', 'wantonly', 'warblers', 'warbling', 'wardrobe', 'wardroom', 'warfares', 'warheads', 'warhorse', 'wariness', 'warlocks', 'warlords', 'warnings', 'warpaths', 'warplane', 'warrants', 'warranty', 'warriors', 'warships', 'warthogs', 'wartiest', 'wartimes', 'wasatchs', 'washable', 'washbowl', 'washburn', 'washings', 'washouts', 'washroom', 'washtubs', 'wassails', 'wastages', 'wasteful', 'wastrels', 'watanabe', 'watchdog', 'watchers', 'watchful', 'watching', 'watchman', 'watchmen', 'waterbed', 'waterier', 'watering', 'waterloo', 'waterman', 'waterway', 'wattages', 'wattling', 'waveform', 'wavelets', 'wavering', 'waviness', 'waxiness', 'waxwings', 'waxworks', 'wayfarer', 'waysides', 'weakened', 'weakfish', 'weakling', 'weakness', 'weaponry', 'wearable', 'weariest', 'wearying', 'weaseled', 'weathers', 'webbings', 'websites', 'websters', 'weddells', 'weddings', 'wedgwood', 'wedlocks', 'weediest', 'weekdays', 'weekends', 'weeklies', 'weepiest', 'weepings', 'weighing', 'weighted', 'weinberg', 'weirdest', 'weizmann', 'welching', 'welcomed', 'welcomes', 'welfares', 'wellands', 'welshing', 'welshman', 'welshmen', 'weltered', 'wendells', 'werewolf', 'wesleyan', 'westerly', 'westerns', 'westward', 'wetbacks', 'wetlands', 'wetnesss', 'whackier', 'whacking', 'whalings', 'whammies', 'whamming', 'whatever', 'whatnots', 'wheaties', 'wheedled', 'wheedles', 'wheelers', 'wheeling', 'wheezier', 'wheezing', 'whelping', 'whenever', 'wherever', 'whetting', 'whiffing', 'whimpers', 'whimseys', 'whimsies', 'whiniest', 'whinnied', 'whinnies', 'whipcord', 'whiplash', 'whippany', 'whippers', 'whippets', 'whipping', 'whipples', 'whirling', 'whirring', 'whiskers', 'whiskeys', 'whiskies', 'whisking', 'whispers', 'whistled', 'whistler', 'whistles', 'whitaker', 'whitcomb', 'whitecap', 'whiteley', 'whitened', 'whitener', 'whitings', 'whitleys', 'whitlock', 'whitneys', 'whittier', 'whittled', 'whittler', 'whittles', 'whizzing', 'whodunit', 'whomever', 'whoopees', 'whooping', 'whooshed', 'whooshes', 'whoppers', 'whopping', 'wichitas', 'wickeder', 'wickedly', 'wideness', 'widening', 'widgeons', 'widowers', 'widowing', 'wielding', 'wifelier', 'wigglers', 'wigglier', 'wiggling', 'wightman', 'wilberts', 'wilburns', 'wildcats', 'wildfire', 'wildfowl', 'wildlife', 'wildness', 'wilfords', 'wilfredo', 'wilfreds', 'wilfully', 'wilhelms', 'wiliness', 'williams', 'williess', 'wilshire', 'wimpiest', 'wimpling', 'winchell', 'winching', 'windbags', 'windburn', 'windfall', 'windhoek', 'windiest', 'windings', 'windlass', 'windmill', 'windowed', 'windpipe', 'windsock', 'windsors', 'windsurf', 'windward', 'winemake', 'wineries', 'winesaps', 'wineskin', 'winfield', 'winfreds', 'winfreys', 'wingback', 'wingless', 'wingspan', 'wingtips', 'winifred', 'winnetka', 'winnings', 'winnipeg', 'winnowed', 'winsomer', 'winstons', 'wintered', 'winthrop', 'wintrier', 'wireless', 'wiretaps', 'wiriness', 'wiseacre', 'wishbone', 'wispiest', 'wistaria', 'wisteria', 'witchery', 'witching', 'withdraw', 'withdrew', 'withered', 'witherss', 'withheld', 'withhold', 'witnesss', 'wittiest', 'wizardry', 'wobblier', 'wobbling', 'wobegons', 'woefully', 'wolfgang', 'wolframs', 'womanise', 'womanish', 'womanize', 'wondered', 'wondrous', 'woodards', 'woodbine', 'woodbury', 'woodcock', 'woodcuts', 'woodener', 'woodenly', 'woodhull', 'woodiest', 'woodland', 'woodlawn', 'woodmans', 'woodpeck', 'woodpile', 'woodrows', 'woodruff', 'woodshed', 'woodside', 'woodsier', 'woodsman', 'woodsmen', 'woodward', 'woodwind', 'woodwork', 'woodworm', 'woodyard', 'wooliest', 'woolites', 'woollens', 'woollier', 'woollies', 'woosters', 'wooziest', 'wordiest', 'wordings', 'wordplay', 'workable', 'workably', 'workaday', 'workbook', 'workdays', 'workfare', 'workings', 'workload', 'workmans', 'workouts', 'workshop', 'workweek', 'wormhole', 'wormiest', 'wormwood', 'worriers', 'worrying', 'worsened', 'worships', 'worsteds', 'worsting', 'worthier', 'worthies', 'worthily', 'wounding', 'wozniaks', 'wozzecks', 'wrangell', 'wrangled', 'wrangler', 'wrangles', 'wrappers', 'wrapping', 'wrathful', 'wreaking', 'wreathed', 'wreathes', 'wreckage', 'wreckers', 'wrecking', 'wrenched', 'wrenches', 'wresting', 'wrestled', 'wrestler', 'wrestles', 'wretched', 'wretches', 'wriggled', 'wriggler', 'wriggles', 'wrigleys', 'wringers', 'wringing', 'wrinkled', 'wrinkles', 'wrinklys', 'writable', 'writhing', 'writings', 'wroclaws', 'wrongest', 'wrongful', 'wronging', 'wrynesss', 'wycliffe', 'wyomings', 'xenakiss', 'xenophon', 'xiaoping', 'xiongnus', 'yachting', 'yahtzees', 'yamagata', 'yammered', 'yangtzes', 'yaobangs', 'yaoundes', 'yardages', 'yardarms', 'yarmouth', 'yarmulke', 'yearbook', 'yearlies', 'yearling', 'yearning', 'yeastier', 'yellowed', 'yellower', 'yeniseis', 'yeomanry', 'yesenias', 'yeshivah', 'yeshivas', 'yeshivot', 'yiddishs', 'yielding', 'yodelers', 'yodeling', 'yodelled', 'yodeller', 'yoghourt', 'yoghurts', 'yokohama', 'yolandas', 'yorktown', 'yosemite', 'youngest', 'youngish', 'yourself', 'youthful', 'youtubes', 'yttriums', 'yucatans', 'yuckiest', 'yugoslav', 'yuletide', 'yummiest', 'zacharys', 'zacherys', 'zambezis', 'zambians', 'zamenhof', 'zaniness', 'zanzibar', 'zedekiah', 'zephyrus', 'zeppelin', 'zhivagos', 'ziegfeld', 'zieglers', 'zillions', 'zimbabwe', 'zincking', 'zionisms', 'zionists', 'zippered', 'zippiest', 'zodiacal', 'zoologys', 'zucchini', 'zwieback', 'zwinglis', 'zworykin', 'zyuganov', 'aardvarks', 'abandoned', 'abasement', 'abatement', 'abattoirs', 'abdicated', 'abdicates', 'abdominal', 'abducting', 'abduction', 'abductors', 'aberdeens', 'abernathy', 'abeyances', 'abhorrent', 'abhorring', 'abilities', 'abjection', 'ablatives', 'ablutions', 'abnegated', 'abnegates', 'abolished', 'abolisher', 'abolishes', 'abolition', 'abominate', 'aborigine', 'abortions', 'abounding', 'abrasions', 'abrasives', 'abridging', 'abrogated', 'abrogates', 'abruptest', 'abscessed', 'abscesses', 'abscissae', 'abscissas', 'absconded', 'absentees', 'absenting', 'absinthes', 'absolutes', 'absolving', 'absorbent', 'absorbing', 'abstained', 'abstainer', 'abstinent', 'abstracts', 'absurdest', 'absurdity', 'abuilding', 'abundance', 'abusively', 'abutments', 'abysmally', 'abyssinia', 'academias', 'academics', 'academies', 'acanthuss', 'acapulcos', 'accenting', 'accentual', 'accenture', 'acceptant', 'accepters', 'accepting', 'acceptors', 'accessing', 'accession', 'accessors', 'accessory', 'accidents', 'accipiter', 'acclaimed', 'acclimate', 'accolades', 'accompany', 'accordant', 'accorders', 'according', 'accordion', 'accosting', 'accounted', 'accredits', 'accretion', 'accuracys', 'accustoms', 'acerbitys', 'acetylene', 'achievers', 'achieving', 'achilless', 'acidified', 'acidifies', 'acidities', 'acidulous', 'aconcagua', 'acoustics', 'acquaints', 'acquiesce', 'acquiring', 'acquittal', 'acquitted', 'acquitter', 'acrimonys', 'acrobatic', 'acropolis', 'acrostics', 'actiniums', 'activated', 'activates', 'activator', 'activisms', 'activists', 'activitys', 'actresses', 'actualise', 'actuality', 'actualize', 'actuarial', 'actuaries', 'actuating', 'actuators', 'acuteness', 'adamantly', 'adaptable', 'addendums', 'adderleys', 'addicting', 'addiction', 'addictive', 'additions', 'additives', 'addressed', 'addressee', 'addresser', 'addresses', 'adducible', 'adducting', 'adduction', 'adelaides', 'adenoidal', 'adenosine', 'adeptness', 'adequacys', 'adherence', 'adherents', 'adhesions', 'adhesives', 'adiabatic', 'adjacency', 'adjective', 'adjoining', 'adjourned', 'adjudging', 'adjusters', 'adjusting', 'adjustors', 'adjutants', 'admirable', 'admirably', 'admiralty', 'admission', 'admitters', 'admitting', 'admixture', 'adoptions', 'adoration', 'adoringly', 'adornment', 'adriatics', 'adriennes', 'adsorbate', 'adsorbing', 'adulating', 'adulation', 'adulterer', 'adulterys', 'adulthood', 'adumbrate', 'advancing', 'advantage', 'adventist', 'adventure', 'adverbial', 'adversary', 'adversely', 'adversest', 'adversity', 'adverting', 'advertise', 'advisable', 'advisably', 'advisedly', 'advisorys', 'advocacys', 'advocated', 'advocates', 'aerations', 'aerialist', 'aerobicss', 'aeroflots', 'aerofoils', 'aeroplane', 'aerospace', 'aeschylus', 'aesthetes', 'aesthetic', 'aetiology', 'affectate', 'affecting', 'affection', 'affective', 'affianced', 'affidavit', 'affiliate', 'affinitys', 'affirming', 'afflicted', 'affluence', 'affording', 'afforests', 'affricate', 'affronted', 'aforesaid', 'afrikaans', 'afrikaner', 'aftercare', 'afterglow', 'afterlife', 'aftermath', 'aftermost', 'afternoon', 'afterward', 'afterword', 'agamemnon', 'aggravate', 'aggregate', 'aggressor', 'aggrieved', 'aggrieves', 'agitating', 'agitation', 'agitators', 'agnostics', 'agonising', 'agonizing', 'agrarians', 'agreeable', 'agreeably', 'agreement', 'agrippina', 'agronomys', 'aguinaldo', 'ahmadabad', 'ahmedabad', 'ailanthus', 'aimlessly', 'airbrushs', 'aircrafts', 'airedales', 'airfields', 'airframes', 'airinesss', 'airlifted', 'airliners', 'airmailed', 'airplanes', 'airspaces', 'airstrips', 'airwavess', 'airworthy', 'akhmatova', 'alabamans', 'alabamian', 'alabaster', 'alacritys', 'alarmists', 'albacores', 'albanians', 'albatross', 'alchemist', 'alcindors', 'alcoholic', 'aldebaran', 'alderamin', 'aldermans', 'aleichems', 'alejandra', 'alejandro', 'alemberts', 'alertedly', 'alertness', 'aleutians', 'alexander', 'alexandra', 'alexandre', 'algaecide', 'algebraic', 'algerians', 'algonquin', 'algorithm', 'alienable', 'alienated', 'alienates', 'alighieri', 'alighting', 'alignment', 'alinement', 'aliphatic', 'alistairs', 'alkaloids', 'allahabad', 'allegedly', 'allegheny', 'allegiant', 'allegoric', 'allegorys', 'alleluias', 'allemande', 'allentown', 'allergens', 'allergies', 'allergist', 'alleviate', 'alleyways', 'alliances', 'alligator', 'allocable', 'allocated', 'allocates', 'allocator', 'allophone', 'allotment', 'allotting', 'allowable', 'allowably', 'allowance', 'allspices', 'allstates', 'allusions', 'alluvials', 'alluviums', 'almightys', 'almoravid', 'aloneness', 'alongside', 'aloofness', 'alphabets', 'alpheccas', 'alpheratz', 'alphonses', 'alphonsos', 'alsatians', 'alterable', 'altercate', 'alternate', 'altimeter', 'altiplano', 'altitudes', 'altruisms', 'altruists', 'aluminate', 'aluminium', 'aluminums', 'alvarados', 'alzheimer', 'amaranths', 'amaryllis', 'amaterasu', 'amazement', 'amazingly', 'ambergris', 'ambiances', 'ambiences', 'ambiguity', 'ambiguous', 'ambitions', 'ambitious', 'ambrosial', 'ambrosias', 'ambulance', 'ambuscade', 'ambushing', 'amendable', 'amendment', 'amenhotep', 'amenities', 'amerasian', 'americana', 'americans', 'americium', 'amethysts', 'amidships', 'amnesiacs', 'amnestied', 'amnesties', 'amorality', 'amorously', 'amorphous', 'amortised', 'amortises', 'amortized', 'amortizes', 'amounters', 'amounting', 'amperages', 'ampersand', 'amphibian', 'amphibole', 'amphioxis', 'amplified', 'amplifier', 'amplifies', 'amplitude', 'amputated', 'amputates', 'amsterdam', 'amusement', 'amusingly', 'anacondas', 'anaerobic', 'analectss', 'analeptic', 'analgesia', 'analgesic', 'analogies', 'analogous', 'analogues', 'analysers', 'analysing', 'analysiss', 'analyzers', 'analyzing', 'anaphoric', 'anarchism', 'anarchist', 'anastasia', 'anathemas', 'anatolian', 'anatolias', 'anatomies', 'anatomist', 'ancestors', 'ancestral', 'ancestrys', 'anchorage', 'anchoring', 'anchorite', 'anchorman', 'anchormen', 'anchovies', 'ancienter', 'anciently', 'ancillary', 'andalusia', 'andersens', 'andrettis', 'androgens', 'andromeda', 'anecdotal', 'anecdotes', 'aneurisms', 'aneurysms', 'angelfish', 'angelinas', 'angelines', 'angelique', 'angelitas', 'angleworm', 'anglicans', 'anglicize', 'angstroms', 'anguillas', 'anguished', 'anguishes', 'angularly', 'anhydride', 'anhydrite', 'anhydrous', 'aniakchak', 'animately', 'animating', 'animation', 'animators', 'animistic', 'animosity', 'annabelle', 'annapolis', 'annapurna', 'annealing', 'annmaries', 'annotated', 'annotates', 'announced', 'announcer', 'announces', 'annoyance', 'annuities', 'annulling', 'annulment', 'anointing', 'anomalies', 'anomalous', 'anonymity', 'anonymous', 'anopheles', 'anorexias', 'anorexics', 'anorthite', 'answerers', 'answering', 'antarctic', 'anteaters', 'antedated', 'antedates', 'antelopes', 'anterooms', 'anthology', 'antibodys', 'anticking', 'antidotes', 'antigones', 'antiheros', 'antiknock', 'antilless', 'antimonys', 'antipasti', 'antipasto', 'antipathy', 'antipodes', 'antiquary', 'antiquate', 'antiquing', 'antiquity', 'antiserum', 'antitoxin', 'antitrust', 'antiviral', 'antoninus', 'anxieties', 'anxiously', 'anybodies', 'anythings', 'apartheid', 'apartment', 'apathetic', 'apennines', 'aperiodic', 'aperitifs', 'apertures', 'aphelions', 'aphorisms', 'aphrodite', 'apocrypha', 'apologias', 'apologies', 'apologise', 'apologist', 'apologize', 'apoplexys', 'apostasys', 'apostates', 'apostolic', 'appalling', 'appaloosa', 'apparatus', 'appareled', 'appealers', 'appealing', 'appearers', 'appearing', 'appeasers', 'appeasing', 'appellant', 'appellate', 'appendage', 'appenders', 'appending', 'appendixs', 'appertain', 'appetiser', 'appetites', 'appetizer', 'applauded', 'applauses', 'applejack', 'appleseed', 'appliance', 'applicant', 'applicate', 'appointed', 'appointee', 'appointer', 'apportion', 'appraisal', 'appraised', 'appraiser', 'appraises', 'apprehend', 'apprising', 'approachs', 'approbate', 'approvals', 'approvers', 'approving', 'aptitudes', 'aquafresh', 'aquanauts', 'aquaplane', 'aquariums', 'aquariuss', 'aqueducts', 'aquitaine', 'arabesque', 'arachnids', 'araguayas', 'arawakans', 'arbitrage', 'arbitrary', 'arbitrate', 'arbitrons', 'arboretum', 'arbutuses', 'arcadians', 'arccosine', 'archaisms', 'archangel', 'archdukes', 'archenemy', 'archetype', 'archibald', 'architect', 'archivers', 'archiving', 'archivist', 'archnesss', 'arclength', 'arcturuss', 'arduously', 'argentina', 'argentine', 'argonauts', 'arguments', 'arianisms', 'arianists', 'aristides', 'aristotle', 'arizonans', 'arizonian', 'arkansans', 'arkansass', 'arkwright', 'arlington', 'armadillo', 'armagnacs', 'armaments', 'armatures', 'armchairs', 'armenians', 'arminiuss', 'armistice', 'armourers', 'armouries', 'armouring', 'armstrong', 'aromatics', 'arpeggios', 'arraigned', 'arrangers', 'arranging', 'arresters', 'arresting', 'arrestors', 'arrhenius', 'arrogance', 'arrogated', 'arrogates', 'arrowhead', 'arrowroot', 'arseholes', 'arsonists', 'artefacts', 'artemisia', 'arteriole', 'arthogram', 'arthritic', 'arthritis', 'arthropod', 'arthurian', 'artichoke', 'artifacts', 'artificer', 'artifices', 'artillery', 'artistrys', 'artlessly', 'asbestoss', 'ascendant', 'ascendent', 'ascenders', 'ascending', 'ascension', 'ascertain', 'ascribing', 'asexually', 'ashamedly', 'asheville', 'ashikagas', 'ashkhabad', 'ashmolean', 'asparagus', 'aspartame', 'asperitys', 'aspersion', 'asphalted', 'asphyxias', 'aspidiske', 'aspirants', 'aspirated', 'aspirates', 'aspirator', 'asplenium', 'assailant', 'assailing', 'assameses', 'assassins', 'assaulted', 'assaulter', 'assembled', 'assembler', 'assembles', 'assemblys', 'assenting', 'asserters', 'asserting', 'assertion', 'assertive', 'assessing', 'assessors', 'assiduity', 'assiduous', 'assignees', 'assigners', 'assigning', 'assistant', 'assisting', 'associate', 'assonance', 'assorting', 'assuaging', 'assurance', 'assuredly', 'assyrians', 'asterisks', 'asteroids', 'asthmatic', 'astounded', 'astraddle', 'astrakhan', 'astrology', 'astronaut', 'astronomy', 'astroturf', 'asymmetry', 'asymptote', 'atahualpa', 'atavistic', 'atemporal', 'athabasca', 'atheistic', 'athenians', 'athletics', 'atlantica', 'atlantics', 'atlantiss', 'atomisers', 'atomizers', 'atomizing', 'atonality', 'atonement', 'atrocious', 'atrocitys', 'atrophied', 'atrophies', 'attachers', 'attaching', 'attackers', 'attacking', 'attainder', 'attainers', 'attaining', 'attempted', 'attempter', 'attendant', 'attendees', 'attenders', 'attending', 'attention', 'attentive', 'attenuate', 'attesting', 'attitudes', 'attorneys', 'attracted', 'attractor', 'attribute', 'attrition', 'auctioned', 'audacious', 'audacitys', 'audiences', 'audiogram', 'audiology', 'audiotape', 'auditions', 'auditoria', 'augmented', 'augustest', 'augustine', 'augustuss', 'aurangzeb', 'auschwitz', 'austenite', 'austerely', 'austerest', 'austerity', 'australia', 'australis', 'austrians', 'authentic', 'authoring', 'authorise', 'authority', 'authorize', 'autoclave', 'autocracy', 'autocrats', 'autograph', 'automated', 'automates', 'automatic', 'automaton', 'autonomic', 'autonomys', 'autopilot', 'autopsied', 'autopsies', 'auxiliary', 'available', 'availably', 'avalanche', 'averaging', 'aversions', 'aviations', 'aviatrixs', 'avionicss', 'avocadoes', 'avocation', 'avoidable', 'avoidably', 'avoidance', 'avuncular', 'awakening', 'awareness', 'awesomely', 'awestruck', 'awfullest', 'awfulness', 'awkwarder', 'awkwardly', 'axiomatic', 'ayatollah', 'aylesbury', 'ayrshires', 'azimuthal', 'babushkas', 'babyhoods', 'bacchanal', 'bachelors', 'bacilluss', 'backaches', 'backarrow', 'backbends', 'backbiter', 'backbites', 'backboard', 'backbones', 'backdated', 'backdates', 'backdrops', 'backfield', 'backfired', 'backfires', 'backhands', 'backlashs', 'backorder', 'backpacks', 'backpedal', 'backplane', 'backplate', 'backrests', 'backsides', 'backslash', 'backslide', 'backspace', 'backspins', 'backstage', 'backstops', 'backtrack', 'backwards', 'backwashs', 'backwater', 'backwoods', 'backyards', 'bacterial', 'bacterias', 'bacterium', 'badgering', 'badinages', 'badlandss', 'badminton', 'badmouths', 'baedekers', 'bagatelle', 'bagginess', 'bahamians', 'bahaullah', 'bailiwick', 'bakelites', 'bakhtiari', 'balalaika', 'balancers', 'balancing', 'balconies', 'baldnesss', 'balearics', 'balefully', 'balineses', 'balkanize', 'balkiness', 'balladeer', 'ballasted', 'ballerina', 'ballfield', 'ballgowns', 'ballistic', 'ballooned', 'ballooner', 'balloting', 'ballparks', 'ballpoint', 'ballrooms', 'ballsiest', 'ballyhoos', 'balminess', 'balthazar', 'baltimore', 'balusters', 'bamberger', 'bamboozle', 'banalitys', 'bancrofts', 'bandaging', 'bandannas', 'banditrys', 'bandlimit', 'bandoleer', 'bandolier', 'bandstand', 'bandwagon', 'bandwidth', 'baneberry', 'bangalore', 'banishing', 'banisters', 'banjoists', 'bankbooks', 'banknotes', 'bankrolls', 'bankrupts', 'bannekers', 'bannister', 'banqueted', 'bantering', 'baptising', 'baptismal', 'baptistes', 'baptistry', 'baptizing', 'barbadian', 'barbadoss', 'barbarian', 'barbarism', 'barbarity', 'barbarous', 'barbecued', 'barbecues', 'barbequed', 'barbeques', 'barbering', 'barberrys', 'barcelona', 'barefaced', 'barenesss', 'bargained', 'bargainer', 'baritones', 'barnacles', 'barnstorm', 'barnyards', 'barometer', 'baronesss', 'barracuda', 'barraging', 'barreling', 'barrelled', 'barrenest', 'barrettes', 'barricade', 'barringer', 'barrister', 'barrymore', 'bartender', 'bartering', 'bartholdi', 'baseballs', 'baseboard', 'baselines', 'basements', 'basenesss', 'baseplate', 'basepoint', 'bashfully', 'basically', 'basilicas', 'bassinets', 'bastilles', 'bathhouse', 'bathrobes', 'bathrooms', 'bathsheba', 'battalion', 'battening', 'batteries', 'battering', 'baudouins', 'bawdiness', 'bayberrys', 'bayoneted', 'baywatchs', 'bazillion', 'beachcomb', 'beachhead', 'bearberry', 'beardless', 'beardmore', 'beardsley', 'bearnaise', 'bearskins', 'beastlier', 'beatified', 'beatifies', 'beatitude', 'beatrices', 'beauteous', 'beautiful', 'beavering', 'becalming', 'beckoning', 'becquerel', 'bedazzled', 'bedazzles', 'bedecking', 'bedeviled', 'bedfellow', 'bedimming', 'bedraggle', 'bedridden', 'bedspread', 'bedspring', 'bedsteads', 'beechnuts', 'beechwood', 'beefaroni', 'beefsteak', 'beekeeper', 'beelzebub', 'beethoven', 'befalling', 'befitting', 'befogging', 'befouling', 'befriends', 'befuddled', 'befuddles', 'begetting', 'beggaring', 'beginners', 'beginning', 'begrudged', 'begrudges', 'beguiling', 'behaviors', 'behaviour', 'beheading', 'behemoths', 'beholders', 'beholding', 'behooving', 'belabored', 'belabours', 'belatedly', 'beleaguer', 'belgrades', 'believers', 'believing', 'belittled', 'belittles', 'bellatrix', 'bellicose', 'bellowing', 'bellyache', 'bellyfull', 'bellyfuls', 'belonging', 'belvedere', 'belvidere', 'bemoaning', 'benchleys', 'benchmark', 'benedicts', 'benefices', 'benefited', 'benettons', 'benghazis', 'benighted', 'benumbing', 'beplaster', 'bequeaths', 'bereaving', 'berenices', 'beresford', 'bergstrom', 'beriberis', 'berkeleys', 'berkelium', 'berkowitz', 'berkshire', 'berliners', 'bernadine', 'bernankes', 'bernardos', 'bernbachs', 'bernhardt', 'bernoulli', 'bernstein', 'bertillon', 'bertrands', 'beryllium', 'berzelius', 'beseeched', 'beseeches', 'besetting', 'besiegers', 'besieging', 'besotting', 'bessemers', 'bestiarys', 'bestirred', 'bestowals', 'bestowing', 'bestrides', 'bestubble', 'bethlehem', 'bethought', 'betokened', 'betrayals', 'betrayers', 'betraying', 'betrothal', 'betrothed', 'bettering', 'bevelling', 'beverages', 'beverleys', 'bewailing', 'bewhisker', 'bewilders', 'bewitched', 'bewitches', 'bialystok', 'biathlons', 'bicameral', 'bickering', 'biconcave', 'bicuspids', 'bicyclers', 'bicycling', 'bicyclist', 'biennials', 'bifocalss', 'bifurcate', 'bigamists', 'bigmouths', 'bigotries', 'bijection', 'bijective', 'bilateral', 'bilingual', 'billboard', 'billeting', 'billfolds', 'billiards', 'billingss', 'billionth', 'billowier', 'billowing', 'bimonthly', 'binderies', 'binnacles', 'binocular', 'binomials', 'binuclear', 'biochemic', 'biography', 'biologist', 'biometric', 'biophysic', 'biopsying', 'biorhythm', 'biosphere', 'bipartite', 'birdbaths', 'birdcages', 'birdhouse', 'birdieing', 'birdseeds', 'birdseyes', 'birdwatch', 'birthdays', 'birthmark', 'birthrate', 'biscaynes', 'bisecting', 'bisection', 'bisectors', 'bisexuals', 'bishopric', 'bismarcks', 'bisquicks', 'bitchiest', 'bitterest', 'bitternut', 'bivariate', 'biweeklys', 'bizarrely', 'bjerkness', 'blackball', 'blackbird', 'blackbody', 'blackburn', 'blackened', 'blackfeet', 'blackfoot', 'blackhead', 'blackjack', 'blacklist', 'blackmail', 'blackness', 'blackouts', 'blacktops', 'blackwell', 'blameless', 'blanchard', 'blanching', 'blandness', 'blanketed', 'blanketer', 'blankness', 'blantyres', 'blarneyed', 'blaspheme', 'blasphemy', 'blastoffs', 'blatantly', 'blavatsky', 'blazoning', 'bleachers', 'bleaching', 'bleakness', 'bleariest', 'bleedings', 'blemished', 'blemishes', 'blenching', 'blenheims', 'blessedly', 'blessings', 'blighting', 'blindfold', 'blindness', 'blindside', 'blinkered', 'blistered', 'blizzards', 'blockaded', 'blockades', 'blockages', 'blockhead', 'blomquist', 'blondness', 'bloodbath', 'bloodiest', 'bloodless', 'bloodline', 'bloodroot', 'bloodshed', 'bloodshot', 'bloodying', 'blossomed', 'blotchier', 'blotching', 'blowsiest', 'blowtorch', 'blowziest', 'blubbered', 'bludgeons', 'bluebeard', 'bluebells', 'blueberry', 'bluebirds', 'bluefishs', 'bluegrass', 'bluenoses', 'blueprint', 'bluetooth', 'blundered', 'blunderer', 'bluntness', 'blurriest', 'blustered', 'blutwurst', 'boardroom', 'boardwalk', 'boastings', 'boathouse', 'boatloads', 'boatswain', 'boatyards', 'bobolinks', 'bobwhites', 'boccaccio', 'bodybuild', 'bodyguard', 'bodyworks', 'bogeymans', 'bohemians', 'bojangles', 'boldfaces', 'boldnesss', 'bolivians', 'bollywood', 'bolometer', 'bolshevik', 'bolstered', 'boltzmann', 'bombarded', 'bombastic', 'bombproof', 'bombshell', 'bonaparte', 'bondsmans', 'boneheads', 'boogieing', 'bookcases', 'bookmaker', 'bookmarks', 'bookplate', 'bookshelf', 'bookshops', 'bookstore', 'bookworms', 'boomerang', 'boomtowns', 'boondocks', 'boorishly', 'bootblack', 'bootleger', 'bootstrap', 'bordeauxs', 'bordellos', 'bordering', 'borobudur', 'borroughs', 'borrowers', 'borrowing', 'bosporuss', 'bossiness', 'bostonian', 'botanical', 'botanists', 'bothering', 'botswanas', 'bottoming', 'botulinus', 'botulisms', 'bouffants', 'bouillons', 'boulevard', 'bounciest', 'boundarys', 'boundless', 'bounteous', 'bountiful', 'bourbakis', 'bourgeois', 'boutiques', 'bowditchs', 'bowlegged', 'bowsprits', 'bowstring', 'boycotted', 'boyfriend', 'bracelets', 'bracketed', 'braddocks', 'bradshaws', 'braggarts', 'brahmsian', 'brainiest', 'brainless', 'brainstem', 'brainwash', 'brakemans', 'bramptons', 'branching', 'brandying', 'brashness', 'brasilias', 'brassiere', 'brassiest', 'brattains', 'brattiest', 'bratwurst', 'braveness', 'brawniest', 'brazening', 'brazilian', 'breachers', 'breaching', 'breadboxs', 'breadroot', 'breakable', 'breakages', 'breakaway', 'breakdown', 'breakfast', 'breakneck', 'breasting', 'breathers', 'breathier', 'breathing', 'breedings', 'breeziest', 'breveting', 'breviarys', 'breweries', 'brickbats', 'bridgette', 'bridgetts', 'briefcase', 'briefings', 'briefness', 'brigadier', 'brigadoon', 'brightens', 'brightest', 'brightons', 'brigittes', 'brilliant', 'brillouin', 'brimstone', 'brinkleys', 'briquette', 'brisbanes', 'briskness', 'bristlier', 'bristling', 'britannia', 'britannic', 'britchess', 'britisher', 'brittanys', 'brittlest', 'brittneys', 'broaching', 'broadband', 'broadcast', 'broadened', 'broadener', 'broadloom', 'broadness', 'broadside', 'broadways', 'brocading', 'broccolis', 'brochures', 'brokerage', 'brokering', 'bromfield', 'bronchial', 'bronchuss', 'brookline', 'brooklyns', 'brookside', 'broomcorn', 'brotherly', 'brouhahas', 'browbeats', 'brownians', 'brownness', 'brownouts', 'brunching', 'brunettes', 'brunhilde', 'brunswick', 'brushfire', 'brushlike', 'brushwood', 'brushwork', 'bruskness', 'brusquely', 'brusquest', 'brusselss', 'brutalise', 'brutality', 'brutalize', 'brutishly', 'bryophyta', 'bryophyte', 'bubbliest', 'buccaneer', 'buchanans', 'bucharest', 'buchwalds', 'buckboard', 'bucketful', 'bucketing', 'buckshots', 'buckskins', 'buckteeth', 'buckthorn', 'bucktooth', 'buckwheat', 'budapests', 'buddhisms', 'buddhists', 'budgetary', 'budgeters', 'budgeting', 'budweiser', 'buffaloed', 'buffaloes', 'buffering', 'bufferrer', 'buffeting', 'bugzillas', 'buildings', 'bujumbura', 'bulgarian', 'bulgarias', 'bulkheads', 'bulkiness', 'bulldozed', 'bulldozer', 'bulldozes', 'bulletins', 'bullfight', 'bullfinch', 'bullfrogs', 'bullhorns', 'bullrings', 'bullshits', 'bullwhack', 'bulrushes', 'bultmanns', 'bumblebee', 'bumptious', 'buncombes', 'bundestag', 'bungalows', 'bungholes', 'bunkhouse', 'bunkmates', 'buoyancys', 'buoyantly', 'burberrys', 'burdening', 'burgeoned', 'burgesses', 'burglarys', 'burgoynes', 'burgundys', 'burlesque', 'burliness', 'burningly', 'burnished', 'burnishes', 'burnooses', 'burnouses', 'burntness', 'burroughs', 'burrowing', 'bursitiss', 'busheling', 'bushelled', 'bushiness', 'bushnells', 'bushwhack', 'businesss', 'busybodys', 'busynesss', 'busyworks', 'butadiene', 'butchered', 'butcherys', 'buttercup', 'butterers', 'butterfat', 'butterfly', 'butterier', 'butteries', 'buttering', 'butternut', 'buttoning', 'buttresss', 'buxtehude', 'buzzwords', 'bypassing', 'byproduct', 'bystander', 'byzantine', 'byzantium', 'cabdriver', 'cabernets', 'cabinetry', 'cablecast', 'cablegram', 'caboodles', 'cacophony', 'caduceuss', 'caesarean', 'caesarian', 'cafeteria', 'caffeines', 'cageyness', 'caginesss', 'cajolerys', 'calabashs', 'calamines', 'calamitys', 'calcified', 'calcifies', 'calcining', 'calculate', 'calculuss', 'calcuttas', 'calderons', 'caledonia', 'calendars', 'calfskins', 'calibrate', 'calipered', 'caliphate', 'callaghan', 'callahans', 'calliopes', 'callipers', 'callistos', 'calloused', 'callouses', 'callously', 'callowest', 'callusing', 'calmingly', 'calmnesss', 'caloocans', 'calorific', 'calumnies', 'calvinism', 'calvinist', 'cambering', 'cambodian', 'cambodias', 'cambrians', 'cambridge', 'camcorder', 'camelback', 'camellias', 'camembert', 'cameraman', 'cameramen', 'cameroons', 'camisoles', 'camomiles', 'campaigns', 'campanile', 'campanili', 'campfires', 'campsites', 'campusses', 'camshafts', 'canadians', 'canaletto', 'canariess', 'canaveral', 'canberras', 'canceling', 'cancelled', 'cancerous', 'candidacy', 'candidate', 'candlelit', 'canisters', 'cankering', 'cankerous', 'cannabiss', 'canneries', 'cannibals', 'canniness', 'cannister', 'cannonade', 'cannoning', 'canoeists', 'canonical', 'canonised', 'canonises', 'canonized', 'canonizes', 'canopying', 'cantaloup', 'cantering', 'canticles', 'cantonese', 'cantrells', 'canvasing', 'canvassed', 'canvasser', 'canvasses', 'capacious', 'capacitor', 'capacitys', 'caparison', 'capetowns', 'capillary', 'capitally', 'capricorn', 'capsizing', 'capsuling', 'captaincy', 'captained', 'captioned', 'captivate', 'captivity', 'capturers', 'capturing', 'caracalla', 'carapaces', 'carboloys', 'carbonate', 'carbonium', 'carbonize', 'carbuncle', 'carcasses', 'carcinoma', 'cardboard', 'cardenass', 'cardigans', 'cardinals', 'cardsharp', 'careening', 'careering', 'carefully', 'caregiver', 'caressing', 'caretaker', 'caribbean', 'carillons', 'carjacked', 'carjacker', 'carmellas', 'carnation', 'carnegies', 'carnelian', 'carnivals', 'carnivore', 'carolinas', 'carollers', 'carolling', 'carousals', 'carousels', 'carousers', 'carousing', 'carpathia', 'carpenter', 'carpentry', 'carpetbag', 'carpeting', 'carrageen', 'carranzas', 'carriages', 'carrillos', 'carrousel', 'carryalls', 'carryover', 'cartesian', 'carthages', 'cartilage', 'cartooned', 'cartridge', 'cartwheel', 'caryatids', 'casandras', 'casanovas', 'cascadess', 'cascading', 'caseloads', 'casements', 'caseworks', 'cashiered', 'cashmeres', 'cassandra', 'casserole', 'cassettes', 'castaneda', 'castanets', 'castaways', 'castigate', 'castillos', 'castrated', 'castrates', 'castriess', 'casualtys', 'casuistry', 'catabolic', 'cataclysm', 'catacombs', 'catalepsy', 'catalinas', 'cataloged', 'cataloger', 'catalogue', 'catalonia', 'catalysed', 'catalyses', 'catalysis', 'catalysts', 'catalytic', 'catalyzed', 'catalyzes', 'catamaran', 'catapults', 'cataracts', 'catatonia', 'catatonic', 'catcalled', 'catchable', 'catchalls', 'catchiest', 'catchings', 'catchment', 'catchword', 'catechise', 'catechism', 'catechize', 'categoric', 'categorys', 'caterings', 'caterwaul', 'catfishes', 'catharses', 'catharsis', 'cathartic', 'cathedral', 'catherine', 'catheters', 'cathleens', 'catholics', 'catnapped', 'catskills', 'cattiness', 'cattleman', 'cattlemen', 'caucasian', 'caucasoid', 'caucasuss', 'caucusing', 'caucussed', 'cauldrons', 'caulkings', 'causality', 'causation', 'causative', 'causeless', 'causeways', 'causticly', 'cauterise', 'cauterize', 'cautioned', 'cautioner', 'cavalcade', 'cavaliers', 'cavalries', 'cavendish', 'cavernous', 'cavilling', 'cavorting', 'ceasefire', 'ceaseless', 'ceausescu', 'celandine', 'celebrant', 'celebrate', 'celebrity', 'celeritys', 'celestial', 'celibacys', 'celibates', 'cellulars', 'cellulite', 'celluloid', 'cellulose', 'cementing', 'cemeterys', 'cenotaphs', 'cenozoics', 'censorial', 'censoring', 'censuring', 'censusing', 'centaurus', 'centenary', 'centering', 'centigram', 'centipede', 'centrally', 'centrists', 'centuries', 'centurion', 'ceramicss', 'cerberuss', 'cerebella', 'cerebrate', 'cerebrums', 'ceremonys', 'certainly', 'certainty', 'certified', 'certifier', 'certifies', 'certitude', 'ceruleans', 'cervantes', 'cesareans', 'cesarians', 'cessation', 'cesspools', 'cetaceans', 'chaffinch', 'chagrined', 'chainsaws', 'chairlady', 'chairlift', 'chairmans', 'chaitanya', 'chalkiest', 'chalkline', 'challenge', 'chambered', 'chambrays', 'chameleon', 'chamomile', 'champagne', 'champaign', 'champions', 'champlain', 'chancerys', 'chanciest', 'chandlers', 'changchun', 'channeled', 'chantilly', 'chanukahs', 'chaparral', 'chaperone', 'chaperons', 'chaplains', 'character', 'charbrays', 'charbroil', 'charcoals', 'charismas', 'charities', 'charlatan', 'charlenes', 'charlotte', 'charmaine', 'charolais', 'chartable', 'chartered', 'chartings', 'chartisms', 'chartroom', 'charwoman', 'charwomen', 'charybdis', 'chastened', 'chastised', 'chastiser', 'chastises', 'chastitys', 'chasubles', 'chattered', 'chatterer', 'chattiest', 'chauffeur', 'chaunceys', 'chayefsky', 'cheapened', 'cheapness', 'chechnyas', 'checkable', 'checkbook', 'checkered', 'checkerss', 'checklist', 'checkmate', 'checkouts', 'checkroom', 'checksums', 'cheekbone', 'cheekiest', 'cheeriest', 'cheerioss', 'cheerlead', 'cheerless', 'cheesiest', 'chemicals', 'chemisorb', 'chemistry', 'chenilles', 'chequered', 'chequerss', 'cherished', 'cherishes', 'chernenko', 'chernobyl', 'cherokees', 'cherubims', 'chessmans', 'chestnuts', 'chevalier', 'chevrolet', 'cheyennes', 'chicagoan', 'chicanery', 'chickadee', 'chickasaw', 'chickened', 'chickpeas', 'chickweed', 'chicletss', 'chicories', 'chieftain', 'chihuahua', 'chilblain', 'childbear', 'childcare', 'childhood', 'childless', 'childlike', 'chilliest', 'chillings', 'chimaeras', 'chinatown', 'chinstrap', 'chintzier', 'chipboard', 'chipewyan', 'chipmunks', 'chippewas', 'chiquitas', 'chiropody', 'chirruped', 'chiselers', 'chiseling', 'chiselled', 'chiseller', 'chisholms', 'chisinaus', 'chitchats', 'chitlings', 'chitlinss', 'chivalrys', 'chlordane', 'chlorides', 'chlorines', 'chocolate', 'chongqing', 'choosiest', 'choppered', 'choppiest', 'chopstick', 'chorister', 'chortling', 'chorusing', 'chorussed', 'chretiens', 'christens', 'christian', 'christina', 'christine', 'christmas', 'christoph', 'chromatic', 'chromatin', 'chromiums', 'chronicle', 'chrysalis', 'chryslers', 'chrystals', 'chtelaine', 'chubbiest', 'chuckhole', 'chuckling', 'chummiest', 'chungking', 'chunkiest', 'churchill', 'churchman', 'churchmen', 'chutzpahs', 'cicatrice', 'cicatrixs', 'cigarette', 'cigarillo', 'cilantros', 'cinchonas', 'cinctures', 'cindering', 'cinematic', 'cinnabars', 'cinnamons', 'ciphering', 'circadian', 'circuited', 'circuitry', 'circulant', 'circulars', 'circulate', 'cirrhosis', 'citations', 'citibanks', 'citigroup', 'citizenry', 'cityscape', 'civilians', 'civilised', 'civilises', 'civilitys', 'civilized', 'civilizes', 'claiborne', 'claimable', 'claimants', 'clambakes', 'clambered', 'clammiest', 'clamoring', 'clamorous', 'clamoured', 'clampdown', 'clamshell', 'clangours', 'clapboard', 'clapeyron', 'claptraps', 'claremont', 'clarences', 'clarendon', 'clarified', 'clarifies', 'clarinets', 'clarioned', 'clarissas', 'classical', 'classiest', 'classless', 'classmate', 'classroom', 'clattered', 'claudette', 'claudines', 'claudiuss', 'clavicles', 'cleanings', 'cleanlier', 'cleanness', 'cleansers', 'cleansing', 'clearance', 'clearasil', 'clearings', 'clearness', 'cleavages', 'clematiss', 'clemencys', 'clenching', 'cleopatra', 'clergyman', 'clergymen', 'cleveland', 'cleverest', 'clientele', 'clientles', 'cliffhang', 'climactic', 'climaxing', 'clinchers', 'clinching', 'clingiest', 'clinician', 'clipboard', 'clippings', 'clitoriss', 'cloakroom', 'clobbered', 'clockings', 'clockwise', 'clockwork', 'cloisters', 'closeness', 'closeouts', 'closeting', 'clothiers', 'clothings', 'cloudiest', 'cloudless', 'clouseaus', 'clubfoots', 'clubhouse', 'clumsiest', 'clunkiest', 'clustered', 'clutching', 'cluttered', 'coachmans', 'coachwork', 'coadjutor', 'coagulant', 'coagulate', 'coalesced', 'coalesces', 'coalition', 'coarsened', 'coastline', 'coauthors', 'cochineal', 'cockatoos', 'cockerels', 'cockfight', 'cockiness', 'cocklebur', 'cockroach', 'cockscomb', 'cocktails', 'cocoanuts', 'cocooning', 'codebreak', 'codeposit', 'codewords', 'codfishes', 'codifiers', 'codifying', 'coercible', 'coercions', 'coexisted', 'coffeecup', 'coffeepot', 'coffining', 'cogitated', 'cogitates', 'cognisant', 'cognition', 'cognitive', 'cognizant', 'cognomens', 'cognomina', 'cogwheels', 'cohabited', 'coherence', 'cohesions', 'coiffured', 'coiffures', 'coincided', 'coincides', 'cointreau', 'colanders', 'coldnesss', 'coleridge', 'coleslaws', 'coliseums', 'collapsed', 'collapses', 'collaring', 'collating', 'collation', 'colleague', 'collected', 'collector', 'collegial', 'collegian', 'colliding', 'collierys', 'collimate', 'collinear', 'collision', 'collocate', 'colloidal', 'colloquia', 'colloquys', 'colluding', 'collusion', 'collusive', 'colombian', 'colombias', 'colonials', 'colonised', 'coloniser', 'colonises', 'colonists', 'colonized', 'colonizer', 'colonizes', 'colonnade', 'colorados', 'colorfast', 'colorings', 'colorless', 'colosseum', 'colossuss', 'coloureds', 'colourful', 'colouring', 'coltsfoot', 'columbias', 'columbine', 'columbuss', 'columnate', 'columnist', 'columnize', 'comanches', 'combatant', 'combating', 'combative', 'combatted', 'combinate', 'combining', 'comebacks', 'comedians', 'comedowns', 'comeliest', 'comforted', 'comforter', 'comically', 'cominform', 'comintern', 'commanded', 'commander', 'commandos', 'commenced', 'commences', 'commended', 'commented', 'commerces', 'commingle', 'commissar', 'committal', 'committed', 'committee', 'commodity', 'commodore', 'commoners', 'commonest', 'commotion', 'communing', 'communion', 'communism', 'communist', 'community', 'commutate', 'commuters', 'commuting', 'compacted', 'compacter', 'compactly', 'compactor', 'compagnie', 'companies', 'companion', 'comparing', 'compassed', 'compasses', 'compelled', 'compendia', 'competent', 'competing', 'compilers', 'compiling', 'complains', 'complaint', 'completed', 'completer', 'completes', 'complexes', 'complexly', 'compliant', 'complying', 'component', 'comported', 'composers', 'composing', 'composite', 'composted', 'composure', 'compounds', 'compresss', 'comprised', 'comprises', 'computers', 'computing', 'comradely', 'concavity', 'concealed', 'concealer', 'conceding', 'conceited', 'conceived', 'conceives', 'concepcin', 'concerned', 'concerted', 'concertos', 'concettas', 'concierge', 'concisely', 'concisest', 'concision', 'conclaves', 'concluded', 'concludes', 'concocted', 'concocter', 'concourse', 'concreted', 'concretes', 'concubine', 'concurred', 'condemned', 'condemner', 'condensed', 'condenser', 'condenses', 'condillac', 'condiment', 'condition', 'condoling', 'condoning', 'condorcet', 'conducing', 'conducive', 'conducted', 'conductor', 'conestoga', 'confabbed', 'conferred', 'conferrer', 'confessed', 'confesses', 'confessor', 'confettis', 'confidant', 'confident', 'confiding', 'configure', 'confining', 'confirmed', 'conflicts', 'confluent', 'conformal', 'conformed', 'confounds', 'confronts', 'confucian', 'confucius', 'confusers', 'confusing', 'confusion', 'confuting', 'congealed', 'congenial', 'congested', 'congolese', 'congresss', 'congruent', 'congruity', 'congruous', 'conjoined', 'conjugacy', 'conjugate', 'conjuncts', 'conjurers', 'conjuring', 'conjurors', 'connected', 'connecter', 'connector', 'connemara', 'connivers', 'conniving', 'connollys', 'connoting', 'connubial', 'conquered', 'conquerer', 'conqueror', 'conquests', 'conscious', 'conscript', 'consensus', 'consented', 'consenter', 'conserved', 'conserves', 'considers', 'consigned', 'consignee', 'consignor', 'consisted', 'consolers', 'consoling', 'consonant', 'consorted', 'consortia', 'conspired', 'conspires', 'constable', 'constance', 'constancy', 'constants', 'constrain', 'constrict', 'construct', 'construed', 'construes', 'consuelos', 'consulate', 'consulted', 'consumers', 'consuming', 'contacted', 'contagion', 'contained', 'container', 'contempts', 'contended', 'contender', 'contented', 'contently', 'contested', 'contester', 'continent', 'continual', 'continued', 'continues', 'continuum', 'contorted', 'contoured', 'contracts', 'contrails', 'contralto', 'contrarys', 'contrasts', 'contreras', 'contrived', 'contriver', 'contrives', 'contumacy', 'contumely', 'contusing', 'contusion', 'conundrum', 'convening', 'converged', 'converges', 'conversed', 'converses', 'converted', 'converter', 'convertor', 'convexity', 'conveyers', 'conveying', 'conveyors', 'convicted', 'convinced', 'convincer', 'convinces', 'convivial', 'convocate', 'convoking', 'convolute', 'convoying', 'convulsed', 'convulses', 'cookbooks', 'cookeries', 'coolidges', 'coolnesss', 'cooperate', 'coopering', 'copelands', 'copiously', 'copolymer', 'coproduct', 'copulated', 'copulates', 'copyright', 'coquetted', 'coquettes', 'coralline', 'cordelias', 'cordially', 'cordoning', 'corduroys', 'coriander', 'corioliss', 'corkscrew', 'corleones', 'cormorant', 'cornballs', 'cornbread', 'corneille', 'cornelias', 'cornelius', 'cornering', 'cornfield', 'cornmeals', 'cornrowed', 'cornstalk', 'cornwalls', 'corollary', 'coronarys', 'coroutine', 'corporacy', 'corporals', 'corporate', 'corporeal', 'corpulent', 'corpuscle', 'corralled', 'corrected', 'correcter', 'correctly', 'corrector', 'correggio', 'correlate', 'corridors', 'corroding', 'corrosion', 'corrosive', 'corrugate', 'corrupted', 'corrupter', 'corruptly', 'corseting', 'cortisone', 'cortlands', 'coruscate', 'corvallis', 'corvettes', 'cosigners', 'cosigning', 'cosinesss', 'cosmetics', 'cosmogony', 'cosmology', 'cosmonaut', 'cosponsor', 'costarred', 'costellos', 'costliest', 'costuming', 'cotangent', 'cotillion', 'cotopaxis', 'cotswolds', 'cottoning', 'cotyledon', 'councilor', 'counseled', 'counselor', 'countable', 'countably', 'countdown', 'countered', 'countesss', 'countless', 'countries', 'countrify', 'couplings', 'courteous', 'courtesan', 'courtesys', 'courtiers', 'courtlier', 'courtneys', 'courtroom', 'courtship', 'courtyard', 'couturier', 'covariant', 'covariate', 'covenants', 'coventrys', 'coverable', 'coverages', 'coveralls', 'coverings', 'coverlets', 'cowardice', 'coworkers', 'coxswains', 'cozinesss', 'crabapple', 'crabbiest', 'crackdown', 'cracklier', 'crackling', 'crackpots', 'craftiest', 'craftsman', 'craftsmen', 'craggiest', 'cranberry', 'cranelike', 'crankcase', 'crankiest', 'crappiest', 'crassness', 'cratering', 'crawfishs', 'crawfords', 'crayfishs', 'crayoning', 'craziness', 'creakiest', 'creamerys', 'creamiest', 'creations', 'creatives', 'creatures', 'credences', 'credenzas', 'crediting', 'creditors', 'credulity', 'credulous', 'creekside', 'creepiest', 'creighton', 'cremating', 'cremation', 'crematory', 'creosoted', 'creosotes', 'crescendi', 'crescendo', 'crescents', 'crestview', 'cretinous', 'crevasses', 'cribbages', 'cricketer', 'criminals', 'crimsoned', 'crinklier', 'crinkling', 'crinoline', 'crippling', 'crispiest', 'crispness', 'cristinas', 'criterion', 'criticise', 'criticism', 'criticize', 'critiqued', 'critiques', 'croatians', 'crocheted', 'crockerys', 'crocodile', 'croissant', 'cromwells', 'cronkites', 'crookeder', 'crookedly', 'croquette', 'crossable', 'crossbars', 'crossbeam', 'crossbill', 'crossbows', 'crossbred', 'crossfire', 'crossings', 'crosslink', 'crossness', 'crossover', 'crossroad', 'crosstalk', 'crosstown', 'crosswalk', 'crossways', 'crosswise', 'crossword', 'crosswort', 'crotchets', 'crotchety', 'crouching', 'croupiers', 'croupiest', 'crowberry', 'crucially', 'crucibles', 'crucified', 'crucifies', 'crucifixs', 'cruciform', 'cruddiest', 'crudeness', 'crudities', 'cruellest', 'cruelties', 'crumbiest', 'crumblier', 'crumbling', 'crummiest', 'crumpling', 'crunchier', 'crunching', 'crusaders', 'crusading', 'crushable', 'crustiest', 'crybabies', 'cryogenic', 'ctesiphon', 'cubbyhole', 'cuchulain', 'cuckolded', 'cucumbers', 'cuddliest', 'cudgeling', 'cudgelled', 'cuisinart', 'cullender', 'culminate', 'cultivate', 'culturing', 'cuneiform', 'cunninger', 'cunningly', 'cupboards', 'cupiditys', 'curatives', 'curiosity', 'curiouser', 'curiously', 'curlicued', 'curlicues', 'curliness', 'curlycues', 'currencys', 'currently', 'curricula', 'currycomb', 'cursorily', 'curtailed', 'curtained', 'curtnesss', 'curtseyed', 'curtsying', 'curvature', 'cushioned', 'custodial', 'custodian', 'customary', 'customers', 'customise', 'customize', 'cutaneous', 'cutenesss', 'cutesiest', 'cutlasses', 'cutthroat', 'cuttingly', 'cyberpunk', 'cycladess', 'cyclamens', 'cycloidal', 'cyclopean', 'cyclorama', 'cyclotron', 'cylinders', 'cylindric', 'cymbeline', 'cynically', 'cynicisms', 'cynosures', 'cypresses', 'cyrillics', 'cytologys', 'cytolysis', 'cytoplasm', 'dachshund', 'dactylics', 'daedaluss', 'daffodils', 'daintiest', 'daiquiris', 'dairyings', 'dairymaid', 'dairymans', 'dalhousie', 'dalliance', 'dalmatian', 'damascuss', 'damasking', 'damnation', 'damnedest', 'dampening', 'dampnesss', 'dandelion', 'dandruffs', 'dangerous', 'danielles', 'danielson', 'danknesss', 'dapperest', 'daredevil', 'darkening', 'darknesss', 'darkrooms', 'darnedest', 'dartboard', 'dartmouth', 'darwinian', 'darwinism', 'dashboard', 'dashingly', 'dastardly', 'databases', 'datelined', 'datelines', 'daugherty', 'daughters', 'dauntless', 'davenport', 'davidsons', 'daybreaks', 'daydreams', 'daydreamt', 'daylights', 'dbutantes', 'deaconess', 'deadbeats', 'deadbolts', 'deadening', 'deadheads', 'deadliest', 'deadlines', 'deadlocks', 'deadwoods', 'deafening', 'deafnesss', 'dearnesss', 'deathbeds', 'deathblow', 'deathless', 'deathlike', 'deathrate', 'deathtrap', 'deathward', 'debarking', 'debarment', 'debarring', 'debatable', 'debauched', 'debauches', 'debenture', 'debilitys', 'debriefed', 'debuggers', 'debugging', 'debunking', 'debutante', 'decadence', 'decadents', 'decalogue', 'decamping', 'decanters', 'decanting', 'decathlon', 'deceaseds', 'deceasing', 'decedents', 'deceitful', 'deceivers', 'deceiving', 'decembers', 'decencies', 'decennial', 'deception', 'deceptive', 'decertify', 'decidable', 'decidedly', 'deciduous', 'decimated', 'decimates', 'deciphers', 'decisions', 'deckhands', 'declaimed', 'declarers', 'declaring', 'decliners', 'declining', 'declivity', 'decodings', 'decompile', 'decompose', 'decontrol', 'decorated', 'decorates', 'decorator', 'decoupled', 'decouples', 'decreased', 'decreases', 'decreeing', 'decrement', 'dedekinds', 'dedicated', 'dedicates', 'deducible', 'deducting', 'deduction', 'deductive', 'deepening', 'deepnesss', 'deerskins', 'defaulted', 'defaulter', 'defeating', 'defeatism', 'defeatist', 'defecated', 'defecates', 'defecting', 'defection', 'defective', 'defectors', 'defencing', 'defendant', 'defenders', 'defending', 'defensing', 'defensive', 'deference', 'deferment', 'deferrers', 'deferring', 'defiances', 'defiantly', 'deficient', 'definable', 'deflating', 'deflation', 'deflected', 'deflector', 'defoggers', 'defoliant', 'defoliate', 'deforests', 'deforming', 'deformity', 'defrauded', 'defrayals', 'defraying', 'defrosted', 'defroster', 'deftnesss', 'degassing', 'degeneres', 'degrading', 'degumming', 'dehydrate', 'dejecting', 'dejection', 'delacroix', 'delacruzs', 'delawares', 'delectate', 'delegable', 'delegated', 'delegates', 'deletions', 'delicacys', 'delicious', 'delighted', 'delimited', 'delimiter', 'delineate', 'delirious', 'deliriums', 'delivered', 'deliverer', 'deliverys', 'delmarvas', 'delmonico', 'delphinia', 'delphinus', 'delusions', 'demagnify', 'demagogic', 'demagogry', 'demagogue', 'demagogys', 'demanding', 'demarcate', 'demavends', 'demeaning', 'demeanors', 'demeanour', 'dementias', 'demetrius', 'demijohns', 'demitasse', 'demitting', 'democracy', 'democrats', 'demotions', 'demurring', 'demystify', 'denatured', 'denatures', 'dendrites', 'dendritic', 'denebolas', 'denigrate', 'denotable', 'denounced', 'denounces', 'denseness', 'densities', 'dentistry', 'deodorant', 'deodorise', 'deodorize', 'departeds', 'departing', 'departure', 'dependant', 'dependent', 'depending', 'depicting', 'depiction', 'deplaning', 'depleting', 'depletion', 'deploring', 'deploying', 'deporting', 'deposited', 'depositor', 'depraving', 'depravity', 'deprecate', 'depredate', 'depressed', 'depresses', 'depressor', 'depriving', 'deprogram', 'deputised', 'deputises', 'deputized', 'deputizes', 'dequeuing', 'derailing', 'deranging', 'derelicts', 'derisions', 'derivable', 'derogated', 'derogates', 'derringer', 'dervishes', 'descanted', 'descartes', 'descended', 'descender', 'described', 'describer', 'describes', 'descrying', 'desdemona', 'desecrate', 'deserters', 'deserting', 'desertion', 'deserving', 'desiccate', 'designate', 'designers', 'designing', 'desirable', 'desirably', 'desisting', 'desolated', 'desolater', 'desolates', 'despaired', 'despatchs', 'desperado', 'desperate', 'despising', 'despoiled', 'despotism', 'dessicate', 'destinate', 'destinies', 'destining', 'destitute', 'destroyed', 'destroyer', 'destructs', 'desuetude', 'desultory', 'detaching', 'detailing', 'detaining', 'detecting', 'detection', 'detective', 'detectors', 'detention', 'detergent', 'determine', 'deterrent', 'deterring', 'detesting', 'dethroned', 'dethrones', 'detonable', 'detonated', 'detonates', 'detonator', 'detouring', 'detracted', 'detractor', 'detriment', 'detrituss', 'deuterate', 'deuterium', 'devaluing', 'devastate', 'developed', 'developer', 'deviances', 'deviating', 'deviation', 'devilling', 'devilment', 'devilries', 'deviltrys', 'deviously', 'devisings', 'devolving', 'devonians', 'devotedly', 'devotions', 'devouring', 'devoutest', 'dewberrys', 'dexedrine', 'dexterity', 'dexterous', 'dextroses', 'diabetess', 'diabetics', 'diacritic', 'diaghilev', 'diagnosed', 'diagnoses', 'diagnosis', 'diagonals', 'diagramed', 'dialectal', 'dialectic', 'diallings', 'dialogues', 'dialysiss', 'diameters', 'diametric', 'diapering', 'diaphragm', 'diarrheas', 'diarrhoea', 'diasporas', 'diastolic', 'diathermy', 'diathesis', 'diatribes', 'dicaprios', 'dichondra', 'dichotomy', 'dickering', 'dickerson', 'dickinson', 'dictating', 'dictation', 'dictators', 'didrikson', 'dieresiss', 'dieseling', 'dietaries', 'dietetics', 'dietician', 'dietitian', 'different', 'differers', 'differing', 'difficult', 'diffident', 'diffusely', 'diffusers', 'diffusing', 'diffusion', 'diffusive', 'digesting', 'digestion', 'digestive', 'digitalis', 'digitally', 'digitised', 'digitises', 'digitized', 'digitizes', 'dignified', 'dignifies', 'dignitary', 'dignities', 'digressed', 'digresses', 'dijkstras', 'dilations', 'diligence', 'dillinger', 'dilutions', 'dimension', 'dimwitted', 'dinginess', 'dinnering', 'dinosaurs', 'diocesans', 'dionysian', 'dionysuss', 'diphthong', 'diplomacy', 'diplomata', 'diplomats', 'dipsticks', 'directest', 'directing', 'direction', 'directive', 'directors', 'directory', 'directrix', 'dirichlet', 'dirigible', 'dirtiness', 'disablers', 'disabling', 'disabused', 'disabuses', 'disaffect', 'disagreed', 'disagrees', 'disallows', 'disappear', 'disarming', 'disarrays', 'disasters', 'disavowal', 'disavowed', 'disbanded', 'disbarred', 'disbelief', 'disbursed', 'disburses', 'discarded', 'discerned', 'discharge', 'disciples', 'disclaims', 'disclosed', 'discloses', 'discolors', 'discolour', 'discomfit', 'discorded', 'discounts', 'discourse', 'discovers', 'discovery', 'discredit', 'discussed', 'discusses', 'disdained', 'disembark', 'disembody', 'disengage', 'disfavors', 'disfavour', 'disfigure', 'disgorged', 'disgorges', 'disgraced', 'disgraces', 'disguised', 'disguises', 'disgusted', 'dishcloth', 'dishevels', 'dishonest', 'dishonors', 'dishonour', 'dishtowel', 'dishwater', 'disinfect', 'disinters', 'disjoints', 'disjuncts', 'diskettes', 'disliking', 'dislocate', 'dislodged', 'dislodges', 'dismantle', 'dismaying', 'dismember', 'dismissal', 'dismissed', 'dismisser', 'dismisses', 'dismounts', 'disobeyed', 'disoblige', 'disorders', 'disorient', 'disowning', 'disparage', 'disparate', 'disparity', 'dispatchs', 'dispelled', 'dispensed', 'dispenser', 'dispenses', 'dispersal', 'dispersed', 'disperses', 'dispirits', 'displaced', 'displaces', 'displayed', 'displease', 'disported', 'disposals', 'disposing', 'disproved', 'disproven', 'disproves', 'disputant', 'disputers', 'disputing', 'disquiets', 'disregard', 'disrepair', 'disrepute', 'disrobing', 'disrupted', 'dissected', 'dissemble', 'dissented', 'dissenter', 'dissident', 'dissipate', 'dissolute', 'dissolved', 'dissolves', 'dissonant', 'dissuaded', 'dissuades', 'distanced', 'distances', 'distantly', 'distastes', 'distemper', 'distended', 'distilled', 'distiller', 'distorted', 'distorter', 'distracts', 'distresss', 'districts', 'distrusts', 'disturbed', 'disturber', 'disulfide', 'disunited', 'disunites', 'disunitys', 'dithering', 'diuretics', 'diurnally', 'divergent', 'diverging', 'diversely', 'diversify', 'diversion', 'diversity', 'diverting', 'divesting', 'dividends', 'divinitys', 'divisible', 'divisions', 'divorcing', 'divulging', 'dixiecrat', 'dixieland', 'dizziness', 'djakartas', 'djiboutis', 'dobermans', 'docilitys', 'docketing', 'dockyards', 'doctorate', 'doctoring', 'doctorows', 'doctrinal', 'doctrines', 'docudrama', 'documents', 'doddering', 'dogfights', 'dogfishes', 'doggerels', 'doggonest', 'doggoning', 'doghouses', 'dogmatism', 'dogmatist', 'doldrumss', 'dolefully', 'dollhouse', 'dolloping', 'dolomitic', 'domesdays', 'domestics', 'domiciled', 'domiciles', 'dominance', 'dominants', 'dominated', 'dominates', 'domineers', 'dominguez', 'dominican', 'dominicas', 'dominicks', 'dominions', 'dominique', 'donaldson', 'donatello', 'donations', 'donizetti', 'doohickey', 'doolittle', 'doomsdays', 'doorbells', 'doorknobs', 'doorsteps', 'dormancys', 'dormitory', 'dormouses', 'dorotheas', 'dosimeter', 'doubleday', 'doubleton', 'doubloons', 'doubtable', 'doubtless', 'dougherty', 'doughiest', 'doughnuts', 'doughtier', 'dovetails', 'dowdiness', 'dowelling', 'dowitcher', 'downbeats', 'downdraft', 'downfalls', 'downgrade', 'downhills', 'downloads', 'downplays', 'downpours', 'downright', 'downriver', 'downscale', 'downsized', 'downsizes', 'downslope', 'downspout', 'downstage', 'downstate', 'downswing', 'downtimes', 'downtowns', 'downtrend', 'downturns', 'downwards', 'doxologys', 'drabnesss', 'draconian', 'draftiest', 'draftsman', 'draftsmen', 'dragonfly', 'dragooned', 'drailleur', 'drainages', 'drainpipe', 'dramamine', 'dramatics', 'dramatise', 'dramatist', 'dramatize', 'draperies', 'dravidian', 'drawbacks', 'drawnness', 'dreamboat', 'dreamiest', 'dreamland', 'dreamless', 'dreamlike', 'dreariest', 'drenching', 'dressages', 'dressiest', 'dressings', 'dressmake', 'dribblers', 'dribbling', 'driftwood', 'drinkable', 'drinkings', 'drippings', 'driveling', 'drivelled', 'driveways', 'drizzlier', 'drizzling', 'drollerys', 'drollness', 'dromedary', 'droopiest', 'droppings', 'drownings', 'drowsiest', 'drubbings', 'drudgerys', 'druggists', 'drugstore', 'drumstick', 'drunkards', 'drunkenly', 'dschubbas', 'dsseldorf', 'dualities', 'dubiously', 'dubitable', 'dubrovnik', 'duchesses', 'duckbills', 'ducklings', 'ductility', 'duellings', 'duellists', 'dulcimers', 'dullnesss', 'dumbbells', 'dumbfound', 'dumbnesss', 'dumfounds', 'dumplings', 'dungarees', 'duodenums', 'duopolist', 'duplicate', 'duplicity', 'duracells', 'durations', 'durochers', 'dusenberg', 'dusenbury', 'dushanbes', 'duskiness', 'dustiness', 'dutchmans', 'dutifully', 'dwarfisms', 'dwellings', 'dwindling', 'dyestuffs', 'dynamical', 'dynamicss', 'dynamisms', 'dynamited', 'dynamites', 'dynasties', 'dysentery', 'dyslexias', 'dyslexics', 'dyspepsia', 'dyspeptic', 'dysplasia', 'dystrophy', 'dzungaria', 'eagerness', 'earliness', 'earmarked', 'earnestly', 'earnhardt', 'earningss', 'earphones', 'earthiest', 'earthlier', 'earthling', 'earthmove', 'earthward', 'earthwork', 'earthworm', 'easements', 'easinesss', 'eastbound', 'easterlys', 'easterner', 'eastwards', 'eastwoods', 'easygoing', 'eavesdrop', 'ebeneezer', 'ebullient', 'eccentric', 'eclectics', 'eclipsing', 'ecliptics', 'ecologist', 'economics', 'economies', 'economise', 'economist', 'economize', 'ecosystem', 'ecstasies', 'ecuadoran', 'ecumenist', 'eddington', 'edelweiss', 'edematous', 'edginesss', 'edibility', 'edinburgh', 'editorial', 'edmondson', 'edmontons', 'educating', 'education', 'educators', 'edwardian', 'edwardine', 'eerinesss', 'effecting', 'effective', 'effectors', 'effectual', 'efficacys', 'efficient', 'effluents', 'effluvium', 'effulgent', 'effusions', 'eggbeater', 'eggplants', 'eggshells', 'eglantine', 'egotistic', 'egregious', 'egyptians', 'ehrenberg', 'eiderdown', 'eighteens', 'eightfold', 'eightieth', 'einsteins', 'ejaculate', 'ejections', 'elaborate', 'elastomer', 'elbowroom', 'elections', 'electives', 'electoral', 'electress', 'electrify', 'electrode', 'electrons', 'elegances', 'elegantly', 'elemental', 'elephants', 'elevating', 'elevation', 'elevators', 'elevenths', 'eliciting', 'eliminate', 'elisabeth', 'elizabeth', 'ellesmere', 'ellington', 'ellipsiss', 'ellipsoid', 'ellsworth', 'elocution', 'elongated', 'elongates', 'elopement', 'eloquence', 'elsewhere', 'elucidate', 'elusively', 'emaciated', 'emaciates', 'emanating', 'emanation', 'embalmers', 'embalming', 'embargoed', 'embargoes', 'embarking', 'embarrass', 'embassies', 'embattled', 'embedding', 'embellish', 'embezzled', 'embezzler', 'embezzles', 'embitters', 'emblazons', 'embodying', 'emboldens', 'embolisms', 'embossing', 'embracing', 'embrittle', 'embroider', 'embroiled', 'embryonic', 'emendable', 'emergence', 'emergency', 'emigrants', 'emigrated', 'emigrates', 'eminences', 'eminently', 'emissarys', 'emissions', 'emittance', 'emollient', 'emolument', 'emotional', 'empaneled', 'empathise', 'empathize', 'emphasise', 'emphasiss', 'emphasize', 'emphysema', 'empirical', 'employees', 'employers', 'employing', 'emporiums', 'empowered', 'empresses', 'emptiness', 'emulating', 'emulation', 'emulators', 'emulsions', 'enactment', 'enameling', 'enamelled', 'enamoring', 'enamoured', 'encamping', 'enchanted', 'enchanter', 'enchilada', 'enciphers', 'encircled', 'encircles', 'enclosing', 'enclosure', 'encodings', 'encompass', 'encounter', 'encourage', 'encrusted', 'encrypted', 'encumbers', 'endangers', 'endearing', 'endeavors', 'endeavour', 'endlessly', 'endocrine', 'endorsers', 'endorsing', 'endosperm', 'endowment', 'endurable', 'endurably', 'endurance', 'energetic', 'energised', 'energiser', 'energises', 'energized', 'energizer', 'energizes', 'enervated', 'enervates', 'enfeebled', 'enfeebles', 'enfolding', 'enforcers', 'enforcing', 'engenders', 'engineers', 'englander', 'englewood', 'englisher', 'englishes', 'engorging', 'engravers', 'engraving', 'engrossed', 'engrosses', 'engulfing', 'enhancing', 'enigmatic', 'eniwetoks', 'enjoinder', 'enjoining', 'enjoyable', 'enjoyably', 'enjoyment', 'enlargers', 'enlarging', 'enlighten', 'enlistees', 'enlisting', 'enlivened', 'enmeshing', 'ennobling', 'enormitys', 'enquiries', 'enquiring', 'enrapture', 'enriching', 'enrolling', 'enrolment', 'ensconced', 'ensconces', 'ensembles', 'enshrined', 'enshrines', 'enshrouds', 'enslaving', 'ensnaring', 'enstatite', 'entailing', 'entangled', 'entangles', 'entertain', 'enthralls', 'enthroned', 'enthrones', 'enthusing', 'entiretys', 'entitling', 'entombing', 'entourage', 'entrailss', 'entranced', 'entrances', 'entrapped', 'entreated', 'entreatys', 'entrusted', 'entryways', 'entwining', 'enumerate', 'enunciate', 'enveloped', 'enveloper', 'envelopes', 'enviously', 'environss', 'envisaged', 'envisages', 'envisions', 'enzymatic', 'epaulette', 'ephemeral', 'ephemeris', 'epicenter', 'epicentre', 'epictetus', 'epicurean', 'epicuruss', 'epicyclic', 'epidemics', 'epidermal', 'epidermic', 'epidermis', 'epilepsys', 'epileptic', 'epilogues', 'epiphanys', 'epiphysis', 'episcopal', 'epitaxial', 'epitomise', 'epitomize', 'equalised', 'equaliser', 'equalises', 'equalitys', 'equalized', 'equalizer', 'equalizes', 'equalling', 'equations', 'equinoxes', 'equipages', 'equipment', 'equipoise', 'equipping', 'equitable', 'equitably', 'equivocal', 'eradicate', 'erections', 'erectness', 'ergonomic', 'ericksons', 'ernestine', 'erogenous', 'eroticism', 'erroneous', 'erstwhile', 'eruditely', 'erudition', 'eruptions', 'escalated', 'escalates', 'escalator', 'escapable', 'escapades', 'escapisms', 'escapists', 'escaroles', 'eschewing', 'escorting', 'esmeralda', 'esophagus', 'esperanto', 'esperanza', 'espinozas', 'espionage', 'esplanade', 'espousals', 'espousing', 'espressos', 'essayists', 'essential', 'essequibo', 'establish', 'esteeming', 'esterhzys', 'esthetics', 'estimable', 'estimated', 'estimates', 'estimator', 'estonians', 'estranged', 'estranges', 'estrogens', 'estuaries', 'estuarine', 'eternally', 'eternitys', 'ethelreds', 'ethically', 'ethiopian', 'ethiopias', 'ethnicity', 'ethnology', 'etiologys', 'etiquette', 'etymology', 'eucalypti', 'eucharist', 'euclidean', 'eugenicss', 'eukaryote', 'eulogised', 'eulogises', 'eulogized', 'eulogizes', 'eumenides', 'euphemism', 'euphemist', 'euphorbia', 'euphorias', 'euphrates', 'eurasians', 'euripides', 'europeans', 'eurydices', 'evacuated', 'evacuates', 'evaluable', 'evaluated', 'evaluates', 'evaluator', 'evangelic', 'evaporate', 'evasively', 'evennesss', 'eventides', 'eventuate', 'everettes', 'everglade', 'evergreen', 'everready', 'everybody', 'everyones', 'evictions', 'evidenced', 'evidences', 'evidently', 'evildoers', 'evocation', 'evocative', 'evolution', 'exactions', 'exactness', 'examiners', 'examining', 'exampling', 'excalibur', 'excavated', 'excavates', 'excavator', 'excedrins', 'exceeding', 'excellent', 'excelling', 'excelsior', 'excepting', 'exception', 'excerpted', 'excessive', 'exchanged', 'exchanges', 'exchequer', 'excisable', 'excisions', 'excitable', 'excitedly', 'exclaimed', 'exclaimer', 'excluding', 'exclusion', 'exclusive', 'excoriate', 'excrement', 'excreting', 'excretion', 'excretory', 'exculpate', 'excursion', 'excusable', 'excusably', 'execrable', 'execrated', 'execrates', 'executing', 'execution', 'executive', 'executors', 'executrix', 'exegesiss', 'exemplars', 'exemplary', 'exemplify', 'exempting', 'exemption', 'exercised', 'exerciser', 'exercises', 'exercycle', 'exertions', 'exhausted', 'exhibited', 'exhibitor', 'exhorting', 'exigencys', 'existence', 'exogamous', 'exogenous', 'exonerate', 'exorcised', 'exorcises', 'exorcisms', 'exorcists', 'exorcized', 'exorcizes', 'expanders', 'expanding', 'expansion', 'expansive', 'expatiate', 'expectant', 'expecting', 'expedient', 'expedited', 'expediter', 'expedites', 'expeditor', 'expelling', 'expending', 'expensive', 'expertise', 'expiating', 'expiation', 'explained', 'explainer', 'expletive', 'explicate', 'exploding', 'exploited', 'exploiter', 'explorers', 'exploring', 'explosion', 'explosive', 'exponents', 'exporters', 'exporting', 'expositor', 'exposures', 'expounded', 'expounder', 'expressed', 'expresses', 'expressly', 'expulsion', 'expunging', 'expurgate', 'exquisite', 'extempore', 'extending', 'extension', 'extensive', 'extenuate', 'exteriors', 'externals', 'extincted', 'extirpate', 'extolling', 'extorting', 'extortion', 'extracted', 'extractor', 'extradite', 'extravert', 'extremely', 'extremest', 'extremism', 'extremist', 'extremity', 'extricate', 'extrinsic', 'extrovert', 'extruding', 'extrusion', 'extrusive', 'exuberant', 'exudation', 'eyeballed', 'eyebright', 'eyeglasss', 'eyelashes', 'eyeliners', 'eyepieces', 'eyesights', 'eyestrain', 'eyetooths', 'fabricate', 'facebooks', 'facelifts', 'faceplate', 'facetious', 'facetting', 'facilitys', 'facsimile', 'factional', 'factorial', 'factories', 'factoring', 'factorise', 'factorize', 'factotums', 'factually', 'faculties', 'faintness', 'fairbanks', 'fairchild', 'fairfield', 'fairnesss', 'fairyland', 'faithfuls', 'faithless', 'falconers', 'falconrys', 'falklands', 'fallacies', 'fallopian', 'fallowing', 'falsehood', 'falseness', 'falsettos', 'falsified', 'falsifies', 'falsities', 'falstaffs', 'faltering', 'familiars', 'famishing', 'fanatical', 'fanciness', 'fantasied', 'fantasies', 'fantasise', 'fantasist', 'fantasize', 'fantastic', 'farewells', 'farmhands', 'farmhouse', 'farmlands', 'farmyards', 'farrakhan', 'farrowing', 'farthings', 'fascinate', 'fashioned', 'fasteners', 'fastening', 'fastnesss', 'fatalisms', 'fatalists', 'fatalitys', 'fatefully', 'fathering', 'fathoming', 'fatiguess', 'fatiguing', 'fatteners', 'fattening', 'fatuously', 'faulkners', 'faultiest', 'faultless', 'faustinos', 'favorable', 'favorably', 'favorites', 'favouring', 'favourite', 'fearfully', 'feathered', 'featherer', 'featuring', 'februarys', 'fecundity', 'federally', 'federated', 'federates', 'federicos', 'feedbacks', 'feelingly', 'feistiest', 'feldspars', 'felicitys', 'fellatios', 'felonious', 'feminines', 'feminisms', 'feminists', 'fencepost', 'fenugreek', 'ferdinand', 'fergusons', 'fermented', 'fernandez', 'fernandos', 'ferocious', 'ferocitys', 'ferreting', 'ferryboat', 'fertilely', 'fertilise', 'fertility', 'fertilize', 'fervencys', 'fervently', 'festering', 'festivals', 'festively', 'festivity', 'festooned', 'fetishism', 'fetishist', 'fettering', 'feudalism', 'feudatory', 'fiberglas', 'fibonacci', 'fibration', 'fibrosity', 'fibrously', 'fictional', 'fidelitys', 'fidgeting', 'fiduciary', 'fieldwork', 'fieriness', 'fifteenth', 'fiftieths', 'fightings', 'figueroas', 'figurines', 'figurings', 'filaments', 'filenames', 'filigreed', 'filigrees', 'filipinos', 'filleting', 'filliping', 'fillmores', 'filmmaker', 'filmstrip', 'filtering', 'filthiest', 'filtrable', 'filtrated', 'filtrates', 'finaglers', 'finagling', 'finalised', 'finalises', 'finalists', 'finalitys', 'finalized', 'finalizes', 'financial', 'financier', 'financing', 'finenesss', 'finessing', 'fingering', 'fingertip', 'finickier', 'finishers', 'finishing', 'finnegans', 'fireballs', 'firebombs', 'firebrand', 'firebreak', 'firefight', 'fireflies', 'firehouse', 'firelight', 'fireplace', 'fireplugs', 'firepower', 'fireproof', 'firesides', 'firestone', 'firestorm', 'firetraps', 'firewalls', 'firewater', 'firewoods', 'fireworks', 'firmament', 'firmnesss', 'firstborn', 'firsthand', 'fischbein', 'fishbowls', 'fisheries', 'fisherman', 'fishermen', 'fishhooks', 'fishtails', 'fishwifes', 'fishwives', 'fisticuff', 'fitchburg', 'fittingly', 'fixations', 'fixatives', 'fixedness', 'flabbiest', 'flagellum', 'flageolet', 'flagpoles', 'flagships', 'flagstaff', 'flagstone', 'flakiness', 'flambeing', 'flamencos', 'flamingos', 'flammable', 'flanagans', 'flanderss', 'flanneled', 'flannelet', 'flapjacks', 'flashback', 'flashbulb', 'flashguns', 'flashiest', 'flashings', 'flatboats', 'flatfishs', 'flatfoots', 'flatirons', 'flatnesss', 'flattened', 'flattered', 'flatterer', 'flatterys', 'flatulent', 'flatwares', 'flaunting', 'flautists', 'flavorful', 'flavoring', 'flavoured', 'fledgling', 'fleeciest', 'fleetness', 'fleischer', 'fleshiest', 'fleshlier', 'flexitime', 'flextimes', 'flickered', 'flightier', 'flimflams', 'flimsiest', 'flinching', 'flintiest', 'flintlock', 'flippancy', 'floggings', 'floodgate', 'floorings', 'flophouse', 'floppiest', 'florences', 'floridian', 'florsheim', 'flotation', 'flotillas', 'flouncing', 'flounders', 'flourishs', 'flowchart', 'flowerbed', 'flowerier', 'flowering', 'flowerpot', 'fluctuate', 'fluffiest', 'fluiditys', 'flummoxed', 'flummoxes', 'fluoresce', 'fluorides', 'fluorines', 'fluorites', 'fluorspar', 'flurrying', 'flustered', 'fluttered', 'flyleaves', 'flypapers', 'flyspecks', 'flyweight', 'flywheels', 'focussing', 'fogginess', 'folklores', 'folksiest', 'follicles', 'followers', 'followeth', 'following', 'fomalhaut', 'fomenting', 'fondnesss', 'foodstuff', 'fooleries', 'foolhardy', 'foolishly', 'foolproof', 'foolscaps', 'foosballs', 'footballs', 'footfalls', 'foothills', 'footholds', 'footloose', 'footnoted', 'footnotes', 'footpaths', 'footprint', 'footrests', 'footsteps', 'footstool', 'footwears', 'footworks', 'forbidden', 'forearmed', 'forebears', 'foreboded', 'forebodes', 'forecasts', 'foreclose', 'forefoots', 'forefront', 'foregoing', 'forehands', 'foreheads', 'foreigner', 'forelocks', 'foremasts', 'forenames', 'forenoons', 'forensics', 'foreplays', 'foresails', 'foresight', 'foreskins', 'forestall', 'foresters', 'foresting', 'forestrys', 'foreswear', 'foreswore', 'foresworn', 'foretaste', 'foretells', 'forewarns', 'forewoman', 'forewomen', 'forewords', 'forfeited', 'forgather', 'forgeries', 'forgetful', 'forgiving', 'forgotten', 'forklifts', 'forlornly', 'formalise', 'formalism', 'formality', 'formalize', 'formation', 'formative', 'formatted', 'formatter', 'formosans', 'formulaic', 'formulate', 'fornicate', 'forsaking', 'forswears', 'forsythia', 'fortaleza', 'fortescue', 'forthcome', 'forthwith', 'fortieths', 'fortified', 'fortifies', 'fortitude', 'fortnight', 'fortresss', 'fortunate', 'forwarded', 'forwarder', 'fossilise', 'fossilize', 'fostering', 'fosterite', 'foulmouth', 'foulnesss', 'foundered', 'foundling', 'foundries', 'fountains', 'fourscore', 'foursomes', 'fourteens', 'foxgloves', 'foxhounds', 'fractions', 'fractious', 'fractured', 'fractures', 'fragility', 'fragments', 'fragonard', 'fragrance', 'frailties', 'frambesia', 'framework', 'francesca', 'franchise', 'francines', 'francisca', 'francisco', 'francoise', 'francoiss', 'franglais', 'frankfort', 'frankfurt', 'frankness', 'fraternal', 'frazzling', 'freakiest', 'freckling', 'frederick', 'frederics', 'fredricks', 'freebased', 'freebases', 'freedmans', 'freeholds', 'freelance', 'freeloads', 'freemason', 'freestone', 'freestyle', 'freethink', 'freetowns', 'freewheel', 'freezings', 'freighted', 'freighter', 'frenchman', 'frenchmen', 'frequency', 'frequents', 'freshened', 'freshener', 'freshmans', 'freshness', 'fretfully', 'fretworks', 'fricassee', 'frication', 'fricative', 'frictions', 'friedrich', 'friendlys', 'frightens', 'frightful', 'frighting', 'frigidity', 'frilliest', 'fripperys', 'friskiest', 'frittered', 'frivolity', 'frivolous', 'frizziest', 'frizzling', 'frobisher', 'froissart', 'frolicked', 'frontages', 'frontally', 'frontenac', 'frontiers', 'frostbelt', 'frostbite', 'frostiest', 'frostings', 'frothiest', 'frowsiest', 'frowziest', 'fructoses', 'frugality', 'fruitcake', 'fruitiest', 'fruitions', 'fruitless', 'frumpiest', 'frustrate', 'fugitives', 'fujiwaras', 'fulbright', 'fulfilled', 'fullbacks', 'fullerton', 'fullnesss', 'fulminate', 'fumigated', 'fumigates', 'fumigator', 'functions', 'fundraise', 'fungicide', 'funicular', 'funneling', 'funnelled', 'funniness', 'furbelows', 'furbished', 'furbishes', 'furiouser', 'furiously', 'furloughs', 'furnished', 'furnishes', 'furniture', 'furrowing', 'furthered', 'furtively', 'fuselages', 'fusillade', 'fussiness', 'futilitys', 'futuritys', 'fuzziness', 'gabardine', 'gaberdine', 'gaberones', 'gaborones', 'gabrielas', 'gabrielle', 'gadabouts', 'gadgetrys', 'gagwriter', 'gainfully', 'galactose', 'galapagos', 'galatians', 'galbraith', 'galbreath', 'galileans', 'gallagher', 'gallantly', 'gallantry', 'gallberry', 'gallegoss', 'galleried', 'galleries', 'gallinule', 'gallivant', 'gallonage', 'galloping', 'galloways', 'gallowses', 'gallstone', 'galvanise', 'galvanism', 'galvanize', 'galveston', 'gamblings', 'gamboling', 'gambolled', 'gamecocks', 'gamenesss', 'ganglands', 'gangliest', 'ganglions', 'gangplank', 'gangrened', 'gangrenes', 'gangsters', 'ganymedes', 'garbanzos', 'gardeners', 'gardenias', 'gardening', 'garfields', 'garfunkel', 'gargantua', 'gargoyles', 'garibaldi', 'garlanded', 'garnering', 'garnished', 'garnishee', 'garnishes', 'garotting', 'garrisons', 'garroting', 'garrotted', 'garrottes', 'garrulity', 'garrulous', 'gaseously', 'gaslights', 'gasolenes', 'gasolines', 'gastritis', 'gasworkss', 'gateposts', 'gatherers', 'gathering', 'gatorades', 'gaucherie', 'gaudiness', 'gaugeable', 'gauleiter', 'gauntlets', 'gauntness', 'gawkiness', 'gazetteer', 'gazetting', 'gaziantep', 'gazillion', 'gazpachos', 'gearboxes', 'gearshift', 'gearwheel', 'gelatines', 'gelbviehs', 'gemstones', 'gendarmes', 'genealogy', 'generally', 'generated', 'generater', 'generates', 'generator', 'geneticss', 'genevieve', 'geniality', 'genitalia', 'genitalss', 'genitives', 'genocides', 'gentility', 'gentleman', 'gentlemen', 'genuflect', 'genuinely', 'geodesics', 'geoffreys', 'geography', 'geologies', 'geologist', 'geometric', 'geometrys', 'georgette', 'georgians', 'georginas', 'geraldine', 'geraniums', 'geriatric', 'germanics', 'germanium', 'germicide', 'germinals', 'germinate', 'gertrudes', 'gerundial', 'gerundive', 'gestating', 'gestation', 'gesturing', 'ghastlier', 'ghazvanid', 'ghostlier', 'ghostlike', 'gianninis', 'giantesss', 'gibbering', 'gibberish', 'gibbeting', 'gibraltar', 'giddiness', 'gigabytes', 'gigacycle', 'gigahertz', 'giggliest', 'gilbertos', 'gilchrist', 'gilgamesh', 'gillespie', 'gillettes', 'gilligans', 'gimcracks', 'gimleting', 'gimmickry', 'gingrichs', 'ginsburgs', 'giorgione', 'giovannis', 'giraudoux', 'girlhoods', 'girlishly', 'giulianis', 'giuseppes', 'giveaways', 'glacially', 'gladdened', 'gladiator', 'gladiolas', 'gladiolus', 'gladnesss', 'gladstone', 'glamoring', 'glamorise', 'glamorize', 'glamorous', 'glamoured', 'glandular', 'glaringly', 'glassfuls', 'glassiest', 'glassware', 'glasswort', 'glaucomas', 'gleamings', 'gleanings', 'gleefully', 'glenlivet', 'glibnesss', 'glimmered', 'glimpsing', 'glissandi', 'glissando', 'glistened', 'glittered', 'glitziest', 'gloamings', 'gloomiest', 'glorified', 'glorifies', 'glossarys', 'glossiest', 'glottides', 'glottises', 'glowering', 'glowingly', 'glowworms', 'glumnesss', 'glutamate', 'glutamine', 'glutinous', 'gluttonys', 'glyceride', 'glycerine', 'glycerins', 'glycerols', 'glycogens', 'gnarliest', 'goalposts', 'goatherds', 'goatskins', 'godchilds', 'goddamned', 'goddesses', 'godfather', 'godliness', 'godmother', 'godparent', 'godzillas', 'goethalss', 'goldbergs', 'goldbrick', 'goldenest', 'goldeneye', 'goldenrod', 'goldfinch', 'goldfishs', 'goldsmith', 'goldstein', 'goldstine', 'goldwater', 'golgothas', 'gomorrahs', 'gondolier', 'gonorrhea', 'gonzalezs', 'goodliest', 'goodnesss', 'goodnight', 'goodrichs', 'goodwills', 'goolagong', 'gorbachev', 'gorinesss', 'gospelers', 'gossamers', 'gossiping', 'gossipped', 'gottfried', 'goulashes', 'gourmands', 'governess', 'governing', 'governors', 'grabbings', 'graceland', 'graceless', 'gracielas', 'gradation', 'gradients', 'gradually', 'graduated', 'graduates', 'graffiass', 'graffitos', 'grainiest', 'grammatic', 'grampians', 'granaries', 'granddads', 'grandeurs', 'grandiose', 'grandness', 'grandsons', 'granulate', 'granville', 'grapevine', 'graphical', 'graphites', 'grappling', 'graspable', 'grassiest', 'grassland', 'gratified', 'gratifies', 'gratitude', 'gratuitys', 'graveling', 'gravelled', 'graveness', 'graveyard', 'gravitate', 'graybeard', 'graynesss', 'graywacke', 'greasiest', 'greatcoat', 'greatness', 'greediest', 'greenback', 'greenbelt', 'greenberg', 'greenerys', 'greenhorn', 'greenland', 'greenness', 'greenspan', 'greenware', 'greenwich', 'greenwood', 'greetings', 'gregorian', 'gregorios', 'grenadier', 'gretchens', 'greyhound', 'greynesss', 'gridirons', 'gridlocks', 'grievance', 'grillwork', 'grimacing', 'grimnesss', 'grindings', 'grisliest', 'gristlier', 'gristmill', 'grittiest', 'grizzlier', 'grizzlies', 'grnewalds', 'groceries', 'groggiest', 'groomings', 'grooviest', 'grosbeaks', 'grossness', 'grosvenor', 'grotesque', 'grouchier', 'grouching', 'grounders', 'groundhog', 'grounding', 'groundsel', 'groupings', 'grovelers', 'groveling', 'grovelled', 'groveller', 'grubbiest', 'grubstake', 'gruelings', 'gruelling', 'gruesomer', 'gruffness', 'grumblers', 'grumbling', 'grumpiest', 'grungiest', 'guacamole', 'guadalupe', 'guangzhou', 'guanidine', 'guarantee', 'guarantor', 'guarantys', 'guardedly', 'guardians', 'guardrail', 'guardroom', 'guardsman', 'guardsmen', 'guarnieri', 'guatemala', 'guayaquil', 'guerillas', 'guernseys', 'guerrilla', 'guessable', 'guesswork', 'guffawing', 'guidances', 'guidebook', 'guideline', 'guidepost', 'guildhall', 'guileless', 'guillemot', 'guillermo', 'guiltiest', 'guiltless', 'guinevere', 'guinnesss', 'guitarist', 'gujaratis', 'gullivers', 'gumptions', 'gunderson', 'gunfights', 'gunnysack', 'gunpoints', 'gunpowder', 'gunrunner', 'gunsmiths', 'gusseting', 'gustafson', 'gustatory', 'gustavuss', 'gutenberg', 'gutierrez', 'guttering', 'gutturals', 'guyaneses', 'gwendolyn', 'gymnasium', 'gymnastic', 'gyrations', 'gyrfalcon', 'gyroscope', 'habitable', 'habituate', 'haciendas', 'hackberry', 'hackneyed', 'haggardly', 'hailstone', 'hailstorm', 'hairbrush', 'hairdryer', 'hairiness', 'hairlines', 'hairpiece', 'hairstyle', 'haleakala', 'halfbacks', 'halfpence', 'halfpenny', 'halftimes', 'halitosis', 'hallmarks', 'halloween', 'hallowing', 'hallstatt', 'haltering', 'haltingly', 'halverson', 'hamburger', 'hamilcars', 'hamiltons', 'hammering', 'hammurabi', 'hampering', 'hampshire', 'hamstring', 'hamstrung', 'handballs', 'handbills', 'handbooks', 'handcarts', 'handclasp', 'handcraft', 'handcuffs', 'handicaps', 'handiness', 'handiwork', 'handlebar', 'handmaids', 'handpicks', 'handrails', 'handshake', 'handsomer', 'handspike', 'handstand', 'handworks', 'handwrite', 'handymans', 'hangnails', 'hangovers', 'hangzhous', 'hankering', 'hannibals', 'hanukkahs', 'haphazard', 'haplessly', 'haplology', 'happening', 'happiness', 'hapsburgs', 'harangued', 'harangues', 'harassing', 'harbinger', 'harboring', 'harboured', 'hardbacks', 'hardballs', 'hardboard', 'hardcover', 'hardeners', 'hardening', 'hardiness', 'hardliner', 'hardnesss', 'hardships', 'hardtacks', 'hardwares', 'hardwired', 'hardwoods', 'harkening', 'harlequin', 'harmfully', 'harmonica', 'harmonics', 'harmonies', 'harmonise', 'harmonize', 'harnessed', 'harnesses', 'harpooned', 'harridans', 'harrietts', 'harrisons', 'harrowing', 'harshness', 'hartfords', 'hartlines', 'harvested', 'harvester', 'hasheeshs', 'hastening', 'hastiness', 'hastingss', 'hatchback', 'hatcherys', 'hatchings', 'hatchways', 'hatefully', 'hatsheput', 'haughtier', 'haughtily', 'hauptmann', 'hausdorff', 'haversack', 'havilland', 'havolines', 'hawaiians', 'hawthorne', 'hawthorns', 'haystacks', 'hayworths', 'hazarding', 'hazardous', 'hazelnuts', 'hazinesss', 'headaches', 'headbands', 'headboard', 'headdress', 'headfirst', 'headgears', 'headlands', 'headlight', 'headlined', 'headlines', 'headlocks', 'headphone', 'headrests', 'headrooms', 'headstand', 'headstone', 'headwater', 'headwinds', 'headwords', 'healthful', 'healthier', 'healthily', 'hearkened', 'heartache', 'heartbeat', 'heartburn', 'heartened', 'heartfelt', 'heartiest', 'heartland', 'heartless', 'heartsick', 'heaviness', 'heaviside', 'hebridess', 'hecklings', 'hectoring', 'hedgehogs', 'hedgerows', 'hedonisms', 'hedonists', 'heehawing', 'hegemonys', 'heidegger', 'heightens', 'heimlichs', 'heinekens', 'heinleins', 'heinously', 'heinrichs', 'heiresses', 'heirlooms', 'heliports', 'hellebore', 'hellenics', 'hellenise', 'hellenism', 'hellenize', 'hellholes', 'hellishly', 'helmholtz', 'helmsmans', 'helpfully', 'helpmates', 'helpmeets', 'helsinkis', 'helvetica', 'helvetius', 'hemingway', 'hemolytic', 'hemostats', 'hempstead', 'hemstitch', 'henchmans', 'henderson', 'hendricks', 'hennessys', 'henpecked', 'henrietta', 'hepatitis', 'heptagons', 'heralding', 'heraldrys', 'herbalist', 'herbicide', 'herbivore', 'herculean', 'herculess', 'herdsmans', 'hereabout', 'hereafter', 'hereditys', 'herefords', 'heretical', 'hereunder', 'heriberto', 'heritable', 'heritages', 'herminias', 'hermitage', 'hermitian', 'hernandez', 'herodotus', 'hesitancy', 'hesitated', 'hesitater', 'hesitates', 'heterodox', 'heuristic', 'hexagonal', 'hexameter', 'heyerdahl', 'hezbollah', 'hiawathas', 'hibernate', 'hibernias', 'hibiscuss', 'hiccoughs', 'hiccuping', 'hickories', 'hideaways', 'hidebound', 'hideously', 'hierarchy', 'hifalutin', 'highballs', 'highbrows', 'highchair', 'highjacks', 'highlands', 'highlight', 'highnesss', 'hightails', 'hijackers', 'hijacking', 'hilarious', 'hilaritys', 'hilfigers', 'hillbilly', 'hillcrest', 'hillsides', 'himalayas', 'hinayanas', 'hindemith', 'hindering', 'hindrance', 'hindsight', 'hinduisms', 'hindustan', 'hirelings', 'hirobumis', 'hiroshima', 'hispanics', 'histamine', 'histidine', 'histogram', 'histology', 'historian', 'histories', 'hitchcock', 'hitchhike', 'hoarfrost', 'hoariness', 'hobbyists', 'hobgoblin', 'hobnailed', 'hobnobbed', 'hockshops', 'hogsheads', 'hogwartss', 'hohenlohe', 'hokkaidos', 'holdovers', 'holidayed', 'holinesss', 'hollering', 'hollerith', 'hollister', 'holloways', 'hollowest', 'hollowing', 'hollyhock', 'hollywood', 'holocaust', 'holocenes', 'holograms', 'holograph', 'holsteins', 'holstered', 'holystone', 'homebodys', 'homebound', 'homebuild', 'homegrown', 'homelands', 'homelesss', 'homeliest', 'homemaker', 'homeopath', 'homeowner', 'homepages', 'homerooms', 'homespuns', 'homestead', 'hometowns', 'homewards', 'homeworks', 'homeyness', 'homicidal', 'homicides', 'hominesss', 'homograph', 'homologue', 'homophone', 'hondurans', 'hondurass', 'honeckers', 'honestest', 'honeybees', 'honeycomb', 'honeydews', 'honeymoon', 'honeywell', 'honolulus', 'honorable', 'honorably', 'honoraria', 'honorific', 'honouring', 'hoodooing', 'hoodwinks', 'hookworms', 'hooligans', 'hooraying', 'hopefully', 'hopewells', 'hopscotch', 'horehound', 'hornmouth', 'hornpipes', 'horologys', 'horoscope', 'horrified', 'horrifies', 'horseback', 'horseflys', 'horsehair', 'horsehide', 'horselike', 'horsemans', 'horseplay', 'horseshoe', 'horsetail', 'horsewhip', 'hospitals', 'hostelers', 'hosteling', 'hostelled', 'hostelrys', 'hostessed', 'hostesses', 'hostilely', 'hostility', 'hoteliers', 'hotheaded', 'hothouses', 'hotpoints', 'hottentot', 'houdaille', 'hourglass', 'houseboat', 'housecoat', 'houseflys', 'household', 'housekeep', 'housemaid', 'housetops', 'housewife', 'housework', 'houyhnhnm', 'hovhaness', 'howitzers', 'howsoever', 'hoydenish', 'hrothgars', 'hucksters', 'hugenesss', 'huguenots', 'humanised', 'humaniser', 'humanises', 'humanisms', 'humanists', 'humanitys', 'humanized', 'humanizer', 'humanizes', 'humankind', 'humanness', 'humanoids', 'humbertos', 'humblings', 'humbugged', 'humdinger', 'humiditys', 'humiliate', 'humilitys', 'humongous', 'humorists', 'humorless', 'humouring', 'humpbacks', 'humungous', 'hunchback', 'hundredth', 'hungarian', 'hungering', 'hungriest', 'hunkering', 'hunspells', 'huntresss', 'huntsmans', 'hurrahing', 'hurraying', 'hurricane', 'hurriedly', 'husbanded', 'husbandry', 'huskiness', 'hustingss', 'hutchison', 'hyacinths', 'hybridise', 'hybridize', 'hyderabad', 'hydrangea', 'hydrating', 'hydraulic', 'hydrofoil', 'hydrogens', 'hydrology', 'hydronium', 'hydroxide', 'hygienist', 'hyperbola', 'hyperbole', 'hyperions', 'hypertext', 'hyphenate', 'hyphening', 'hypnosiss', 'hypnotics', 'hypnotise', 'hypnotism', 'hypnotist', 'hypnotize', 'hypocrisy', 'hypocrite', 'hysterias', 'hysterics', 'ibuprofen', 'icelander', 'icelandic', 'ichneumon', 'idealised', 'idealises', 'idealisms', 'idealists', 'idealized', 'idealizes', 'identical', 'identitys', 'ideograms', 'ideograph', 'ideologue', 'ideologys', 'idiomatic', 'idlenesss', 'idolaters', 'idolatrys', 'idolising', 'idolizing', 'ignitions', 'ignominys', 'ignoramus', 'ignorance', 'illegally', 'illegible', 'illegibly', 'illiberal', 'illicitly', 'illinoiss', 'illnesses', 'illogical', 'illumined', 'illumines', 'illusions', 'ilyushins', 'imaginary', 'imaginate', 'imagining', 'imbalance', 'imbeciles', 'imbecilic', 'imbedding', 'imbroglio', 'imitating', 'imitation', 'imitative', 'imitators', 'immanence', 'immediacy', 'immediate', 'immensely', 'immensity', 'immersing', 'immersion', 'immigrant', 'immigrate', 'imminence', 'immodesty', 'immolated', 'immolates', 'immorally', 'immortals', 'immovable', 'immovably', 'immunised', 'immunises', 'immunitys', 'immunized', 'immunizes', 'immutable', 'immutably', 'impacting', 'impaction', 'impactors', 'impairing', 'impaneled', 'impartial', 'imparting', 'impassion', 'impassive', 'impatient', 'impeached', 'impeaches', 'impedance', 'impelling', 'impending', 'imperfect', 'imperials', 'imperiled', 'imperious', 'impetigos', 'impetuous', 'impetuses', 'impieties', 'impinging', 'impiously', 'implanted', 'implement', 'implicant', 'implicate', 'imploding', 'imploring', 'implosion', 'impolitic', 'important', 'importers', 'importing', 'importune', 'imposters', 'impostors', 'imposture', 'impotence', 'impounded', 'imprecate', 'imprecise', 'impressed', 'impresser', 'impresses', 'imprinted', 'imprisons', 'impromptu', 'improving', 'improvise', 'imprudent', 'impudence', 'impugning', 'impulsing', 'impulsion', 'impulsive', 'impunitys', 'impuritys', 'inability', 'inactions', 'inamorata', 'inanimate', 'inanities', 'inaudible', 'inaudibly', 'inaugural', 'incapable', 'incarnate', 'incaution', 'incensing', 'incentive', 'inception', 'incessant', 'incidence', 'incidents', 'incipient', 'incisions', 'inclement', 'inclining', 'inclosing', 'inclosure', 'including', 'inclusion', 'inclusive', 'incognito', 'incorrect', 'increased', 'increases', 'increment', 'incrusted', 'incubated', 'incubates', 'incubator', 'incubuses', 'inculcate', 'inculpate', 'incumbent', 'incurable', 'incurably', 'incurious', 'incurring', 'incursion', 'indecency', 'indelible', 'indelibly', 'indemnify', 'indemnity', 'indenting', 'indenture', 'indexable', 'indianans', 'indicated', 'indicates', 'indicator', 'indicting', 'indigence', 'indigents', 'indignant', 'indignity', 'indirects', 'indispose', 'indochina', 'indolence', 'indonesia', 'indorsing', 'inducible', 'inductees', 'inducting', 'induction', 'inductive', 'inductors', 'indulgent', 'indulging', 'industrys', 'inebriate', 'ineffable', 'ineffably', 'inelastic', 'inelegant', 'ineptness', 'inequitys', 'inertance', 'inertness', 'infantile', 'infantrys', 'infatuate', 'infecting', 'infection', 'infective', 'inference', 'inferiors', 'inferring', 'infertile', 'infesting', 'infielder', 'infinites', 'infinitum', 'infinitys', 'infirmary', 'infirmity', 'inflaming', 'inflating', 'inflation', 'inflected', 'inflexion', 'inflicted', 'inflicter', 'influence', 'influenza', 'informant', 'informers', 'informing', 'infrareds', 'infringed', 'infringes', 'infuriate', 'infusible', 'infusions', 'ingenious', 'ingenuity', 'ingenuous', 'ingersoll', 'ingesting', 'ingestion', 'inglewood', 'ingrained', 'ingresses', 'inhabited', 'inhalants', 'inhalator', 'inherited', 'inheritor', 'inhibited', 'inhibitor', 'inholding', 'inhumanly', 'iniquitys', 'initialed', 'initially', 'initiated', 'initiates', 'initiator', 'injecting', 'injection', 'injective', 'injectors', 'injurious', 'injustice', 'inkinesss', 'innermost', 'innkeeper', 'innocence', 'innocents', 'innocuous', 'innovated', 'innovates', 'innovator', 'innuendos', 'inoculate', 'inorganic', 'inpatient', 'inputting', 'inquirers', 'inquiries', 'inquiring', 'insanitys', 'inscribed', 'inscribes', 'insensate', 'inserting', 'insertion', 'insetting', 'insidious', 'insignias', 'insincere', 'insinuate', 'insistent', 'insisting', 'insolence', 'insoluble', 'insolvent', 'insomniac', 'insomnias', 'inspected', 'inspector', 'inspiring', 'installed', 'installer', 'instanced', 'instances', 'instanter', 'instantly', 'instigate', 'instilled', 'instincts', 'institute', 'instructs', 'insulated', 'insulates', 'insulator', 'insulting', 'insurance', 'insurgent', 'insurrect', 'intaglios', 'integrals', 'integrand', 'integrate', 'integrity', 'intellect', 'intendant', 'intendeds', 'intending', 'intensely', 'intensest', 'intensify', 'intensity', 'intensive', 'intention', 'interacts', 'interbred', 'intercede', 'intercept', 'intercity', 'intercoms', 'interdict', 'interests', 'interface', 'interfere', 'interiors', 'interject', 'interlace', 'interlard', 'interlink', 'interlock', 'interlude', 'interment', 'internals', 'internees', 'interning', 'internist', 'interplay', 'interpose', 'interpret', 'interring', 'interrupt', 'intersect', 'intervals', 'intervene', 'interview', 'interwove', 'intestate', 'intestine', 'intimacys', 'intimated', 'intimater', 'intimates', 'intracity', 'intricacy', 'intricate', 'intrigued', 'intrigues', 'intrinsic', 'introduce', 'introject', 'introvert', 'intruders', 'intruding', 'intrusion', 'intrusive', 'intrusted', 'intubated', 'intubates', 'intuiting', 'intuition', 'intuitive', 'inuktitut', 'inundated', 'inundates', 'invalided', 'invalidly', 'invariant', 'invasions', 'invective', 'inveighed', 'inveigled', 'inveigles', 'inventing', 'invention', 'inventive', 'inventors', 'inventory', 'inverness', 'inversely', 'inversion', 'inverters', 'inverting', 'investing', 'investors', 'invidious', 'inviolate', 'invisible', 'invisibly', 'invocable', 'invoicing', 'involving', 'iphigenia', 'irascible', 'irateness', 'irishmans', 'ironclads', 'ironstone', 'ironwares', 'ironworks', 'iroquoian', 'iroquoiss', 'irradiate', 'irrawaddy', 'irregular', 'irrigated', 'irrigates', 'irritable', 'irritably', 'irritants', 'irritated', 'irritates', 'irruption', 'isabelles', 'isherwood', 'isinglass', 'islamabad', 'islamisms', 'islanders', 'isolating', 'isolation', 'isometric', 'isosceles', 'isotropic', 'israelite', 'issuances', 'istanbuls', 'isthmuses', 'italicise', 'italicize', 'itchiness', 'itemising', 'itemizing', 'iterating', 'iteration', 'iterative', 'iterators', 'itinerant', 'itinerary', 'izvestias', 'jabberers', 'jabbering', 'jablonsky', 'jackasses', 'jackboots', 'jackknife', 'jacobeans', 'jacobites', 'jacobsons', 'jacquelyn', 'jaggedest', 'jagiellon', 'jahangirs', 'jailbreak', 'jalousies', 'jamaicans', 'jamborees', 'jamestown', 'janissary', 'janjaweed', 'jansenist', 'januaries', 'japaneses', 'japanning', 'jardinire', 'jarlsberg', 'jarringly', 'jaundiced', 'jaundices', 'jauntiest', 'javaneses', 'jawboning', 'jayapuras', 'jaywalked', 'jaywalker', 'jealously', 'jealousys', 'jeanettes', 'jeannette', 'jeannines', 'jeeringly', 'jeffereys', 'jefferson', 'jellybean', 'jellyfish', 'jennifers', 'jenningss', 'jeopardys', 'jeremiads', 'jeremiahs', 'jerkiness', 'jerkwater', 'jermaines', 'jerusalem', 'jessamine', 'jettisons', 'jewellers', 'jewellery', 'jewelling', 'jewelries', 'jiggering', 'jigsawing', 'jingoisms', 'jingoists', 'jitterbug', 'jitterier', 'jiujitsus', 'jobholder', 'jockeying', 'jockstrap', 'jocositys', 'jocularly', 'jocundity', 'jodhpurss', 'johnathan', 'johnathon', 'johnstons', 'johnstown', 'jolliness', 'jonathans', 'jonathons', 'jordanian', 'jorgensen', 'jorgenson', 'josefinas', 'josephine', 'josephson', 'journeyed', 'joviality', 'joyfuller', 'joyridden', 'joyriders', 'joyriding', 'joysticks', 'judgement', 'judgeship', 'judgments', 'judicable', 'judiciary', 'judicious', 'juiciness', 'jukeboxes', 'juliannes', 'juliettes', 'julliards', 'jumpiness', 'jumpsuits', 'junctions', 'junctures', 'junkerdom', 'junketeer', 'junketing', 'junkyards', 'jurassics', 'juridical', 'justified', 'justifier', 'justifies', 'justinian', 'justnesss', 'juveniles', 'juxtapose', 'kagoshima', 'kalaharis', 'kalamazoo', 'kamchatka', 'kamikazes', 'kampuchea', 'kandinsky', 'kangaroos', 'kaohsiung', 'kaolinite', 'karaganda', 'karakorum', 'karamazov', 'kareninas', 'kaskaskia', 'kasparovs', 'katharine', 'katherine', 'katheryns', 'kathiawar', 'kathleens', 'kathrines', 'katmandus', 'kawabatas', 'keennesss', 'keepsakes', 'kendricks', 'kennecott', 'kenneling', 'kennelled', 'kentuckys', 'kerchiefs', 'kerenskys', 'kernighan', 'kerosenes', 'kerosines', 'kettering', 'kevorkian', 'keyboards', 'keynesian', 'keynoting', 'keypunchs', 'keystones', 'keystroke', 'khartoums', 'khoikhois', 'khomeinis', 'khwarizmi', 'kibbutzim', 'kibitzers', 'kibitzing', 'kickbacks', 'kickstand', 'kidnapers', 'kidnaping', 'kidnapped', 'kidnapper', 'kielbasas', 'killdeers', 'killingly', 'kilobytes', 'kilocycle', 'kilogauss', 'kilograms', 'kilohertz', 'kilojoule', 'kilometer', 'kilometre', 'kilowatts', 'kimberley', 'kimberlys', 'kindliest', 'kindlings', 'kindnesss', 'kinematic', 'kinfolkss', 'kingliest', 'kingsbury', 'kingships', 'kingstons', 'kingstown', 'kinshasas', 'kinshasha', 'kinswoman', 'kinswomen', 'kippering', 'kirchhoff', 'kirchners', 'kiribatis', 'kirinyaga', 'kirklands', 'kisangani', 'kishinevs', 'kissinger', 'kitchener', 'kittenish', 'klansmans', 'kleenexes', 'klondikes', 'klutziest', 'knapsacks', 'knickerss', 'knifelike', 'knighting', 'knittings', 'knitwears', 'knobbiest', 'knockdown', 'knockouts', 'knotholes', 'knottiest', 'knowingly', 'knowledge', 'knoxville', 'knuckling', 'kobayashi', 'kohlrabis', 'kookiness', 'kornbergs', 'korzybski', 'kosciusko', 'koshering', 'kowtowing', 'krakatoas', 'krasnodar', 'kristinas', 'kristines', 'kronecker', 'kropotkin', 'kshatriya', 'kuibyshev', 'kulthumms', 'kurdistan', 'kuznetsks', 'kwakiutls', 'labelling', 'laborings', 'laborious', 'labourers', 'labouring', 'labradors', 'laburnums', 'labyrinth', 'lacerated', 'lacerates', 'lachesiss', 'lachrymal', 'lacquered', 'lacrosses', 'lactating', 'lactation', 'laddering', 'ladybirds', 'ladyships', 'lafayette', 'lagniappe', 'lakehurst', 'lakeishas', 'lallygags', 'lamaserys', 'lambasted', 'lambastes', 'lambrusco', 'lambskins', 'lamebrain', 'lamenesss', 'lamenting', 'laminated', 'laminates', 'lampblack', 'lamplight', 'lampooned', 'lampposts', 'lampshade', 'lancaster', 'lancelots', 'landfalls', 'landfills', 'landladys', 'landlords', 'landmarks', 'landmasss', 'landowner', 'landscape', 'landslide', 'landwards', 'languages', 'languidly', 'lankiness', 'lanthanum', 'lapidarys', 'laplacian', 'larboards', 'larcenies', 'larcenous', 'largeness', 'largesses', 'larkspurs', 'laryngeal', 'lassitude', 'lastingly', 'latecomer', 'latenesss', 'lateraled', 'laterally', 'lathering', 'latitudes', 'laudanums', 'laudatory', 'laughable', 'laughably', 'laughters', 'launchers', 'launching', 'laundered', 'launderer', 'laundress', 'laundries', 'laurasias', 'laureates', 'laurences', 'lavatorys', 'lavenders', 'lavishest', 'lavishing', 'lavoisier', 'lawgivers', 'lawgiving', 'lawlessly', 'lawmakers', 'laxatives', 'laypeople', 'layperson', 'laywomans', 'lazinesss', 'lazybones', 'leadbelly', 'leafleted', 'leannesss', 'leapfrogs', 'learnings', 'leasehold', 'leastwise', 'leathered', 'leavening', 'leavingss', 'lebaneses', 'lebesgues', 'lecherous', 'lecithins', 'lecturers', 'lecturing', 'lederberg', 'leftovers', 'leftwards', 'legaleses', 'legalised', 'legalises', 'legalisms', 'legalitys', 'legalized', 'legalizes', 'legations', 'legendary', 'legislate', 'leicester', 'leisurely', 'leitmotif', 'leitmotiv', 'lemaitres', 'lemonades', 'lengthens', 'lengthier', 'lengthily', 'leniencys', 'leniently', 'leningrad', 'leninisms', 'leonardos', 'leonidass', 'leopoldos', 'lessening', 'lestrades', 'lethargic', 'lethargys', 'letterbox', 'lettering', 'letterman', 'lettermen', 'leukaemia', 'leukemias', 'leukocyte', 'levellers', 'levellest', 'levelling', 'levelness', 'leveraged', 'leverages', 'levesques', 'leviathan', 'levitated', 'levitates', 'leviticus', 'lewdnesss', 'lewinskys', 'lexically', 'lexington', 'liability', 'libations', 'libellers', 'libelling', 'libellous', 'liberaces', 'liberally', 'liberated', 'liberates', 'liberator', 'liberians', 'liberties', 'libertine', 'librarian', 'libraries', 'librettos', 'licencing', 'licensees', 'licensing', 'licorices', 'lieberman', 'lifeblood', 'lifeboats', 'lifeforms', 'lifeguard', 'lifelines', 'lifesaver', 'lifespans', 'lifestyle', 'lifetimes', 'lifeworks', 'ligaments', 'ligatured', 'ligatures', 'lightened', 'lightface', 'lightings', 'lightness', 'lightning', 'likeliest', 'likenesss', 'lilliputs', 'lilongwes', 'limbaughs', 'limbering', 'limburger', 'limelight', 'limericks', 'limestone', 'limitably', 'limitings', 'limitless', 'limousine', 'limousins', 'limpidity', 'limpnesss', 'linchpins', 'lindbergh', 'lindquist', 'lindstrom', 'lineament', 'linearity', 'linearize', 'linesmans', 'lingerers', 'lingeries', 'lingering', 'linguists', 'liniments', 'linnaeuss', 'linoleums', 'lionesses', 'lionising', 'lionizing', 'lipschitz', 'lipscombs', 'lipsticks', 'liquefied', 'liquefies', 'liquidate', 'liquidise', 'liquidity', 'liquidize', 'liquified', 'liquifier', 'liquifies', 'liquoring', 'lissajous', 'listeners', 'listening', 'listerine', 'literacys', 'literally', 'literates', 'literatis', 'lithology', 'lithuania', 'litigants', 'litigated', 'litigates', 'litigious', 'litterbug', 'littering', 'littleton', 'littorals', 'liturgies', 'liveliest', 'livelongs', 'livermore', 'liverpool', 'liverwort', 'livestock', 'ljubljana', 'llewellyn', 'loadstars', 'loadstone', 'loanwords', 'loathings', 'loathsome', 'lobbyists', 'lobotomys', 'lobscouse', 'localised', 'localises', 'localitys', 'localized', 'localizes', 'locations', 'locatives', 'lochinvar', 'lockheeds', 'locksmith', 'locksteps', 'lockwoods', 'locomotor', 'locoweeds', 'locutions', 'lodestars', 'lodestone', 'lodgepole', 'lodgingss', 'loftiness', 'logarithm', 'logically', 'logicians', 'logistics', 'logotypes', 'lohengrin', 'loincloth', 'loiterers', 'loitering', 'lollipops', 'lollygags', 'lollypops', 'lombardis', 'lombardys', 'londoners', 'loneliest', 'longboats', 'longevity', 'longhairs', 'longhands', 'longhorns', 'longingly', 'longitude', 'lookahead', 'lookalike', 'looneyier', 'looneyies', 'loopholes', 'looseleaf', 'looseness', 'loosening', 'loquacity', 'lordliest', 'lordships', 'lorgnette', 'lorraines', 'lotharios', 'lotteries', 'loudmouth', 'loudnesss', 'loudspeak', 'louisiana', 'lounsbury', 'lousewort', 'lousiness', 'lovebirds', 'lovecraft', 'loveliest', 'lowenbrau', 'lowercase', 'lowliness', 'loyalists', 'loyallest', 'loyalties', 'lubricant', 'lubricate', 'lubricity', 'luciditys', 'lucidness', 'luckiness', 'lucrative', 'lucretius', 'ludicrous', 'lufthansa', 'luftwaffe', 'lullabies', 'lumbering', 'lumberman', 'lumbermen', 'luminance', 'luminarys', 'lumpiness', 'luncheons', 'lunchroom', 'lunchtime', 'lundquist', 'luridness', 'lushnesss', 'lusitania', 'lustfully', 'lustiness', 'lutherans', 'luxuriant', 'luxuriate', 'luxurious', 'lymphatic', 'lymphomas', 'lynchburg', 'lynchings', 'lynchpins', 'lynnettes', 'lyrically', 'lyricists', 'macaronis', 'macaroons', 'macarthur', 'macbrides', 'maccabeus', 'macdonald', 'macedonia', 'macerated', 'macerates', 'macgregor', 'machinery', 'machining', 'machinist', 'machismos', 'macintosh', 'mackenzie', 'mackerels', 'mackinacs', 'mackinaws', 'macleishs', 'macmillan', 'macrocosm', 'maddening', 'madeleine', 'madelines', 'madhouses', 'madrigals', 'madwomans', 'maelstrom', 'magazines', 'magdalena', 'magdalene', 'magellans', 'magically', 'magicians', 'magnesias', 'magnesite', 'magnesium', 'magnetise', 'magnetism', 'magnetite', 'magnetize', 'magnetron', 'magnified', 'magnifier', 'magnifies', 'magnitude', 'magnolias', 'magsaysay', 'maharajah', 'maharajas', 'maharanee', 'maharanis', 'maharishi', 'mahaviras', 'mahayanas', 'mahoganys', 'mailboxes', 'mainframe', 'mainlands', 'mainlined', 'mainlines', 'mainmasts', 'mainsails', 'mainstays', 'maintains', 'maitreyas', 'majesties', 'majorette', 'majoritys', 'makarioss', 'makeshift', 'maladjust', 'maladroit', 'malaprops', 'malarkeys', 'malayalam', 'malaysian', 'malaysias', 'maldivess', 'maldivian', 'maldonado', 'malenesss', 'malformed', 'malicious', 'malignant', 'maligning', 'malignity', 'malingers', 'malleable', 'mallomars', 'maltreats', 'mammalian', 'mammogram', 'manacling', 'manchuria', 'mandalays', 'mandarins', 'mandating', 'mandatory', 'mandibles', 'mandolins', 'mandrakes', 'mandrells', 'mandrills', 'maneuvers', 'manganese', 'mangroves', 'manhandle', 'manhattan', 'manichean', 'manicured', 'manicures', 'manifesto', 'manifests', 'manifolds', 'manitobas', 'manliness', 'mannequin', 'mannerism', 'mannheims', 'mannikins', 'mannishly', 'manoeuvre', 'manometer', 'manpowers', 'mansfield', 'mantillas', 'mantissas', 'manzanita', 'maracaibo', 'marathons', 'marauders', 'marauding', 'marblings', 'marcelino', 'marcellas', 'margarine', 'margarita', 'margarito', 'margrethe', 'mariachis', 'maricelas', 'mariettas', 'marigolds', 'marihuana', 'marijuana', 'marinaded', 'marinades', 'marinated', 'marinates', 'marjorams', 'marjories', 'markdowns', 'marketeer', 'marketers', 'marketing', 'markovian', 'marksmans', 'marlboros', 'marmalade', 'marmosets', 'marooning', 'marquesas', 'marquesss', 'marquetry', 'marquette', 'marquises', 'marquitas', 'marrakesh', 'marriages', 'marrietta', 'marriotts', 'marshaled', 'marshalls', 'marshiest', 'marshland', 'marsupial', 'martinets', 'martinezs', 'martinson', 'martyrdom', 'martyring', 'marveling', 'marvelled', 'marvelous', 'maryannes', 'maryellen', 'marylands', 'marzipans', 'mascaraed', 'masculine', 'masefield', 'maseratis', 'masochism', 'masochist', 'masonites', 'massacred', 'massacres', 'massaging', 'massasoit', 'masseuses', 'massively', 'masterful', 'mastering', 'mastheads', 'masticate', 'mastodons', 'matchable', 'matchbook', 'matchboxs', 'matchings', 'matchless', 'matchmake', 'materials', 'maternity', 'mathewson', 'matriarch', 'matricide', 'matrimony', 'matsumoto', 'mattering', 'mattresss', 'maturitys', 'maundered', 'mauricios', 'mauritius', 'mausoleum', 'mavericks', 'mawkishly', 'maxillary', 'maximally', 'maximised', 'maximises', 'maximized', 'maximizer', 'maximizes', 'mayflower', 'mayoralty', 'mazatlans', 'mazourkas', 'mccartney', 'mcclellan', 'mccluskey', 'mcconnell', 'mccormick', 'mccracken', 'mcdaniels', 'mcdermott', 'mcdonalds', 'mcdonnell', 'mcdougall', 'mcdowells', 'mcfaddens', 'mcfarland', 'mcgoverns', 'mcguffeys', 'mcintoshs', 'mcintyres', 'mckenzies', 'mckinleys', 'mckinneys', 'mcknights', 'mcmillans', 'mcnamaras', 'mcpherson', 'mealtimes', 'meandered', 'meannesss', 'meantimes', 'meanwhile', 'measliest', 'measuring', 'meatballs', 'meatloafs', 'mechanics', 'mechanise', 'mechanism', 'mechanist', 'mechanize', 'medalists', 'medallion', 'medallist', 'mediaeval', 'mediating', 'mediation', 'mediators', 'medicaids', 'medically', 'medicares', 'medicated', 'medicates', 'medicinal', 'medicines', 'meditated', 'meditates', 'meeknesss', 'megabytes', 'megacycle', 'megahertz', 'megaliths', 'megaphone', 'megapixel', 'melanesia', 'melanomas', 'melbourne', 'melendezs', 'meliorate', 'melisande', 'mellowest', 'mellowing', 'melodious', 'melodrama', 'melpomene', 'meltdowns', 'meltingly', 'meltwater', 'melvilles', 'membranes', 'mementoes', 'memorable', 'memorably', 'memoranda', 'memorials', 'memorised', 'memorises', 'memorized', 'memorizer', 'memorizes', 'menagerie', 'mendacity', 'mendeleev', 'mendelian', 'mendicant', 'mendocino', 'menelauss', 'menhadens', 'mennonite', 'menominee', 'menopause', 'menstrual', 'menswears', 'mentality', 'mentioned', 'mentioner', 'mentoring', 'mercenary', 'mercerise', 'mercerize', 'merchants', 'merciless', 'mercurial', 'mercuries', 'merganser', 'meridians', 'meringues', 'merrimack', 'merriment', 'merriness', 'merrymake', 'mescaline', 'mesmerise', 'mesmerism', 'mesmerize', 'mesozoics', 'mesquites', 'messenger', 'messianic', 'messieurs', 'messiness', 'mestizoes', 'metabolic', 'metacarpi', 'metallica', 'metalloid', 'metalwork', 'metamucil', 'metaphors', 'meteorite', 'meteoroid', 'methadone', 'methadons', 'methanols', 'methodism', 'methodist', 'methought', 'methylene', 'metronome', 'meyerbeer', 'mezzanine', 'michelins', 'michelles', 'michelobs', 'michelson', 'michigans', 'mickelson', 'microbial', 'microchip', 'microcode', 'microcosm', 'microfilm', 'microsoft', 'microwave', 'microword', 'middleman', 'middlemen', 'middlesex', 'middleton', 'midnights', 'midpoints', 'midstream', 'midsummer', 'midwifery', 'midwifing', 'midwinter', 'midwiving', 'mightiest', 'migraines', 'migrating', 'migration', 'migratory', 'milagross', 'mildewing', 'mildnesss', 'mileposts', 'milestone', 'militancy', 'militants', 'militarys', 'militated', 'militates', 'milkiness', 'milkmaids', 'milkshake', 'milkweeds', 'millennia', 'millepede', 'millicent', 'milligram', 'milliners', 'millinery', 'millionth', 'millipede', 'millivolt', 'milliwatt', 'millraces', 'millstone', 'milosevic', 'miltiades', 'milwaukee', 'mimicking', 'mimicries', 'minamotos', 'mincemeat', 'mindfully', 'minefield', 'miniature', 'minibikes', 'minibuses', 'minimally', 'minimised', 'minimises', 'minimized', 'minimizer', 'minimizes', 'miniscule', 'miniskirt', 'ministers', 'ministrys', 'minnellis', 'minnesota', 'minoritys', 'minotaurs', 'minstrels', 'minuscule', 'minuteman', 'minutemen', 'mirroring', 'mirthless', 'misbehave', 'miscalled', 'mischance', 'mischiefs', 'miscounts', 'miscreant', 'misdirect', 'misdoings', 'miserable', 'miserably', 'misfiring', 'misfitted', 'misgiving', 'misgovern', 'misguided', 'misguides', 'mishandle', 'mishmashs', 'misinform', 'misjudged', 'misjudges', 'mislaying', 'mismanage', 'mismatchs', 'misnomers', 'misogynys', 'misplaced', 'misplaces', 'misplayed', 'misprints', 'misquoted', 'misquotes', 'misruling', 'misshapen', 'missilery', 'missioner', 'missouris', 'misspells', 'misspends', 'misstated', 'misstates', 'mistaking', 'mistakion', 'mistiming', 'mistiness', 'mistletoe', 'mistreats', 'mistresss', 'mistrials', 'mistrusts', 'mistyping', 'miterwort', 'mitigated', 'mitigates', 'mnemonics', 'mnemosyne', 'mobilised', 'mobilises', 'mobilitys', 'mobilized', 'mobilizes', 'moccasins', 'mockeries', 'mockernut', 'mockingly', 'modalitys', 'modelings', 'modelling', 'moderated', 'moderates', 'moderator', 'modernise', 'modernism', 'modernist', 'modernity', 'modernize', 'modifiers', 'modifying', 'modularly', 'modulated', 'modulates', 'modulator', 'mogadishu', 'mohammads', 'mohammeds', 'moiseyevs', 'moistened', 'moistness', 'moistures', 'molassess', 'moldavias', 'moldboard', 'moldering', 'moldiness', 'molecular', 'molecules', 'molehills', 'moleskins', 'molesters', 'molesting', 'mollified', 'mollifies', 'molybdate', 'momentary', 'momentous', 'momentums', 'monarchic', 'monarchys', 'monastery', 'monastics', 'moneybags', 'moneymake', 'moneywort', 'mongering', 'mongolian', 'mongolias', 'mongolism', 'mongoloid', 'mongooses', 'monickers', 'monitored', 'monkeying', 'monoceros', 'monocular', 'monogamys', 'monograms', 'monograph', 'monoliths', 'monologue', 'monomania', 'monomeric', 'monopolys', 'monorails', 'monotones', 'monotonic', 'monotonys', 'monotreme', 'monoxides', 'monrovias', 'monsantos', 'monsieurs', 'monsignor', 'monstrous', 'montaigne', 'montanans', 'montclair', 'monterrey', 'montezuma', 'monthlies', 'montreals', 'monuments', 'moodiness', 'moonbeams', 'moonlight', 'moonscape', 'moonshine', 'moonshots', 'moonstone', 'moralised', 'moralises', 'moralists', 'moralitys', 'moralized', 'moralizes', 'moratoria', 'morbidity', 'moriartys', 'mormonism', 'moroccans', 'morphemes', 'morphemic', 'morpheuss', 'morphines', 'morphisms', 'morrissey', 'mortality', 'mortaring', 'mortgaged', 'mortgagee', 'mortgager', 'mortgages', 'mortgagor', 'mortician', 'morticing', 'mortified', 'mortifies', 'mortising', 'mortuarys', 'mosquitos', 'mothballs', 'motherers', 'mothering', 'motioning', 'motivated', 'motivates', 'motivator', 'motocross', 'motorbike', 'motorboat', 'motorcade', 'motorcars', 'motorised', 'motorises', 'motorists', 'motorized', 'motorizes', 'motormans', 'motorolas', 'motorways', 'mouldered', 'mouldiest', 'mouldings', 'mountains', 'mountings', 'mournings', 'mousetrap', 'mousiness', 'moustache', 'mouthfuls', 'mouthwash', 'moveables', 'movements', 'mucilages', 'muckraked', 'muckraker', 'muckrakes', 'muddiness', 'mudguards', 'mudslides', 'muensters', 'mugginess', 'muhammads', 'mulattoes', 'mulberrys', 'muleteers', 'mulligans', 'mullikans', 'mulroneys', 'multiples', 'multiplet', 'multiplex', 'multitude', 'mumblings', 'mummified', 'mummifies', 'munchiess', 'mundanely', 'municipal', 'munitions', 'muralists', 'murasakis', 'murchison', 'murderers', 'murderess', 'murdering', 'murderous', 'murkiness', 'murmuring', 'muscatels', 'muscovite', 'musharraf', 'mushiness', 'mushrooms', 'musicales', 'musically', 'musicians', 'musketeer', 'musketrys', 'muskiness', 'muskmelon', 'muskogees', 'mussolini', 'mustached', 'mustaches', 'mustachio', 'mustering', 'mustiness', 'mutations', 'mutenesss', 'mutilated', 'mutilates', 'mutineers', 'mutinying', 'mutsuhito', 'mutterers', 'muttering', 'mutuality', 'mycenaean', 'myofibril', 'myoglobin', 'mysteries', 'mysticism', 'mystified', 'mystifies', 'mystiques', 'mythology', 'nagasakis', 'nailbrush', 'naismiths', 'naiveness', 'nakedness', 'nameplate', 'namesakes', 'namibians', 'nanometer', 'nantucket', 'napalming', 'naphtalis', 'napoleons', 'narcissus', 'narcosiss', 'narcotics', 'narrating', 'narration', 'narrative', 'narrators', 'narrowest', 'narrowing', 'nasalised', 'nasalises', 'nasalized', 'nasalizes', 'nashville', 'nastiness', 'nathaniel', 'nationals', 'nativitys', 'naturally', 'naugahyde', 'naughtier', 'naughtily', 'nauseated', 'nauseates', 'nautiluss', 'navigable', 'navigated', 'navigates', 'navigator', 'naysayers', 'ndjamenas', 'nearnesss', 'neatnesss', 'nebraskan', 'nebraskas', 'necessary', 'necessity', 'necklaces', 'necklines', 'necrosiss', 'nectarine', 'neediness', 'nefarious', 'nefertiti', 'negations', 'negatived', 'negatives', 'neglected', 'neglecter', 'negligees', 'negligent', 'negotiate', 'neighbors', 'neighbour', 'nematodes', 'nembutals', 'neodymium', 'neolithic', 'neologism', 'neophytes', 'neoprenes', 'nepaleses', 'nephritis', 'nepotisms', 'neptunium', 'nerveless', 'nervously', 'nestlings', 'nestorius', 'netscapes', 'networked', 'neuralgia', 'neuralgic', 'neuritiss', 'neurology', 'neurosiss', 'neurotics', 'neutering', 'neutrally', 'neutrinos', 'nevermore', 'newcastle', 'newcomers', 'newlyweds', 'newscasts', 'newsflash', 'newspaper', 'newsprint', 'newsreels', 'newsstand', 'newsweeks', 'newtonian', 'ngaliemas', 'nicaragua', 'nicenesss', 'nichirens', 'nicholson', 'nicknacks', 'nicknamed', 'nicknames', 'nicodemus', 'nicotines', 'nietzsche', 'nigerians', 'niggardly', 'nightcaps', 'nightclub', 'nightfall', 'nightgown', 'nighthawk', 'nightlife', 'nightmare', 'nighttime', 'nihilisms', 'nihilists', 'nikolayev', 'nilpotent', 'ninepinss', 'nineteens', 'ninetieth', 'nirenberg', 'nitpicked', 'nitpicker', 'nitrating', 'nitrogens', 'nobelists', 'nobilitys', 'noblemans', 'nobleness', 'nocturnal', 'nocturnes', 'noiseless', 'noisemake', 'noisiness', 'nominally', 'nominated', 'nominates', 'nomograph', 'noncyclic', 'nonentity', 'nonesuchs', 'nonevents', 'nonexempt', 'nonlinear', 'nonliving', 'nonmember', 'nonpareil', 'nonplused', 'nonpluses', 'nonprofit', 'nonsenses', 'nonsensic', 'nonsexist', 'nonsmoker', 'nonverbal', 'nonvoting', 'nonwhites', 'noontimes', 'norbertos', 'nordstrom', 'normalcys', 'normalise', 'normality', 'normalize', 'normandys', 'normative', 'norsemans', 'northeast', 'northerly', 'northland', 'northrops', 'northrups', 'northward', 'northwest', 'norwegian', 'nosebleed', 'nosedived', 'nosedives', 'nosferatu', 'nosinesss', 'nostalgia', 'nostalgic', 'notarised', 'notarises', 'notarized', 'notarizes', 'notations', 'notebooks', 'notepaper', 'notifiers', 'notifying', 'notoriety', 'notorious', 'nourished', 'nourishes', 'novartiss', 'novelette', 'novelists', 'novelties', 'novembers', 'novitiate', 'novocaine', 'novocains', 'nowadayss', 'nucleolus', 'nucleuses', 'nuisances', 'nukualofa', 'nullified', 'nullifies', 'numbering', 'numbnesss', 'numbskull', 'numerable', 'numerated', 'numerates', 'numerator', 'numerical', 'numskulls', 'nunneries', 'nuremberg', 'nursemaid', 'nurseries', 'nurturing', 'nuthatchs', 'nutrients', 'nutriment', 'nutrition', 'nutritive', 'nutshells', 'nuttiness', 'obduracys', 'obedience', 'obeisance', 'obfuscate', 'obituarys', 'objectify', 'objecting', 'objection', 'objective', 'objectors', 'oblations', 'obligated', 'obligates', 'obliquely', 'oblivions', 'oblivious', 'obnoxious', 'obscenely', 'obscenest', 'obscenity', 'obscurely', 'obscurest', 'obscuring', 'obscurity', 'obsequies', 'observant', 'observers', 'observing', 'obsessing', 'obsession', 'obsessive', 'obsidians', 'obsoleted', 'obsoletes', 'obstacles', 'obstetric', 'obstinacy', 'obstinate', 'obstructs', 'obstruent', 'obtaining', 'obtruding', 'obtrusion', 'obtrusive', 'obviating', 'obviation', 'obviously', 'occasions', 'occipital', 'occluding', 'occlusion', 'occlusive', 'occultate', 'occupancy', 'occupants', 'occupying', 'occurrent', 'occurring', 'oceanside', 'octagonal', 'octahedra', 'octennial', 'octillion', 'octopuses', 'odometers', 'odorously', 'odourless', 'odysseuss', 'oesophagi', 'oestrogen', 'offenbach', 'offenders', 'offending', 'offensive', 'offerings', 'offertory', 'officemax', 'officials', 'officiate', 'officious', 'offsaddle', 'offshoots', 'offspring', 'offstages', 'ogbomosho', 'oilcloths', 'oilfields', 'oilinesss', 'ointments', 'oklahoman', 'oklahomas', 'olajuwons', 'oldenburg', 'oldfields', 'oleanders', 'olfactory', 'oligarchs', 'oligarchy', 'oligocene', 'oligopoly', 'olivettis', 'olympiads', 'olympians', 'ombudsman', 'ombudsmen', 'omdurmans', 'omelettes', 'ominously', 'omissions', 'omnibuses', 'omnivores', 'oncologys', 'onionskin', 'onlookers', 'onlooking', 'onondagas', 'onrushing', 'onslaught', 'opennesss', 'openworks', 'operating', 'operation', 'operative', 'operators', 'operettas', 'ophiuchus', 'opponents', 'opportune', 'opposable', 'opposites', 'oppressed', 'oppresses', 'oppressor', 'opthalmic', 'optically', 'opticians', 'optimally', 'optimised', 'optimiser', 'optimises', 'optimisms', 'optimists', 'optimized', 'optimizer', 'optimizes', 'optioning', 'optometry', 'opulences', 'orangeade', 'orangutan', 'oratories', 'oratorios', 'orbitally', 'orchestra', 'ordaining', 'orderings', 'orderlies', 'ordinance', 'ordinarys', 'ordinates', 'ordnances', 'oregonian', 'organdies', 'organelle', 'organised', 'organiser', 'organises', 'organisms', 'organists', 'organized', 'organizer', 'organizes', 'orgiastic', 'orientals', 'orientate', 'orienting', 'originals', 'originate', 'ornaments', 'orneriest', 'orography', 'orphanage', 'orphaning', 'orthodoxy', 'orwellian', 'oscillate', 'ossifying', 'osteology', 'osteopath', 'ostracise', 'ostracism', 'ostracize', 'ostrander', 'ostriches', 'ostrogoth', 'osullivan', 'otherwise', 'ourselves', 'outbreaks', 'outbursts', 'outdoorss', 'outermost', 'outfields', 'outfitted', 'outfitter', 'outflanks', 'outfoxing', 'outgrowth', 'outhouses', 'outlasted', 'outlawing', 'outlaying', 'outlining', 'outliving', 'outnumber', 'outplayed', 'outputted', 'outraging', 'outranked', 'outreachs', 'outriders', 'outrigger', 'outshined', 'outshines', 'outsiders', 'outskirts', 'outsmarts', 'outsource', 'outspoken', 'outspread', 'outstayed', 'outstrips', 'outstript', 'outvoting', 'outwardly', 'outweighs', 'outwitted', 'overacted', 'overallss', 'overawing', 'overbears', 'overbites', 'overblown', 'overboard', 'overbooks', 'overborne', 'overcasts', 'overcoats', 'overcomes', 'overcooks', 'overcrowd', 'overdoing', 'overdosed', 'overdoses', 'overdraft', 'overdrawn', 'overdraws', 'overdress', 'overdrive', 'overeager', 'overeaten', 'overflows', 'overgrown', 'overgrows', 'overhands', 'overhangs', 'overhauls', 'overheads', 'overheard', 'overhears', 'overheats', 'overjoyed', 'overkills', 'overlayed', 'overloads', 'overlooks', 'overlords', 'overlying', 'overnight', 'overpasss', 'overplays', 'overpower', 'overprice', 'overprint', 'overrated', 'overrates', 'overreach', 'overreact', 'overrides', 'overripes', 'overruled', 'overrules', 'overseers', 'oversells', 'oversexed', 'overshoes', 'overshoot', 'oversight', 'oversized', 'oversleep', 'overslept', 'overspend', 'overspent', 'overspill', 'overstate', 'overstays', 'oversteps', 'overstock', 'overtaken', 'overtaker', 'overtakes', 'overtaxed', 'overtaxes', 'overthrew', 'overthrow', 'overtimes', 'overtones', 'overtures', 'overturns', 'overusing', 'overviews', 'overwhelm', 'overworks', 'overwrite', 'oviparous', 'ovulating', 'ovulation', 'ownership', 'oxidation', 'oxidisers', 'oxidising', 'oxidizers', 'oxidizing', 'oxycontin', 'oxygenate', 'oxymorons', 'pacemaker', 'pachyderm', 'pacifiers', 'pacifisms', 'pacifists', 'pacifying', 'packagers', 'packaging', 'paddocked', 'padlocked', 'paganisms', 'pageantry', 'paginated', 'paginates', 'painfully', 'paintings', 'paintwork', 'pakistani', 'pakistans', 'palatable', 'palavered', 'palefaces', 'palembang', 'palenesss', 'paleocene', 'paleogene', 'paleozoic', 'palestine', 'palimonys', 'palisades', 'palladian', 'palladium', 'palliated', 'palliates', 'palmettos', 'palmistry', 'palmolive', 'palominos', 'palpating', 'palpation', 'palpitate', 'paltriest', 'pampering', 'pamphlets', 'panasonic', 'pancaking', 'pancreass', 'pandemics', 'panderers', 'pandering', 'panegyric', 'panelings', 'panelists', 'panelling', 'panellist', 'panhandle', 'panickier', 'panicking', 'pankhurst', 'panmunjom', 'panoplies', 'panoramas', 'panoramic', 'pantaloon', 'pantheism', 'pantheist', 'pantheons', 'pantomime', 'pantsuits', 'pantyhose', 'paperback', 'paperboys', 'papergirl', 'paperings', 'paperwork', 'papillary', 'papyruses', 'parabolas', 'parabolic', 'parachute', 'paraclete', 'paradigms', 'paradises', 'paradoxes', 'paradoxic', 'paraffins', 'paragraph', 'paraguays', 'parakeets', 'paralegal', 'parallaxs', 'parallels', 'paralysed', 'paralyses', 'paralysis', 'paralytic', 'paralyzed', 'paralyzes', 'paramecia', 'paramedic', 'parameter', 'paramount', 'paramours', 'paranoiac', 'paranoias', 'paranoids', 'parasites', 'parasitic', 'paratroop', 'parboiled', 'parceling', 'parcelled', 'parcheesi', 'parchment', 'pardoners', 'pardoning', 'paregoric', 'parentage', 'parenting', 'parisians', 'parkinson', 'parlances', 'parlaying', 'parleying', 'parmesans', 'parnassus', 'parochial', 'parodying', 'paroxysms', 'parqueted', 'parquetry', 'parrakeet', 'parricide', 'parroting', 'parsifals', 'parsimony', 'parsonage', 'partakers', 'partaking', 'parterres', 'parthenon', 'partially', 'particles', 'partisans', 'partition', 'partizans', 'partnered', 'partridge', 'pasadenas', 'pasquales', 'passbooks', 'passenger', 'passerbys', 'passersby', 'passivate', 'passively', 'passivity', 'passovers', 'passports', 'passwords', 'pasternak', 'pastiches', 'pastorals', 'pastorate', 'pastramis', 'pasturage', 'pasturing', 'patagonia', 'patchiest', 'patchwork', 'patenters', 'patenting', 'paternity', 'pathogens', 'pathology', 'patiences', 'patienter', 'patiently', 'patriarch', 'patrician', 'patricias', 'patricide', 'patrimony', 'patriotic', 'patristic', 'patrolled', 'patrolman', 'patrolmen', 'patronage', 'patroness', 'patronise', 'patronize', 'pattering', 'patterned', 'patterson', 'paulettes', 'paunchier', 'pauperise', 'pauperism', 'pauperize', 'pavarotti', 'pavements', 'pavilions', 'pavlovian', 'pawnshops', 'pawtucket', 'paychecks', 'paymaster', 'peaceable', 'peaceably', 'peacemake', 'peacetime', 'peachtree', 'pearliest', 'peasantry', 'pebbliest', 'peccaries', 'peckinpah', 'pectorals', 'pecuniary', 'pedagogic', 'pedagogue', 'pedagogys', 'pedalling', 'pedantrys', 'pederasts', 'pederasty', 'pedestals', 'pediatric', 'pedicured', 'pedicures', 'pedigreed', 'pedigrees', 'pediments', 'pedometer', 'peekaboos', 'peepholes', 'peevishly', 'pegasuses', 'pekineses', 'pekingese', 'pellagras', 'pelleting', 'pembrokes', 'penalised', 'penalises', 'penalized', 'penalizes', 'penalties', 'penchants', 'penciling', 'pencilled', 'pendulous', 'pendulums', 'penelopes', 'penetrate', 'peninsula', 'penitence', 'penitents', 'penknifes', 'penknives', 'penlights', 'penniless', 'pennzoils', 'penologys', 'pensacola', 'pensioned', 'pensioner', 'pensively', 'pentagons', 'pentagram', 'pentecost', 'penthouse', 'penurious', 'peppering', 'pepperoni', 'perceived', 'perceiver', 'perceives', 'perchance', 'percheron', 'percolate', 'perdition', 'peregrine', 'perelmans', 'perennial', 'perfected', 'perfecter', 'perfectly', 'perfidies', 'perforate', 'performed', 'performer', 'perfumery', 'perfuming', 'perfusion', 'periclean', 'perihelia', 'perilling', 'perimeter', 'periphery', 'periscope', 'perishers', 'perishing', 'peritonea', 'perjurers', 'perjuries', 'perjuring', 'perkiness', 'permalloy', 'permanent', 'permeable', 'permeated', 'permeates', 'permitted', 'permuting', 'peroxided', 'peroxides', 'perpetual', 'perplexed', 'perplexes', 'persecute', 'persevere', 'persimmon', 'persisted', 'personage', 'personals', 'personify', 'personnel', 'perspired', 'perspires', 'persuaded', 'persuader', 'persuades', 'pertained', 'pertinent', 'pertnesss', 'perturbed', 'peruvians', 'pervading', 'pervasion', 'pervasive', 'perverted', 'pessimism', 'pessimist', 'pestering', 'pesticide', 'pestilent', 'petersens', 'petersons', 'petitions', 'petrarchs', 'petrified', 'petrifies', 'petroleum', 'petrology', 'petticoat', 'pettifogs', 'pettiness', 'petulance', 'phaethons', 'phagocyte', 'phalanger', 'phalanges', 'phalanxes', 'phalarope', 'phalluses', 'phantasms', 'phantasys', 'pharisees', 'pharmacys', 'pharynges', 'pharynxes', 'pheasants', 'phenomena', 'phenotype', 'pheromone', 'philander', 'philately', 'philippes', 'philippic', 'phillipas', 'philology', 'philosoph', 'phlebitis', 'phoenicia', 'phoenixes', 'phonetics', 'phoneying', 'phoniness', 'phonology', 'phosphate', 'phosphide', 'phosphine', 'phosphors', 'photocopy', 'photostat', 'phrasings', 'phthalate', 'phylogeny', 'physicals', 'physician', 'physicist', 'physicked', 'physiques', 'pickaback', 'pickaxing', 'pickerels', 'pickering', 'picketers', 'picketing', 'pickfords', 'pickingss', 'pickwicks', 'picnicked', 'picnicker', 'picofarad', 'picojoule', 'pictorial', 'picturing', 'piecemeal', 'piecewise', 'piecework', 'piedmonts', 'piercings', 'piggyback', 'pigheaded', 'pigmented', 'pilasters', 'pilchards', 'pilcomayo', 'pilferage', 'pilferers', 'pilfering', 'pillaging', 'pillboxes', 'pilloried', 'pillories', 'pillowing', 'pillsbury', 'pimientos', 'pimpernel', 'pimpliest', 'pinafores', 'pinatubos', 'pineapple', 'pinehurst', 'pinioning', 'pinkerton', 'pinnacles', 'pinocchio', 'pinochets', 'pinochles', 'pinpoints', 'pinpricks', 'pinstripe', 'pinwheels', 'pioneered', 'pipelined', 'pipelines', 'pipsqueak', 'piquancys', 'piratical', 'pirouette', 'pistachio', 'pitcairns', 'pitchfork', 'pitchmans', 'piteously', 'pithiness', 'pitifully', 'pittances', 'pituitary', 'pityingly', 'pizzerias', 'pizzicati', 'pizzicato', 'placarded', 'placating', 'placation', 'placeable', 'placement', 'placentae', 'placental', 'placentas', 'placidity', 'plainness', 'plaintiff', 'plaintive', 'planarity', 'planeload', 'planetary', 'planetoid', 'plankings', 'planktons', 'plannings', 'plantains', 'plantings', 'plastered', 'plasterer', 'plastisol', 'plateaued', 'platefuls', 'platelets', 'platforms', 'platinize', 'platinums', 'platitude', 'platonism', 'platonist', 'platooned', 'platypuss', 'plausible', 'plausibly', 'playacted', 'playbacks', 'playbills', 'playfully', 'playgoers', 'playhouse', 'playmates', 'playrooms', 'plaything', 'pleasings', 'pleasured', 'pleasures', 'plebeians', 'plectrums', 'pleiadess', 'plenaries', 'plenitude', 'plenteous', 'plentiful', 'plethoras', 'pleurisys', 'plexiglas', 'plighting', 'pliocenes', 'ploddings', 'ploughing', 'ploughman', 'ploughmen', 'plowshare', 'pluckiest', 'plugboard', 'pluggable', 'plumbings', 'plummeted', 'plumpness', 'plundered', 'plunderer', 'pluralise', 'pluralism', 'plurality', 'pluralize', 'plushiest', 'plutarchs', 'plutocrat', 'plutonium', 'plymouths', 'pneumatic', 'pneumonia', 'pocketful', 'pocketing', 'pockmarks', 'podgorica', 'podhoretz', 'podiatrys', 'poetesses', 'poignancy', 'pointedly', 'pointiest', 'pointless', 'pointwise', 'poisoners', 'poisoning', 'poisonous', 'pokerface', 'polanskis', 'polarised', 'polarises', 'polariton', 'polaritys', 'polarized', 'polarizes', 'polaroids', 'polemical', 'polestars', 'policeman', 'policemen', 'polishers', 'polishing', 'politburo', 'politesse', 'political', 'politicos', 'politicss', 'pollcadot', 'pollinate', 'polliwogs', 'pollsters', 'pollutant', 'polluters', 'polluting', 'pollution', 'pollyanna', 'pollywogs', 'polonaise', 'poloniums', 'poltroons', 'polyester', 'polygamys', 'polyglots', 'polygonal', 'polygraph', 'polyhedra', 'polymaths', 'polymeric', 'polymorph', 'polynesia', 'polyphony', 'polythene', 'pomerania', 'pommeling', 'pommelled', 'pompadour', 'pomposity', 'pompously', 'pondering', 'ponderous', 'pontianak', 'ponytails', 'poorhouse', 'popinjays', 'poppycock', 'populaces', 'popularly', 'populated', 'populates', 'populisms', 'populists', 'porcelain', 'porcupine', 'porfirios', 'porositys', 'porphyrys', 'porpoised', 'porpoises', 'porridges', 'porringer', 'portables', 'portaging', 'portended', 'portfolio', 'portholes', 'porticoes', 'portioned', 'portlands', 'portliest', 'portraits', 'portrayal', 'portrayed', 'portugals', 'portulaca', 'poseidons', 'positions', 'positives', 'positrons', 'possessed', 'possesses', 'possessor', 'possibles', 'postcards', 'postcodes', 'postdated', 'postdates', 'posterior', 'posterity', 'posthaste', 'postludes', 'postmarks', 'postnatal', 'postorder', 'postponed', 'postpones', 'postulate', 'posturing', 'potassium', 'potbellys', 'potboiler', 'potentate', 'potential', 'potholder', 'potpourri', 'potsherds', 'potteries', 'pottering', 'poulticed', 'poultices', 'powdering', 'powerboat', 'powerless', 'powersets', 'powhatans', 'powwowing', 'practical', 'practiced', 'practices', 'practised', 'practises', 'pragmatic', 'prankster', 'pratchett', 'pratfalls', 'prattling', 'prayerful', 'preachers', 'preachier', 'preaching', 'preakness', 'preambled', 'preambles', 'preassign', 'precedent', 'preceding', 'preceptor', 'precincts', 'precipice', 'precisely', 'precisest', 'precision', 'precluded', 'precludes', 'precocity', 'precursor', 'predating', 'predators', 'predatory', 'predefine', 'predicate', 'predicted', 'predictor', 'predilect', 'preempted', 'preemptor', 'preexists', 'prefabbed', 'prefacing', 'prefatory', 'preferred', 'prefigure', 'prefixing', 'pregnancy', 'preheated', 'prejudged', 'prejudges', 'prejudice', 'premature', 'premiered', 'premieres', 'preminger', 'premising', 'premisses', 'premyslid', 'prentices', 'preoccupy', 'preordain', 'preparing', 'prepaying', 'preppiest', 'prerecord', 'presaging', 'preschool', 'prescient', 'prescotts', 'prescribe', 'prescript', 'preselect', 'presences', 'presented', 'presenter', 'presently', 'preserved', 'preserver', 'preserves', 'preshrank', 'preshrink', 'preshrunk', 'president', 'presiding', 'pressings', 'pressmans', 'pressured', 'pressures', 'prestiges', 'presuming', 'pretences', 'pretended', 'pretender', 'pretenses', 'preterite', 'preterits', 'pretorias', 'prettiest', 'prettying', 'prevailed', 'prevalent', 'prevented', 'previewed', 'previewer', 'pribilofs', 'priceless', 'pricklier', 'prickling', 'priestess', 'priestley', 'primaeval', 'primaries', 'primarily', 'primeness', 'primitive', 'primnesss', 'primroses', 'princesss', 'princeton', 'principal', 'principes', 'principia', 'principle', 'printable', 'printably', 'printings', 'printmake', 'printouts', 'prioresss', 'prioritys', 'priscilla', 'prismatic', 'prisoners', 'prissiest', 'pritchard', 'privacies', 'privateer', 'privately', 'privatest', 'privation', 'privatise', 'privatize', 'privilege', 'proactive', 'probables', 'probating', 'probation', 'probative', 'proboscis', 'procedure', 'proceeded', 'proceedss', 'processed', 'processes', 'processor', 'proclaims', 'procreate', 'proctored', 'procurers', 'procuring', 'prodigals', 'prodigies', 'producers', 'producing', 'profanely', 'profaning', 'profanity', 'professed', 'professes', 'professor', 'proffered', 'profiling', 'profiteer', 'profiting', 'profitted', 'profitter', 'profusely', 'profusion', 'prognoses', 'prognosis', 'programed', 'programer', 'programme', 'progresss', 'prohibits', 'projected', 'projector', 'prokofiev', 'prolixity', 'prologues', 'prolonged', 'prolusion', 'promenade', 'prominent', 'promising', 'promoters', 'promoting', 'promotion', 'prompters', 'promptest', 'prompting', 'proneness', 'pronghorn', 'pronounce', 'proofread', 'propagate', 'propelled', 'propeller', 'properest', 'propertys', 'prophecys', 'prophesys', 'prophetic', 'proponent', 'proposals', 'proposing', 'propounds', 'propriety', 'propylene', 'prorating', 'proscenia', 'proscribe', 'prosecute', 'proselyte', 'prosodics', 'prosodies', 'prospects', 'prospered', 'prostates', 'prostrate', 'protected', 'protector', 'protested', 'protester', 'protestor', 'protocols', 'prototype', 'protozoan', 'protozoon', 'protracts', 'protruded', 'protrudes', 'provenals', 'provences', 'provender', 'provident', 'providers', 'providing', 'provinces', 'provision', 'provisoes', 'provoking', 'proximate', 'proximity', 'prudences', 'prudently', 'prudishly', 'prurience', 'prussians', 'psalmists', 'pseudonym', 'psoriasis', 'psychical', 'psychoses', 'psychosis', 'psychotic', 'ptarmigan', 'ptolemaic', 'ptolemies', 'ptomaines', 'pubescent', 'publicans', 'publicise', 'publicist', 'publicity', 'publicize', 'published', 'publisher', 'publishes', 'puckering', 'puerility', 'puffballs', 'puffiness', 'pugilisms', 'pugilists', 'pugnacity', 'pullbacks', 'pullovers', 'pulmonary', 'pulsating', 'pulsation', 'pulverise', 'pulverize', 'pummeling', 'pummelled', 'punchiest', 'punchline', 'punctuate', 'punctured', 'punctures', 'pungencys', 'pungently', 'punishing', 'puppeteer', 'puppetrys', 'purchased', 'purchaser', 'purchases', 'purebreds', 'purenesss', 'purgation', 'purgative', 'purgatory', 'purifiers', 'purifying', 'puritanic', 'purloined', 'purported', 'purporter', 'purposely', 'purposing', 'purposive', 'pursuance', 'purulence', 'purveying', 'purveyors', 'pushcarts', 'pushiness', 'pushovers', 'pussycats', 'pussyfoot', 'putrefied', 'putrefies', 'puttering', 'puzzlings', 'pygmalion', 'pyongyang', 'pyorrheas', 'pyorrhoea', 'pyracanth', 'pyramidal', 'pyramided', 'pyreneess', 'pyrolysis', 'pyromania', 'pyrometer', 'pyrometry', 'quaaludes', 'quackerys', 'quadrants', 'quadratic', 'quadrille', 'quadruped', 'quadruple', 'quagmires', 'quaintest', 'quakeress', 'qualified', 'qualifier', 'qualifies', 'qualities', 'quandarys', 'quantitys', 'quantized', 'quantizes', 'quarreled', 'quarrying', 'quarryman', 'quarrymen', 'quartered', 'quarterly', 'quartette', 'quartzite', 'quasimodo', 'quatrains', 'quavering', 'queasiest', 'queenlier', 'queerness', 'quenching', 'querulous', 'questions', 'quibblers', 'quibbling', 'quickened', 'quicklime', 'quickness', 'quicksand', 'quickstep', 'quiescent', 'quietness', 'quietudes', 'quietuses', 'quillwort', 'quiltings', 'quintuple', 'quirkiest', 'quislings', 'quivering', 'quixotism', 'quizzical', 'quotation', 'quotidian', 'quotients', 'rabbinate', 'rabbiting', 'rabelaiss', 'racehorse', 'racetrack', 'rachelles', 'racinesss', 'racketeer', 'racketing', 'raconteur', 'radcliffe', 'radiances', 'radiantly', 'radiating', 'radiation', 'radiators', 'radically', 'radiogram', 'radiology', 'raggedest', 'raggedier', 'raillerys', 'railroads', 'raincoats', 'raindrops', 'rainfalls', 'rainmaker', 'rainstorm', 'rainwater', 'ramanujan', 'ramblings', 'ramifying', 'rampaging', 'rampantly', 'ramrodded', 'ranchings', 'rancidity', 'rancorous', 'randolphs', 'randomise', 'randomize', 'rangeland', 'ranginess', 'ranknesss', 'ransacked', 'ransoming', 'rapacious', 'rapacitys', 'rapiditys', 'rapturous', 'rapunzels', 'rarefying', 'rarenesss', 'rashnesss', 'rasmussen', 'raspberry', 'rastabans', 'ratcheted', 'ratepayer', 'ratifying', 'rationale', 'rationals', 'rationing', 'rattlings', 'raucously', 'raunchier', 'ravelling', 'ravishing', 'rawlinson', 'raymundos', 'razorback', 'reachable', 'reachably', 'reactions', 'readiness', 'readjusts', 'reaffirms', 'realigned', 'realising', 'realistic', 'realities', 'realizing', 'reanalyze', 'reanimate', 'reappears', 'reapplied', 'reapplies', 'reappoint', 'rearrange', 'rearwards', 'reasoners', 'reasoning', 'reasserts', 'reassigns', 'reassured', 'reassures', 'reawakens', 'rebelling', 'rebellion', 'rebinding', 'rebounded', 'rebuffing', 'rebuttals', 'rebutting', 'recalling', 'recanting', 'recapping', 'recapture', 'recasting', 'receipted', 'receivers', 'receiving', 'recentest', 'reception', 'receptive', 'receptors', 'recessing', 'recession', 'recessive', 'recharged', 'recharges', 'rechecked', 'recherche', 'recipient', 'reckoning', 'reclaimed', 'reclaimer', 'recliners', 'reclining', 'reclusive', 'recognise', 'recognize', 'recoiling', 'recollect', 'recombine', 'recommend', 'recompile', 'recompute', 'reconcile', 'recondite', 'reconnect', 'reconquer', 'reconvene', 'recopying', 'recorders', 'recording', 'recounted', 'recouping', 'recourses', 'recovered', 'recoverys', 'recreants', 'recreated', 'recreates', 'recruited', 'recruiter', 'rectangle', 'rectified', 'rectifier', 'rectifies', 'rectitude', 'rectories', 'recumbent', 'recurrent', 'recurring', 'recursing', 'recursion', 'recursive', 'recycling', 'redbreast', 'reddening', 'redeclare', 'redeemers', 'redeeming', 'redefined', 'redefines', 'redeploys', 'redesigns', 'redevelop', 'redgraves', 'redheaded', 'redirects', 'redisplay', 'redolence', 'redoubled', 'redoubles', 'redounded', 'redrafted', 'redrawing', 'redressed', 'redresses', 'reducible', 'reducibly', 'reduction', 'redundant', 'reeducate', 'reelected', 'reemerged', 'reemerges', 'reenacted', 'reenforce', 'reenlists', 'reentered', 'reentrant', 'reentries', 'reexamine', 'refashion', 'refection', 'refectory', 'referable', 'reference', 'referenda', 'referents', 'referrals', 'referring', 'refilling', 'refinance', 'refinerys', 'refitting', 'reflected', 'reflector', 'reflexive', 'refocused', 'refocuses', 'reforests', 'reformats', 'reformers', 'reforming', 'refracted', 'refrained', 'refreshed', 'refresher', 'refreshes', 'refueling', 'refuelled', 'refulgent', 'refunding', 'refurbish', 'refurnish', 'refutable', 'regaining', 'regarding', 'regencies', 'regicides', 'regiments', 'reginalds', 'registers', 'registrar', 'registrys', 'regressed', 'regresses', 'regretful', 'regretted', 'regrouped', 'regularly', 'regulated', 'regulates', 'regulator', 'rehabbing', 'rehashing', 'rehearsal', 'rehearsed', 'rehearser', 'rehearses', 'reheating', 'rehnquist', 'reichstag', 'reimburse', 'reimposed', 'reimposes', 'reinaldos', 'reindeers', 'reinforce', 'reinhardt', 'reinholds', 'reinserts', 'reinstate', 'reinvents', 'reinvests', 'reissuing', 'reiterate', 'rejecting', 'rejection', 'rejectors', 'rejoicing', 'rejoinder', 'rejoining', 'rekindled', 'rekindles', 'relabeled', 'relapsing', 'relations', 'relatives', 'relaxants', 'relearned', 'releasing', 'relegated', 'relegates', 'relenting', 'relevance', 'relevancy', 'reliances', 'relievers', 'relieving', 'religions', 'religious', 'reliquary', 'relishing', 'reloading', 'relocated', 'relocates', 'reluctant', 'remainder', 'remaining', 'remanding', 'remarking', 'remarried', 'remarries', 'rematches', 'rembrandt', 'remedying', 'remembers', 'reminders', 'reminding', 'remington', 'reminisce', 'remission', 'remitting', 'remodeled', 'remounted', 'removable', 'renascent', 'rendering', 'rendition', 'renegaded', 'renegades', 'renewable', 'renounced', 'renounces', 'renovated', 'renovates', 'renovator', 'renumbers', 'reopening', 'reordered', 'repackage', 'repainted', 'repairing', 'repairman', 'repairmen', 'repartees', 'repayable', 'repayment', 'repealing', 'repeaters', 'repeating', 'repellant', 'repellent', 'repelling', 'repentant', 'repenting', 'repertory', 'rephrased', 'rephrases', 'replacing', 'replaying', 'replenish', 'repleting', 'repletion', 'replicate', 'reportage', 'reporters', 'reporting', 'reposeful', 'repossess', 'reprehend', 'represent', 'repressed', 'represses', 'reprieved', 'reprieves', 'reprimand', 'reprinted', 'reprisals', 'reprising', 'reproachs', 'reprobate', 'reprocess', 'reproduce', 'reprogram', 'reproofed', 'reproving', 'reptilian', 'republics', 'republish', 'repudiate', 'repugnant', 'repulsing', 'repulsion', 'repulsive', 'reputable', 'reputably', 'reputedly', 'requested', 'requester', 'requiring', 'requisite', 'requitals', 'requiting', 'rereading', 'rerouting', 'rerunning', 'rescinded', 'researchs', 'reselects', 'reselling', 'resembled', 'resembles', 'resentful', 'resenting', 'reserpine', 'reserving', 'reservist', 'reservoir', 'resetting', 'resettled', 'resettles', 'reshuffle', 'residence', 'residency', 'residents', 'residuals', 'residuary', 'resigning', 'resilient', 'resinlike', 'resistant', 'resisters', 'resisting', 'resistive', 'resistors', 'resolvers', 'resolving', 'resonance', 'resonated', 'resonates', 'resonator', 'resorting', 'resounded', 'resourced', 'resources', 'respected', 'respecter', 'respelled', 'respiring', 'responded', 'responder', 'responses', 'restarted', 'restating', 'restfully', 'restively', 'restocked', 'restorers', 'restoring', 'restrains', 'restraint', 'restricts', 'restrooms', 'restudied', 'restudies', 'resubmits', 'resultant', 'resulting', 'resumable', 'resurface', 'resurgent', 'resurrect', 'retailers', 'retailing', 'retainers', 'retaining', 'retaliate', 'retardant', 'retarding', 'retelling', 'retention', 'retentive', 'rethought', 'reticence', 'reticular', 'reticulum', 'retooling', 'retorting', 'retouched', 'retouches', 'retracing', 'retracted', 'retrained', 'retreaded', 'retreated', 'retrieval', 'retrieved', 'retriever', 'retrieves', 'retrodden', 'retrofits', 'returnees', 'returning', 'reunified', 'reunifies', 'reuniting', 'revaluing', 'revamping', 'revealing', 'reveilles', 'revellers', 'revelling', 'revelries', 'revenging', 'revenuers', 'reverence', 'reverends', 'reversals', 'reversely', 'reversing', 'reversion', 'reverting', 'revertive', 'reviewers', 'reviewing', 'revisable', 'revisions', 'revisited', 'revocable', 'revokable', 'revolting', 'revolvers', 'revolving', 'revulsion', 'rewarding', 'rewinding', 'rewording', 'reworking', 'rewriting', 'rewritten', 'reykjavik', 'reynaldos', 'rhapsodic', 'rhapsodys', 'rheingaus', 'rheostats', 'rhetorics', 'rheumatic', 'rheumiest', 'rhiannons', 'rhineland', 'rhinoceri', 'rhodesias', 'rhodolite', 'rhodonite', 'rhomboids', 'rhombuses', 'ribaldrys', 'richelieu', 'richfield', 'richmonds', 'richnesss', 'ricketier', 'rickshaws', 'ricochets', 'riddances', 'ridgepole', 'ridiculed', 'ridicules', 'rieslings', 'riffraffs', 'riflemans', 'righteous', 'rightists', 'rightmost', 'rightness', 'rightward', 'rigiditys', 'rigidness', 'rigmarole', 'rigoberto', 'rigoletto', 'ringingly', 'ringlings', 'ringsides', 'ringworms', 'ripenesss', 'riposting', 'riskiness', 'ritualism', 'rivalling', 'rivalries', 'riverbank', 'riverbeds', 'riverside', 'rivetting', 'roadblock', 'roadhouse', 'roadkills', 'roadsides', 'roadsters', 'roadworks', 'robberies', 'robersons', 'robertson', 'roboticss', 'robustest', 'rochelles', 'rochester', 'rockbound', 'rocketing', 'rocketrys', 'rockiness', 'rodericks', 'rodriguez', 'rodriquez', 'roentgens', 'roguishly', 'roistered', 'roisterer', 'rollbacks', 'rollicked', 'romancers', 'romancing', 'romanians', 'romantics', 'ronstadts', 'rookeries', 'roominess', 'roommates', 'roosevelt', 'roquefort', 'rorschach', 'rosalinda', 'rosalinds', 'rosebushs', 'rosecrans', 'rosemarie', 'rosemarys', 'rosenberg', 'rosenblum', 'rosenthal', 'rosewoods', 'rosinesss', 'rossettis', 'rotarians', 'rotations', 'rottenest', 'rotterdam', 'rotundity', 'roughages', 'roughcast', 'roughened', 'roughneck', 'roughness', 'roughshod', 'roulettes', 'roumanias', 'roundelay', 'roundhead', 'roundness', 'roundworm', 'rousseaus', 'routinely', 'routinise', 'routinize', 'rowdiness', 'rowdyisms', 'rowelling', 'royalists', 'royalties', 'rubaiyats', 'rubberier', 'rubberise', 'rubberize', 'rubbished', 'rubbishes', 'rucksacks', 'ruddiness', 'rudenesss', 'rudiments', 'ruffianly', 'ruggedest', 'ruination', 'ruinously', 'rukeysers', 'rumblings', 'ruminants', 'ruminated', 'ruminates', 'rummaging', 'rumouring', 'rumsfelds', 'runabouts', 'runaround', 'runnymede', 'rupturing', 'rushmores', 'rustbelts', 'rusticate', 'rusticity', 'rustiness', 'rustproof', 'rutabagas', 'ruthenium', 'rutledges', 'sabotaged', 'sabotages', 'saboteurs', 'sacajawea', 'saccharin', 'sackcloth', 'sacrament', 'sacrifice', 'sacrilege', 'sacristan', 'sacristys', 'saddening', 'saddlebag', 'safariing', 'safeguard', 'safenesss', 'safflower', 'sagacious', 'sagacitys', 'sagebrush', 'sailboard', 'sailboats', 'sailcloth', 'sailfishs', 'sainthood', 'saintlier', 'sakhalins', 'salaaming', 'salacious', 'salesgirl', 'saleslady', 'salesmans', 'salinitys', 'salisbury', 'salivated', 'salivates', 'sallowest', 'saltiness', 'saltpeter', 'saltpetre', 'saltwater', 'salvadors', 'salvaging', 'salvation', 'salvatore', 'samanthas', 'samaritan', 'samarkand', 'samenesss', 'samplings', 'samsonite', 'samuelson', 'sanatoria', 'sanctions', 'sanctitys', 'sanctuary', 'sandbanks', 'sandblast', 'sandboxes', 'sanderson', 'sandiness', 'sandovals', 'sandpaper', 'sandpiper', 'sandstone', 'sandstorm', 'sandwichs', 'sangfroid', 'sanhedrin', 'sanitaria', 'sanitised', 'sanitises', 'sanitized', 'sanitizes', 'sanskrits', 'santayana', 'santiagos', 'sapiences', 'sapphires', 'sapsucker', 'saragossa', 'sarajevos', 'sarasotas', 'sarcastic', 'sarcomata', 'sardinias', 'sargassos', 'sartorial', 'sashaying', 'saskatoon', 'sasquatch', 'sassafras', 'sassanian', 'satanisms', 'satanists', 'satellite', 'satiating', 'satinwood', 'satirical', 'satirised', 'satirises', 'satirists', 'satirized', 'satirizes', 'satisfied', 'satisfies', 'saturable', 'saturated', 'saturater', 'saturates', 'saturdays', 'saturnine', 'saucepans', 'sauciness', 'sauntered', 'sauternes', 'savagerys', 'savannahs', 'savoriest', 'savourier', 'savouries', 'savouring', 'savoyards', 'sawhorses', 'sawtimber', 'saxifrage', 'saxophone', 'scabbards', 'scabbiest', 'scaffolds', 'scalawags', 'scallions', 'scalloped', 'scallywag', 'scampered', 'scansions', 'scantiest', 'scapegoat', 'scarcitys', 'scarecrow', 'scarified', 'scarifies', 'scarlatti', 'scarsdale', 'scattered', 'scavenged', 'scavenger', 'scavenges', 'scenarios', 'sceptical', 'scheduled', 'scheduler', 'schedules', 'schelling', 'schematic', 'schindler', 'schizoids', 'schlemiel', 'schlepped', 'schlieren', 'schmaltzs', 'schmaltzy', 'schmoozed', 'schmoozes', 'schnappss', 'schnauzer', 'schneider', 'schofield', 'scholarly', 'schoolboy', 'schoolers', 'schooling', 'schooners', 'schroeder', 'schussing', 'schuylers', 'schwartzs', 'schweppes', 'schwinger', 'sciaticas', 'scientist', 'scimitars', 'scintilla', 'scissored', 'sclerosis', 'sclerotic', 'scofflaws', 'scoldings', 'scoliosis', 'scolloped', 'scorchers', 'scorching', 'scorecard', 'scoreless', 'scorpions', 'scorpiuss', 'scorseses', 'scotching', 'scotchman', 'scotchmen', 'scotlands', 'scotsmans', 'scottishs', 'scoundrel', 'scourging', 'scoutings', 'scrabbled', 'scrabbles', 'scrambled', 'scrambler', 'scrambles', 'scramming', 'scrapbook', 'scrapings', 'scrappier', 'scrapping', 'scratched', 'scratcher', 'scratches', 'scrawling', 'scrawnier', 'screamers', 'screaming', 'screeched', 'screeches', 'screening', 'screwball', 'screwbean', 'screwiest', 'screwworm', 'scribbled', 'scribbler', 'scribbles', 'scribners', 'scrimmage', 'scrimping', 'scrimshaw', 'scripting', 'scription', 'scripture', 'scrofulas', 'scrolling', 'scrounged', 'scrounger', 'scrounges', 'scrubbers', 'scrubbier', 'scrubbing', 'scruffier', 'scrunched', 'scrunches', 'scrupling', 'scrutable', 'scrutinys', 'scuffling', 'scullerys', 'scullions', 'sculpting', 'sculptors', 'sculpture', 'scummiest', 'scuppered', 'scurfiest', 'scurrying', 'scurviest', 'scuttling', 'scuzziest', 'seaboards', 'seacoasts', 'seafarers', 'seafaring', 'sealskins', 'seaplanes', 'searchers', 'searching', 'searingly', 'seascapes', 'seashells', 'seashores', 'seasoners', 'seasoning', 'seaworthy', 'sebaceous', 'sebastian', 'secession', 'secluding', 'seclusion', 'seclusive', 'secondary', 'seconders', 'seconding', 'secretary', 'secreting', 'secretion', 'secretive', 'sectarian', 'sectional', 'sectioned', 'securings', 'securitys', 'sedations', 'sedatives', 'sedentary', 'sediments', 'seditions', 'seditious', 'seduction', 'seductive', 'seediness', 'seedlings', 'seemingly', 'seemliest', 'seesawing', 'segmented', 'segregant', 'segregate', 'seinfelds', 'selassies', 'selecting', 'selection', 'selective', 'selectman', 'selectmen', 'selectors', 'selectric', 'seleniums', 'seleucuss', 'selfishly', 'selfridge', 'selvedges', 'selznicks', 'semantics', 'semaphore', 'semblance', 'semesters', 'semicolon', 'semifinal', 'seminarys', 'seminoles', 'semiramis', 'semitones', 'senilitys', 'seniority', 'sensation', 'senseless', 'sensitise', 'sensitive', 'sensitize', 'sensually', 'sentenced', 'sentences', 'sentience', 'sentiment', 'sentinels', 'separable', 'separated', 'separates', 'separator', 'september', 'septettes', 'sepuchral', 'sepulcher', 'sepulchre', 'sequenced', 'sequencer', 'sequences', 'sequester', 'seraglios', 'serenaded', 'serenades', 'serengeti', 'serenitys', 'sergeants', 'serialise', 'serialize', 'seriously', 'sermonise', 'sermonize', 'servicing', 'serviette', 'servility', 'servitude', 'sevenfold', 'seventeen', 'seventies', 'severally', 'severalty', 'severance', 'severitys', 'sewerages', 'sexinesss', 'sextettes', 'sextuplet', 'sexuality', 'sforzando', 'shabbiest', 'shackling', 'shadiness', 'shadowbox', 'shadowier', 'shadowing', 'shaggiest', 'shakeable', 'shakedown', 'shakiness', 'shallower', 'shallowly', 'shambless', 'shambling', 'shameface', 'shameless', 'shampooed', 'shamrocks', 'shanghais', 'shankaras', 'shantungs', 'shapeless', 'shapelier', 'shareable', 'sharecrop', 'sharkskin', 'sharlenes', 'sharpened', 'sharpener', 'sharpness', 'shattered', 'sheathing', 'sheepdogs', 'sheepfold', 'sheepskin', 'sheetings', 'sheetrock', 'sheffield', 'sheikdoms', 'sheikhdom', 'shellfish', 'sheltered', 'shelvings', 'shenyangs', 'shepherds', 'sheppards', 'sheratans', 'sheratons', 'sherberts', 'shetlands', 'shielding', 'shiftiest', 'shiftless', 'shillalah', 'shillings', 'shimmered', 'shimmying', 'shinbones', 'shingling', 'shininess', 'shiningly', 'shinnying', 'shintoism', 'shipboard', 'shipbuild', 'shiploads', 'shipmates', 'shipments', 'shippings', 'shipshape', 'shipwreck', 'shipyards', 'shirrings', 'shirtmake', 'shirttail', 'shitepoke', 'shittiest', 'shivering', 'shlemiels', 'shlepping', 'shockleys', 'shoddiest', 'shoehorns', 'shoelaces', 'shoemaker', 'shoeshine', 'shootings', 'shootouts', 'shoplifts', 'shoppings', 'shoptalks', 'shoreline', 'shortages', 'shortcake', 'shortcuts', 'shortened', 'shortfall', 'shorthand', 'shorthorn', 'shortlist', 'shortness', 'shortstop', 'shortwave', 'shoshones', 'shoulders', 'shovelful', 'shoveling', 'shovelled', 'showboats', 'showcased', 'showcases', 'showdowns', 'showering', 'showgirls', 'showiness', 'showpiece', 'showplace', 'showrooms', 'shrapnels', 'shredders', 'shredding', 'shrewdest', 'shrieking', 'shrillest', 'shrilling', 'shrimping', 'shrinkage', 'shrinking', 'shriveled', 'shrouding', 'shrubbery', 'shrubbier', 'shrugging', 'shuddered', 'shufflers', 'shuffling', 'shutdowns', 'shuttered', 'shuttling', 'siberians', 'sibilants', 'sicilians', 'sickening', 'sickliest', 'sicknesss', 'sideboard', 'sideburns', 'sidekicks', 'sidelight', 'sidelined', 'sidelines', 'sideshows', 'sidesteps', 'sideswipe', 'sidetrack', 'sidewalks', 'sidewalls', 'siegfried', 'sieglinda', 'sightings', 'sightless', 'sightread', 'sightseer', 'sigismund', 'signaling', 'signalise', 'signalize', 'signalled', 'signatory', 'signature', 'signboard', 'signified', 'signifies', 'signposts', 'sihanouks', 'sikkimese', 'silencers', 'silencing', 'silentest', 'silicates', 'siliceous', 'silicious', 'silicones', 'silicosis', 'silkworms', 'silliness', 'siltation', 'siltstone', 'silurians', 'silvering', 'silverman', 'similarly', 'simmental', 'simmering', 'simpatico', 'simpering', 'simpleton', 'simulated', 'simulates', 'simulator', 'simulcast', 'sincerely', 'sincerest', 'sincerity', 'sinecures', 'singapore', 'singingly', 'singleton', 'singsongs', 'singulars', 'sinhalese', 'sinistral', 'sinkholes', 'sinkiangs', 'sinusitis', 'sinusoids', 'siphoning', 'sisyphean', 'sisyphuss', 'situating', 'situation', 'sixpences', 'sixteenth', 'sixtieths', 'sjaelland', 'skedaddle', 'skeletons', 'skeptical', 'sketchier', 'sketchily', 'sketching', 'sketchpad', 'skewering', 'skimpiest', 'skinflint', 'skinheads', 'skinniest', 'skintight', 'skippered', 'skirmishs', 'skittered', 'skivvying', 'skullcaps', 'skydivers', 'skydiving', 'skyjacked', 'skyjacker', 'skylarked', 'skylights', 'skyrocket', 'skyscrape', 'skywriter', 'slackened', 'slackness', 'slackware', 'slaloming', 'slandered', 'slanderer', 'slangiest', 'slantwise', 'slaphappy', 'slapstick', 'slashdots', 'slathered', 'slatterns', 'slaughter', 'slavering', 'slavishly', 'slavonics', 'sleaziest', 'sleekness', 'sleepiest', 'sleepless', 'sleepwalk', 'sleepwear', 'sleetiest', 'sleighing', 'slenderer', 'slickness', 'slightest', 'slighting', 'slimnesss', 'slingshot', 'slinkiest', 'slipcover', 'slipknots', 'slippages', 'slithered', 'slivering', 'slobbered', 'sloganeer', 'sloppiest', 'slouchier', 'slouching', 'sloughing', 'slovakian', 'slovenian', 'slovenias', 'slowdowns', 'slownesss', 'slowpokes', 'sluggards', 'slumbered', 'slumbrous', 'slumlords', 'slushiest', 'smallness', 'smallpoxs', 'smalltime', 'smarmiest', 'smartened', 'smartness', 'smelliest', 'smidgeons', 'smilingly', 'smirching', 'smirnoffs', 'smockings', 'smoggiest', 'smokeless', 'smokiness', 'smoldered', 'smooching', 'smoothest', 'smoothing', 'smothered', 'smoulders', 'smrgsbord', 'smudgiest', 'smugglers', 'smuggling', 'smugnesss', 'smuttiest', 'snaffling', 'snakebird', 'snakebite', 'snakelike', 'snakeroot', 'snappiest', 'snapshots', 'snatching', 'snazziest', 'sneakiest', 'snickered', 'snickerss', 'sniffling', 'sniggered', 'snippiest', 'snitching', 'sniveling', 'snivelled', 'snobberys', 'snobbiest', 'snoopiest', 'snootiest', 'snorkeled', 'snorkeler', 'snottiest', 'snowballs', 'snowboard', 'snowbound', 'snowdrift', 'snowdrops', 'snowfalls', 'snowflake', 'snowplows', 'snowshoed', 'snowshoes', 'snowstorm', 'snowsuits', 'snuffboxs', 'snuffling', 'snuggling', 'soapboxes', 'soapiness', 'soapstone', 'soapsudss', 'soberness', 'sobrietys', 'sobriquet', 'sociables', 'socialise', 'socialism', 'socialist', 'socialite', 'socialize', 'societies', 'sociology', 'sociopath', 'socratess', 'sodomites', 'softballs', 'softeners', 'softening', 'softnesss', 'softwares', 'softwoods', 'sogginess', 'sojourned', 'sojourner', 'solariums', 'soldering', 'soldiered', 'soldierly', 'solecisms', 'solemnest', 'solemnise', 'solemnity', 'solemnize', 'solenoids', 'solicited', 'solicitor', 'soliditys', 'solidness', 'soliloquy', 'solipsism', 'solitaire', 'solitarys', 'solitudes', 'solstices', 'solutions', 'solvencys', 'somalians', 'sombreros', 'somebodys', 'someonell', 'someplace', 'something', 'sometimes', 'somewhats', 'somewhere', 'sommelier', 'somnolent', 'songbirds', 'songsters', 'sonoritys', 'sophistry', 'sophocles', 'sophomore', 'soporific', 'sorbonnes', 'sorcerers', 'sorceress', 'soreheads', 'sorenesss', 'sororitys', 'sorrowful', 'sorrowing', 'sortieing', 'soulfully', 'soundings', 'soundless', 'soundness', 'sourberry', 'sourdough', 'sournesss', 'sourpusss', 'southeast', 'southerly', 'southerns', 'southland', 'southpaws', 'southward', 'southwest', 'souvenirs', 'souwester', 'sovereign', 'spacemans', 'spaceship', 'spacesuit', 'spacetime', 'spacewalk', 'spadefuls', 'spadework', 'spaghetti', 'spangling', 'spaniards', 'spankings', 'spareness', 'spareribs', 'sparingly', 'sparklers', 'sparkling', 'sparsitys', 'spartacus', 'spasmodic', 'spatially', 'spattered', 'spaulding', 'speakable', 'speakeasy', 'spearhead', 'spearmint', 'specially', 'specialty', 'specifics', 'specified', 'specifier', 'specifies', 'specimens', 'speckling', 'spectacle', 'spectator', 'spectrums', 'speculate', 'speedboat', 'speediest', 'speedings', 'speedster', 'speedways', 'speedwell', 'spellbind', 'spellings', 'spelunker', 'spendings', 'spenglers', 'spherical', 'spheroids', 'sphincter', 'spicebush', 'spiciness', 'spiderier', 'spielberg', 'spiffiest', 'spikenard', 'spillages', 'spillanes', 'spillways', 'spindlier', 'spindling', 'spineless', 'spinnaker', 'spinneret', 'spinsters', 'spiraling', 'spiralled', 'spiriting', 'spiritual', 'spitballs', 'spitfires', 'spittoons', 'splashier', 'splashing', 'splatters', 'splatting', 'splendors', 'splendour', 'splenetic', 'splicings', 'splinters', 'splintery', 'splinting', 'splitters', 'splitting', 'splotched', 'splotches', 'splurging', 'splutters', 'spoilages', 'spokesman', 'spokesmen', 'spongiest', 'sponsored', 'spookiest', 'spoonbill', 'spoonfuls', 'spoonsful', 'sportiest', 'sportsman', 'sportsmen', 'spotlight', 'spottiest', 'spraining', 'sprawling', 'spreaders', 'spreading', 'sprightly', 'springers', 'springier', 'springing', 'sprinkled', 'sprinkler', 'sprinkles', 'sprinters', 'sprinting', 'spritzing', 'sprockets', 'sprouting', 'sprynesss', 'spunkiest', 'sputtered', 'spyglasss', 'squabbled', 'squabbles', 'squadrons', 'squalider', 'squalling', 'squanders', 'squashier', 'squashing', 'squatters', 'squattest', 'squatting', 'squawbush', 'squawking', 'squawroot', 'squeakier', 'squeaking', 'squealers', 'squealing', 'squeamish', 'squeegeed', 'squeegees', 'squeezers', 'squeezing', 'squelched', 'squelches', 'squiggled', 'squiggles', 'squintest', 'squinting', 'squirmier', 'squirming', 'squirrels', 'squirting', 'squishier', 'squishing', 'srivijaya', 'stabbings', 'stabilise', 'stability', 'stabilize', 'stableman', 'stablemen', 'staccatos', 'staffings', 'stagehand', 'staggered', 'stagnated', 'stagnates', 'stainless', 'staircase', 'stairways', 'stairwell', 'stakeouts', 'stalemate', 'staleness', 'stalinist', 'stalkings', 'stallings', 'stallions', 'stallones', 'stalwarts', 'staminate', 'stammered', 'stammerer', 'stampeded', 'stampedes', 'stanchest', 'stanching', 'stanchion', 'standards', 'standings', 'standoffs', 'standouts', 'stanfords', 'stapleton', 'starboard', 'starbucks', 'starchier', 'starching', 'starfishs', 'stargazer', 'starkness', 'starlight', 'starlings', 'starriest', 'startling', 'starvings', 'statehood', 'stateless', 'statelier', 'statement', 'stateroom', 'stateside', 'statesman', 'statesmen', 'statewide', 'stationed', 'stationer', 'statistic', 'statuarys', 'statuette', 'statutory', 'staubachs', 'staunched', 'stauncher', 'staunches', 'staunchly', 'steadfast', 'steadicam', 'steadiest', 'steadying', 'steamboat', 'steamiest', 'steamroll', 'steamship', 'steeliest', 'steelmake', 'steepness', 'steerages', 'steerings', 'stefanies', 'steinbeck', 'steinberg', 'steinmetz', 'steinways', 'stenciled', 'stenotype', 'stepchild', 'stephanie', 'steradian', 'sterilise', 'sterility', 'sterilize', 'sterlings', 'sternberg', 'sternness', 'stevedore', 'stevenson', 'stewarded', 'stickiest', 'sticklers', 'stickpins', 'stieglitz', 'stiffened', 'stiffener', 'stiffness', 'stiflings', 'stilettos', 'stillborn', 'stillness', 'stimulant', 'stimulate', 'stimuluss', 'stingiest', 'stingrays', 'stippling', 'stipulate', 'stirrings', 'stitching', 'stockaded', 'stockades', 'stockholm', 'stockiest', 'stockings', 'stockpile', 'stockroom', 'stockyard', 'stodgiest', 'stoically', 'stoicisms', 'stolidest', 'stolidity', 'stolypins', 'stomached', 'stomacher', 'stomaches', 'stonecrop', 'stonewall', 'stoneware', 'stonework', 'stonewort', 'stopcocks', 'stoplight', 'stopovers', 'stoppable', 'stoppages', 'stoppards', 'stoppered', 'stopwatch', 'storekeep', 'storeroom', 'stormiest', 'storybook', 'stoutness', 'stovepipe', 'stowaways', 'straddled', 'straddles', 'straggled', 'straggler', 'straggles', 'straights', 'strainers', 'straining', 'straitens', 'stranding', 'strangely', 'strangers', 'strangest', 'strangled', 'strangler', 'strangles', 'strapless', 'strapping', 'stratagem', 'strategic', 'strategys', 'stratford', 'streakier', 'streaking', 'streamers', 'streaming', 'streetcar', 'streeters', 'streisand', 'strengths', 'strenuous', 'stressful', 'stressing', 'stretched', 'stretcher', 'stretches', 'strictest', 'stricture', 'strikeout', 'strikings', 'stringent', 'stringers', 'stringier', 'stringing', 'stripling', 'strippers', 'stripping', 'strivings', 'strollers', 'strolling', 'stromberg', 'stromboli', 'strongbox', 'strongest', 'strontium', 'stropping', 'structure', 'struggled', 'struggles', 'strumming', 'strumpets', 'strutting', 'stubbiest', 'stubblier', 'stuccoing', 'stuffiest', 'stuffings', 'stumblers', 'stumbling', 'stumpiest', 'stupefied', 'stupefies', 'stupidest', 'stupidity', 'sturdiest', 'sturgeons', 'stuttered', 'stutterer', 'stuttgart', 'stylishly', 'stylising', 'stylistic', 'stylizing', 'stymieing', 'styrofoam', 'subatomic', 'subclasss', 'subdivide', 'subfields', 'subgraphs', 'subgroups', 'subhumans', 'subjected', 'subjoined', 'subjugate', 'subleased', 'subleases', 'sublimate', 'sublimely', 'sublimest', 'subliming', 'sublimity', 'submarine', 'submerged', 'submerges', 'submersed', 'submerses', 'submittal', 'submitted', 'submitter', 'submodule', 'subnormal', 'suborning', 'subpoenas', 'subproofs', 'subranges', 'subschema', 'subscribe', 'subscript', 'subsidies', 'subsiding', 'subsidise', 'subsidize', 'subsisted', 'subspaces', 'substance', 'substrata', 'substrate', 'substring', 'subsuming', 'subsystem', 'subtitled', 'subtitles', 'subtletys', 'subtotals', 'subtracts', 'suburbans', 'suburbias', 'subverted', 'subverter', 'succeeded', 'successes', 'successor', 'succoring', 'succotash', 'succoured', 'succulent', 'succumbed', 'suckering', 'sucklings', 'suctioned', 'sudaneses', 'suetonius', 'sufferers', 'suffering', 'sufficing', 'suffixing', 'suffocate', 'suffragan', 'suffrages', 'suffusing', 'suffusion', 'sugarcane', 'sugarcoat', 'sugariest', 'sugarings', 'sugarless', 'suggested', 'suggester', 'suitcases', 'sukiyakis', 'sulawesis', 'suleimans', 'sulfuring', 'sulfurous', 'sulkiness', 'sullenest', 'sullivans', 'sulphates', 'sulphides', 'sulphured', 'sulphuric', 'sultanate', 'sultriest', 'sumerians', 'summaries', 'summarily', 'summarise', 'summarize', 'summation', 'summerier', 'summering', 'summitrys', 'summoners', 'summoning', 'summonsed', 'summonses', 'sumptuous', 'sunbathed', 'sunbather', 'sunbathes', 'sunblocks', 'sunbonnet', 'sunburned', 'sundanese', 'sundering', 'sundriess', 'sunfishes', 'sunflower', 'sunlights', 'sunnyvale', 'sunscreen', 'sunshines', 'sunstroke', 'suntanned', 'superbest', 'superbowl', 'superegos', 'superfund', 'superglue', 'superiors', 'supermans', 'supernova', 'superpose', 'supersede', 'supersets', 'superstar', 'supervene', 'supervise', 'supplants', 'suppliant', 'suppliers', 'supplying', 'supported', 'supporter', 'supposing', 'suppurate', 'supremacy', 'supremely', 'supremity', 'surceased', 'surceases', 'surcharge', 'surenesss', 'surfacing', 'surfboard', 'surfeited', 'surgeries', 'surinames', 'surliness', 'surmising', 'surmounts', 'surpassed', 'surpasses', 'surplices', 'surplused', 'surpluses', 'surprised', 'surprises', 'surrender', 'surrogate', 'surrounds', 'surtaxing', 'surveying', 'surveyors', 'survivals', 'surviving', 'survivors', 'suspected', 'suspended', 'suspender', 'suspenses', 'suspensor', 'suspicion', 'sustained', 'svalbards', 'swaddling', 'swaggered', 'swaggerer', 'swallowed', 'swampiest', 'swankiest', 'swarthier', 'swarthout', 'swastikas', 'swattered', 'swaziland', 'swearword', 'sweatband', 'sweatiest', 'sweatshop', 'sweepings', 'sweetened', 'sweetener', 'sweetmeat', 'sweetness', 'swellhead', 'swellings', 'sweltered', 'swiftness', 'swimmings', 'swimsuits', 'swinburne', 'swindlers', 'swindling', 'swingable', 'swirliest', 'swissairs', 'switchers', 'switching', 'switchman', 'swiveling', 'swivelled', 'swordfish', 'swordplay', 'swordsman', 'swordsmen', 'swordtail', 'sybarites', 'sybaritic', 'sycamores', 'sycophant', 'syllabify', 'syllables', 'syllabuss', 'syllogism', 'sylvester', 'symbioses', 'symbiosis', 'symbiotic', 'symbolise', 'symbolism', 'symbolize', 'symmetric', 'symmetrys', 'sympathys', 'symphonic', 'symphonys', 'symposium', 'synagogue', 'synchrony', 'syncopate', 'syndicate', 'syndromes', 'synergism', 'synopsiss', 'syntactic', 'syntheses', 'synthesis', 'synthetic', 'syphiliss', 'syphoning', 'syracuses', 'syringing', 'systemics', 'szechuans', 'tableland', 'tableware', 'tabulated', 'tabulates', 'tabulator', 'tacitness', 'tackiness', 'tactfully', 'tactician', 'tahitians', 'taichungs', 'tailcoats', 'tailgated', 'tailgates', 'taillight', 'tailoring', 'tailpipes', 'tailspins', 'tailwinds', 'taiwanese', 'takeaways', 'takeovers', 'talismans', 'talkative', 'tallchief', 'tallnesss', 'tallyhoed', 'tamarinds', 'tamenesss', 'tamerlane', 'tampering', 'tangerine', 'tangibles', 'tanneries', 'tannhuser', 'tantalise', 'tantalize', 'tantaluss', 'tanzanian', 'tanzanias', 'tapestrys', 'tapeworms', 'tarantara', 'tarantino', 'tarantula', 'tardiness', 'targeting', 'tarkenton', 'tarmacked', 'tarnished', 'tarnishes', 'tarpaulin', 'tarragons', 'tarrytown', 'tartnesss', 'tashkents', 'tasmanian', 'tasmanias', 'tasseling', 'tasselled', 'tasteless', 'tastiness', 'tattering', 'tattooing', 'tattooist', 'tautnesss', 'tautology', 'tawdriest', 'taxations', 'taxidermy', 'taxonomic', 'taxonomys', 'taxpayers', 'taxpaying', 'teachable', 'teachings', 'teakettle', 'teammates', 'teamsters', 'teamworks', 'teardrops', 'tearfully', 'teargases', 'teasdales', 'teaspoons', 'technical', 'technique', 'tectonics', 'tecumsehs', 'tediously', 'teenagers', 'teensiest', 'teetering', 'tektronix', 'telecasts', 'telegrams', 'telegraph', 'telemeter', 'telemetry', 'teleology', 'telepathy', 'telephone', 'telephony', 'telephoto', 'telescope', 'telethons', 'teletypes', 'televised', 'televises', 'televisor', 'tellingly', 'telltales', 'tellurium', 'temeritys', 'temperate', 'tempering', 'templates', 'templeton', 'temporary', 'temporise', 'temporize', 'temptress', 'tenacious', 'tenacitys', 'tenancies', 'tenanting', 'tendencys', 'tenderest', 'tendering', 'tenderise', 'tenderize', 'tenebrous', 'tenements', 'tennessee', 'tenseness', 'tensional', 'tentacled', 'tentacles', 'tentative', 'tenuously', 'terabytes', 'termagant', 'terminals', 'terminate', 'terminuss', 'terracing', 'terrances', 'terrapins', 'terrarium', 'terrences', 'terrified', 'terrifies', 'territory', 'terrorise', 'terrorism', 'terrorist', 'terrorize', 'terseness', 'tertiarys', 'testament', 'testicles', 'testified', 'testifier', 'testifies', 'testimony', 'testiness', 'tethering', 'textbooks', 'textually', 'texturing', 'thackeray', 'thailands', 'thalamuss', 'thalliums', 'thankless', 'thatching', 'theocracy', 'theodores', 'theodoric', 'theologys', 'theoretic', 'theorised', 'theorises', 'theorists', 'theorized', 'theorizer', 'theorizes', 'theosophy', 'therapies', 'therapist', 'theravada', 'therefore', 'therefrom', 'thereupon', 'therewith', 'thermally', 'thermofax', 'thermoses', 'thesaurus', 'thespians', 'thessalys', 'thiamines', 'thickened', 'thickener', 'thickness', 'thieverys', 'thighbone', 'thinkable', 'thinkably', 'thinkings', 'thinnesss', 'thirstier', 'thirstily', 'thirsting', 'thirteens', 'thirtieth', 'thomistic', 'thorazine', 'thorniest', 'thorntons', 'thorstein', 'thousands', 'thracians', 'thraldoms', 'thralldom', 'thralling', 'thrashers', 'thrashing', 'threaders', 'threading', 'threatens', 'threefold', 'threesome', 'threnodys', 'threonine', 'threshers', 'threshing', 'threshold', 'thriftier', 'thriftily', 'thrillers', 'thrilling', 'throatier', 'throatily', 'throbbing', 'thronging', 'throttled', 'throttles', 'throwaway', 'throwback', 'thrumming', 'thrusters', 'thrusting', 'thumbnail', 'thumbtack', 'thundered', 'thunderer', 'thurmonds', 'thursdays', 'thutmoses', 'thwacking', 'thwarting', 'thyratron', 'thyroidal', 'thyronine', 'thyroxine', 'ticketing', 'tidewater', 'tidinesss', 'tienanmen', 'tientsins', 'tightened', 'tightener', 'tightness', 'tightrope', 'tightwads', 'tigresses', 'timbering', 'timbuktus', 'timeliest', 'timepiece', 'timescale', 'timeshare', 'timetable', 'timiditys', 'timpanist', 'tinctured', 'tinctures', 'tinderbox', 'tingliest', 'tinglings', 'tinkering', 'tinkertoy', 'tinniness', 'tinseling', 'tinselled', 'tinsmiths', 'tipperary', 'tiptoeing', 'tiredness', 'tiresiass', 'titaniums', 'titillate', 'titmouses', 'tittering', 'toadstool', 'toastiest', 'tobaccoes', 'toboggans', 'tocantins', 'toileting', 'toiletrys', 'toilettes', 'tokenisms', 'tolerable', 'tolerably', 'tolerance', 'tolerated', 'tolerates', 'tollbooth', 'tollgates', 'tollhouse', 'tolyattis', 'tomahawks', 'tombaughs', 'tombstone', 'tomlinson', 'tomograph', 'tomorrows', 'tompkinss', 'tonalitys', 'tonsorial', 'tonsuring', 'toolboxes', 'toolsmith', 'toothache', 'toothiest', 'toothless', 'toothpick', 'toothsome', 'topically', 'toreadors', 'tormented', 'tormenter', 'tormentor', 'tornadoes', 'torpedoed', 'torpedoes', 'torpidity', 'torridest', 'tortillas', 'tortoises', 'torturers', 'torturing', 'torvaldss', 'toscanini', 'totalitys', 'totallers', 'totalling', 'tottering', 'touchable', 'touchdown', 'touchiest', 'touchings', 'toughened', 'toughness', 'towelings', 'towelling', 'towheaded', 'townhouse', 'townsends', 'townsfolk', 'townships', 'townsmans', 'toxaemias', 'toxicitys', 'traceable', 'traceries', 'tractable', 'tractions', 'trademark', 'tradesman', 'tradesmen', 'tradition', 'traducing', 'trafalgar', 'tragedian', 'tragedies', 'trailhead', 'trailings', 'trailside', 'trailways', 'trainings', 'traipsing', 'trammeled', 'trampling', 'transacts', 'transcend', 'transepts', 'transfers', 'transfixt', 'transform', 'transfuse', 'transient', 'transited', 'translate', 'transmits', 'transmute', 'transpire', 'transpond', 'transport', 'transpose', 'transship', 'transvaal', 'trapdoors', 'trapezium', 'trapezoid', 'trappable', 'trappings', 'trappists', 'trashcans', 'trashiest', 'traumatic', 'travailed', 'travelers', 'traveling', 'travelled', 'traveller', 'travelogs', 'traversal', 'traversed', 'traverses', 'travestys', 'travoltas', 'treachery', 'treadling', 'treadmill', 'treasured', 'treasurer', 'treasures', 'treasurys', 'treatable', 'treatises', 'treatment', 'treblinka', 'trellised', 'trellises', 'trembling', 'tremulous', 'trenchant', 'trenching', 'trendiest', 'trespasss', 'trevelyan', 'trialling', 'triangles', 'triassics', 'triathlon', 'triatomic', 'tribalism', 'tribesman', 'tribesmen', 'tribulate', 'tribunals', 'tributary', 'tricepses', 'trichrome', 'trickerys', 'trickiest', 'trickling', 'trickster', 'tricolors', 'tricolour', 'tricycles', 'triennial', 'trifocals', 'triggered', 'trihedral', 'trillions', 'trilobite', 'trilogies', 'trimarans', 'trimester', 'trimmings', 'trimnesss', 'trimurtis', 'trinidads', 'trinities', 'tripitaka', 'triptychs', 'trisected', 'trisodium', 'triteness', 'triumphal', 'triumphed', 'trivalent', 'trivially', 'trobriand', 'trombones', 'trondheim', 'troopship', 'tropicana', 'troubador', 'troubling', 'trouncing', 'trouserss', 'trousseau', 'troweling', 'trowelled', 'truanting', 'truckings', 'truckling', 'truckload', 'truculent', 'truffauts', 'trumbulls', 'trumperys', 'trumpeted', 'trumpeter', 'truncated', 'truncates', 'truncheon', 'trundling', 'trustiest', 'trytophan', 'tsimshian', 'tsitsihar', 'tubelesss', 'tubercles', 'tuckering', 'tularemia', 'tulsidass', 'tunefully', 'tungstate', 'tungstens', 'tunguskas', 'tunisians', 'tunneling', 'tunnelled', 'tupungato', 'turbidity', 'turbinate', 'turbojets', 'turboprop', 'turbulent', 'turgidity', 'turkestan', 'turmerics', 'turnabout', 'turncoats', 'turnovers', 'turnpikes', 'turnstile', 'turnstone', 'turntable', 'turpitude', 'turquoise', 'tuscarora', 'tuskegees', 'tutelages', 'tutorials', 'twaddling', 'tweediest', 'tweezerss', 'twentieth', 'twiddling', 'twiggiest', 'twilights', 'twingeing', 'twinkling', 'twitching', 'twittered', 'twizzlers', 'tympanums', 'typecasts', 'typefaces', 'typewrite', 'typewrote', 'typically', 'typifying', 'tyrannies', 'tyrannise', 'tyrannize', 'tyrannous', 'ubiquitys', 'uglinesss', 'ukrainian', 'ulcerated', 'ulcerates', 'ultimates', 'ultimatum', 'ultrafast', 'ululating', 'ulyanovsk', 'umbilical', 'umbilicus', 'umbrellas', 'umpteenth', 'unabashed', 'unadorned', 'unadvised', 'unaltered', 'unanimity', 'unanimous', 'unashamed', 'unbarring', 'unbeknown', 'unbeliefs', 'unbending', 'unbiassed', 'unbinding', 'unblocked', 'unbolting', 'unbosomed', 'unbounded', 'unbranded', 'unbridled', 'unbuckled', 'unbuckles', 'unburdens', 'unbuttons', 'uncannier', 'uncannily', 'unceasing', 'uncertain', 'unchanged', 'uncharted', 'unchecked', 'unclaimed', 'unclasped', 'uncleaner', 'uncleanly', 'uncleared', 'unclearer', 'unclothed', 'unclothes', 'uncoiling', 'unconcern', 'uncorking', 'uncounted', 'uncoupled', 'uncouples', 'uncovered', 'undamaged', 'undaunted', 'undeceive', 'undecided', 'undefined', 'undeleted', 'underacts', 'underarms', 'underbids', 'undercoat', 'undercuts', 'underdogs', 'underdone', 'underfeed', 'underflow', 'underfoot', 'undergoes', 'undergone', 'undergrad', 'underhand', 'underlain', 'underlays', 'underlies', 'underline', 'underling', 'undermine', 'undermost', 'underpaid', 'underpass', 'underpays', 'underpins', 'underplay', 'underrate', 'undersell', 'undershot', 'underside', 'undersign', 'undersize', 'undersold', 'undertake', 'undertone', 'undertook', 'undertows', 'underused', 'underwear', 'underwent', 'underwood', 'undiluted', 'undivided', 'undoubted', 'undressed', 'undresses', 'undulated', 'undulates', 'unearthed', 'unearthly', 'uneasiest', 'unequaled', 'unequally', 'unethical', 'unevenest', 'unexcused', 'unfailing', 'unfairest', 'unfastens', 'unfeeling', 'unfeigned', 'unfetters', 'unfitness', 'unfitting', 'unfolding', 'unfounded', 'unfrocked', 'unfurling', 'ungodlier', 'unguarded', 'ungulates', 'unhanding', 'unhappier', 'unhappily', 'unhealthy', 'unhelpful', 'unhinging', 'unhitched', 'unhitches', 'unholiest', 'unhooking', 'unhorsing', 'unhurried', 'unicycles', 'uniformed', 'uniformly', 'unilevers', 'unimpeded', 'uninjured', 'uninstall', 'uninsured', 'uninvited', 'unionised', 'unionises', 'unionized', 'unionizer', 'unionizes', 'uniroyals', 'unitarian', 'univalent', 'univalves', 'universal', 'universes', 'unkindest', 'unknowing', 'unlabeled', 'unlatched', 'unlatches', 'unleadeds', 'unlearned', 'unleashed', 'unleashes', 'unlimited', 'unlinking', 'unloading', 'unlocking', 'unloosing', 'unluckier', 'unluckily', 'unmanlier', 'unmanning', 'unmarried', 'unmasking', 'unmatched', 'unmindful', 'unnatural', 'unnerving', 'unnoticed', 'unopposed', 'unordered', 'unpacking', 'unpainted', 'unpinning', 'unplanned', 'unplugged', 'unplumbed', 'unpopular', 'unquoting', 'unraveled', 'unreadier', 'unrefined', 'unrelated', 'unrivaled', 'unrolling', 'unruffled', 'unruliest', 'unsaddled', 'unsaddles', 'unsavoury', 'unscathed', 'unscrewed', 'unsealing', 'unseating', 'unselfish', 'unsettled', 'unsettles', 'unsheathe', 'unsightly', 'unskilled', 'unsmiling', 'unsnapped', 'unsnarled', 'unsounder', 'unsparing', 'unspoiled', 'unstabler', 'unstopped', 'unstudied', 'untainted', 'untangled', 'untangles', 'untenable', 'untidiest', 'untouched', 'untrained', 'untreated', 'untutored', 'untwisted', 'unukalhai', 'unusually', 'unvarying', 'unveiling', 'unwariest', 'unwelcome', 'unwilling', 'unwinders', 'unwinding', 'unwitting', 'unworldly', 'unwrapped', 'unwritten', 'unzipping', 'upbraided', 'upchucked', 'upcountry', 'updraught', 'upgrading', 'upheavals', 'upholders', 'upholding', 'upholster', 'uplifting', 'uppercase', 'uppercuts', 'uppermost', 'upraising', 'uprightly', 'uprisings', 'uprooting', 'upsetting', 'upstaging', 'upstarted', 'upsurging', 'upturning', 'urbanised', 'urbanises', 'urbanitys', 'urbanized', 'urbanizes', 'urinating', 'urination', 'urologist', 'uruguayan', 'usability', 'uselessly', 'usherette', 'utilising', 'utilities', 'utilizing', 'utterance', 'uttermost', 'vacancies', 'vacations', 'vaccinate', 'vacillate', 'vacuolate', 'vacuously', 'vacuuming', 'vagabonds', 'vagrancys', 'vagrantly', 'vagueness', 'vainglory', 'valencias', 'valentine', 'valentino', 'valentins', 'valerians', 'valhallas', 'valiantly', 'validated', 'validates', 'validitys', 'validness', 'valkyries', 'vallettas', 'valuables', 'valuation', 'valueless', 'valvoline', 'vamoosing', 'vanadiums', 'vancouver', 'vandalise', 'vandalism', 'vandalize', 'vanguards', 'vanishing', 'vanzettis', 'vapiditys', 'vapidness', 'vaporised', 'vaporiser', 'vaporises', 'vaporized', 'vaporizer', 'vaporizes', 'variables', 'variances', 'variantly', 'variation', 'variegate', 'varieties', 'variously', 'varnished', 'varnishes', 'varsities', 'vasectomy', 'vaselines', 'vassalage', 'vastnesss', 'vaultings', 'vectorial', 'vectoring', 'vegemites', 'vegetable', 'vegetated', 'vegetates', 'vehemence', 'vehicular', 'velasquez', 'velocitys', 'velsquezs', 'velveetas', 'velveteen', 'velvetier', 'venalitys', 'vendettas', 'veneering', 'venerable', 'venerated', 'venerates', 'venetians', 'venezuela', 'vengeance', 'ventilate', 'ventolins', 'ventricle', 'venturers', 'venturing', 'venturous', 'veracious', 'veracitys', 'veracruzs', 'verandahs', 'verbalise', 'verbalize', 'verbiages', 'verbosity', 'verdigris', 'verifiers', 'verifying', 'veritable', 'veritably', 'verlaines', 'vermilion', 'verminous', 'vermonter', 'vermouths', 'versatile', 'versified', 'versifies', 'vertebrae', 'vertebral', 'vertebras', 'verticals', 'vesaliuss', 'vesicular', 'vespasian', 'vespuccis', 'vestibule', 'vestigial', 'vestments', 'vesuviuss', 'vexations', 'vexatious', 'viability', 'vibrancys', 'vibrantly', 'vibrating', 'vibration', 'vibrators', 'viburnums', 'vicarages', 'vicarious', 'vicinitys', 'viciously', 'vicksburg', 'victimise', 'victimize', 'victorian', 'victorias', 'victories', 'victrolas', 'victualed', 'victualer', 'videodisc', 'videotape', 'vientiane', 'viewpoint', 'vigilance', 'vigilante', 'vignetted', 'vignettes', 'vilenesss', 'vilifying', 'villagers', 'villainys', 'vindicate', 'vineyards', 'violating', 'violation', 'violators', 'violences', 'violently', 'violinist', 'virginals', 'virginian', 'virginias', 'virginity', 'virilitys', 'virologys', 'virtually', 'virtuosos', 'virulence', 'viscosity', 'viscounts', 'visigoths', 'visionary', 'visioning', 'visualise', 'visualize', 'vitalised', 'vitalises', 'vitalitys', 'vitalized', 'vitalizes', 'vitiating', 'vitiation', 'vitriolic', 'vivacious', 'vivacitys', 'vividness', 'viviennes', 'vivifying', 'vocalised', 'vocalises', 'vocalists', 'vocalized', 'vocalizes', 'vocations', 'vocatives', 'voiceband', 'voiceless', 'volcanism', 'volcanoes', 'voldemort', 'volgograd', 'volitions', 'volleying', 'volsteads', 'voltaires', 'voltmeter', 'voluntary', 'volunteer', 'vonneguts', 'voodooing', 'voodooism', 'voracious', 'voracitys', 'vorticity', 'vouchsafe', 'voyagings', 'voyeurism', 'vulcanise', 'vulcanize', 'vulgarest', 'vulgarise', 'vulgarism', 'vulgarity', 'vulgarize', 'wackiness', 'wadsworth', 'wagnerian', 'wainscots', 'waistband', 'waistcoat', 'waistline', 'waitresss', 'wakefield', 'wakerobin', 'waldemars', 'walgreens', 'wallabies', 'wallboard', 'walloping', 'wallowing', 'wallpaper', 'wanamaker', 'wanderers', 'wandering', 'wantoning', 'wappinger', 'wardrobes', 'wardrooms', 'warehouse', 'warhorses', 'warinesss', 'warmonger', 'warningly', 'warranted', 'warrantys', 'washables', 'washbasin', 'washboard', 'washbowls', 'washcloth', 'washrooms', 'washstand', 'wassailed', 'wasserman', 'wasteland', 'watchband', 'watchdogs', 'watchings', 'watchmake', 'watchmans', 'watchword', 'waterbeds', 'waterbury', 'waterfall', 'waterford', 'waterfowl', 'watergate', 'wateriest', 'waterings', 'waterline', 'waterloos', 'watermark', 'watershed', 'waterside', 'watertown', 'waterways', 'waveforms', 'wavefront', 'waveguide', 'wavinesss', 'waxinesss', 'wayfarers', 'wayfaring', 'waylaying', 'waywardly', 'weakening', 'weakfishs', 'weaklings', 'weaknesss', 'wealthier', 'weaponrys', 'weariness', 'wearisome', 'weaseling', 'weaselled', 'weathered', 'webmaster', 'wednesday', 'weekended', 'weeknight', 'wehrmacht', 'weighings', 'weightier', 'weighting', 'weinbergs', 'weinstein', 'weirdness', 'welcoming', 'wellbeing', 'wellesley', 'welshmans', 'weltering', 'werewolfs', 'wesleyans', 'westbound', 'westerlys', 'westerner', 'westfield', 'westwards', 'whackiest', 'whalebone', 'wheatiess', 'wheedling', 'wheelbase', 'wheelings', 'wheeziest', 'wherefore', 'whereupon', 'wherewith', 'whetstone', 'whichever', 'whimpered', 'whimsical', 'whinnying', 'whipcords', 'whiplashs', 'whippings', 'whirligig', 'whirlpool', 'whirlwind', 'whiskered', 'whispered', 'whistlers', 'whistling', 'whitecaps', 'whiteface', 'whitefish', 'whitehall', 'whitehead', 'whiteleys', 'whiteners', 'whiteness', 'whitening', 'whitetail', 'whitewall', 'whitewash', 'whitfield', 'whittaker', 'whittlers', 'whittling', 'whodunits', 'whodunnit', 'wholeness', 'wholesale', 'wholesome', 'whooshing', 'whosoever', 'wickedest', 'widenesss', 'widowhood', 'widthwise', 'wifeliest', 'wiggliest', 'wigwagged', 'wikipedia', 'wildfires', 'wildfowls', 'wildlifes', 'wildnesss', 'wilfredos', 'wilinesss', 'wilkerson', 'wilkinson', 'willfully', 'willingly', 'willowier', 'willpower', 'wilsonian', 'wimbledon', 'winchells', 'windbreak', 'windburns', 'windfalls', 'windiness', 'windlasss', 'windmills', 'windowing', 'windpipes', 'windsocks', 'windstorm', 'windsurfs', 'windswept', 'windwards', 'wineglass', 'wingspans', 'winifreds', 'winnebago', 'winningly', 'winnipegs', 'winnowing', 'winsomely', 'winsomest', 'winterier', 'wintering', 'winterise', 'winterize', 'winthrops', 'wintriest', 'wirelesss', 'wirinesss', 'wisconsin', 'wiseacres', 'wisecrack', 'wishbones', 'wishfully', 'wistarias', 'wisterias', 'wistfully', 'witcherys', 'withdrawn', 'withdraws', 'withering', 'withholds', 'withstand', 'withstood', 'witlessly', 'witnessed', 'witnesses', 'witticism', 'wittiness', 'wittingly', 'wizardrys', 'wobbliest', 'wodehouse', 'woebegone', 'woefuller', 'wolfgangs', 'wolfhound', 'wolverine', 'womanhood', 'womanised', 'womaniser', 'womanises', 'womanized', 'womanizer', 'womanizes', 'womankind', 'womanlier', 'womanlike', 'womenfolk', 'wonderbra', 'wonderful', 'wondering', 'woodbines', 'woodchuck', 'woodcocks', 'woodcraft', 'woodenest', 'woodgrain', 'woodhulls', 'woodiness', 'woodlands', 'woodpiles', 'woodsheds', 'woodsiest', 'woodsmans', 'woodstock', 'woodwards', 'woodwinds', 'woodworks', 'woolliest', 'woolworth', 'wooziness', 'worcester', 'wordiness', 'wordplays', 'workbench', 'workbooks', 'workfares', 'workforce', 'workhorse', 'workhouse', 'workingss', 'workloads', 'workpiece', 'workplace', 'worksheet', 'workshops', 'workspace', 'worktable', 'workweeks', 'worldlier', 'worldwide', 'wormholes', 'wormwoods', 'worrisome', 'worryings', 'worrywart', 'worsening', 'worshiped', 'worshiper', 'worthiest', 'worthless', 'wrangells', 'wranglers', 'wrangling', 'wrappings', 'wreathing', 'wreckages', 'wrenching', 'wrestlers', 'wrestling', 'wrigglers', 'wrigglier', 'wriggling', 'wrinklier', 'wrinklies', 'wrinkling', 'wristband', 'wrongdoer', 'wrongness', 'wronskian', 'wurlitzer', 'wyandotte', 'wycherley', 'wycliffes', 'xanthippe', 'xiaopings', 'xylophone', 'yachtings', 'yachtsman', 'yachtsmen', 'yamagatas', 'yammering', 'yardstick', 'yarmulkes', 'yaroslavl', 'yearbooks', 'yearlings', 'yearnings', 'yeastiest', 'yellowest', 'yellowing', 'yellowish', 'yeshivahs', 'yeshivoth', 'yesterday', 'yggdrasil', 'yieldings', 'yodellers', 'yodelling', 'yoghourts', 'yorkshire', 'yorktowns', 'yosemites', 'yossarian', 'youngster', 'ypsilanti', 'ytterbium', 'yugoslavs', 'yuletides', 'zachariah', 'zamenhofs', 'zaninesss', 'zanzibars', 'zealously', 'zechariah', 'zedekiahs', 'zephaniah', 'zeppelins', 'zestfully', 'zhengzhou', 'zigzagged', 'zimbabwes', 'zimmerman', 'zinfandel', 'zippering', 'zirconium', 'zoologist', 'zoroaster', 'zsigmondy', 'zucchinis', 'zwiebacks', 'zyuganovs', 'abandoning', 'abasements', 'abatements', 'abbreviate', 'abdicating', 'abdication', 'abductions', 'abernathys', 'aberration', 'abhorrence', 'abjections', 'abjectness', 'abjuration', 'abnegating', 'abnegation', 'abnormally', 'abolishers', 'abolishing', 'abolitions', 'abominable', 'abominably', 'abominated', 'abominates', 'aboriginal', 'aborigines', 'abortively', 'aboveboard', 'abrasively', 'abreaction', 'abridgment', 'abrogating', 'abrogation', 'abruptness', 'abscessing', 'absconding', 'absolutely', 'absolutest', 'absolution', 'absolutism', 'absorbency', 'absorbents', 'absorption', 'absorptive', 'abstainers', 'abstaining', 'abstemious', 'abstention', 'abstinence', 'abstracted', 'abstracter', 'abstractly', 'abstractor', 'abstrusely', 'absurditys', 'abundances', 'abundantly', 'abyssinian', 'abyssinias', 'academical', 'acanthuses', 'accelerate', 'accentuate', 'accentures', 'acceptable', 'acceptably', 'acceptance', 'accessible', 'accessibly', 'accessions', 'accessorys', 'accidental', 'accidently', 'acclaiming', 'acclimated', 'acclimates', 'accomplice', 'accomplish', 'accordance', 'accordions', 'accountant', 'accounting', 'accredited', 'accretions', 'accumulate', 'accuracies', 'accurately', 'accusation', 'accusative', 'accusatory', 'accusingly', 'accustomed', 'acetylenes', 'achievable', 'achromatic', 'acidifying', 'aconcaguas', 'acoustical', 'acousticss', 'acquainted', 'acquiesced', 'acquiesces', 'acquirable', 'acquittals', 'acquitting', 'acrobatics', 'actinolite', 'actionable', 'activating', 'activation', 'activators', 'activities', 'actualised', 'actualises', 'actualitys', 'actualized', 'actualizes', 'acutenesss', 'adaptation', 'adaptively', 'addictions', 'additional', 'additivity', 'addressees', 'addressers', 'addressing', 'adeptnesss', 'adequacies', 'adequately', 'adherences', 'adirondack', 'adjacently', 'adjectival', 'adjectives', 'adjourning', 'adjudicate', 'adjuration', 'adjustable', 'adjustably', 'adjustment', 'administer', 'admiraltys', 'admiration', 'admiringly', 'admissible', 'admissions', 'admittance', 'admittedly', 'admixtures', 'admonished', 'admonishes', 'admonition', 'admonitory', 'adolescent', 'adorations', 'adornments', 'adposition', 'adrenaline', 'adroitness', 'adsorption', 'adsorptive', 'adulations', 'adulterant', 'adulterate', 'adulterers', 'adulteress', 'adulteries', 'adulterous', 'adulthoods', 'adumbrated', 'adumbrates', 'advantaged', 'advantages', 'adventists', 'adventured', 'adventurer', 'adventures', 'adverbials', 'adversarys', 'adversitys', 'advertised', 'advertiser', 'advertises', 'advisement', 'advisories', 'advocating', 'aerialists', 'aerobacter', 'aerobatics', 'aeronautic', 'aeroplanes', 'aerosolize', 'aerospaces', 'aeschyluss', 'aesthetics', 'aetiologys', 'affability', 'affections', 'affidavits', 'affiliated', 'affiliates', 'affinities', 'afflicting', 'affliction', 'afflictive', 'affluences', 'affluently', 'affordable', 'afforested', 'affricates', 'affronting', 'aficionado', 'afrikaanss', 'afrikaners', 'afterbirth', 'aftercares', 'afterglows', 'afterimage', 'afterlifes', 'afterlives', 'aftermaths', 'afternoons', 'aftershave', 'aftershock', 'aftertaste', 'afterwards', 'afterwords', 'agamemnons', 'agglutinin', 'aggrandise', 'aggrandize', 'aggravated', 'aggravates', 'aggregated', 'aggregates', 'aggression', 'aggressive', 'aggressors', 'aggrieving', 'agitations', 'agreements', 'agrippinas', 'agronomist', 'aguinaldos', 'airbrushed', 'airbrushes', 'airdropped', 'airlifting', 'airmailing', 'akhmatovas', 'alabamians', 'alabasters', 'alamogordo', 'alarmingly', 'albatrosss', 'alchemists', 'alcibiades', 'alcoholics', 'alcoholism', 'aldebarans', 'alderamins', 'alderwoman', 'alderwomen', 'alejandras', 'alejandros', 'alertnesss', 'alexanders', 'alexandria', 'algonquian', 'algonquins', 'algorithms', 'alienating', 'alienation', 'alighieris', 'alignments', 'alimentary', 'alinements', 'alkalinity', 'allegation', 'allegiance', 'allegories', 'allegretto', 'allergenic', 'allergists', 'alleviated', 'alleviater', 'alleviates', 'alligators', 'alliterate', 'allocating', 'allocation', 'allocators', 'allophones', 'allophonic', 'allotments', 'allotropic', 'allowances', 'allurement', 'allusively', 'almoravids', 'aloofnesss', 'alpenstock', 'alphabetic', 'alphameric', 'alpheratzs', 'alteration', 'alternated', 'alternates', 'alternator', 'altimeters', 'altiplanos', 'altogether', 'altruistic', 'aluminiums', 'alzheimers', 'amalgamate', 'amanuenses', 'amanuensis', 'amarylliss', 'amaterasus', 'amateurish', 'amateurism', 'amazements', 'ambassador', 'ambergriss', 'ambiguitys', 'ambivalent', 'ambulances', 'ambulatory', 'ameliorate', 'amendments', 'amenhoteps', 'amenorrhea', 'americanas', 'amerindian', 'amiability', 'ammunition', 'amnestying', 'amoralitys', 'amortising', 'amortizing', 'ampersands', 'amphibians', 'amphibious', 'amplifiers', 'amplifying', 'amplitudes', 'amputating', 'amputation', 'amsterdams', 'amusements', 'amygdaloid', 'anabaptist', 'analgesias', 'analgesics', 'analogical', 'analytical', 'analyzable', 'anamorphic', 'anarchical', 'anarchisms', 'anarchists', 'anastigmat', 'anatolians', 'anatomical', 'anatomists', 'anaxagoras', 'ancestress', 'ancestries', 'anchorages', 'anchorites', 'anchormans', 'ancientest', 'ancillarys', 'andalusian', 'andalusias', 'andromache', 'andromedas', 'anemometer', 'anemometry', 'anesthesia', 'anesthetic', 'angeliques', 'angiosperm', 'angleworms', 'anglophile', 'anguishing', 'angularity', 'anharmonic', 'aniakchaks', 'animadvert', 'animatedly', 'animations', 'animositys', 'anisotropy', 'annabelles', 'annapoliss', 'annapurnas', 'annexation', 'annihilate', 'annotating', 'annotation', 'announcers', 'announcing', 'annoyances', 'annoyingly', 'annulments', 'annunciate', 'anointment', 'anonymitys', 'anopheless', 'answerable', 'antagonise', 'antagonism', 'antagonist', 'antagonize', 'antarctica', 'antarctics', 'antebellum', 'antecedent', 'antedating', 'anthologys', 'anthracite', 'anthropoid', 'antibiotic', 'antibodies', 'antichrist', 'anticipate', 'anticlimax', 'antifreeze', 'antigorite', 'antiheroes', 'antiknocks', 'antimatter', 'antinomian', 'antipastos', 'antipathys', 'antiphonal', 'antipodean', 'antipodess', 'antiquarys', 'antiquated', 'antiquates', 'antiquitys', 'antisemite', 'antiseptic', 'antisocial', 'antitheses', 'antithesis', 'antithetic', 'antitoxins', 'antivirals', 'antoinette', 'apartheids', 'apartments', 'aphoristic', 'aphrodites', 'apocalypse', 'apocryphal', 'apocryphas', 'apolitical', 'apollonian', 'apologetic', 'apologised', 'apologises', 'apologists', 'apologized', 'apologizes', 'apoplectic', 'apoplexies', 'apostasies', 'apostrophe', 'apothecary', 'apotheoses', 'apotheosis', 'appalachia', 'appaloosas', 'apparatuss', 'appareling', 'apparelled', 'apparently', 'apparition', 'appearance', 'appeasable', 'appellants', 'appendages', 'appendices', 'appendixes', 'appertains', 'appetisers', 'appetising', 'appetizers', 'appetizing', 'applauding', 'applejacks', 'applesauce', 'appliances', 'applicable', 'applicants', 'applicator', 'appliquing', 'appointees', 'appointers', 'appointing', 'appointive', 'appomattox', 'apportions', 'appositely', 'apposition', 'appositive', 'appraisals', 'appraisers', 'appraising', 'appreciate', 'apprehends', 'apprentice', 'approached', 'approacher', 'approaches', 'aquafreshs', 'aquamarine', 'aquaplaned', 'aquaplanes', 'aquariuses', 'aquitaines', 'arabesques', 'araucanian', 'arbitrated', 'arbitrates', 'arbitrator', 'arboretums', 'arborvitae', 'archangels', 'archbishop', 'archdeacon', 'archenemys', 'archeology', 'archetypal', 'archetypes', 'archibalds', 'archimedes', 'architects', 'archivists', 'arctangent', 'arenaceous', 'argentinas', 'aristocrat', 'aristotles', 'arithmetic', 'arizonians', 'armadillos', 'armageddon', 'armillaria', 'armistices', 'armstrongs', 'arraigning', 'arrogances', 'arrogantly', 'arrogating', 'arrogation', 'arrowheads', 'arrowroots', 'artaxerxes', 'arteriolar', 'arterioles', 'artfulness', 'arthritics', 'arthritiss', 'arthropods', 'artichokes', 'articulate', 'artificers', 'artificial', 'artillerys', 'ascendancy', 'ascendants', 'ascendency', 'ascendents', 'ascensions', 'ascertains', 'asceticism', 'ascribable', 'ascription', 'ashkenazim', 'ashkhabads', 'ashmoleans', 'asparagine', 'asparaguss', 'aspartames', 'asperities', 'aspersions', 'asphalting', 'asphyxiate', 'aspidiskes', 'aspidistra', 'aspirating', 'aspiration', 'aspirators', 'assailable', 'assailants', 'assaulting', 'assemblage', 'assemblers', 'assemblies', 'assembling', 'assertions', 'assessment', 'asseverate', 'assignable', 'assignment', 'assimilate', 'assistance', 'assistants', 'associable', 'associated', 'associates', 'associator', 'assonances', 'assortment', 'assumption', 'assurances', 'assuringly', 'asterisked', 'asteroidal', 'asthmatics', 'astigmatic', 'astonished', 'astonishes', 'astounding', 'astrakhans', 'astringent', 'astrologer', 'astrologys', 'astronauts', 'astronomer', 'astronomic', 'astronomys', 'astuteness', 'asymmetric', 'asymmetrys', 'asymptotes', 'asymptotic', 'asynchrony', 'athabascan', 'athabascas', 'athleticss', 'atmosphere', 'atomically', 'atonalitys', 'atonements', 'atrocities', 'atrophying', 'attachment', 'attackable', 'attainable', 'attainably', 'attainment', 'attempters', 'attempting', 'attendance', 'attendants', 'attentions', 'attenuated', 'attenuates', 'attenuator', 'attracting', 'attraction', 'attractive', 'attractors', 'attributed', 'attributes', 'attritions', 'atypically', 'auctioneer', 'auctioning', 'audibility', 'audiograms', 'audiometer', 'audiometry', 'audiophile', 'auditioned', 'auditorium', 'augmenting', 'augustines', 'augustness', 'aureomycin', 'auscultate', 'auspicious', 'austeritys', 'austerlitz', 'australian', 'australias', 'australite', 'australoid', 'authorised', 'authorises', 'authoritys', 'authorized', 'authorizer', 'authorizes', 'authorship', 'autocracys', 'autocratic', 'autographs', 'autoimmune', 'automatics', 'automating', 'automation', 'automatons', 'automobile', 'automotive', 'autonomous', 'autopilots', 'autopsying', 'autoworker', 'auxiliarys', 'avalanched', 'avalanches', 'avaricious', 'aviatrices', 'aviatrixes', 'avocations', 'avoidances', 'awakenings', 'awarenesss', 'awfulnesss', 'awkwardest', 'axiomatize', 'ayatollahs', 'azerbaijan', 'babylonian', 'babysitter', 'bacchanals', 'backarrows', 'backbiters', 'backbiting', 'backbitten', 'backboards', 'backdating', 'backfields', 'backfiring', 'backgammon', 'background', 'backhanded', 'backlashes', 'backlogged', 'backpacked', 'backpacker', 'backpedals', 'backplanes', 'backslider', 'backslides', 'backspaced', 'backspaces', 'backstages', 'backstairs', 'backstitch', 'backstroke', 'backtracks', 'backwaters', 'backwoodss', 'bacteriums', 'badmintons', 'badmouthed', 'bafflement', 'bagatelles', 'bagginesss', 'bailiwicks', 'balalaikas', 'balanchine', 'balderdash', 'balkanized', 'balladeers', 'ballasting', 'ballerinas', 'ballistics', 'ballooners', 'ballooning', 'balloonist', 'ballplayer', 'ballpoints', 'ballyhooed', 'balminesss', 'baltimores', 'balustrade', 'bamboozled', 'bamboozles', 'banalities', 'bandlimits', 'bandoleers', 'bandoliers', 'bandstands', 'bandwagons', 'bandwidths', 'bangladesh', 'banishment', 'bankrolled', 'bankruptcy', 'bankrupted', 'bannisters', 'banqueting', 'baptistery', 'baptistrys', 'barbadians', 'barbarella', 'barbarians', 'barbarisms', 'barbaritys', 'barbarossa', 'barbecuing', 'barbequing', 'barberries', 'barbershop', 'barcelonas', 'barefooted', 'barehanded', 'bareheaded', 'bargaining', 'barnstorms', 'barometers', 'barometric', 'baronesses', 'barracudas', 'barrelling', 'barrenness', 'barricaded', 'barricades', 'barrington', 'barristers', 'bartenders', 'bartholdis', 'baseboards', 'basketball', 'basophilic', 'basseterre', 'bassoonist', 'bastardise', 'bastardize', 'batchelder', 'bathhouses', 'battalions', 'battlement', 'battleship', 'baudelaire', 'bawdinesss', 'bayberries', 'bayoneting', 'bayonetted', 'bazillions', 'beachheads', 'beardmores', 'bearnaises', 'beastliest', 'beatifying', 'beatitudes', 'beaujolais', 'beauregard', 'beautician', 'beautified', 'beautifier', 'beautifies', 'becomingly', 'bedazzling', 'bedclothes', 'bedeviling', 'bedevilled', 'bedfellows', 'bedraggled', 'bedraggles', 'bedspreads', 'bedsprings', 'beefaronis', 'beefburger', 'beefsteaks', 'beekeepers', 'beekeeping', 'beelzebubs', 'beethovens', 'beforehand', 'befriended', 'befuddling', 'beginnings', 'begrudging', 'behavioral', 'behaviours', 'belaboring', 'belaboured', 'beleaguers', 'believable', 'believably', 'belittling', 'belladonna', 'bellatrixs', 'bellflower', 'bellingham', 'bellwether', 'bellyached', 'bellyaches', 'belongings', 'belshazzar', 'beltsville', 'benacerraf', 'benchmarks', 'benefactor', 'beneficent', 'beneficial', 'benefiting', 'benefitted', 'benevolent', 'bennington', 'benzedrine', 'bequeathal', 'bequeathed', 'beribboned', 'berkshires', 'bernadette', 'bernadines', 'bernardino', 'bertillons', 'berylliums', 'beseeching', 'besmirched', 'besmirches', 'bespeaking', 'bestiality', 'bestiaries', 'bestirring', 'bestridden', 'bestriding', 'bestseller', 'betelgeuse', 'bethinking', 'betokening', 'betrothals', 'betrotheds', 'betrothing', 'betterment', 'bevellings', 'bewildered', 'bewitching', 'biannually', 'biblically', 'bichromate', 'bicyclists', 'bidiagonal', 'biennially', 'bifurcated', 'bifurcates', 'bighearted', 'biharmonic', 'bijections', 'bijouterie', 'bilinguals', 'billboards', 'billiardss', 'billionths', 'billowiest', 'bimetallic', 'bimonthlys', 'binghamton', 'binoculars', 'biochemist', 'biographer', 'biographic', 'biographys', 'biological', 'biologists', 'biomedical', 'biometrika', 'biophysics', 'biorhythms', 'bioscience', 'biospheres', 'bipartisan', 'birdhouses', 'birmingham', 'birthmarks', 'birthplace', 'birthrates', 'birthright', 'birthstone', 'bisections', 'bishoprics', 'bitterness', 'bitterroot', 'bituminous', 'bivouacked', 'biweeklies', 'blackballs', 'blackbeard', 'blackberry', 'blackbirds', 'blackboard', 'blackburns', 'blackening', 'blackfoots', 'blackguard', 'blackheads', 'blackjacks', 'blacklists', 'blackmails', 'blacknesss', 'blackshirt', 'blacksmith', 'blackstone', 'blackthorn', 'bladdernut', 'blanchards', 'blancmange', 'blandnesss', 'blanketers', 'blanketing', 'blanknesss', 'blarneying', 'blasphemed', 'blasphemer', 'blasphemes', 'blasphemys', 'bleaknesss', 'blemishing', 'blindfolds', 'blindingly', 'blindnesss', 'blindsided', 'blindsides', 'blinkering', 'blissfully', 'blistering', 'blitzkrieg', 'blockading', 'blockheads', 'blockhouse', 'blondnesss', 'bloodbaths', 'bloodhound', 'bloodsheds', 'bloodstain', 'bloodstone', 'bloomfield', 'bloomsbury', 'blossoming', 'blotchiest', 'blowtorchs', 'blubbering', 'bludgeoned', 'bluebeards', 'blueberrys', 'bluebonnet', 'bluebottle', 'bluefishes', 'bluegrasss', 'bluejacket', 'blueprints', 'bluetooths', 'blumenthal', 'blunderers', 'blundering', 'bluntnesss', 'blustering', 'boardrooms', 'boardwalks', 'boastfully', 'boathouses', 'boatswains', 'bobsledded', 'bocklogged', 'bodyguards', 'bodyweight', 'boisterous', 'bojangless', 'bollywoods', 'bolsheviks', 'bolshevism', 'bolshevist', 'bolstering', 'bombardier', 'bombarding', 'bombshells', 'bondholder', 'bonhoeffer', 'bonneville', 'bookkeeper', 'bookmakers', 'bookmaking', 'bookmarked', 'bookmobile', 'bookseller', 'bookshelfs', 'bookstores', 'boomerangs', 'boondockss', 'boondoggle', 'bootblacks', 'bootlegged', 'bootlegger', 'bootstraps', 'borderings', 'borderland', 'borderline', 'borobudurs', 'bossinesss', 'bostonians', 'bothersome', 'botticelli', 'bottleneck', 'bottomless', 'bottommost', 'boulevards', 'boundaries', 'bourgeoiss', 'boutonnire', 'bowdlerise', 'bowdlerize', 'bowstrings', 'boycotting', 'boyfriends', 'boyishness', 'bracketing', 'bradstreet', 'brahmanism', 'brainchild', 'brainstems', 'brainstorm', 'branchings', 'brandished', 'brandishes', 'brandywine', 'brashnesss', 'brassieres', 'bratislava', 'brawniness', 'brazenness', 'brazilians', 'breadboard', 'breadboxes', 'breadfruit', 'breakables', 'breakdowns', 'breakfasts', 'breakpoint', 'breakspear', 'breakwater', 'breastbone', 'breastwork', 'breathable', 'breathiest', 'breathings', 'breathless', 'breeziness', 'breviaries', 'bricklayer', 'bridalveil', 'bridegroom', 'bridesmaid', 'bridgeable', 'bridgehead', 'bridgeport', 'bridgetown', 'bridgettes', 'bridgework', 'briefcases', 'briefnesss', 'brigadiers', 'brigandage', 'brigantine', 'brightened', 'brightener', 'brightness', 'brilliance', 'brilliancy', 'brilliants', 'brimstones', 'briquettes', 'brisknesss', 'bristliest', 'britannica', 'broadcasts', 'broadcloth', 'broadeners', 'broadening', 'broadlooms', 'broadnesss', 'broadsided', 'broadsides', 'broadsword', 'brokenness', 'brokerages', 'bronchiole', 'bronchitis', 'brontosaur', 'brookhaven', 'broomstick', 'browbeaten', 'brownshirt', 'brownstone', 'brunhildes', 'brunswicks', 'brushfires', 'brushwoods', 'brusknesss', 'brutalised', 'brutalises', 'brutalitys', 'brutalized', 'brutalizes', 'brzezinski', 'buccaneers', 'bucharests', 'buchenwald', 'buckboards', 'bucketfull', 'bucketfuls', 'buckingham', 'bucktooths', 'buckwheats', 'budgerigar', 'budweisers', 'buffaloing', 'bufferrers', 'buffetings', 'bufflehead', 'buffoonery', 'bujumburas', 'bulgarians', 'bulkinesss', 'bulldogged', 'bulldozers', 'bulldozing', 'bulletined', 'bullfights', 'bullfinchs', 'bullheaded', 'bullwinkle', 'bumblebees', 'bundesbank', 'bunkhouses', 'burdensome', 'bureaucrat', 'burgeoning', 'burglaries', 'burglarise', 'burglarize', 'burgundian', 'burgundies', 'burlesqued', 'burlesques', 'burlinesss', 'burlington', 'burnishing', 'bushelling', 'bushinesss', 'bushmaster', 'bushwhacks', 'businesses', 'busybodies', 'butcheries', 'butchering', 'butterball', 'buttercups', 'butterfats', 'butterflys', 'butteriest', 'buttermilk', 'butternuts', 'buttonhole', 'buttonweed', 'buttressed', 'buttresses', 'byproducts', 'bystanders', 'byzantines', 'byzantiums', 'cablecasts', 'cablegrams', 'cacophonys', 'cadaverous', 'caerphilly', 'caesareans', 'caesarians', 'cafeterias', 'cageynesss', 'calabashes', 'calamities', 'calamitous', 'calcareous', 'calcifying', 'calculable', 'calculated', 'calculates', 'calculator', 'calculuses', 'calendared', 'calibrated', 'calibrates', 'calibrator', 'california', 'calipering', 'caliphates', 'calligraph', 'callipered', 'callousing', 'calumniate', 'calvinisms', 'calvinists', 'cambodians', 'cambridges', 'camcorders', 'camelopard', 'camemberts', 'cameramans', 'camouflage', 'campaigned', 'campaigner', 'campanella', 'campaniles', 'campground', 'cancellate', 'cancelling', 'candelabra', 'candidacys', 'candidates', 'candidness', 'candlewick', 'cankerworm', 'cannabises', 'canninesss', 'cannisters', 'cannonaded', 'cannonades', 'cannonball', 'canonicals', 'canonising', 'canonizing', 'cantaloupe', 'cantaloups', 'canterbury', 'canterelle', 'cantilever', 'cantoneses', 'canvasback', 'canvassers', 'canvassing', 'capability', 'capablanca', 'capacitate', 'capacities', 'capacitive', 'capacitors', 'caparisons', 'capillarys', 'capistrano', 'capitalise', 'capitalism', 'capitalist', 'capitalize', 'capitoline', 'capitulate', 'cappuccino', 'capricious', 'capricorns', 'captaincys', 'captaining', 'captioning', 'captivated', 'captivates', 'captivitys', 'caravaggio', 'carbonated', 'carbonates', 'carbondale', 'carbonized', 'carbonizer', 'carbonizes', 'carboxylic', 'carbuncles', 'carburetor', 'carcinogen', 'carcinomas', 'cardboards', 'cardinally', 'cardiogram', 'cardiology', 'cardsharps', 'carefuller', 'caregivers', 'carelessly', 'caretakers', 'caribbeans', 'caricature', 'carjackers', 'carjacking', 'carmichael', 'carnations', 'carnelians', 'carnivores', 'carolinian', 'carpathian', 'carpenters', 'carpentrys', 'carpetbags', 'carpetings', 'carrousels', 'carruthers', 'carryovers', 'cartilages', 'cartooning', 'cartoonist', 'cartridges', 'cartwheels', 'cartwright', 'caryatides', 'casablanca', 'caseworker', 'cashiering', 'cassandras', 'casseroled', 'casseroles', 'cassiopeia', 'castanedas', 'castigated', 'castigates', 'castigator', 'castrating', 'castration', 'casualness', 'casualties', 'casuistrys', 'cataclysms', 'catafalque', 'catalepsys', 'cataleptic', 'catalogers', 'cataloging', 'catalogued', 'cataloguer', 'catalogues', 'catalonias', 'catalysing', 'catalysiss', 'catalytics', 'catalyzing', 'catamarans', 'catapulted', 'catatonics', 'catcalling', 'catchwords', 'catechised', 'catechises', 'catechisms', 'catechized', 'catechizes', 'categories', 'categorise', 'categorize', 'caterwauls', 'catharsiss', 'cathartics', 'cathedrals', 'catherines', 'catherwood', 'catnapping', 'catskillss', 'cattinesss', 'cattlemans', 'caucasians', 'caucussing', 'causalitys', 'causations', 'cauterised', 'cauterises', 'cauterized', 'cauterizes', 'cautionary', 'cautioners', 'cautioning', 'cautiously', 'cavalcades', 'cavalierly', 'cavalryman', 'cavalrymen', 'cavillings', 'ceausescus', 'celebrants', 'celebrated', 'celebrates', 'celebritys', 'cellophane', 'cellulites', 'celluloids', 'celluloses', 'cemeteries', 'censorious', 'censorship', 'centauruss', 'centenarys', 'centennial', 'centerfold', 'centerline', 'centigrade', 'centigrams', 'centiliter', 'centilitre', 'centimeter', 'centimetre', 'centipedes', 'centralise', 'centralize', 'centrefold', 'centrifuge', 'centurions', 'cerebellum', 'ceremonial', 'ceremonies', 'certaintys', 'certifiers', 'certifying', 'certiorari', 'certitudes', 'cervantess', 'cessations', 'chaffinchs', 'chagrining', 'chagrinned', 'chainsawed', 'chairlifts', 'chairwoman', 'chairwomen', 'chaitanyas', 'chalcedony', 'chalcocite', 'chalkboard', 'challenged', 'challenger', 'challenges', 'chameleons', 'chamomiles', 'champagnes', 'championed', 'chancellor', 'chanceries', 'chandelier', 'chandigarh', 'changeable', 'changeably', 'changeling', 'changeover', 'channeling', 'channelled', 'channeller', 'chaparrals', 'chaperoned', 'chaperones', 'chaplaincy', 'characters', 'charbroils', 'charcoaled', 'chardonnay', 'chargeable', 'charioteer', 'charitable', 'charitably', 'charlatans', 'charleston', 'charlottes', 'charmaines', 'charmingly', 'charolaiss', 'chartering', 'chartreuse', 'charwomans', 'charybdiss', 'chasteness', 'chastening', 'chastisers', 'chastising', 'chatterbox', 'chatterers', 'chattererz', 'chattering', 'chatterley', 'chatterton', 'chattiness', 'chauffeurs', 'chautauqua', 'chauvinism', 'chauvinist', 'chayefskys', 'cheapening', 'cheapnesss', 'cheapskate', 'checkbooks', 'checkering', 'checklists', 'checkmated', 'checkmates', 'checkpoint', 'checkrooms', 'cheekbones', 'cheekiness', 'cheerfully', 'cheeriness', 'cheesecake', 'chemically', 'chemistrys', 'chequebook', 'chequering', 'cherishing', 'chernenkos', 'chernobyls', 'chesapeake', 'chessboard', 'chesterton', 'chevrolets', 'chicanerys', 'chickadees', 'chickasaws', 'chickening', 'chickenpox', 'chickweeds', 'chieftains', 'chihuahuas', 'chilblains', 'childbirth', 'childcares', 'childhoods', 'childishly', 'childproof', 'chilliness', 'chillingly', 'chimborazo', 'chimerical', 'chimpanzee', 'chinchilla', 'chinquapin', 'chinstraps', 'chintziest', 'chipewyans', 'chiropodys', 'chirruping', 'chirrupped', 'chisellers', 'chiselling', 'chitlingss', 'chittagong', 'chivalrous', 'chlorinate', 'chloroform', 'chocolates', 'chokeberry', 'choppering', 'choppiness', 'chopsticks', 'choristers', 'chorussing', 'christened', 'christiana', 'christians', 'christines', 'christlike', 'christmass', 'christoper', 'chromosome', 'chronicled', 'chronicler', 'chronicles', 'chronology', 'chrysaliss', 'chrysolite', 'chrysostom', 'chtelaines', 'chubbiness', 'chuckholes', 'chuckwalla', 'chumminess', 'chungkings', 'chunkiness', 'churchgoer', 'churchills', 'churchmans', 'churchyard', 'churlishly', 'cicatrices', 'ciceronian', 'cigarettes', 'cigarillos', 'cincinnati', 'cinderella', 'cinquefoil', 'circuiting', 'circuitous', 'circuitrys', 'circularly', 'circulated', 'circulates', 'circumcise', 'circumflex', 'circumvent', 'cirrhosiss', 'citigroups', 'citizenrys', 'citronella', 'civilising', 'civilities', 'civilizing', 'cladophora', 'claibornes', 'clambering', 'clamminess', 'clamouring', 'clampdowns', 'clapboards', 'clapeyrons', 'clarifying', 'clarioning', 'classicals', 'classicism', 'classicist', 'classified', 'classifier', 'classifies', 'classiness', 'classmates', 'classrooms', 'clattering', 'claudettes', 'clausewitz', 'clavichord', 'cleanliest', 'cleannesss', 'clearances', 'clearasils', 'clearnesss', 'clearwater', 'clematises', 'clemenceau', 'clementine', 'cleopatras', 'clerestory', 'clergymans', 'clevelands', 'cleverness', 'clinically', 'clinicians', 'clipboards', 'clitorises', 'cloakrooms', 'clobbering', 'clockworks', 'clodhopper', 'cloistered', 'closenesss', 'clothbound', 'clothesman', 'clothesmen', 'clothespin', 'cloudburst', 'cloudiness', 'cloverleaf', 'clownishly', 'clubhouses', 'clumsiness', 'clustering', 'cluttering', 'clydesdale', 'coagulable', 'coagulants', 'coagulated', 'coagulates', 'coalescent', 'coalescing', 'coalitions', 'coarseness', 'coarsening', 'coastlines', 'coauthored', 'cochabamba', 'cockamamie', 'cockfights', 'cockinesss', 'cockroachs', 'cockscombs', 'cocksucker', 'coddington', 'coexistent', 'coexisting', 'coffeecake', 'coffeepots', 'cogitating', 'cogitation', 'cognisance', 'cognitions', 'cognizable', 'cognizance', 'cohabitate', 'cohabiting', 'coherences', 'coherently', 'cohesively', 'cohomology', 'coiffuring', 'coimbatore', 'coincident', 'coinciding', 'colatitude', 'coleridges', 'collapsing', 'collarbone', 'collateral', 'collations', 'colleagues', 'collecting', 'collection', 'collective', 'collectors', 'collegians', 'collegiate', 'collieries', 'collisions', 'collocated', 'collocates', 'colloquial', 'colloquies', 'colloquium', 'collusions', 'colombians', 'colonially', 'colonisers', 'colonising', 'colonizers', 'colonizing', 'colonnades', 'coloration', 'coloratura', 'colorblind', 'colorfully', 'colossally', 'colossuses', 'colourfast', 'colourings', 'colourless', 'columbines', 'columnated', 'columnates', 'columnists', 'columnized', 'columnizes', 'combatants', 'combatting', 'combinator', 'combustion', 'comedienne', 'comeliness', 'comestible', 'comforters', 'comforting', 'commandant', 'commandeer', 'commanders', 'commanding', 'commandoes', 'commencing', 'commending', 'commentary', 'commentate', 'commenting', 'commercial', 'commingled', 'commingles', 'commissars', 'commissary', 'commission', 'commitment', 'committals', 'committees', 'committing', 'commodious', 'commoditys', 'commodores', 'commonness', 'commonweal', 'commotions', 'communally', 'communions', 'communique', 'communisms', 'communists', 'communitys', 'compactest', 'compactify', 'compacting', 'compaction', 'compactors', 'companions', 'comparable', 'comparably', 'comparator', 'comparison', 'compassing', 'compassion', 'compatible', 'compatibly', 'compatriot', 'compelling', 'compendium', 'compensate', 'competence', 'competency', 'competitor', 'complacent', 'complained', 'complainer', 'complaints', 'complected', 'complement', 'completely', 'completest', 'completing', 'completion', 'complexion', 'complexity', 'compliance', 'complicate', 'complicity', 'compliment', 'components', 'comporting', 'composedly', 'composites', 'compositor', 'composting', 'composures', 'compounded', 'comprehend', 'compressed', 'compresses', 'compressor', 'comprising', 'compromise', 'compulsion', 'compulsive', 'compulsory', 'compuserve', 'computable', 'computings', 'concavitys', 'concealers', 'concealing', 'conceiving', 'concentric', 'conception', 'conceptual', 'concerning', 'concertina', 'concerting', 'concession', 'concierges', 'conciliate', 'concluding', 'conclusion', 'conclusive', 'concocting', 'concoction', 'concordant', 'concourses', 'concretely', 'concreting', 'concretion', 'concubines', 'concurrent', 'concurring', 'concussion', 'condemnate', 'condemners', 'condemning', 'condensate', 'condensers', 'condensing', 'condescend', 'condiments', 'conditions', 'condolence', 'conducting', 'conduction', 'conductive', 'conductors', 'coneflower', 'conestogas', 'confabbing', 'confection', 'conference', 'conferment', 'conferrers', 'conferring', 'confessing', 'confession', 'confessors', 'confidante', 'confidants', 'confidence', 'configured', 'configures', 'confirming', 'confiscate', 'conflicted', 'confluence', 'conforming', 'conformist', 'conformity', 'confounded', 'confronted', 'confronter', 'confucians', 'confuciuss', 'confusedly', 'confusions', 'congealing', 'congenital', 'congesting', 'congestion', 'congestive', 'congoleses', 'congregate', 'congresses', 'congruence', 'congruitys', 'coniferous', 'conjecture', 'conjoining', 'conjugated', 'conjugates', 'conjuncted', 'connecters', 'connecting', 'connection', 'connective', 'connectors', 'connivance', 'conquerers', 'conquering', 'conquerors', 'conscience', 'conscripts', 'consecrate', 'consensual', 'consensuss', 'consenters', 'consenting', 'consequent', 'conserving', 'considered', 'consigning', 'consistent', 'consisting', 'consolable', 'consonance', 'consonants', 'consorting', 'consortium', 'conspiracy', 'conspiring', 'constables', 'constancys', 'constantly', 'constipate', 'constitute', 'constrains', 'constraint', 'constricts', 'constructs', 'construing', 'consulates', 'consultant', 'consulting', 'consumable', 'consummate', 'contacting', 'contagions', 'contagious', 'containers', 'containing', 'contenders', 'contending', 'contenting', 'contention', 'contestant', 'contesters', 'contesting', 'contextual', 'contiguity', 'contiguous', 'continence', 'continents', 'contingent', 'continuant', 'continuing', 'continuity', 'continuous', 'continuums', 'contorting', 'contortion', 'contouring', 'contraband', 'contrabass', 'contracted', 'contractor', 'contradict', 'contraltos', 'contraries', 'contrarily', 'contrasted', 'contraster', 'contravene', 'contrerass', 'contribute', 'contritely', 'contrition', 'contriving', 'controlled', 'controller', 'controvert', 'contumelys', 'contusions', 'conundrums', 'convalesce', 'convection', 'convenient', 'convention', 'convergent', 'converging', 'conversant', 'conversely', 'conversing', 'conversion', 'converters', 'converting', 'convertors', 'convexitys', 'conveyance', 'convicting', 'conviction', 'convincers', 'convincing', 'convoluted', 'convulsing', 'convulsion', 'convulsive', 'coolheaded', 'cooperated', 'cooperates', 'cooperator', 'coordinate', 'copacabana', 'copenhagen', 'copernican', 'copernicus', 'copperhead', 'coppertone', 'copulating', 'copulation', 'copycatted', 'copyrights', 'copywriter', 'coquetting', 'coquettish', 'coralberry', 'cordiality', 'corduroyss', 'corianders', 'corinthian', 'coriolanus', 'corkscrews', 'cormorants', 'cornbreads', 'corneliuss', 'cornfields', 'cornflakes', 'cornflower', 'cornrowing', 'cornstalks', 'cornstarch', 'cornucopia', 'cornwallis', 'corollarys', 'coronaries', 'coronation', 'coroutines', 'corpulence', 'corpuscles', 'corralling', 'correctest', 'correcting', 'correction', 'corrective', 'correlated', 'correlates', 'correspond', 'corrigenda', 'corrigible', 'corroboree', 'corrodible', 'corrosions', 'corrosives', 'corrugated', 'corrugates', 'corruptest', 'corrupting', 'corruption', 'cortisones', 'coruscated', 'coruscates', 'corvalliss', 'cosmically', 'cosmogonys', 'cosmologys', 'cosmonauts', 'cosponsors', 'costarring', 'costliness', 'cotillions', 'cottonseed', 'cottontail', 'cottonwood', 'cotyledons', 'councillor', 'councilman', 'councilmen', 'councilors', 'counseling', 'counselled', 'counsellor', 'counselors', 'countdowns', 'counteract', 'countering', 'counterman', 'countermen', 'countesses', 'countryman', 'countrymen', 'countywide', 'courageous', 'courtesans', 'courtesies', 'courthouse', 'courtliest', 'courtrooms', 'courtships', 'courtyards', 'covenanted', 'coventries', 'covetously', 'cowardices', 'coweringly', 'cowpuncher', 'crabbiness', 'crackdowns', 'crackliest', 'craftiness', 'craftsmans', 'cranberrys', 'crankcases', 'crankiness', 'crankshaft', 'crassnesss', 'crawfishes', 'crawlspace', 'crayfishes', 'crazinesss', 'creameries', 'creaminess', 'creatively', 'creativity', 'credential', 'creditable', 'creditably', 'credulitys', 'creepiness', 'creightons', 'cremations', 'crematoria', 'crematorys', 'creosoting', 'crescendos', 'cretaceous', 'cricketers', 'criminally', 'crimsoning', 'crinkliest', 'crinolines', 'crispnesss', 'crisscross', 'criterions', 'critically', 'criticised', 'criticises', 'criticisms', 'criticized', 'criticizes', 'critiquing', 'crocheting', 'crocodiles', 'croissants', 'crookedest', 'croquettes', 'crossbeams', 'crossbones', 'crossbreed', 'crosscheck', 'crossfires', 'crosshatch', 'crossnesss', 'crossovers', 'crosspiece', 'crosspoint', 'crossroads', 'crosswalks', 'crosswords', 'crucifixes', 'cruciforms', 'crucifying', 'crudenesss', 'cruikshank', 'crumbliest', 'crunchiest', 'crushingly', 'crustacean', 'cryogenics', 'cryptogram', 'cryptology', 'cryptozoic', 'crystalize', 'cubbyholes', 'cuchulains', 'cuckolding', 'cudgelling', 'culbertson', 'cullenders', 'culminated', 'culminates', 'cultivable', 'cultivated', 'cultivates', 'cultivator', 'culturally', 'cumberland', 'cumbersome', 'cummerbund', 'cumulative', 'cuneiforms', 'cunningest', 'cunningham', 'curiositys', 'curiousest', 'curlicuing', 'curlinesss', 'curmudgeon', 'currencies', 'curricular', 'curriculum', 'currycombs', 'curtailing', 'curtaining', 'curtseying', 'curvaceous', 'curvacious', 'curvatures', 'cushioning', 'custodians', 'customised', 'customises', 'customized', 'customizer', 'customizes', 'cutthroats', 'cuttlebone', 'cuttlefish', 'cybernetic', 'cyberpunks', 'cyberspace', 'cyclically', 'cyclotomic', 'cyclotrons', 'cymbelines', 'cytoplasms', 'dachshunds', 'daintiness', 'dairymaids', 'dalliances', 'dalmatians', 'damnations', 'dandelions', 'daredevils', 'darjeeling', 'dartboards', 'darwinisms', 'dashboards', 'datelining', 'daughertys', 'daughterly', 'davenports', 'daydreamed', 'daydreamer', 'dazzlingly', 'deaconesss', 'deactivate', 'deadliness', 'deadlocked', 'deadpanned', 'dealership', 'deallocate', 'deathblows', 'deathrates', 'deathtraps', 'debarments', 'debasement', 'debauchery', 'debauching', 'debentures', 'debilitate', 'debilities', 'debonairly', 'debouillet', 'debriefing', 'decadences', 'decadently', 'decalogues', 'decapitate', 'decathlons', 'decelerate', 'deceptions', 'decimating', 'decimation', 'deciphered', 'decipherer', 'decisional', 'decisively', 'declaiming', 'declarator', 'declassify', 'declension', 'declivitys', 'decolonise', 'decolonize', 'decomposed', 'decomposes', 'decompress', 'deconvolve', 'decorating', 'decoration', 'decorative', 'decorators', 'decorously', 'decoupling', 'decreasing', 'decrements', 'decryption', 'dedicating', 'dedication', 'deductible', 'deductions', 'deescalate', 'defacement', 'defamation', 'defamatory', 'defaulters', 'defaulting', 'defeatisms', 'defeatists', 'defecating', 'defecation', 'defections', 'defectives', 'defendants', 'defensible', 'defensives', 'deferences', 'deferments', 'deferrable', 'deficiency', 'defilement', 'definitely', 'definition', 'definitive', 'deflations', 'deflecting', 'deflection', 'deflectors', 'defoliants', 'defoliated', 'defoliates', 'deforested', 'deformitys', 'defrauding', 'defrosters', 'defrosting', 'degeneracy', 'degenerate', 'degeneress', 'degradable', 'dehumanise', 'dehumanize', 'dehumidify', 'dehydrated', 'dehydrates', 'dejectedly', 'dejections', 'delawarean', 'delectable', 'delegating', 'delegation', 'deliberate', 'delicacies', 'delicately', 'deliciouss', 'delightful', 'delighting', 'delimiters', 'delimiting', 'delineated', 'delineates', 'delinquent', 'deliquesce', 'deliverers', 'deliveries', 'delivering', 'delphinium', 'delphinuss', 'demagogues', 'demarcated', 'demarcates', 'demeanours', 'dementedly', 'demetriuss', 'demiscible', 'demitasses', 'demobilise', 'demobilize', 'democracys', 'democratic', 'democritus', 'demodulate', 'demography', 'demolished', 'demolishes', 'demolition', 'demoniacal', 'demoralise', 'demoralize', 'denaturing', 'denigrated', 'denigrates', 'denominate', 'denotation', 'denotative', 'denouement', 'denouncing', 'densenesss', 'dentifrice', 'dentistrys', 'denudation', 'denunciate', 'deodorants', 'deodorised', 'deodoriser', 'deodorises', 'deodorized', 'deodorizer', 'deodorizes', 'department', 'departures', 'dependable', 'dependably', 'dependance', 'dependants', 'dependence', 'dependency', 'dependents', 'depictions', 'depilatory', 'depletions', 'deplorable', 'deplorably', 'deployment', 'depopulate', 'deportment', 'depositary', 'depositing', 'deposition', 'depositors', 'depository', 'depravitys', 'deprecated', 'deprecates', 'depreciate', 'depressant', 'depressing', 'depression', 'depressive', 'deprograms', 'deputation', 'deputising', 'deputizing', 'derailment', 'derbyshire', 'deregulate', 'derisively', 'derivation', 'derivative', 'dermatitis', 'derogating', 'derogation', 'derogatory', 'derringers', 'desalinate', 'descanting', 'descartess', 'descendant', 'descendent', 'descenders', 'descending', 'describing', 'descriptor', 'desdemonas', 'desecrated', 'desecrater', 'desecrates', 'desertions', 'deservedly', 'deservings', 'desiccated', 'desiccates', 'desiderata', 'designated', 'designates', 'designator', 'designings', 'desolately', 'desolating', 'desolation', 'desorption', 'despairing', 'despatched', 'despatches', 'desperados', 'despicable', 'despicably', 'despoiling', 'despondent', 'despotisms', 'destroyers', 'destroying', 'destructed', 'destructor', 'detachable', 'detachment', 'detainment', 'detectable', 'detectably', 'detections', 'detectives', 'detentions', 'detergents', 'determined', 'determiner', 'determines', 'deterrence', 'deterrents', 'detestable', 'dethroning', 'detonating', 'detonation', 'detonators', 'detoxified', 'detoxifies', 'detracting', 'detraction', 'detractors', 'detriments', 'deuteriums', 'devanagari', 'devastated', 'devastates', 'developers', 'developing', 'deviations', 'devilishly', 'devilments', 'deviltries', 'devolution', 'devonshire', 'devotional', 'devoutness', 'dewberries', 'dexedrines', 'dexteritys', 'dextrously', 'dhaulagiri', 'diabolical', 'diachronic', 'diacritics', 'diagnosing', 'diagnosiss', 'diagnostic', 'diagonally', 'diagraming', 'diagrammed', 'diagrammer', 'dialectics', 'diaphanous', 'diaphragms', 'diarrhoeas', 'dichloride', 'dichotomys', 'dickcissel', 'dickersons', 'dictaphone', 'dictations', 'dictionary', 'didriksons', 'dielectric', 'dieteticss', 'dieticians', 'dietitians', 'difference', 'difficulty', 'diffidence', 'diffusible', 'diffusions', 'difluoride', 'digestible', 'digestions', 'digitaliss', 'digitising', 'digitizing', 'dignifying', 'dignitarys', 'digressing', 'digression', 'digressive', 'dilapidate', 'dilatation', 'dilettante', 'dilettanti', 'diligences', 'diligently', 'dillingers', 'dillydally', 'dimensions', 'diminished', 'diminishes', 'diminuendo', 'diminution', 'diminutive', 'dinginesss', 'dinnertime', 'dinnerware', 'diocletian', 'diphtheria', 'diphthongs', 'diplomacys', 'diplomatic', 'dipsomania', 'directions', 'directives', 'directness', 'directorys', 'dirigibles', 'dirtinesss', 'disability', 'disabusing', 'disaffects', 'disagreing', 'disallowed', 'disappears', 'disappoint', 'disapprove', 'disarrange', 'disarrayed', 'disastrous', 'disavowals', 'disavowing', 'disbanding', 'disbarment', 'disbarring', 'disbeliefs', 'disbelieve', 'disbursing', 'discarding', 'discerning', 'discharged', 'discharges', 'discipline', 'disclaimed', 'disclaimer', 'disclosing', 'disclosure', 'discolored', 'discolours', 'discomfits', 'discomfort', 'discommode', 'discompose', 'disconcert', 'disconnect', 'discontent', 'discordant', 'discording', 'discounted', 'discourage', 'discoursed', 'discourses', 'discovered', 'discoverer', 'discoverys', 'discredits', 'discreeter', 'discreetly', 'discrepant', 'discretely', 'discretion', 'discursive', 'discussant', 'discussing', 'discussion', 'disdainful', 'disdaining', 'disembarks', 'disembowel', 'disenchant', 'disengaged', 'disengages', 'disfavored', 'disfavours', 'disfigured', 'disfigures', 'disgorging', 'disgracing', 'disgruntle', 'disguising', 'disgustful', 'disgusting', 'disharmony', 'dishcloths', 'dishearten', 'disheveled', 'dishonesty', 'dishonored', 'dishonours', 'dishtowels', 'dishwasher', 'dishwaters', 'disincline', 'disinfects', 'disinherit', 'disjointed', 'dislocated', 'dislocates', 'dislodging', 'disloyally', 'disloyalty', 'dismantled', 'dismantles', 'dismembers', 'dismissals', 'dismissers', 'dismissing', 'dismissive', 'dismounted', 'disneyland', 'disobeying', 'disobliged', 'disobliges', 'disordered', 'disorderly', 'disorients', 'disparaged', 'disparages', 'disparitys', 'dispatched', 'dispatcher', 'dispatches', 'dispelling', 'dispensary', 'dispensate', 'dispensers', 'dispensing', 'dispersals', 'dispersing', 'dispersion', 'dispersive', 'dispirited', 'displacing', 'displaying', 'displeased', 'displeases', 'disporting', 'disposable', 'dispossess', 'disproving', 'disputable', 'disputants', 'disqualify', 'disquieted', 'disregards', 'disrepairs', 'disreputes', 'disrespect', 'disrupting', 'disruption', 'disruptive', 'dissatisfy', 'dissecting', 'dissection', 'dissembled', 'dissembles', 'dissension', 'dissenters', 'dissenting', 'disservice', 'dissidence', 'dissidents', 'dissimilar', 'dissipated', 'dissipates', 'dissociate', 'dissolving', 'dissonance', 'dissuading', 'dissuasion', 'distancing', 'distempers', 'distending', 'distension', 'distention', 'distillate', 'distillers', 'distillery', 'distilling', 'distincter', 'distinctly', 'distorting', 'distortion', 'distracted', 'distraught', 'distressed', 'distresses', 'distribute', 'distrusted', 'disturbing', 'disuniting', 'disyllable', 'divergence', 'diversions', 'diversitys', 'divination', 'divinities', 'divisional', 'divisively', 'dixielands', 'dizzinesss', 'doctorates', 'docudramas', 'documented', 'documenter', 'dogcatcher', 'doggedness', 'doggoneder', 'dogmatisms', 'dogmatists', 'dogtrotted', 'dollhouses', 'domiciling', 'dominances', 'dominantly', 'dominating', 'domination', 'domineered', 'dominguezs', 'dominicans', 'dominiques', 'donaldsons', 'donizettis', 'donnybrook', 'doohickeys', 'doonesbury', 'doorkeeper', 'dorchester', 'dormitorys', 'dostoevsky', 'doubledays', 'doubtfully', 'doughtiest', 'dovetailed', 'dowdinesss', 'downfallen', 'downgraded', 'downgrades', 'downloaded', 'downplayed', 'downsizing', 'downstairs', 'downstates', 'downstream', 'downswings', 'doxologies', 'draftiness', 'draftsmans', 'dragonflys', 'dragonhead', 'dragooning', 'drailleurs', 'drainpipes', 'dramamines', 'dramaticss', 'dramatised', 'dramatises', 'dramatists', 'dramatized', 'dramatizes', 'dramaturgy', 'draughtier', 'dravidians', 'drawbridge', 'drawstring', 'dreadfully', 'dreadlocks', 'dreamlands', 'dreariness', 'dressiness', 'dressmaker', 'driftwoods', 'drivelling', 'drizzliest', 'drolleries', 'drollnesss', 'dromedarys', 'droppingss', 'drosophila', 'drowsiness', 'drugstores', 'drumsticks', 'dsseldorfs', 'dubrovniks', 'ductilitys', 'dumbfounds', 'dumbledore', 'dumbwaiter', 'dumfounded', 'duplicable', 'duplicated', 'duplicates', 'duplicator', 'duplicitys', 'durability', 'dusseldorf', 'dustbuster', 'dustinesss', 'dynamiting', 'dysenterys', 'dyspepsias', 'dyspeptics', 'dysprosium', 'eagernesss', 'earlinesss', 'earmarking', 'earnestine', 'earnhardts', 'earthiness', 'earthliest', 'earthlings', 'earthmover', 'earthquake', 'earthworks', 'earthworms', 'easterlies', 'easterners', 'eavesdrops', 'ebeneezers', 'ebullience', 'eccentrics', 'echinoderm', 'ecmascript', 'ecological', 'ecologists', 'economical', 'economicss', 'economised', 'economises', 'economists', 'economized', 'economizer', 'economizes', 'ecosystems', 'ecuadorans', 'ecuadorian', 'ecumenical', 'eddingtons', 'edelweisss', 'edibilitys', 'edinburghs', 'editorials', 'editorship', 'educations', 'edwardians', 'effaceable', 'effacement', 'effectuate', 'effeminacy', 'effeminate', 'effervesce', 'efficiency', 'effloresce', 'effortless', 'effrontery', 'effulgence', 'effusively', 'eggbeaters', 'eglantines', 'egocentric', 'egyptology', 'ehrenbergs', 'eiderdowns', 'eigenspace', 'eigenstate', 'eigenvalue', 'eighteenth', 'eightieths', 'eisenhower', 'eisenstein', 'ejaculated', 'ejaculates', 'ektachrome', 'elaborated', 'elaborates', 'elasticity', 'elbowrooms', 'elderberry', 'electorate', 'electrical', 'electrodes', 'electronic', 'elementals', 'elementary', 'elevations', 'eliminated', 'eliminates', 'eliminator', 'elizabeths', 'ellesmeres', 'ellipsoids', 'elliptical', 'elocutions', 'elongating', 'elongation', 'elopements', 'eloquences', 'eloquently', 'elucidated', 'elucidates', 'emaciating', 'emaciation', 'emanations', 'emancipate', 'emasculate', 'embankment', 'embargoing', 'embeddable', 'embezzlers', 'embezzling', 'embittered', 'emblazoned', 'emblematic', 'embodiment', 'emboldened', 'embouchure', 'embroiders', 'embroidery', 'embroiling', 'embryology', 'emendation', 'emergences', 'emergencys', 'emigrating', 'emigration', 'emissaries', 'emissivity', 'emollients', 'emoluments', 'empaneling', 'empathetic', 'empathised', 'empathises', 'empathized', 'empathizes', 'emphasised', 'emphasises', 'emphasized', 'emphasizes', 'emphysemas', 'empiricism', 'empiricist', 'employable', 'employment', 'empowering', 'emptinesss', 'emulations', 'emulsified', 'emulsifies', 'enactments', 'enamelling', 'enamouring', 'encampment', 'enchanters', 'enchanting', 'enchiladas', 'enciphered', 'encircling', 'enclosures', 'encounters', 'encouraged', 'encourages', 'encroached', 'encroaches', 'encrusting', 'encrypting', 'encryption', 'encumbered', 'encyclical', 'endangered', 'endearment', 'endeavored', 'endeavours', 'endocrines', 'endogamous', 'endogenous', 'endowments', 'endurances', 'enduringly', 'energisers', 'energising', 'energizers', 'energizing', 'enervating', 'enervation', 'enfeebling', 'enforcible', 'engagement', 'engagingly', 'engendered', 'engineered', 'englanders', 'englishman', 'englishmen', 'engravings', 'engrossing', 'enjoyments', 'enlightens', 'enlistment', 'enlivening', 'enormities', 'enormously', 'enraptured', 'enraptures', 'enrichment', 'enrollment', 'enrolments', 'ensconcing', 'enshrining', 'enshrouded', 'entangling', 'enterprise', 'entertains', 'enthralled', 'enthroning', 'enthusiasm', 'enthusiast', 'enticement', 'entireties', 'entombment', 'entomology', 'entourages', 'entrancing', 'entrapment', 'entrapping', 'entreaties', 'entreating', 'entrenched', 'entrenches', 'entrusting', 'enumerable', 'enumerated', 'enumerates', 'enumerator', 'enunciable', 'enunciated', 'enunciates', 'enveloping', 'environing', 'envisaging', 'envisioned', 'enzymology', 'epaulettes', 'epicenters', 'epicentres', 'epicureans', 'epidermiss', 'epigenetic', 'epiglottis', 'epileptics', 'epimethius', 'epiphanies', 'epiphyseal', 'episcopacy', 'episcopate', 'epistolary', 'epithelial', 'epithelium', 'epitomised', 'epitomises', 'epitomized', 'epitomizes', 'equability', 'equalisers', 'equalising', 'equalities', 'equalizers', 'equalizing', 'equanimity', 'equatorial', 'equestrian', 'equilibria', 'equipments', 'equipoises', 'equipotent', 'equitation', 'equivalent', 'equivocate', 'eradicable', 'eradicated', 'eradicates', 'erectnesss', 'ergonomics', 'erlenmeyer', 'ernestines', 'erotically', 'eroticisms', 'eruditions', 'escadrille', 'escalating', 'escalation', 'escalators', 'escarpment', 'escritoire', 'escutcheon', 'esmeraldas', 'esophaguss', 'espadrille', 'especially', 'esperantos', 'esperanzas', 'espionages', 'esplanades', 'essentials', 'estimating', 'estimation', 'estimators', 'estranging', 'eternities', 'ethereally', 'ethiopians', 'ethnically', 'ethnicitys', 'ethnologys', 'etiologies', 'etiquettes', 'etymologys', 'eucalyptus', 'eucharists', 'eulogising', 'eulogistic', 'eulogizing', 'eumenidess', 'euphemisms', 'euphratess', 'eurodollar', 'eustachian', 'euthanasia', 'evacuating', 'evacuation', 'evaluating', 'evaluation', 'evaluative', 'evaluators', 'evanescent', 'evangelina', 'evangeline', 'evangelise', 'evangelism', 'evangelist', 'evangelize', 'evansville', 'evaporated', 'evaporates', 'evenhanded', 'eventfully', 'eventually', 'eventuated', 'eventuates', 'everglades', 'evergreens', 'everreadys', 'everybodys', 'everyplace', 'everything', 'everywhere', 'evidencing', 'evidential', 'eviscerate', 'evocations', 'evolutions', 'exacerbate', 'exactingly', 'exactitude', 'exactnesss', 'exaggerate', 'exaltation', 'exasperate', 'excaliburs', 'excavating', 'excavation', 'excavators', 'excellence', 'excellency', 'exceptions', 'excerpting', 'exchanging', 'exchequers', 'excitation', 'excitatory', 'excitement', 'excitingly', 'exclaimers', 'exclaiming', 'exclusions', 'exclusives', 'excoriated', 'excoriates', 'excrements', 'excrescent', 'excresence', 'excretions', 'excruciate', 'exculpated', 'exculpates', 'excursions', 'execrating', 'executable', 'executions', 'executives', 'executrixs', 'exemptions', 'exercisers', 'exercising', 'exhalation', 'exhausting', 'exhaustion', 'exhaustive', 'exhibiting', 'exhibition', 'exhibitors', 'exhilarate', 'exhumation', 'exigencies', 'existences', 'exonerated', 'exonerates', 'exorbitant', 'exorcising', 'exorcizing', 'exothermic', 'exotically', 'expandable', 'expansible', 'expansions', 'expatiated', 'expatiates', 'expatriate', 'expectancy', 'expectedly', 'expedience', 'expediency', 'expedients', 'expediters', 'expediting', 'expedition', 'expeditors', 'expellable', 'expendable', 'experience', 'experiment', 'expertises', 'expertness', 'expiations', 'expiration', 'explainers', 'explaining', 'expletives', 'explicable', 'explicated', 'explicates', 'explicitly', 'exploiters', 'exploiting', 'explosions', 'explosives', 'exposition', 'expository', 'expounding', 'expressing', 'expression', 'expressive', 'expressway', 'expulsions', 'expurgated', 'expurgates', 'extendable', 'extendible', 'extensible', 'extensions', 'extenuated', 'extenuates', 'externally', 'extincting', 'extinction', 'extinguish', 'extirpated', 'extirpates', 'extortions', 'extracting', 'extraction', 'extractors', 'extradited', 'extradites', 'extralegal', 'extramural', 'extraneous', 'extraverts', 'extremisms', 'extremists', 'extremitys', 'extricable', 'extricated', 'extricates', 'extroverts', 'extrusions', 'exuberance', 'exultantly', 'exultation', 'eyeballing', 'eyeglasses', 'eyestrains', 'eyewitness', 'fabricated', 'fabricates', 'fabulously', 'facilitate', 'facilities', 'facsimiled', 'facsimiles', 'factitious', 'fahrenheit', 'faintnesss', 'fairground', 'fairylands', 'faisalabad', 'faithfully', 'fallacious', 'fallopians', 'falsehoods', 'falsenesss', 'falsifying', 'falterings', 'familiarly', 'fanaticism', 'fancifully', 'fancinesss', 'fantasised', 'fantasises', 'fantasized', 'fantasizes', 'fantasying', 'farfetched', 'farmhouses', 'farmington', 'farnsworth', 'farrakhans', 'farsighted', 'fascinated', 'fascinates', 'fashioning', 'fassbinder', 'fastenings', 'fastidious', 'fastnesses', 'fatalistic', 'fatalities', 'fatherhood', 'fatherland', 'fatherless', 'fathomable', 'fathomless', 'faultiness', 'fauntleroy', 'favoritism', 'favourable', 'favourably', 'favourites', 'fearlessly', 'featherbed', 'featherers', 'featherier', 'feathering', 'feathertop', 'februaries', 'fecunditys', 'federalism', 'federalist', 'federating', 'federation', 'feebleness', 'felicities', 'felicitous', 'fellowship', 'femininity', 'fermenting', 'fernandezs', 'ferryboats', 'fertilised', 'fertiliser', 'fertilises', 'fertilitys', 'fertilized', 'fertilizer', 'fertilizes', 'festivitys', 'festooning', 'fetchingly', 'fetishisms', 'fetishists', 'feudalisms', 'feverishly', 'fiberboard', 'fiberglass', 'fibonaccis', 'fibreboard', 'fibreglass', 'fickleness', 'fictitious', 'fiduciarys', 'fieldstone', 'fieldworks', 'fiendishly', 'fierceness', 'fierinesss', 'fifteenths', 'figurative', 'figurehead', 'filibuster', 'filmmakers', 'filmstrips', 'filterable', 'filthiness', 'filtrating', 'filtration', 'finalising', 'finalizing', 'financiers', 'financings', 'fingerings', 'fingernail', 'fingertips', 'finickiest', 'finiteness', 'firebombed', 'firebrands', 'firebreaks', 'firefights', 'firehouses', 'fireplaces', 'firepowers', 'fireproofs', 'firestones', 'firestorms', 'firewaters', 'firmaments', 'firstborns', 'fishermans', 'fishmonger', 'fishtailed', 'fisticuffs', 'fitzgerald', 'flabbiness', 'flagellate', 'flagellums', 'flagrantly', 'flagstaffs', 'flagstones', 'flakinesss', 'flamboyant', 'flamingoes', 'flammables', 'flannelets', 'flanneling', 'flannelled', 'flashbacks', 'flashbulbs', 'flashiness', 'flashlight', 'flatfishes', 'flatfooted', 'flattening', 'flatterers', 'flattering', 'flatulence', 'flavorings', 'flavorless', 'flavourful', 'flavouring', 'flawlessly', 'fledgeling', 'fledglings', 'fleetingly', 'fleetnesss', 'fleischers', 'fleshliest', 'flexitimes', 'flickering', 'flightiest', 'flightless', 'flimsiness', 'flintlocks', 'flippancys', 'flippantly', 'flirtation', 'floatation', 'flocculate', 'floodgates', 'floodlight', 'floorboard', 'flophouses', 'floppiness', 'florentine', 'florsheims', 'flotations', 'floundered', 'flourished', 'flourishes', 'flowcharts', 'flowerbeds', 'floweriest', 'flowerpots', 'fluctuated', 'fluctuates', 'fluffiness', 'flummoxing', 'fluoresced', 'fluoresces', 'fluoridate', 'flustering', 'fluttering', 'flycatcher', 'flyspecked', 'flyswatter', 'flyweights', 'foamflower', 'fogginesss', 'follicular', 'followings', 'foodstuffs', 'footballer', 'footbridge', 'footlights', 'footlocker', 'footnoting', 'footprints', 'footstools', 'forbearing', 'forbidding', 'forcefully', 'forearming', 'foreboding', 'forecasted', 'forecaster', 'forecastle', 'foreclosed', 'forecloses', 'forefather', 'forefinger', 'forefronts', 'foregather', 'foreground', 'foreigners', 'foreordain', 'forerunner', 'foreseeing', 'foreshadow', 'foresights', 'forestalls', 'foreswears', 'foretasted', 'foretastes', 'forewarned', 'forewomans', 'forfeiting', 'forfeiture', 'forgathers', 'forgetting', 'forgivable', 'forgivably', 'formalised', 'formalises', 'formalisms', 'formalitys', 'formalized', 'formalizes', 'formations', 'formatters', 'formatting', 'formidable', 'formidably', 'formlessly', 'formulated', 'formulates', 'formulator', 'fornicated', 'fornicates', 'forsythias', 'forthright', 'fortifying', 'fortissimo', 'fortitudes', 'fortnights', 'fortresses', 'fortuitous', 'forwardest', 'forwarding', 'fossilised', 'fossilises', 'fossilized', 'fossilizes', 'foundation', 'foundering', 'foundlings', 'fourneyron', 'fourscores', 'foursquare', 'fourteenth', 'foxtrotted', 'fractional', 'fracturing', 'fragilitys', 'fragmented', 'fragrances', 'fragrantly', 'frameworks', 'franchised', 'franchisee', 'franchiser', 'franchises', 'franciscan', 'franciscas', 'franciscos', 'francoises', 'frangipani', 'frankforts', 'frankfurts', 'franknesss', 'fraternise', 'fraternity', 'fraternize', 'fratricide', 'fraudulent', 'fredericks', 'freebasing', 'freebooter', 'freeholder', 'freelanced', 'freelancer', 'freelances', 'freeloaded', 'freeloader', 'freemasons', 'freestyles', 'freewheels', 'freighters', 'freighting', 'frenchmans', 'frenziedly', 'frequencys', 'frequented', 'frequenter', 'frequently', 'fresheners', 'freshening', 'freshnesss', 'freshwater', 'fricasseed', 'fricassees', 'fricatives', 'frictional', 'friendless', 'friendlier', 'friendlies', 'friendship', 'frightened', 'frigidaire', 'frigiditys', 'fripperies', 'friskiness', 'fritillary', 'frittering', 'frivolitys', 'frolicking', 'frolicsome', 'frontenacs', 'frostbites', 'frostiness', 'fructified', 'fructifies', 'frugalitys', 'fruitcakes', 'fruitfully', 'frustrated', 'frustrater', 'frustrates', 'fulfilling', 'fulfilment', 'fulminated', 'fulminates', 'fumigating', 'fumigation', 'fumigators', 'functional', 'functioned', 'functorial', 'funereally', 'fungicidal', 'fungicides', 'funiculars', 'funnelling', 'funninesss', 'furbishing', 'furloughed', 'furnishing', 'furnitures', 'furthering', 'furtwngler', 'fusillades', 'fussbudget', 'fussinesss', 'futuristic', 'futurities', 'fuzzbuster', 'fuzzinesss', 'gabardines', 'gaberdines', 'gabrielles', 'gadolinium', 'gaillardia', 'gainsaying', 'galapagoss', 'gallaghers', 'gallantrys', 'gallivants', 'gallstones', 'galsworthy', 'galvanised', 'galvanises', 'galvanized', 'galvanizes', 'galvestons', 'gambolling', 'gamekeeper', 'gangplanks', 'gangrening', 'gangrenous', 'garbageman', 'gardenings', 'garfunkels', 'gargantuan', 'garibaldis', 'garishness', 'garlanding', 'garnisheed', 'garnishees', 'garnishing', 'garrisoned', 'garrotting', 'garrulitys', 'gastritiss', 'gastronome', 'gastronomy', 'gatherings', 'gatlinburg', 'gaudinesss', 'gauntnesss', 'gawkinesss', 'gazetteers', 'gazillions', 'gearshifts', 'gearwheels', 'gelatinous', 'genealogys', 'generalise', 'generalist', 'generality', 'generalize', 'generating', 'generation', 'generative', 'generators', 'generosity', 'generously', 'geneticist', 'genevieves', 'genialitys', 'genitalias', 'gentilitys', 'gentlefolk', 'gentlemans', 'gentleness', 'gentrified', 'gentrifies', 'genuflects', 'geocentric', 'geographer', 'geographic', 'geographys', 'geological', 'geologists', 'geometries', 'geophysics', 'geopolitic', 'georgetown', 'geothermal', 'geraldines', 'geriatrics', 'germaniums', 'germantown', 'germicidal', 'germicides', 'germinated', 'germinates', 'gestations', 'gesundheit', 'gethsemane', 'gettysburg', 'ghastliest', 'ghazvanids', 'ghibelline', 'ghostliest', 'ghostwrite', 'ghostwrote', 'giacometti', 'giantesses', 'gibberishs', 'gibraltars', 'giddinesss', 'gigahertzs', 'gilbertson', 'gilchrists', 'gimmickrys', 'gingersnap', 'gingivitis', 'girlfriend', 'gladdening', 'gladiators', 'gladioluss', 'gladstones', 'glamorised', 'glamorises', 'glamorized', 'glamorizes', 'glamouring', 'glamourize', 'glamourous', 'glasswares', 'glaswegian', 'glenlivets', 'glimmering', 'glissandos', 'glistening', 'glittering', 'glomerular', 'gloominess', 'glorifying', 'gloriously', 'glossaries', 'glossiness', 'gloucester', 'gluttonous', 'glycerines', 'gnosticism', 'goalkeeper', 'goaltender', 'godfathers', 'godlinesss', 'godmothers', 'godparents', 'goldbricks', 'goldenness', 'goldenrods', 'goldenseal', 'goldfinchs', 'goldfishes', 'goldilocks', 'goldsmiths', 'goldwaters', 'gondoliers', 'goniometer', 'gonorrheas', 'gonorrhoea', 'goolagongs', 'gooseberry', 'gorgeously', 'gorgonzola', 'gossipping', 'governable', 'governance', 'governesss', 'government', 'gracefully', 'gracelands', 'graciously', 'gradations', 'graduating', 'graduation', 'grammarian', 'gramophone', 'grandchild', 'grandnesss', 'grandniece', 'grandstand', 'granulated', 'granulates', 'grapefruit', 'grapevines', 'graphology', 'graspingly', 'grasslands', 'gratefully', 'gratifying', 'gratitudes', 'gratuities', 'gratuitous', 'gravelling', 'gravestone', 'graveyards', 'gravitated', 'gravitates', 'graybeards', 'greasiness', 'greatnesss', 'greediness', 'greenbacks', 'greenblatt', 'greenbriar', 'greenfield', 'greenhorns', 'greenhouse', 'greenlands', 'greennesss', 'greenpeace', 'greensboro', 'greenspans', 'greensward', 'greenwichs', 'gregarious', 'grenadiers', 'grenadines', 'greyhounds', 'grievances', 'grievingly', 'grievously', 'grindstone', 'grippingly', 'gristliest', 'grizzliest', 'grogginess', 'grossnesss', 'grotesques', 'grouchiest', 'groundhogs', 'groundings', 'groundless', 'groundwork', 'grovellers', 'grovelling', 'grubbiness', 'grubstakes', 'grudgingly', 'gruellings', 'gruesomely', 'gruesomest', 'gruffnesss', 'grumpiness', 'guacamoles', 'guadalupes', 'guadeloupe', 'guallatiri', 'guangzhous', 'guantanamo', 'guaranteed', 'guaranteer', 'guarantees', 'guarantied', 'guaranties', 'guarantors', 'guardhouse', 'guardrails', 'guardrooms', 'guardsmans', 'guarnieris', 'guatemalan', 'guatemalas', 'guayaquils', 'guerrillas', 'guessworks', 'guggenheim', 'guidebooks', 'guidelines', 'guillermos', 'guillotine', 'guiltiness', 'guineveres', 'guitarists', 'gujranwala', 'gunnysacks', 'gunpowders', 'gunrunners', 'gunrunning', 'gunslinger', 'gutierrezs', 'gwendoline', 'gwendolyns', 'gymnasiums', 'gymnastics', 'gymnosperm', 'gynecology', 'gyroscopes', 'habitation', 'habitually', 'habituated', 'habituates', 'hackmatack', 'hackneying', 'hailstones', 'hailstorms', 'hairbrushs', 'hairdryers', 'hairinesss', 'hairpieces', 'hairspring', 'hairstyles', 'halfpennys', 'halitosiss', 'halleluiah', 'hallelujah', 'hallmarked', 'halloweens', 'halocarbon', 'hamburgers', 'hammerhead', 'hammerings', 'hampshires', 'hamstrings', 'handcrafts', 'handcuffed', 'handedness', 'handicraft', 'handinesss', 'handiworks', 'handleable', 'handlebars', 'handmaiden', 'handpicked', 'handshakes', 'handsomely', 'handsomest', 'handspring', 'handstands', 'handwaving', 'hankerings', 'hanoverian', 'happenings', 'happinesss', 'haranguing', 'harassment', 'harbingers', 'harbouring', 'hardboiled', 'hardcovers', 'hardheaded', 'hardinesss', 'hardliners', 'hargreaves', 'harlequins', 'harmlessly', 'harmonicas', 'harmonious', 'harmonised', 'harmonises', 'harmonized', 'harmonizes', 'harnessing', 'harpooning', 'harrington', 'harrisburg', 'harshnesss', 'harvesters', 'harvesting', 'harvestman', 'hastinesss', 'hatchbacks', 'hatcheries', 'hatsheputs', 'haughtiest', 'hauntingly', 'hausdorffs', 'haversacks', 'headboards', 'headdresss', 'headhunter', 'headlights', 'headlining', 'headmaster', 'headphones', 'headstones', 'headstrong', 'headwaiter', 'headwaters', 'healthiest', 'hearkening', 'heartaches', 'heartbeats', 'heartbreak', 'heartburns', 'heartening', 'heartiness', 'heartlands', 'heartthrob', 'heathenish', 'heatstroke', 'heavenlier', 'heavenward', 'heavinesss', 'hectically', 'hedonistic', 'heedlessly', 'heidelberg', 'heightened', 'heisenberg', 'helicopter', 'heliopolis', 'heliotrope', 'hellbender', 'hellebores', 'hellenisms', 'hellespont', 'helmholtzs', 'helplessly', 'helvetiuss', 'hematology', 'hemingways', 'hemisphere', 'hemoglobin', 'hemophilia', 'hemorrhage', 'hemorrhoid', 'hemstitchs', 'henceforth', 'hendersons', 'henpecking', 'henriettas', 'hepatitiss', 'hephaestus', 'heraclitus', 'herbaceous', 'herbalists', 'herbicides', 'herbivores', 'hereabouts', 'hereafters', 'hereditary', 'heretofore', 'heribertos', 'hermitages', 'hermosillo', 'hernandezs', 'herodotuss', 'heroically', 'hesitancys', 'hesitantly', 'hesitating', 'hesitation', 'heterodoxy', 'heterodyne', 'heuristics', 'hexameters', 'hezbollahs', 'hibernated', 'hibernates', 'hibiscuses', 'hiccoughed', 'hierarchal', 'hierarchic', 'hierarchys', 'hieronymus', 'highchairs', 'highhanded', 'highjacked', 'highjacker', 'highlander', 'highlights', 'highnesses', 'hightailed', 'highwayman', 'highwaymen', 'hijackings', 'hildebrand', 'hillbillys', 'hindenburg', 'hindrances', 'hindsights', 'hindustani', 'hindustans', 'hinterland', 'hipparchus', 'hippodrome', 'hiroshimas', 'hispaniola', 'histamines', 'histograms', 'historians', 'historical', 'histrionic', 'hitchhiked', 'hitchhiker', 'hitchhikes', 'hoarfrosts', 'hoarinesss', 'hoarseness', 'hobbyhorse', 'hobgoblins', 'hobnailing', 'hobnobbing', 'hodgepodge', 'hofstadter', 'holidaying', 'holleriths', 'hollowness', 'hollowware', 'hollyhocks', 'hollywoods', 'holocausts', 'holographs', 'holography', 'holstering', 'homebodies', 'homecoming', 'homeliness', 'homemakers', 'homeomorph', 'homeopathy', 'homeowners', 'homesteads', 'homeynesss', 'homogenate', 'homogenise', 'homogenize', 'homographs', 'homologous', 'homophobia', 'homophobic', 'homophones', 'homosexual', 'homozygous', 'homunculus', 'honeycombs', 'honeymoons', 'honeywells', 'honoraries', 'honorarium', 'honorifics', 'honourable', 'honourably', 'hoodwinked', 'hopelessly', 'hopkinsian', 'hopscotchs', 'horizontal', 'hornblende', 'hornblower', 'horoscopes', 'horrendous', 'horrifying', 'horsebacks', 'horseflesh', 'horseflies', 'horsehairs', 'horsehides', 'horseplays', 'horsepower', 'horseshoed', 'horseshoer', 'horseshoes', 'horsetails', 'horsewhips', 'horsewoman', 'horsewomen', 'hospitable', 'hospitably', 'hostelling', 'hostelries', 'hostessing', 'hostilitys', 'hottentots', 'hourglasss', 'houseboats', 'housebound', 'housebreak', 'housebroke', 'houseclean', 'housecoats', 'houseflies', 'households', 'housemaids', 'houseplant', 'housewares', 'housewifes', 'housewives', 'houseworks', 'houyhnhnms', 'hovercraft', 'hovhanesss', 'howsomever', 'huckstered', 'hullabaloo', 'humaneness', 'humanisers', 'humanising', 'humanistic', 'humanities', 'humanizers', 'humanizing', 'humankinds', 'humannesss', 'humbleness', 'humbugging', 'humdingers', 'humidified', 'humidifier', 'humidifies', 'humidistat', 'humiliated', 'humiliates', 'humorously', 'humourless', 'humpbacked', 'hunchbacks', 'hundredths', 'hungarians', 'huntington', 'huntresses', 'huntsville', 'hurricanes', 'husbanding', 'husbandman', 'husbandmen', 'husbandrys', 'huskinesss', 'hutchinson', 'hybridised', 'hybridises', 'hybridized', 'hybridizes', 'hydrangeas', 'hydraulics', 'hydrofoils', 'hydrologys', 'hydrolysis', 'hydrometer', 'hydroplane', 'hydroponic', 'hygienists', 'hygrometer', 'hyperbolae', 'hyperbolas', 'hyperboles', 'hyperbolic', 'hyperspace', 'hypertexts', 'hyphenated', 'hyphenates', 'hypnotised', 'hypnotises', 'hypnotisms', 'hypnotists', 'hypnotized', 'hypnotizes', 'hypoactive', 'hypocrisys', 'hypocrites', 'hypocritic', 'hypodermic', 'hypotenuse', 'hypotheses', 'hypothesis', 'hypothetic', 'hysteresis', 'hysterical', 'hystericss', 'ibuprofens', 'icebreaker', 'icelanders', 'icelandics', 'iconoclasm', 'iconoclast', 'icosahedra', 'idealising', 'idealistic', 'idealizing', 'idempotent', 'identified', 'identifier', 'identifies', 'identities', 'ideographs', 'ideologies', 'ideologist', 'idolatrous', 'ignominies', 'ignoramuss', 'ignorances', 'ignorantly', 'ijsselmeer', 'illegality', 'illiteracy', 'illiterate', 'illuminate', 'illuminati', 'illumining', 'illusively', 'illustrate', 'imaginable', 'imaginably', 'imaginings', 'imbalanced', 'imbalances', 'imbecility', 'imbroglios', 'imitations', 'immaculate', 'immanences', 'immaterial', 'immaturely', 'immaturity', 'immediacys', 'immemorial', 'immensitys', 'immersions', 'immigrants', 'immigrated', 'immigrates', 'imminences', 'imminently', 'immiscible', 'immobilise', 'immobility', 'immobilize', 'immoderate', 'immodestly', 'immodestys', 'immolating', 'immolation', 'immorality', 'immortally', 'immoveable', 'immunising', 'immunities', 'immunizing', 'immunology', 'impairment', 'impalement', 'impalpable', 'impaneling', 'impanelled', 'impassable', 'impatience', 'impeaching', 'impeccable', 'impeccably', 'impedances', 'impediment', 'impenitent', 'imperative', 'imperfects', 'imperially', 'imperiling', 'imperilled', 'impersonal', 'impervious', 'impishness', 'implacable', 'implacably', 'implanting', 'implements', 'implicants', 'implicated', 'implicates', 'implicitly', 'implosions', 'impolitely', 'importance', 'importuned', 'importunes', 'imposingly', 'imposition', 'impossible', 'impossibly', 'impostures', 'impotences', 'impotently', 'impounding', 'impoverish', 'impregnate', 'impresario', 'impressing', 'impression', 'impressive', 'imprimatur', 'imprinting', 'imprisoned', 'improbable', 'improbably', 'impromptus', 'improperly', 'improvable', 'improvised', 'improviser', 'improvises', 'imprudence', 'impudences', 'impudently', 'impulsions', 'impurities', 'imputation', 'inabilitys', 'inaccuracy', 'inaccurate', 'inactivate', 'inactivity', 'inadequacy', 'inadequate', 'inamoratas', 'inaptitude', 'inaugurals', 'inaugurate', 'inbreeding', 'incapacity', 'incarnated', 'incarnates', 'incautious', 'incendiary', 'incentives', 'inceptions', 'incestuous', 'incidences', 'incidental', 'incinerate', 'incisively', 'incitement', 'incivility', 'inclemency', 'inclosures', 'inclusions', 'incognitos', 'incoherent', 'incomplete', 'inconstant', 'increasing', 'incredible', 'incredibly', 'increments', 'incrusting', 'incubating', 'incubation', 'incubators', 'inculcated', 'inculcates', 'inculpable', 'inculpated', 'inculpates', 'incumbency', 'incumbents', 'incurables', 'incursions', 'indecencys', 'indecently', 'indecision', 'indecisive', 'indecorous', 'indefinite', 'indelicacy', 'indelicate', 'indemnitys', 'indentured', 'indentures', 'indicating', 'indication', 'indicative', 'indicators', 'indictable', 'indictment', 'indigences', 'indigenous', 'indignitys', 'indirected', 'indirectly', 'indiscreet', 'indisposed', 'indistinct', 'individual', 'indochinas', 'indolences', 'indolently', 'indonesian', 'indonesias', 'inducement', 'inductance', 'inductions', 'indulgence', 'industrial', 'industries', 'inebriated', 'inebriates', 'ineducable', 'inefficacy', 'inelegance', 'ineligible', 'ineptitude', 'ineptnesss', 'inequality', 'inequities', 'inertnesss', 'inevitable', 'inevitably', 'inexorable', 'inexorably', 'inexpiable', 'inexplicit', 'infallible', 'infallibly', 'infamously', 'infantries', 'infarction', 'infatuated', 'infatuates', 'infeasible', 'infections', 'infectious', 'infelicity', 'inferences', 'infernally', 'infidelity', 'infielders', 'infighting', 'infiltrate', 'infinitely', 'infinities', 'infinitive', 'infinitude', 'infirmarys', 'infirmitys', 'inflatable', 'inflations', 'inflecting', 'inflection', 'inflexible', 'inflexibly', 'inflexions', 'inflicting', 'infliction', 'influenced', 'influences', 'influenzas', 'informally', 'informants', 'infraction', 'infrequent', 'infringing', 'infuriated', 'infuriates', 'ingenuitys', 'ingestible', 'ingestions', 'inglorious', 'ingraining', 'ingratiate', 'ingredient', 'inhabitant', 'inhabiting', 'inhalation', 'inhalators', 'inherently', 'inheriting', 'inheritors', 'inheritrix', 'inhibiting', 'inhibition', 'inhibitors', 'inhibitory', 'inhumanely', 'inhumanity', 'inimically', 'inimitable', 'inimitably', 'iniquities', 'iniquitous', 'initialing', 'initialise', 'initialize', 'initialled', 'initiating', 'initiation', 'initiative', 'initiators', 'injections', 'injunction', 'injustices', 'innkeepers', 'innocences', 'innocently', 'innovating', 'innovation', 'innovative', 'innovators', 'innuendoes', 'inoculated', 'inoculates', 'inoperable', 'inordinate', 'inpatients', 'inquietude', 'inquisitor', 'insatiable', 'insatiably', 'inscribing', 'insecurely', 'insecurity', 'inseminate', 'insensible', 'insensibly', 'insentient', 'insertions', 'insightful', 'insinuated', 'insinuates', 'insistence', 'insolences', 'insolently', 'insolvable', 'insolvency', 'insolvents', 'insomniacs', 'insouciant', 'inspecting', 'inspection', 'inspectors', 'installers', 'installing', 'instalment', 'instamatic', 'instancing', 'instigated', 'instigates', 'instigator', 'instilling', 'instituted', 'instituter', 'institutes', 'instructed', 'instructor', 'instrument', 'insularity', 'insulating', 'insulation', 'insulators', 'insurances', 'insurgence', 'insurgency', 'insurgents', 'intangible', 'intangibly', 'integrable', 'integrated', 'integrates', 'integrator', 'integritys', 'integument', 'intellects', 'intensitys', 'intensives', 'intentions', 'intentness', 'interacted', 'interbreed', 'interceded', 'intercedes', 'intercepts', 'interdicts', 'interested', 'interfaced', 'interfacer', 'interfaces', 'interfaith', 'interfered', 'interferes', 'interferon', 'interjects', 'interlaced', 'interlaces', 'interlards', 'interleave', 'interlinks', 'interlocks', 'interloper', 'interluded', 'interludes', 'intermarry', 'interments', 'intermezzi', 'intermezzo', 'internally', 'internists', 'internment', 'internship', 'interplays', 'interposed', 'interposes', 'interprets', 'interrupts', 'intersects', 'interstage', 'interstate', 'interstice', 'intertwine', 'interurban', 'intervened', 'intervenes', 'intervenor', 'interviews', 'interweave', 'interwoven', 'intestinal', 'intestines', 'intimacies', 'intimately', 'intimating', 'intimation', 'intimidate', 'intolerant', 'intonation', 'intoxicant', 'intoxicate', 'intramural', 'intranasal', 'intrastate', 'intrenched', 'intrenches', 'intrepidly', 'intricacys', 'intriguing', 'introduced', 'introduces', 'introspect', 'introverts', 'intrusions', 'intrusting', 'intubation', 'intuitable', 'intuitions', 'inuktituts', 'inundating', 'inundation', 'invalidate', 'invaliding', 'invalidity', 'invaluable', 'invariable', 'invariably', 'invariance', 'invariants', 'invectives', 'inveighing', 'inveigling', 'inventions', 'inventorys', 'inversions', 'invertible', 'investment', 'inveterate', 'invigorate', 'invincible', 'invincibly', 'inviolable', 'invitation', 'invitingly', 'invocation', 'involution', 'involutory', 'inwardness', 'ionisation', 'ionization', 'ionosphere', 'iratenesss', 'iridescent', 'irishwoman', 'irishwomen', 'ironically', 'iroquoians', 'irradiated', 'irradiates', 'irrational', 'irregulars', 'irrelevant', 'irresolute', 'irreverent', 'irrigating', 'irrigation', 'irritating', 'irritation', 'irruptions', 'isentropic', 'isinglasss', 'islamabads', 'isochronal', 'isolations', 'isometrics', 'isomorphic', 'isothermal', 'italicised', 'italicises', 'italicized', 'italicizes', 'itchinesss', 'iterations', 'itinerants', 'itinerarys', 'jackanapes', 'jackhammer', 'jackknifed', 'jackknifes', 'jackknives', 'jackrabbit', 'jacksonian', 'jacqueline', 'jacquelyns', 'jaggedness', 'jagiellons', 'jailbreaks', 'janissarys', 'janitorial', 'janjaweeds', 'jansenists', 'jardinires', 'jaundicing', 'jauntiness', 'javascript', 'jawbreaker', 'jaywalkers', 'jaywalking', 'jealousies', 'jeannettes', 'jeffersons', 'jellybeans', 'jellyfishs', 'jeopardise', 'jeopardize', 'jerusalems', 'jessamines', 'jettisoned', 'jewellerys', 'jewishness', 'jingoistic', 'jinricksha', 'jinrikisha', 'jitterbugs', 'jitteriest', 'jockstraps', 'jocularity', 'jocunditys', 'jogjakarta', 'johnathans', 'johnathons', 'jollinesss', 'jordanians', 'josephsons', 'journalese', 'journalism', 'journalist', 'journalize', 'journeying', 'journeyman', 'journeymen', 'jovanovich', 'jovialitys', 'joyfullest', 'joyfulness', 'joyousness', 'joyridings', 'jubilantly', 'jubilation', 'judgements', 'judgeships', 'judgmental', 'judicatory', 'judicature', 'judicially', 'judiciarys', 'juggernaut', 'jugoslavia', 'juicinesss', 'jumpinesss', 'justifiers', 'justifying', 'justinians', 'juxtaposed', 'juxtaposes', 'kafkaesque', 'kalgoorlie', 'kamehameha', 'kampucheas', 'karamazovs', 'katharines', 'katherines', 'kazakhstan', 'kennelling', 'kensington', 'kentuckian', 'kerchieves', 'kettledrum', 'kevorkians', 'keyboarded', 'keyboarder', 'keypunched', 'keypunches', 'keystrokes', 'khabarovsk', 'khrushchev', 'khwarizmis', 'kickstands', 'kidnappers', 'kidnapping', 'kilocycles', 'kilohertzs', 'kilometers', 'kilometres', 'kindliness', 'kindnesses', 'kinematics', 'kingfisher', 'kingstowns', 'kinswomans', 'kirghistan', 'kirinyagas', 'kitakyushu', 'knackwurst', 'kneecapped', 'kngwarreye', 'knickknack', 'knighthood', 'knockwurst', 'knowledges', 'kodachrome', 'kohlrabies', 'kommunizma', 'kookaburra', 'kookinesss', 'kowalewski', 'kristopher', 'kroneckers', 'krugerrand', 'kshatriyas', 'kuomintang', 'kyrgyzstan', 'laboratory', 'labyrinths', 'lacerating', 'laceration', 'lachrymose', 'lackluster', 'lacklustre', 'lacquering', 'lactations', 'lacustrine', 'ladyfinger', 'lagniappes', 'lagrangian', 'lamaseries', 'lambasting', 'lamebrains', 'lamentable', 'lamentably', 'laminating', 'lamination', 'lampblacks', 'lampooning', 'lampshades', 'lancashire', 'lancasters', 'landholder', 'landladies', 'landlocked', 'landlubber', 'landmasses', 'landowners', 'landscaped', 'landscaper', 'landscapes', 'landslides', 'langerhans', 'languished', 'languishes', 'languorous', 'lankinesss', 'lanthanide', 'lapidaries', 'largemouth', 'largenesss', 'laryngitis', 'lascivious', 'lassitudes', 'latecomers', 'lateraling', 'lateralled', 'lauderdale', 'laughingly', 'launchings', 'launderers', 'laundering', 'laundresss', 'laundromat', 'laundryman', 'laundrymen', 'laurentian', 'lavatories', 'lavishness', 'lawbreaker', 'lawfulness', 'lawrencium', 'laypersons', 'lazyboness', 'leadership', 'leafleting', 'leafletted', 'leaseholds', 'leavenings', 'lebensraum', 'lectionary', 'lederbergs', 'legalising', 'legalistic', 'legalizing', 'legibility', 'legislated', 'legislates', 'legislator', 'legitimacy', 'legitimate', 'legitimise', 'legitimize', 'leguminous', 'leicesters', 'leitmotifs', 'lengthened', 'lengthiest', 'lengthways', 'lengthwise', 'leningrads', 'lenticular', 'lepidolite', 'leprechaun', 'lesbianism', 'letterhead', 'letterings', 'lettermans', 'leukaemias', 'leukocytes', 'levelnesss', 'leveraging', 'leviathans', 'levitating', 'levitation', 'leviticuss', 'lexingtons', 'liabilitys', 'liberalise', 'liberalism', 'liberality', 'liberalize', 'liberating', 'liberation', 'liberators', 'libertines', 'libidinous', 'librarians', 'librettist', 'libreville', 'licensable', 'licentiate', 'licentious', 'liebermans', 'lieutenant', 'lifebloods', 'lifeguards', 'lifesavers', 'lifesaving', 'lifestyles', 'ligaturing', 'lightening', 'lighthouse', 'lightnesss', 'lightnings', 'lightproof', 'likelihood', 'likeliness', 'likenesses', 'limelights', 'limestones', 'limitation', 'limousines', 'limpiditys', 'lineaments', 'linearized', 'linearizes', 'linebacker', 'lingerings', 'linguistic', 'lipizzaner', 'lippincott', 'lipreading', 'lipsticked', 'liquefying', 'liquidated', 'liquidates', 'liquidator', 'liquidised', 'liquidises', 'liquiditys', 'liquidized', 'liquidizes', 'liquifiers', 'liquifying', 'lissajouss', 'listerines', 'listlessly', 'literature', 'lithograph', 'lithuanian', 'lithuanias', 'litigating', 'litigation', 'litterbugs', 'littleneck', 'littleness', 'liturgical', 'livability', 'livelihood', 'liveliness', 'liverpools', 'liverwurst', 'livestocks', 'livingston', 'ljubljanas', 'loadstones', 'lobotomies', 'localising', 'localities', 'localizing', 'locksmiths', 'locomotion', 'locomotive', 'locomotory', 'lodestones', 'loftinesss', 'loganberry', 'logarithms', 'loggerhead', 'logistical', 'logisticss', 'logrolling', 'loincloths', 'loneliness', 'longevitys', 'longfellow', 'longitudes', 'longstreet', 'lookalikes', 'loosenesss', 'lopsidedly', 'loquacious', 'loquacitys', 'lorgnettes', 'loudmouths', 'louisianan', 'louisianas', 'louisville', 'lousinesss', 'louverture', 'lovecrafts', 'loveliness', 'lovemaking', 'lowenbraus', 'lowercases', 'lowlinesss', 'lubricants', 'lubricated', 'lubricates', 'lubricator', 'lubricious', 'lubumbashi', 'lucidnesss', 'luckinesss', 'lufthansas', 'lugubrious', 'lumberings', 'lumberjack', 'lumbermans', 'lumberyard', 'luminaries', 'luminosity', 'luminously', 'lumpinesss', 'lunchrooms', 'lunchtimes', 'lupercalia', 'luridnesss', 'lusciously', 'lusitanias', 'lustinesss', 'luxembourg', 'luxuriance', 'luxuriated', 'luxuriates', 'lycopodium', 'lymphatics', 'lymphocyte', 'lymphomata', 'lysistrata', 'macaronies', 'maccabeuss', 'macdougall', 'macedonian', 'macedonias', 'macerating', 'maceration', 'machinerys', 'machinists', 'macintoshs', 'mackenzies', 'mackintosh', 'macrocosms', 'macrophage', 'madagascan', 'madagascar', 'madeleines', 'maelstroms', 'magdalenes', 'magellanic', 'magistrate', 'magnesiums', 'magnetised', 'magnetises', 'magnetisms', 'magnetized', 'magnetizes', 'magnifiers', 'magnifying', 'magnitudes', 'magsaysays', 'maharajahs', 'maharanees', 'maharishis', 'mahayanist', 'mahoganies', 'maidenform', 'maidenhair', 'maidenhead', 'maidenhood', 'maimonides', 'mainframes', 'mainlining', 'mainspring', 'mainstream', 'maintained', 'maintainer', 'majorettes', 'majorities', 'makeshifts', 'malayalams', 'malaysians', 'malconduct', 'malcontent', 'maldivians', 'maldonados', 'malefactor', 'malevolent', 'malfeasant', 'malignancy', 'malignitys', 'malingered', 'malingerer', 'malinowski', 'mallomarss', 'malodorous', 'malplaquet', 'malthusian', 'maltreated', 'mammalians', 'mammograms', 'manageable', 'management', 'managerial', 'manchester', 'manchurian', 'manchurias', 'mandelbrot', 'maneuvered', 'manganeses', 'manhandled', 'manhandles', 'manhattans', 'manicuring', 'manicurist', 'manifested', 'manifestly', 'manifestos', 'manifolded', 'manipulate', 'manitoulin', 'manlinesss', 'mannequins', 'mannerisms', 'manoeuvred', 'manoeuvres', 'manometers', 'manometric', 'manservant', 'manumitted', 'manuscript', 'marathoner', 'marcelinos', 'margarines', 'margaritas', 'margaritos', 'marginalia', 'marginally', 'margrethes', 'marguerite', 'marihuanas', 'marijuanas', 'marinading', 'marinating', 'marionette', 'marketable', 'marketings', 'marketwise', 'marmalades', 'marquesass', 'marquesses', 'marquetrys', 'marrakeshs', 'marrowbone', 'marseilles', 'marshaling', 'marshalled', 'marsupials', 'martensite', 'martingale', 'martinique', 'martyrdoms', 'marvelling', 'marvellous', 'maryellens', 'marylander', 'mascaraing', 'masculines', 'masochisms', 'masochists', 'masquerade', 'massacring', 'mastectomy', 'mastercard', 'masterings', 'mastermind', 'masterwork', 'masticated', 'masticates', 'masturbate', 'matchbooks', 'matchboxes', 'matchmaker', 'matchstick', 'materially', 'maternally', 'maternitys', 'mathematic', 'mathematik', 'mathewsons', 'matriarchs', 'matriarchy', 'matricides', 'matrimonys', 'matterhorn', 'mattresses', 'maturation', 'maturities', 'maundering', 'maupassant', 'mauritania', 'mauritiuss', 'mausoleums', 'maximilian', 'maximising', 'maximizers', 'maximizing', 'maxwellian', 'mayflowers', 'mayonnaise', 'mayoraltys', 'mcallister', 'mccartneys', 'mcconnells', 'mccullough', 'mcdonnells', 'mcfarlands', 'mclaughlin', 'mcnaughton', 'mcphersons', 'meadowland', 'meadowlark', 'meagerness', 'meandering', 'meaningful', 'meanwhiles', 'measurable', 'measurably', 'meatloaves', 'mechanical', 'mechanicss', 'mechanised', 'mechanises', 'mechanisms', 'mechanized', 'mechanizes', 'medallions', 'medallists', 'meddlesome', 'mediations', 'medicating', 'medication', 'mediocrity', 'meditating', 'meditation', 'meditative', 'megacycles', 'megahertzs', 'megaphoned', 'megaphones', 'megapixels', 'melancholy', 'melanesian', 'melanesias', 'melanomata', 'melbournes', 'melisandes', 'mellowness', 'melodramas', 'melpomenes', 'membership', 'membranous', 'memorandum', 'memorially', 'memorising', 'memorizing', 'memoryless', 'menacingly', 'menageries', 'mendacious', 'mendacitys', 'mendeleevs', 'mendicants', 'mendocinos', 'meningitis', 'menkalinan', 'mennonites', 'menominees', 'menopausal', 'menopauses', 'menstruate', 'mensurable', 'mentalitys', 'mentioners', 'mentioning', 'mercantile', 'mercenarys', 'mercerised', 'mercerises', 'mercerized', 'mercerizes', 'mercifully', 'mergansers', 'meridional', 'merrimacks', 'merriments', 'merrinesss', 'merrymaker', 'mescalines', 'mesenteric', 'mesmerised', 'mesmerises', 'mesmerisms', 'mesmerized', 'mesmerizes', 'mesolithic', 'messengers', 'messinesss', 'metabolise', 'metabolism', 'metabolite', 'metabolize', 'metacarpal', 'metacarpus', 'metallicas', 'metallurgy', 'metamucils', 'metaphoric', 'metastases', 'metastasis', 'metatarsal', 'meteorites', 'meteoritic', 'meteoroids', 'methadones', 'methionine', 'methodical', 'methodisms', 'methodists', 'methuselah', 'meticulous', 'metrically', 'metronomes', 'metropolis', 'metternich', 'mettlesome', 'mezzanines', 'microchips', 'microcoded', 'microcodes', 'microcosms', 'microfiche', 'microfilms', 'microjoule', 'micrometer', 'micrometre', 'micronesia', 'microphone', 'microscope', 'microscopy', 'microsofts', 'microstore', 'microwaved', 'microwaves', 'microwords', 'middlebrow', 'middlebury', 'middlemans', 'middletown', 'midsection', 'midshipman', 'midshipmen', 'midstreams', 'midsummers', 'midwestern', 'midwiferys', 'midwinters', 'mightiness', 'migrations', 'milestones', 'militancys', 'militantly', 'militaries', 'militarily', 'militarise', 'militarism', 'militarist', 'militarize', 'militating', 'militiaman', 'militiamen', 'milkinesss', 'milkshakes', 'millennial', 'millennium', 'millepedes', 'millicents', 'milligrams', 'millihenry', 'millijoule', 'milliliter', 'millilitre', 'millimeter', 'millimetre', 'millinerys', 'millionths', 'millipedes', 'millstones', 'milosevics', 'milwaukees', 'mimeograph', 'mincemeats', 'mindedness', 'mindlessly', 'minefields', 'mineralogy', 'minestrone', 'miniatures', 'minibusses', 'minimalism', 'minimalist', 'minimising', 'minimizers', 'minimizing', 'miniscules', 'miniseries', 'miniskirts', 'ministered', 'ministrant', 'ministries', 'minnesotan', 'minnesotas', 'minorities', 'minstrelsy', 'minuscules', 'minutemans', 'minuteness', 'miraculous', 'mirthfully', 'misapplied', 'misapplies', 'misbehaved', 'misbehaves', 'miscalling', 'miscarried', 'miscarries', 'miscasting', 'miscellany', 'mischances', 'misconduct', 'miscounted', 'miscreants', 'misdealing', 'misdirects', 'misfitting', 'misfortune', 'misgivings', 'misgoverns', 'misguiding', 'mishandled', 'mishandles', 'mishmashes', 'misinforms', 'misjudging', 'misleading', 'mismanaged', 'mismanages', 'mismatched', 'mismatches', 'misogynist', 'misplacing', 'misplaying', 'misprinted', 'misquoting', 'misreading', 'missilerys', 'missionary', 'missourian', 'misspelled', 'misstating', 'mistakable', 'mistakenly', 'mistassini', 'mistinesss', 'mistletoes', 'mistreated', 'mistresses', 'mistrusted', 'mitigating', 'mitigation', 'mitigative', 'mitsubishi', 'mitterrand', 'mizzenmast', 'mnchhausen', 'mnemosynes', 'mobilising', 'mobilizing', 'modalities', 'modellings', 'moderately', 'moderating', 'moderation', 'moderators', 'modernised', 'modernises', 'modernisms', 'modernists', 'modernitys', 'modernized', 'modernizer', 'modernizes', 'modernness', 'modifiable', 'modigliani', 'modularity', 'modularize', 'modulating', 'modulation', 'modulators', 'mogadiscio', 'mohammedan', 'moistening', 'moistnesss', 'moisturise', 'moisturize', 'moldinesss', 'mollifying', 'molybdenum', 'monarchies', 'monarchism', 'monarchist', 'monasterys', 'monetarily', 'monetarism', 'monetarist', 'moneymaker', 'mongolians', 'mongolisms', 'monitoring', 'monochrome', 'monogamous', 'monographs', 'monolithic', 'monologist', 'monologues', 'monomaniac', 'monomanias', 'monophonic', 'monopolies', 'monopolise', 'monopolist', 'monopolize', 'monotheism', 'monotheist', 'monotonous', 'monsignori', 'monsignors', 'monstrance', 'montenegro', 'montessori', 'monteverdi', 'montevideo', 'montezumas', 'montgomery', 'monticello', 'montmartre', 'montpelier', 'montrachet', 'montserrat', 'monumental', 'moodinesss', 'moonlights', 'moonscapes', 'moonshines', 'moonstones', 'moonstruck', 'moralising', 'moralistic', 'moralities', 'moralizing', 'moratorium', 'morbiditys', 'morbidness', 'mormonisms', 'moroseness', 'morphology', 'morristown', 'mortalitys', 'mortgagees', 'mortgagers', 'mortgaging', 'mortgagors', 'morticians', 'mortifying', 'mortuaries', 'mosquitoes', 'mothballed', 'motherhood', 'motherland', 'motherless', 'motionless', 'motivating', 'motivation', 'motivators', 'motocrosss', 'motorbiked', 'motorbikes', 'motorboats', 'motorcades', 'motorcycle', 'motorising', 'motorizing', 'motormouth', 'mouldering', 'mountebank', 'mournfully', 'mousetraps', 'mousinesss', 'moustaches', 'mouthpiece', 'mouthwashs', 'mozambican', 'mozambique', 'mozzarella', 'muckrakers', 'muckraking', 'muddinesss', 'muddlehead', 'mudslinger', 'mugginesss', 'muhammadan', 'mulberries', 'mulishness', 'multilevel', 'multimedia', 'multiplexs', 'multiplied', 'multiplier', 'multiplies', 'multistage', 'multitudes', 'mummifying', 'municipals', 'munificent', 'murchisons', 'murderesss', 'murkinesss', 'muscovites', 'musharrafs', 'mushinesss', 'mushroomed', 'musicianly', 'musicology', 'musketeers', 'muskinesss', 'muskmelons', 'mussolinis', 'mussorgsky', 'mustinesss', 'mutability', 'mutilating', 'mutilation', 'mutinously', 'mutsuhitos', 'mutualitys', 'myocardial', 'myocardium', 'mysterious', 'mystically', 'mysticisms', 'mystifying', 'mythologys', 'nailbrushs', 'nakednesss', 'namelessly', 'nanosecond', 'nantuckets', 'napoleonic', 'narcissism', 'narcissist', 'narcissuss', 'narrations', 'narratives', 'narrowness', 'nasalising', 'nasalizing', 'nashvilles', 'nastinesss', 'nasturtium', 'nathaniels', 'nationally', 'nationhood', 'nationwide', 'nativities', 'naturalise', 'naturalism', 'naturalist', 'naturalize', 'naturopath', 'naughtiest', 'nauseating', 'nautically', 'nautiluses', 'navigating', 'navigation', 'navigators', 'neapolitan', 'nebraskans', 'necessarys', 'necessitys', 'necromancy', 'nectareous', 'nectarines', 'needinesss', 'needlessly', 'needlework', 'negatively', 'negativing', 'negativity', 'neglectful', 'neglecting', 'negligence', 'negligible', 'negligibly', 'negotiable', 'negotiated', 'negotiates', 'negotiator', 'neighbored', 'neighborly', 'neighbours', 'neoclassic', 'neodymiums', 'neologisms', 'nephritiss', 'neptuniums', 'nesselrode', 'nethermost', 'nettlesome', 'networking', 'neuralgias', 'neurologys', 'neutralise', 'neutrality', 'neutralize', 'newcastles', 'newfangled', 'newsagents', 'newscaster', 'newsletter', 'newspapers', 'newsprints', 'newsstands', 'newsworthy', 'newtonians', 'nicaraguan', 'nicaraguas', 'nicknaming', 'nightclubs', 'nightdress', 'nightfalls', 'nightgowns', 'nighthawks', 'nightlifes', 'nightmares', 'nightshade', 'nightshirt', 'nightstick', 'nighttimes', 'nihilistic', 'nimbleness', 'nincompoop', 'nineteenth', 'ninetieths', 'nirenbergs', 'nitpickers', 'nitpicking', 'noblenesss', 'noblewoman', 'noblewomen', 'noetherian', 'noisemaker', 'noisinesss', 'nominating', 'nomination', 'nominative', 'nonaligned', 'nonchalant', 'nondrinker', 'nonentitys', 'nonesuches', 'nonexempts', 'nonfiction', 'nonlivings', 'nonmembers', 'nonpareils', 'nonpayment', 'nonplusing', 'nonplussed', 'nonplusses', 'nonprofits', 'nonsmokers', 'nonsmoking', 'nonsupport', 'nontaxable', 'nontrivial', 'nonuniform', 'nonviolent', 'normalised', 'normalises', 'normalitys', 'normalized', 'normalizes', 'northbound', 'northeasts', 'northerlys', 'northerner', 'northernly', 'northwards', 'northwests', 'norwegians', 'nosebleeds', 'nosediving', 'nosferatus', 'nostalgias', 'notarising', 'notarizing', 'notational', 'noteworthy', 'noticeable', 'noticeably', 'notionally', 'notorietys', 'nottingham', 'nouakchott', 'nourishing', 'novelettes', 'novitiates', 'nucleotide', 'nullifiers', 'nullifying', 'numberless', 'numbskulls', 'numerating', 'numeration', 'numerators', 'numerische', 'numerology', 'numismatic', 'nursemaids', 'nurseryman', 'nurserymen', 'nutcracker', 'nuthatches', 'nutrasweet', 'nutriments', 'nutritions', 'nutritious', 'nuttinesss', 'obdurately', 'obediences', 'obediently', 'obeisances', 'obfuscated', 'obfuscates', 'obituaries', 'objections', 'objectives', 'obligating', 'obligation', 'obligatory', 'obligingly', 'obliterate', 'obscenitys', 'obscuritys', 'obsequious', 'observable', 'observably', 'observance', 'obsessions', 'obsessives', 'obsoleting', 'obstetrics', 'obstinacys', 'obstructed', 'obtainable', 'obtainably', 'obtuseness', 'obviations', 'occasional', 'occasioned', 'occidental', 'occlusions', 'occupancys', 'occupation', 'occurrence', 'oceangoing', 'octahedral', 'octahedron', 'odiousness', 'oestrogens', 'offensives', 'offertorys', 'officemate', 'officemaxs', 'officially', 'officiated', 'officiates', 'offsetting', 'offsprings', 'oftentimes', 'oglethorpe', 'okeechobee', 'okefenokee', 'oldsmobile', 'oleaginous', 'olfactorys', 'oligarchic', 'oligarchys', 'oligocenes', 'oligoclase', 'ombudsmans', 'omnibusses', 'omnipotent', 'omniscient', 'omnivorous', 'onionskins', 'onslaughts', 'opalescent', 'opaqueness', 'openhanded', 'operations', 'operatives', 'ophthalmic', 'opinionate', 'oppositely', 'opposition', 'oppressing', 'oppression', 'oppressive', 'oppressors', 'opprobrium', 'optimality', 'optimising', 'optimistic', 'optimizers', 'optimizing', 'optionally', 'optometric', 'optometrys', 'orangeades', 'orangeroot', 'orangutang', 'orangutans', 'oranjestad', 'oratorical', 'orchestral', 'orchestras', 'ordinances', 'ordinaries', 'ordinarily', 'ordination', 'ordovician', 'oregonians', 'organelles', 'organisers', 'organising', 'organismic', 'organizers', 'organizing', 'orientated', 'orientates', 'originally', 'originated', 'originates', 'originator', 'ornamental', 'ornamented', 'ornateness', 'orographic', 'orphanages', 'orthoclase', 'orthodoxys', 'orthogonal', 'orthopedic', 'oscillated', 'oscillates', 'oscillator', 'ostensible', 'ostensibly', 'osteopaths', 'osteopathy', 'ostracised', 'ostracises', 'ostracisms', 'ostracized', 'ostracizes', 'ostrogoths', 'otherworld', 'outbalance', 'outbidding', 'outclassed', 'outclasses', 'outcropped', 'outfielder', 'outfitters', 'outfitting', 'outflanked', 'outgrowing', 'outgrowths', 'outlandish', 'outlasting', 'outnumbers', 'outpatient', 'outperform', 'outplaying', 'outpouring', 'outputting', 'outrageous', 'outranking', 'outreached', 'outreaches', 'outriggers', 'outrunning', 'outselling', 'outshining', 'outsmarted', 'outsourced', 'outsources', 'outspreads', 'outstation', 'outstaying', 'outstretch', 'outwearing', 'outweighed', 'outwitting', 'overacting', 'overactive', 'overbooked', 'overburden', 'overcharge', 'overcoming', 'overcooked', 'overcrowds', 'overdosing', 'overdrafts', 'overdresss', 'overdrives', 'overeating', 'overexpose', 'overextend', 'overflowed', 'overgrowth', 'overhauled', 'overheated', 'overjoying', 'overlapped', 'overlaying', 'overloaded', 'overlooked', 'overmuches', 'overnights', 'overpasses', 'overpaying', 'overplayed', 'overpowers', 'overpriced', 'overprices', 'overprints', 'overrating', 'overreacts', 'overridden', 'overriding', 'overruling', 'overseeing', 'overshadow', 'overshoots', 'oversights', 'oversleeps', 'overspends', 'overspread', 'overstated', 'overstates', 'overstayed', 'overstocks', 'oversupply', 'overtakers', 'overtaking', 'overtaxing', 'overthrown', 'overthrows', 'overturned', 'overweight', 'overwhelms', 'overworked', 'overwrites', 'ovulations', 'ownerships', 'oxidations', 'oxycontins', 'oxygenated', 'oxygenates', 'ozymandias', 'pacemakers', 'pacesetter', 'pachyderms', 'packagings', 'paddocking', 'paderewski', 'padlocking', 'paediatric', 'pageantrys', 'paginating', 'pagination', 'painfuller', 'painkiller', 'painlessly', 'paintbrush', 'pakistanis', 'palavering', 'paleocenes', 'paleozoics', 'palestines', 'palestrina', 'palimpsest', 'palindrome', 'palisadess', 'palladiums', 'pallbearer', 'palliating', 'palliation', 'palliative', 'palmerston', 'palmettoes', 'palmistrys', 'palmolives', 'palpations', 'palpitated', 'palpitates', 'paltriness', 'panamanian', 'panasonics', 'pancreases', 'pancreatic', 'panegyrics', 'panellings', 'panellists', 'panhandled', 'panhandler', 'panhandles', 'panickiest', 'panjandrum', 'panmunjoms', 'pantagruel', 'pantaloons', 'pantheisms', 'pantheists', 'pantomimed', 'pantomimes', 'pantomimic', 'pantyhoses', 'paperbacks', 'paperbound', 'papergirls', 'paperworks', 'paraboloid', 'paracelsus', 'parachuted', 'parachutes', 'paragonite', 'paragraphs', 'paraguayan', 'paralegals', 'parallaxes', 'paralleled', 'paralysing', 'paralysiss', 'paralytics', 'paralyzing', 'paramagnet', 'paramaribo', 'paramecium', 'paramedics', 'parameters', 'parametric', 'paramounts', 'paranormal', 'paraphrase', 'paraplegia', 'paraplegic', 'parasitics', 'paratroops', 'parboiling', 'parcelling', 'parcheesis', 'parchments', 'pardonable', 'pardonably', 'parentages', 'parenthood', 'parentings', 'parimutuel', 'parkinsons', 'parliament', 'parnassuss', 'parqueting', 'parquetrys', 'parrakeets', 'parricides', 'parrotlike', 'parsimonys', 'parsonages', 'parthenons', 'partiality', 'participle', 'particular', 'partitions', 'partnering', 'partridges', 'passageway', 'passengers', 'passionate', 'passivitys', 'pasteboard', 'pasteurise', 'pasteurize', 'pastorates', 'pasturages', 'patagonian', 'patagonias', 'patchiness', 'patchworks', 'patentable', 'paternally', 'paternitys', 'pathogenic', 'pathologys', 'patientest', 'patriarchs', 'patriarchy', 'patricians', 'patricides', 'patrimonys', 'patriotism', 'patrolling', 'patrolmans', 'patronages', 'patronised', 'patronises', 'patronized', 'patronizes', 'patronymic', 'patterings', 'patterning', 'pattersons', 'paunchiest', 'pauperised', 'pauperises', 'pauperisms', 'pauperized', 'pauperizes', 'pawnbroker', 'paymasters', 'peacefully', 'peacemaker', 'peacetimes', 'pearlstone', 'peasantrys', 'peccadillo', 'peckinpahs', 'pectoralis', 'peculiarly', 'pedagogues', 'pederastys', 'pedestrian', 'pediatrics', 'pediatrist', 'pedicuring', 'pedometers', 'pejorative', 'pekingeses', 'penalising', 'penalizing', 'pencilling', 'penderecki', 'penetrable', 'penetrated', 'penetrates', 'penetrator', 'penicillin', 'peninsular', 'peninsulas', 'penitences', 'penitently', 'penmanship', 'pennington', 'pennyroyal', 'penologist', 'pensacolas', 'pensioners', 'pensioning', 'pentagonal', 'pentameter', 'pentateuch', 'pentathlon', 'pentecosts', 'penthouses', 'peppercorn', 'peppermint', 'pepperonis', 'perceivers', 'perceiving', 'percentage', 'percentile', 'perception', 'perceptive', 'perceptual', 'percolated', 'percolates', 'percolator', 'percussion', 'percussive', 'perditions', 'peremptory', 'perennials', 'perfectest', 'perfecting', 'perfection', 'perfidious', 'perforated', 'perforates', 'performers', 'performing', 'perfumerys', 'pericardia', 'peridotite', 'perihelion', 'perilously', 'perimeters', 'periodical', 'peripheral', 'peripherys', 'periscopes', 'perishable', 'peritectic', 'peritoneum', 'periwinkle', 'perkinesss', 'permafrost', 'permalloys', 'permanence', 'permanents', 'permeating', 'permeation', 'permission', 'permissive', 'permitting', 'pernicious', 'peroration', 'peroxiding', 'perpetrate', 'perpetuals', 'perpetuate', 'perpetuity', 'perplexing', 'perplexity', 'perquisite', 'persecuted', 'persecutes', 'persecutor', 'persephone', 'persepolis', 'persevered', 'perseveres', 'persiflage', 'persimmons', 'persistent', 'persisting', 'personable', 'personages', 'personally', 'personnels', 'perspicous', 'perspiring', 'persuaders', 'persuading', 'persuasion', 'persuasive', 'pertaining', 'pertinence', 'perturbate', 'perturbing', 'perversely', 'perversion', 'perversity', 'perverting', 'pessimisms', 'pessimists', 'pesticides', 'pestilence', 'petersburg', 'petitioned', 'petitioner', 'petrifying', 'petroglyph', 'petrolatum', 'petroleums', 'petticoats', 'pettinesss', 'petulances', 'petulantly', 'phantasied', 'phantasies', 'pharmacies', 'pharmacist', 'pharyngeal', 'phenomenal', 'phenomenon', 'pheromones', 'philanders', 'philatelic', 'philatelys', 'philippics', 'philippine', 'philistine', 'philologys', 'philosophy', 'phlebitiss', 'phlegmatic', 'phoenicias', 'phoneticss', 'phonically', 'phoninesss', 'phonograph', 'phonologys', 'phosphates', 'phosphoric', 'phosphorus', 'photocopys', 'photogenic', 'photograph', 'photolysis', 'photolytic', 'photometry', 'photostats', 'phrasemake', 'phrenology', 'physically', 'physicians', 'physicists', 'physicking', 'physiology', 'pianissimi', 'pianissimo', 'pianoforte', 'picaresque', 'piccadilly', 'piccalilli', 'pickabacks', 'pickerings', 'pickpocket', 'picnickers', 'picnicking', 'picosecond', 'pictograph', 'pictorials', 'pieceworks', 'piercingly', 'pigeonfoot', 'pigeonhole', 'piggybacks', 'pilgrimage', 'pillorying', 'pillowcase', 'pillsburys', 'pilothouse', 'pimpernels', 'pincushion', 'pineapples', 'pinfeather', 'pinocchios', 'pinpointed', 'pinstriped', 'pinstripes', 'pinwheeled', 'pioneering', 'pipelining', 'pipsissewa', 'pipsqueaks', 'pirandello', 'pirouetted', 'pirouettes', 'piscataway', 'pistachios', 'pistillate', 'pitchforks', 'pitchstone', 'pitilessly', 'pittsburgh', 'pittsfield', 'pituitarys', 'pizzicatos', 'placarding', 'placations', 'placements', 'placentals', 'placiditys', 'plagiarise', 'plagiarism', 'plagiarist', 'plagiarize', 'plainfield', 'plainnesss', 'plaintiffs', 'planetaria', 'plantation', 'plasterers', 'plastering', 'plasticine', 'plasticity', 'plateauing', 'platformed', 'platitudes', 'platonisms', 'platonists', 'platooning', 'platypuses', 'playacting', 'playground', 'playhouses', 'playthings', 'playwright', 'pleasanter', 'pleasantly', 'pleasantry', 'pleasingly', 'pleasuring', 'plebiscite', 'plenitudes', 'plexiglass', 'pliability', 'ploughmans', 'plowshares', 'pluckiness', 'plummeting', 'plumpnesss', 'plunderers', 'plundering', 'pluperfect', 'pluralised', 'pluralises', 'pluralisms', 'pluralitys', 'pluralized', 'pluralizes', 'plutocracy', 'plutocrats', 'plutoniums', 'pneumonias', 'pocahontas', 'pocketbook', 'pocketfuls', 'pockmarked', 'podhoretzs', 'podiatrist', 'poetically', 'poignancys', 'poignantly', 'poinsettia', 'poisonings', 'polarising', 'polarities', 'polarizing', 'polarogram', 'policemans', 'politeness', 'politesses', 'politician', 'politicise', 'politicize', 'politicoes', 'pollinated', 'pollinates', 'pollutants', 'pollutions', 'polonaises', 'polyesters', 'polygamist', 'polygamous', 'polygraphs', 'polygynous', 'polyhedral', 'polyhedron', 'polyhymnia', 'polymerase', 'polynesian', 'polynesias', 'polynomial', 'polyphemus', 'polyphonic', 'polyphonys', 'polyploidy', 'polytheism', 'polytheist', 'pomeranian', 'pommelling', 'pompadours', 'pompositys', 'pontifical', 'poorhouses', 'poppycocks', 'popularise', 'popularity', 'popularize', 'populating', 'population', 'porcelains', 'porcupines', 'porpoising', 'porringers', 'portcullis', 'portending', 'portentous', 'portfolios', 'portioning', 'portliness', 'portrayals', 'portraying', 'portsmouth', 'portuguese', 'positional', 'positioned', 'positively', 'positivism', 'possessing', 'possession', 'possessive', 'possessors', 'postdating', 'posteriori', 'posteriors', 'posteritys', 'posthumous', 'postmarked', 'postmaster', 'postmodern', 'postmortem', 'postoffice', 'postpartum', 'postponing', 'postscript', 'postulated', 'postulates', 'potassiums', 'potbellied', 'potbellies', 'potboilers', 'potentates', 'potentials', 'potholders', 'potpourris', 'poulticing', 'powderpuff', 'powerboats', 'powerfully', 'powerhouse', 'powerpoint', 'practicals', 'practicing', 'practising', 'praetorian', 'pragmatics', 'pragmatism', 'pragmatist', 'praisingly', 'pranksters', 'pratchetts', 'praxiteles', 'preachiest', 'preaknesss', 'preambling', 'prearrange', 'preassigns', 'precarious', 'precaution', 'precedence', 'precedents', 'preceptors', 'precession', 'preciosity', 'preciously', 'precipices', 'precisions', 'precluding', 'preclusion', 'precocious', 'precocitys', 'precursors', 'predecease', 'predefined', 'predefines', 'predestine', 'predicated', 'predicates', 'predicting', 'prediction', 'predictive', 'predispose', 'preeminent', 'preempting', 'preemption', 'preemptive', 'preexisted', 'prefabbing', 'prefecture', 'preferable', 'preferably', 'preference', 'preferment', 'preferring', 'prefigured', 'prefigures', 'pregnancys', 'preheating', 'prehensile', 'prehistory', 'prejudging', 'prejudiced', 'prejudices', 'premarital', 'premiering', 'premingers', 'premyslids', 'preordains', 'prepackage', 'prepayment', 'prepossess', 'prerecords', 'presbytery', 'preschools', 'prescience', 'prescribed', 'prescribes', 'preselects', 'presenting', 'preservers', 'preserving', 'presetting', 'preshrinks', 'presidency', 'presidents', 'pressuring', 'pressurise', 'pressurize', 'presumable', 'presumably', 'presuppose', 'pretenders', 'pretending', 'pretension', 'preterites', 'prettified', 'prettifies', 'prettiness', 'prevailing', 'prevalence', 'preventing', 'prevention', 'preventive', 'previewers', 'previewing', 'previously', 'prickliest', 'priestesss', 'priesthood', 'priestlier', 'primitives', 'primordial', 'princelier', 'princesses', 'princetons', 'principals', 'principled', 'principles', 'prioresses', 'priorities', 'prioritise', 'prioritize', 'priscillas', 'prissiness', 'privateers', 'privations', 'privatised', 'privatises', 'privatized', 'privatizes', 'privileged', 'privileges', 'prizefight', 'probations', 'probosciss', 'procedural', 'procedures', 'proceeding', 'processing', 'procession', 'processors', 'proclaimed', 'proclaimer', 'proclivity', 'procreated', 'procreates', 'procrustes', 'proctoring', 'procurator', 'prodigally', 'prodigious', 'producible', 'production', 'productive', 'profanitys', 'professing', 'profession', 'professors', 'proffering', 'proficient', 'profitable', 'profitably', 'profiteers', 'profitters', 'profligacy', 'profligate', 'profounder', 'profoundly', 'profundity', 'profusions', 'progenitor', 'prognosiss', 'prognostic', 'programers', 'programing', 'programmed', 'programmer', 'programmes', 'progressed', 'progresses', 'prohibited', 'projectile', 'projecting', 'projection', 'projective', 'projectors', 'prokaryote', 'prokofieff', 'prolixitys', 'prolongate', 'prolonging', 'promenaded', 'promenades', 'promethean', 'prometheus', 'promethium', 'prominence', 'promissory', 'promontory', 'promotions', 'promptings', 'promptness', 'promulgate', 'pronenesss', 'pronghorns', 'pronounced', 'pronounces', 'proofreads', 'propaganda', 'propagated', 'propagates', 'propellant', 'propellent', 'propellers', 'propelling', 'propensity', 'properness', 'propertied', 'properties', 'prophecies', 'prophesied', 'prophesier', 'prophesies', 'prophetess', 'propionate', 'propitiate', 'propitious', 'proponents', 'proportion', 'propounded', 'proprietor', 'proprietys', 'propulsion', 'propulsive', 'proscenium', 'proscribed', 'proscribes', 'prosecuted', 'prosecutes', 'prosecutor', 'proselyted', 'proselytes', 'proserpine', 'prospected', 'prospector', 'prospectus', 'prospering', 'prosperity', 'prosperous', 'prostheses', 'prosthesis', 'prosthetic', 'prostitute', 'prostrated', 'prostrates', 'protagoras', 'protecting', 'protection', 'protective', 'protectors', 'protestant', 'protesters', 'protesting', 'protestors', 'protophyta', 'protoplasm', 'prototyped', 'prototypes', 'prototypic', 'protozoans', 'protozoons', 'protracted', 'protractor', 'protruding', 'protrusion', 'protrusive', 'provenance', 'provencals', 'provenders', 'proverbial', 'providence', 'provincial', 'provisions', 'proximitys', 'prudential', 'pruriences', 'pseudonyms', 'psoriasiss', 'psychiatry', 'psychology', 'psychopath', 'psychopomp', 'psychosiss', 'psychotics', 'ptarmigans', 'pubescence', 'publicised', 'publicises', 'publicists', 'publicitys', 'publicized', 'publicizes', 'publishers', 'publishing', 'puerilitys', 'puffinesss', 'pugilistic', 'pugnacious', 'pugnacitys', 'pulsations', 'pulverable', 'pulverised', 'pulverises', 'pulverized', 'pulverizes', 'pummelling', 'punctually', 'punctuated', 'punctuates', 'puncturing', 'punishable', 'punishment', 'puppeteers', 'purchasers', 'purchasing', 'purgatives', 'purgatorys', 'puritanism', 'purloining', 'purporters', 'purporting', 'purposeful', 'pursuances', 'purulences', 'pushbutton', 'pushinesss', 'pussyfoots', 'putrefying', 'putrescent', 'puzzlement', 'pygmalions', 'pyongyangs', 'pyorrhoeas', 'pyramiding', 'pyrimidine', 'pyromaniac', 'pyromanias', 'pyroxenite', 'pythagoras', 'quadrangle', 'quadratics', 'quadrature', 'quadriceps', 'quadrilles', 'quadrivium', 'quadrupeds', 'quadrupled', 'quadruples', 'quadruplet', 'quadrupole', 'quaintness', 'qualifiers', 'qualifying', 'quandaries', 'quantified', 'quantifier', 'quantifies', 'quantities', 'quantizing', 'quarantine', 'quarreling', 'quarrelled', 'quartering', 'quarterlys', 'quartettes', 'quasiorder', 'quaternary', 'queasiness', 'queenliest', 'queensland', 'queernesss', 'questioned', 'questioner', 'quickening', 'quicklimes', 'quicknesss', 'quicksands', 'quiescence', 'quietnesss', 'quintilian', 'quintupled', 'quintuples', 'quintuplet', 'quixotisms', 'quotations', 'rabbinates', 'rabbinical', 'racecourse', 'racehorses', 'racetracks', 'racketeers', 'raconteurs', 'radcliffes', 'radiations', 'radicalism', 'radiograms', 'radiologys', 'radiometer', 'radiometry', 'radiosonde', 'ragamuffin', 'raggediest', 'raggedness', 'railleries', 'railroaded', 'railroader', 'rainforest', 'rainmakers', 'rainstorms', 'rainwaters', 'rakishness', 'ramanujans', 'ramrodding', 'ramshackle', 'ranciditys', 'randomised', 'randomises', 'randomized', 'randomizes', 'randomness', 'ranginesss', 'ransacking', 'rasalgethi', 'rasalhague', 'rasmussens', 'raspberrys', 'ratcheting', 'rationales', 'rationally', 'rattletrap', 'raunchiest', 'ravellings', 'ravenously', 'ravishment', 'rawalpindi', 'reactivate', 'reactively', 'reactivity', 'readership', 'readinesss', 'readjusted', 'readmitted', 'reaffirmed', 'realigning', 'realisable', 'realizable', 'realizably', 'reallocate', 'reanalyzes', 'reanimated', 'reanimates', 'reappeared', 'reapplying', 'reappoints', 'reappraise', 'rearmament', 'rearranged', 'rearranges', 'rearrested', 'reasonable', 'reasonably', 'reasonings', 'reassemble', 'reasserted', 'reassessed', 'reassesses', 'reassigned', 'reassuring', 'reawakened', 'rebellions', 'rebellious', 'rebounding', 'rebuilding', 'recappable', 'recaptured', 'recaptures', 'receipting', 'receivable', 'recentness', 'receptacle', 'receptions', 'recessions', 'recessives', 'recharging', 'rechecking', 'recidivism', 'recidivist', 'recipients', 'reciprocal', 'recitation', 'recitative', 'recklessly', 'reckonings', 'reclaimers', 'reclaiming', 'reclassify', 'recognised', 'recogniser', 'recognises', 'recognized', 'recognizer', 'recognizes', 'recollects', 'recombined', 'recombines', 'recommence', 'recommends', 'recompense', 'recompiled', 'recomputed', 'recomputes', 'reconciled', 'reconciler', 'reconciles', 'reconnects', 'reconquers', 'reconsider', 'reconvened', 'reconvenes', 'recordings', 'recounting', 'recoveries', 'recovering', 'recreating', 'recreation', 'recreative', 'recruiters', 'recruiting', 'rectangles', 'rectifiers', 'rectifying', 'rectitudes', 'recuperate', 'recurrence', 'recursions', 'recyclable', 'recyclings', 'redbreasts', 'redeclared', 'redeclares', 'redecorate', 'rededicate', 'redeemable', 'redefining', 'redemption', 'redemptive', 'redeployed', 'redesigned', 'redevelops', 'redirected', 'rediscover', 'redisplays', 'redistrict', 'redolences', 'redoubling', 'redounding', 'redrafting', 'redressing', 'reductions', 'redundancy', 'reeducated', 'reeducates', 'reelecting', 'reelection', 'reemerging', 'reenacting', 'reenforced', 'reenforces', 'reenlisted', 'reentering', 'reevaluate', 'reexamined', 'reexamines', 'refashions', 'refectorys', 'refereeing', 'referenced', 'referencer', 'references', 'referendum', 'refillable', 'refinanced', 'refinances', 'refinement', 'refineries', 'refinished', 'refinishes', 'reflecting', 'reflection', 'reflective', 'reflectors', 'reflexives', 'refocusing', 'refocussed', 'refocusses', 'reforested', 'reformable', 'refracting', 'refraction', 'refractory', 'refraining', 'refreshers', 'refreshing', 'refuelling', 'refulgence', 'refundable', 'refutation', 'regardless', 'regenerate', 'regimental', 'regimented', 'regionally', 'registered', 'registrant', 'registrars', 'registries', 'regressing', 'regression', 'regressive', 'regretting', 'regrouping', 'regularise', 'regularity', 'regularize', 'regulating', 'regulation', 'regulative', 'regulators', 'regulatory', 'rehearsals', 'rehearsing', 'reimbursed', 'reimburses', 'reimposing', 'reinforced', 'reinforcer', 'reinforces', 'reinserted', 'reinstated', 'reinstates', 'reinvented', 'reinvested', 'reiterated', 'reiterates', 'rejections', 'rejoicings', 'rejoinders', 'rejuvenate', 'rekindling', 'relabeling', 'relabelled', 'relational', 'relatively', 'relativism', 'relativity', 'relaxation', 'relearning', 'releasable', 'relegating', 'relegation', 'relentless', 'relevances', 'relevancys', 'relevantly', 'religiouss', 'relinquish', 'relocating', 'relocation', 'reluctance', 'remainders', 'remarkable', 'remarkably', 'remarriage', 'remarrying', 'rembrandts', 'remediable', 'remembered', 'reminisced', 'reminisces', 'remissions', 'remissness', 'remittance', 'remodeling', 'remodelled', 'remorseful', 'remoteness', 'remounting', 'remunerate', 'renascence', 'renderings', 'rendezvous', 'renditions', 'renegading', 'renouncing', 'renovating', 'renovation', 'renovators', 'rensselaer', 'renumbered', 'renunciate', 'reoccupied', 'reoccupies', 'reoccurred', 'reordering', 'reorganise', 'reorganize', 'repackaged', 'repackages', 'repainting', 'repairable', 'repairmans', 'reparation', 'repatriate', 'repayments', 'repeatable', 'repeatably', 'repeatedly', 'repellants', 'repellents', 'repentance', 'repertoire', 'repertorys', 'repetition', 'repetitive', 'rephrasing', 'repletions', 'replicated', 'replicates', 'reportages', 'reportedly', 'reposition', 'repository', 'reprehends', 'represents', 'repressing', 'repression', 'repressive', 'reprieving', 'reprimands', 'reprinting', 'reproached', 'reproaches', 'reprobates', 'reproduced', 'reproducer', 'reproduces', 'reprograms', 'reproofing', 'reptilians', 'republican', 'repudiated', 'repudiates', 'repugnance', 'repulsions', 'reputation', 'requesters', 'requesting', 'requisites', 'reschedule', 'rescinding', 'rescission', 'researched', 'researcher', 'researches', 'reselected', 'resemblant', 'resembling', 'resentment', 'reservedly', 'reservists', 'reservoirs', 'resettings', 'resettling', 'reshuffled', 'reshuffles', 'residences', 'residencys', 'resignedly', 'resilience', 'resiliency', 'resistable', 'resistably', 'resistance', 'resistible', 'resolutely', 'resolution', 'resolvable', 'resonances', 'resonantly', 'resonating', 'resonators', 'resorcinol', 'resounding', 'resourcing', 'respectful', 'respecting', 'respective', 'respelling', 'respirator', 'respondent', 'responding', 'responsive', 'restarting', 'restaurant', 'restfuller', 'restlessly', 'restocking', 'restrained', 'restrainer', 'restraints', 'restricted', 'restudying', 'resultants', 'resumption', 'resupplied', 'resupplies', 'resurfaced', 'resurfaces', 'resurgence', 'resurrects', 'retainment', 'retaliated', 'retaliates', 'retardants', 'retentions', 'rethinking', 'reticences', 'reticulate', 'retirement', 'retouching', 'retracting', 'retraction', 'retraining', 'retransmit', 'retreading', 'retreating', 'retrenched', 'retrenches', 'retrievals', 'retrievers', 'retrieving', 'retrograde', 'retrogress', 'retrospect', 'returnable', 'reunifying', 'revealings', 'revelation', 'revelatory', 'revellings', 'revengeful', 'reverenced', 'reverences', 'reverently', 'reverified', 'reverifies', 'reversible', 'reversions', 'revilement', 'revisiting', 'revitalise', 'revitalize', 'revivalist', 'revivified', 'revivifies', 'revocation', 'revolution', 'revulsions', 'rewindable', 'reykjaviks', 'rhapsodies', 'rhapsodise', 'rhapsodize', 'rhetorical', 'rheumatics', 'rheumatism', 'rhinelands', 'rhinestone', 'rhinoceros', 'rhythmical', 'ribbentrop', 'riboflavin', 'richardson', 'richelieus', 'richthofen', 'ricketiest', 'rickettsia', 'ricocheted', 'ridgepoles', 'ridiculing', 'ridiculous', 'riemannian', 'rigamarole', 'rightfully', 'rightnesss', 'rigidnesss', 'rigmaroles', 'rigobertos', 'rigolettos', 'rigorously', 'ringleader', 'ringmaster', 'riskinesss', 'ritualisms', 'riverfront', 'riversides', 'roadblocks', 'roadhouses', 'roadrunner', 'roadworthy', 'robertsons', 'robitussin', 'robustness', 'rochambeau', 'rochesters', 'rockinesss', 'rodriguezs', 'rodriquezs', 'roisterers', 'roistering', 'rollicking', 'romanesque', 'roominesss', 'roosevelts', 'roqueforts', 'rosalindas', 'rosebushes', 'rosecranss', 'rosemaries', 'rosenbergs', 'rosenzweig', 'rotational', 'rothschild', 'rotisserie', 'rottenness', 'rotterdams', 'rottweiler', 'rotunditys', 'rotundness', 'roughening', 'roughhouse', 'roughnecks', 'roughnesss', 'roundabout', 'roundelays', 'roundhouse', 'roundnesss', 'roundtable', 'roundworms', 'roustabout', 'routinised', 'routinises', 'routinized', 'routinizes', 'rowdinesss', 'royaltiess', 'rubberiest', 'rubberised', 'rubberises', 'rubberized', 'rubberizes', 'rubbermaid', 'rubberneck', 'rubbishing', 'rubinstein', 'ruddinesss', 'ruggedness', 'ruinations', 'ruminating', 'rumination', 'runarounds', 'rustically', 'rusticated', 'rusticates', 'rusticitys', 'rustinesss', 'rustproofs', 'rutherford', 'ruthlessly', 'sabbatical', 'sabotaging', 'saccharine', 'saccharins', 'sacerdotal', 'sackcloths', 'sacramento', 'sacraments', 'sacredness', 'sacrificed', 'sacrificer', 'sacrifices', 'sacrileges', 'sacristans', 'sacristies', 'sacrosanct', 'saddlebags', 'safeguards', 'safflowers', 'sagebrushs', 'sailboards', 'sailcloths', 'sailfishes', 'sainthoods', 'saintliest', 'salamander', 'salesclerk', 'salesgirls', 'saleswoman', 'saleswomen', 'salisburys', 'salivating', 'salivation', 'salmonella', 'saloonkeep', 'saltcellar', 'saltinesss', 'saltpeters', 'saltpetres', 'saltshaker', 'saltwaters', 'salubrious', 'salutation', 'salvadoran', 'salvations', 'salvatores', 'samaritans', 'samarkands', 'samsonites', 'samuelsons', 'sanatorium', 'sanctified', 'sanctifies', 'sanctioned', 'sanctuarys', 'sandalwood', 'sandbagged', 'sandblasts', 'sandcastle', 'sanderling', 'sandinesss', 'sandinista', 'sandpapers', 'sandpipers', 'sandstones', 'sandstorms', 'sandwiched', 'sandwiches', 'sanforized', 'sangfroids', 'sanguinary', 'sanitarium', 'sanitation', 'sanitising', 'sanitizing', 'saprophyte', 'sapsuckers', 'saragossas', 'sarcophagi', 'saskatoons', 'sasquatchs', 'sassafrass', 'satellited', 'satellites', 'satinwoods', 'satirising', 'satirizing', 'satisfying', 'saturating', 'saturation', 'saturnalia', 'saucinesss', 'sauerkraut', 'sauntering', 'savageness', 'savageries', 'savannahes', 'savonarola', 'savouriest', 'saxophones', 'scalloping', 'scallywags', 'scampering', 'scandalise', 'scandalize', 'scandalous', 'scantiness', 'scapegoats', 'scaramouch', 'scarceness', 'scarecrows', 'scarifying', 'scathingly', 'scattergun', 'scattering', 'scavengers', 'scavenging', 'scenically', 'scepticism', 'schedulers', 'scheduling', 'schematics', 'schindlers', 'schismatic', 'schlemiels', 'schlepping', 'schliemann', 'schmoozing', 'schnauzers', 'schneiders', 'schoenberg', 'scholastic', 'schoolbook', 'schoolboys', 'schooldays', 'schoolgirl', 'schoolings', 'schoolmarm', 'schoolmate', 'schoolroom', 'schoolwork', 'schoolyard', 'schrdinger', 'schrieffer', 'schroeders', 'schumacher', 'schumpeter', 'schuylkill', 'schweitzer', 'schweppess', 'schwingers', 'scientific', 'scientists', 'scintillas', 'scissoring', 'sclerosiss', 'scoliosiss', 'scolloping', 'scoreboard', 'scorecards', 'scornfully', 'scotchmans', 'scotswoman', 'scotswomen', 'scottsdale', 'scoundrels', 'scrabbling', 'scragglier', 'scramblers', 'scrambling', 'scrapbooks', 'scrappiest', 'scratchers', 'scratchier', 'scratching', 'scratchpad', 'scrawniest', 'screechier', 'screeching', 'screenings', 'screenplay', 'screwballs', 'scribblers', 'scribbling', 'scrimmaged', 'scrimmages', 'scrimshaws', 'scriptural', 'scriptures', 'scroungers', 'scrounging', 'scrubbiest', 'scruffiest', 'scrunching', 'scrupulous', 'scrutinise', 'scrutinize', 'sculleries', 'sculptural', 'sculptured', 'sculptures', 'scuppering', 'scurrilous', 'seafarings', 'seamanship', 'seamstress', 'searchings', 'seasonable', 'seasonably', 'seasonally', 'seasonings', 'sebastians', 'secessions', 'seclusions', 'secondarys', 'secondhand', 'secretarys', 'secretions', 'sectarians', 'sectionals', 'sectioning', 'secularise', 'secularism', 'secularize', 'securities', 'seductions', 'seedinesss', 'seemliness', 'seersucker', 'segmenting', 'segregated', 'segregates', 'seismology', 'selections', 'selectmans', 'selectrics', 'selflessly', 'semantical', 'semanticss', 'semaphored', 'semaphores', 'semblances', 'semiannual', 'semicircle', 'semicolons', 'semifinals', 'seminarian', 'seminaries', 'semiweekly', 'senatorial', 'senegalese', 'senioritys', 'sensations', 'sensitised', 'sensitises', 'sensitives', 'sensitized', 'sensitizes', 'sensuality', 'sensuously', 'sentencing', 'sentential', 'sentiments', 'separately', 'separating', 'separation', 'separatism', 'separatist', 'separators', 'septembers', 'septennial', 'septicemia', 'septillion', 'septuagint', 'sepulchers', 'sepulchral', 'sepulchred', 'sepulchres', 'sequencers', 'sequencing', 'sequential', 'sequesters', 'serenading', 'sereneness', 'serengetis', 'serialised', 'serialises', 'serialized', 'serializes', 'sermonised', 'sermonises', 'sermonized', 'sermonizes', 'serpentine', 'serviceman', 'servicemen', 'serviettes', 'servilitys', 'servitudes', 'settlement', 'sevastopol', 'seventeens', 'seventieth', 'severances', 'severities', 'sextillion', 'sexualitys', 'seychelles', 'shabbiness', 'shackleton', 'shadflower', 'shadinesss', 'shadowiest', 'shagginess', 'shakedowns', 'shakinesss', 'shallowest', 'shamefaced', 'shamefully', 'shampooing', 'shanghaied', 'shantytown', 'shapeliest', 'sharkskins', 'sharpeners', 'sharpening', 'sharpnesss', 'sharpshoot', 'shattering', 'sheathings', 'sheepfolds', 'sheepishly', 'sheepskins', 'sheetrocks', 'sheffields', 'sheikhdoms', 'shellacked', 'shellfishs', 'sheltering', 'shenandoah', 'shenanigan', 'shepherded', 'shibboleth', 'shiftiness', 'shillalahs', 'shillelagh', 'shimmering', 'shininesss', 'shintoisms', 'shipboards', 'shipwrecks', 'shipwright', 'shirttails', 'shirtwaist', 'shockingly', 'shockproof', 'shoddiness', 'shoehorned', 'shoemakers', 'shoeshines', 'shoestring', 'shopkeeper', 'shoplifted', 'shoplifter', 'shorelines', 'shortbread', 'shortcakes', 'shortening', 'shortfalls', 'shorthands', 'shorthorns', 'shortnesss', 'shortstops', 'shortwaves', 'shotgunned', 'shouldered', 'shovelfuls', 'shovelling', 'showboated', 'showcasing', 'showinesss', 'showpieces', 'showplaces', 'shreveport', 'shrewdness', 'shrillness', 'shrinkable', 'shrinkages', 'shriveling', 'shrivelled', 'shropshire', 'shrubberys', 'shrubbiest', 'shuddering', 'shutterbug', 'shuttering', 'shylockian', 'sicklewort', 'sicknesses', 'siddhartha', 'sideboards', 'sideburnss', 'sidelights', 'sidelining', 'sidesaddle', 'sidestroke', 'sideswiped', 'sideswipes', 'sidetracks', 'sidewinder', 'sierpinski', 'sightseers', 'signalised', 'signalises', 'signalized', 'signalizes', 'signalling', 'signatorys', 'signatures', 'signboards', 'signifying', 'signposted', 'silhouette', 'silicosiss', 'sillinesss', 'silverfish', 'silverware', 'similarity', 'similitude', 'simplectic', 'simpleness', 'simpletons', 'simplicial', 'simplicity', 'simplified', 'simplifier', 'simplifies', 'simplistic', 'simulating', 'simulation', 'simulators', 'simulcasts', 'sinceritys', 'sinfulness', 'singapores', 'singleness', 'singletons', 'singsonged', 'singularly', 'sinhaleses', 'sinusitiss', 'sinusoidal', 'sisterhood', 'situations', 'sixteenths', 'sjaellands', 'skateboard', 'skedaddled', 'skedaddles', 'skepticism', 'sketchbook', 'sketchiest', 'skillfully', 'skimpiness', 'skinflints', 'skinniness', 'skippering', 'skirmished', 'skirmisher', 'skirmishes', 'skittering', 'skydivings', 'skyjackers', 'skyjacking', 'skylarking', 'skyrockets', 'skyscraper', 'skywriters', 'skywriting', 'slackening', 'slacknesss', 'slackwares', 'slanderers', 'slandering', 'slanderous', 'slapsticks', 'slathering', 'slatternly', 'slaughters', 'sleaziness', 'sleeknesss', 'sleepiness', 'sleepwalks', 'sleepwears', 'sleepyhead', 'sleeveless', 'slenderest', 'slenderise', 'slenderize', 'slicknesss', 'slightness', 'slingshots', 'slipcovers', 'slipperier', 'slithering', 'slobbering', 'sloppiness', 'slouchiest', 'slovenians', 'slovenlier', 'sluggishly', 'slumbering', 'slumberous', 'smallnesss', 'smartening', 'smartnesss', 'smashingly', 'smattering', 'smithfield', 'smokehouse', 'smokestack', 'smokinesss', 'smoldering', 'smoothbore', 'smoothness', 'smothering', 'smouldered', 'smrgsbords', 'smugglings', 'snakebites', 'snapdragon', 'sneakiness', 'sneeringly', 'snickering', 'sniggering', 'snivelling', 'snootiness', 'snorkelers', 'snorkeling', 'snorkelled', 'snowballed', 'snowboards', 'snowdrifts', 'snowflakes', 'snowmobile', 'snowplough', 'snowplowed', 'snowstorms', 'snuffboxes', 'soapinesss', 'soapstones', 'sobernesss', 'sobriquets', 'socialised', 'socialises', 'socialisms', 'socialists', 'socialites', 'socialized', 'socializes', 'sociologys', 'sociometry', 'sociopaths', 'sogginesss', 'sojourners', 'sojourning', 'soldiering', 'solemnised', 'solemnises', 'solemnitys', 'solemnized', 'solemnizes', 'solemnness', 'soliciting', 'solicitors', 'solicitous', 'solicitude', 'solidarity', 'solidified', 'solidifies', 'solidnesss', 'soliloquys', 'solitaires', 'solitaries', 'solubility', 'somebodies', 'somebodyll', 'somersault', 'somerville', 'somethings', 'sommerfeld', 'somnolence', 'songwriter', 'soothingly', 'soothsayer', 'sophistrys', 'sophoclean', 'sophomores', 'sophomoric', 'soporifics', 'sorceresss', 'sordidness', 'sororities', 'soubriquet', 'soundnesss', 'soundproof', 'soundtrack', 'sourdoughs', 'sourpusses', 'southbound', 'southeasts', 'southerlys', 'southerner', 'southwards', 'southwests', 'sovereigns', 'spacecraft', 'spaceships', 'spacesuits', 'spacewalks', 'spaciously', 'spadeworks', 'spaghettis', 'spankingly', 'sparenesss', 'spareribss', 'sparseness', 'spattering', 'speakeasys', 'spearheads', 'spearmints', 'specialise', 'specialist', 'speciality', 'specialize', 'specialtys', 'specifiers', 'specifying', 'speciously', 'spectacled', 'spectacles', 'spectators', 'speculated', 'speculates', 'speculator', 'speechless', 'speedboats', 'speedsters', 'spellbinds', 'spellbound', 'spelunkers', 'spencerian', 'spenserian', 'spermicide', 'sphalerite', 'spheroidal', 'sphincters', 'spicinesss', 'spideriest', 'spiderwort', 'spielbergs', 'spindliest', 'spinnakers', 'spiralling', 'spiritedly', 'spiritless', 'spirituals', 'spirituous', 'spirograph', 'spitefully', 'splashdown', 'splashiest', 'splattered', 'spleenwort', 'splendider', 'splendidly', 'splendours', 'splintered', 'splittings', 'splotchier', 'splotching', 'spluttered', 'spoilsport', 'spokesmans', 'spoliation', 'sponsoring', 'spoonbills', 'spoonerism', 'sportingly', 'sportscast', 'sportsmans', 'sportswear', 'spotlessly', 'spotlights', 'spottiness', 'spreadings', 'springiest', 'springtail', 'springtime', 'sprinklers', 'sprinkling', 'spuriously', 'sputtering', 'spyglasses', 'squabbling', 'squalidest', 'squandered', 'squareness', 'squashiest', 'squeakiest', 'squelching', 'squigglier', 'squiggling', 'squirehood', 'squirmiest', 'squirreled', 'squishiest', 'srivijayas', 'stabilised', 'stabiliser', 'stabilises', 'stabilitys', 'stabilized', 'stabilizer', 'stabilizes', 'stagecoach', 'stagehands', 'staggering', 'stagnating', 'stagnation', 'stainlesss', 'staircases', 'stairwells', 'stalactite', 'stalagmite', 'stalemated', 'stalemates', 'stalenesss', 'stalingrad', 'stalwartly', 'stammerers', 'stammering', 'stampeding', 'stanchions', 'standardly', 'standpoint', 'standstill', 'starboards', 'starchiest', 'starfishes', 'stargazers', 'starknesss', 'starlights', 'starvation', 'statehoods', 'statehouse', 'stateliest', 'statements', 'staterooms', 'statesmans', 'statically', 'stationary', 'stationers', 'stationery', 'stationing', 'statistics', 'statuesque', 'statuettes', 'staunchest', 'staunching', 'steadiness', 'steakhouse', 'stealthier', 'stealthily', 'steamboats', 'steamrolls', 'steamships', 'steepnesss', 'steinmetzs', 'stenciling', 'stencilled', 'stentorian', 'stepchilds', 'stepfather', 'stephanies', 'stephenson', 'stepladder', 'stepmother', 'stepparent', 'stepsister', 'stereotype', 'sterilised', 'steriliser', 'sterilises', 'sterilitys', 'sterilized', 'sterilizer', 'sterilizes', 'sternnesss', 'stevedores', 'stewardess', 'stewarding', 'stickiness', 'sticktight', 'stieglitzs', 'stiffeners', 'stiffening', 'stiffnesss', 'stigmatise', 'stigmatize', 'stilettoes', 'stillbirth', 'stillnesss', 'stillwater', 'stimulants', 'stimulated', 'stimulates', 'stinginess', 'stipulated', 'stipulates', 'stirringly', 'stitchings', 'stochastic', 'stockading', 'stockholms', 'stockiness', 'stockpiled', 'stockpiles', 'stockrooms', 'stockyards', 'stodginess', 'stoliditys', 'stomaching', 'stonehenge', 'stonewalls', 'stonewares', 'stoneworks', 'stoplights', 'stoppering', 'stopwatchs', 'storefront', 'storehouse', 'storerooms', 'stormbound', 'storminess', 'storyboard', 'storybooks', 'stoutnesss', 'stovepipes', 'strabismic', 'strabismus', 'straddling', 'stragglers', 'stragglier', 'straggling', 'straighten', 'straighter', 'straitened', 'stranglers', 'strangling', 'straplesss', 'strappings', 'strasbourg', 'stratagems', 'strategies', 'strategist', 'stratified', 'stratifies', 'stravinsky', 'strawberry', 'streakiest', 'streamline', 'streamside', 'streetcars', 'streetwise', 'streisands', 'strengthen', 'stretchers', 'stretchier', 'stretching', 'strickland', 'strictness', 'strictures', 'stridently', 'strikeouts', 'strikingly', 'strindberg', 'stringency', 'stringiest', 'striplings', 'striptease', 'strongboxs', 'stronghold', 'strongroom', 'strontiums', 'structural', 'structured', 'structurer', 'structures', 'struggling', 'strychnine', 'stubbliest', 'stubborner', 'stubbornly', 'studebaker', 'studiously', 'stuffiness', 'stultified', 'stultifies', 'stunningly', 'stupefying', 'stupendous', 'stupiditys', 'sturbridge', 'sturdiness', 'stutterers', 'stuttering', 'stuttgarts', 'stuyvesant', 'styrofoams', 'subclasses', 'subcompact', 'subculture', 'subdivided', 'subdivides', 'subheading', 'subjecting', 'subjection', 'subjective', 'subjoining', 'subjugated', 'subjugates', 'subleasing', 'subletting', 'sublimated', 'sublimates', 'subliminal', 'sublimitys', 'submariner', 'submarines', 'submerging', 'submersing', 'submersion', 'submission', 'submissive', 'submitting', 'submodules', 'subnetwork', 'suborbital', 'subpoenaed', 'subproblem', 'subprogram', 'subproject', 'subroutine', 'subschemas', 'subscribed', 'subscriber', 'subscribes', 'subscripts', 'subsection', 'subsegment', 'subsequent', 'subsidence', 'subsidiary', 'subsidised', 'subsidises', 'subsidized', 'subsidizes', 'subsistent', 'subsisting', 'substances', 'substation', 'substitute', 'substrates', 'substratum', 'substrings', 'subsystems', 'subterfuge', 'subtitling', 'subtleness', 'subtleties', 'subtotaled', 'subtracted', 'subtracter', 'subtractor', 'subtrahend', 'subversion', 'subversive', 'subverting', 'succeeding', 'successful', 'succession', 'successive', 'successors', 'succincter', 'succinctly', 'succotashs', 'succouring', 'succulence', 'succulents', 'succumbing', 'suctioning', 'suddenness', 'sufferance', 'sufferings', 'sufficient', 'suffocated', 'suffocates', 'suffragans', 'suffragist', 'suffusions', 'sugarcanes', 'sugarcoats', 'suggesting', 'suggestion', 'suggestive', 'suicidally', 'sulkinesss', 'sullenness', 'sulphuring', 'sulphurous', 'sultanates', 'summarised', 'summarises', 'summarized', 'summarizes', 'summations', 'summeriest', 'summertime', 'summonsing', 'sunbathers', 'sunbathing', 'sunbonnets', 'sunburning', 'sundaneses', 'sunflowers', 'sunglasses', 'sunscreens', 'sunstrokes', 'suntanning', 'superbowls', 'superfunds', 'superglues', 'superhuman', 'supernovae', 'supernovas', 'superposed', 'superposes', 'superpower', 'superseded', 'supersedes', 'supersonic', 'superstars', 'supervened', 'supervenes', 'supervised', 'supervises', 'supervisor', 'supplanted', 'supplement', 'suppleness', 'suppliants', 'supplicant', 'supplicate', 'supporters', 'supporting', 'supportive', 'supposable', 'supposedly', 'suppressed', 'suppressen', 'suppresses', 'suppressor', 'suppurated', 'suppurates', 'supremacys', 'surceasing', 'surcharged', 'surcharges', 'surefooted', 'surfactant', 'surfboards', 'surfeiting', 'surgically', 'surjection', 'surjective', 'surlinesss', 'surmounted', 'surpassing', 'surplusing', 'surplussed', 'surprising', 'surrealism', 'surrealist', 'surrenders', 'surrogates', 'surrounded', 'suspecting', 'suspenders', 'suspending', 'suspension', 'suspicions', 'suspicious', 'sustaining', 'sustenance', 'sutherland', 'suzerainty', 'swaggering', 'swallowing', 'swammerdam', 'swarthiest', 'swarthmore', 'swattering', 'swaybacked', 'swazilands', 'swearwords', 'sweatpants', 'sweatshirt', 'sweatshops', 'swedenborg', 'sweepingss', 'sweepstake', 'sweetbread', 'sweetbriar', 'sweetbrier', 'sweeteners', 'sweetening', 'sweetheart', 'sweetmeats', 'sweetnesss', 'swellheads', 'sweltering', 'swiftnesss', 'swimmingly', 'swinburnes', 'switchable', 'switchback', 'switchgear', 'switchings', 'swivelling', 'swordfishs', 'swordplays', 'swordsmans', 'sycophants', 'syllabuses', 'syllogisms', 'sylvesters', 'symbiosiss', 'symbolised', 'symbolises', 'symbolisms', 'symbolized', 'symbolizes', 'symmetries', 'sympathies', 'sympathise', 'sympathize', 'symphonies', 'symplectic', 'symposiums', 'synagogues', 'syncopated', 'syncopates', 'syndicated', 'syndicates', 'synergisms', 'synonymous', 'synthesise', 'synthesiss', 'synthesize', 'synthetics', 'syphilitic', 'systematic', 'systemwide', 'szymborska', 'tabernacle', 'tablecloth', 'tablelands', 'tablespoon', 'tablewares', 'tabulating', 'tabulation', 'tabulators', 'tachometer', 'tacitnesss', 'tackinesss', 'tactically', 'tacticians', 'tactlessly', 'tailgating', 'taillights', 'tailorings', 'taiwaneses', 'tajikistan', 'taklamakan', 'talismanic', 'tallchiefs', 'talleyrand', 'tallyhoing', 'tambourine', 'tamerlanes', 'tananarive', 'tanganyika', 'tangential', 'tangerines', 'tannhusers', 'tantalised', 'tantalises', 'tantalized', 'tantalizes', 'tantamount', 'tanzanians', 'tapestries', 'tarantinos', 'tarantulae', 'tarantulas', 'tardinesss', 'tarkentons', 'tarkington', 'tarmacking', 'tarnishing', 'tarpaulins', 'taskmaster', 'tasselling', 'tastefully', 'tastinesss', 'tattletale', 'tattooists', 'tautologys', 'tawdriness', 'taxidermys', 'taxonomies', 'teakettles', 'teargassed', 'teargasses', 'tearjerker', 'technetium', 'technician', 'techniques', 'technocrat', 'technology', 'tectonicss', 'teetotaler', 'telecasted', 'telecaster', 'telefunken', 'telegraphs', 'telegraphy', 'telemachus', 'telemeters', 'telemetric', 'telemetrys', 'telepathic', 'telepathys', 'telephoned', 'telephoner', 'telephones', 'telephonic', 'telephonys', 'telephotos', 'telescoped', 'telescopes', 'telescopic', 'televising', 'television', 'televisors', 'temperance', 'temporally', 'temporarys', 'temporised', 'temporises', 'temporized', 'temporizes', 'temptation', 'temptingly', 'temptresss', 'tenability', 'tendencies', 'tenderfeet', 'tenderfoot', 'tenderised', 'tenderiser', 'tenderises', 'tenderized', 'tenderizer', 'tenderizes', 'tenderloin', 'tenderness', 'tendinitis', 'tendonitis', 'tennessees', 'tensenesss', 'teratology', 'tereshkova', 'termagants', 'terminable', 'terminally', 'terminated', 'terminates', 'terminator', 'terminuses', 'terramycin', 'terrariums', 'terrifying', 'territorys', 'terrorised', 'terrorises', 'terrorisms', 'terrorists', 'terrorized', 'terrorizes', 'tersenesss', 'tessellate', 'testaments', 'testicular', 'testifiers', 'testifying', 'testimonys', 'testinesss', 'tetragonal', 'tetrahedra', 'thankfully', 'thatchings', 'theatrical', 'themselves', 'theocracys', 'theocratic', 'theocritus', 'theodorics', 'theodosian', 'theodosius', 'theologian', 'theologies', 'theorising', 'theorizers', 'theorizing', 'theosophys', 'therapists', 'thereabout', 'thereafter', 'thereunder', 'thermionic', 'thermistor', 'thermopile', 'thermostat', 'thesauruss', 'thickeners', 'thickening', 'thicknesss', 'thighbones', 'thimbleful', 'thiouracil', 'thirstiest', 'thirteenth', 'thirtieths', 'thorazines', 'thorougher', 'thoroughly', 'thoughtful', 'thousandth', 'thralldoms', 'thrashings', 'threadbare', 'threatened', 'threescore', 'threesomes', 'threnodies', 'thresholds', 'thriftiest', 'throatiest', 'thromboses', 'thrombosis', 'throttling', 'throughout', 'throughput', 'throughway', 'throwaways', 'throwbacks', 'thucydides', 'thumbnails', 'thumbscrew', 'thumbtacks', 'thunderers', 'thundering', 'thunderous', 'thyrotoxic', 'tidewaters', 'tiebreaker', 'tienanmens', 'tighteners', 'tightening', 'tightnesss', 'tightropes', 'timberland', 'timberline', 'timekeeper', 'timeliness', 'timepieces', 'timescales', 'timetabled', 'timetables', 'timorously', 'timpanists', 'tincturing', 'tinderboxs', 'tinkerbell', 'tinselling', 'tinseltown', 'tintoretto', 'tippecanoe', 'tirednesss', 'tirelessly', 'tiresomely', 'titillated', 'titillates', 'toadstools', 'tobogganed', 'toiletries', 'tolerances', 'tolerantly', 'tolerating', 'toleration', 'tollbooths', 'tomahawked', 'tombstones', 'tomfoolery', 'tomography', 'tonalities', 'toothaches', 'toothbrush', 'toothpaste', 'toothpicks', 'topgallant', 'topography', 'topologies', 'topologize', 'torchlight', 'tormenters', 'tormenting', 'tormentors', 'torpedoing', 'torpiditys', 'torquemada', 'torrential', 'torricelli', 'tortuously', 'totalities', 'touchdowns', 'touchiness', 'touchingly', 'touchstone', 'toughening', 'toughnesss', 'tourmaline', 'tournament', 'tourniquet', 'towellings', 'townhouses', 'townsfolks', 'toxicology', 'trademarks', 'tradesmans', 'traditions', 'trafalgars', 'trafficked', 'trafficker', 'tragedians', 'tragically', 'tragicomic', 'trailblaze', 'trailwayss', 'traitorous', 'trajectory', 'trammeling', 'trammelled', 'trampoline', 'tranquiler', 'tranquilly', 'transacted', 'transcends', 'transcribe', 'transcript', 'transducer', 'transferal', 'transferee', 'transferor', 'transfixed', 'transfixes', 'transforms', 'transfused', 'transfuses', 'transgress', 'transience', 'transiency', 'transients', 'transistor', 'transiting', 'transition', 'transitive', 'transitory', 'transitted', 'translated', 'translates', 'translator', 'transmuted', 'transmutes', 'transpired', 'transpires', 'transplant', 'transports', 'transposed', 'transposes', 'transships', 'transvaals', 'transverse', 'trapezoids', 'trappingss', 'trastevere', 'traumatise', 'traumatize', 'travailing', 'travelings', 'travellers', 'travelling', 'travelogue', 'traversals', 'traversing', 'travertine', 'travestied', 'travesties', 'treacherys', 'treadmills', 'treasonous', 'treasurers', 'treasuries', 'treasuring', 'treatments', 'trellising', 'tremendous', 'trespassed', 'trespasser', 'trespasses', 'triangular', 'triangulum', 'triathlons', 'tribalisms', 'tribesmans', 'tributarys', 'trichotomy', 'trickiness', 'tricksters', 'tricolours', 'triennials', 'trifocalss', 'triggering', 'trilateral', 'trillionth', 'trimesters', 'trimmingss', 'tripartite', 'triplicate', 'trisecting', 'tritenesss', 'triumphant', 'triumphing', 'trivialise', 'triviality', 'trivialize', 'trobriands', 'troglodyte', 'trombonist', 'trondheims', 'troopships', 'tropicanas', 'tropopause', 'troubadour', 'trousseaus', 'trousseaux', 'trowelling', 'truckloads', 'truculence', 'trumpeters', 'trumpeting', 'truncating', 'truncation', 'truncheons', 'trustfully', 'trustingly', 'truthfully', 'tsimshians', 'tsitsihars', 'tsongkhapa', 'tubercular', 'tuberculin', 'tumbledown', 'tumbleweed', 'tumultuous', 'tunelessly', 'tunnelings', 'tunnelling', 'tupperware', 'tupungatos', 'turboprops', 'turbulence', 'turgiditys', 'turkestans', 'turnabouts', 'turnaround', 'turnstiles', 'turntables', 'turpentine', 'turpitudes', 'turquoises', 'turtleback', 'turtledove', 'turtleneck', 'tuscaloosa', 'tuscaroras', 'tweedledee', 'tweedledum', 'twentieths', 'twinklings', 'twittering', 'twizzlerss', 'typescript', 'typesetter', 'typewriter', 'typewrites', 'typography', 'tyrannical', 'tyrannised', 'tyrannises', 'tyrannized', 'tyrannizes', 'ubiquitous', 'ukrainians', 'ulcerating', 'ulceration', 'ultimately', 'ultimatums', 'ultrashort', 'ultrasonic', 'ultrasound', 'ultrasuede', 'umbilicuss', 'unabridged', 'unaccented', 'unaccepted', 'unaffected', 'unanimitys', 'unanswered', 'unassigned', 'unassisted', 'unassuming', 'unattached', 'unattended', 'unavailing', 'unbalanced', 'unbearable', 'unbearably', 'unbeatable', 'unbecoming', 'unbeliever', 'unblocking', 'unblushing', 'unbosoming', 'unbuckling', 'unbuffered', 'unburdened', 'unbuttoned', 'uncanniest', 'uncensored', 'unchanging', 'unclasping', 'uncleanest', 'unclearest', 'unclothing', 'uncommoner', 'uncommonly', 'unconcerns', 'uncoupling', 'uncovering', 'uncritical', 'unctuously', 'uncultured', 'undeceived', 'undeceives', 'undecideds', 'undeclared', 'undefeated', 'undefended', 'undeniable', 'undeniably', 'underacted', 'underbelly', 'underbrush', 'underclass', 'undercoats', 'undercover', 'underfeeds', 'underflows', 'undergoing', 'undergrads', 'underlined', 'underlines', 'underlings', 'underlying', 'undermined', 'undermines', 'underneath', 'underpants', 'underpasss', 'underplays', 'underrated', 'underrates', 'underscore', 'undersells', 'undershirt', 'undershoot', 'undersides', 'undersigns', 'undersized', 'underskirt', 'understand', 'understate', 'understood', 'understudy', 'undertaken', 'undertaker', 'undertakes', 'undertones', 'undervalue', 'underwater', 'underwears', 'underwoods', 'underworld', 'underwrite', 'underwrote', 'undeserved', 'undetected', 'undeterred', 'undirected', 'undisputed', 'undressing', 'undulating', 'undulation', 'unearthing', 'uneasiness', 'uneconomic', 'uneducated', 'unemployed', 'unenviable', 'unequalled', 'unerringly', 'unevenness', 'uneventful', 'unexampled', 'unexciting', 'unexpanded', 'unexpected', 'unexplored', 'unextended', 'unfairness', 'unfaithful', 'unfamiliar', 'unfastened', 'unfeasible', 'unfettered', 'unfinished', 'unflagging', 'unforeseen', 'unfriendly', 'unfrocking', 'ungainlier', 'ungodliest', 'ungracious', 'ungrateful', 'ungrounded', 'ungrudging', 'unhappiest', 'unhindered', 'unhitching', 'unicameral', 'uniforming', 'uniformity', 'unilateral', 'unimodular', 'unimpaired', 'unindented', 'uninformed', 'uninominal', 'uninspired', 'uninstalls', 'unintended', 'uninviting', 'unionising', 'unionizers', 'unionizing', 'uniqueness', 'unitarians', 'univariate', 'universals', 'university', 'unkindlier', 'unkindness', 'unknowable', 'unknowings', 'unlabelled', 'unlatching', 'unlawfully', 'unlearning', 'unleashing', 'unleavened', 'unlettered', 'unlicensed', 'unlikelier', 'unlikeness', 'unluckiest', 'unmanliest', 'unmannerly', 'unmerciful', 'unmodified', 'unnumbered', 'unobserved', 'unoccupied', 'unofficial', 'unoriginal', 'unorthodox', 'unpleasant', 'unplugging', 'unpolluted', 'unprepared', 'unprompted', 'unprovable', 'unprovoked', 'unpunished', 'unraveling', 'unravelled', 'unreadable', 'unreadiest', 'unrealised', 'unrealized', 'unrecorded', 'unreleased', 'unreliable', 'unrelieved', 'unreported', 'unrequited', 'unreserved', 'unresolved', 'unrivalled', 'unromantic', 'unruliness', 'unsaddling', 'unsanitary', 'unschooled', 'unscramble', 'unscrewing', 'unseasoned', 'unseemlier', 'unselected', 'unsettling', 'unshakable', 'unsheathed', 'unsheathes', 'unskillful', 'unsnapping', 'unsnarling', 'unsociable', 'unsolvable', 'unsoundest', 'unspecific', 'unstablest', 'unsteadier', 'unsteadily', 'unstopping', 'unstressed', 'unsuitable', 'unsuitably', 'unswerving', 'untangling', 'unthinking', 'untidiness', 'untimelier', 'untiringly', 'untroubled', 'untruthful', 'untwisting', 'unukalhais', 'unverified', 'unwariness', 'unwavering', 'unwieldier', 'unworkable', 'unworthier', 'unwrapping', 'unyielding', 'upanishads', 'upbraiding', 'upbringing', 'upchucking', 'upcountrys', 'updraughts', 'upholsters', 'upholstery', 'upliftings', 'uppercases', 'uproarious', 'upstanding', 'upstarting', 'urbanising', 'urbanizing', 'urinalyses', 'urinalysis', 'urinations', 'urologists', 'uruguayans', 'usefulness', 'usherettes', 'usurpation', 'utterances', 'uttermosts', 'uzbekistan', 'vacationed', 'vacationer', 'vaccinated', 'vaccinates', 'vacillated', 'vacillates', 'vagabonded', 'vaguenesss', 'vainglorys', 'valentines', 'valenzuela', 'validating', 'validation', 'validnesss', 'valparaiso', 'valuations', 'valvolines', 'vancouvers', 'vandalised', 'vandalises', 'vandalisms', 'vandalized', 'vandalizes', 'vandenberg', 'vanderbilt', 'vanderpoel', 'vanishings', 'vanquished', 'vanquishes', 'vapidnesss', 'vaporisers', 'vaporising', 'vaporizers', 'vaporizing', 'variations', 'variegated', 'variegates', 'varnishing', 'vasectomys', 'vassalages', 'vaudeville', 'vegetables', 'vegetarian', 'vegetating', 'vegetation', 'vegetative', 'vehemences', 'vehemently', 'velocities', 'velveteens', 'velvetiest', 'venerating', 'veneration', 'venezuelan', 'venezuelas', 'vengeances', 'vengefully', 'venomously', 'ventilated', 'ventilates', 'ventilator', 'ventricles', 'venturings', 'verbalised', 'verbalises', 'verbalized', 'verbalizes', 'verbositys', 'verdigriss', 'verifiable', 'vermicelli', 'vermilions', 'vermillion', 'vermonters', 'vernacular', 'versailles', 'versifying', 'vertebrate', 'vertically', 'vestibules', 'veterinary', 'viabilitys', 'vibraphone', 'vibrations', 'vicksburgs', 'victimised', 'victimises', 'victimized', 'victimizer', 'victimizes', 'victorians', 'victorious', 'victualing', 'victualled', 'videodiscs', 'videotaped', 'videotapes', 'vientianes', 'vietnamese', 'viewfinder', 'viewpoints', 'vigilances', 'vigilantes', 'vigilantly', 'vignetting', 'vigorously', 'vijayawada', 'villainies', 'villainous', 'villarreal', 'vindicated', 'vindicates', 'vindicator', 'vindictive', 'violations', 'violinists', 'virginians', 'virginitys', 'virtuosity', 'virtuously', 'virulences', 'virulently', 'viscometer', 'viscositys', 'visibility', 'visionarys', 'visitation', 'visualised', 'visualises', 'visualized', 'visualizer', 'visualizes', 'vitalising', 'vitalizing', 'vitiations', 'vituperate', 'vividnesss', 'viviparous', 'vocabulary', 'vocalising', 'vocalizing', 'vocational', 'vociferate', 'vociferous', 'volatility', 'voldemorts', 'volgograds', 'volkswagen', 'volleyball', 'voltmeters', 'volubility', 'volumetric', 'voluminous', 'voluntarys', 'volunteers', 'voluptuary', 'voluptuous', 'voodooisms', 'vouchsafed', 'vouchsafes', 'voyeurisms', 'vulcanised', 'vulcanises', 'vulcanized', 'vulcanizes', 'vulgarised', 'vulgarises', 'vulgarisms', 'vulgaritys', 'vulgarized', 'vulgarizes', 'vulnerable', 'vulnerably', 'wackinesss', 'wainscoted', 'wainwright', 'waistbands', 'waistcoats', 'waistlines', 'waitresses', 'waiverable', 'waldensian', 'wallboards', 'wallflower', 'wallopings', 'wallpapers', 'wanamakers', 'wanderings', 'wanderlust', 'wantonness', 'warehoused', 'warehouses', 'warmongers', 'warrantied', 'warranties', 'warranting', 'washbasins', 'washboards', 'washcloths', 'washington', 'washstands', 'wassailing', 'wassermann', 'wastefully', 'wastelands', 'wastepaper', 'wastewater', 'watchbands', 'watchfully', 'watchmaker', 'watchtower', 'watchwords', 'watercolor', 'watercraft', 'watercress', 'waterfalls', 'waterfowls', 'waterfront', 'waterhouse', 'waterlines', 'watermarks', 'watermelon', 'waterpower', 'waterproof', 'watersheds', 'watersides', 'waterspout', 'watertight', 'waterworks', 'wavefronts', 'wavelength', 'wavenumber', 'wayfarings', 'weakfishes', 'weaknesses', 'wealthiest', 'weaponless', 'wearinesss', 'weaselling', 'weathering', 'weatherise', 'weatherize', 'weatherman', 'weathermen', 'webmasters', 'wednesdays', 'weekending', 'weeknights', 'weightiest', 'weightless', 'weirdnesss', 'wellington', 'wellspring', 'werewolves', 'westerlies', 'westerners', 'westernise', 'westernize', 'westphalia', 'whalebones', 'whatsoever', 'wheatstone', 'wheelbases', 'wheelchair', 'wheelhouse', 'whereabout', 'wherefores', 'whetstones', 'whimpering', 'whiplashes', 'whirligigs', 'whirlpools', 'whirlwinds', 'whispering', 'whitefield', 'whitefishs', 'whitehorse', 'whitenesss', 'whitespace', 'whitewalls', 'whitewashs', 'whitfields', 'whitsunday', 'whodunnits', 'wholenesss', 'wholesaled', 'wholesaler', 'wholesales', 'whomsoever', 'whorehouse', 'wickedness', 'wickerwork', 'widespread', 'widowhoods', 'wiesenthal', 'wigwagging', 'wikipedias', 'wildcatted', 'wildcatter', 'wildebeest', 'wilderness', 'wildflower', 'wilfulness', 'wilhelmina', 'wilkersons', 'wilkinsons', 'willamette', 'willemstad', 'williamson', 'willoughby', 'willowiest', 'willpowers', 'wilmington', 'wimbledons', 'winchester', 'windbreaks', 'windinesss', 'windjammer', 'windlasses', 'windmilled', 'windowpane', 'windowsill', 'windscreen', 'windshield', 'windstorms', 'windsurfed', 'wineglasss', 'winemaster', 'wingspread', 'winnebagos', 'winteriest', 'winterised', 'winterises', 'winterized', 'winterizes', 'wintertime', 'wirelesses', 'wiretapped', 'wiretapper', 'wisconsins', 'wisecracks', 'witchcraft', 'withdrawal', 'withholder', 'withstands', 'witnessing', 'witticisms', 'wittinesss', 'wodehouses', 'woefullest', 'wolfhounds', 'wollongong', 'wolverines', 'womanhoods', 'womanisers', 'womanising', 'womanizers', 'womanizing', 'womankinds', 'womanliest', 'womanlikes', 'womenfolks', 'wonderbras', 'wonderland', 'wonderment', 'wondrously', 'woodcarver', 'woodchucks', 'woodcrafts', 'woodcutter', 'woodenness', 'woodinesss', 'woodpecker', 'woodstocks', 'woolgather', 'woolliness', 'woolongong', 'woozinesss', 'worcesters', 'wordinesss', 'wordsworth', 'workaholic', 'workbenchs', 'workforces', 'workhorses', 'workhouses', 'workingman', 'workingmen', 'workplaces', 'worksheets', 'worldliest', 'worryingly', 'worrywarts', 'worshipers', 'worshipful', 'worshiping', 'worshipped', 'worshipper', 'worthiness', 'worthwhile', 'wraparound', 'wrathfully', 'wrestlings', 'wretcheder', 'wretchedly', 'wriggliest', 'wrinkliest', 'wristbands', 'wristwatch', 'wrongdoers', 'wrongdoing', 'wrongfully', 'wrongnesss', 'wurlitzers', 'wycherleys', 'wyomingite', 'xenophobia', 'xenophobic', 'xerography', 'xochipilli', 'xylophones', 'yachtsmans', 'yardsticks', 'yellowness', 'yesterdays', 'yesteryear', 'yorkshires', 'yossarians', 'youngsters', 'youngstown', 'yourselves', 'youthfully', 'yugoslavia', 'zachariahs', 'zaporozhye', 'zeffirelli', 'zellerbach', 'zigzagging', 'zimbabwean', 'zimmermans', 'zinfandels', 'zirconiums', 'zollverein', 'zoological', 'zoologists', 'zoroasters', 'abandonment', 'abbreviated', 'abbreviates', 'abdications', 'aberrations', 'abhorrences', 'abjurations', 'abnegations', 'abnormality', 'abolishment', 'abominating', 'abomination', 'aboriginals', 'abortionist', 'aboveground', 'abracadabra', 'abreactions', 'abridgement', 'abridgments', 'abrogations', 'abruptnesss', 'absenteeism', 'absolutions', 'absolutisms', 'absorbencys', 'absorptions', 'abstentions', 'abstinences', 'abstracting', 'abstraction', 'abstractors', 'absurdities', 'abusiveness', 'abyssinians', 'academician', 'accelerated', 'accelerates', 'accelerator', 'accentuated', 'accentuates', 'acceptances', 'accessioned', 'accessories', 'accidentals', 'acclamation', 'acclimating', 'acclimation', 'acclimatise', 'acclimatize', 'accommodate', 'accompanied', 'accompanies', 'accompanist', 'accomplices', 'accordances', 'accordingly', 'accountable', 'accountably', 'accountancy', 'accountants', 'accountings', 'accreditate', 'accrediting', 'acculturate', 'accumulated', 'accumulates', 'accumulator', 'accusations', 'accusatives', 'accustoming', 'achievement', 'acknowledge', 'acoustician', 'acquainting', 'acquiescent', 'acquiescing', 'acquirement', 'acquisition', 'acquisitive', 'acrimonious', 'acrobaticss', 'actinometer', 'activations', 'actualising', 'actualities', 'actualizing', 'actuarially', 'acupuncture', 'acyclically', 'adaptations', 'addressable', 'adirondacks', 'adjournment', 'adjudicated', 'adjudicates', 'adjudicator', 'adjurations', 'adjustments', 'administers', 'admirations', 'admittances', 'admonishing', 'admonitions', 'adolescence', 'adolescents', 'adrenalines', 'adroitnesss', 'adulterants', 'adulterated', 'adulterates', 'adulteresss', 'adumbrating', 'adumbration', 'advancement', 'advantaging', 'adventurers', 'adventuress', 'adventuring', 'adventurous', 'adversarial', 'adversaries', 'adversities', 'advertisers', 'advertising', 'advisements', 'aerobaticss', 'aerodynamic', 'aeronautics', 'aesculapius', 'aestheticss', 'affabilitys', 'affectation', 'affectingly', 'affiliating', 'affiliation', 'affirmation', 'affirmative', 'afflictions', 'afforesting', 'afghanistan', 'aficionados', 'afterbirths', 'afterburner', 'aftereffect', 'aftershaves', 'aftershocks', 'aftertastes', 'agglomerate', 'agglutinate', 'agglutinins', 'aggrandised', 'aggrandises', 'aggrandized', 'aggrandizes', 'aggravating', 'aggravation', 'aggregately', 'aggregating', 'aggregation', 'aggressions', 'agnosticism', 'agonisingly', 'agonizingly', 'agriculture', 'agronomists', 'ahmadinejad', 'aimlessness', 'airbrushing', 'airdropping', 'airsickness', 'airworthier', 'alamogordos', 'albatrosses', 'albigensian', 'albuquerque', 'alcoholisms', 'alderwomans', 'alexandrias', 'algonquians', 'algorithmic', 'alienations', 'alkalinitys', 'allegations', 'alleghenies', 'allegiances', 'allegorical', 'allegrettos', 'alleviaters', 'alleviating', 'alleviation', 'allocations', 'alphabetics', 'alphabetise', 'alphabetize', 'alterations', 'altercation', 'alternately', 'alternating', 'alternation', 'alternative', 'alternators', 'amalgamated', 'amalgamates', 'amanuensiss', 'amaryllises', 'amateurisms', 'ambassadors', 'ambiguities', 'ambiguously', 'ambitiously', 'ambivalence', 'ambulatorys', 'ameliorated', 'ameliorates', 'americanise', 'americanism', 'americanize', 'amerindians', 'amethystine', 'amiabilitys', 'amicability', 'ammunitions', 'amorousness', 'amorphously', 'amphetamine', 'amphibology', 'amputations', 'anabaptists', 'anachronism', 'anaesthesia', 'anaesthetic', 'analogously', 'analyticity', 'anarchistic', 'anastomoses', 'anastomosis', 'anastomotic', 'ancestresss', 'anchoritism', 'anchorwoman', 'anchorwomen', 'ancillaries', 'androgynous', 'anemometers', 'anesthesias', 'anesthetics', 'anesthetist', 'anesthetize', 'angelically', 'angiography', 'angioplasty', 'angiosperms', 'anglicanism', 'anglophilia', 'anglophobia', 'angularitys', 'anhydrously', 'animateness', 'animosities', 'aniseikonic', 'anisotropic', 'annexations', 'annihilated', 'annihilates', 'annihilator', 'anniversary', 'annotations', 'annunciated', 'annunciates', 'annunciator', 'anointments', 'anomalously', 'anonymously', 'anorthosite', 'antagonised', 'antagonises', 'antagonisms', 'antagonists', 'antagonized', 'antagonizes', 'antarcticas', 'antecedents', 'antechamber', 'anthologies', 'anthologise', 'anthologist', 'anthologize', 'anthracites', 'anthracnose', 'anthropoids', 'antibiotics', 'antichrists', 'anticipated', 'anticipates', 'anticlimaxs', 'anticyclone', 'antiformant', 'antifreezes', 'antimatters', 'antipathies', 'antiphonals', 'antiquarian', 'antiquaries', 'antiquating', 'antiquities', 'antisemitic', 'antiseptics', 'antislavery', 'antithesiss', 'antithyroid', 'antofagasta', 'aphrodisiac', 'apocalypses', 'apocalyptic', 'apollinaire', 'apologising', 'apologizing', 'apostrophes', 'apothecarys', 'apotheosiss', 'appalachian', 'appalachias', 'appallingly', 'apparatuses', 'apparelling', 'apparitions', 'appealingly', 'appearances', 'appeasement', 'appellation', 'appertained', 'applesauces', 'application', 'applicative', 'applicators', 'appointment', 'apportioned', 'appositions', 'appositives', 'appreciable', 'appreciably', 'appreciated', 'appreciates', 'apprehended', 'apprenticed', 'apprentices', 'approachers', 'approaching', 'approbation', 'appropriate', 'approvingly', 'approximant', 'approximate', 'aquaculture', 'aquamarines', 'aquaplaning', 'aquiculture', 'arbitrarily', 'arbitrating', 'arbitration', 'arbitrators', 'arborvitaes', 'archaeology', 'archaically', 'archaicness', 'archbishops', 'archdeacons', 'archdiocese', 'archenemies', 'archeologys', 'archipelago', 'arduousness', 'argentinian', 'aristarchus', 'aristocracy', 'aristocrats', 'arithmetics', 'arithmetize', 'arkhangelsk', 'armageddons', 'arraignment', 'arrangeable', 'arrangement', 'arrestingly', 'artaxerxess', 'artfulnesss', 'articulated', 'articulates', 'articulator', 'artillerist', 'artlessness', 'ascendancys', 'ascendencys', 'ascertained', 'asceticisms', 'ascomycetes', 'ascriptions', 'asphyxiated', 'asphyxiates', 'aspirations', 'assassinate', 'assemblages', 'assemblyman', 'assemblymen', 'assertively', 'assessments', 'asseverated', 'asseverates', 'assiduously', 'assignation', 'assignments', 'assimilable', 'assimilated', 'assimilates', 'assistances', 'associating', 'association', 'associative', 'associators', 'assortments', 'assumptions', 'assyriology', 'asterisking', 'astigmatism', 'astonishing', 'astringency', 'astringents', 'astrologers', 'astronautic', 'astronomers', 'astutenesss', 'athabascans', 'athleticism', 'atmospheres', 'atmospheric', 'atomization', 'atrociously', 'attachments', 'attainments', 'attendances', 'attentional', 'attentively', 'attenuating', 'attenuation', 'attenuators', 'attestation', 'attitudinal', 'attractions', 'attributing', 'attribution', 'attributive', 'auctioneers', 'audaciously', 'audibilitys', 'audiologist', 'audiometers', 'audiometric', 'audiophiles', 'audiovisual', 'auditioning', 'auditoriums', 'aureomycins', 'auscultated', 'auscultates', 'austerities', 'austerlitzs', 'australasia', 'australians', 'authorising', 'authorities', 'authorizers', 'authorizing', 'authorships', 'autocracies', 'autographed', 'automations', 'automobiled', 'automobiles', 'automorphic', 'autoworkers', 'auxiliaries', 'avalanching', 'avoirdupois', 'awestricken', 'awkwardness', 'axiological', 'axiomatized', 'axiomatizes', 'azerbaijani', 'azerbaijans', 'babylonians', 'babysitters', 'babysitting', 'bacchanalia', 'backgammons', 'backgrounds', 'backhanding', 'backlogging', 'backpackers', 'backpacking', 'backpedaled', 'backpointer', 'backscatter', 'backslapper', 'backslashes', 'backslidden', 'backsliders', 'backsliding', 'backspacing', 'backstopped', 'backstretch', 'backstroked', 'backstrokes', 'backtracked', 'backtracker', 'badmouthing', 'bafflements', 'bakersfield', 'balderdashs', 'balkanizing', 'balletomane', 'ballisticss', 'balloonists', 'ballplayers', 'ballyhooing', 'baltimorean', 'baluchistan', 'balustrades', 'bamboozling', 'bandlimited', 'bangladeshi', 'bangladeshs', 'banishments', 'banjarmasin', 'bankrolling', 'bankruptcys', 'bankrupting', 'banquetings', 'baptisterys', 'baptistries', 'barbarellas', 'barbarities', 'barbarossas', 'barbarously', 'barbecueing', 'barbershops', 'barbiturate', 'barnstormed', 'baroqueness', 'barrennesss', 'barricading', 'bartholomew', 'barycentric', 'baryshnikov', 'bashfulness', 'basketballs', 'basseterres', 'bassoonists', 'bastardised', 'bastardises', 'bastardized', 'bastardizes', 'battlefield', 'battlefront', 'battlements', 'battleships', 'baudelaires', 'bayonetting', 'beachcomber', 'beastliness', 'beatlemania', 'beaujolaiss', 'beauregards', 'beauteously', 'beauticians', 'beautifiers', 'beautifully', 'beautifying', 'bedclothess', 'bedevilling', 'bedevilment', 'bedraggling', 'beekeepings', 'befriending', 'beguilingly', 'behaviorism', 'behavioural', 'beiderbecke', 'belabouring', 'beleaguered', 'belladonnas', 'bellicosity', 'belligerent', 'bellwethers', 'bellyaching', 'bellybutton', 'belshazzars', 'benacerrafs', 'benedictine', 'benediction', 'benefaction', 'benefactors', 'beneficence', 'beneficiary', 'benefitting', 'benevolence', 'benzedrines', 'bequeathing', 'bereavement', 'bertelsmann', 'besmirching', 'bestialitys', 'bestsellers', 'bestselling', 'betelgeuses', 'betterments', 'bewhiskered', 'bewildering', 'bibliophile', 'bicarbonate', 'biconnected', 'bifurcating', 'bifurcation', 'bijectively', 'bilaterally', 'billionaire', 'bimetallism', 'bimolecular', 'bimonthlies', 'biochemical', 'biochemists', 'biofeedback', 'biographers', 'biographies', 'biomedicine', 'biophysical', 'biophysicss', 'birdbrained', 'birdwatcher', 'birkenstock', 'birminghams', 'birthplaces', 'birthrights', 'birthstones', 'bisexuality', 'bitternesss', 'bittersweet', 'bivouacking', 'blackballed', 'blackbeards', 'blackberrys', 'blackboards', 'blackguards', 'blackjacked', 'blacklisted', 'blackmailed', 'blackmailer', 'blackshirts', 'blacksmiths', 'blackthorns', 'blacktopped', 'bladderwort', 'blamelessly', 'blameworthy', 'blankenship', 'blasphemers', 'blasphemies', 'blaspheming', 'blasphemous', 'blessedness', 'blindfolded', 'blindsiding', 'blockbuster', 'blockhouses', 'bloodhounds', 'bloodlessly', 'bloodmobile', 'bloodstains', 'bloodstream', 'bloodsucker', 'bloomington', 'blowtorches', 'bludgeoning', 'blueberries', 'bluebonnets', 'bluebottles', 'bluejackets', 'blueprinted', 'blunderbuss', 'blunderings', 'bobsledding', 'bodhidharma', 'bodhisattva', 'bodybuilder', 'boilerplate', 'bombardiers', 'bombardment', 'bonaventure', 'bonhoeffers', 'bonnevilles', 'bookkeepers', 'bookkeeping', 'bookmakings', 'bookmarking', 'bookmobiles', 'booksellers', 'bookshelves', 'boomeranged', 'boondoggled', 'boondoggles', 'bootleggers', 'bootlegging', 'borderlands', 'borderlines', 'bottlenecks', 'bounteously', 'bountifully', 'bourgeoisie', 'bournemouth', 'boutonnires', 'bowdlerised', 'bowdlerises', 'bowdlerized', 'bowdlerizes', 'boyishnesss', 'boysenberry', 'bradstreets', 'brahmagupta', 'brahmanisms', 'brahmaputra', 'brainchilds', 'brainstorms', 'brainteaser', 'brainwashed', 'brainwashes', 'brandenburg', 'brandishing', 'brawninesss', 'brazennesss', 'brazzaville', 'breadbasket', 'breadboards', 'breadfruits', 'breadwinner', 'breakfasted', 'breakfaster', 'breakpoints', 'breakspears', 'breakwaters', 'breastbones', 'breastplate', 'breastworks', 'breezinesss', 'bricklayers', 'bricklaying', 'bridalveils', 'bridegrooms', 'bridesmaids', 'bridgeheads', 'bridgeports', 'bridgewater', 'bridgeworks', 'brigandages', 'brigantines', 'brighteners', 'brightening', 'brightnesss', 'brilliances', 'brilliancys', 'brilliantly', 'britannicas', 'brittleness', 'broadcasted', 'broadcaster', 'broadcloths', 'broadenings', 'broadsiding', 'broadswords', 'brobdingnag', 'bronchiolar', 'bronchioles', 'bronchitiss', 'brontosauri', 'brontosaurs', 'broomsticks', 'brotherhood', 'browbeating', 'brownstones', 'brownsville', 'brucellosis', 'brusqueness', 'brutalising', 'brutalities', 'brutalizing', 'brzezinskis', 'buccaneered', 'bucktoothed', 'budgerigars', 'buffoonerys', 'bulldogging', 'bulletining', 'bulletproof', 'bullfighter', 'bullfinches', 'bullshitted', 'bullwinkles', 'bumptiously', 'bundesbanks', 'bureaucracy', 'bureaucrats', 'burglarised', 'burglarises', 'burglarized', 'burglarizes', 'burlesquing', 'bushellings', 'bushwhacked', 'bushwhacker', 'businessman', 'businessmen', 'butterfield', 'butterflied', 'butterflies', 'buttermilks', 'buttonholed', 'buttonholes', 'buttressing', 'byelorussia', 'cabinetmake', 'cablecasted', 'cacophonies', 'cacophonist', 'cacophonous', 'caffeinated', 'calculating', 'calculation', 'calculative', 'calculators', 'calendaring', 'calendrical', 'calibrating', 'calibration', 'calibrators', 'californian', 'californias', 'californium', 'calisthenic', 'calligraphy', 'callipering', 'callousness', 'calorimeter', 'calorimetry', 'calumniated', 'calumniates', 'calvinistic', 'camaraderie', 'camerawoman', 'camerawomen', 'camouflaged', 'camouflages', 'campaigners', 'campaigning', 'campanellas', 'campgrounds', 'cancelation', 'candelabras', 'candelabrum', 'candidacies', 'candidnesss', 'candlelight', 'candlestick', 'cannibalise', 'cannibalism', 'cannibalize', 'cannonading', 'cannonballs', 'canonically', 'cantaloupes', 'cantilevers', 'canvasbacks', 'capabilitys', 'capaciously', 'capacitance', 'caparisoned', 'capillaries', 'capistranos', 'capitalised', 'capitalises', 'capitalisms', 'capitalists', 'capitalized', 'capitalizer', 'capitalizes', 'capitulated', 'capitulates', 'cappuccinos', 'captaincies', 'captivating', 'captivation', 'captivities', 'carbonating', 'carbonation', 'carbonizers', 'carbonizing', 'carborundum', 'carburetors', 'carcinogens', 'carcinomata', 'cardinality', 'cardiograms', 'cardiologys', 'carefullest', 'carefulness', 'caricatured', 'caricatures', 'carjackings', 'carmichaels', 'carnivorous', 'carolingian', 'carolinians', 'carpathians', 'carpentered', 'carriageway', 'carsickness', 'cartography', 'cartoonists', 'cartwheeled', 'casablancas', 'caseworkers', 'casseroling', 'cassiopeias', 'castigating', 'castigation', 'castigators', 'castlereagh', 'castrations', 'casualnesss', 'cataclysmic', 'catafalques', 'cataleptics', 'cataloguers', 'cataloguing', 'catapulting', 'catastrophe', 'catchphrase', 'catechising', 'catechizing', 'categorical', 'categorised', 'categorises', 'categorized', 'categorizer', 'categorizes', 'caterpillar', 'caterwauled', 'catholicism', 'catholicity', 'cauliflower', 'causalities', 'caustically', 'cauterising', 'cauterizing', 'cautionings', 'cavalrymans', 'ceaselessly', 'celebrating', 'celebration', 'celebratory', 'celebrities', 'celestially', 'cellophanes', 'censorships', 'centenarian', 'centenaries', 'centennials', 'centerfolds', 'centerpiece', 'centigramme', 'centiliters', 'centilitres', 'centimeters', 'centimetres', 'centralised', 'centralises', 'centralized', 'centralizes', 'centrefolds', 'centrepiece', 'centrifugal', 'centrifuged', 'centrifuges', 'centripetal', 'cerebellums', 'ceremonials', 'ceremonious', 'certainties', 'certifiable', 'certificate', 'chaffinches', 'chagrinning', 'chainsawing', 'chairperson', 'chairwomans', 'chalkboards', 'challengers', 'challenging', 'chamberlain', 'chambermaid', 'championing', 'champollion', 'chancellery', 'chancellors', 'chandeliers', 'changelings', 'changeovers', 'channellers', 'channelling', 'chanticleer', 'chaotically', 'chaperoning', 'chaplaincys', 'chapultepec', 'charbroiled', 'chardonnays', 'charioteers', 'charismatic', 'charlemagne', 'charlestons', 'chartreuses', 'chattanooga', 'chatterboxs', 'chatterleys', 'chattinesss', 'chauffeured', 'chauvinisms', 'chauvinists', 'cheapskates', 'checkmating', 'checkpoints', 'checksummed', 'cheekinesss', 'cheerfuller', 'cheerinesss', 'cheerleader', 'cheerlessly', 'cheesecakes', 'cheesecloth', 'chelyabinsk', 'chemistries', 'chequebooks', 'chessboards', 'chiaroscuro', 'chicaneries', 'chickenpoxs', 'childbirths', 'childproofs', 'chillinesss', 'chimborazos', 'chimpanzees', 'chinchillas', 'chippendale', 'chiropodist', 'chirrupping', 'chitchatted', 'chlorinated', 'chlorinates', 'chloroforms', 'chlorophyll', 'chloroplast', 'choirmaster', 'cholesterol', 'choppinesss', 'choreograph', 'christendom', 'christening', 'christensen', 'christenson', 'christmases', 'christoffel', 'christopers', 'christopher', 'chromosomes', 'chronically', 'chroniclers', 'chronicling', 'chronograph', 'chronologys', 'chronometer', 'chrysalides', 'chrysalises', 'chubbinesss', 'chumminesss', 'chunkinesss', 'churchgoers', 'churchgoing', 'churchwoman', 'churchwomen', 'churchyards', 'churriguera', 'cinderellas', 'cinemascope', 'circularise', 'circularity', 'circularize', 'circulating', 'circulation', 'circulatory', 'circumcised', 'circumcises', 'circumflexs', 'circumpolar', 'circumspect', 'circumvents', 'citizenship', 'citronellas', 'clairvoyant', 'clamminesss', 'clandestine', 'clapboarded', 'clarinetist', 'classically', 'classicisms', 'classicists', 'classifieds', 'classifiers', 'classifying', 'classinesss', 'clavichords', 'cleanliness', 'clearheaded', 'clementines', 'clerestorys', 'clergywoman', 'clergywomen', 'clevernesss', 'cliffhanger', 'climatology', 'clodhoppers', 'cloistering', 'closefisted', 'closenesses', 'clothesline', 'clothespins', 'cloudbursts', 'cloudinesss', 'cloverleafs', 'clumsinesss', 'clusterings', 'clydesdales', 'coagulating', 'coagulation', 'coalescence', 'coarsenesss', 'coauthoring', 'cobblestone', 'coccidiosis', 'cockleshell', 'cockroaches', 'cocksuckers', 'codependent', 'codetermine', 'coeducation', 'coefficient', 'coexistence', 'coextensive', 'coffeecakes', 'coffeehouse', 'cogitations', 'cognisances', 'cognitively', 'cognizances', 'coincidence', 'collaborate', 'collapsible', 'collarbones', 'collaterals', 'collectable', 'collectible', 'collections', 'collectives', 'collocating', 'collocation', 'colloquiums', 'colonialism', 'colonialist', 'colorations', 'coloraturas', 'colorimeter', 'colorimetry', 'colouration', 'colourblind', 'colourfully', 'columnating', 'columnation', 'columnizing', 'combination', 'combinators', 'combustible', 'combustions', 'comediennes', 'comelinesss', 'comestibles', 'comeuppance', 'comfortable', 'comfortably', 'commandants', 'commandeers', 'commandment', 'commemorate', 'commendable', 'commendably', 'commentarys', 'commentated', 'commentates', 'commentator', 'commercials', 'commingling', 'commiserate', 'commissarys', 'commissions', 'commitments', 'committable', 'commodities', 'commonality', 'commonplace', 'communicant', 'communicate', 'communiques', 'communistic', 'communities', 'commutation', 'commutative', 'compactness', 'comparative', 'comparators', 'comparisons', 'compartment', 'compassions', 'compatibles', 'compatriots', 'compellable', 'compendiums', 'compensable', 'compensated', 'compensates', 'competences', 'competencys', 'competently', 'competition', 'competitive', 'competitors', 'compilation', 'complacence', 'complacency', 'complainant', 'complainers', 'complaining', 'complaisant', 'complements', 'completions', 'complexions', 'complexitys', 'compliances', 'complicated', 'complicates', 'complicator', 'complicitys', 'compliments', 'componentry', 'comportment', 'composition', 'compositors', 'compounding', 'comprehends', 'compressing', 'compression', 'compressive', 'compressors', 'compromised', 'compromiser', 'compromises', 'comptroller', 'compulsions', 'compulsorys', 'compunction', 'compuserves', 'computation', 'computerise', 'computerize', 'comradeship', 'concatenate', 'concavities', 'concealment', 'conceivable', 'conceivably', 'concentrate', 'conceptions', 'concernedly', 'concertinas', 'concessions', 'conciliated', 'conciliates', 'conciliator', 'conciseness', 'conclusions', 'concoctions', 'concomitant', 'concordance', 'concurrence', 'concurrency', 'concussions', 'condensible', 'condescends', 'conditional', 'conditioned', 'conditioner', 'condolences', 'condominium', 'conductance', 'conductions', 'confabulate', 'confections', 'confederacy', 'confederate', 'conferences', 'conferments', 'conferrable', 'confessedly', 'confessions', 'confidantes', 'confidences', 'confidently', 'confidingly', 'configuring', 'confinement', 'confiscable', 'confiscated', 'confiscates', 'conflagrate', 'conflicting', 'confluences', 'conformance', 'conformists', 'conformitys', 'confounding', 'confronters', 'confronting', 'confusingly', 'congenially', 'congestions', 'congregated', 'congregates', 'congressman', 'congressmen', 'congruences', 'congruities', 'conjectural', 'conjectured', 'conjectures', 'conjugating', 'conjugation', 'conjunction', 'conjunctive', 'conjuncture', 'connecticut', 'connections', 'connectives', 'connivances', 'connoisseur', 'connotation', 'connotative', 'conquerable', 'consanguine', 'consciences', 'consciously', 'conscripted', 'consecrated', 'consecrates', 'consecutive', 'consensuses', 'consequence', 'consequents', 'conservator', 'considerate', 'considering', 'consignment', 'consistency', 'consolation', 'consolidate', 'consolingly', 'consonances', 'consonantal', 'consortiums', 'conspicuous', 'conspiracys', 'conspirator', 'constantine', 'constellate', 'consternate', 'constipated', 'constipates', 'constituent', 'constituted', 'constitutes', 'constrained', 'constraints', 'constricted', 'constrictor', 'constructed', 'constructor', 'consultancy', 'consultants', 'consumables', 'consumerism', 'consummated', 'consummates', 'consumption', 'consumptive', 'contactable', 'containable', 'containment', 'contaminant', 'contaminate', 'contemplate', 'contentedly', 'contentions', 'contentious', 'contentment', 'contestable', 'contestants', 'contiguitys', 'continences', 'continental', 'contingency', 'contingents', 'continually', 'continuance', 'continuitys', 'contortions', 'contrabands', 'contractile', 'contracting', 'contraction', 'contractors', 'contractual', 'contradicts', 'contraption', 'contrariety', 'contrasters', 'contrasting', 'contravened', 'contravenes', 'contretemps', 'contributed', 'contributes', 'contributor', 'contritions', 'contrivance', 'controllers', 'controlling', 'controversy', 'controverts', 'contumelies', 'conurbation', 'convalesced', 'convalesces', 'convections', 'convenience', 'conventions', 'convergence', 'conversions', 'convertible', 'conveyances', 'convictions', 'convocation', 'convolution', 'convulsions', 'cooperating', 'cooperation', 'cooperative', 'cooperators', 'cooperstown', 'coordinated', 'coordinates', 'coordinator', 'copacabanas', 'copenhagens', 'copernicuss', 'copiousness', 'copperfield', 'copperheads', 'coppertones', 'copulations', 'copycatting', 'copyrighted', 'copywriters', 'cordialitys', 'cordilleras', 'corinthians', 'corkscrewed', 'cornerstone', 'cornflakess', 'cornflowers', 'cornstarchs', 'cornucopias', 'corollaries', 'coronations', 'corporacies', 'corporately', 'corporation', 'corpulences', 'corpuscular', 'correctable', 'corrections', 'correctives', 'correctness', 'correlating', 'correlation', 'correlative', 'corresponds', 'corrigendum', 'corroborate', 'corrugating', 'corrugation', 'corruptible', 'corruptions', 'corruptness', 'coruscating', 'cosignatory', 'cosmetology', 'cosmogonies', 'cosmologies', 'cosmologist', 'cosponsored', 'costlinesss', 'cotoneaster', 'cottonmouth', 'cottonseeds', 'cottontails', 'cottonwoods', 'councillors', 'councilmans', 'counselings', 'counselling', 'counsellors', 'countenance', 'counteracts', 'counterfeit', 'counterflow', 'countermand', 'counterpane', 'counterpart', 'countersank', 'countersign', 'countersink', 'countersunk', 'countervail', 'countrified', 'countrymans', 'countryside', 'countrywide', 'courteously', 'courthouses', 'courtliness', 'covenanting', 'cowpunchers', 'crabbinesss', 'crackerjack', 'craftinesss', 'cranberries', 'crankinesss', 'crankshafts', 'crawlspaces', 'creaminesss', 'creationism', 'creativitys', 'credentials', 'credibility', 'credulously', 'creepinesss', 'crematories', 'crematorium', 'crestfallen', 'cretaceouss', 'criminology', 'crisscrosss', 'criticising', 'criticizing', 'crocodilian', 'cromwellian', 'crookedness', 'crossboness', 'crossbreeds', 'crosschecks', 'crosspieces', 'crossroadss', 'crucifixion', 'cruickshank', 'crustaceans', 'cryogenicss', 'cryptically', 'cryptograms', 'cryptozoics', 'crystalized', 'crystalizes', 'crystalline', 'crystallise', 'crystallite', 'crystallize', 'cudgellings', 'culminating', 'culmination', 'culpability', 'cultivating', 'cultivation', 'cultivators', 'cumberlands', 'cummerbunds', 'cunnilingus', 'cunninghams', 'curiosities', 'curmudgeons', 'currentness', 'curriculums', 'currycombed', 'curtailment', 'curvilinear', 'customarily', 'customhouse', 'customising', 'customizers', 'customizing', 'cuttlefishs', 'cybernetics', 'cyberspaces', 'cylindrical', 'daintinesss', 'dangerfield', 'dangerously', 'dardanelles', 'dauntlessly', 'daydreamers', 'daydreaming', 'deaconesses', 'deactivated', 'deactivates', 'deadlinesss', 'deadlocking', 'deadpanning', 'dealerships', 'deallocated', 'debarkation', 'debasements', 'debaucherys', 'debilitated', 'debilitates', 'debouillets', 'debriefings', 'decapitated', 'decapitates', 'deceitfully', 'decelerated', 'decelerates', 'deceptively', 'decimations', 'deciphering', 'declamation', 'declamatory', 'declaration', 'declarative', 'declaratory', 'declensions', 'declination', 'declivities', 'decolletage', 'decollimate', 'decolonised', 'decolonises', 'decolonized', 'decolonizes', 'decomposing', 'decorations', 'decorticate', 'decremented', 'decrepitude', 'decrescendi', 'decrescendo', 'dedications', 'deductibles', 'deemphasize', 'deerstalker', 'deescalated', 'deescalates', 'defacements', 'defamations', 'defecations', 'defenceless', 'defenseless', 'defensively', 'deferential', 'deficiencys', 'defilements', 'definitions', 'deflections', 'defoliating', 'defoliation', 'deforesting', 'deformation', 'deformities', 'degeneracys', 'degenerated', 'degenerates', 'degradation', 'dehumanised', 'dehumanises', 'dehumanized', 'dehumanizes', 'dehydrating', 'dehydration', 'deification', 'delawareans', 'delectation', 'delegations', 'deleterious', 'deliberated', 'deliberates', 'deliberator', 'deliciously', 'delightedly', 'delineament', 'delineating', 'delineation', 'delinquency', 'delinquents', 'deliriously', 'deliverable', 'deliverance', 'delphiniums', 'demagnetise', 'demagnetize', 'demagoguery', 'demandingly', 'demarcating', 'demarcation', 'demobilised', 'demobilises', 'demobilized', 'demobilizes', 'democracies', 'democratise', 'democratize', 'demographer', 'demographic', 'demographys', 'demolishing', 'demolitions', 'demonstrate', 'demoralised', 'demoralises', 'demoralized', 'demoralizes', 'demosthenes', 'demountable', 'demultiplex', 'denigrating', 'denigration', 'denominated', 'denominates', 'denominator', 'denotations', 'denouements', 'dentifrices', 'denumerable', 'deodorisers', 'deodorising', 'deodorizers', 'deodorizing', 'deoxyribose', 'departments', 'dependances', 'dependences', 'dependencys', 'dependently', 'depilatorys', 'deployments', 'depopulated', 'depopulates', 'deportation', 'deportments', 'depositions', 'depositorys', 'depravities', 'deprecating', 'deprecation', 'deprecatory', 'depreciable', 'depreciated', 'depreciates', 'depredation', 'depressants', 'depressible', 'depressions', 'depressives', 'deprivation', 'deprogramed', 'deputations', 'derailments', 'derangement', 'dereference', 'deregulated', 'deregulates', 'dereliction', 'derivations', 'derivatives', 'dermatitiss', 'dermatology', 'derogations', 'desalinated', 'desalinates', 'descendants', 'descendents', 'describable', 'description', 'descriptive', 'descriptors', 'desecrating', 'desecration', 'desegregate', 'desensitise', 'desensitize', 'deservingly', 'desiccating', 'desiccation', 'desideratum', 'designating', 'designation', 'designators', 'desolations', 'despatching', 'desperadoes', 'desperately', 'desperation', 'despondency', 'destabilise', 'destabilize', 'destination', 'destitution', 'destructing', 'destruction', 'destructive', 'detachments', 'detainments', 'deteriorate', 'determinacy', 'determinant', 'determinate', 'determiners', 'determining', 'determinism', 'deterrences', 'detestation', 'detonations', 'detoxifying', 'detractions', 'detrimental', 'deuteronomy', 'devaluation', 'devanagaris', 'devastating', 'devastation', 'development', 'deviousness', 'devotionals', 'devoutnesss', 'dexterously', 'dhaulagiris', 'diacritical', 'diagnosable', 'diagnostics', 'diagrammers', 'diagramming', 'diamagnetic', 'diametrical', 'dichotomies', 'dichotomize', 'dichotomous', 'dicotyledon', 'dictaphones', 'dictatorial', 'dictionarys', 'diefenbaker', 'dielectrics', 'differences', 'differently', 'difficultly', 'difficultys', 'diffidences', 'diffidently', 'diffraction', 'diffuseness', 'dignitaries', 'digressions', 'dilapidated', 'dilettantes', 'dilogarithm', 'dimensional', 'dimensioned', 'diminishing', 'diminuendos', 'diminutions', 'diminutives', 'diophantine', 'diphtherias', 'dipsomaniac', 'dipsomanias', 'directional', 'directnesss', 'directorate', 'directorial', 'directories', 'directrices', 'disabilitys', 'disablement', 'disaffected', 'disagreeing', 'disallowing', 'disappeared', 'disappoints', 'disapproval', 'disapproved', 'disapproves', 'disarmament', 'disarranged', 'disarranges', 'disarraying', 'disassemble', 'disbarments', 'disbelieved', 'disbelieves', 'discernible', 'discernibly', 'discernment', 'discharging', 'disciplined', 'disciplines', 'disclaimers', 'disclaiming', 'disclosures', 'discoloring', 'discoloured', 'discomfited', 'discomforts', 'discommoded', 'discommodes', 'discomposed', 'discomposes', 'disconcerts', 'disconnects', 'discontents', 'discontinue', 'discotheque', 'discounting', 'discouraged', 'discourages', 'discoursing', 'discourtesy', 'discoverers', 'discoveries', 'discovering', 'discredited', 'discreetest', 'discrepancy', 'discretions', 'discussants', 'discussions', 'disembarked', 'disembodied', 'disembodies', 'disembowels', 'disenchants', 'disencumber', 'disengaging', 'disentangle', 'disfavoring', 'disfavoured', 'disfiguring', 'disgraceful', 'disgruntled', 'disgruntles', 'disgustedly', 'disharmonys', 'disheartens', 'disheveling', 'dishevelled', 'dishonestly', 'dishonestys', 'dishonoring', 'dishonoured', 'dishwashers', 'dishwashing', 'disillusion', 'disinclined', 'disinclines', 'disinfected', 'disinherits', 'disinterest', 'disinterred', 'disjointing', 'disjunction', 'disjunctive', 'dislocating', 'dislocation', 'disloyaltys', 'dismantling', 'dismembered', 'dismounting', 'disobedient', 'disobliging', 'disordering', 'disorganise', 'disorganize', 'disoriented', 'disparaging', 'disparities', 'dispatchers', 'dispatching', 'dispensable', 'dispensarys', 'dispersible', 'dispersions', 'dispiriting', 'displayable', 'displeasing', 'displeasure', 'disposables', 'disposition', 'disputation', 'disquieting', 'disquietude', 'disregarded', 'disrespects', 'disruptions', 'dissections', 'dissembling', 'disseminate', 'dissensions', 'disservices', 'dissidences', 'dissimulate', 'dissipating', 'dissipation', 'dissociable', 'dissociated', 'dissociates', 'dissolutely', 'dissolution', 'dissonances', 'dissuasions', 'distasteful', 'distensions', 'distentions', 'distillates', 'distillerys', 'distinctest', 'distinction', 'distinctive', 'distinguish', 'distortions', 'distracting', 'distraction', 'distressful', 'distressing', 'distributed', 'distributes', 'distributor', 'distritbute', 'distrustful', 'distrusting', 'disturbance', 'divergences', 'diversified', 'diversifies', 'diversities', 'divestiture', 'divinations', 'doctrinaire', 'documentary', 'documenters', 'documenting', 'dodecahedra', 'dogcatchers', 'doggednesss', 'doggonedest', 'dogtrotting', 'domesticate', 'domesticity', 'dominations', 'domineering', 'doonesburys', 'dormitories', 'dostoevskys', 'doubtlessly', 'dovetailing', 'downgrading', 'downhearted', 'downloading', 'downplaying', 'downsizings', 'downstairss', 'downtrodden', 'draftinesss', 'dragonflies', 'dramatising', 'dramatizing', 'drastically', 'draughtiest', 'draughtsman', 'draughtsmen', 'drawbridges', 'drawstrings', 'dreadlockss', 'dreadnought', 'drearinesss', 'dressinesss', 'dressmakers', 'dressmaking', 'dromedaries', 'drowsinesss', 'drunkenness', 'dubiousness', 'dumbfounded', 'dumbledores', 'dumbwaiters', 'dumfounding', 'duplicating', 'duplication', 'duplicators', 'durabilitys', 'dustbusters', 'dutifulness', 'dynamically', 'dysfunction', 'dzerzhinsky', 'earmarkings', 'earnestines', 'earnestness', 'earthenware', 'earthinesss', 'earthliness', 'earthmoving', 'earthquakes', 'easternmost', 'ebulliences', 'eclecticism', 'ecmascripts', 'econometric', 'economising', 'economizers', 'economizing', 'ecuadorians', 'edification', 'editorially', 'educational', 'effacements', 'effectively', 'effectually', 'effectuated', 'effectuates', 'effeminacys', 'effervesced', 'effervesces', 'efficacious', 'efficiencys', 'efficiently', 'effronterys', 'effulgences', 'egalitarian', 'egocentrics', 'egotistical', 'egregiously', 'egyptologys', 'eigenvalues', 'eigenvector', 'eighteenths', 'einsteinian', 'einsteinium', 'eisenhowers', 'ejaculating', 'ejaculation', 'elaborately', 'elaborating', 'elaboration', 'elaborators', 'elastically', 'elasticitys', 'elastoplast', 'elderberrys', 'electioneer', 'electorates', 'electrician', 'electricity', 'electrified', 'electrifies', 'electrocute', 'electrolyte', 'electronics', 'elephantine', 'eligibility', 'eliminating', 'elimination', 'eliminators', 'elizabethan', 'ellipsoidal', 'elongations', 'elucidating', 'elucidation', 'elusiveness', 'emaciations', 'emancipated', 'emancipates', 'emancipator', 'emasculated', 'emasculates', 'embankments', 'embarcadero', 'embarkation', 'embarrassed', 'embarrasses', 'embellished', 'embellishes', 'embittering', 'emblazoning', 'embodiments', 'emboldening', 'embraceable', 'embroidered', 'embroiderys', 'embryologys', 'emendations', 'emergencies', 'emigrations', 'emotionally', 'empathising', 'empathizing', 'emphasising', 'emphasizing', 'empirically', 'empiricisms', 'empiricists', 'emplacement', 'employments', 'empowerment', 'emulsifying', 'enamellings', 'encampments', 'encapsulate', 'enchantment', 'enchantress', 'enciphering', 'encompassed', 'encompasses', 'encountered', 'encouraging', 'encroaching', 'encumbering', 'encumbrance', 'encyclicals', 'endangering', 'endearingly', 'endearments', 'endeavoring', 'endeavoured', 'endlessness', 'endorsement', 'endothelial', 'endothermic', 'enervations', 'enforceable', 'enforcement', 'enfranchise', 'engagements', 'engendering', 'engineering', 'englishmans', 'enhancement', 'enlargeable', 'enlargement', 'enlightened', 'enlistments', 'ennoblement', 'enrapturing', 'enrichments', 'enrollments', 'enshrouding', 'enslavement', 'enterprises', 'entertained', 'entertainer', 'enthralling', 'enthusiasms', 'enthusiasts', 'enticements', 'entitlement', 'entombments', 'entomologys', 'entranceway', 'entrapments', 'entrenching', 'enumerating', 'enumeration', 'enumerative', 'enumerators', 'enunciating', 'enunciation', 'envelopment', 'enviousness', 'environment', 'envisioning', 'ephemerides', 'epidermises', 'epiglottiss', 'epimethiuss', 'epimorphism', 'episcopacys', 'episcopates', 'epitaxially', 'epitomising', 'epitomizing', 'equabilitys', 'equanimitys', 'equestrians', 'equidistant', 'equilateral', 'equilibrate', 'equilibrium', 'equinoctial', 'equivalence', 'equivalents', 'equivocally', 'equivocated', 'equivocates', 'eradicating', 'eradication', 'ergonomicss', 'erlenmeyers', 'erratically', 'erroneously', 'erythrocyte', 'escalations', 'escarpments', 'eschatology', 'escherichia', 'escutcheons', 'esophaguses', 'espadrilles', 'essentially', 'established', 'establishes', 'estimations', 'ethnography', 'ethnologist', 'etymologies', 'etymologist', 'eucalyptuss', 'eucharistic', 'euphemistic', 'eurodollars', 'eustachians', 'euthanasias', 'evacuations', 'evaluations', 'evangelical', 'evangelinas', 'evangelines', 'evangelised', 'evangelises', 'evangelisms', 'evangelists', 'evangelized', 'evangelizes', 'evaporating', 'evaporation', 'evaporative', 'evasiveness', 'eventuality', 'eventuating', 'evergladess', 'everlasting', 'everythings', 'eviscerated', 'eviscerates', 'exacerbated', 'exacerbates', 'exactitudes', 'exaggerated', 'exaggerates', 'exaltations', 'examination', 'exasperated', 'exasperater', 'exasperates', 'excavations', 'exceedingly', 'excellences', 'excellencys', 'excellently', 'exceptional', 'excessively', 'excitations', 'excitements', 'exclamation', 'exclamatory', 'exclusively', 'exclusivity', 'excoriating', 'excoriation', 'excrescence', 'exculpating', 'exculpatory', 'executional', 'executioner', 'executrices', 'executrixes', 'exemplified', 'exemplifier', 'exemplifies', 'exercisable', 'exhalations', 'exhaustable', 'exhaustedly', 'exhaustible', 'exhaustions', 'exhibitions', 'exhilarated', 'exhilarates', 'exhortation', 'exhumations', 'existential', 'exonerating', 'exoneration', 'exorbitance', 'exoskeleton', 'expansively', 'expatiating', 'expatriated', 'expatriates', 'expectancys', 'expectantly', 'expectation', 'expectingly', 'expectorant', 'expectorate', 'expediences', 'expediencys', 'expediently', 'expeditions', 'expeditious', 'expendables', 'expenditure', 'expensively', 'experienced', 'experiences', 'experiments', 'expertnesss', 'expirations', 'explainable', 'explanation', 'explanatory', 'explicating', 'explication', 'exploitable', 'exploration', 'exploratory', 'explosively', 'exponential', 'exportation', 'expositions', 'expostulate', 'expressible', 'expressibly', 'expressions', 'expressways', 'expropriate', 'expurgating', 'expurgation', 'exquisitely', 'extemporise', 'extemporize', 'extensional', 'extensively', 'extenuating', 'extenuation', 'exterminate', 'extinctions', 'extirpating', 'extirpation', 'extractions', 'extraditing', 'extradition', 'extrapolate', 'extravagant', 'extraverted', 'extremities', 'extricating', 'extrication', 'extroverted', 'exuberances', 'exuberantly', 'exultations', 'eyewitnesss', 'fabricating', 'fabrication', 'facetiously', 'facilitated', 'facilitates', 'factorising', 'factorizing', 'facultative', 'fairgrounds', 'faithlessly', 'fallibility', 'falsifiable', 'falteringly', 'familiarise', 'familiarity', 'familiarize', 'fanatically', 'fanaticisms', 'fantasising', 'fantasizing', 'farinaceous', 'fasciculate', 'fascinating', 'fascination', 'fashionable', 'fashionably', 'fassbinders', 'fatherhoods', 'fatherlands', 'fatuousness', 'faulknerian', 'faultinesss', 'faultlessly', 'fauntleroys', 'favoritisms', 'favouritism', 'fearfulness', 'feasibility', 'featheriest', 'featureless', 'federalisms', 'federalists', 'federations', 'feeblenesss', 'fellowships', 'femininitys', 'ferociously', 'ferromagnet', 'ferruginous', 'fertilisers', 'fertilising', 'fertilizers', 'fertilizing', 'festivities', 'fetishistic', 'feudalistic', 'fiberboards', 'fiberglasss', 'fibreboards', 'fibreglasss', 'fibrosities', 'ficklenesss', 'fictionally', 'fiddlestick', 'fiduciaries', 'fiercenesss', 'figureheads', 'filamentary', 'filamentous', 'filibusters', 'filigreeing', 'filthinesss', 'filtrations', 'financially', 'fingerboard', 'fingernails', 'fingerprint', 'firebombing', 'firecracker', 'firefighter', 'fireproofed', 'fishtailing', 'fisticuffss', 'fitzpatrick', 'flabbergast', 'flabbinesss', 'flagellated', 'flagellates', 'flamboyance', 'flannelette', 'flannelling', 'flashinesss', 'flashlights', 'flatulences', 'flavourings', 'flavourless', 'fledgelings', 'fleetinglys', 'flexibility', 'flightiness', 'flimflammed', 'flimsinesss', 'flintstones', 'flirtations', 'flirtatious', 'floatations', 'floodlights', 'floorboards', 'floppinesss', 'floundering', 'flourishing', 'floweriness', 'fluctuating', 'fluctuation', 'fluffinesss', 'fluorescein', 'fluorescent', 'fluorescing', 'fluoridated', 'fluoridates', 'fluoroscope', 'flycatchers', 'flyspecking', 'flyswatters', 'fomentation', 'foolhardier', 'foolishness', 'footballers', 'footbridges', 'footlightss', 'footlockers', 'forbearance', 'forbiddings', 'forebodings', 'forecasters', 'forecasting', 'forecastles', 'foreclosing', 'foreclosure', 'forefathers', 'forefingers', 'foregathers', 'foregrounds', 'foreordains', 'forerunners', 'foreseeable', 'foreshadows', 'foreshorten', 'foresighted', 'forestalled', 'forestation', 'foretasting', 'foretelling', 'forethought', 'forevermore', 'forewarning', 'forfeitures', 'forgathered', 'forgetfully', 'forgettable', 'forgettably', 'forgiveness', 'forgivingly', 'formalising', 'formalities', 'formalizing', 'formatively', 'formulating', 'formulation', 'formulators', 'fornicating', 'fornication', 'forswearing', 'forthcoming', 'fortnightly', 'fortunately', 'forwardness', 'fossilising', 'fossilizing', 'foundations', 'fourneyrons', 'fourteenths', 'foxtrotting', 'fractionate', 'fractiously', 'fragmentary', 'fragmenting', 'franchisees', 'franchisers', 'franchising', 'franciscans', 'frankfurter', 'frantically', 'fraternally', 'fraternised', 'fraternises', 'fraternitys', 'fraternized', 'fraternizes', 'fratricides', 'fraudulence', 'fredericton', 'fredrickson', 'freebooters', 'freeholders', 'freelancers', 'freelancing', 'freeloaders', 'freeloading', 'freemasonry', 'freethinker', 'freewheeled', 'frenchwoman', 'frenchwomen', 'frequencies', 'frequenters', 'frequentest', 'frequenting', 'freshwaters', 'fretfulness', 'friendliest', 'friendships', 'frightening', 'frightfully', 'friskinesss', 'frivolities', 'frivolously', 'frontrunner', 'frostbiting', 'frostbitten', 'frostinesss', 'fructifying', 'fruitlessly', 'frustrating', 'frustration', 'fulfillment', 'fulfilments', 'fulminating', 'fulmination', 'fumigations', 'functionals', 'functionary', 'functioning', 'fundamental', 'furloughing', 'furnishings', 'furtherance', 'furthermore', 'furthermost', 'furtiveness', 'furtwnglers', 'fussbudgets', 'gainesville', 'gallbladder', 'gallivanted', 'galvanising', 'galvanizing', 'gamekeepers', 'garishnesss', 'garrisonian', 'garrisoning', 'garrulously', 'gastronomic', 'gastronomys', 'gatecrasher', 'gegenschein', 'genealogies', 'genealogist', 'generalised', 'generalises', 'generalists', 'generalitys', 'generalized', 'generalizer', 'generalizes', 'generations', 'generically', 'generositys', 'genetically', 'geneticists', 'gentlefolks', 'gentlemanly', 'gentlenesss', 'gentlewoman', 'gentlewomen', 'gentrifying', 'genuflected', 'genuineness', 'geochemical', 'geographers', 'geographies', 'geometrical', 'geophysical', 'geophysicss', 'geopolitics', 'georgetowns', 'geriatricss', 'germinating', 'germination', 'gerontology', 'gerrymander', 'gesticulate', 'gettysburgs', 'ghastliness', 'ghostliness', 'ghostwriter', 'ghostwrites', 'gingerbread', 'gingersnaps', 'gingivitiss', 'girlfriends', 'gladioluses', 'glamorising', 'glamorizing', 'glamorously', 'glamourized', 'glamourizes', 'glastonbury', 'glaswegians', 'glimmerings', 'globularity', 'gloominesss', 'glossinesss', 'glossolalia', 'glycerinate', 'gnosticisms', 'goalkeepers', 'goaltenders', 'godchildren', 'goddaughter', 'godforsaken', 'goldbricked', 'goldfinches', 'goldilockss', 'gonorrhoeas', 'gooseberrys', 'governances', 'governesses', 'governments', 'gracelessly', 'graduations', 'grammarians', 'grammatical', 'grandchilds', 'grandfather', 'grandmother', 'grandnephew', 'grandparent', 'grandstands', 'granularity', 'granulating', 'granulation', 'grapefruits', 'graphically', 'graphologys', 'grasshopper', 'gravestones', 'gravitating', 'gravitation', 'greasepaint', 'greasinesss', 'greedinesss', 'greengrocer', 'greenhouses', 'greenpeaces', 'greensboros', 'greenswards', 'griddlecake', 'grindstones', 'grogginesss', 'grotesquely', 'grouchiness', 'groundskeep', 'groundswell', 'groundworks', 'grubbinesss', 'grumpinesss', 'guadalajara', 'guadalcanal', 'guadeloupes', 'guallatiris', 'guantanamos', 'guaranteers', 'guarantying', 'guardhouses', 'guatemalans', 'guesstimate', 'guillotined', 'guillotines', 'guiltinesss', 'guiltlessly', 'gullibility', 'gunrunnings', 'gunslingers', 'guttersnipe', 'gwendolines', 'gymnasticss', 'gymnosperms', 'gynaecology', 'gynecologys', 'gyrocompass', 'haberdasher', 'habitations', 'habituating', 'habituation', 'haematology', 'haemoglobin', 'haemophilia', 'haemorrhage', 'haemorrhoid', 'hagiographa', 'hairbreadth', 'hairbrushes', 'hairdresser', 'hairsprings', 'hairstylist', 'halfhearted', 'halfpennies', 'halleluiahs', 'hallelujahs', 'halliburton', 'hallmarking', 'hallucinate', 'hamiltonian', 'hammerheads', 'hammerstein', 'handcrafted', 'handcuffing', 'handicapped', 'handicapper', 'handicrafts', 'handmaidens', 'handpicking', 'handshaking', 'handsprings', 'handwriting', 'handwritten', 'hanoverians', 'haphazardly', 'haplessness', 'harassments', 'hardhearted', 'hardworking', 'harebrained', 'harmfulness', 'harmonising', 'harmonizing', 'harpsichord', 'harringtons', 'harrisburgs', 'hatefulness', 'hattiesburg', 'haughtiness', 'headdresses', 'headhunters', 'headmasters', 'headquarter', 'headwaiters', 'headwaterss', 'healthfully', 'healthiness', 'heartbreaks', 'heartbroken', 'heartinesss', 'heartlessly', 'heartthrobs', 'heatstrokes', 'heavenliest', 'heavenwards', 'heavyweight', 'hebephrenic', 'heightening', 'heinousness', 'helicopters', 'heliotropes', 'hellenistic', 'hellesponts', 'helpfulness', 'hematologys', 'hemispheres', 'hemispheric', 'hemoglobins', 'hemophiliac', 'hemophilias', 'hemorrhaged', 'hemorrhages', 'hemorrhoids', 'hemosiderin', 'hemstitched', 'hemstitches', 'hendrickson', 'hephaestuss', 'hepplewhite', 'herbivorous', 'herculaneum', 'hereinabove', 'hereinafter', 'hereinbelow', 'hermeneutic', 'hermosillos', 'herpetology', 'herringbone', 'hertzsprung', 'herzegovina', 'hesitations', 'heterodoxys', 'hexadecimal', 'hexagonally', 'hibernating', 'hibernation', 'hiccoughing', 'hideousness', 'hierarchies', 'highfalutin', 'highjackers', 'highjacking', 'highlanders', 'highlighted', 'highlighter', 'hightailing', 'highwaymans', 'hilariously', 'hillbillies', 'hindquarter', 'hindustanis', 'hinterlands', 'hippocrates', 'hippocratic', 'hippopotami', 'hispaniolas', 'histochemic', 'histrionics', 'hitchhikers', 'hitchhiking', 'hoarsenesss', 'hobbyhorses', 'hodgepodges', 'hofstadters', 'hollandaise', 'hollownesss', 'holographic', 'holographys', 'homebuilder', 'homecomings', 'homelinesss', 'homeopathic', 'homeopathys', 'homeostasis', 'homesteaded', 'homesteader', 'homestretch', 'homogeneity', 'homogeneous', 'homogenised', 'homogenises', 'homogenized', 'homogenizes', 'homomorphic', 'homophobias', 'homosexuals', 'honeycombed', 'honeymooned', 'honeymooner', 'honeysuckle', 'honorariums', 'hoodwinking', 'hooliganism', 'hopefulness', 'hopscotched', 'hopscotches', 'horizontals', 'hornblowers', 'horsepowers', 'horseradish', 'horsewomans', 'hospitalise', 'hospitality', 'hospitalize', 'hostilities', 'hotheadedly', 'hourglasses', 'housebreaks', 'housebroken', 'housecleans', 'householder', 'housekeeper', 'housemother', 'houseplants', 'housewaress', 'housewifely', 'hovercrafts', 'huckleberry', 'huckstering', 'hullabaloos', 'humanenesss', 'humanitiess', 'humblenesss', 'humidifiers', 'humidifying', 'humiliating', 'humiliation', 'hummingbird', 'hunchbacked', 'hundredfold', 'huntingtons', 'hybridising', 'hybridizing', 'hydraulicss', 'hydrocarbon', 'hydrogenate', 'hydrolysiss', 'hydrometers', 'hydrophilic', 'hydrophobia', 'hydrophobic', 'hydroplaned', 'hydroplanes', 'hydroponics', 'hydrosphere', 'hydrostatic', 'hydroxylate', 'hygrometers', 'hygroscopic', 'hyperactive', 'hyperboloid', 'hypermarket', 'hyphenating', 'hyphenation', 'hypnotising', 'hypnotizing', 'hypocrisies', 'hypocycloid', 'hypodermics', 'hypophyseal', 'hypotenuses', 'hypothalami', 'hypothermia', 'hypothesise', 'hypothesiss', 'hypothesize', 'hypothyroid', 'icebreakers', 'iconoclasts', 'icosahedral', 'icosahedron', 'identically', 'identifiers', 'identifying', 'ideological', 'ideologists', 'idiotically', 'ignominious', 'ignoramuses', 'ijsselmeers', 'illegalitys', 'illicitness', 'illimitable', 'illiteracys', 'illiterates', 'illogically', 'illuminated', 'illuminates', 'illusionary', 'illustrated', 'illustrates', 'illustrator', 'illustrious', 'imagination', 'imaginative', 'imbecilitys', 'immaturitys', 'immediacies', 'immediately', 'immensities', 'immigrating', 'immigration', 'immobilised', 'immobilises', 'immobilitys', 'immobilized', 'immobilizes', 'immolations', 'immoralitys', 'immortalise', 'immortality', 'immortalize', 'immunologys', 'impairments', 'impalements', 'impanelling', 'impartation', 'impartially', 'impassioned', 'impassively', 'impassivity', 'impatiences', 'impatiently', 'impeachment', 'impecunious', 'impedimenta', 'impediments', 'impenitence', 'imperatives', 'imperfectly', 'imperialism', 'imperialist', 'imperilling', 'imperiously', 'impermanent', 'impermeable', 'impersonate', 'impertinent', 'impetuosity', 'impetuously', 'impingement', 'impishnesss', 'implausible', 'implausibly', 'implemented', 'implementer', 'implementor', 'implicating', 'implication', 'importances', 'importantly', 'importation', 'importunate', 'importuning', 'importunity', 'impositions', 'impossibles', 'impractical', 'imprecation', 'imprecisely', 'imprecision', 'impregnable', 'impregnably', 'impregnated', 'impregnates', 'impresarios', 'impressible', 'impressions', 'impressment', 'imprimaturs', 'imprisoning', 'impropriety', 'improvement', 'improvident', 'improvisate', 'improvisers', 'improvising', 'imprudences', 'impulsively', 'imputations', 'inabilities', 'inaccuracys', 'inactivitys', 'inadequacys', 'inadvertent', 'inadvisable', 'inalienable', 'inalterable', 'inanimately', 'inattention', 'inattentive', 'inaugurated', 'inaugurates', 'inbreedings', 'incantation', 'incapacitys', 'incarcerate', 'incarnating', 'incarnation', 'incendiarys', 'incessantly', 'incidentals', 'incinerated', 'incinerates', 'incinerator', 'incitements', 'incivilitys', 'inclemencys', 'inclination', 'inclusively', 'incoherence', 'incompetent', 'incongruity', 'incongruous', 'inconstancy', 'incontinent', 'incorporate', 'incorporeal', 'incorrectly', 'increasable', 'incredulity', 'incredulous', 'incremental', 'incremented', 'incriminate', 'incubations', 'inculcating', 'inculcation', 'inculpating', 'incumbencys', 'indecencies', 'indecisions', 'indefinable', 'indefinably', 'indelicacys', 'indemnified', 'indemnifies', 'indemnities', 'indentation', 'indenturing', 'independent', 'indications', 'indicatives', 'indictments', 'indifferent', 'indigestion', 'indignantly', 'indignation', 'indignities', 'indirecting', 'indirection', 'individuals', 'individuate', 'indivisible', 'indivisibly', 'indochinese', 'indomitable', 'indomitably', 'indonesians', 'indorsement', 'indubitable', 'indubitably', 'inducements', 'inductances', 'inductively', 'indulgences', 'indulgently', 'industrials', 'industrious', 'inebriating', 'inebriation', 'ineffective', 'ineffectual', 'inefficient', 'inelegantly', 'ineligibles', 'ineluctable', 'ineluctably', 'ineptitudes', 'inequalitys', 'inequitable', 'inescapable', 'inescapably', 'inessential', 'inestimable', 'inestimably', 'inevitables', 'inexcusable', 'inexcusably', 'inexpedient', 'inexpensive', 'infanticide', 'infantryman', 'infantrymen', 'infarctions', 'infatuating', 'infatuation', 'infelicitys', 'inferential', 'inferiority', 'infertility', 'infestation', 'infidelitys', 'infightings', 'infiltrated', 'infiltrates', 'infiltrator', 'infinitives', 'infinitudes', 'infirmaries', 'infirmities', 'inflammable', 'inflatables', 'inflections', 'inflictions', 'influencing', 'influential', 'infomercial', 'informality', 'informatica', 'information', 'informative', 'infractions', 'infrequency', 'infuriating', 'infuriation', 'ingeniously', 'ingenuously', 'ingratiated', 'ingratiates', 'ingratitude', 'ingredients', 'inhabitable', 'inhabitance', 'inhabitants', 'inhalations', 'inheritable', 'inheritance', 'inheritress', 'inhibitions', 'inhumanitys', 'initialised', 'initialises', 'initialized', 'initializer', 'initializes', 'initialling', 'initiations', 'initiatives', 'injudicious', 'injunctions', 'innocuously', 'innovations', 'innumerable', 'innumerably', 'inoculating', 'inoculation', 'inoffensive', 'inoperative', 'inopportune', 'inquietudes', 'inquiringly', 'inquisition', 'inquisitive', 'inquisitors', 'inscription', 'inscrutable', 'inscrutably', 'insecticide', 'insectivore', 'insecuritys', 'inseminated', 'inseminates', 'insensitive', 'insentience', 'inseparable', 'inseparably', 'insidiously', 'insincerely', 'insincerity', 'insinuating', 'insinuation', 'insistences', 'insistently', 'insolvencys', 'insouciance', 'inspections', 'inspiration', 'instability', 'installment', 'instalments', 'instamatics', 'instantiate', 'instigating', 'instigation', 'instigators', 'instinctive', 'instinctual', 'instituters', 'instituting', 'institution', 'instructing', 'instruction', 'instructive', 'instructors', 'instruments', 'insularitys', 'insulations', 'insuperable', 'insurgences', 'insurgencys', 'intangibles', 'integrating', 'integration', 'integrative', 'integuments', 'intelligent', 'intemperate', 'intensified', 'intensifier', 'intensifies', 'intensities', 'intensively', 'intentional', 'intentioned', 'intentnesss', 'interacting', 'interaction', 'interactive', 'interbreeds', 'intercalate', 'interceding', 'intercepted', 'interceptor', 'intercessor', 'interchange', 'intercourse', 'interdicted', 'interesting', 'interfacing', 'interfering', 'interferons', 'interjected', 'interlacing', 'interlarded', 'interleaved', 'interleaves', 'interleukin', 'interlinked', 'interlocked', 'interlopers', 'interluding', 'intermezzos', 'intermingle', 'intermodule', 'internalise', 'internalize', 'internecine', 'internement', 'interneship', 'internments', 'internships', 'interoffice', 'interpolant', 'interpolate', 'interposing', 'interpreted', 'interpreter', 'interracial', 'interregnum', 'interrelate', 'interrogate', 'interrupted', 'intersected', 'intersperse', 'interstates', 'interstices', 'intertwined', 'intertwines', 'intervening', 'interviewed', 'interviewee', 'interviewer', 'interweaved', 'interweaves', 'intimations', 'intimidated', 'intimidates', 'intolerable', 'intolerably', 'intolerance', 'intonations', 'intoxicants', 'intoxicated', 'intoxicates', 'intractable', 'intractably', 'intraoffice', 'intravenous', 'intrenching', 'intricacies', 'intricately', 'introducing', 'introverted', 'intuitively', 'inundations', 'invalidated', 'invalidates', 'invaliditys', 'invariables', 'invariantly', 'inventively', 'inventoried', 'inventories', 'investigate', 'investiture', 'investments', 'invidiously', 'invigorated', 'invigorates', 'invitations', 'invocations', 'involuntary', 'involvement', 'ionisations', 'ionizations', 'ionospheres', 'ionospheric', 'ipsilateral', 'iridescence', 'irishwomans', 'irradiating', 'irradiation', 'irrationals', 'irredentism', 'irredentist', 'irreducible', 'irreducibly', 'irreflexive', 'irrefutable', 'irregularly', 'irrelevance', 'irrelevancy', 'irreligious', 'irremovable', 'irreparable', 'irreparably', 'irreverence', 'irrevocable', 'irrevocably', 'irrigations', 'irritations', 'isochronous', 'isometricss', 'isomorphism', 'italicising', 'italicizing', 'itemisation', 'itemization', 'iteratively', 'itineraries', 'jackhammers', 'jackknifing', 'jackrabbits', 'jacquelines', 'jaggednesss', 'jauntinesss', 'javascripts', 'jawbreakers', 'jayawardene', 'jehoshaphat', 'jellyfishes', 'jeopardised', 'jeopardises', 'jeopardized', 'jeopardizes', 'jettisoning', 'jinrickshas', 'jinrikishas', 'joblessness', 'jocularitys', 'jogjakartas', 'journaleses', 'journalisms', 'journalists', 'journalized', 'journalizes', 'journeyings', 'journeymans', 'joyfulnesss', 'joyousnesss', 'jubilations', 'judgemental', 'judicatures', 'judiciaries', 'judiciously', 'juggernauts', 'justiciable', 'justifiable', 'justifiably', 'juxtaposing', 'kalashnikov', 'kamehamehas', 'kazakhstans', 'kazantzakis', 'kentuckians', 'kettledrums', 'keyboarders', 'keyboarding', 'keypunching', 'kidnappings', 'kierkegaard', 'kilimanjaro', 'kilohertzes', 'kindhearted', 'kindlinesss', 'kinesthesis', 'kingfishers', 'kirghistans', 'kirkpatrick', 'kitakyushus', 'kitchenette', 'kitchenware', 'kleptomania', 'knackwursts', 'kneecapping', 'kngwarreyes', 'knickknacks', 'knighthoods', 'knockwursts', 'knuckleball', 'knucklehead', 'kodachromes', 'koenigsberg', 'kommunizmas', 'kookaburras', 'krasnoyarsk', 'kristophers', 'kwashiorkor', 'laboratorys', 'laboriously', 'labradorite', 'lacerations', 'lackadaisic', 'laconically', 'ladyfingers', 'lallygagged', 'lamborghini', 'lamentation', 'laminations', 'landholders', 'landlubbers', 'landscapers', 'landscaping', 'landslidden', 'landsliding', 'landsteiner', 'langerhanss', 'languidness', 'languishing', 'laryngitiss', 'lateralling', 'latitudinal', 'latticework', 'launderings', 'laundresses', 'laundrymans', 'lavishnesss', 'lawbreakers', 'lawbreaking', 'lawfulnesss', 'lawlessness', 'lawrenciums', 'leaderships', 'leafletting', 'leapfrogged', 'leaseholder', 'leatherback', 'leatherneck', 'leatherwork', 'leavenworth', 'lecherously', 'leeuwenhoek', 'legerdemain', 'legibilitys', 'legionnaire', 'legislating', 'legislation', 'legislative', 'legislators', 'legislature', 'legitimacys', 'legitimated', 'legitimates', 'legitimised', 'legitimises', 'legitimized', 'legitimizes', 'lengthening', 'leoncavallo', 'leprechauns', 'lesbianisms', 'letterheads', 'levelheaded', 'levitations', 'liabilities', 'liberalised', 'liberalises', 'liberalisms', 'liberalitys', 'liberalized', 'liberalizes', 'liberations', 'libertarian', 'librettists', 'librevilles', 'licentiates', 'lieutenancy', 'lieutenants', 'lifesavings', 'lightheaded', 'lighthouses', 'lightninged', 'lightweight', 'likableness', 'likelihoods', 'lilliputian', 'limitations', 'linearities', 'linearizing', 'linebackers', 'lineprinter', 'lingeringly', 'linguistics', 'lionhearted', 'liposuction', 'lipreadings', 'lipsticking', 'liquidating', 'liquidation', 'liquidators', 'liquidising', 'liquidizing', 'literalness', 'literatures', 'lithographs', 'lithography', 'lithosphere', 'lithuanians', 'litigations', 'littlenesss', 'livabilitys', 'livelihoods', 'livelinesss', 'liverwursts', 'livingstone', 'lobachevsky', 'locomotions', 'locomotives', 'loganberrys', 'logarithmic', 'loggerheads', 'logrollings', 'lollygagged', 'lonelinesss', 'longfellows', 'longstreets', 'loosestrife', 'loudmouthed', 'loudspeaker', 'louisianans', 'louisianian', 'louisvilles', 'lovelinesss', 'lovemakings', 'lubavitcher', 'lubricating', 'lubrication', 'lubricators', 'lucratively', 'ludicrously', 'lumberjacks', 'lumberyards', 'luminescent', 'luminositys', 'lutheranism', 'luxembourgs', 'luxuriances', 'luxuriantly', 'luxuriating', 'luxuriously', 'lysistratas', 'macedonians', 'macerations', 'machiavelli', 'machination', 'machinelike', 'macintoshes', 'mackintoshs', 'macrobiotic', 'macroscopic', 'madagascans', 'madagascars', 'maddeningly', 'maeterlinck', 'magisterial', 'magistrates', 'magnanimity', 'magnanimous', 'magnetising', 'magnetizing', 'magnificent', 'mahabharata', 'maharashtra', 'mahayanists', 'maidenforms', 'maidenhairs', 'maidenheads', 'maidenhoods', 'maidservant', 'mainsprings', 'mainstreams', 'maintainers', 'maintaining', 'maintenance', 'maladaptive', 'maladjusted', 'malapropism', 'malcontents', 'malediction', 'malefactors', 'malevolence', 'malfeasance', 'malfunction', 'maliciously', 'malignancys', 'malignantly', 'malingerers', 'malingering', 'malplaquets', 'malpractice', 'malthusians', 'maltreating', 'mammography', 'managements', 'manchesters', 'maneuvering', 'manhandling', 'manicurists', 'manifesting', 'manifestoes', 'manifolding', 'manipulable', 'manipulated', 'manipulates', 'manipulator', 'manitoulins', 'mannishness', 'manoeuvring', 'manservants', 'mantelpiece', 'mantlepiece', 'manufacture', 'manumission', 'manumitting', 'manuscripts', 'marathoners', 'marchioness', 'marginalias', 'marguerites', 'marionettes', 'marketplace', 'marlborough', 'marshalling', 'marshmallow', 'martiniques', 'marvelously', 'masculinely', 'masculinity', 'masochistic', 'masqueraded', 'masquerader', 'masquerades', 'massiveness', 'mastectomys', 'mastercards', 'masterfully', 'masterminds', 'masterpiece', 'masterworks', 'masticating', 'mastication', 'masturbated', 'masturbates', 'matchmakers', 'matchmaking', 'matchsticks', 'materialise', 'materialism', 'materialist', 'materialize', 'mathematics', 'matriarchal', 'matriarchys', 'matriculate', 'matrimonial', 'matterhorns', 'maturations', 'mauritanias', 'mayonnaises', 'mccarthyism', 'mcculloughs', 'mclaughlins', 'mcnaughtons', 'meadowlarks', 'meadowsweet', 'meagernesss', 'meaningless', 'measureless', 'measurement', 'mechanising', 'mechanistic', 'mechanizing', 'medications', 'medicinally', 'mediocritys', 'meditations', 'megahertzes', 'megalomania', 'megalopolis', 'megaphoning', 'melancholia', 'melancholic', 'melancholys', 'melchizedek', 'mellifluous', 'mellownesss', 'melodically', 'melodiously', 'memberships', 'memorabilia', 'memorandums', 'memorialise', 'memorialize', 'mendelevium', 'mendelssohn', 'meningitiss', 'menkalinans', 'menservants', 'menstruated', 'menstruates', 'mensuration', 'mentalities', 'mentholated', 'mentholatum', 'mentionable', 'mercenaries', 'mercerising', 'mercerizing', 'merchandise', 'merchandize', 'merchantman', 'merchantmen', 'mercilessly', 'meritocracy', 'meritorious', 'merovingian', 'merrymakers', 'merrymaking', 'merthiolate', 'mesmerising', 'mesmerizing', 'mesopotamia', 'metabolised', 'metabolises', 'metabolisms', 'metabolized', 'metabolizes', 'metacarpals', 'metacarpuss', 'metallurgic', 'metallurgys', 'metamorphic', 'metaphysics', 'metastasise', 'metastasiss', 'metastasize', 'metatarsals', 'meteorology', 'methodology', 'metrication', 'metropoliss', 'miaplacidus', 'michigander', 'microbicide', 'microcoding', 'microfiches', 'microfilmed', 'micrography', 'micrometers', 'micrometres', 'micronesian', 'micronesias', 'microphones', 'microscopes', 'microscopic', 'microscopys', 'microsecond', 'microwaving', 'middlebrows', 'midshipmans', 'midwiferies', 'mightinesss', 'militarised', 'militarises', 'militarisms', 'militarists', 'militarized', 'militarizes', 'militiamans', 'millenarian', 'millenniums', 'milliampere', 'milliliters', 'millilitres', 'millimeters', 'millimetres', 'millionaire', 'millisecond', 'milquetoast', 'mimeographs', 'mindfulness', 'mineralogys', 'minestrones', 'minesweeper', 'miniaturise', 'miniaturist', 'miniaturize', 'minimalisms', 'minimalists', 'miniseriess', 'ministerial', 'ministering', 'ministrants', 'minneapolis', 'minnesotans', 'minutenesss', 'misalliance', 'misanthrope', 'misanthropy', 'misapplying', 'misbegotten', 'misbehaving', 'misbehavior', 'miscarriage', 'miscarrying', 'miscellanys', 'mischievous', 'misconceive', 'misconducts', 'misconstrue', 'miscounting', 'misdemeanor', 'misdiagnose', 'misdirected', 'miserliness', 'misfeasance', 'misfortunes', 'misgoverned', 'misguidedly', 'mishandling', 'misidentify', 'misinformed', 'misjudgment', 'mismanaging', 'mismatching', 'misogynists', 'misprinting', 'misreadings', 'missionarys', 'mississauga', 'mississippi', 'missourians', 'misspelling', 'misspending', 'mistreating', 'mistrustful', 'mistrusting', 'mithridates', 'mitigations', 'mitsubishis', 'mitterrands', 'mizzenmasts', 'mnchhausens', 'mockingbird', 'moderations', 'modernising', 'modernistic', 'modernizing', 'modularized', 'modularizes', 'modulations', 'mohammedans', 'mohorovicic', 'moisturised', 'moisturiser', 'moisturises', 'moisturized', 'moisturizer', 'moisturizes', 'molestation', 'mollycoddle', 'molybdenite', 'molybdenums', 'momentarily', 'momentously', 'monarchical', 'monarchisms', 'monarchists', 'monasteries', 'monasticism', 'moneymakers', 'moneymaking', 'monkeyshine', 'monochromes', 'monogrammed', 'monographes', 'monolingual', 'monomaniacs', 'monongahela', 'monopolised', 'monopolises', 'monopolists', 'monopolized', 'monopolizes', 'monotheisms', 'monotheists', 'monstrances', 'monstrosity', 'monstrously', 'montenegrin', 'montenegros', 'montesquieu', 'montevideos', 'montgolfier', 'montgomerys', 'montpeliers', 'montserrats', 'moonlighted', 'moonlighter', 'moratoriums', 'morosenesss', 'morphologys', 'mortarboard', 'mothballing', 'motherboard', 'motherhoods', 'motherlands', 'motivations', 'motocrosses', 'motorbiking', 'motorcycled', 'motorcycles', 'motormouths', 'mountaineer', 'mountainous', 'mountaintop', 'mountbatten', 'mountebanks', 'moussorgsky', 'mouthpieces', 'mouthwashes', 'mozambicans', 'mozambiques', 'mozzarellas', 'mudslingers', 'mudslinging', 'muhammadans', 'mulishnesss', 'multimedias', 'multinomial', 'multiplexed', 'multiplexer', 'multiplexes', 'multiplexor', 'multipliers', 'multiplying', 'multiracial', 'municipally', 'munificence', 'murderesses', 'murderously', 'muscularity', 'musculature', 'mushrooming', 'musicologys', 'muskellunge', 'mutabilitys', 'mutableness', 'mutilations', 'mythologies', 'mythologist', 'nailbrushes', 'nanoseconds', 'naphthalene', 'narcissisms', 'narcissists', 'narcissuses', 'narrownesss', 'nasturtiums', 'nationalise', 'nationalism', 'nationalist', 'nationality', 'nationalize', 'nationwides', 'naturalised', 'naturalises', 'naturalisms', 'naturalists', 'naturalized', 'naturalizes', 'naturalness', 'naughtiness', 'navigations', 'navratilova', 'neanderthal', 'nearsighted', 'necessaries', 'necessarily', 'necessitate', 'necessities', 'neckerchief', 'necromancer', 'necromancys', 'necromantic', 'necrophilia', 'needlepoint', 'needleworks', 'nefariously', 'negativitys', 'negligences', 'negligently', 'negotiating', 'negotiation', 'negotiators', 'neighboring', 'neighboured', 'neighbourly', 'nervelessly', 'nervousness', 'netherlands', 'netherworld', 'networkings', 'neurologist', 'neutralised', 'neutraliser', 'neutralises', 'neutralitys', 'neutralized', 'neutralizer', 'neutralizes', 'newscasters', 'newsletters', 'nicaraguans', 'nickelodeon', 'nightingale', 'nightmarish', 'nightshades', 'nightshirts', 'nightsticks', 'nimblenesss', 'nincompoops', 'nineteenths', 'nitrogenous', 'noblewomans', 'nocturnally', 'noiselessly', 'noisemakers', 'nominations', 'nominatives', 'nonabrasive', 'nonbeliever', 'nonblocking', 'nonchalance', 'nondescript', 'nondrinkers', 'nonentities', 'nonetheless', 'nonexistent', 'nonfictions', 'nonlinearly', 'nonnegative', 'nonpartisan', 'nonpayments', 'nonphysical', 'nonplussing', 'nonresident', 'nonseasonal', 'nonsensical', 'nonstandard', 'nonsupports', 'nonterminal', 'nonviolence', 'normalising', 'normalizing', 'northampton', 'northeaster', 'northerlies', 'northerners', 'nostradamus', 'nothingness', 'noticeboard', 'notoriously', 'nouakchotts', 'nourishment', 'novosibirsk', 'nucleotides', 'numerations', 'numerically', 'numerologys', 'numismatics', 'numismatist', 'nurserymans', 'nutcrackers', 'nutrasweets', 'nutritional', 'nymphomania', 'obfuscating', 'obfuscation', 'obfuscatory', 'objectively', 'objectivity', 'obligations', 'obliqueness', 'obliterated', 'obliterates', 'obliviously', 'obnoxiously', 'obscenities', 'obscurities', 'observances', 'observantly', 'observation', 'observatory', 'obsessively', 'obsolescent', 'obstetrical', 'obstetricss', 'obstinately', 'obstructing', 'obstruction', 'obstructive', 'obtrusively', 'obtusenesss', 'obviousness', 'occasioning', 'occidentals', 'occultation', 'occupancies', 'occupations', 'occurrences', 'odoriferous', 'odorousness', 'offensively', 'offertories', 'offhandedly', 'officialdom', 'officiating', 'officiously', 'oktoberfest', 'oldsmobiles', 'olfactories', 'oligarchies', 'ominousness', 'omnipotence', 'omnipresent', 'omniscience', 'opalescence', 'opaquenesss', 'operational', 'opinionated', 'oppenheimer', 'opportunely', 'opportunism', 'opportunist', 'opportunity', 'oppositions', 'oppressions', 'opprobrious', 'opprobriums', 'optoisolate', 'optometrist', 'orangutangs', 'oranjestads', 'orchestrate', 'orderliness', 'ordinations', 'ordovicians', 'organically', 'organizable', 'orientating', 'orientation', 'originality', 'originating', 'origination', 'originators', 'ornamenting', 'ornatenesss', 'ornithology', 'orthodontia', 'orthodontic', 'orthodoxies', 'orthography', 'orthonormal', 'orthopaedic', 'orthopedics', 'orthopedist', 'oscillating', 'oscillation', 'oscillators', 'oscillatory', 'ostentation', 'osteopathic', 'osteopathys', 'ostracising', 'ostracizing', 'ouagadougou', 'outbalanced', 'outbalances', 'outbuilding', 'outclassing', 'outcropping', 'outdistance', 'outfielders', 'outflanking', 'outmaneuver', 'outnumbered', 'outpatients', 'outperforms', 'outpourings', 'outreaching', 'outsmarting', 'outsourcing', 'outspokenly', 'outstanding', 'outstations', 'outstripped', 'outweighing', 'overachieve', 'overanxious', 'overbalance', 'overbearing', 'overbooking', 'overburdens', 'overcasting', 'overcharged', 'overcharges', 'overcooking', 'overcrowded', 'overdrawing', 'overdressed', 'overdresses', 'overexposed', 'overexposes', 'overextends', 'overflowing', 'overgrowing', 'overgrowths', 'overhanging', 'overhauling', 'overhearing', 'overheating', 'overindulge', 'overlapping', 'overloading', 'overlooking', 'overnighter', 'overplaying', 'overpowered', 'overpricing', 'overprinted', 'overproduce', 'overreached', 'overreaches', 'overreacted', 'overrunning', 'overselling', 'overshadows', 'overspreads', 'overstating', 'overstaying', 'overstepped', 'overstocked', 'overstuffed', 'overturning', 'overweening', 'overweights', 'overwhelmed', 'overworking', 'overwriting', 'overwritten', 'overwrought', 'overzealous', 'oxygenating', 'oxygenation', 'ozymandiass', 'pacesetters', 'pacesetting', 'pacifically', 'paediatrics', 'paginations', 'painfullest', 'painkillers', 'painstaking', 'paintbrushs', 'paleolithic', 'palestinian', 'palimpsests', 'palindromes', 'palindromic', 'pallbearers', 'palliations', 'palliatives', 'palpitating', 'palpitation', 'paltrinesss', 'pamphleteer', 'panamanians', 'pandemonium', 'panhandlers', 'panhandling', 'pantaloonss', 'pantheistic', 'pantomiming', 'paperhanger', 'paperweight', 'parachuting', 'parachutist', 'paradoxical', 'paragraphed', 'paraguayans', 'paralleling', 'parallelism', 'parallelize', 'parallelled', 'paramaribos', 'parameciums', 'paramedical', 'paraphrased', 'paraphrases', 'paraplegias', 'paraplegics', 'paratrooper', 'paratroopss', 'parentheses', 'parenthesis', 'parenthetic', 'parenthoods', 'parishioner', 'parliaments', 'partialitys', 'participant', 'participate', 'participial', 'participles', 'particulars', 'particulate', 'partitioned', 'partnership', 'parturition', 'passageways', 'passionless', 'passiveness', 'pasteboards', 'pasteurised', 'pasteurises', 'pasteurized', 'pasteurizes', 'patchinesss', 'paternalism', 'paternoster', 'pathologist', 'patriarchal', 'patriarchys', 'patrimonial', 'patrimonies', 'patriotisms', 'patrolwoman', 'patrolwomen', 'patronising', 'patronizing', 'patronymics', 'pauperising', 'pauperizing', 'pawnbrokers', 'peacemakers', 'peasanthood', 'peccadillos', 'peculiarity', 'pedagogical', 'pedestrians', 'pediatricss', 'pediatrists', 'peevishness', 'pejoratives', 'peloponnese', 'pencillings', 'pendereckis', 'penetrating', 'penetration', 'penetrative', 'penetrators', 'penicillins', 'penitential', 'penmanships', 'penningtons', 'pennyweight', 'penologists', 'pensiveness', 'pentameters', 'pentateuchs', 'pentathlons', 'pentecostal', 'penultimate', 'peppercorns', 'peppergrass', 'peppermints', 'perambulate', 'perceivable', 'perceivably', 'percentages', 'percentiles', 'perceptible', 'perceptibly', 'perceptions', 'perchlorate', 'percolating', 'percolation', 'percolators', 'percussions', 'perennially', 'perfectible', 'perfections', 'perfectness', 'perforating', 'perforation', 'performance', 'perfumeries', 'perfunctory', 'pericardium', 'perihelions', 'periodicals', 'periodicity', 'periodontal', 'peripatetic', 'peripherals', 'peripheries', 'periphrases', 'periphrasis', 'perishables', 'peritoneums', 'peritonitis', 'periwinkles', 'permafrosts', 'permanences', 'permanently', 'permissible', 'permissibly', 'permissions', 'permutation', 'perorations', 'perpetrated', 'perpetrates', 'perpetrator', 'perpetually', 'perpetuated', 'perpetuates', 'perpetuitys', 'perplexitys', 'perquisites', 'persecuting', 'persecution', 'persecutors', 'persecutory', 'persephones', 'persepoliss', 'perseverant', 'persevering', 'persiflages', 'persistence', 'persnickety', 'personalise', 'personality', 'personalize', 'personified', 'personifies', 'perspective', 'perspicuity', 'perspicuous', 'persuadable', 'persuasions', 'pertinacity', 'pertinences', 'pervasively', 'perversions', 'perversitys', 'pessimistic', 'pestilences', 'petitioners', 'petitioning', 'petrolatums', 'pettifogged', 'pettifogger', 'phanerozoic', 'phantasying', 'pharmacists', 'phenomenons', 'philandered', 'philanderer', 'philatelist', 'philippians', 'philippines', 'philistines', 'philodendra', 'philologist', 'philosopher', 'philosophic', 'philosophys', 'phonetician', 'phonographs', 'phonologist', 'phosphoruss', 'photocopied', 'photocopier', 'photocopies', 'photographs', 'photography', 'photometric', 'phraseology', 'phrenologys', 'physiognomy', 'physiologys', 'pianissimos', 'pianofortes', 'piccalillis', 'pickabacked', 'pickpockets', 'pictographs', 'pictorially', 'picturesque', 'pigeonberry', 'pigeonholed', 'pigeonholes', 'piggishness', 'piggybacked', 'pilgrimages', 'pillowcases', 'pilothouses', 'pincushions', 'pinfeathers', 'pinpointing', 'pinwheeling', 'pirouetting', 'piscatorial', 'pisistratus', 'pitchblende', 'pitchforked', 'pittsburghs', 'pituitaries', 'placeholder', 'plagiarised', 'plagiarises', 'plagiarisms', 'plagiarists', 'plagiarized', 'plagiarizes', 'plagioclase', 'plaintively', 'planetarium', 'planoconvex', 'plantagenet', 'plantations', 'plasticines', 'plasticitys', 'platforming', 'playactings', 'playfulness', 'playgrounds', 'playstation', 'playwrights', 'playwriting', 'pleasantest', 'pleasantrys', 'pleasurable', 'pleasurably', 'plebiscites', 'pleistocene', 'plentifully', 'plexiglases', 'pliabilitys', 'ploughshare', 'pluckinesss', 'pluperfects', 'pluralising', 'pluralistic', 'pluralities', 'pluralizing', 'plutocracys', 'plutocratic', 'pocahontass', 'pocketbooks', 'pocketknife', 'pockmarking', 'podiatrists', 'poinsettias', 'pointillism', 'pointillist', 'pointlessly', 'poisonously', 'polarimeter', 'polarimetry', 'polariscope', 'polarograph', 'policewoman', 'policewomen', 'politenesss', 'politically', 'politicians', 'politicised', 'politicises', 'politicized', 'politicizes', 'politicking', 'pollinating', 'pollination', 'poltergeist', 'polygamists', 'polygraphed', 'polyhedrons', 'polyhymnias', 'polymorphic', 'polynesians', 'polynomials', 'polystyrene', 'polytechnic', 'polytheisms', 'polytheists', 'pomegranate', 'pomeranians', 'pompadoured', 'pompousness', 'ponderously', 'pontificate', 'popularised', 'popularises', 'popularitys', 'popularized', 'popularizes', 'populations', 'pornography', 'portability', 'portculliss', 'porterhouse', 'portlinesss', 'portmanteau', 'portraitist', 'portraiture', 'portugueses', 'positioning', 'possessions', 'possessives', 'possibility', 'postmarking', 'postmasters', 'postmortems', 'postoffices', 'postprocess', 'postscripts', 'postulating', 'postulation', 'potentially', 'powerhouses', 'powerlessly', 'powerpoints', 'practicable', 'practicably', 'practically', 'pragmatisms', 'pragmatists', 'prearranged', 'prearranges', 'preassigned', 'precambrian', 'precautions', 'precedences', 'precedented', 'preciositys', 'precipitant', 'precipitate', 'precipitous', 'preciseness', 'preclusions', 'preconceive', 'predeceased', 'predeceases', 'predecessor', 'predefining', 'predestined', 'predestines', 'predicament', 'predicating', 'predication', 'predicative', 'predictable', 'predictably', 'predictions', 'predisposed', 'predisposes', 'predominant', 'predominate', 'preeminence', 'preemptions', 'preexisting', 'prefectures', 'preferences', 'preferments', 'prefiguring', 'pregnancies', 'prehistoric', 'prehistorys', 'prejudgment', 'prejudicial', 'prejudicing', 'preliminary', 'prematurely', 'prematurity', 'premeditate', 'premonition', 'premonitory', 'preoccupied', 'preoccupies', 'preordained', 'prepackaged', 'prepackages', 'preparation', 'preparative', 'preparatory', 'prepayments', 'preposition', 'prerecorded', 'preregister', 'prerogative', 'preschooler', 'presciences', 'prescribing', 'preselected', 'presentable', 'presentness', 'preshrunken', 'presidencys', 'pressurised', 'pressurises', 'pressurized', 'pressurizes', 'prestigious', 'presumption', 'presumptive', 'presupposed', 'presupposes', 'pretensions', 'pretentious', 'prettifying', 'prettinesss', 'prevalences', 'prevalently', 'prevaricate', 'preventable', 'preventably', 'preventible', 'preventions', 'preventives', 'priestesses', 'priesthoods', 'priestliest', 'primitively', 'primitivism', 'princeliest', 'principally', 'prioritised', 'prioritises', 'prioritized', 'prioritizes', 'prissinesss', 'privatising', 'privatizing', 'privileging', 'prizefights', 'probabilist', 'probability', 'probationer', 'problematic', 'proboscides', 'proboscises', 'proceedings', 'processions', 'proclaimers', 'proclaiming', 'proclivitys', 'procreating', 'procreation', 'procreative', 'procrustean', 'procrustess', 'procurators', 'procurement', 'prodigality', 'productions', 'profanation', 'profanities', 'professions', 'proficiency', 'proficients', 'profiteered', 'profligacys', 'profligates', 'profoundest', 'profunditys', 'progenitors', 'prognostics', 'programmers', 'programming', 'progressing', 'progression', 'progressive', 'prohibiting', 'prohibition', 'prohibitive', 'prohibitory', 'projectiles', 'projections', 'prolegomena', 'proletarian', 'proletariat', 'proliferate', 'promenading', 'prometheuss', 'prominences', 'prominently', 'promiscuity', 'promiscuous', 'promisingly', 'promontorys', 'promotional', 'promptitude', 'promptnesss', 'promulgated', 'promulgates', 'pronouncing', 'proofreader', 'propagandas', 'propagating', 'propagation', 'propellants', 'propellents', 'propensitys', 'prophesying', 'prophetesss', 'prophylaxis', 'propinquity', 'propitiated', 'propitiates', 'proportions', 'proposition', 'propounding', 'proprietary', 'proprietors', 'propulsions', 'prosaically', 'prosceniums', 'proscribing', 'prosecuting', 'prosecution', 'prosecutors', 'proselyting', 'proselytise', 'proselytize', 'proserpines', 'prospecting', 'prospection', 'prospective', 'prospectors', 'prospectuss', 'prosperitys', 'prosthesiss', 'prostituted', 'prostitutes', 'prostrating', 'prostration', 'protagonist', 'protections', 'proteolysis', 'proteolytic', 'proterozoic', 'protestants', 'protoplasms', 'prototyping', 'protracting', 'protraction', 'protractors', 'protrusions', 'protuberant', 'provability', 'provenances', 'providences', 'providently', 'provincials', 'provisional', 'provisioned', 'provocateur', 'provocation', 'provocative', 'prudentials', 'psychedelic', 'psychiatric', 'psychiatrys', 'psychically', 'psychogenic', 'psychologys', 'psychometry', 'psychopaths', 'pterodactyl', 'pubescences', 'publication', 'publicising', 'publicizing', 'publishable', 'publishings', 'pulchritude', 'pulverising', 'pulverizing', 'pumpkinseed', 'punctilious', 'punctuality', 'punctuating', 'punctuation', 'punishments', 'purchasable', 'purgatorial', 'purgatories', 'puritanical', 'puritanisms', 'purportedly', 'purposeless', 'pussyfooted', 'putrescence', 'puzzlements', 'pyromaniacs', 'pyrotechnic', 'pythagorass', 'pythagorean', 'quadrangles', 'quadratical', 'quadratures', 'quadrennial', 'quadricepss', 'quadrillion', 'quadruplets', 'quadrupling', 'quaintnesss', 'qualitative', 'quantifiers', 'quantifying', 'quarantined', 'quarantines', 'quarrelling', 'quarrelsome', 'quarterback', 'quarterdeck', 'quarterlies', 'quaternarys', 'queasinesss', 'queenslands', 'querulously', 'questioners', 'questioning', 'quicksilver', 'quiescences', 'quintilians', 'quintillion', 'quintuplets', 'quintupling', 'quizzically', 'rabelaisian', 'racecourses', 'racketeered', 'racquetball', 'radicalisms', 'radioactive', 'radiocarbon', 'radiography', 'radiologist', 'radiometric', 'ragamuffins', 'raggednesss', 'railroaders', 'railroading', 'rakishnesss', 'ramakrishna', 'rancorously', 'randomising', 'randomizing', 'randomnesss', 'rapaciously', 'rapscallion', 'rasalgethis', 'rasalhagues', 'raspberries', 'rastafarian', 'rathskeller', 'ratiocinate', 'rationalise', 'rationalism', 'rationalist', 'rationality', 'rationalize', 'rattlesnake', 'rattletraps', 'raucousness', 'raunchiness', 'ravishingly', 'ravishments', 'reactionary', 'reactivated', 'reactivates', 'readability', 'readerships', 'readjusting', 'readmitting', 'reaffirming', 'reaganomics', 'realisation', 'realization', 'reallocated', 'reallocates', 'reanalyzing', 'reanimating', 'reappearing', 'reappointed', 'reapportion', 'reappraisal', 'reappraised', 'reappraises', 'rearmaments', 'rearranging', 'reassembled', 'reassembles', 'reasserting', 'reassessing', 'reassigning', 'reassurance', 'reawakening', 'rebroadcast', 'recalculate', 'recantation', 'recapturing', 'receptacles', 'receptively', 'receptivity', 'recessional', 'recidivisms', 'recidivists', 'reciprocals', 'reciprocate', 'reciprocity', 'recirculate', 'recitations', 'recitatives', 'reclaimable', 'reclamation', 'recognising', 'recognition', 'recognizers', 'recognizing', 'recollected', 'recombinant', 'recombining', 'recommenced', 'recommences', 'recommended', 'recommender', 'recompensed', 'recompenses', 'recompiling', 'recomputing', 'reconciling', 'recondition', 'reconfigure', 'reconnected', 'reconnoiter', 'reconnoitre', 'reconquered', 'reconsiders', 'reconstruct', 'reconvening', 'recoverable', 'recreations', 'recriminate', 'recruitment', 'rectangular', 'rectifiable', 'rectilinear', 'recuperated', 'recuperates', 'recurrences', 'recurrently', 'recursively', 'recyclables', 'reddishness', 'redeclaring', 'redecorated', 'redecorates', 'rededicated', 'rededicates', 'redemptions', 'redeploying', 'redesigning', 'redeveloped', 'redirecting', 'redirection', 'rediscovers', 'rediscovery', 'redisplayed', 'redistricts', 'redoubtable', 'redundancys', 'redundantly', 'reeducating', 'reeducation', 'reelections', 'reemphasise', 'reemphasize', 'reenactment', 'reenforcing', 'reenlisting', 'reestablish', 'reevaluated', 'reevaluates', 'reexamining', 'refashioned', 'refectories', 'referencing', 'referendums', 'referential', 'refinancing', 'refinements', 'refinishing', 'reflectance', 'reflections', 'reflexively', 'reflexivity', 'refocussing', 'reforesting', 'reformation', 'reformatory', 'reformatted', 'reformulate', 'refractions', 'refractorys', 'refreshment', 'refrigerant', 'refrigerate', 'refulgences', 'refurbished', 'refurbishes', 'refurnished', 'refurnishes', 'refutations', 'regenerated', 'regenerates', 'regimenting', 'regionalism', 'registering', 'registrable', 'registrants', 'regressions', 'regretfully', 'regrettable', 'regrettably', 'regularised', 'regularises', 'regularitys', 'regularized', 'regularizes', 'regulations', 'regurgitate', 'reimbursing', 'reincarnate', 'reinforcing', 'reinserting', 'reinstating', 'reinterpret', 'reintroduce', 'reinventing', 'reinvesting', 'reiterating', 'reiteration', 'rejuvenated', 'rejuvenates', 'relabelling', 'relativitys', 'relaxations', 'relegations', 'reliability', 'religiosity', 'religiously', 'relocatable', 'relocations', 'reluctances', 'reluctantly', 'remaindered', 'remarriages', 'remembering', 'remembrance', 'reminiscent', 'reminiscing', 'remissnesss', 'remittances', 'remodelling', 'remonstrate', 'remorseless', 'remotenesss', 'remunerated', 'remunerates', 'renaissance', 'renascences', 'rendezvouss', 'renegotiate', 'renovations', 'renumbering', 'reoccupying', 'reoccurring', 'reorganised', 'reorganises', 'reorganized', 'reorganizes', 'repackaging', 'reparations', 'repatriated', 'repatriates', 'repentances', 'repertoires', 'repertories', 'repetitions', 'repetitious', 'replaceable', 'replacement', 'replenished', 'replenishes', 'repleteness', 'replicating', 'replication', 'reportorial', 'repositions', 'repositorys', 'repossessed', 'repossesses', 'reprehended', 'represented', 'repressions', 'reprimanded', 'reproachful', 'reproaching', 'reprocessed', 'reprocesses', 'reproducers', 'reproducing', 'reprogramed', 'republicans', 'republished', 'republishes', 'repudiating', 'repudiation', 'repugnances', 'repulsively', 'reputations', 'requirement', 'requisition', 'rescheduled', 'reschedules', 'rescissions', 'researchers', 'researching', 'reselecting', 'resemblance', 'resentfully', 'resentments', 'reservation', 'reshuffling', 'residencies', 'residential', 'resignation', 'resiliences', 'resiliencys', 'resistances', 'resistantly', 'resistivity', 'resolutions', 'resourceful', 'respectable', 'respectably', 'respiration', 'respirators', 'respiratory', 'resplendent', 'respondents', 'responsible', 'responsibly', 'restatement', 'restaurants', 'restfullest', 'restfulness', 'restitution', 'restiveness', 'restoration', 'restorative', 'restrainers', 'restraining', 'restricting', 'restriction', 'restrictive', 'restructure', 'resubmitted', 'resultantly', 'resumptions', 'resupplying', 'resurfacing', 'resurgences', 'resurrected', 'resurrector', 'resuscitate', 'retaliating', 'retaliation', 'retaliatory', 'retardation', 'retentively', 'reticulated', 'reticulates', 'retirements', 'retractable', 'retractions', 'retransmits', 'retrenching', 'retribution', 'retributive', 'retrievable', 'retroactive', 'retrofitted', 'retrograded', 'retrogrades', 'retrorocket', 'retrospects', 'retrovision', 'returnables', 'reupholster', 'revaluation', 'revelations', 'reverberate', 'reverencing', 'reverential', 'reverifying', 'revilements', 'revisionary', 'revitalised', 'revitalises', 'revitalized', 'revitalizes', 'revivalists', 'revivifying', 'revocations', 'revoltingly', 'revolutions', 'rewardingly', 'rhapsodised', 'rhapsodises', 'rhapsodized', 'rhapsodizes', 'rhetorician', 'rheumatisms', 'rhinestones', 'rhinoceross', 'riboflavins', 'ribonucleic', 'ricocheting', 'ricochetted', 'riefenstahl', 'rigamaroles', 'righteously', 'ringleaders', 'ringmasters', 'ritualistic', 'roadblocked', 'roadrunners', 'robespierre', 'robitussins', 'robustnesss', 'rochambeaus', 'rockefeller', 'roddenberry', 'rollerblade', 'rollickings', 'romanesques', 'romanticise', 'romanticism', 'romanticist', 'romanticize', 'rosenzweigs', 'rosicrucian', 'rotisseries', 'rotogravure', 'rottennesss', 'rottweilers', 'rotundnesss', 'roughhoused', 'roughhouses', 'roughnecked', 'roundabouts', 'roundedness', 'roundhouses', 'roustabouts', 'routinising', 'routinizing', 'rubberising', 'rubberizing', 'rubbermaids', 'rubbernecks', 'rudimentary', 'ruggednesss', 'ruminations', 'rusticating', 'rustication', 'rustproofed', 'sabbaticals', 'sacramental', 'sacramentos', 'sacrednesss', 'sacrificers', 'sacrificial', 'sacrificing', 'safeguarded', 'safekeeping', 'sagittarius', 'saintliness', 'salaciously', 'salamanders', 'salesclerks', 'salespeople', 'salesperson', 'saleswomans', 'salivations', 'salmonberry', 'salmonellae', 'salmonellas', 'saltcellars', 'saltshakers', 'salutations', 'salvadorans', 'salvadorian', 'salvageable', 'sanatoriums', 'sanctifying', 'sanctioning', 'sanctuaries', 'sandalwoods', 'sandbagging', 'sandblasted', 'sandblaster', 'sandcastles', 'sandpapered', 'sandwiching', 'sanguineous', 'sanitariums', 'sanitations', 'saprophytes', 'sarcophagus', 'sarsparilla', 'sartorially', 'sassafrases', 'satanically', 'satelliting', 'satirically', 'satisfiable', 'saturations', 'saturnalias', 'sauerkrauts', 'savagenesss', 'saxophonist', 'scaffolding', 'scandalised', 'scandalises', 'scandalized', 'scandalizes', 'scandinavia', 'scantinesss', 'scapegoated', 'scarborough', 'scarcenesss', 'sceptically', 'scepticisms', 'schenectady', 'schismatics', 'schlesinger', 'schmaltzier', 'schoenbergs', 'scholarship', 'scholastics', 'schoolbooks', 'schoolchild', 'schoolgirls', 'schoolhouse', 'schoolmarms', 'schoolmates', 'schoolrooms', 'schoolworks', 'schoolyards', 'schrdingers', 'schrieffers', 'schumpeters', 'schuylkills', 'schwarzkopf', 'scientology', 'scintillate', 'scoreboards', 'scotswomans', 'scoutmaster', 'scraggliest', 'scratchiest', 'scratchpads', 'screechiest', 'screenplays', 'screwdriver', 'scrimmaging', 'scrimshawed', 'scrumptious', 'scrutinised', 'scrutinises', 'scrutinized', 'scrutinizes', 'sculpturing', 'scuttlebutt', 'seamanships', 'seamstresss', 'searchingly', 'searchlight', 'seasickness', 'seaworthier', 'secondaries', 'secondarily', 'secretarial', 'secretariat', 'secretaries', 'secretively', 'secularised', 'secularises', 'secularisms', 'secularized', 'secularizes', 'sedimentary', 'seductively', 'seemlinesss', 'seersuckers', 'segregating', 'segregation', 'seismically', 'seismograph', 'seismologys', 'selectively', 'selectivity', 'selfadjoint', 'selfishness', 'semanticist', 'semaphoring', 'semicircles', 'semimonthly', 'seminarians', 'semiprivate', 'semiskilled', 'semitrailer', 'semiweeklys', 'senegaleses', 'sennacherib', 'sensational', 'senselessly', 'sensibility', 'sensitising', 'sensitively', 'sensitivity', 'sensitizing', 'sensualitys', 'sensurround', 'sententious', 'sentimental', 'separations', 'separatisms', 'separatists', 'septicaemia', 'septicemias', 'septuagints', 'sepulchered', 'sepulchring', 'sequencings', 'sequestered', 'serendipity', 'serenenesss', 'serialising', 'serializing', 'seriousness', 'sermonising', 'sermonizing', 'serpentines', 'serviceable', 'servicemans', 'settlements', 'sevastopols', 'seventeenth', 'seventieths', 'severalfold', 'seychelless', 'shabbinesss', 'shadowboxed', 'shadowboxes', 'shagginesss', 'shakespeare', 'shallowness', 'shamelessly', 'shanghaiing', 'shantytowns', 'shapelessly', 'shapeliness', 'shareholder', 'shcharansky', 'shellacking', 'shellfishes', 'shenanigans', 'shepherdess', 'shepherding', 'shibboleths', 'shiftinesss', 'shillelaghs', 'shipbuilder', 'shipwrecked', 'shipwrights', 'shirtsleeve', 'shirtwaists', 'shoddinesss', 'shoehorning', 'shoestrings', 'shopkeepers', 'shoplifters', 'shoplifting', 'shortbreads', 'shortchange', 'shortcoming', 'shortenings', 'shorthanded', 'shotgunning', 'shouldering', 'showboating', 'showmanship', 'shrewdnesss', 'shrillnesss', 'shrivelling', 'shrubberies', 'shutterbugs', 'shuttlecock', 'shylockians', 'sickeningly', 'siddharthas', 'sidesaddles', 'sidestepped', 'sidestroked', 'sidestrokes', 'sideswiping', 'sidetracked', 'sierpinskis', 'sightseeing', 'signalising', 'signalizing', 'signatories', 'significant', 'signposting', 'silhouetted', 'silhouettes', 'silverfishs', 'silversmith', 'silverwares', 'similaritys', 'simplenesss', 'simplicitys', 'simplifiers', 'simplifying', 'simulations', 'simulcasted', 'sinfulnesss', 'singsonging', 'singularity', 'sisterhoods', 'situational', 'skateboards', 'skedaddling', 'skeptically', 'skepticisms', 'skimpinesss', 'skinninesss', 'skirmishers', 'skirmishing', 'skulduggery', 'skyrocketed', 'skyscrapers', 'skywritings', 'slaphappier', 'slaughtered', 'slaughterer', 'sleazinesss', 'sleepinesss', 'sleeplessly', 'sleepwalked', 'sleepwalker', 'sleepyheads', 'slenderised', 'slenderises', 'slenderized', 'slenderizes', 'slenderness', 'slightnesss', 'slipperiest', 'sloppinesss', 'slovenliest', 'smatterings', 'smithereens', 'smithsonian', 'smokehouses', 'smokescreen', 'smokestacks', 'smoothnesss', 'smouldering', 'snapdragons', 'snootinesss', 'snorkelings', 'snorkelling', 'snowballing', 'snowboarded', 'snowmobiled', 'snowmobiles', 'snowploughs', 'snowplowing', 'snowshoeing', 'sociability', 'socialising', 'socialistic', 'socializing', 'sociologist', 'sociometric', 'softhearted', 'solemnising', 'solemnizing', 'solicitudes', 'solidaritys', 'solidifying', 'soliloquies', 'soliloquise', 'soliloquize', 'solubilitys', 'somersaults', 'somnolences', 'songwriters', 'soothsayers', 'sophistries', 'sorceresses', 'sordidnesss', 'sorrowfully', 'soubriquets', 'soulfulness', 'soundlessly', 'soundproofs', 'soundtracks', 'southampton', 'southerlies', 'southerners', 'southwester', 'sovereignty', 'spacecrafts', 'spaceflight', 'spacewalked', 'sparsenesss', 'spatterdock', 'speakeasies', 'spearheaded', 'specialised', 'specialises', 'specialists', 'specialitys', 'specialized', 'specializes', 'specialties', 'specifiable', 'specificity', 'spectacless', 'spectacular', 'spectrogram', 'speculating', 'speculation', 'speculative', 'speculators', 'speedometer', 'spellbinder', 'spendthrift', 'spenglerian', 'spermatozoa', 'spermicides', 'spherically', 'spiritually', 'spirographs', 'spitefuller', 'spitsbergen', 'splashdowns', 'splattering', 'splendidest', 'splintering', 'splotchiest', 'spluttering', 'spoilsports', 'spokeswoman', 'spokeswomen', 'spoliations', 'sponsorship', 'spontaneity', 'spontaneous', 'spoonerisms', 'sportscasts', 'sportswears', 'sportswoman', 'sportswomen', 'sportswrite', 'spotlighted', 'spottinesss', 'spreadsheet', 'sprightlier', 'springboard', 'springfield', 'springiness', 'springsteen', 'springtimes', 'sprinklings', 'squandering', 'squarenesss', 'squashberry', 'squeamishly', 'squeegeeing', 'squiggliest', 'squirreling', 'squirrelled', 'stabilisers', 'stabilising', 'stabilities', 'stabilizers', 'stabilizing', 'stagecoachs', 'stagestruck', 'stagflation', 'stagnations', 'stairmaster', 'stalactites', 'stalagmites', 'stalemating', 'stalingrads', 'standardise', 'standardize', 'standoffish', 'standpoints', 'standstills', 'startlingly', 'starvations', 'statehouses', 'stateliness', 'stationerys', 'statistical', 'statutorily', 'steadfastly', 'steadinesss', 'steakhouses', 'stealthiest', 'steamrolled', 'steamroller', 'steeplebush', 'steeplejack', 'stegosaurus', 'stencilling', 'stenography', 'stepbrother', 'stepfathers', 'stephanotis', 'stepladders', 'stepmothers', 'stepparents', 'stepsisters', 'stereoscope', 'stereoscopy', 'stereotyped', 'stereotypes', 'sterilisers', 'sterilising', 'sterilizers', 'sterilizing', 'stethoscope', 'stewardesss', 'stewardship', 'stickinesss', 'stickleback', 'stigmatised', 'stigmatises', 'stigmatized', 'stigmatizes', 'stillbirths', 'stimulating', 'stimulation', 'stimulative', 'stimulatory', 'stinginesss', 'stipulating', 'stipulation', 'stockbroker', 'stockhausen', 'stockholder', 'stockinesss', 'stockpiling', 'stodginesss', 'stolichnaya', 'stomachache', 'stonewalled', 'stopwatches', 'storefronts', 'storehouses', 'storekeeper', 'storminesss', 'storyteller', 'straggliest', 'straightens', 'straightest', 'straightway', 'straitening', 'strangeness', 'stranglings', 'strangulate', 'straplesses', 'strategists', 'stratifying', 'stravinskys', 'strawberrys', 'strawflower', 'streamlined', 'streamliner', 'streamlines', 'streetlight', 'strengthens', 'strenuously', 'stretchiest', 'stricklands', 'strictnesss', 'strikebreak', 'stringencys', 'stringently', 'stringiness', 'stripteased', 'stripteases', 'strongboxes', 'strongholds', 'structuring', 'strychnines', 'stubbornest', 'studebakers', 'studentship', 'stuffinesss', 'stultifying', 'stupidities', 'sturdinesss', 'stylishness', 'subbasement', 'subcompacts', 'subcontract', 'subcultures', 'subdividing', 'subdivision', 'subheadings', 'subinterval', 'subjections', 'subjugating', 'subjugation', 'subjunctive', 'sublimating', 'sublimation', 'submariners', 'submergence', 'submersible', 'submersions', 'submissions', 'subnetworks', 'subordinate', 'subornation', 'subpoenaing', 'subproblems', 'subprograms', 'subrogation', 'subroutines', 'subscribers', 'subscribing', 'subscripted', 'subsections', 'subsegments', 'subsequence', 'subservient', 'subsidences', 'subsidiarys', 'subsidising', 'subsidizing', 'subsistence', 'substandard', 'substantial', 'substantive', 'substations', 'substituent', 'substituted', 'substitutes', 'substratums', 'subterfuges', 'subtotaling', 'subtotalled', 'subtracting', 'subtraction', 'subtractors', 'subtrahends', 'subtropical', 'suburbanite', 'subversions', 'subversives', 'successions', 'succinctest', 'succulences', 'suddennesss', 'sudetenland', 'sufferances', 'sufficiency', 'suffocating', 'suffocation', 'suffragette', 'suffragists', 'sugarcoated', 'suggestible', 'suggestions', 'suitability', 'sulfonamide', 'sullennesss', 'summarising', 'summarizing', 'summerhouse', 'summertimes', 'sunbathings', 'sunglassess', 'supercharge', 'superficial', 'superfluity', 'superfluous', 'superimpose', 'superintend', 'superiority', 'superlative', 'superlunary', 'supermarket', 'supernatant', 'superposing', 'superpowers', 'superscript', 'superseding', 'supertanker', 'supervening', 'supervising', 'supervision', 'supervisors', 'supervisory', 'supplanting', 'supplements', 'supplenesss', 'supplicants', 'supplicated', 'supplicates', 'supportable', 'supposition', 'suppository', 'suppressing', 'suppression', 'suppurating', 'suppuration', 'supremacist', 'supremities', 'surcharging', 'surfaceness', 'surfboarded', 'surmounting', 'surplussing', 'surprisings', 'surrealisms', 'surrealists', 'surrendered', 'surrounding', 'surveillant', 'susceptance', 'susceptible', 'suspenseful', 'suspensions', 'susquehanna', 'sustainable', 'sustenances', 'sutherlands', 'swallowtail', 'swammerdams', 'sweatpantss', 'sweatshirts', 'swedenborgs', 'sweepstakes', 'sweetbreads', 'sweetbriars', 'sweetbriers', 'sweetenings', 'sweethearts', 'swellheaded', 'switchbacks', 'switchblade', 'switchboard', 'switzerland', 'swordfishes', 'sycophantic', 'syllabified', 'syllabifies', 'syllogistic', 'symbolising', 'symbolizing', 'symmetrical', 'symmetricly', 'sympathetic', 'sympathiess', 'sympathised', 'sympathiser', 'sympathises', 'sympathized', 'sympathizer', 'sympathizes', 'symptomatic', 'synchronise', 'synchronism', 'synchronize', 'synchronous', 'synchrotron', 'syncopating', 'syncopation', 'syndicating', 'syndication', 'synergistic', 'syntactical', 'synthesised', 'synthesises', 'synthesized', 'synthesizer', 'synthesizes', 'syphilitics', 'systematise', 'systematize', 'szymborskas', 'tabernacles', 'tablecloths', 'tablespoons', 'tabulations', 'tachometers', 'taciturnity', 'tajikistans', 'taklamakans', 'talkatively', 'tallahassee', 'talleyrands', 'tambourines', 'tanganyikas', 'tangibility', 'tantalising', 'tantalizing', 'taskmasters', 'tastelessly', 'tattletales', 'tautologies', 'tawdrinesss', 'taxidermist', 'tchaikovsky', 'teargassing', 'tearjerkers', 'teaspoonful', 'technically', 'technicians', 'technicolor', 'technocracy', 'technocrats', 'technologys', 'tediousness', 'teetotalers', 'teetotaller', 'tegucigalpa', 'telecasters', 'telecasting', 'telecommute', 'telegraphed', 'telegrapher', 'telegraphic', 'telegraphys', 'telekinesis', 'telemetries', 'telephoners', 'telephoning', 'teleprinter', 'telescoping', 'televisions', 'temperament', 'temperances', 'temperately', 'temperature', 'tempestuous', 'temporaries', 'temporarily', 'temporising', 'temporizing', 'temptations', 'temptresses', 'tenabilitys', 'tenaciously', 'tendentious', 'tenderfoots', 'tenderisers', 'tenderising', 'tenderizers', 'tenderizing', 'tenderloins', 'tendernesss', 'tendinitiss', 'tendonitiss', 'tentatively', 'tenterhooks', 'tenuousness', 'teotihuacan', 'teratogenic', 'terminating', 'termination', 'terminators', 'terminology', 'terpsichore', 'terrestrial', 'territorial', 'territories', 'terrorising', 'terroristic', 'terrorizing', 'testability', 'testimonial', 'testimonies', 'tetrahedral', 'tetrahedron', 'tetravalent', 'thallophyte', 'thanklessly', 'theatricals', 'thenceforth', 'theocracies', 'theodosiuss', 'theologians', 'theological', 'theoretical', 'therapeutic', 'thereabouts', 'theretofore', 'thermometer', 'thermometry', 'thermopower', 'thermopylae', 'thermostats', 'thesauruses', 'thessalonki', 'thickenings', 'thicknesses', 'thimblefuls', 'thingamajig', 'thiocyanate', 'thirteenths', 'thistledown', 'thoroughest', 'thoughtless', 'thousandths', 'threatening', 'threescores', 'thriftiness', 'thrillingly', 'throatiness', 'thrombosiss', 'throughways', 'thucydidess', 'thumbscrews', 'thunderbird', 'thunderbolt', 'thunderclap', 'thunderhead', 'ticonderoga', 'tiddlywinks', 'tiebreakers', 'tightenings', 'tightfisted', 'timberlands', 'timberlines', 'timekeepers', 'timelinesss', 'timesharing', 'timetabling', 'tinderboxes', 'tinkerbells', 'tinseltowns', 'tippecanoes', 'titillating', 'titillation', 'toastmaster', 'tobacconist', 'tobogganing', 'tocqueville', 'tolerations', 'tomahawking', 'tomfoolerys', 'tonsillitis', 'toothbrushs', 'toothpastes', 'topocentric', 'topographer', 'topographic', 'topographys', 'topological', 'torchlights', 'torricellis', 'touchstones', 'tourmalines', 'tournaments', 'tourniquets', 'townspeople', 'toxicologys', 'tracheotomy', 'trademarked', 'traditional', 'traffickers', 'trafficking', 'tragicomedy', 'trailblazer', 'trajectorys', 'trammelling', 'trampolines', 'tranquilest', 'tranquility', 'tranquilize', 'tranquiller', 'transacting', 'transaction', 'transalpine', 'transceiver', 'transcended', 'transcribed', 'transcriber', 'transcribes', 'transcripts', 'transducers', 'transferals', 'transferral', 'transferred', 'transferrer', 'transfigure', 'transfinite', 'transfixing', 'transformed', 'transformer', 'transfusing', 'transfusion', 'transiences', 'transiencys', 'transiently', 'transistors', 'transitions', 'transitives', 'transitting', 'translating', 'translation', 'translators', 'translucent', 'transmittal', 'transmitted', 'transmitter', 'transmuting', 'transparent', 'transpiring', 'transplants', 'transponder', 'transported', 'transporter', 'transposing', 'transsexual', 'transversal', 'transverses', 'trapezoidal', 'traumatised', 'traumatises', 'traumatized', 'traumatizes', 'travellings', 'travelogues', 'traversable', 'travestying', 'treacheries', 'treacherous', 'treasonable', 'tremulously', 'trencherman', 'trenchermen', 'trepidation', 'trespassers', 'trespassing', 'triangulate', 'triangulums', 'tribulation', 'tributaries', 'triceratops', 'trichinella', 'trickinesss', 'tridiagonal', 'trifluoride', 'trilaterals', 'trillionths', 'trinitarian', 'triplicated', 'triplicates', 'trisyllable', 'triumvirate', 'trivialised', 'trivialises', 'trivialitys', 'trivialized', 'trivializes', 'trombonists', 'troposphere', 'troubadours', 'troubleshot', 'troublesome', 'truculences', 'truculently', 'truncations', 'trusteeship', 'trustworthy', 'tsiolkovsky', 'tsongkhapas', 'tuberculous', 'tumbleweeds', 'tunnellings', 'turbulences', 'turbulently', 'turnarounds', 'turpentines', 'turtledoves', 'turtlenecks', 'tuscaloosas', 'tutankhamen', 'tweedledees', 'tweedledums', 'typecasting', 'typescripts', 'typesetters', 'typesetting', 'typewriters', 'typewriting', 'typewritten', 'typicalness', 'typographer', 'typographic', 'typographys', 'tyrannicide', 'tyrannising', 'tyrannizing', 'tyrannosaur', 'ulcerations', 'ultramarine', 'ultramodern', 'ultrasounds', 'ultrasuedes', 'ultraviolet', 'umbilicuses', 'unabridgeds', 'unalienable', 'unalterable', 'unalterably', 'unambiguous', 'unambitious', 'unanimously', 'unannounced', 'unappealing', 'unashamedly', 'unavailable', 'unavoidable', 'unavoidably', 'unawareness', 'unbeknownst', 'unbelievers', 'unbreakable', 'unburdening', 'unbuttoning', 'uncancelled', 'unceasingly', 'uncertainly', 'uncertainty', 'unchristian', 'uncivilised', 'uncivilized', 'uncleanlier', 'uncleanness', 'uncluttered', 'uncollected', 'uncommitted', 'uncommonest', 'uncompleted', 'unconcerned', 'unconfirmed', 'unconnected', 'unconscious', 'uncontested', 'unconvinced', 'uncorrected', 'uncountable', 'uncountably', 'undauntedly', 'undeceiving', 'undecidable', 'undefinable', 'undelivered', 'undemanding', 'underacting', 'underbellys', 'underbrushs', 'undercharge', 'underclasss', 'undercoated', 'underexpose', 'underflowed', 'underfunded', 'underground', 'undergrowth', 'underhanded', 'underlining', 'undermining', 'underneaths', 'underpantss', 'underpasses', 'underpaying', 'underpinned', 'underplayed', 'underrating', 'underscored', 'underscores', 'undershirts', 'undershoots', 'undershorts', 'undersigned', 'underskirts', 'understands', 'understated', 'understates', 'understudys', 'undertakers', 'undertaking', 'undervalued', 'undervalues', 'underweight', 'underworlds', 'underwriter', 'underwrites', 'undeserving', 'undesirable', 'undeveloped', 'undignified', 'undisclosed', 'undisguised', 'undisturbed', 'undoubtedly', 'undulations', 'uneasinesss', 'unemotional', 'unemployeds', 'unendurable', 'unequivocal', 'unessential', 'unevaluated', 'unevennesss', 'unexplained', 'unfailingly', 'unfairnesss', 'unfastening', 'unfavorable', 'unfavorably', 'unfeelingly', 'unfettering', 'unflappable', 'unflinching', 'unforgeable', 'unforgiving', 'unformatted', 'unfortunate', 'unfulfilled', 'unfurnished', 'ungainliest', 'unhappiness', 'unhealthful', 'unhealthier', 'unification', 'uniformitys', 'unimportant', 'unimpressed', 'uninhabited', 'uninhibited', 'uninitiated', 'uninspiring', 'uninstalled', 'uninstaller', 'uniquenesss', 'universally', 'universitys', 'unjustified', 'unkindliest', 'unkindnesss', 'unknowingly', 'unlikeliest', 'unmemorable', 'unmitigated', 'unnaturally', 'unnecessary', 'unobservant', 'unobtrusive', 'unoffensive', 'unorganised', 'unorganized', 'unpalatable', 'unpatriotic', 'unperturbed', 'unpreserved', 'unprintable', 'unprojected', 'unpromising', 'unprotected', 'unpublished', 'unqualified', 'unravelling', 'unreachable', 'unrealistic', 'unreasoning', 'unregulated', 'unrehearsed', 'unrelenting', 'unremitting', 'unrepentant', 'unrewarding', 'unrulinesss', 'unsatisfied', 'unsaturated', 'unscheduled', 'unscrambled', 'unscrambles', 'unseemliest', 'unselfishly', 'unshakeable', 'unsheathing', 'unsightlier', 'unsolicited', 'unspeakable', 'unspeakably', 'unspecified', 'unsteadiest', 'unstoppable', 'unsubscribe', 'unsupported', 'unsurpassed', 'unsuspected', 'unsweetened', 'unthinkable', 'untidinesss', 'untimeliest', 'untouchable', 'unutterable', 'unutterably', 'unvarnished', 'unwarinesss', 'unwarranted', 'unwholesome', 'unwieldiest', 'unwillingly', 'unwittingly', 'unworthiest', 'upbringings', 'upholstered', 'upholsterer', 'upholsterys', 'uprightness', 'urinalysiss', 'usefulnesss', 'uselessness', 'usurpations', 'utilisation', 'utilitarian', 'utilization', 'uzbekistans', 'vacationers', 'vacationing', 'vaccinating', 'vaccination', 'vacillating', 'vacillation', 'vagabonding', 'valediction', 'valedictory', 'valenzuelas', 'validations', 'valparaisos', 'vandalising', 'vandalizing', 'vanishingly', 'vanquishing', 'variability', 'varicolored', 'variegating', 'vasectomies', 'vaudevilles', 'vectorizing', 'vegetarians', 'vegetations', 'venerations', 'venezuelans', 'ventilating', 'ventilation', 'ventilators', 'ventricular', 'venturesome', 'verbalising', 'verbalizing', 'verdigrised', 'verdigrises', 'vermicellis', 'vermiculite', 'vermillions', 'vernaculars', 'versailless', 'versatility', 'vertebrates', 'vertiginous', 'veterinarys', 'vibraphones', 'vicariously', 'vichyssoise', 'viciousness', 'vicissitude', 'victimising', 'victimizers', 'victimizing', 'victualling', 'videotaping', 'vietnameses', 'viewfinders', 'vigilantism', 'vijayanagar', 'vijayawadas', 'villarreals', 'vinaigrette', 'vindicating', 'vindication', 'vindicators', 'violoncello', 'virtuositys', 'viscountess', 'visibilitys', 'visionaries', 'visitations', 'visualising', 'visualizing', 'viticulture', 'vituperated', 'vituperates', 'vivaciously', 'vivekananda', 'vivisection', 'vladivostok', 'vocabularys', 'vociferated', 'vociferates', 'volatilitys', 'volkswagens', 'volleyballs', 'volubilitys', 'voluntaries', 'voluntarily', 'voluntarism', 'volunteered', 'voluptuarys', 'voraciously', 'vouchsafing', 'voyeuristic', 'vulcanising', 'vulcanizing', 'vulgarising', 'vulgarities', 'vulgarizing', 'vulturelike', 'wainscoting', 'wainscotted', 'wakefulness', 'wallenstein', 'wallflowers', 'wallpapered', 'wanderlusts', 'wantonnesss', 'warehousing', 'warmhearted', 'warrantying', 'washerwoman', 'washerwomen', 'washingtons', 'wastebasket', 'wastepapers', 'watchmakers', 'watchtowers', 'watercolors', 'watercolour', 'watercourse', 'watercrafts', 'watercresss', 'waterfronts', 'waterlogged', 'watermarked', 'watermelons', 'waterpowers', 'waterproofs', 'waterspouts', 'waterworkss', 'wavelengths', 'waywardness', 'wealthiness', 'wearisomely', 'weathercock', 'weatherings', 'weatherised', 'weatherises', 'weatherized', 'weatherizes', 'weathermans', 'webmistress', 'weierstrass', 'weightiness', 'weissmuller', 'wellingtons', 'wellsprings', 'westchester', 'westernised', 'westernises', 'westernized', 'westernizes', 'westernmost', 'westminster', 'weyerhauser', 'wheatstones', 'wheelbarrow', 'wheelchairs', 'wheelwright', 'whereabouts', 'wheresoever', 'wherewithal', 'whimsically', 'whisperings', 'whistleable', 'whitefields', 'whitefishes', 'whitehorses', 'whitewashed', 'whitewashes', 'whitsundays', 'whodunnitss', 'wholesalers', 'wholesaling', 'whorehouses', 'wickednesss', 'wickerworks', 'wiesenthals', 'wilberforce', 'wildcatting', 'wildebeests', 'wildernesss', 'wildflowers', 'wilfulnesss', 'wilhelminas', 'willamettes', 'willfulness', 'willingness', 'wilmingtons', 'windbreaker', 'windjammers', 'windmilling', 'windowpanes', 'windowsills', 'windscreens', 'windshields', 'windsurfing', 'wineglasses', 'wingspreads', 'wintergreen', 'winterising', 'winterizing', 'wintertimes', 'wiretapping', 'wisecracked', 'wisenheimer', 'wistfulness', 'witchcrafts', 'withdrawals', 'withdrawing', 'withholders', 'withholding', 'womanliness', 'womenfolkss', 'wonderfully', 'wonderingly', 'wonderlands', 'wonderments', 'woodcarving', 'woodcutters', 'woodcutting', 'woodennesss', 'woodpeckers', 'woodworking', 'woollinesss', 'woolongongs', 'wordsworths', 'workaholics', 'workbenches', 'workingmans', 'workmanlike', 'workmanship', 'workstation', 'worldliness', 'worshippers', 'worshipping', 'worthinesss', 'worthington', 'wraparounds', 'wretchedest', 'wristwatchs', 'wrongdoings', 'wrongheaded', 'wyomingites', 'xenophobias', 'xerographic', 'xerographys', 'xochipillis', 'xylophonist', 'yellowknife', 'yellowstone', 'yesteryears', 'yevtushenko', 'yugoslavian', 'yugoslavias', 'zealousness', 'zeffirellis', 'zimbabweans', 'zoroastrian', 'abandonments', 'abbreviating', 'abbreviation', 'abnormalitys', 'abolishments', 'abolitionist', 'abominations', 'abortionists', 'abracadabras', 'abrasiveness', 'abridgements', 'absenteeisms', 'absentminded', 'absoluteness', 'abstractedly', 'abstractions', 'abstractness', 'abstruseness', 'abusivenesss', 'academically', 'academicians', 'accelerating', 'acceleration', 'accelerators', 'accentuating', 'accentuation', 'accessioning', 'accidentally', 'acclamations', 'acclimations', 'acclimatised', 'acclimatises', 'acclimatized', 'acclimatizes', 'accommodated', 'accommodates', 'accompanists', 'accompanying', 'accomplished', 'accomplisher', 'accomplishes', 'accountancys', 'accoutrement', 'acculturated', 'acculturates', 'accumulating', 'accumulation', 'accumulative', 'accumulators', 'accurateness', 'achievements', 'acknowledged', 'acknowledger', 'acknowledges', 'acoustically', 'acquaintance', 'acquiescence', 'acquirements', 'acquisitions', 'actinometers', 'acupunctures', 'adaptability', 'additionally', 'adirondackss', 'adjectivally', 'adjournments', 'adjudicating', 'adjudication', 'adjudicators', 'administered', 'administrate', 'admonishment', 'adolescences', 'adulterating', 'adulteration', 'adulteresses', 'adulterously', 'adumbrations', 'advancements', 'advantageous', 'adventitious', 'adventuresss', 'advertisings', 'advisability', 'aeroacoustic', 'aerodynamics', 'aeronautical', 'aeronauticss', 'aesculapiuss', 'affectations', 'affectionate', 'affiliations', 'affirmations', 'affirmatives', 'afghanistans', 'aforethought', 'afrocentrism', 'afterburners', 'aftereffects', 'afterthought', 'agglomerated', 'agglomerates', 'agglutinated', 'agglutinates', 'aggrandising', 'aggrandizing', 'aggravations', 'aggregations', 'aggressively', 'agnosticisms', 'agribusiness', 'agricultural', 'agricultures', 'ahmadinejads', 'aimlessnesss', 'airsicknesss', 'airworthiest', 'albuquerques', 'allegheniess', 'alleviations', 'alliteration', 'alliterative', 'allusiveness', 'alphabetical', 'alphabetised', 'alphabetises', 'alphabetized', 'alphabetizes', 'alphanumeric', 'altercations', 'alternations', 'alternatives', 'amalgamating', 'amalgamation', 'ambidextrous', 'ambivalences', 'ambivalently', 'ambulatories', 'ameliorating', 'amelioration', 'americanised', 'americanises', 'americanisms', 'americanized', 'americanizes', 'amicabilitys', 'aminobenzoic', 'amorousnesss', 'amortisation', 'amortization', 'amphetamines', 'amphibiously', 'amphitheater', 'amphitheatre', 'anachronisms', 'anaesthesias', 'anaesthetics', 'anaesthetise', 'anaesthetist', 'anaesthetize', 'analytically', 'anaplasmosis', 'anarchically', 'anastigmatic', 'anatomically', 'ancestresses', 'anchorpeople', 'anchorperson', 'anchorwomans', 'anesthetists', 'anesthetized', 'anesthetizes', 'angioplastys', 'anglicanisms', 'angularities', 'annihilating', 'annihilation', 'annihilators', 'anniversarys', 'announcement', 'annunciating', 'annunciators', 'antagonising', 'antagonistic', 'antagonizing', 'antananarivo', 'antechambers', 'antediluvian', 'anthologised', 'anthologises', 'anthologists', 'anthologized', 'anthologizes', 'anthropology', 'antiabortion', 'antiaircraft', 'anticipating', 'anticipation', 'anticipatory', 'anticlimaxes', 'anticyclones', 'antiparticle', 'antipathetic', 'antiquarians', 'antisemitism', 'antisymmetry', 'antithetical', 'antofagastas', 'apalachicola', 'aperiodicity', 'aphrodisiacs', 'apothecaries', 'appalachians', 'appeasements', 'appellations', 'appendectomy', 'appendicitis', 'apperception', 'appertaining', 'appetisingly', 'appetizingly', 'applications', 'appointments', 'apportioning', 'appositeness', 'appraisingly', 'appreciating', 'appreciation', 'appreciative', 'apprehending', 'apprehension', 'apprehensive', 'apprenticing', 'approachable', 'approbations', 'appropriable', 'appropriated', 'appropriates', 'appropriator', 'approximable', 'approximated', 'approximates', 'appurtenance', 'aquacultures', 'aquicultures', 'arbitrations', 'archaeologys', 'archdioceses', 'archeologist', 'archetypical', 'archipelagos', 'architecture', 'arduousnesss', 'argentinians', 'argillaceous', 'aristarchuss', 'aristocracys', 'aristocratic', 'aristophanes', 'aristotelean', 'aristotelian', 'arithmetical', 'arithmetized', 'arithmetizes', 'aromatherapy', 'arraignments', 'arrangements', 'articulately', 'articulating', 'articulation', 'articulators', 'articulatory', 'artificially', 'artistically', 'artlessnesss', 'ascertaining', 'ashurbanipal', 'asphyxiating', 'asphyxiation', 'assassinated', 'assassinates', 'assemblymans', 'asseverating', 'assignations', 'assimilating', 'assimilation', 'associations', 'astigmatisms', 'astonishment', 'astoundingly', 'astringencys', 'astrological', 'astronautics', 'astronomical', 'astrophysics', 'asymmetrical', 'asynchronism', 'asynchronous', 'athletically', 'attenuations', 'attestations', 'attitudinise', 'attitudinize', 'attractively', 'attributable', 'attributions', 'attributives', 'audiological', 'audiologists', 'augmentation', 'auscultating', 'auscultation', 'auspiciously', 'australasias', 'austronesian', 'authenticate', 'authenticity', 'autographing', 'automobiling', 'automorphism', 'autonomously', 'availability', 'avariciously', 'avoirdupoiss', 'awkwardnesss', 'axiomatizing', 'axisymmetric', 'azerbaijanis', 'bacchanalian', 'bacchanalias', 'backbreaking', 'backpedaling', 'backpedalled', 'backpointers', 'backscatters', 'backslappers', 'backstabbing', 'backstitched', 'backstitches', 'backstopping', 'backstretchs', 'backstroking', 'backtrackers', 'backtracking', 'backwardness', 'bacteriology', 'bandlimiting', 'bangladeshis', 'banjarmasins', 'bankruptcies', 'bantamweight', 'baptisteries', 'barbiturates', 'barnstorming', 'barquisimeto', 'barranquilla', 'bashfulnesss', 'bastardising', 'bastardizing', 'battlefields', 'battlefronts', 'battleground', 'beachcombers', 'beastlinesss', 'beatlemanias', 'beaumarchais', 'bedazzlement', 'bedevilments', 'begrudgingly', 'behaviorally', 'beleaguering', 'bellicositys', 'belligerence', 'belligerency', 'belligerents', 'bellybuttons', 'benedictines', 'benedictions', 'benefactions', 'benefactress', 'beneficences', 'beneficently', 'beneficially', 'beneficiarys', 'benevolences', 'benevolently', 'bereavements', 'bertelsmanns', 'bespectacled', 'bewilderment', 'bibliography', 'bibliophiles', 'bicentennial', 'bifurcations', 'bilharziasis', 'billionaires', 'biochemicals', 'biochemistry', 'biodiversity', 'biofeedbacks', 'biographical', 'biologically', 'biophysicist', 'biostatistic', 'birdwatchers', 'birefringent', 'bisexualitys', 'bittersweets', 'blabbermouth', 'blackballing', 'blackberries', 'blackcurrant', 'blackjacking', 'blacklisting', 'blackmailers', 'blackmailing', 'blacktopping', 'blandishment', 'blankenships', 'blessednesss', 'blindfolding', 'blissfulness', 'blockbusters', 'bloemfontein', 'bloodmobiles', 'bloodstained', 'bloodstreams', 'bloodsuckers', 'bloodthirsty', 'bloomingdale', 'blueprinting', 'bluestocking', 'blunderbusss', 'boastfulness', 'bodhidharmas', 'bodhisattvas', 'bodybuilders', 'bodybuilding', 'boilerplates', 'boisterously', 'bombardments', 'bookkeepings', 'boomeranging', 'boondoggling', 'bootstrapped', 'borosilicate', 'bourgeoisies', 'bowdlerising', 'bowdlerizing', 'boysenberrys', 'brahmaguptas', 'brahmaputras', 'brainstormed', 'brainteasers', 'brainwashing', 'brazzavilles', 'breadbaskets', 'breadwinners', 'breakfasters', 'breakfasting', 'breakthrough', 'breastplates', 'breaststroke', 'breathlessly', 'breathtaking', 'breckenridge', 'bricklayings', 'brinkmanship', 'brittlenesss', 'broadcasters', 'broadcasting', 'brobdingnags', 'brontosaurus', 'brotherhoods', 'brunelleschi', 'brusquenesss', 'buccaneering', 'bulletproofs', 'bullfighters', 'bullfighting', 'bullshitting', 'bureaucracys', 'bureaucratic', 'burglarising', 'burglarizing', 'burglarproof', 'bushwhackers', 'bushwhacking', 'businesslike', 'businessmans', 'butterflying', 'butterscotch', 'buttonholing', 'byelorussias', 'cabinetmaker', 'cablecasting', 'calculations', 'calibrations', 'californians', 'calisthenics', 'calligrapher', 'calligraphys', 'callousnesss', 'calorimetric', 'calumniating', 'camaraderies', 'camerawomans', 'camouflaging', 'cancellation', 'candelabrums', 'candlelights', 'candlesticks', 'cannibalised', 'cannibalises', 'cannibalisms', 'cannibalized', 'cannibalizes', 'canonicalize', 'canonisation', 'canonization', 'cantabrigian', 'cantankerous', 'cantilevered', 'capabilities', 'capacitances', 'caparisoning', 'capitalising', 'capitalistic', 'capitalizers', 'capitalizing', 'capitulating', 'capitulation', 'capriciously', 'captivations', 'carbohydrate', 'carbonaceous', 'carbonations', 'carcinogenic', 'cardinalitys', 'cardiologist', 'carefulnesss', 'carelessness', 'caricaturing', 'caricaturist', 'carpentering', 'carpetbagged', 'carpetbagger', 'carsicknesss', 'carthaginian', 'cartographer', 'cartographic', 'cartographys', 'cartwheeling', 'castigations', 'catastrophes', 'catastrophic', 'categorising', 'categorizers', 'categorizing', 'caterpillars', 'caterwauling', 'catholicisms', 'catholicitys', 'cauliflowers', 'cautiousness', 'cavalierness', 'celebrations', 'censoriously', 'centenarians', 'centerpieces', 'centigrammes', 'centralising', 'centralizing', 'centrepieces', 'centrifugate', 'centrifuging', 'ceremonially', 'certificated', 'certificates', 'chairmanship', 'chairpersons', 'chamberlains', 'chambermaids', 'championship', 'chancellerys', 'chandragupta', 'chanticleers', 'chaplaincies', 'chapultepecs', 'characterise', 'characterize', 'charbroiling', 'charismatics', 'charlemagnes', 'chastisement', 'chattanoogas', 'chatterboxes', 'chauffeuring', 'chauvinistic', 'checkerberry', 'checkerboard', 'checksumming', 'cheerfullest', 'cheerfulness', 'cheerleaders', 'cheeseburger', 'cheesecloths', 'chelyabinsks', 'chemotherapy', 'chequerboard', 'chernomyrdin', 'chesterfield', 'chiaroscuros', 'childbearing', 'childishness', 'childproofed', 'chippendales', 'chiropodists', 'chiropractic', 'chiropractor', 'chitchatting', 'chitterlings', 'chivalrously', 'chlorinating', 'chlorination', 'chloroformed', 'chlorophylls', 'chloroplasts', 'cholesterols', 'choreographs', 'choreography', 'christchurch', 'christendoms', 'christenings', 'christensens', 'christianity', 'christianson', 'christophers', 'chromatogram', 'chromosphere', 'chronography', 'chronologies', 'chronometers', 'churchillian', 'churlishness', 'churrigueras', 'cinemascopes', 'circuitously', 'circularised', 'circularises', 'circularitys', 'circularized', 'circularizes', 'circulations', 'circumcircle', 'circumcising', 'circumcision', 'circumflexes', 'circumscribe', 'circumsphere', 'circumstance', 'circumvented', 'citizenships', 'civilisation', 'civilization', 'clairvoyance', 'clairvoyants', 'clapboarding', 'clarinetists', 'clarinettist', 'classifiable', 'cleanlinesss', 'clerestories', 'clergywomans', 'cliffhangers', 'climatically', 'clockwatcher', 'closemouthed', 'clothesbrush', 'clotheshorse', 'clotheslines', 'cloverleaves', 'clownishness', 'clytemnestra', 'coagulations', 'coalescences', 'cobblestones', 'cockleshells', 'codependency', 'codependents', 'codification', 'coeducations', 'coefficients', 'coexistences', 'coffeehouses', 'cohabitation', 'cohesiveness', 'coincidences', 'coincidental', 'collaborated', 'collaborates', 'collaborator', 'collectables', 'collectibles', 'collectively', 'collectivise', 'collectivism', 'collectivist', 'collectivize', 'collocations', 'colloquially', 'colonialisms', 'colonialists', 'colonisation', 'colonization', 'colourations', 'combinations', 'combinatoric', 'combustibles', 'comeuppances', 'comfortingly', 'commandeered', 'commandingly', 'commandments', 'commemorated', 'commemorates', 'commencement', 'commendation', 'commendatory', 'commensurate', 'commentaries', 'commentating', 'commentators', 'commercially', 'commiserated', 'commiserates', 'commissariat', 'commissaries', 'commissioned', 'commissioner', 'committeeman', 'committeemen', 'commonplaces', 'commonwealth', 'communicable', 'communicants', 'communicated', 'communicates', 'communicator', 'commutations', 'compactnesss', 'companionway', 'comparatives', 'compartments', 'compellingly', 'compensating', 'compensation', 'compensatory', 'competencies', 'competitions', 'compilations', 'complacences', 'complacencys', 'complacently', 'complainants', 'complaisance', 'complemented', 'complementer', 'completeness', 'complexioned', 'complexities', 'complicating', 'complication', 'complicators', 'complimented', 'complimenter', 'comportments', 'compositions', 'comprehended', 'compressible', 'compressions', 'compromisers', 'compromising', 'comptrollers', 'compulsively', 'compulsories', 'compulsorily', 'compunctions', 'computations', 'computerised', 'computerises', 'computerized', 'computerizes', 'comradeships', 'concatenated', 'concatenates', 'concealments', 'concentrated', 'concentrates', 'concentrator', 'conceptually', 'concertinaed', 'conciliating', 'conciliation', 'conciliators', 'conciliatory', 'concisenesss', 'conclusively', 'concomitants', 'concordances', 'concreteness', 'concurrences', 'concurrently', 'condemnation', 'condemnatory', 'condensation', 'condescended', 'conditionals', 'conditioners', 'conditioning', 'condominiums', 'conductivity', 'confectioner', 'confederacys', 'confederated', 'confederates', 'conferencing', 'confessional', 'confidential', 'configurable', 'confinements', 'confirmation', 'confirmatory', 'confiscating', 'confiscation', 'confiscatory', 'conformation', 'confucianism', 'congeniality', 'congenitally', 'conglomerate', 'congratulate', 'congregating', 'congregation', 'congressmans', 'conjecturing', 'conjugations', 'conjunctions', 'conjunctives', 'conjunctures', 'connecticuts', 'connectivity', 'connoisseurs', 'connotations', 'conquistador', 'conscionable', 'conscripting', 'conscription', 'consecrating', 'consecration', 'consequences', 'consequently', 'conservation', 'conservatism', 'conservative', 'conservators', 'conservatory', 'considerable', 'considerably', 'consignments', 'consistencys', 'consistently', 'consolations', 'consolidated', 'consolidates', 'conspiracies', 'conspirators', 'constabulary', 'constipating', 'constipation', 'constituency', 'constituents', 'constituting', 'constitution', 'constitutive', 'constraining', 'constricting', 'constriction', 'constrictive', 'constrictors', 'constructing', 'construction', 'constructive', 'constructors', 'consultancys', 'consultation', 'consultative', 'consumerisms', 'consummately', 'consummating', 'consummation', 'consumptions', 'consumptives', 'contagiously', 'containments', 'contaminants', 'contaminated', 'contaminates', 'contemplated', 'contemplates', 'contemporary', 'contemptible', 'contemptibly', 'contemptuous', 'contentments', 'contextually', 'contiguously', 'continentals', 'contingencys', 'continuances', 'continuation', 'continuities', 'continuously', 'contractions', 'contradicted', 'contraptions', 'contrapuntal', 'contrariness', 'contrariwise', 'contravening', 'contretempss', 'contributing', 'contribution', 'contributors', 'contributory', 'contrivances', 'controllable', 'controllably', 'controversys', 'controverted', 'contumacious', 'conurbations', 'convalescent', 'convalescing', 'conveniences', 'conveniently', 'conventional', 'convergences', 'conversantly', 'conversation', 'convertibles', 'convincingly', 'conviviality', 'convocations', 'convolutions', 'convulsively', 'cooperations', 'cooperatives', 'cooperstowns', 'coordinating', 'coordination', 'coordinators', 'copperfields', 'copyrighting', 'corespondent', 'corkscrewing', 'cornerstones', 'corporations', 'correctional', 'correctively', 'correctnesss', 'correlations', 'correlatives', 'corresponded', 'corroborated', 'corroborates', 'corrugations', 'corruptnesss', 'cosignatorys', 'cosmetically', 'cosmetologys', 'cosmological', 'cosmologists', 'cosmopolitan', 'cosponsoring', 'cottonmouths', 'councilwoman', 'councilwomen', 'countenanced', 'countenances', 'counteracted', 'counterclaim', 'counterfeits', 'countermands', 'counteroffer', 'counterpanes', 'counterparts', 'counterpoint', 'counterpoise', 'countersigns', 'countersinks', 'countertenor', 'countrysides', 'countrywoman', 'countrywomen', 'courageously', 'courtlinesss', 'covetousness', 'cowardliness', 'crackerjacks', 'craftspeople', 'craftsperson', 'creationisms', 'creativeness', 'credibilitys', 'crematoriums', 'criminologys', 'crisscrossed', 'crisscrosses', 'crookednesss', 'crosschecked', 'crucifixions', 'cryptanalyst', 'cryptanalyze', 'cryptography', 'crystalizing', 'crystallised', 'crystallises', 'crystallized', 'crystallizes', 'culminations', 'culpabilitys', 'cultivations', 'cumulatively', 'cunnilinguss', 'currycombing', 'curtailments', 'customizable', 'cuttlefishes', 'cyberneticss', 'dangerfields', 'dardanelless', 'deactivating', 'deallocation', 'debarkations', 'debaucheries', 'debilitating', 'debilitation', 'decaffeinate', 'decapitating', 'decapitation', 'decelerating', 'deceleration', 'decentralise', 'decentralize', 'decidability', 'decipherable', 'decisionmake', 'decisiveness', 'declamations', 'declarations', 'declaratives', 'declassified', 'declassifies', 'declinations', 'decolonising', 'decolonizing', 'decommission', 'decomposable', 'decompressed', 'decompresses', 'decongestant', 'decontrolled', 'decreasingly', 'decrementing', 'decrepitudes', 'decrescendos', 'deemphasized', 'deemphasizes', 'deescalating', 'defenestrate', 'deficiencies', 'definiteness', 'definitional', 'definitively', 'defoliations', 'deformations', 'degenerating', 'degeneration', 'degenerative', 'degradations', 'dehumanising', 'dehumanizing', 'dehumidified', 'dehumidifier', 'dehumidifies', 'dehydrations', 'deifications', 'delectations', 'deliberately', 'deliberating', 'deliberation', 'deliberative', 'deliberators', 'delicatessen', 'delightfully', 'delimitation', 'delineations', 'delinquencys', 'delinquently', 'deliquescent', 'deliverables', 'deliverances', 'demagnetised', 'demagnetises', 'demagnetized', 'demagnetizes', 'demagoguerys', 'demarcations', 'demilitarise', 'demilitarize', 'demobilising', 'demobilizing', 'democratised', 'democratises', 'democratized', 'democratizes', 'demographers', 'demographics', 'demonstrable', 'demonstrably', 'demonstrated', 'demonstrates', 'demonstrator', 'demoralising', 'demoralizing', 'demostheness', 'denigrations', 'denominating', 'denomination', 'denominators', 'denotational', 'denouncement', 'densitometer', 'densitometry', 'denunciation', 'departmental', 'dependencies', 'depilatories', 'depoliticise', 'depoliticize', 'depopulating', 'depopulation', 'deportations', 'depositories', 'deprecations', 'depreciating', 'depreciation', 'depredations', 'depressingly', 'deprivations', 'deprograming', 'deprogrammed', 'derangements', 'deregulating', 'deregulation', 'deregulatory', 'derelictions', 'dermatologys', 'desalinating', 'desalination', 'descriptions', 'descriptives', 'desecrations', 'desegregated', 'desegregates', 'desensitised', 'desensitises', 'desensitized', 'desensitizes', 'desiccations', 'desideratums', 'designations', 'desirability', 'desolateness', 'despairingly', 'desperations', 'despondencys', 'despondently', 'destinations', 'destitutions', 'destructible', 'destructions', 'deteriorated', 'deteriorates', 'determinable', 'determinants', 'detestations', 'dethronement', 'deuteronomys', 'devaluations', 'devastations', 'developments', 'deviousnesss', 'diabolically', 'diagrammable', 'diagrammatic', 'diamagnetism', 'diatomaceous', 'dictatorship', 'dictionaries', 'differential', 'difficulties', 'diffractions', 'diffusenesss', 'digitisation', 'digitization', 'dilapidation', 'dilettantism', 'dillydallied', 'dillydallies', 'dimensioning', 'diminuendoes', 'diophantines', 'dipsomaniacs', 'directorates', 'directorship', 'disabilities', 'disablements', 'disaccharide', 'disadvantage', 'disaffecting', 'disaffection', 'disagreeable', 'disagreeably', 'disagreement', 'disambiguate', 'disappearing', 'disappointed', 'disapprovals', 'disapproving', 'disarmaments', 'disarranging', 'disassembled', 'disassembles', 'disassociate', 'disastrously', 'disbelieving', 'disbursement', 'discerningly', 'discernments', 'disciplinary', 'disciplining', 'discolouring', 'discomfiting', 'discomfiture', 'discomforted', 'discommoding', 'discomposing', 'discomposure', 'disconcerted', 'disconnected', 'disconsolate', 'discontented', 'discontinued', 'discontinues', 'discotheques', 'discouraging', 'discourteous', 'discourtesys', 'discrediting', 'discrepancys', 'discreteness', 'discriminant', 'discriminate', 'disdainfully', 'disembarking', 'disembodying', 'disemboweled', 'disenchanted', 'disencumbers', 'disentangled', 'disentangles', 'disestablish', 'disfavouring', 'disfranchise', 'disgruntling', 'disgustingly', 'disheartened', 'dishevelling', 'dishonorable', 'dishonorably', 'dishonouring', 'disillusions', 'disincentive', 'disinclining', 'disinfectant', 'disinfecting', 'disingenuous', 'disinherited', 'disintegrate', 'disinterests', 'disinterment', 'disinterring', 'disjointedly', 'disjointness', 'disjunctions', 'dislocations', 'dismembering', 'disobedience', 'disorganised', 'disorganises', 'disorganized', 'disorganizes', 'disorienting', 'dispensaries', 'dispensation', 'displacement', 'displeasures', 'dispositions', 'dispossessed', 'dispossesses', 'disputations', 'disputatious', 'disqualified', 'disqualifies', 'disquisition', 'disregarding', 'disreputable', 'disreputably', 'disrespected', 'dissatisfied', 'dissatisfies', 'disseminated', 'disseminates', 'dissertation', 'dissimulated', 'dissimulates', 'dissipations', 'dissociating', 'dissociation', 'dissolutions', 'distillation', 'distilleries', 'distinctions', 'distinctness', 'distractions', 'distributing', 'distribution', 'distributive', 'distributors', 'distritbuted', 'distritbutes', 'disturbances', 'disturbingly', 'diversifying', 'diversionary', 'divisibility', 'divisiveness', 'doctrinaires', 'documentarys', 'dodecahedral', 'dodecahedron', 'dogmatically', 'domestically', 'domesticated', 'domesticates', 'domesticitys', 'doubleheader', 'draftsperson', 'dramatically', 'draughtiness', 'draughtsmans', 'dreadnoughts', 'dressmakings', 'drunkennesss', 'dubiousnesss', 'dumbfounding', 'duplications', 'durabilities', 'dysfunctions', 'dzerzhinskys', 'earnestnesss', 'earsplitting', 'earthenwares', 'earthshaking', 'eavesdropped', 'eavesdropper', 'eccentricity', 'ecclesiastes', 'ecclesiastic', 'eclectically', 'eclecticisms', 'ecologically', 'econometrica', 'economically', 'ecstatically', 'ecumenically', 'edifications', 'editorialise', 'editorialize', 'effectuating', 'effervescent', 'effervescing', 'efficiencies', 'efflorescent', 'effortlessly', 'effusiveness', 'egalitarians', 'ejaculations', 'elaborations', 'elastoplasts', 'elderberries', 'electioneers', 'electrically', 'electricians', 'electricitys', 'electrifying', 'electrocuted', 'electrocutes', 'electrolysis', 'electrolytes', 'electrolytic', 'electronicss', 'electroplate', 'eligibilitys', 'eliminations', 'elizabethans', 'ellipsometer', 'ellipsometry', 'elliptically', 'elocutionist', 'elucidations', 'elusivenesss', 'emancipating', 'emancipation', 'emancipators', 'emasculating', 'emasculation', 'embarkations', 'embarrassing', 'embellishing', 'embezzlement', 'embroideries', 'embroidering', 'embryologist', 'emotionalism', 'emphatically', 'emplacements', 'empowerments', 'encapsulated', 'encapsulates', 'encephalitis', 'enchantingly', 'enchantments', 'enchantresss', 'encirclement', 'encompassing', 'encountering', 'encroachment', 'encrustation', 'encumbrances', 'encyclopedia', 'encyclopedic', 'endeavouring', 'endlessnesss', 'endomorphism', 'endorsements', 'enforcements', 'enfranchised', 'enfranchises', 'engineerings', 'englishwoman', 'englishwomen', 'enhancements', 'enlargements', 'enlightening', 'ennoblements', 'enormousness', 'enslavements', 'entanglement', 'enterprising', 'entertainers', 'entertaining', 'enthronement', 'enthusiastic', 'entitlements', 'entomologist', 'entrenchment', 'entrepreneur', 'enumerations', 'enunciations', 'envelopments', 'enviousnesss', 'environments', 'epidemiology', 'epiglottides', 'epiglottises', 'epigrammatic', 'episcopalian', 'epistemology', 'epistolatory', 'equalisation', 'equalization', 'equestrienne', 'equilaterals', 'equilibriums', 'equivalences', 'equivalently', 'equivocating', 'equivocation', 'eradications', 'eratosthenes', 'erythrocytes', 'escherichias', 'esoterically', 'establishing', 'estrangement', 'ethnological', 'ethnologists', 'etymological', 'etymologists', 'eucalyptuses', 'evangelicals', 'evangelising', 'evangelistic', 'evangelizing', 'evaporations', 'evasivenesss', 'evenhandedly', 'eventfulness', 'eventualitys', 'everlastings', 'eviscerating', 'evisceration', 'evolutionary', 'exacerbating', 'exacerbation', 'exaggerating', 'exaggeration', 'examinations', 'exasperating', 'exasperation', 'excellencies', 'exchangeable', 'excitability', 'exclamations', 'exclusionary', 'exclusivitys', 'excoriations', 'excrescences', 'excruciating', 'executioners', 'exemplifiers', 'exemplifying', 'exhaustively', 'exhilarating', 'exhilaration', 'exhortations', 'exonerations', 'exorbitances', 'exorbitantly', 'expansionism', 'expansionist', 'expatriating', 'expatriation', 'expectations', 'expectorants', 'expectorated', 'expectorates', 'expediencies', 'expenditures', 'experiencing', 'experiential', 'experimental', 'experimented', 'experimenter', 'explanations', 'explications', 'explicitness', 'exploitation', 'exploitative', 'explorations', 'exponentials', 'exponentiate', 'exportations', 'expostulated', 'expostulates', 'expressively', 'expropriated', 'expropriates', 'expurgations', 'extemporised', 'extemporises', 'extemporized', 'extemporizes', 'extenuations', 'exterminated', 'exterminates', 'exterminator', 'extinguished', 'extinguisher', 'extinguishes', 'extirpations', 'extortionate', 'extortionist', 'extraditable', 'extraditions', 'extramarital', 'extraneously', 'extrapolated', 'extrapolates', 'extrasensory', 'extravagance', 'extravaganza', 'extrications', 'extroversion', 'eyewitnesses', 'fabrications', 'facilitating', 'facilitation', 'facsimileing', 'factionalism', 'fainthearted', 'faithfulness', 'fallaciously', 'fallibilitys', 'familiarised', 'familiarises', 'familiaritys', 'familiarized', 'familiarizes', 'familiarness', 'fascinations', 'fastidiously', 'fatuousnesss', 'faultfinding', 'favouritisms', 'fayetteville', 'fearfulnesss', 'fearlessness', 'feasibilitys', 'featherbrain', 'ferlinghetti', 'fermentation', 'fictionalise', 'fictionalize', 'fictitiously', 'fiddlesticks', 'figuratively', 'filibustered', 'finalization', 'fingerboards', 'fingerprints', 'firecrackers', 'firefighters', 'firefighting', 'fireproofing', 'fitzpatricks', 'flabbergasts', 'flagellating', 'flagellation', 'flamboyances', 'flamboyantly', 'flamethrower', 'flammability', 'flannelettes', 'flatteringly', 'flexibilitys', 'flightinesss', 'flimflamming', 'floodlighted', 'flowcharting', 'flowerinesss', 'fluctuations', 'fluorescence', 'fluoridating', 'fluoridation', 'fluorocarbon', 'fluoroscopes', 'fomentations', 'foolhardiest', 'foolishnesss', 'forbearances', 'forbiddingly', 'forcefulness', 'foreclosures', 'foregathered', 'foregrounded', 'foreordained', 'foreshadowed', 'foreshortens', 'forestalling', 'forestations', 'foreswearing', 'forethoughts', 'forewarnings', 'forgathering', 'forgivenesss', 'formaldehyde', 'formlessness', 'formulations', 'fornications', 'forthcomings', 'forthrightly', 'fortuitously', 'forwardnesss', 'fountainhead', 'fractionally', 'fragmentarys', 'frankenstein', 'frankfurters', 'frankincense', 'fraternising', 'fraternities', 'fraternizing', 'fraudulences', 'fraudulently', 'frederictons', 'freemasonrys', 'freestanding', 'freethinkers', 'freethinking', 'freewheeling', 'frenchwomans', 'frenetically', 'fretfulnesss', 'fricasseeing', 'frictionless', 'friendliness', 'frontiersman', 'frontiersmen', 'frontispiece', 'frontrunners', 'fruitfulness', 'frustrations', 'fulfillments', 'fulminations', 'functionally', 'functionarys', 'fundamentals', 'furnishingss', 'furtherances', 'furtivenesss', 'gainsborough', 'gaithersburg', 'gallbladders', 'gallivanting', 'galvanometer', 'gamesmanship', 'garnisheeing', 'gatecrashers', 'genealogical', 'genealogists', 'generalising', 'generalities', 'generalizers', 'generalizing', 'generosities', 'generousness', 'gentlewomans', 'genuflecting', 'genuflection', 'genuinenesss', 'geochemistry', 'geographical', 'geologically', 'geometrician', 'geopolitical', 'geopoliticss', 'germinations', 'gerontologys', 'gerrymanders', 'gesticulated', 'gesticulates', 'ghastlinesss', 'ghostlinesss', 'ghostwriters', 'ghostwriting', 'ghostwritten', 'gingerbreads', 'gladiatorial', 'glamourizing', 'glastonburys', 'globetrotter', 'glockenspiel', 'gluttonously', 'gobbledegook', 'gobbledygook', 'goddaughters', 'goldbricking', 'gondwanaland', 'gooseberries', 'governmental', 'governorship', 'gracefulness', 'graciousness', 'grandfathers', 'grandmothers', 'grandparents', 'grandstanded', 'granularitys', 'granulations', 'graphologist', 'grasshoppers', 'gratefulness', 'gratuitously', 'gravitations', 'greasepaints', 'greengrocers', 'greensleeves', 'gregariously', 'griddlecakes', 'grouchinesss', 'groundlessly', 'groundswells', 'guadalajaras', 'guadalcanals', 'guadalquivir', 'guaranteeing', 'guardianship', 'guesstimated', 'guesstimates', 'guillotining', 'gullibilitys', 'guttersnipes', 'gynaecologys', 'gynecologist', 'haberdashers', 'haberdashery', 'habitability', 'habitualness', 'habituations', 'haematologys', 'haemoglobins', 'haemophiliac', 'haemophilias', 'haemorrhaged', 'haemorrhages', 'haemorrhoids', 'hagiographas', 'hairbreadths', 'hairdressers', 'hairdressing', 'hairsbreadth', 'hairstylists', 'halliburtons', 'hallucinated', 'hallucinates', 'hallucinogen', 'hammarskjold', 'hamstringing', 'handcrafting', 'handicappers', 'handicapping', 'handkerchief', 'handsomeness', 'handwritings', 'happenstance', 'hardheadedly', 'hardscrabble', 'harmfulnesss', 'harmlessness', 'harmonically', 'harmoniously', 'harpsichords', 'hatefulnesss', 'haughtinesss', 'headmistress', 'headquarters', 'healthinesss', 'heartrending', 'heartstrings', 'heartwarming', 'heavyweights', 'heedlessness', 'heinousnesss', 'helicoptered', 'heliocentric', 'hellgrammite', 'helpfulnesss', 'helplessness', 'hematologist', 'hemophiliacs', 'hemorrhaging', 'hemstitching', 'henceforward', 'herculaneums', 'hermetically', 'herringbones', 'hertzsprungs', 'hesitatingly', 'heterocyclic', 'heterogamous', 'heterosexual', 'heterozygous', 'hexachloride', 'hexafluoride', 'hibernations', 'hideousnesss', 'hierarchical', 'hieroglyphic', 'highfaluting', 'highlighters', 'highlighting', 'hindquarters', 'hippocratess', 'hippopotamus', 'historically', 'histrionicss', 'hohenstaufen', 'hohenzollern', 'homebuilding', 'homelessness', 'homeomorphic', 'homesickness', 'homesteaders', 'homesteading', 'homestretchs', 'homogeneitys', 'homogenising', 'homogenizing', 'homomorphism', 'honeycombing', 'honeymooners', 'honeymooning', 'honeysuckles', 'hooliganisms', 'hopefulnesss', 'hopelessness', 'hopscotching', 'horizontally', 'horrendously', 'horribleness', 'horsemanship', 'horseradishs', 'horseshoeing', 'horsewhipped', 'horticulture', 'hospitalised', 'hospitalises', 'hospitalitys', 'hospitalized', 'hospitalizes', 'hostilitiess', 'housecleaned', 'householders', 'househusband', 'housekeepers', 'housekeeping', 'housemothers', 'housewarming', 'huckleberrys', 'humanisation', 'humanitarian', 'humanization', 'humiliations', 'hummingbirds', 'humorousness', 'hydrocarbons', 'hydrochloric', 'hydrodynamic', 'hydrofluoric', 'hydrogenated', 'hydrogenates', 'hydrophobias', 'hydroplaning', 'hydroponicss', 'hydrospheres', 'hydrotherapy', 'hydrothermal', 'hygienically', 'hypertension', 'hypertensive', 'hyphenations', 'hypnotically', 'hypochlorite', 'hypochlorous', 'hypochondria', 'hypocritical', 'hypoglycemia', 'hypoglycemic', 'hypothalamic', 'hypothalamus', 'hypothermias', 'hypothesised', 'hypothesises', 'hypothesized', 'hypothesizer', 'hypothesizes', 'hypothetical', 'hysterectomy', 'hysterically', 'iconoclastic', 'idealisation', 'idealization', 'identifiable', 'identifiably', 'idiosyncrasy', 'illegalities', 'illegibility', 'illegitimacy', 'illegitimate', 'illicitnesss', 'illuminating', 'illumination', 'illustrating', 'illustration', 'illustrative', 'illustrators', 'imaginations', 'imbecilities', 'immaculately', 'immaterially', 'immeasurable', 'immeasurably', 'immigrations', 'immobilising', 'immobilizing', 'immoderately', 'immoralities', 'immortalised', 'immortalises', 'immortalitys', 'immortalized', 'immortalizes', 'immovability', 'immunisation', 'immunization', 'immutability', 'impartiality', 'impassivitys', 'impeachments', 'impedimentas', 'impenetrable', 'impenetrably', 'impenitences', 'imperatively', 'imperfection', 'imperialisms', 'imperialists', 'imperishable', 'impermanence', 'impersonally', 'impersonated', 'impersonates', 'impersonator', 'impertinence', 'imperviously', 'impetuositys', 'impingements', 'implantation', 'implementing', 'implementors', 'implications', 'implicitness', 'impoliteness', 'imponderable', 'importations', 'importunitys', 'impoverished', 'impoverishes', 'imprecations', 'imprecisions', 'impregnating', 'impregnation', 'impressively', 'imprisonment', 'improprietys', 'improvements', 'improvidence', 'inaccessible', 'inaccuracies', 'inaccurately', 'inadequacies', 'inadequately', 'inadmissible', 'inadvertence', 'inappeasable', 'inapplicable', 'inarticulate', 'inattentions', 'inaugurating', 'inauguration', 'inauspicious', 'incalculable', 'incalculably', 'incandescent', 'incantations', 'incapability', 'incapacitate', 'incarcerated', 'incarcerates', 'incarnations', 'incendiaries', 'incidentally', 'incinerating', 'incineration', 'incinerators', 'incisiveness', 'incivilities', 'inclinations', 'incoherences', 'incoherently', 'incommutable', 'incomparable', 'incomparably', 'incompatible', 'incompatibly', 'incompetence', 'incompetents', 'incompletely', 'incompletion', 'incomputable', 'inconclusive', 'incongruitys', 'inconsistent', 'inconsolable', 'inconstancys', 'incontinence', 'inconvenient', 'incorporable', 'incorporated', 'incorporates', 'incorrigible', 'incorrigibly', 'increasingly', 'incredulitys', 'incrementing', 'incriminated', 'incriminates', 'incrustation', 'inculcations', 'incumbencies', 'indebtedness', 'indecisively', 'indefensible', 'indefensibly', 'indefinitely', 'indelicacies', 'indelicately', 'indemnifying', 'indentations', 'independence', 'independents', 'indianapolis', 'indifference', 'indigenously', 'indigestible', 'indigestions', 'indignations', 'indirections', 'indirectness', 'indiscreetly', 'indiscretion', 'indisputable', 'indisputably', 'indissoluble', 'indistinctly', 'individually', 'indoctrinate', 'indoeuropean', 'indorsements', 'industrially', 'inebriations', 'inefficiency', 'inequalities', 'inequivalent', 'ineradicable', 'inessentials', 'inexperience', 'inexplicable', 'inexplicably', 'inextricable', 'inextricably', 'infanticides', 'infantrymans', 'infatuations', 'infectiously', 'infelicities', 'infelicitous', 'inferioritys', 'infertilitys', 'infestations', 'infidelities', 'infiltrating', 'infiltration', 'infiltrators', 'infiniteness', 'inflammation', 'inflammatory', 'inflationary', 'inflectional', 'infomercials', 'informalitys', 'informations', 'infotainment', 'infrequencys', 'infrequently', 'infringement', 'ingratiating', 'ingratitudes', 'inhabitation', 'inharmonious', 'inheritances', 'inheritresss', 'inheritrices', 'inhospitable', 'inhumanities', 'initialising', 'initializers', 'initializing', 'inoculations', 'inordinately', 'inquisitions', 'inscriptions', 'insecticides', 'insectivores', 'insecurities', 'inseminating', 'insemination', 'insentiences', 'inseparables', 'insinceritys', 'insinuations', 'insolubility', 'insouciances', 'inspirations', 'instabilitys', 'installation', 'installments', 'instantiated', 'instantiates', 'instigations', 'instillation', 'institutions', 'instructions', 'instrumental', 'instrumented', 'insufferable', 'insufferably', 'insufficient', 'insurgencies', 'insurrection', 'integrations', 'intellectual', 'intelligence', 'intelligible', 'intelligibly', 'intemperance', 'intensifiers', 'intensifying', 'interactions', 'intercepting', 'interception', 'interceptors', 'intercession', 'intercessors', 'interchanged', 'interchanges', 'interconnect', 'intercourses', 'interdicting', 'interdiction', 'interference', 'interjecting', 'interjection', 'interlarding', 'interleaving', 'interleukins', 'interlinking', 'interlocking', 'intermarried', 'intermarries', 'intermediary', 'intermediate', 'interminable', 'interminably', 'intermingled', 'intermingles', 'intermission', 'intermittent', 'internalised', 'internalises', 'internalized', 'internalizes', 'internescine', 'interneships', 'interpolated', 'interpolates', 'interpreters', 'interpreting', 'interpretive', 'interprocess', 'interrelated', 'interrelates', 'interrogated', 'interrogates', 'interrogator', 'interrupting', 'interruption', 'interruptive', 'intersecting', 'intersection', 'interspersed', 'intersperses', 'interstellar', 'interstitial', 'intertwining', 'intervention', 'interviewees', 'interviewers', 'interviewing', 'interweaving', 'intimidating', 'intimidation', 'intolerances', 'intoxicating', 'intoxication', 'intransigent', 'intransitive', 'intraprocess', 'intravenouss', 'intrenchment', 'intriguingly', 'introduction', 'introductory', 'introversion', 'intuitionist', 'invalidating', 'invalidation', 'invalidities', 'inventorying', 'invertebrate', 'investigated', 'investigates', 'investigator', 'investitures', 'invigorating', 'invigoration', 'invisibility', 'invitational', 'involutorial', 'involvements', 'invulnerable', 'invulnerably', 'irascibility', 'iridescences', 'irradiations', 'irrationally', 'irredeemable', 'irregardless', 'irregularity', 'irrelevances', 'irrelevancys', 'irrelevantly', 'irremediable', 'irremediably', 'irresistible', 'irresistibly', 'irresolutely', 'irresolution', 'irresolvable', 'irrespective', 'irreverences', 'irreverently', 'irreversible', 'irreversibly', 'irritability', 'irritatingly', 'isolationism', 'isolationist', 'isomorphisms', 'itemisations', 'itemizations', 'jacksonville', 'jayawardenes', 'jeffersonian', 'jeopardising', 'jeopardizing', 'jitterbugged', 'jitterbugger', 'joblessnesss', 'johannesburg', 'journalistic', 'journalizing', 'jurisdiction', 'jurisprudent', 'kaleidescope', 'kaleidoscope', 'kanchenjunga', 'khachaturian', 'kilimanjaros', 'kindergarten', 'kindergrtner', 'kirkpatricks', 'kitchenettes', 'kitchenwares', 'kleptomaniac', 'kleptomanias', 'knowledgable', 'knuckleheads', 'krishnamurti', 'laboratories', 'labyrinthine', 'lallygagging', 'lamborghinis', 'lamentations', 'landsteiners', 'languorously', 'lasciviously', 'latitudinary', 'latticeworks', 'lawlessnesss', 'leapfrogging', 'leaseholders', 'leathernecks', 'legalisation', 'legalization', 'legerdemains', 'legionnaires', 'legislations', 'legislatures', 'legitimately', 'legitimating', 'legitimising', 'legitimizing', 'lexicography', 'liberalising', 'liberalizing', 'libertarians', 'licentiously', 'lichtenstein', 'lieutenancys', 'lifelessness', 'lighthearted', 'lightweights', 'likablenesss', 'likeableness', 'liliuokalani', 'lilliputians', 'limitability', 'linearizable', 'linguisticss', 'liposuctions', 'liquefaction', 'liquidations', 'listlessness', 'lithographed', 'lithographer', 'lithographic', 'lithographys', 'lithospheres', 'lithospheric', 'liverpudlian', 'localisation', 'localization', 'loganberries', 'logistically', 'lollobrigida', 'lollygagging', 'longitudinal', 'longshoreman', 'longshoremen', 'longstanding', 'lopsidedness', 'loudspeakers', 'loudspeaking', 'louisianians', 'lubrications', 'lugubriously', 'luminescence', 'luncheonette', 'lusciousness', 'lutheranisms', 'luxembourger', 'machiavellis', 'machinations', 'mackintoshes', 'macrobiotics', 'mademoiselle', 'maeterlincks', 'magnanimitys', 'magnetically', 'magnificence', 'magnitogorsk', 'mahabharatas', 'maharashtras', 'maidservants', 'mainstreamed', 'maintainable', 'maintenances', 'majestically', 'malapropisms', 'maledictions', 'malevolences', 'malevolently', 'malfeasances', 'malformation', 'malfunctions', 'malignancies', 'malleability', 'malnourished', 'malnutrition', 'malocclusion', 'malpractices', 'maltreatment', 'mammographys', 'maneuverable', 'manipulating', 'manipulation', 'manipulative', 'manipulators', 'manipulatory', 'mannishnesss', 'manoeuvrable', 'manslaughter', 'mantelpieces', 'mantlepieces', 'manufactured', 'manufacturer', 'manufactures', 'mapplethorpe', 'marchionesss', 'marketplaces', 'marksmanship', 'marriageable', 'marseillaise', 'marshmallows', 'marvellously', 'masculinitys', 'masqueraders', 'masquerading', 'massivenesss', 'mastectomies', 'masterminded', 'masterpieces', 'masterstroke', 'mastications', 'masturbating', 'masturbation', 'matchmakings', 'materialised', 'materialises', 'materialisms', 'materialists', 'materialized', 'materializes', 'mathematical', 'mathematicss', 'matriarchies', 'matriculated', 'matriculates', 'maximisation', 'maximization', 'mccarthyisms', 'meaningfully', 'measurements', 'mechanically', 'mediocrities', 'meditatively', 'meetinghouse', 'megalomaniac', 'megalomanias', 'megalopoliss', 'melancholias', 'melancholics', 'melodramatic', 'memorabilias', 'memorialised', 'memorialises', 'memorialized', 'memorializes', 'memorisation', 'memorization', 'menstruating', 'menstruation', 'mentholatums', 'merchandised', 'merchandiser', 'merchandises', 'merchandized', 'merchandizes', 'merchantmans', 'meretricious', 'meritocracys', 'merrymakings', 'merthiolates', 'mesopotamias', 'metabolising', 'metabolizing', 'metacircular', 'metalanguage', 'metallurgist', 'metamorphism', 'metamorphose', 'metaphorical', 'metaphysical', 'metaphysicss', 'metastasised', 'metastasises', 'metastasized', 'metastasizes', 'metavariable', 'meteorologys', 'methacrylate', 'methodically', 'methodologys', 'meticulously', 'metrications', 'metropolises', 'metropolitan', 'miaplaciduss', 'michelangelo', 'michiganders', 'microbicidal', 'microbiology', 'microfilming', 'microphoning', 'microprogram', 'microseconds', 'microsurgery', 'middleweight', 'militarising', 'militaristic', 'militarizing', 'milliammeter', 'milliamperes', 'millionaires', 'milliseconds', 'milquetoasts', 'mimeographed', 'mindfulnesss', 'mindlessness', 'mineralogist', 'minesweepers', 'miniaturised', 'miniaturises', 'miniaturists', 'miniaturized', 'miniaturizes', 'minicomputer', 'minimisation', 'minimization', 'ministration', 'minneapoliss', 'miraculously', 'misadventure', 'misalignment', 'misalliances', 'misanthropes', 'misanthropic', 'misanthropys', 'misapprehend', 'misbehaviors', 'misbehaviour', 'miscalculate', 'miscarriages', 'miscellanies', 'misconceived', 'misconceives', 'misconducted', 'misconstrued', 'misconstrues', 'misdemeanors', 'misdemeanour', 'misdiagnosed', 'misdiagnoses', 'misdiagnosis', 'misdirecting', 'misdirection', 'miserlinesss', 'misfeasances', 'misgoverning', 'misinforming', 'misinterpret', 'misjudgement', 'misjudgments', 'misogynistic', 'mispronounce', 'misquotation', 'misrepresent', 'missionaries', 'mississippis', 'misspellings', 'misstatement', 'mistreatment', 'mithridatess', 'mitochondria', 'mnemonically', 'mobilisation', 'mobilization', 'mockingbirds', 'moderateness', 'modification', 'modularizing', 'mohorovicics', 'moisturisers', 'moisturising', 'moisturizers', 'moisturizing', 'molestations', 'mollycoddled', 'mollycoddles', 'monasticisms', 'moneymakings', 'monkeyflower', 'monkeyshines', 'monogramming', 'monolinguals', 'monopolising', 'monopolistic', 'monopolizing', 'monosyllabic', 'monosyllable', 'monotheistic', 'monotonicity', 'monotonously', 'monstrositys', 'monumentally', 'moonlighters', 'moonlighting', 'mortarboards', 'motherboards', 'motherfucker', 'motherliness', 'motionlessly', 'motivational', 'motorcycling', 'motorcyclist', 'mountaineers', 'mountainside', 'mountaintops', 'mournfulness', 'mousetrapped', 'mudslingings', 'mulligatawny', 'multicolored', 'multifaceted', 'multifarious', 'multilateral', 'multilingual', 'multiplexers', 'multiplexing', 'multiplexors', 'multipliable', 'multiplicand', 'multiplicity', 'multiprocess', 'multiprogram', 'multipurpose', 'multitasking', 'multivariate', 'multivitamin', 'municipality', 'munificences', 'murrumbidgee', 'muscularitys', 'musculatures', 'musicianship', 'musicologist', 'muskellunges', 'mycobacteria', 'mysteriously', 'mythological', 'mythologists', 'naphthalenes', 'narcissistic', 'narragansett', 'nationalised', 'nationalises', 'nationalisms', 'nationalists', 'nationalitys', 'nationalized', 'nationalizes', 'naturalising', 'naturalistic', 'naturalizing', 'naturalnesss', 'naughtinesss', 'nauseatingly', 'navigability', 'navigational', 'navratilovas', 'neanderthals', 'necessitated', 'necessitates', 'neckerchiefs', 'necromancers', 'needlepoints', 'needlessness', 'neglectfully', 'negotiations', 'neighborhood', 'neighbouring', 'neoclassical', 'nervousnesss', 'netherlander', 'neurasthenic', 'neuroanatomy', 'neuroanotomy', 'neurological', 'neurologists', 'neurosurgery', 'neurotically', 'neutralisers', 'neutralising', 'neutralities', 'neutralizers', 'neutralizing', 'nevertheless', 'newfoundland', 'newspaperman', 'newspapermen', 'newsworthier', 'nickelodeons', 'nicotinamide', 'nightclothes', 'nightclubbed', 'nightingales', 'nomenclature', 'nonabsorbent', 'nonagenarian', 'nonalcoholic', 'nonbelievers', 'nonbreakable', 'nonchalances', 'nonchalantly', 'noncombatant', 'noncommittal', 'nonconductor', 'nonessential', 'nonexistence', 'nonflammable', 'nonhazardous', 'nonintuitive', 'nonlinearity', 'nonmalignant', 'nonobjective', 'nonogenarian', 'nonpartisans', 'nonpoisonous', 'nonpolitical', 'nonpolluting', 'nonrenewable', 'nonresidents', 'nonscheduled', 'nonsectarian', 'nontechnical', 'nonterminals', 'nonviolences', 'northeastern', 'northeasters', 'northernmost', 'northwestern', 'nothingnesss', 'noticeboards', 'notification', 'nourishments', 'novokuznetsk', 'novosibirsks', 'numismaticss', 'numismatists', 'nutritionist', 'nymphomaniac', 'nymphomanias', 'obfuscations', 'objectivitys', 'obliquenesss', 'obliterating', 'obliteration', 'obsequiously', 'observations', 'observatorys', 'obsolescence', 'obstetrician', 'obstreperous', 'obstructions', 'obviousnesss', 'occasionally', 'occasionings', 'occupational', 'oceanography', 'octogenarian', 'officeholder', 'officialdoms', 'ombudsperson', 'omnipotences', 'omnipresence', 'omnisciences', 'omnisciently', 'oneupmanship', 'onomatopoeia', 'onomatopoeic', 'opalescences', 'oppenheimers', 'opportunisms', 'opportunists', 'opportunitys', 'oppositeness', 'oppressively', 'opthalmology', 'optimisation', 'optimization', 'optoacoustic', 'optometrists', 'orchestrated', 'orchestrates', 'orderlinesss', 'ordinariness', 'organisation', 'organization', 'orientations', 'originalitys', 'originations', 'ornamentally', 'ornithologys', 'orthodontias', 'orthodontics', 'orthodontist', 'orthogonally', 'orthographic', 'orthographys', 'orthopaedics', 'orthopaedist', 'orthopedicss', 'orthopedists', 'orthorhombic', 'oscillations', 'oscilloscope', 'ossification', 'ostentations', 'ostentatious', 'osteoporosis', 'otherworldly', 'outbalancing', 'outbuildings', 'outcroppings', 'outdistanced', 'outdistances', 'outlandishly', 'outmaneuvers', 'outmanoeuvre', 'outnumbering', 'outperformed', 'outplacement', 'outrageously', 'outsourcings', 'outspreading', 'outstretched', 'outstretches', 'outstripping', 'overabundant', 'overachieved', 'overachiever', 'overachieves', 'overbalanced', 'overbalances', 'overburdened', 'overcautious', 'overcharging', 'overcrowding', 'overdressing', 'overemphasis', 'overestimate', 'overexposing', 'overexposure', 'overextended', 'overgenerous', 'overindulged', 'overindulges', 'overnighters', 'overpopulate', 'overpowering', 'overprinting', 'overproduced', 'overproduces', 'overreaching', 'overreacting', 'overreaction', 'oversampling', 'overshadowed', 'overshooting', 'oversimplify', 'oversleeping', 'overspending', 'overstepping', 'overstocking', 'oversupplied', 'oversupplies', 'overthrowing', 'overwhelming', 'oxyacetylene', 'oxygenations', 'pacification', 'painstakings', 'paintbrushes', 'palaeolithic', 'paleontology', 'palestinians', 'palpitations', 'pamphleteers', 'panchromatic', 'pandemoniums', 'paperhangers', 'paperweights', 'paraboloidal', 'parachutists', 'paradigmatic', 'paragraphing', 'parallelisms', 'parallelized', 'parallelizes', 'parallelling', 'paramagnetic', 'paramedicals', 'parameterize', 'paramilitary', 'paraphrasing', 'paratroopers', 'parenthesise', 'parenthesiss', 'parenthesize', 'parishioners', 'parochialism', 'parsimonious', 'participants', 'participated', 'participates', 'participator', 'participials', 'particularly', 'particulates', 'partisanship', 'partitioning', 'partnerships', 'parturitions', 'passionately', 'pasteurising', 'pasteurizing', 'paternalisms', 'pathetically', 'pathogenesis', 'pathological', 'pathologists', 'patriarchies', 'patrolwomans', 'peacefulness', 'peacekeeping', 'peccadilloes', 'peculiaritys', 'pedantically', 'pediatrician', 'peevishnesss', 'peloponneses', 'penetrations', 'penitentiary', 'pennsylvania', 'pennyweights', 'pensivenesss', 'pentecostals', 'penultimates', 'perambulated', 'perambulates', 'perambulator', 'perceptively', 'perceptually', 'percolations', 'percutaneous', 'peremptorily', 'perforations', 'performances', 'pericardiums', 'periodically', 'peripatetics', 'peripherally', 'periphrasiss', 'periphrastic', 'peritonitiss', 'permeability', 'permissively', 'permutations', 'perniciously', 'perpetrating', 'perpetration', 'perpetrators', 'perpetuating', 'perpetuation', 'perplexities', 'persecutions', 'perseverance', 'persistences', 'persistently', 'personalised', 'personalises', 'personalitys', 'personalized', 'personalizes', 'personifying', 'perspectives', 'perspicacity', 'perspicuitys', 'perspiration', 'persuasively', 'pertinacious', 'pertinacitys', 'perturbation', 'perverseness', 'pestilential', 'petrifaction', 'pettifoggers', 'pettifogging', 'pharmaceutic', 'pharmacology', 'pharmacopeia', 'phenomenally', 'philadelphia', 'philanderers', 'philandering', 'philanthrope', 'philanthropy', 'philatelists', 'philharmonic', 'philodendron', 'philological', 'philologists', 'philosophers', 'philosophies', 'philosophise', 'philosophize', 'phonetically', 'phoneticians', 'phonological', 'phonologists', 'phosphoresce', 'photocopiers', 'photocopying', 'photographed', 'photographer', 'photographic', 'photographys', 'photostatted', 'phraseologys', 'phycomycetes', 'physicalness', 'physiognomys', 'physiologist', 'pickabacking', 'pigeonholing', 'piggishnesss', 'piggybacking', 'pigmentation', 'pitchblendes', 'pitchforking', 'plagiarising', 'plagiarizing', 'plainclothes', 'planetariums', 'planetesimal', 'planoconcave', 'plantagenets', 'plasterboard', 'plausibility', 'playfulnesss', 'playstations', 'pleasantness', 'pleasantries', 'pleistocenes', 'ploughshares', 'plutocracies', 'pneumococcus', 'pocketknifes', 'pocketknives', 'pointillisms', 'pointillists', 'polarisation', 'polarization', 'polarography', 'policewomans', 'policyholder', 'politicising', 'politicizing', 'pollinations', 'poltergeists', 'polyethylene', 'polygraphing', 'polystyrenes', 'polysyllabic', 'polysyllable', 'polytechnics', 'polytheistic', 'pomegranates', 'pompousnesss', 'ponchartrain', 'pontificated', 'pontificates', 'popocatepetl', 'popularising', 'popularizing', 'populousness', 'pornographer', 'pornographic', 'pornographys', 'portabilitys', 'portcullises', 'portentously', 'porterhouses', 'portmanteaus', 'portmanteaux', 'portraitists', 'portraitures', 'positiveness', 'possessional', 'possessively', 'possibilitys', 'postdoctoral', 'postgraduate', 'posthumously', 'postmistress', 'postmultiply', 'postponement', 'postposition', 'postulations', 'potentiality', 'potentiating', 'pottawatomie', 'poughkeepsie', 'powerfulness', 'practicality', 'practitioner', 'praiseworthy', 'praseodymium', 'prearranging', 'preassigning', 'precambrians', 'precariously', 'preciousness', 'precipitable', 'precipitants', 'precipitated', 'precipitates', 'precisenesss', 'precociously', 'precognition', 'preconceived', 'preconceives', 'precondition', 'predeceasing', 'predecessors', 'predestining', 'predetermine', 'predicaments', 'predications', 'predilection', 'predisposing', 'predominance', 'predominated', 'predominates', 'preeminences', 'preeminently', 'preemptively', 'prefabricate', 'preferential', 'prejudgement', 'prejudgments', 'preliminarys', 'premeditated', 'premeditates', 'premenstrual', 'premonitions', 'preoccupying', 'preordaining', 'prepackaging', 'preparations', 'preparatives', 'preparedness', 'preponderant', 'preponderate', 'prepositions', 'prepossessed', 'prepossesses', 'preposterous', 'prerecording', 'preregisters', 'prerequisite', 'prerogatives', 'presbyterian', 'preschoolers', 'prescription', 'prescriptive', 'preselecting', 'presentation', 'presentiment', 'preservation', 'preservative', 'preshrinking', 'presidencies', 'presidential', 'pressurising', 'pressurizing', 'presumptions', 'presumptuous', 'presupposing', 'prevailingly', 'prevaricated', 'prevaricates', 'prevaricator', 'preventative', 'principality', 'prioritising', 'prioritizing', 'prizefighter', 'prizewinning', 'probabilitys', 'probationary', 'probationers', 'procedurally', 'processional', 'processioned', 'proclamation', 'proclivities', 'procreations', 'procurements', 'prodigalitys', 'prodigiously', 'productively', 'productivity', 'profanations', 'professional', 'professorial', 'proficiencys', 'proficiently', 'profiteering', 'profundities', 'progesterone', 'programmable', 'programmings', 'progressions', 'progressives', 'prohibitions', 'projectively', 'proletarians', 'proletariats', 'proliferated', 'proliferates', 'prolifically', 'prolongation', 'promiscuitys', 'promontories', 'promulgating', 'promulgation', 'proofreaders', 'proofreading', 'propagandise', 'propagandist', 'propagandize', 'propagations', 'propensities', 'prophetesses', 'prophylactic', 'prophylaxiss', 'propinquitys', 'propitiating', 'propitiation', 'propitiatory', 'proportional', 'proportioned', 'propositions', 'proprietarys', 'proprietress', 'proscription', 'prosecutions', 'proselytised', 'proselytises', 'proselytized', 'proselytizes', 'prosopopoeia', 'prospections', 'prospectives', 'prospectuses', 'prosperously', 'prostituting', 'prostitution', 'prostrations', 'protactinium', 'protagonists', 'protectively', 'protectorate', 'proterozoics', 'protestation', 'protestingly', 'prothonotary', 'protoplasmic', 'prototypical', 'protractions', 'protuberance', 'proverbially', 'providential', 'provisioning', 'provocations', 'psychedelics', 'psychiatrist', 'psychobabble', 'psychologies', 'psychologist', 'psychometric', 'psychopathic', 'psychophysic', 'psychosocial', 'pterodactyls', 'publications', 'puddingstone', 'pugnaciously', 'pulchritudes', 'pumpernickel', 'punctualitys', 'punctuations', 'purchaseable', 'purification', 'purposefully', 'pussyfooting', 'putrefaction', 'putrescences', 'pyroelectric', 'pyrotechnics', 'quadrangular', 'quadraphonic', 'quadricepses', 'quadriphonic', 'quadriplegia', 'quadriplegic', 'quantifiable', 'quantitative', 'quantization', 'quarantining', 'quarterbacks', 'quarterdecks', 'quarterfinal', 'questionable', 'questionably', 'questionings', 'quetzalcoatl', 'quicksilvers', 'quintessence', 'rachmaninoff', 'racketeering', 'racquetballs', 'radioisotope', 'radiologists', 'radiophysics', 'radiotherapy', 'rambunctious', 'ramification', 'rapscallions', 'rastafarians', 'rathskellers', 'ratification', 'rationalised', 'rationalises', 'rationalisms', 'rationalists', 'rationalitys', 'rationalized', 'rationalizes', 'rattlesnakes', 'raucousnesss', 'raunchinesss', 'reabbreviate', 'reactionarys', 'reactivating', 'reactivation', 'readabilitys', 'readjustment', 'reaganomicss', 'realisations', 'realizations', 'reallocating', 'reallocation', 'reappearance', 'reappointing', 'reapportions', 'reappraisals', 'reappraising', 'reassembling', 'reassessment', 'reassignment', 'reassurances', 'reassuringly', 'rebelliously', 'rebroadcasts', 'recalcitrant', 'recalculated', 'recalculates', 'recantations', 'recapitulate', 'receivership', 'receptionist', 'receptivitys', 'recessionals', 'rechargeable', 'reciprocally', 'reciprocated', 'reciprocates', 'reciprocitys', 'recirculated', 'recirculates', 'recklessness', 'reclamations', 'reclassified', 'reclassifies', 'recognisable', 'recognisably', 'recognisance', 'recognitions', 'recognizable', 'recognizably', 'recognizance', 'recollecting', 'recollection', 'recommencing', 'recommending', 'recompensing', 'reconcilable', 'reconditions', 'reconfigured', 'reconfigurer', 'reconfigures', 'reconnecting', 'reconnection', 'reconnoiters', 'reconnoitred', 'reconnoitres', 'reconquering', 'reconsidered', 'reconstitute', 'reconstructs', 'recreational', 'recriminated', 'recriminates', 'recruitments', 'recuperating', 'recuperation', 'recuperative', 'redecorating', 'rededicating', 'redefinition', 'redeployment', 'redeveloping', 'redirections', 'rediscovered', 'rediscoverys', 'redisplaying', 'redistribute', 'redistricted', 'reducibility', 'redundancies', 'reeducations', 'reemphasised', 'reemphasises', 'reemphasized', 'reemphasizes', 'reenactments', 'reevaluating', 'reevaluation', 'refashioning', 'reflectively', 'reflectivity', 'reformations', 'reformatorys', 'reformatting', 'reformulated', 'reformulates', 'refractories', 'refreshingly', 'refreshments', 'refrigerants', 'refrigerated', 'refrigerates', 'refrigerator', 'refurbishing', 'refurnishing', 'regenerating', 'regeneration', 'regenerative', 'regionalisms', 'registration', 'regularising', 'regularities', 'regularizing', 'regurgitated', 'regurgitates', 'rehabilitate', 'reimbursable', 'reincarnated', 'reincarnates', 'reinitialise', 'reinitialize', 'reinterprets', 'reintroduced', 'reintroduces', 'reiterations', 'rejuvenating', 'rejuvenation', 'relationally', 'relationship', 'relativeness', 'relativistic', 'relentlessly', 'reliabilitys', 'reliableness', 'relinquished', 'relinquishes', 'remembrances', 'reminiscence', 'remonstrance', 'remonstrated', 'remonstrates', 'remorsefully', 'remunerating', 'remuneration', 'remunerative', 'renaissances', 'rendezvoused', 'rendezvouses', 'renegotiable', 'renegotiated', 'renegotiates', 'renunciation', 'reorganising', 'reorganizing', 'reparationss', 'repatriating', 'repatriation', 'repercussion', 'repetitively', 'replacements', 'replenishing', 'replications', 'repositioned', 'repositories', 'repossessing', 'repossession', 'reprehending', 'representing', 'reprimanding', 'reprocessing', 'reproducible', 'reproducibly', 'reproduction', 'reproductive', 'reprograming', 'reprogrammed', 'republishing', 'repudiations', 'requirements', 'requisitions', 'rescheduling', 'resemblances', 'reservations', 'resignations', 'resoluteness', 'resoundingly', 'respectfully', 'respectively', 'respirations', 'resplendence', 'responsively', 'restatements', 'restaurateur', 'restfulnesss', 'restitutions', 'restivenesss', 'restlessness', 'restorations', 'restoratives', 'restrictions', 'restructured', 'restructures', 'resubmitting', 'resurrecting', 'resurrection', 'resurrectors', 'resuscitated', 'resuscitates', 'resuscitator', 'retaliations', 'retardations', 'reticulately', 'reticulating', 'reticulation', 'retrenchment', 'retributions', 'retrofitting', 'retrograding', 'retrogressed', 'retrogresses', 'retrorockets', 'retrospected', 'reupholsters', 'revaluations', 'reverberated', 'reverberates', 'revitalising', 'revitalizing', 'rhapsodising', 'rhapsodizing', 'rhetorically', 'rhetoricians', 'rhinoceroses', 'rhododendron', 'rhombohedral', 'rhythmically', 'rickenbacker', 'ricochetting', 'ridiculously', 'riefenstahls', 'rightfulness', 'risorgimento', 'roadblocking', 'roddenberrys', 'romantically', 'romanticised', 'romanticises', 'romanticisms', 'romanticists', 'romanticized', 'romanticizes', 'rooseveltian', 'rostropovich', 'rotogravures', 'roughhousing', 'roughnecking', 'rubbernecked', 'rustproofing', 'ruthlessness', 'sacrilegious', 'sadistically', 'safeguarding', 'safekeepings', 'sagittariuss', 'saintlinesss', 'salesmanship', 'salespeoples', 'salespersons', 'saloonkeeper', 'salvadorians', 'sandblasters', 'sandblasting', 'sandpapering', 'sarcophaguss', 'sardonically', 'sarsaparilla', 'saskatchewan', 'satisfaction', 'satisfactory', 'saxophonists', 'scaffoldings', 'scandalising', 'scandalizing', 'scandalously', 'scandinavian', 'scandinavias', 'scapegoating', 'scatological', 'scatterbrain', 'scheherazade', 'schenectadys', 'schiaparelli', 'schlesingers', 'schmaltziest', 'scholarships', 'schoolchilds', 'schoolhouses', 'schoolmaster', 'schopenhauer', 'schroedinger', 'schwarzkopfs', 'scientologys', 'scintillated', 'scintillates', 'scoutmasters', 'scratchiness', 'screenwriter', 'screwdrivers', 'scrimshawing', 'scriptwriter', 'scrupulosity', 'scrupulously', 'scrutinising', 'scrutinizing', 'scurrilously', 'scuttlebutts', 'seamstresses', 'searchlights', 'seasicknesss', 'seaworthiest', 'secessionist', 'secretariats', 'sectarianism', 'sectionalism', 'secularising', 'secularizing', 'segmentation', 'segregations', 'seismographs', 'seismography', 'seismologist', 'selectivitys', 'selfishnesss', 'selflessness', 'semantically', 'semanticists', 'semicircular', 'semifinalist', 'semimonthlys', 'semiprecious', 'semitrailers', 'semitropical', 'semiweeklies', 'sensibilitys', 'sensitivitys', 'sensorimotor', 'sensuousness', 'sensurrounds', 'separateness', 'septicaemias', 'sepulchering', 'sequentially', 'sequestering', 'serendipitys', 'seriousnesss', 'serviceberry', 'servicewoman', 'servicewomen', 'seventeenths', 'sexagenarian', 'shadowboxing', 'shakespeares', 'shallownesss', 'shamefulness', 'shapelinesss', 'sharecropper', 'shareholders', 'sharpshooter', 'shatterproof', 'shcharanskys', 'sheepishness', 'shepherdesss', 'shevardnadze', 'shijiazhuang', 'shipbuilders', 'shipbuilding', 'shipwrecking', 'shirtsleeves', 'shopliftings', 'shortchanged', 'shortchanges', 'shortcomings', 'shortsighted', 'showmanships', 'shuffleboard', 'shuttlecocks', 'sidestepping', 'sidestroking', 'sidetracking', 'sightseeings', 'significance', 'significants', 'silhouetting', 'silverfishes', 'silversmiths', 'similarities', 'simpleminded', 'simplicities', 'simulcasting', 'simultaneity', 'simultaneous', 'singlehanded', 'singularitys', 'skateboarded', 'skateboarder', 'skillfulness', 'skulduggerys', 'skullduggery', 'skyrocketing', 'slaphappiest', 'slaughterers', 'slaughtering', 'sledgehammer', 'sleepwalkers', 'sleepwalking', 'slenderising', 'slenderizing', 'slendernesss', 'slipperiness', 'slothfulness', 'slovenliness', 'sluggishness', 'smithereenss', 'smithsonians', 'snobbishness', 'snowboarding', 'snowmobiling', 'sociabilitys', 'sociological', 'sociologists', 'solicitation', 'solicitously', 'soliloquised', 'soliloquises', 'soliloquized', 'soliloquizes', 'solzhenitsyn', 'somersaulted', 'somnambulism', 'somnambulist', 'sophisticate', 'soulfulnesss', 'soundproofed', 'southeastern', 'southernmost', 'southwestern', 'southwesters', 'sovereigntys', 'spaceflights', 'spacewalking', 'spaciousness', 'spearheading', 'specialising', 'specialities', 'specializing', 'specifically', 'spectaculars', 'spectrograms', 'spectrograph', 'spectrometer', 'spectrometry', 'spectroscope', 'spectroscopy', 'speculations', 'speedometers', 'spellbinders', 'spellbinding', 'spendthrifts', 'spermatozoon', 'spinsterhood', 'spiritualism', 'spiritualist', 'spirituality', 'spitefullest', 'spitefulness', 'spitsbergens', 'spokespeople', 'spokesperson', 'spokeswomans', 'sponsorships', 'spontaneitys', 'sporadically', 'sportscaster', 'sportswomans', 'sportswriter', 'spotlessness', 'spotlighting', 'spreadsheets', 'sprightliest', 'springboards', 'springfields', 'springinesss', 'springsteens', 'spuriousness', 'squirrelling', 'stagecoaches', 'stagflations', 'staggeringly', 'standardised', 'standardises', 'standardized', 'standardizes', 'stanislavsky', 'statelinesss', 'stationarity', 'statistician', 'statuesquely', 'steamrollers', 'steamrolling', 'steeplechase', 'steeplejacks', 'stenographer', 'stenographic', 'stenographys', 'stepbrothers', 'stepchildren', 'stepdaughter', 'steprelation', 'stereography', 'stereophonic', 'stereoscopes', 'stereotyping', 'stethoscopes', 'stewardesses', 'stewardships', 'sticklebacks', 'stigmatising', 'stigmatizing', 'stimulations', 'stipulations', 'stockbrokers', 'stockhausens', 'stockholders', 'stolichnayas', 'stomachaches', 'stonewalling', 'storekeepers', 'storytellers', 'stradivarius', 'straightaway', 'straightedge', 'straightened', 'straightness', 'straitjacket', 'strangenesss', 'stranglehold', 'strangulated', 'strangulates', 'stratosphere', 'strawberries', 'streamlining', 'streetlights', 'streetwalker', 'strengthened', 'strengthener', 'streptococci', 'streptomycin', 'stripteasing', 'stroboscopic', 'structurally', 'stubbornness', 'studentships', 'stupefaction', 'stupendously', 'stylishnesss', 'subbasements', 'subcommittee', 'subcomponent', 'subconscious', 'subcontinent', 'subcontracts', 'subcutaneous', 'subdivisions', 'subintervals', 'subjectively', 'subjectivity', 'subjugations', 'subjunctives', 'sublimations', 'subliminally', 'submergences', 'submersibles', 'subordinated', 'subordinates', 'subornations', 'subscripting', 'subscription', 'subsequences', 'subsequently', 'subservience', 'subsidiaries', 'subsistences', 'substantiate', 'substantives', 'substituting', 'substitution', 'substructure', 'subterranean', 'subtotalling', 'subtractions', 'suburbanites', 'successfully', 'successively', 'succinctness', 'sudetenlands', 'sufficiencys', 'sufficiently', 'suffocations', 'suffragettes', 'sugarcoating', 'suggestively', 'suitabilitys', 'suitableness', 'summerhouses', 'superannuate', 'supercharged', 'supercharger', 'supercharges', 'supercilious', 'superfluitys', 'superhighway', 'superhumanly', 'superimposed', 'superimposes', 'superintends', 'superioritys', 'superlatives', 'supermarkets', 'supernatural', 'superposable', 'superscripts', 'superstition', 'supertankers', 'supervisions', 'supplemental', 'supplemented', 'supplicating', 'supplication', 'supportingly', 'supportively', 'suppositions', 'suppositorys', 'suppressible', 'suppressions', 'suppurations', 'supremacists', 'surfboarding', 'surmountable', 'surprisingly', 'surrealistic', 'surrendering', 'surroundings', 'surveillance', 'suspiciously', 'susquehannas', 'swallowtails', 'swashbuckler', 'sweepstakess', 'switchblades', 'switchboards', 'switzerlands', 'syllabifying', 'symbolically', 'sympathisers', 'sympathising', 'sympathizers', 'sympathizing', 'synchronised', 'synchronises', 'synchronized', 'synchronizer', 'synchronizes', 'syncopations', 'syndications', 'synonymously', 'synthesising', 'synthesizers', 'synthesizing', 'systematised', 'systematises', 'systematized', 'systematizes', 'taciturnitys', 'tactlessness', 'tadzhikistan', 'tallahassees', 'tangibilitys', 'tastefulness', 'tautological', 'taxidermists', 'teaspoonfuls', 'teaspoonsful', 'technicality', 'technocracys', 'technocratic', 'technologies', 'technologist', 'tediousnesss', 'teetotallers', 'tegucigalpas', 'telecommuted', 'telecommuter', 'telecommutes', 'telegraphers', 'telegraphing', 'telekinesiss', 'teleological', 'teleprompter', 'temperaments', 'temperatures', 'tenochtitlan', 'tenuousnesss', 'teotihuacans', 'tercentenary', 'terminations', 'terminologys', 'terpsichores', 'terrestrials', 'terrifically', 'terrifyingly', 'territorials', 'testamentary', 'testimonials', 'testosterone', 'tetrahedrons', 'thankfulness', 'thanksgiving', 'theatrically', 'thematically', 'themistocles', 'theoretician', 'theorization', 'therapeutics', 'thermocouple', 'thermometers', 'thermometric', 'thermopylaes', 'thermostable', 'thermostatic', 'thessalonian', 'thessalonkis', 'thingamajigs', 'thistledowns', 'thoroughbred', 'thoroughfare', 'thoroughness', 'thoughtfully', 'thousandfold', 'thriftinesss', 'throatinesss', 'thunderbirds', 'thunderbolts', 'thunderclaps', 'thundercloud', 'thunderheads', 'thunderstorm', 'ticketmaster', 'tiddlywinkss', 'timelessness', 'tirelessness', 'tiresomeness', 'titillations', 'toastmasters', 'tobacconists', 'togetherness', 'tolerability', 'tomfooleries', 'tonsillitiss', 'toothbrushes', 'topographers', 'topographies', 'totalitarian', 'townspeoples', 'toxicologist', 'tracheotomys', 'tractability', 'trademarking', 'tragicomedys', 'trailblazers', 'trajectories', 'tranquilitys', 'tranquilized', 'tranquilizer', 'tranquilizes', 'tranquillest', 'tranquillise', 'tranquillity', 'tranquillize', 'transactions', 'transceivers', 'transcendent', 'transcending', 'transcribers', 'transcribing', 'transduction', 'transferable', 'transference', 'transferrers', 'transferring', 'transfigured', 'transfigures', 'transformers', 'transforming', 'transfusable', 'transfusions', 'transgressed', 'transgresses', 'transgressor', 'transitional', 'transitioned', 'transitively', 'transitivity', 'translatable', 'translations', 'translucence', 'transmigrate', 'transmission', 'transmittals', 'transmitters', 'transmitting', 'transmogrify', 'transoceanic', 'transpacific', 'transparency', 'transplanted', 'transponders', 'transporters', 'transporting', 'transposable', 'transsexuals', 'transshipped', 'transversely', 'transvestism', 'transvestite', 'transylvania', 'trapshooting', 'traumatising', 'traumatizing', 'tremendously', 'trepidations', 'triangularly', 'tribulations', 'triceratopss', 'trifluouride', 'triglyceride', 'trigonometry', 'triplicating', 'triumphantly', 'triumvirates', 'trivialising', 'trivialities', 'trivializing', 'tropospheres', 'tropospheric', 'troublemaker', 'troubleshoot', 'trusteeships', 'trustfulness', 'truthfulness', 'tsiolkovskys', 'tuberculosis', 'turkmenistan', 'typographers', 'tyrannically', 'tyrannosaurs', 'ubiquitously', 'ujungpandang', 'ultramarines', 'ultraviolets', 'unacceptable', 'unacceptably', 'unaccustomed', 'unacquainted', 'unaffectedly', 'unanalyzable', 'unanswerable', 'unappetising', 'unappetizing', 'unassailable', 'unattainable', 'unattractive', 'unattributed', 'unauthorised', 'unauthorized', 'unbelievable', 'unbelievably', 'uncatalogued', 'uncertaintys', 'unchallenged', 'unchangeable', 'uncharitable', 'uncharitably', 'unclassified', 'uncleanliest', 'uncleannesss', 'uncompressed', 'uncomputable', 'unconsciouss', 'unconsidered', 'uncontrolled', 'unconvincing', 'uncorrelated', 'unctuousness', 'uncultivated', 'undemocratic', 'undependable', 'underachieve', 'underbellies', 'underbidding', 'undercharged', 'undercharges', 'underclothes', 'undercoating', 'undercurrent', 'undercutting', 'underexposed', 'underexposes', 'underfeeding', 'underflowing', 'undergarment', 'undergrounds', 'undergrowths', 'underlinings', 'underpinning', 'underplaying', 'underscoring', 'underselling', 'undershortss', 'undersigneds', 'undersigning', 'understaffed', 'understating', 'understudied', 'understudies', 'undertakings', 'undervaluing', 'underweights', 'underwriters', 'underwriting', 'underwritten', 'undeservedly', 'undesirables', 'undetectable', 'undetermined', 'undiminished', 'undiscovered', 'undocumented', 'uneconomical', 'unemployable', 'unemployment', 'uneventfully', 'unexpectedly', 'unexpurgated', 'unfaithfully', 'unfamiliarly', 'unfathomable', 'unfavourable', 'unfavourably', 'unflattering', 'unforgivable', 'unfortunates', 'unfrequented', 'unfriendlier', 'ungainliness', 'ungovernable', 'ungratefully', 'unhappinesss', 'unhealthiest', 'unhesitating', 'unidentified', 'unifications', 'unilaterally', 'unimaginable', 'unimpressive', 'uninstallers', 'uninstalling', 'uninterested', 'unionisation', 'unionization', 'uniprocessor', 'unitarianism', 'universality', 'universities', 'unlikelihood', 'unmanageable', 'unmanageably', 'unmercifully', 'unmistakable', 'unmistakably', 'unnoticeable', 'unobservable', 'unobstructed', 'unobtainable', 'unofficially', 'unparalleled', 'unpardonable', 'unpleasantly', 'unpopularity', 'unprejudiced', 'unprescribed', 'unprincipled', 'unprivileged', 'unproductive', 'unprofitable', 'unquenchable', 'unquestioned', 'unreasonable', 'unreasonably', 'unrecognised', 'unrecognized', 'unregenerate', 'unregistered', 'unremarkable', 'unrepeatable', 'unreservedly', 'unresponsive', 'unrestrained', 'unrestricted', 'unsanctioned', 'unsatisfying', 'unscientific', 'unscrambling', 'unscrupulous', 'unseasonable', 'unseasonably', 'unseemliness', 'unsightliest', 'unsteadiness', 'unstructured', 'unsubscribed', 'unsubscribes', 'unsuccessful', 'unsupervised', 'unsurprising', 'unsuspecting', 'unterminated', 'unthinkingly', 'untimeliness', 'untouchables', 'untranslated', 'untruthfully', 'unwieldiness', 'unworthiness', 'upholsterers', 'upholstering', 'uppercutting', 'uproariously', 'urbanisation', 'urbanization', 'uselessnesss', 'utilisations', 'utilitarians', 'utilizations', 'vacationland', 'vaccinations', 'vacillations', 'vainglorious', 'valedictorys', 'vaporisation', 'vaporization', 'variabilitys', 'variableness', 'varicoloured', 'ventilations', 'verdigrising', 'verification', 'versatilitys', 'verticalness', 'veterinarian', 'veterinaries', 'vichyssoises', 'viciousnesss', 'vicissitudes', 'victoriously', 'vigilantisms', 'vijayanagars', 'vilification', 'villainously', 'vinaigrettes', 'vindemiatrix', 'vindications', 'vindictively', 'violoncellos', 'virtuousness', 'viscoelastic', 'viscountesss', 'viticultures', 'vituperating', 'vituperation', 'vituperative', 'vivekanandas', 'vivisections', 'vladivostoks', 'vocabularian', 'vocabularies', 'vocalisation', 'vocalization', 'vocationally', 'vociferating', 'vociferation', 'vociferously', 'volatilities', 'voluminously', 'volunteering', 'voluptuaries', 'voluptuously', 'wainscotings', 'wainscotting', 'wakefulnesss', 'wallpapering', 'warehouseman', 'warmongering', 'washerwomans', 'wastebaskets', 'wastefulness', 'watchfulness', 'watercolours', 'watercourses', 'watermarking', 'waterproofed', 'waywardnesss', 'wealthinesss', 'weathercocks', 'weatherising', 'weatherizing', 'weatherproof', 'weatherstrip', 'webmistresss', 'weierstrasss', 'weightinesss', 'weightlifter', 'weissmullers', 'welterweight', 'westernising', 'westernizing', 'westinghouse', 'wheelbarrows', 'wheelwrights', 'whereaboutss', 'wherewithals', 'whimsicality', 'whippoorwill', 'whitewashing', 'wholehearted', 'wildernesses', 'willfulnesss', 'williamsburg', 'willingnesss', 'windbreakers', 'windsurfings', 'wintergreens', 'wisconsinite', 'wisecracking', 'wistfulnesss', 'withholdings', 'withstanding', 'wittgenstein', 'womanlinesss', 'woodcarvings', 'woodcuttings', 'woodworkings', 'workmanships', 'workstations', 'worldlinesss', 'wretchedness', 'wristwatches', 'wrongfulness', 'xylophonists', 'yamoussoukro', 'yellowstones', 'yevtushenkos', 'youthfulness', 'yugoslavians', 'zealousnesss', 'zoologically', 'zoroastrians', 'abbreviations', 'abnormalities', 'abolitionists', 'abrasivenesss', 'abstractnesss', 'abstrusenesss', 'accelerations', 'accelerometer', 'accentuations', 'acceptability', 'accessibility', 'acclimatising', 'acclimatizing', 'accommodating', 'accommodation', 'accompaniment', 'accomplishers', 'accomplishing', 'accouterments', 'accoutrements', 'accreditation', 'acculturating', 'acculturation', 'accumulations', 'accuratenesss', 'acetaminophen', 'acknowledgers', 'acknowledging', 'acquaintances', 'acquiescences', 'actualisation', 'actualization', 'acupuncturist', 'adaptabilitys', 'addressograph', 'adiabatically', 'adjudications', 'administering', 'administrable', 'administrated', 'administrates', 'administrator', 'admissibility', 'admonishments', 'adulterations', 'adventuresome', 'adventuresses', 'adventurously', 'advertisement', 'advisabilitys', 'aerodynamicss', 'aesthetically', 'affirmatively', 'afforestation', 'afterthoughts', 'agglomerating', 'agglomeration', 'agglutinating', 'agglutination', 'agreeableness', 'agribusinesss', 'algebraically', 'allegorically', 'alliterations', 'alphabetising', 'alphabetizing', 'alternatively', 'amalgamations', 'ambassadorial', 'ambitiousness', 'ameliorations', 'americanising', 'americanizing', 'amniocenteses', 'amniocentesis', 'amorphousness', 'amortisations', 'amortizations', 'amphitheaters', 'amphitheatres', 'amplification', 'anachronistic', 'anaesthetised', 'anaesthetises', 'anaesthetists', 'anaesthetized', 'anaesthetizes', 'analyticities', 'anaphorically', 'anchorpersons', 'anesthetizing', 'angioplasties', 'animadversion', 'annihilations', 'anniversaries', 'announcements', 'antananarivos', 'anthologising', 'anthologizing', 'anthropogenic', 'anthropologys', 'antibacterial', 'anticipations', 'anticlimactic', 'anticlockwise', 'antihistamine', 'antimicrobial', 'antiparticles', 'antipersonnel', 'antiresonance', 'antiresonator', 'antisubmarine', 'antisymmetric', 'apalachicolas', 'apathetically', 'appendectomys', 'appendicitiss', 'applicability', 'applicatively', 'apportionment', 'appositenesss', 'appreciations', 'apprehensible', 'apprehensions', 'appropriately', 'appropriating', 'appropriation', 'appropriators', 'approximately', 'approximating', 'approximation', 'appurtenances', 'arbitrariness', 'archaeologist', 'archbishopric', 'archeological', 'archeologists', 'archipelagoes', 'architectonic', 'architectural', 'architectures', 'argumentation', 'argumentative', 'aristocracies', 'aristophaness', 'aristotelians', 'aromatherapys', 'articulations', 'artifactually', 'artificiality', 'ascertainable', 'asphyxiations', 'assassinating', 'assassination', 'assemblywoman', 'assemblywomen', 'assertiveness', 'assiduousness', 'assimilations', 'assistantship', 'associational', 'associatively', 'associativity', 'astonishingly', 'astonishments', 'astronauticss', 'astrophysical', 'astrophysicss', 'atrociousness', 'attentiveness', 'attitudinised', 'attitudinises', 'attitudinized', 'attitudinizes', 'attributively', 'audaciousness', 'augmentations', 'auscultations', 'austronesians', 'authentically', 'authenticated', 'authenticates', 'authenticator', 'authenticitys', 'authorisation', 'authoritarian', 'authoritative', 'authorization', 'autobiography', 'autocollimate', 'autocorrelate', 'automatically', 'autonavigator', 'availabilitys', 'axiomatically', 'baccalaureate', 'bacchanalians', 'backpedalling', 'backscattered', 'backstitching', 'backstretches', 'backwardnesss', 'bacteriologys', 'bantamweights', 'battlegrounds', 'beatification', 'behavioristic', 'belligerences', 'belligerencys', 'belligerently', 'benefactresss', 'beneficiaries', 'bewilderingly', 'bewilderments', 'bibliographer', 'bibliographic', 'bibliographys', 'bicentennials', 'bidirectional', 'biochemistrys', 'biodegradable', 'biodiversitys', 'biophysicists', 'biosynthesize', 'biotechnology', 'birefringence', 'blabbermouths', 'blackberrying', 'blamelessness', 'blandishments', 'blasphemously', 'blissfulnesss', 'bloemfonteins', 'bloodcurdling', 'bloomingdales', 'blunderbusses', 'boardinghouse', 'boastfulnesss', 'bodybuildings', 'bootstrapping', 'bouillabaisse', 'boundlessness', 'boustrophedon', 'boysenberries', 'brainchildren', 'brainstorming', 'brainwashings', 'breakthroughs', 'breaststrokes', 'breckenridges', 'brinkmanships', 'brinksmanship', 'broadcastings', 'brokenhearted', 'brontosauruss', 'brotherliness', 'bulletproofed', 'bullfightings', 'bumptiousness', 'bureaucracies', 'burglarproofs', 'businesswoman', 'businesswomen', 'butterfingers', 'butterscotchs', 'cabinetmakers', 'calisthenicss', 'calligraphers', 'callisthenics', 'cancellations', 'cannibalising', 'cannibalistic', 'cannibalizing', 'canonicalized', 'canonicalizes', 'canonisations', 'canonizations', 'cantabrigians', 'cantilevering', 'capaciousness', 'capitulations', 'carbohydrates', 'carboniferous', 'carbonization', 'carcinogenics', 'cardinalities', 'cardiologists', 'carelessnesss', 'caricaturists', 'carnivorously', 'carpetbaggers', 'carpetbagging', 'carthaginians', 'cartilaginous', 'cartographers', 'categorically', 'cautiousnesss', 'ceaselessness', 'ceremoniously', 'certificating', 'certification', 'chairmanships', 'championships', 'chancelleries', 'chandrasekhar', 'changeability', 'characterised', 'characterises', 'characterized', 'characterizer', 'characterizes', 'charlottetown', 'chastisements', 'chateaubriand', 'chattahoochee', 'checkerboards', 'cheerfulnesss', 'cheerlessness', 'cheeseburgers', 'chemisorption', 'chemotherapys', 'chequerboards', 'chernomyrdins', 'childbearings', 'childishnesss', 'childlessness', 'childproofing', 'chiropractics', 'chiropractors', 'chitterlingss', 'chlorinations', 'chloroforming', 'choreographed', 'choreographer', 'choreographic', 'choreographys', 'christianitys', 'chromatograph', 'chronological', 'chrysanthemum', 'churlishnesss', 'cimcumvention', 'circularising', 'circularizing', 'circumcisions', 'circumference', 'circumscribed', 'circumscribes', 'circumspectly', 'circumstanced', 'circumstances', 'circumventing', 'circumvention', 'civilisations', 'civilizations', 'clairvoyances', 'clairvoyantly', 'clandestinely', 'clarification', 'clarinettists', 'clearinghouse', 'clownishnesss', 'codependencys', 'codifications', 'coeducational', 'cohabitations', 'cohesivenesss', 'collaborating', 'collaboration', 'collaborative', 'collaborators', 'collectivised', 'collectivises', 'collectivisms', 'collectivists', 'collectivized', 'collectivizes', 'colloquialism', 'colonisations', 'colonizations', 'combinational', 'combinatorial', 'combinatorics', 'commandeering', 'commemorating', 'commemoration', 'commemorative', 'commencements', 'commendations', 'commensurable', 'commercialise', 'commercialism', 'commercialize', 'commiserating', 'commiseration', 'commissariats', 'commissioners', 'commissioning', 'commonalities', 'commonwealths', 'communicating', 'communication', 'communicative', 'communicators', 'commutativity', 'companionable', 'companionship', 'companionways', 'comparability', 'comparatively', 'compartmented', 'compassionate', 'compatibility', 'compensations', 'competitively', 'complaisances', 'complaisantly', 'complementary', 'complementers', 'complementing', 'completenesss', 'complications', 'complimentary', 'complimenters', 'complimenting', 'componentwise', 'compositional', 'comprehending', 'comprehension', 'comprehensive', 'computability', 'computational', 'computerising', 'computerizing', 'concatenating', 'concatenation', 'concentrating', 'concentration', 'concentrators', 'conceptualise', 'conceptualize', 'concertinaing', 'concertmaster', 'conciliations', 'concurrencies', 'condemnations', 'condensations', 'condescending', 'condescension', 'conditionally', 'conductivitys', 'confectioners', 'confectionery', 'confederacies', 'confederating', 'confederation', 'confessionals', 'configuration', 'confirmations', 'confiscations', 'conflagration', 'conformations', 'confrontation', 'confucianisms', 'congenialitys', 'conglomerated', 'conglomerates', 'congratulated', 'congratulates', 'congregations', 'congressional', 'congresswoman', 'congresswomen', 'conjunctively', 'connectedness', 'conquistadors', 'consanguinity', 'conscientious', 'consciousness', 'conscriptions', 'consecrations', 'consecutively', 'consequential', 'conservations', 'conservatisms', 'conservatives', 'conservatorys', 'considerately', 'consideration', 'consistencies', 'consolidating', 'consolidation', 'conspicuously', 'constabularys', 'constellation', 'consternation', 'constipations', 'constituencys', 'constitutions', 'constrictions', 'constructible', 'constructions', 'consultancies', 'consultations', 'consummations', 'consumptively', 'contaminating', 'contamination', 'contemplating', 'contemplation', 'contemplative', 'contemporarys', 'contentedness', 'contentiously', 'continentally', 'contingencies', 'continuations', 'contortionist', 'contraception', 'contraceptive', 'contractually', 'contradicting', 'contradiction', 'contradictory', 'contralateral', 'contrarinesss', 'contrastingly', 'contravariant', 'contravention', 'contributions', 'controversial', 'controversies', 'controverting', 'convalescence', 'convalescents', 'conversations', 'convivialitys', 'cooperatively', 'coordinations', 'corespondents', 'correspondent', 'corresponding', 'corroborating', 'corroboration', 'corroborative', 'cosignatories', 'cosmetologist', 'cosmopolitans', 'councilwomans', 'countenancing', 'counteracting', 'counteraction', 'counteractive', 'counterattack', 'counterclaims', 'counterfeited', 'counterfeiter', 'countermanded', 'counteroffers', 'counterpoints', 'countersigned', 'countertenors', 'counterweight', 'countrywomans', 'courteousness', 'covetousnesss', 'cowardlinesss', 'craftsmanship', 'creativenesss', 'credulousness', 'criminologist', 'crisscrossing', 'crossbreeding', 'crosschecking', 'cryptanalysis', 'cryptanalytic', 'cryptographer', 'cryptographic', 'cryptographys', 'crystallising', 'crystallizing', 'customisation', 'customization', 'cytochemistry', 'daguerreotype', 'dauntlessness', 'debilitations', 'decaffeinated', 'decaffeinates', 'decapitations', 'deceitfulness', 'decelerations', 'decentralised', 'decentralises', 'decentralized', 'decentralizes', 'deceptiveness', 'decisivenesss', 'declaratively', 'declassifying', 'decommissions', 'decomposition', 'decompressing', 'decompression', 'decongestants', 'decontaminate', 'decontrolling', 'deconvolution', 'decriminalise', 'decriminalize', 'deemphasizing', 'defenestrated', 'defenestrates', 'defensiveness', 'deferentially', 'definitenesss', 'deforestation', 'degenerations', 'dehumidifiers', 'dehumidifying', 'deliberations', 'delicatessens', 'deliciousness', 'delinquencies', 'demagnetising', 'demagnetizing', 'demilitarised', 'demilitarises', 'demilitarized', 'demilitarizes', 'democratising', 'democratizing', 'demographicss', 'demonstrating', 'demonstration', 'demonstrative', 'demonstrators', 'demythologize', 'denominations', 'denouncements', 'densitometric', 'denunciations', 'dependability', 'depoliticised', 'depoliticises', 'depoliticized', 'depoliticizes', 'depopulations', 'depreciations', 'deprogramming', 'deregulations', 'dermatologist', 'desalinations', 'descriptively', 'desegregating', 'desegregation', 'desensitising', 'desensitizing', 'desirabilitys', 'desolatenesss', 'destructively', 'desynchronize', 'deteriorating', 'deterioration', 'determinately', 'determination', 'determinative', 'deterministic', 'dethronements', 'developmental', 'diagnostician', 'diametrically', 'dictatorships', 'diffeomorphic', 'differentials', 'differentiate', 'dilapidations', 'dilettantisms', 'dillydallying', 'dimensionally', 'dimensionless', 'directionally', 'directorships', 'disadvantaged', 'disadvantages', 'disaffections', 'disagreements', 'disambiguated', 'disambiguates', 'disappearance', 'disappointing', 'disassembling', 'disassociated', 'disassociates', 'disbursements', 'discoloration', 'discomfitures', 'discomforting', 'discomposures', 'disconcerting', 'disconnecting', 'disconnection', 'discontenting', 'discontinuing', 'discontinuity', 'discontinuous', 'discourtesies', 'discreditable', 'discrepancies', 'discretionary', 'discriminable', 'discriminated', 'discriminates', 'disemboweling', 'disembowelled', 'disenchanting', 'disencumbered', 'disengagement', 'disentangling', 'disfigurement', 'disfranchised', 'disfranchises', 'disgracefully', 'disharmonious', 'disheartening', 'dishonourable', 'dishonourably', 'disillusioned', 'disinfectants', 'disinheriting', 'disintegrated', 'disintegrates', 'disinterested', 'disinterments', 'disjunctively', 'dismemberment', 'disobediences', 'disobediently', 'disorganising', 'disorganizing', 'disparagement', 'dispassionate', 'dispensations', 'displacements', 'dispossessing', 'dispossession', 'disproportion', 'disqualifying', 'disquisitions', 'disrespectful', 'disrespecting', 'dissatisfying', 'disseminating', 'dissemination', 'dissertations', 'dissimilarity', 'dissimulating', 'dissimulation', 'dissociations', 'dissoluteness', 'distastefully', 'distillations', 'distinctively', 'distinguished', 'distinguishes', 'distressingly', 'distributions', 'distritbuting', 'distrustfully', 'divisibilitys', 'divisivenesss', 'documentaries', 'documentation', 'domesticating', 'domestication', 'draftsmanship', 'dramatisation', 'dramatization', 'draughtinesss', 'dysfunctional', 'eavesdroppers', 'eavesdropping', 'eccentrically', 'eccentricitys', 'ecclesiastics', 'editorialised', 'editorialises', 'editorialized', 'editorializes', 'educationally', 'effectiveness', 'effervescence', 'efficaciously', 'effusivenesss', 'egotistically', 'eigenfunction', 'elaborateness', 'electioneered', 'electrocuting', 'electrocution', 'electrolysiss', 'electromagnet', 'electrophorus', 'electroplated', 'electroplates', 'electrostatic', 'elocutionists', 'emancipations', 'emasculations', 'embarrassment', 'embellishment', 'embezzlements', 'embryologists', 'emotionalisms', 'emphysematous', 'encapsulating', 'encapsulation', 'encephalitiss', 'enchantresses', 'encirclements', 'encouragement', 'encouragingly', 'encroachments', 'encrustations', 'encyclopaedia', 'encyclopedias', 'energetically', 'enfranchising', 'englishwomans', 'enigmatically', 'enlightenment', 'enormousnesss', 'entanglements', 'entertainings', 'entertainment', 'enthronements', 'entomological', 'entomologists', 'entrenchments', 'entrepreneurs', 'environmental', 'epidemiologys', 'episcopalians', 'equalisations', 'equalizations', 'equestriennes', 'equivocations', 'eratostheness', 'erroneousness', 'establishment', 'estrangements', 'eventfulnesss', 'eventualities', 'everlastingly', 'eviscerations', 'exacerbations', 'exaggerations', 'exasperations', 'exceptionable', 'exceptionally', 'excitabilitys', 'exclusiveness', 'excommunicate', 'exhibitionism', 'exhibitionist', 'exhilarations', 'existentially', 'expansionists', 'expansiveness', 'expatriations', 'expectorating', 'expectoration', 'expeditionary', 'expeditiously', 'experimenters', 'experimenting', 'explicitnesss', 'exploitations', 'explosiveness', 'exponentially', 'exponentiated', 'exponentiates', 'expostulating', 'expostulation', 'expressionism', 'expressionist', 'expropriating', 'expropriation', 'exquisiteness', 'extemporising', 'extemporizing', 'extensibility', 'extensiveness', 'exterminating', 'extermination', 'exterminators', 'extinguishers', 'extinguishing', 'extortionists', 'extracellular', 'extraordinary', 'extrapolating', 'extrapolation', 'extravagances', 'extravagantly', 'extravaganzas', 'extrinsically', 'extroversions', 'facetiousness', 'facilitations', 'factionalisms', 'factorisation', 'factorization', 'faithfulnesss', 'faithlessness', 'falsification', 'familiarising', 'familiarities', 'familiarizing', 'fantastically', 'faultfindings', 'fearlessnesss', 'featherweight', 'ferlinghettis', 'fermentations', 'ferociousness', 'ferroelectric', 'ferromagnetic', 'fertilisation', 'fertilization', 'fictionalised', 'fictionalises', 'fictionalized', 'fictionalizes', 'filibustering', 'fingerprinted', 'firefightings', 'flabbergasted', 'flagellations', 'flamethrowers', 'flammabilitys', 'flexibilities', 'flirtatiously', 'floodlighting', 'fluorescences', 'fluoridations', 'fluorocarbons', 'fontainebleau', 'foolhardiness', 'forcefulnesss', 'foregathering', 'foregrounding', 'foreknowledge', 'foreordaining', 'foreshadowing', 'foreshortened', 'forestallment', 'forgetfulness', 'formaldehydes', 'formalisation', 'formalization', 'formlessnesss', 'fortification', 'fossiliferous', 'fossilisation', 'fossilization', 'fountainheads', 'fragmentation', 'frankincenses', 'freemasonries', 'freethinkings', 'friendlinesss', 'frighteningly', 'frightfulness', 'frontiersmans', 'frontispieces', 'fruitfulnesss', 'fruitlessness', 'functionality', 'functionaries', 'fundamentally', 'gainsboroughs', 'galvanometers', 'gamesmanships', 'garrulousness', 'gastronomical', 'generalissimo', 'genuflections', 'geochronology', 'geometrically', 'geostationary', 'gerontologist', 'gerrymandered', 'gesticulating', 'gesticulation', 'gewrztraminer', 'globetrotters', 'glockenspiels', 'glorification', 'gobbledegooks', 'gobbledygooks', 'gondwanalands', 'governorships', 'gracefulnesss', 'gracelessness', 'graciousnesss', 'grammatically', 'grandchildren', 'granddaughter', 'grandfathered', 'grandiloquent', 'grandstanding', 'graphologists', 'gratefulnesss', 'gratification', 'gravitational', 'greensleevess', 'guardianships', 'gubernatorial', 'guesstimating', 'gynaecologist', 'gynecological', 'gynecologists', 'haberdasherys', 'habitabilitys', 'haematologist', 'haemophiliacs', 'haemorrhaging', 'hairdressings', 'hairsbreadths', 'hairsplitting', 'halfheartedly', 'hallucinating', 'hallucination', 'hallucinatory', 'hallucinogens', 'handkerchiefs', 'handsomenesss', 'haphazardness', 'happenstances', 'hardheartedly', 'harmlessnesss', 'harmonisation', 'harmonization', 'headmistresss', 'headquarterss', 'healthfulness', 'heartbreaking', 'heartlessness', 'heartstringss', 'heedlessnesss', 'helicoptering', 'hellenisation', 'hellenization', 'helplessnesss', 'hematologists', 'hemispherical', 'hermaphrodite', 'heterogeneity', 'heterogeneous', 'heterosexuals', 'heuristically', 'hieroglyphics', 'hippopotamuss', 'hohenzollerns', 'hollingsworth', 'homelessnesss', 'homeomorphism', 'homesicknesss', 'homestretches', 'homogeneities', 'homogeneously', 'homomorphisms', 'homosexuality', 'honorableness', 'hopelessnesss', 'horsemanships', 'horseradishes', 'horsewhipping', 'horticultural', 'horticultures', 'hospitalising', 'hospitalizing', 'hotheadedness', 'housebreaking', 'housecleaning', 'househusbands', 'housekeepings', 'housewarmings', 'huckleberries', 'humanisations', 'humanitarians', 'humanizations', 'humorlessness', 'hundredweight', 'hydraulically', 'hydrochloride', 'hydrodynamics', 'hydroelectric', 'hydrogenating', 'hydrotherapys', 'hyperactivity', 'hyperboloidal', 'hypercritical', 'hypertensions', 'hypochondriac', 'hypochondrias', 'hypoglycemias', 'hypoglycemics', 'hypothalamuss', 'hypothesising', 'hypothesizing', 'hysterectomys', 'idealisations', 'idealizations', 'ideologically', 'idiomatically', 'idiosyncrasys', 'idiosyncratic', 'ignominiously', 'illegibilitys', 'illegitimacys', 'illuminations', 'illustrations', 'imaginatively', 'immortalising', 'immortalizing', 'immunisations', 'immunizations', 'immutabilitys', 'impartialitys', 'impeccability', 'imperceivable', 'imperceptible', 'imperceptibly', 'imperfections', 'imperialistic', 'imperiousness', 'impermanences', 'impermissible', 'impersonating', 'impersonation', 'impersonators', 'impertinences', 'impertinently', 'imperturbable', 'imperturbably', 'implacability', 'implantations', 'implementable', 'impolitenesss', 'imponderables', 'impossibility', 'impoverishing', 'impracticable', 'impracticably', 'impractically', 'impregnations', 'impressionism', 'impressionist', 'imprisonments', 'improbability', 'improprieties', 'improvidences', 'improvidently', 'improvisation', 'impulsiveness', 'inadvertences', 'inadvertently', 'inappreciable', 'inappropriate', 'inaugurations', 'incandescence', 'incapabilitys', 'incapacitated', 'incapacitates', 'incarcerating', 'incarceration', 'incinerations', 'incisivenesss', 'inclusiveness', 'incombustible', 'incommunicado', 'incompatibles', 'incompetences', 'incompetently', 'inconceivable', 'inconceivably', 'incondensable', 'incongruities', 'incongruously', 'inconsiderate', 'inconsistency', 'inconspicuous', 'incontestable', 'incontestably', 'incontinences', 'inconvenience', 'inconvertible', 'incorporating', 'incorporation', 'incorrectness', 'incorruptible', 'incredibility', 'incredulously', 'incrementally', 'incriminating', 'incrimination', 'incriminatory', 'incrustations', 'indebtednesss', 'indefatigable', 'indefatigably', 'independences', 'independently', 'indescribable', 'indescribably', 'indeterminacy', 'indeterminate', 'indianapoliss', 'indifferences', 'indifferently', 'indirectnesss', 'indiscernible', 'indiscretions', 'indispensable', 'indispensably', 'indisposition', 'individualise', 'individualism', 'individualist', 'individuality', 'individualize', 'indoctrinated', 'indoctrinates', 'industrialise', 'industrialism', 'industrialist', 'industrialize', 'industriously', 'ineffectively', 'ineffectually', 'inefficiencys', 'inefficiently', 'ineligibility', 'inevitability', 'inexhaustible', 'inexhaustibly', 'inexpensively', 'inexperienced', 'inexperiences', 'inexplainable', 'inexpressible', 'infallibility', 'infiltrations', 'infinitesimal', 'inflammations', 'inflexibility', 'inflorescence', 'influentially', 'informational', 'informatively', 'infotainments', 'infringements', 'infuriatingly', 'ingeniousness', 'ingenuousness', 'inheritresses', 'inhomogeneity', 'inhomogeneous', 'innocuousness', 'inoffensively', 'inquisitively', 'insectivorous', 'inseminations', 'insensibility', 'insensitively', 'insensitivity', 'insidiousness', 'insignificant', 'insolubilitys', 'inspirational', 'instabilities', 'installations', 'instantaneous', 'instantiating', 'instantiation', 'instinctively', 'institutional', 'instructional', 'instructively', 'instrumentals', 'instrumenting', 'insubordinate', 'insubstantial', 'insufficiency', 'insupportable', 'insurrections', 'intellectuals', 'intelligences', 'intelligently', 'intemperances', 'intentionally', 'interactively', 'interactivity', 'interbreeding', 'interceptions', 'intercessions', 'interchanging', 'interconnects', 'interdictions', 'interestingly', 'interferences', 'interferingly', 'intergalactic', 'interjections', 'interlocutory', 'intermarriage', 'intermarrying', 'intermediarys', 'intermediates', 'intermingling', 'intermissions', 'internalising', 'internalizing', 'international', 'interpersonal', 'interpolating', 'interpolation', 'interpolatory', 'interposition', 'interpretable', 'interrelating', 'interrelation', 'interrogating', 'interrogation', 'interrogative', 'interrogators', 'interrogatory', 'interruptible', 'interruptions', 'intersections', 'interspersing', 'interspersion', 'interventions', 'intimidations', 'intoxications', 'intramuscular', 'intransigence', 'intransigents', 'intransitives', 'intravenouses', 'intravenously', 'intrenchments', 'intrinsically', 'introductions', 'introspection', 'introspective', 'introversions', 'invalidations', 'inventiveness', 'invertebrates', 'investigating', 'investigation', 'investigative', 'investigators', 'investigatory', 'invigorations', 'invincibility', 'inviolability', 'invisibilitys', 'invitationals', 'involuntarily', 'irascibilitys', 'irrationality', 'irreclaimable', 'irrecoverable', 'irregularitys', 'irrelevancies', 'irreplaceable', 'irrepressible', 'irresolutions', 'irresponsible', 'irresponsibly', 'irretrievable', 'irretrievably', 'irritabilitys', 'isolationisms', 'isolationists', 'jacksonvilles', 'jitterbugging', 'johannesburgs', 'judiciousness', 'jurisdictions', 'jurisprudence', 'justification', 'juxtaposition', 'kaleidoscopes', 'kaleidoscopic', 'kanchenjungas', 'kindergartens', 'kindergrtners', 'kleptomaniacs', 'knickerbocker', 'knightsbridge', 'knowledgeable', 'knowledgeably', 'krishnamurtis', 'lackadaisical', 'laughingstock', 'legalisations', 'legalizations', 'lethargically', 'lexicographer', 'lexicographic', 'lexicographys', 'liebfraumilch', 'liechtenstein', 'likeablenesss', 'liquefactions', 'listlessnesss', 'lithographers', 'lithographing', 'litigiousness', 'liverpudlians', 'loathsomeness', 'localisations', 'localizations', 'lollobrigidas', 'longshoremans', 'lopsidednesss', 'ludicrousness', 'luminescences', 'luncheonettes', 'lusciousnesss', 'luxembourgers', 'luxuriousness', 'machiavellian', 'macrobioticss', 'macromolecule', 'mademoiselles', 'magisterially', 'magnanimously', 'magnetisation', 'magnetization', 'magnetosphere', 'magnification', 'magnificences', 'magnificently', 'mainstreaming', 'maladjustment', 'maldistribute', 'malformations', 'malfunctioned', 'maliciousness', 'malleabilitys', 'malnutritions', 'maltreatments', 'manageability', 'manifestation', 'manipulatable', 'manipulations', 'manslaughters', 'manufacturers', 'manufacturing', 'mapplethorpes', 'marchionesses', 'marketability', 'marksmanships', 'marseillaises', 'marvelousness', 'massachusetts', 'masterminding', 'masterstrokes', 'masturbations', 'materialising', 'materialistic', 'materializing', 'mathematician', 'matriculating', 'matriculation', 'maximisations', 'maximizations', 'meaninglessly', 'mechanisation', 'mechanization', 'mediterranean', 'meetinghouses', 'megalomaniacs', 'megalopolises', 'meistersinger', 'mellifluously', 'melodiousness', 'memorableness', 'memorialising', 'memorializing', 'memorisations', 'memorizations', 'menstruations', 'mercenariness', 'merchandising', 'merchandizing', 'mercurochrome', 'meritocracies', 'meritoriously', 'messerschmidt', 'metalliferous', 'metallization', 'metallography', 'metallurgical', 'metallurgists', 'metamorphisms', 'metamorphosed', 'metamorphoses', 'metamorphosis', 'metastasising', 'metastasizing', 'meteorologist', 'methodologies', 'michaelangelo', 'michelangelos', 'microbiologys', 'microcomputer', 'microorganism', 'microprograms', 'microsurgerys', 'middleweights', 'mimeographing', 'mindlessnesss', 'mineralogists', 'miniaturising', 'miniaturizing', 'minicomputers', 'minimizations', 'ministrations', 'misadventures', 'misanthropist', 'misapprehends', 'misbehaviours', 'miscalculated', 'miscalculates', 'miscegenation', 'miscellaneous', 'mischievously', 'misconceiving', 'misconception', 'misconducting', 'misconstruing', 'misdemeanours', 'misdiagnosing', 'misdiagnosiss', 'misdirections', 'miserableness', 'misidentified', 'misidentifies', 'misinterprets', 'misjudgements', 'mismanagement', 'mispronounced', 'mispronounces', 'misquotations', 'misrepresents', 'mississippian', 'misstatements', 'mistranslated', 'mistreatments', 'misunderstand', 'misunderstood', 'mobilisations', 'mobilizations', 'modernisation', 'modernization', 'modifiability', 'modifications', 'mohammedanism', 'mollification', 'mollycoddling', 'momentariness', 'momentousness', 'monochromatic', 'monochromator', 'monocotyledon', 'mononucleosis', 'monosyllables', 'monotonically', 'monstrosities', 'moonlightings', 'morphological', 'mortification', 'motherfuckers', 'motherfucking', 'motherlinesss', 'motorcyclists', 'mountaineered', 'mountainously', 'mountainsides', 'mournfulnesss', 'mousetrapping', 'mouthwatering', 'muhammadanism', 'mulligatawnys', 'multicellular', 'multicoloured', 'multicultural', 'multinational', 'multiplicands', 'multiplicitys', 'multitudinous', 'multivitamins', 'mummification', 'municipalitys', 'musicianships', 'musicologists', 'mystification', 'nationalising', 'nationalistic', 'nationalities', 'nationalizing', 'navigabilitys', 'necessitating', 'necessitation', 'neckerchieves', 'nefariousness', 'neighborhoods', 'neighbourhood', 'neoclassicism', 'netherlanders', 'neuroanatomic', 'neuromuscular', 'neurosurgerys', 'newfoundlands', 'newspapermans', 'newsworthiest', 'niggardliness', 'nightclothess', 'nightclubbing', 'nitroglycerin', 'noiselessness', 'nomenclatures', 'nonabsorbents', 'nonagenarians', 'noncombatants', 'noncommercial', 'noncompliance', 'nonconductors', 'nonconformist', 'nonconformity', 'noncontagious', 'nondecreasing', 'nondeductible', 'nondescriptly', 'nonexistences', 'nonextensible', 'nonfunctional', 'nonindustrial', 'nonjudgmental', 'nonlinearitys', 'nonnegotiable', 'nonorthogonal', 'nonperishable', 'nonprocedural', 'nonproductive', 'nonprogrammer', 'nonrefillable', 'nonrefundable', 'nonreturnable', 'nonsensically', 'nonspecialist', 'normalisation', 'normalization', 'northeasterly', 'northeastward', 'northwesterly', 'northwestward', 'nostalgically', 'notifications', 'nullification', 'nutritionally', 'nutritionists', 'nymphomaniacs', 'objectionable', 'objectionably', 'objectiveness', 'obliterations', 'obliviousness', 'observational', 'observatories', 'obsolescences', 'obstetricians', 'obstructively', 'obtrusiveness', 'oceanographer', 'oceanographic', 'oceanographys', 'octogenarians', 'offensiveness', 'officeholders', 'officiousness', 'oleomargarine', 'omnipresences', 'onomatopoeias', 'operationally', 'ophthalmology', 'opportunistic', 'opportunities', 'opthalmologic', 'optimizations', 'orchestrating', 'orchestration', 'ordinarinesss', 'organisations', 'organizations', 'ornamentation', 'ornithologist', 'orthodonticss', 'orthodontists', 'orthogonality', 'orthographies', 'orthopaedicss', 'orthopaedists', 'oscilloscopes', 'ossifications', 'osteoporosiss', 'outdistancing', 'outmaneuvered', 'outmanoeuvred', 'outmanoeuvres', 'outperforming', 'outplacements', 'outspokenness', 'outstandingly', 'outstretching', 'overabundance', 'overachievers', 'overachieving', 'overambitious', 'overbalancing', 'overburdening', 'overconfident', 'overemphasise', 'overemphasize', 'overestimated', 'overestimates', 'overexposures', 'overextending', 'overindulging', 'overpopulated', 'overpopulates', 'overproducing', 'overqualified', 'overreactions', 'oversensitive', 'overshadowing', 'overspreading', 'overstatement', 'oversupplying', 'oxyacetylenes', 'pacifications', 'paediatrician', 'painstakingly', 'palaeontology', 'paleontologys', 'paradoxically', 'parallelizing', 'parallelogram', 'parameterized', 'parameterizes', 'parameterless', 'paramilitarys', 'paraphernalia', 'parenthesised', 'parenthesises', 'parenthesized', 'parenthesizes', 'parenthetical', 'parliamentary', 'parochialisms', 'participating', 'participation', 'participators', 'participatory', 'particularise', 'particularity', 'particularize', 'partisanships', 'paternalistic', 'patriotically', 'patronisingly', 'patronizingly', 'peacefulnesss', 'peacekeepings', 'peculiarities', 'pedestrianise', 'pedestrianize', 'pediatricians', 'penetratingly', 'penitentiarys', 'pennsylvanian', 'pennsylvanias', 'perambulating', 'perambulators', 'percussionist', 'peregrination', 'perfectionism', 'perfectionist', 'perfunctorily', 'permeabilitys', 'perpendicular', 'perpetrations', 'perpetuations', 'perseverances', 'personalising', 'personalities', 'personalizing', 'perspicacious', 'perspicacitys', 'perspicuously', 'perspirations', 'perturbations', 'perversenesss', 'petrifactions', 'petrochemical', 'pharmacologys', 'pharmacopeias', 'pharmacopoeia', 'phenobarbital', 'phenomenology', 'phenylalanine', 'philadelphias', 'philanthropic', 'philanthropys', 'philharmonics', 'philodendrons', 'philosophical', 'philosophised', 'philosophises', 'philosophized', 'philosophizer', 'philosophizes', 'phosphorylate', 'photoelectric', 'photographers', 'photographing', 'photostatting', 'physiognomies', 'physiological', 'physiologists', 'physiotherapy', 'phytoplankton', 'piezoelectric', 'pigmentations', 'plaintiveness', 'plasterboards', 'platitudinous', 'plausibilitys', 'pleasantnesss', 'pneumatically', 'pointlessness', 'poisonousness', 'polarisations', 'polarizations', 'policyholders', 'poliomyelitis', 'polyethylenes', 'polypropylene', 'polysyllables', 'pontchartrain', 'pontificating', 'pornographers', 'possibilities', 'postcondition', 'postgraduates', 'postmistresss', 'postoperative', 'postponements', 'postprocessor', 'potentialitys', 'potentiometer', 'pottawatomies', 'powerlessness', 'practicalitys', 'practitioners', 'pragmatically', 'precautionary', 'preciousnesss', 'precipitately', 'precipitating', 'precipitation', 'precipitously', 'preconceiving', 'preconception', 'preconditions', 'predefinition', 'predetermined', 'predetermines', 'predilections', 'predominances', 'predominantly', 'predominately', 'predominating', 'predomination', 'prefabricated', 'prefabricates', 'preinitialize', 'prejudgements', 'preliminaries', 'premeditating', 'premeditation', 'preoccupation', 'preparednesss', 'preponderance', 'preponderated', 'preponderates', 'prepositional', 'prepossessing', 'preproduction', 'preprogrammed', 'preregistered', 'prerequisites', 'presbyterians', 'prescriptions', 'presentations', 'presentiments', 'preservations', 'preservatives', 'pretentiously', 'preternatural', 'prevaricating', 'prevarication', 'prevaricators', 'preventatives', 'primitiveness', 'primogeniture', 'principalitys', 'privatisation', 'privatization', 'prizefighters', 'prizefighting', 'probabilistic', 'probabilities', 'problematical', 'processionals', 'processioning', 'proclamations', 'procrastinate', 'productivitys', 'professionals', 'professorship', 'profitability', 'progesterones', 'prognosticate', 'programmables', 'progressively', 'prohibitively', 'projectionist', 'proliferating', 'proliferation', 'prolongations', 'promiscuously', 'promulgations', 'pronounceable', 'pronouncement', 'pronunciation', 'propagandised', 'propagandises', 'propagandists', 'propagandized', 'propagandizes', 'prophetically', 'prophylactics', 'propitiations', 'proportionals', 'proportionate', 'proportioning', 'propositional', 'propositioned', 'proprietaries', 'proprietresss', 'proscriptions', 'proselytising', 'proselytizing', 'prospectively', 'prostitutions', 'protectorates', 'protestantism', 'protestations', 'protuberances', 'provincialism', 'provisionally', 'provocatively', 'psychiatrists', 'psychoanalyse', 'psychoanalyst', 'psychoanalyze', 'psychobabbles', 'psychobiology', 'psychokinesis', 'psychological', 'psychologists', 'psychophysics', 'psychosomatic', 'psychotherapy', 'pulverisation', 'pulverization', 'pumpernickels', 'punctiliously', 'purifications', 'puritanically', 'pusillanimity', 'pusillanimous', 'putrefactions', 'pyrophosphate', 'pyrotechnicss', 'quadratically', 'quadrilateral', 'quadripartite', 'quadriplegias', 'quadriplegics', 'quadruplicate', 'qualification', 'qualitatively', 'quarterbacked', 'quarterfinals', 'quartermaster', 'quasiparticle', 'quasiperiodic', 'questioningly', 'questionnaire', 'quetzalcoatls', 'quintessences', 'racketeerings', 'radioactivity', 'radiochemical', 'radioisotopes', 'radiotherapys', 'ramifications', 'rapaciousness', 'rapprochement', 'ratifications', 'rationalising', 'rationalistic', 'rationalities', 'rationalizing', 'reabbreviated', 'reabbreviates', 'reactionaries', 'reactivations', 'readabilities', 'readjustments', 'realistically', 'reappearances', 'reappointment', 'reapportioned', 'rearrangeable', 'rearrangement', 'reassessments', 'reassignments', 'rebroadcasted', 'recalcitrance', 'recalculating', 'recalculation', 'recapitulated', 'recapitulates', 'receiverships', 'receptionists', 'receptiveness', 'reciprocating', 'reciprocation', 'recirculating', 'recklessnesss', 'reclassifying', 'recognisances', 'recognizances', 'recollections', 'recombination', 'recompilation', 'reconditioned', 'reconfiguring', 'reconnoitered', 'reconnoitring', 'reconsidering', 'reconstituted', 'reconstitutes', 'reconstructed', 'recriminating', 'recrimination', 'recriminatory', 'recrudescence', 'rectification', 'recuperations', 'redefinitions', 'redeployments', 'redevelopment', 'rediscovering', 'redistributed', 'redistributes', 'redistricting', 'reemphasising', 'reemphasizing', 'reenforcement', 'reestablished', 'reestablishes', 'referentially', 'reflexiveness', 'reforestation', 'reformatories', 'reformulating', 'reformulation', 'refractometer', 'refreshmentss', 'refrigerating', 'refrigeration', 'refrigerators', 'refurbishment', 'regenerations', 'regimentation', 'registrations', 'regurgitating', 'regurgitation', 'rehabilitated', 'rehabilitates', 'reimbursement', 'reincarnating', 'reincarnation', 'reinforcement', 'reinitialised', 'reinitialized', 'reinstatement', 'reinterpreted', 'reintroducing', 'rejuvenations', 'relationships', 'religiousness', 'relinquishing', 'reminiscences', 'reminiscently', 'remonstrances', 'remonstrating', 'remonstration', 'remonstrative', 'remorselessly', 'remunerations', 'rendezvousing', 'renegotiating', 'renunciations', 'repatriations', 'repercussions', 'replenishment', 'repositioning', 'repossessions', 'reprehensible', 'reprehensibly', 'representable', 'representably', 'reproachfully', 'reproductions', 'reprogramming', 'republicanism', 'repulsiveness', 'requisitioned', 'residentially', 'resolutenesss', 'resourcefully', 'resplendences', 'resplendently', 'restauranteur', 'restaurateurs', 'restlessnesss', 'restrictively', 'restructuring', 'resurrections', 'resuscitating', 'resuscitation', 'resuscitators', 'retentiveness', 'retransmitted', 'retrenchments', 'retroactively', 'retrogressing', 'retrogression', 'retrogressive', 'retrospecting', 'retrospection', 'retrospective', 'reunification', 'reupholstered', 'reverberating', 'reverberation', 'revolutionary', 'revolutionise', 'revolutionist', 'revolutionize', 'rhododendrons', 'rickenbackers', 'righteousness', 'rightfulnesss', 'rollerskating', 'romanticising', 'romanticizing', 'rostropovichs', 'rubbernecking', 'ruthlessnesss', 'sacrificially', 'sagittariuses', 'salaciousness', 'salesmanships', 'sanctimonious', 'sarcastically', 'sarcophaguses', 'sarsaparillas', 'saskatchewans', 'satisfactions', 'scandalmonger', 'scandinavians', 'scatterbrains', 'scheherazades', 'schematically', 'schiaparellis', 'schizomycetes', 'schizophrenia', 'schizophrenic', 'schoolgirlish', 'schoolmasters', 'schoolteacher', 'scintillating', 'scintillation', 'scratchinesss', 'screenwriters', 'scriptwriters', 'secessionists', 'secretiveness', 'sectarianisms', 'sectionalisms', 'sedimentation', 'segmentations', 'seismographic', 'seismologists', 'selflessnesss', 'semiautomated', 'semiautomatic', 'semiconductor', 'semiconscious', 'semifinalists', 'semimonthlies', 'semipermanent', 'semipermeable', 'sensationally', 'senselessness', 'sensibilities', 'sensitisation', 'sensitiveness', 'sensitivities', 'sensitization', 'sensuousnesss', 'sentimentally', 'sequentiality', 'sequentialize', 'sequestration', 'serendipitous', 'serialisation', 'serialization', 'servicewomans', 'sexagenarians', 'shakespearean', 'shakespearian', 'shamefulnesss', 'shapelessness', 'sharecroppers', 'sharpshooters', 'sheepishnesss', 'shepherdesses', 'shevardnadzes', 'shiftlessness', 'shipbuildings', 'shortchanging', 'shostakovitch', 'shuffleboards', 'shuttlecocked', 'sidesplitting', 'significances', 'significantly', 'signification', 'singularities', 'situationally', 'skateboarders', 'skateboarding', 'skullduggerys', 'sledgehammers', 'sleeplessness', 'sleepwalkings', 'slipperinesss', 'slothfulnesss', 'slovenlinesss', 'sluggishnesss', 'snobbishnesss', 'snowboardings', 'socialisation', 'socialization', 'socioeconomic', 'solicitations', 'soliloquising', 'soliloquizing', 'somersaulting', 'somnambulisms', 'somnambulists', 'sophisticated', 'sophisticates', 'soundproofing', 'souphanouvong', 'southeasterly', 'southeastward', 'southwesterly', 'southwestward', 'spaciousnesss', 'spasmodically', 'specification', 'spectacularly', 'spectrography', 'spectrometric', 'spectroscopes', 'spectroscopic', 'spectroscopys', 'spermatophyte', 'spermatozoons', 'spinsterhoods', 'spiritualisms', 'spiritualists', 'spiritualitys', 'spitefulnesss', 'spokespersons', 'spontaneously', 'sportscasters', 'sportscasting', 'sportsmanlike', 'sportsmanship', 'sportswriting', 'spotlessnesss', 'sprightliness', 'spuriousnesss', 'squeamishness', 'stabilisation', 'stabilization', 'standardising', 'standardizing', 'staphylococci', 'statesmanlike', 'statesmanship', 'stationmaster', 'statistically', 'statisticians', 'statutoriness', 'steadfastness', 'steamrollered', 'steeplechases', 'stenographers', 'stepdaughters', 'steppingstone', 'stereotypical', 'sterilisation', 'sterilization', 'stoichiometry', 'straightaways', 'straightedges', 'straightening', 'straightnesss', 'straitjackets', 'strangleholds', 'strangulating', 'strangulation', 'strategically', 'stratospheres', 'stratospheric', 'streetwalkers', 'strengthening', 'strenuousness', 'streptococcal', 'streptococcus', 'streptomycins', 'structuralist', 'stubbornnesss', 'stupefactions', 'stylistically', 'subcommittees', 'subcomponents', 'subconsciouss', 'subcontinents', 'subcontracted', 'subcontractor', 'subexpression', 'subjectivitys', 'subordinating', 'subordination', 'subscriptions', 'subserviences', 'subsidisation', 'subsidization', 'substantially', 'substantiated', 'substantiates', 'substantively', 'substantivity', 'substitutable', 'substitutions', 'substructures', 'succinctnesss', 'sulfanilamide', 'summarization', 'superabundant', 'superannuated', 'superannuates', 'superchargers', 'supercharging', 'supercomputer', 'superficially', 'superfluities', 'superfluously', 'superhighways', 'superimposing', 'superintended', 'superlatively', 'supernaturals', 'supernumerary', 'superscripted', 'superstitions', 'superstitious', 'supplementary', 'supplementing', 'supplications', 'suppositories', 'supranational', 'surreptitious', 'surroundingss', 'surveillances', 'swashbucklers', 'swashbuckling', 'syllabication', 'symbolisation', 'symbolization', 'symmetrically', 'synchronising', 'synchronizers', 'synchronizing', 'synchronously', 'syntactically', 'synthetically', 'systematising', 'systematizing', 'systemization', 'tablespoonful', 'tachistoscope', 'tactlessnesss', 'tadzhikistans', 'talkativeness', 'tantalisingly', 'tantalizingly', 'tastelessness', 'taxonomically', 'technicalitys', 'technological', 'technologists', 'telecommuters', 'telecommuting', 'telemarketing', 'teletypewrite', 'televangelist', 'temperamental', 'temperateness', 'tempestuously', 'tendentiously', 'tenderhearted', 'tenochtitlans', 'tercentenarys', 'terminologies', 'terpsichorean', 'testosterones', 'tetrachloride', 'tetrafluoride', 'thankfulnesss', 'thanklessness', 'thanksgivings', 'thenceforward', 'theoretically', 'theoreticians', 'theorizations', 'therapeuticss', 'thermodynamic', 'thermoelastic', 'thermomigrate', 'thermonuclear', 'thermoplastic', 'thermosetting', 'thoroughbreds', 'thoroughfares', 'thoroughgoing', 'thoroughnesss', 'thoughtlessly', 'threateningly', 'thunderclouds', 'thunderflower', 'thundershower', 'thunderstorms', 'thunderstruck', 'thyroglobulin', 'ticketmasters', 'timelessnesss', 'tirelessnesss', 'tiresomenesss', 'togethernesss', 'tonsillectomy', 'topographical', 'topologically', 'tortoiseshell', 'totalitarians', 'toxicologists', 'tracheotomies', 'traditionally', 'tragicomedies', 'tranquilizers', 'tranquilizing', 'tranquillised', 'tranquilliser', 'tranquillises', 'tranquillitys', 'tranquillized', 'tranquillizer', 'tranquillizes', 'transatlantic', 'transcaucasia', 'transcendence', 'transcription', 'transferences', 'transfiguring', 'transformable', 'transgressing', 'transgression', 'transgressors', 'transitioning', 'translational', 'transliterate', 'translucences', 'transmigrated', 'transmigrates', 'transmissible', 'transmissions', 'transmittable', 'transmittance', 'transmutation', 'transnational', 'transparencys', 'transparently', 'transpiration', 'transplanting', 'transportable', 'transposition', 'transshipment', 'transshipping', 'transvestisms', 'transvestites', 'trapshootings', 'treacherously', 'triangulation', 'triceratopses', 'triglycerides', 'trigonometric', 'trigonometrys', 'troublemakers', 'troubleshoots', 'troublesomely', 'trustfulnesss', 'trustworthier', 'truthfulnesss', 'tuberculosiss', 'turkmenistans', 'typographical', 'tyrannosaurus', 'ujungpandangs', 'unabbreviated', 'unaccompanied', 'unaccountable', 'unaccountably', 'unadulterated', 'unambiguously', 'unanticipated', 'unappreciated', 'uncapitalized', 'unceremonious', 'uncertainties', 'uncomfortable', 'uncomfortably', 'uncomplaining', 'uncomplicated', 'unconcernedly', 'unconditional', 'unconquerable', 'unconsciously', 'unconstrained', 'uncooperative', 'uncoordinated', 'uncorrectable', 'unctuousnesss', 'underachieved', 'underachiever', 'underachieves', 'undercarriage', 'undercharging', 'underclassman', 'underclassmen', 'underclothess', 'underclothing', 'undercurrents', 'underemployed', 'underestimate', 'underexposing', 'undergarments', 'undergraduate', 'underhandedly', 'underpinnings', 'undershooting', 'understanding', 'understudying', 'undisciplined', 'unembarrassed', 'unembellished', 'unemployments', 'unenforceable', 'unenlightened', 'unequivocally', 'unexceptional', 'unfamiliarity', 'unfashionable', 'unflinchingly', 'unforeseeable', 'unforgettable', 'unforgettably', 'unfortunately', 'unfriendliest', 'ungainlinesss', 'ungentlemanly', 'ungrammatical', 'unimaginative', 'unimpeachable', 'unimplemented', 'uninformative', 'uninhabitable', 'uninitialised', 'uninitialized', 'uninstallable', 'unintelligent', 'unintentional', 'uninteresting', 'uninterpreted', 'uninterrupted', 'unionisations', 'unionizations', 'unitarianisms', 'universalitys', 'unjustifiable', 'unlikelihoods', 'unmentionable', 'unnaturalness', 'unnecessarily', 'unobtrusively', 'unpopularitys', 'unprecedented', 'unpredictable', 'unpretentious', 'unpreventable', 'unprovability', 'unqualifiedly', 'unquestioning', 'unrelentingly', 'unreliability', 'unrestrictive', 'unsatisfiable', 'unseemlinesss', 'unselfishness', 'unsentimental', 'unsightliness', 'unsteadinesss', 'unsubscribing', 'unsubstantial', 'unsupportable', 'unsympathetic', 'untimelinesss', 'untrustworthy', 'unwieldinesss', 'unwillingness', 'unworthinesss', 'upperclassman', 'upperclassmen', 'urbanisations', 'urbanizations', 'valedictorian', 'valedictories', 'vaporisations', 'vaporizations', 'vectorization', 'vegetarianism', 'ventriloquism', 'ventriloquist', 'verifiability', 'verifications', 'versification', 'veterinarians', 'victimisation', 'victimization', 'videocassette', 'vilifications', 'vindemiatrixs', 'virtuousnesss', 'visakhapatnam', 'viscountesses', 'visualisation', 'visualization', 'vituperations', 'vivaciousness', 'vocalisations', 'vocalizations', 'vociferations', 'vulcanisation', 'vulcanization', 'vulgarisation', 'vulgarization', 'vulnerability', 'wainscottings', 'warmongerings', 'washingtonian', 'wastefulnesss', 'watchfulnesss', 'waterproofing', 'weatherbeaten', 'weatherproofs', 'webmistresses', 'weightlifters', 'weightlifting', 'welterweights', 'whimsicalitys', 'whippoorwills', 'wholesomeness', 'winnipesaukee', 'wisconsinites', 'wittgensteins', 'witwatersrand', 'wonderfulness', 'woolgathering', 'worthlessness', 'wretchednesss', 'wrongfulnesss', 'wrongheadedly', 'yekaterinburg', 'yoknapatawpha', 'youthfulnesss', 'zubenelgenubi', 'abovementioned', 'abstractionism', 'abstractionist', 'abstractnesses', 'accelerometers', 'acceptabilitys', 'accessibilitys', 'accommodations', 'accompaniments', 'accomplishment', 'accountability', 'accoutermentss', 'accreditations', 'acculturations', 'acetaminophens', 'acknowledgment', 'actualisations', 'actualizations', 'acupuncturists', 'addressability', 'administerings', 'administrating', 'administration', 'administrative', 'administrators', 'administratrix', 'admissibilitys', 'advantageously', 'advertisements', 'affectionately', 'afforestations', 'aforementioned', 'agglomerations', 'agglutinations', 'aggrandisement', 'aggrandizement', 'aggressiveness', 'agribusinesses', 'agriculturally', 'alphabetically', 'altruistically', 'amateurishness', 'ambassadorship', 'ambidextrously', 'ambitiousnesss', 'amniocentesiss', 'amorphousnesss', 'amplifications', 'anaesthetising', 'anaesthetizing', 'analyticalally', 'anesthesiology', 'anesthetically', 'anthropologist', 'antidepressant', 'antihistamines', 'antihistorical', 'antiperspirant', 'antiseptically', 'antithetically', 'apologetically', 'appendectomies', 'applicabilitys', 'apportionments', 'appreciatively', 'apprehensively', 'apprenticeship', 'appropriations', 'approximations', 'arbitrarinesss', 'archaeological', 'archaeologists', 'archbishoprics', 'argumentations', 'arithmetically', 'articulateness', 'artificialitys', 'artificialness', 'assassinations', 'assemblywomans', 'assertivenesss', 'assiduousnesss', 'assistantships', 'astronomically', 'astrophysicist', 'asymmetrically', 'asymptotically', 'asynchronously', 'atrociousnesss', 'attentionality', 'attentivenesss', 'attitudinising', 'attitudinizing', 'attractiveness', 'audaciousnesss', 'auspiciousness', 'authenticating', 'authentication', 'authenticators', 'authorisations', 'authoritarians', 'authorizations', 'autobiographic', 'autobiographys', 'autocollimator', 'autocratically', 'autonavigators', 'autoregressive', 'availabilities', 'axiomatization', 'baccalaureates', 'backscattering', 'bacteriologist', 'basidiomycetes', 'beatifications', 'beautification', 'benefactresses', 'bibliographers', 'bibliographies', 'biographically', 'biotechnologys', 'bloodthirstier', 'boardinghouses', 'boisterousness', 'bouillabaisses', 'brainstormings', 'breakthroughes', 'breathlessness', 'breathtakingly', 'bremsstrahlung', 'brinksmanships', 'brobdingnagian', 'brontosauruses', 'brotherlinesss', 'bulletproofing', 'burglarproofed', 'businesswomans', 'butterfingerss', 'camelopardalis', 'canonicalizing', 'cantankerously', 'capaciousnesss', 'capitalisation', 'capitalization', 'capriciousness', 'carboniferouss', 'cardiovascular', 'categorisation', 'categorization', 'centralisation', 'centralization', 'ceremonialness', 'certifications', 'chandrasekhars', 'chappaquiddick', 'characterising', 'characteristic', 'characterizers', 'characterizing', 'charitableness', 'charlottetowns', 'chateaubriands', 'chattahoochees', 'cheerlessnesss', 'childlessnesss', 'chivalrousness', 'cholinesterase', 'choreographers', 'choreographing', 'christianities', 'chromatography', 'chrysanthemums', 'cinematography', 'circumferences', 'circumlocution', 'circumnavigate', 'circumscribing', 'circumspection', 'circumstancing', 'circumstantial', 'circumventable', 'circumventions', 'clarifications', 'classification', 'classificatory', 'claustrophobia', 'claustrophobic', 'clearinghouses', 'coincidentally', 'collaborations', 'collectivising', 'collectivizing', 'colloquialisms', 'combustibility', 'comfortability', 'commemorations', 'commercialised', 'commercialises', 'commercialisms', 'commercialized', 'commercializes', 'commercialness', 'commiserations', 'committeewoman', 'committeewomen', 'communications', 'companionships', 'comparabilitys', 'compatibilitys', 'comprehensible', 'comprehensions', 'comprehensives', 'compromisingly', 'compulsiveness', 'concatenations', 'concentrations', 'concentrically', 'conceptualised', 'conceptualises', 'conceptualized', 'conceptualizes', 'concertmasters', 'concessionaire', 'condescensions', 'confectionerys', 'confederations', 'confidentially', 'configurations', 'conflagrations', 'confrontations', 'conglomerating', 'conglomeration', 'congratulating', 'congratulation', 'congratulatory', 'congregational', 'congresswomans', 'conjunctivitis', 'conquistadores', 'consanguineous', 'consanguinitys', 'consciousnesss', 'conservatively', 'conservatories', 'considerations', 'consolidations', 'conspiratorial', 'constabularies', 'constantinople', 'constellations', 'consternations', 'constituencies', 'constitutional', 'constructively', 'contaminations', 'contemplations', 'contemplatives', 'contemporaries', 'contemptuously', 'contentednesss', 'contortionists', 'contraceptions', 'contraceptives', 'contradictions', 'contradistinct', 'contrapositive', 'contraventions', 'contributorily', 'controvertible', 'convalescences', 'conventionally', 'conversational', 'convertibility', 'correspondence', 'correspondents', 'corroborations', 'cosmetologists', 'counteractions', 'counterattacks', 'counterbalance', 'counterclaimed', 'counterculture', 'counterexample', 'counterfeiters', 'counterfeiting', 'countermanding', 'countermeasure', 'countersigning', 'countersinking', 'counterweights', 'courteousnesss', 'craftsmanships', 'criminologists', 'cryptographers', 'customizations', 'czechoslovakia', 'daguerreotyped', 'daguerreotypes', 'dauntlessnesss', 'decaffeinating', 'deceitfulnesss', 'decentralising', 'decentralizing', 'deceptivenesss', 'decolonisation', 'decolonization', 'decommissioned', 'decompositions', 'decompressions', 'deconstruction', 'decontaminated', 'decontaminates', 'decriminalised', 'decriminalises', 'decriminalized', 'decriminalizes', 'defenestrating', 'defenestration', 'defensivenesss', 'deforestations', 'dehumanisation', 'dehumanization', 'deliberateness', 'deliciousnesss', 'demilitarising', 'demilitarizing', 'demobilisation', 'demobilization', 'democratically', 'demonstrations', 'demonstratives', 'demoralisation', 'demoralization', 'denominational', 'denotationally', 'dependabilitys', 'depoliticising', 'depoliticizing', 'dermatologists', 'desegregations', 'deteriorations', 'determinations', 'detoxification', 'diagnosticians', 'diffeomorphism', 'differentiable', 'differentiated', 'differentiates', 'diffractometer', 'dimensionality', 'diplomatically', 'directionality', 'disadvantaging', 'disambiguating', 'disambiguation', 'disappearances', 'disappointment', 'disapprobation', 'disapprovingly', 'disarrangement', 'disassociating', 'discernibility', 'disciplinarian', 'discolorations', 'discolouration', 'discombobulate', 'disconnectedly', 'disconnections', 'disconsolately', 'discontentedly', 'discontentment', 'discontinuance', 'discontinuitys', 'discountenance', 'discouragement', 'discouragingly', 'discourteously', 'discriminating', 'discrimination', 'discriminatory', 'disembarkation', 'disembowelling', 'disenchantment', 'disencumbering', 'disenfranchise', 'disengagements', 'disestablished', 'disestablishes', 'disfigurements', 'disfranchising', 'disillusioning', 'disinclination', 'disinformation', 'disintegrating', 'disintegration', 'dismemberments', 'disorderliness', 'disorientation', 'disparagements', 'dispossessions', 'disproportions', 'disseminations', 'dissimilaritys', 'dissimulations', 'dissolutenesss', 'distinguishing', 'distributional', 'distributivity', 'dnepropetrovsk', 'documentations', 'domestications', 'draftsmanships', 'dramatisations', 'dramatizations', 'eccentricities', 'ecclesiastical', 'editorialising', 'editorializing', 'effectivenesss', 'effervescences', 'effortlessness', 'egalitarianism', 'elaboratenesss', 'electioneering', 'electricalness', 'electrocutions', 'electromagnets', 'electronically', 'electroplating', 'embarrassingly', 'embarrassments', 'embellishments', 'emulsification', 'encapsulations', 'encouragements', 'encyclopaedias', 'enlightenments', 'entertainingly', 'entertainments', 'establishments', 'evenhandedness', 'exclusivenesss', 'excommunicated', 'excommunicates', 'excruciatingly', 'exhibitionisms', 'exhibitionists', 'existentialism', 'existentialist', 'expansivenesss', 'expectorations', 'experimentally', 'explosivenesss', 'exponentiating', 'exponentiation', 'expostulations', 'expressibility', 'expressionisms', 'expressionists', 'expressionless', 'expressiveness', 'expropriations', 'extemporaneous', 'extensivenesss', 'exterminations', 'extinguishable', 'extraneousness', 'extrapolations', 'facetiousnesss', 'factorizations', 'faithlessnesss', 'falsifications', 'farsightedness', 'fastidiousness', 'featherbedding', 'featherweights', 'ferociousnesss', 'ferromagnetism', 'fertilisations', 'fertilizations', 'fictionalising', 'fictionalizing', 'fingerprinting', 'finnbogadottir', 'flabbergasting', 'foolhardinesss', 'foreknowledges', 'foreshortening', 'forgetfulnesss', 'formalisations', 'formalizations', 'forthrightness', 'fortifications', 'fossilisations', 'fossilizations', 'fragmentations', 'fraternisation', 'fraternization', 'fredericksburg', 'fruitlessnesss', 'fundamentalism', 'fundamentalist', 'garrulousnesss', 'generalisation', 'generalissimos', 'generalization', 'gentrification', 'geographically', 'gerontologists', 'gerrymandering', 'gesticulations', 'glorifications', 'governmentally', 'gracelessnesss', 'granddaughters', 'grandfathering', 'grandiloquence', 'gratifications', 'gratuitousness', 'gregariousness', 'groundbreaking', 'gynaecological', 'gynaecologists', 'haberdasheries', 'haematologists', 'hairsplittings', 'hallucinations', 'hallucinogenic', 'handicraftsman', 'handicraftsmen', 'handkerchieves', 'hardheadedness', 'harmoniousness', 'harmonisations', 'harmonizations', 'headmistresses', 'healthfulnesss', 'heartlessnesss', 'hermaphrodites', 'hermaphroditic', 'hermaphroditus', 'heterogeneitys', 'hierarchically', 'hippopotamuses', 'histochemistry', 'historiography', 'homeomorphisms', 'homogenisation', 'homogenization', 'homosexualitys', 'horticulturist', 'hotheadednesss', 'housebreakings', 'housecleanings', 'humidification', 'humorlessnesss', 'humourlessness', 'hundredweights', 'hydrochemistry', 'hyperactivitys', 'hypersensitive', 'hyperventilate', 'hypoallergenic', 'hypochondriacs', 'hypocritically', 'hypothetically', 'hysterectomies', 'idealistically', 'identification', 'idiosyncrasies', 'illegitimately', 'illustratively', 'immaculateness', 'immobilisation', 'immobilization', 'impeccabilitys', 'imperiousnesss', 'impersonations', 'implacabilitys', 'implausibility', 'implementation', 'impolitenesses', 'impossibilitys', 'impoverishment', 'impracticality', 'impregnability', 'impressionable', 'impressionisms', 'impressionists', 'impressiveness', 'improbabilitys', 'improvisations', 'impulsivenesss', 'inadequateness', 'inapproachable', 'inarticulately', 'incandescences', 'incapacitating', 'incarcerations', 'incommensurate', 'incommunicable', 'incompleteness', 'incompressible', 'inconclusively', 'inconsiderable', 'inconsistencys', 'inconsistently', 'incontrollable', 'inconvenienced', 'inconveniences', 'inconveniently', 'incorporations', 'incorrectnesss', 'incredibilitys', 'incriminations', 'indecipherable', 'indecisiveness', 'indecomposable', 'indefiniteness', 'indestructible', 'indestructibly', 'indeterminable', 'indeterminacys', 'indigenousness', 'indiscoverable', 'indiscriminate', 'indispensables', 'indispositions', 'indistinctness', 'individualised', 'individualises', 'individualisms', 'individualists', 'individualitys', 'individualized', 'individualizes', 'indivisibility', 'indoctrinating', 'indoctrination', 'industrialised', 'industrialises', 'industrialisms', 'industrialists', 'industrialized', 'industrializes', 'inefficiencies', 'ineligibilitys', 'inevitabilitys', 'infallibilitys', 'infectiousness', 'infinitesimals', 'inflexibilitys', 'inflorescences', 'infrastructure', 'ingenuousnesss', 'ingratiatingly', 'initialisation', 'initialization', 'innumerability', 'insensibilitys', 'insensitivitys', 'inseparability', 'insidiousnesss', 'insignificance', 'instantiations', 'instrumentally', 'insufficiencys', 'insufficiently', 'insuppressible', 'insurmountable', 'intellectually', 'intelligentsia', 'interchangings', 'interconnected', 'interdependent', 'interferometer', 'interferometry', 'intermarriages', 'intermediaries', 'intermittently', 'internationale', 'internationals', 'interplanetary', 'interpolations', 'interpositions', 'interpretation', 'interpretative', 'interpretively', 'interrelations', 'interrogations', 'interrogatives', 'interrogatorys', 'intractability', 'intramolecular', 'intransigences', 'intransitively', 'introspections', 'inventivenesss', 'investigations', 'invincibilitys', 'inviolabilitys', 'irrationalitys', 'irreconcilable', 'irregularities', 'irreproachable', 'irreproducible', 'irrespectively', 'isomorphically', 'judiciousnesss', 'jurisdictional', 'jurisprudences', 'justifications', 'juxtapositions', 'kindergartener', 'knickerbockers', 'kremlinologist', 'lasciviousness', 'laughingstocks', 'lexicographers', 'liberalisation', 'liberalization', 'licentiousness', 'liechtensteins', 'lightheartedly', 'linguistically', 'litigiousnesss', 'loathsomenesss', 'longitudinally', 'ludicrousnesss', 'lugubriousness', 'luxuriousnesss', 'macroeconomics', 'macromolecular', 'macromolecules', 'macroprocessor', 'macrostructure', 'magnetisations', 'magnetizations', 'magnifications', 'maladjustments', 'malfunctioning', 'manageabilitys', 'manageableness', 'manifestations', 'manipulability', 'manufacturings', 'marketabilitys', 'mathematically', 'mathematicians', 'matriculations', 'meaningfulness', 'mechanisations', 'mechanizations', 'mediterraneans', 'melodiousnesss', 'mephistopheles', 'mercurochromes', 'mesdemoiselles', 'messerschmidts', 'metallizations', 'metamorphosing', 'metamorphosiss', 'metaphorically', 'metaphysically', 'meteorological', 'meteorologists', 'methodicalness', 'methodological', 'methodologists', 'meticulousness', 'microbiologist', 'microcomputers', 'microeconomics', 'microorganisms', 'microprocessor', 'militarisation', 'militarization', 'millivoltmeter', 'mindbogglingly', 'misanthropists', 'misapplication', 'misapprehended', 'misappropriate', 'miscalculating', 'miscalculation', 'miscegenations', 'misconceptions', 'misidentifying', 'misinformation', 'misinterpreted', 'mismanagements', 'mispronouncing', 'misrepresented', 'mississippians', 'misunderstands', 'modernisations', 'modernizations', 'modularization', 'mohammedanisms', 'mollifications', 'momentousnesss', 'monocotyledons', 'mononucleosiss', 'monopolisation', 'monopolization', 'monotonousness', 'morphophonemic', 'mortifications', 'motionlessness', 'mountaineering', 'muhammadanisms', 'multinationals', 'multiplication', 'multiplicative', 'multiplicities', 'multiprocessor', 'mummifications', 'municipalities', 'mysteriousness', 'mystifications', 'naturalisation', 'naturalization', 'nebuchadnezzar', 'nefariousnesss', 'neighborliness', 'neighbourhoods', 'neoclassicisms', 'neocolonialism', 'neuropathology', 'neutralisation', 'neutralization', 'newspaperwoman', 'newspaperwomen', 'niggardlinesss', 'nitroglycerine', 'nitroglycerins', 'noiselessnesss', 'noncommercials', 'noncommittally', 'noncompetitive', 'noncompliances', 'nonconformists', 'nonconformitys', 'noncooperation', 'nondeductibles', 'nondeterminacy', 'nondeterminate', 'nondeterminism', 'noninteracting', 'nonlinearities', 'nonrestrictive', 'nonreturnables', 'nonspecialists', 'nonterminating', 'nontermination', 'normalisations', 'normalizations', 'northumberland', 'nullifications', 'objectivenesss', 'obliviousnesss', 'obsequiousness', 'obstructionist', 'obtrusivenesss', 'occupationally', 'oceanographers', 'offensivenesss', 'officiousnesss', 'oleomargarines', 'ophthalmologys', 'optimistically', 'optoelectronic', 'orchestrations', 'organisational', 'organizational', 'organometallic', 'ornamentations', 'ornithologists', 'orthophosphate', 'ostentatiously', 'outmaneuvering', 'outmanoeuvring', 'outspokennesss', 'overabundances', 'overcompensate', 'overemphasised', 'overemphasises', 'overemphasized', 'overemphasizes', 'overestimating', 'overestimation', 'overindulgence', 'overpopulating', 'overpopulation', 'overproduction', 'overprotective', 'oversimplified', 'oversimplifies', 'overspecialise', 'overspecialize', 'overstatements', 'overwhelmingly', 'paediatricians', 'palaeontologys', 'paleontologist', 'paralinguistic', 'parallelepiped', 'parallelograms', 'parameterizing', 'paramilitaries', 'paraphernalias', 'parapsychology', 'parenthesising', 'parenthesizing', 'participations', 'particularised', 'particularises', 'particularitys', 'particularized', 'particularizes', 'pasteurisation', 'pasteurization', 'pathologically', 'pedestrianised', 'pedestrianises', 'pedestrianized', 'pedestrianizes', 'penitentiaries', 'pennsylvanians', 'perceptiveness', 'percussionists', 'peregrinations', 'perfectionisms', 'perfectionists', 'permissibility', 'permissiveness', 'perpendiculars', 'persuasiveness', 'petrochemicals', 'phantasmagoria', 'pharmaceutical', 'pharmacologist', 'pharmacopoeias', 'phenobarbitals', 'philanthropies', 'philanthropist', 'philosophising', 'philosophizers', 'philosophizing', 'phlegmatically', 'phosphorescent', 'photosensitive', 'photosynthesis', 'physiochemical', 'physiotherapys', 'pointlessnesss', 'poliomyelitiss', 'polymerisation', 'polymerization', 'polysaccharide', 'popularisation', 'popularization', 'possessiveness', 'postmistresses', 'potentialities', 'potentiometers', 'powerlessnesss', 'practicability', 'practicalities', 'prearrangement', 'precariousness', 'precipitations', 'precociousness', 'preconceptions', 'preconditioned', 'predefinitions', 'predestination', 'predetermining', 'predictability', 'predisposition', 'prefabricating', 'prefabrication', 'preferentially', 'preinitialized', 'preinitializes', 'premeditations', 'preoccupations', 'preponderances', 'preponderating', 'preposterously', 'preregistering', 'presentational', 'pressurisation', 'pressurization', 'prestidigitate', 'presumptuously', 'presupposition', 'prevarications', 'primogenitures', 'principalities', 'privatisations', 'privatizations', 'procrastinated', 'procrastinates', 'procrastinator', 'productiveness', 'professionally', 'professorships', 'profitabilitys', 'prognosticated', 'prognosticates', 'prognosticator', 'prohibitionist', 'projectionists', 'proliferations', 'pronouncements', 'pronunciations', 'propagandising', 'propagandizing', 'proportionally', 'proportionment', 'propositioning', 'proprietorship', 'proprietresses', 'proprioception', 'proprioceptive', 'protectiveness', 'protestantisms', 'prototypically', 'providentially', 'provincialisms', 'psychoacoustic', 'psychoanalysed', 'psychoanalyses', 'psychoanalysis', 'psychoanalysts', 'psychoanalytic', 'psychoanalyzed', 'psychoanalyzes', 'psychophysical', 'psychotherapys', 'pulverisations', 'pulverizations', 'pusillanimitys', 'quadrilaterals', 'quadruplicated', 'quadruplicates', 'qualifications', 'quantification', 'quantitatively', 'quarterbacking', 'quartermasters', 'questionnaires', 'quintessential', 'radioactivitys', 'radioastronomy', 'radiochemistry', 'radiosterilize', 'radiotelegraph', 'radiotelephone', 'radiotherapist', 'rapaciousnesss', 'rapprochements', 'reabbreviating', 'reappointments', 'reapportioning', 'rearrangements', 'reasonableness', 'rebelliousness', 'rebroadcasting', 'recalcitrances', 'recalculations', 'recapitulating', 'recapitulation', 'receptivenesss', 'reciprocations', 'recommendation', 'reconciliation', 'reconditioning', 'reconfigurable', 'reconnaissance', 'reconnoitering', 'reconstituting', 'reconstructing', 'reconstruction', 'recriminations', 'recrudescences', 'rectifications', 'redevelopments', 'redistributing', 'redistribution', 'reestablishing', 'referentiality', 'reforestations', 'refrigerations', 'refurbishments', 'regimentations', 'regurgitations', 'rehabilitating', 'rehabilitation', 'reimbursements', 'reincarnations', 'reinforcements', 'reinstatements', 'reinterpreting', 'relentlessness', 'relinquishment', 'remarkableness', 'reorganisation', 'reorganization', 'repetitiveness', 'replenishments', 'representation', 'representative', 'republicanisms', 'repulsivenesss', 'requisitioning', 'respectability', 'respectfulness', 'responsibility', 'responsiveness', 'restauranteurs', 'restructurings', 'resuscitations', 'retentivenesss', 'retransmission', 'retransmitting', 'retrogressions', 'retrospections', 'retrospectives', 'reunifications', 'reupholstering', 'reverberations', 'revitalisation', 'revitalization', 'revivification', 'revolutionarys', 'revolutionised', 'revolutionises', 'revolutionists', 'revolutionized', 'revolutionizer', 'revolutionizes', 'ridiculousness', 'righteousnesss', 'rollerskatings', 'salaciousnesss', 'sanctification', 'satisfactorily', 'satisfiability', 'scandalmongers', 'scatterbrained', 'schizophrenias', 'schizophrenics', 'scholastically', 'schoolchildren', 'schoolmistress', 'schoolteachers', 'schwarzenegger', 'scientifically', 'scintillations', 'secretivenesss', 'secularisation', 'secularization', 'sedimentations', 'segregationist', 'semiautomatics', 'semiconductors', 'sensationalism', 'sensationalist', 'senselessnesss', 'sensitisations', 'sensitivenesss', 'sensitizations', 'sentimentalise', 'sentimentalism', 'sentimentalist', 'sentimentality', 'sentimentalize', 'septuagenarian', 'sequentialized', 'sequentializes', 'sequestrations', 'serialisations', 'serializations', 'servomechanism', 'shapelessnesss', 'shiftlessnesss', 'shortsightedly', 'shostakovitchs', 'shuttlecocking', 'significations', 'simplification', 'simultaneously', 'skateboardings', 'slaughterhouse', 'sledgehammered', 'sleeplessnesss', 'socialisations', 'socializations', 'sociologically', 'solidification', 'sophisticating', 'sophistication', 'souphanouvongs', 'specialisation', 'specialization', 'specifications', 'speechlessness', 'spiritualistic', 'sportsmanships', 'sprightlinesss', 'squeamishnesss', 'stabilisations', 'stabilizations', 'staphylococcus', 'statesmanships', 'statuesqueness', 'steadfastnesss', 'steamrollering', 'steppingstones', 'sterilisations', 'sterilizations', 'stochastically', 'stoichiometric', 'straightjacket', 'straitjacketed', 'strangulations', 'stratification', 'strenuousnesss', 'streptococcuss', 'stultification', 'subcomputation', 'subconsciously', 'subcontracting', 'subcontractors', 'subexpressions', 'subordinations', 'subsidisations', 'subsidizations', 'substantiating', 'substantiation', 'summarizations', 'superabundance', 'superannuating', 'supercomputers', 'superconductor', 'superficiality', 'superintendent', 'superintending', 'supernumerarys', 'superscripting', 'superstructure', 'susceptibility', 'swashbucklings', 'syllabications', 'symbolisations', 'symbolizations', 'sympathizingly', 'systematically', 'tablespoonfuls', 'tablespoonsful', 'talkativenesss', 'tastelessnesss', 'tautologically', 'technicalities', 'telecommutings', 'teleconference', 'telemarketings', 'teleologically', 'telepathically', 'teleprocessing', 'teletypewriter', 'televangelists', 'tercentenaries', 'terminological', 'tetrafluouride', 'thermodynamics', 'thermoelectric', 'thermoplastics', 'thoughtfulness', 'thundershowers', 'tonsillectomys', 'tortoiseshells', 'traditionalist', 'tranquillisers', 'tranquillising', 'tranquillizers', 'tranquillizing', 'transcendences', 'transcendental', 'transcriptions', 'transformation', 'transgressions', 'transitiveness', 'transliterated', 'transliterates', 'transmigrating', 'transmigration', 'transmutations', 'transnationals', 'transparencies', 'transpirations', 'transportation', 'transpositions', 'transshipments', 'triangulations', 'troubleshooted', 'troubleshooter', 'trustworthiest', 'tyrannosauruss', 'ultrasonically', 'ultrastructure', 'unacknowledged', 'unaffectedness', 'unalienability', 'unappreciative', 'unapproachable', 'unattractively', 'unavailability', 'uncompromising', 'unconscionable', 'unconscionably', 'uncontaminated', 'uncontrollable', 'uncontrollably', 'unconventional', 'unconvincingly', 'uncorroborated', 'undecipherable', 'undecomposable', 'undefinability', 'underachievers', 'underachieving', 'undercarriages', 'underclassmans', 'underclothings', 'underdeveloped', 'underestimated', 'underestimates', 'undergraduates', 'undernourished', 'undersecretary', 'understandable', 'understandably', 'understandings', 'understatement', 'undesirability', 'unenlightening', 'unenthusiastic', 'unfaithfulness', 'unfamiliaritys', 'unfriendliness', 'ungratefulness', 'unhesitatingly', 'unidentifiable', 'unidimensional', 'unidirectional', 'unilluminating', 'unintelligible', 'unintelligibly', 'unmentionables', 'unpleasantness', 'unpremeditated', 'unprofessional', 'unquestionable', 'unquestionably', 'unrecognisable', 'unrecognizable', 'unrestrictedly', 'unsatisfactory', 'unscrupulously', 'unselfishnesss', 'unsightlinesss', 'unsuccessfully', 'unsurprisingly', 'unsynchronized', 'untruthfulness', 'unwillingnesss', 'upperclassmans', 'utilitarianism', 'valedictorians', 'vegetarianisms', 'ventriloquisms', 'ventriloquists', 'verisimilitude', 'versifications', 'victimisations', 'victimizations', 'videocassettes', 'villainousness', 'vindictiveness', 'visualisations', 'visualizations', 'vivaciousnesss', 'voluptuousness', 'vulcanisations', 'vulcanizations', 'vulgarisations', 'vulgarizations', 'vulnerabilitys', 'walpurgisnacht', 'washingtonians', 'waterproofings', 'weatherproofed', 'weightlessness', 'weightliftings', 'whippersnapper', 'wholeheartedly', 'wholesomenesss', 'wollstonecraft', 'woolgatherings', 'worcestershire', 'worthlessnesss', 'worthwhileness', 'yoknapatawphas', 'zoroastrianism', 'zubenelgenubis', 'zubeneschamali', 'acclimatisation', 'acclimatization', 'accomplishments', 'accountabilitys', 'acknowledgeable', 'acknowledgement', 'acknowledgments', 'acquisitiveness', 'administrations', 'aerodynamically', 'aggrandisements', 'aggrandizements', 'aggressivenesss', 'agriculturalist', 'algorithmically', 'ambassadorships', 'americanisation', 'americanization', 'anaesthesiology', 'anesthesiologys', 'anthropocentric', 'anthropological', 'anthropologists', 'anthropomorphic', 'anticoagulation', 'anticompetitive', 'antidepressants', 'antiperspirants', 'apprenticeships', 'approachability', 'appropriateness', 'architecturally', 'articulatenesss', 'artificialities', 'astrophysicists', 'atherosclerosis', 'atmospherically', 'attractivenesss', 'auspiciousnesss', 'authentications', 'authoritatively', 'autobiographies', 'autocorrelation', 'autosuggestible', 'autotransformer', 'axiomatizations', 'bacteriological', 'bacteriologists', 'beautifications', 'bibliographical', 'blasphemousness', 'bloodthirstiest', 'boisterousnesss', 'breathlessnesss', 'burglarproofing', 'capitalisations', 'capitalizations', 'capriciousnesss', 'cardiopulmonary', 'categorisations', 'categorizations', 'centralisations', 'centralizations', 'chappaquiddicks', 'characteristics', 'characterizable', 'charlottesville', 'chloroplatinate', 'chronologically', 'cinematographer', 'cinematographys', 'circumferential', 'circumlocutions', 'circumnavigated', 'circumnavigates', 'circumscription', 'circumspections', 'classifications', 'claustrophobias', 'combinatorially', 'combustibilitys', 'commercialising', 'commercializing', 'compassionately', 'compatibilities', 'competitiveness', 'complementarity', 'complementation', 'comprehensively', 'compulsivenesss', 'computationally', 'computerisation', 'computerization', 'conceptualising', 'conceptualizing', 'concessionaires', 'condescendingly', 'confectioneries', 'confidentiality', 'confrontational', 'conglomerations', 'congratulations', 'congressionally', 'conjunctivitiss', 'conscientiously', 'consciousnesses', 'conservationist', 'constantinoples', 'constitutionals', 'contemporaneous', 'contrapositives', 'controllability', 'controversially', 'conventionality', 'correspondences', 'correspondingly', 'counterargument', 'counterattacked', 'counterbalanced', 'counterbalances', 'counterclaiming', 'countercultures', 'counterexamples', 'countermeasures', 'counterpointing', 'counterproposal', 'crystallisation', 'crystallization', 'crystallography', 'czechoslovakian', 'czechoslovakias', 'daguerreotyping', 'decolonisations', 'decolonizations', 'decommissioning', 'decomposability', 'deconstructions', 'decontaminating', 'decontamination', 'decriminalising', 'decriminalizing', 'dehumanisations', 'dehumanizations', 'demagnetisation', 'demagnetization', 'demobilisations', 'demobilizations', 'democratisation', 'democratization', 'demographically', 'demonstratively', 'demoralisations', 'demoralizations', 'departmentalise', 'departmentalize', 'desensitisation', 'desensitization', 'destructiveness', 'detoxifications', 'differentiating', 'differentiation', 'differentiators', 'disadvantageous', 'disambiguations', 'disappointingly', 'disappointments', 'disapprobations', 'disarrangements', 'disciplinarians', 'discolourations', 'discombobulated', 'discombobulates', 'disconcertingly', 'discontentments', 'discontinuances', 'discontinuation', 'discontinuities', 'discountenanced', 'discountenances', 'discouragements', 'discriminations', 'disembarkations', 'disenchantments', 'disenfranchised', 'disenfranchises', 'disentanglement', 'disestablishing', 'disillusionment', 'disinclinations', 'disinformations', 'disintegrations', 'disinterestedly', 'disorderlinesss', 'disorganisation', 'disorganization', 'disorientations', 'dispassionately', 'disrespectfully', 'dissatisfaction', 'dissimilarities', 'distinctiveness', 'distinguishable', 'diversification', 'draughtsmanship', 'egalitarianisms', 'electrification', 'electrodynamics', 'electromagnetic', 'electrophoresis', 'emulsifications', 'enfranchisement', 'entrepreneurial', 'environmentally', 'epistemological', 'euphemistically', 'excommunicating', 'excommunication', 'exemplification', 'existentialisms', 'existentialists', 'experimentation', 'exponentiations', 'expressivenesss', 'extracurricular', 'extralinguistic', 'extraordinarily', 'familiarisation', 'familiarization', 'farsightednesss', 'fastidiousnesss', 'featherbeddings', 'finnbogadottirs', 'flibbertigibbet', 'forthrightnesss', 'fraternisations', 'fraternizations', 'functionalities', 'fundamentalisms', 'fundamentalists', 'generalisations', 'generalizations', 'gentrifications', 'gerrymanderings', 'grandiloquences', 'gregariousnesss', 'groundbreakings', 'halfheartedness', 'hallucinogenics', 'hardheadednesss', 'hardheartedness', 'harmoniousnesss', 'heterogeneously', 'heterosexuality', 'heterostructure', 'homogeneousness', 'homogenisations', 'homogenizations', 'horticulturists', 'hospitalisation', 'hospitalization', 'huitzilopotchli', 'humanitarianism', 'humourlessnesss', 'hypercritically', 'hyperventilated', 'hyperventilates', 'identifications', 'illustriousness', 'immaculatenesss', 'immobilisations', 'immobilizations', 'impecuniousness', 'impenetrability', 'implausibilitys', 'implementations', 'impossibilities', 'impoverishments', 'impracticalitys', 'impregnabilitys', 'impressionistic', 'impressivenesss', 'improbabilities', 'improvisational', 'inaccessibility', 'inadmissibility', 'inappropriately', 'incommensurable', 'incompatibility', 'incomprehension', 'inconsequential', 'inconsiderately', 'inconsistencies', 'inconspicuously', 'inconveniencing', 'incorrigibility', 'indecisivenesss', 'indemnification', 'indeterminacies', 'indeterminately', 'indistinctnesss', 'individualising', 'individualistic', 'individualizing', 'indivisibilitys', 'indoctrinations', 'industrialising', 'industrializing', 'industriousness', 'ineffectiveness', 'inevitabilities', 'infectiousnesss', 'infinitesimally', 'infrastructures', 'inhomogeneities', 'initializations', 'inquisitiveness', 'inseparabilitys', 'insignificances', 'insignificantly', 'instantaneously', 'institutionally', 'instrumentalist', 'instrumentality', 'instrumentation', 'insubordination', 'insurrectionist', 'intellectualise', 'intellectualism', 'intellectualize', 'intelligentsias', 'intelligibility', 'intensification', 'interchangeable', 'interchangeably', 'intercollegiate', 'interconnecting', 'interconnection', 'interdependence', 'interdependency', 'interferometric', 'internationales', 'internationally', 'interpretations', 'interrogatories', 'interscholastic', 'intractabilitys', 'intradepartment', 'invulnerability', 'jurisprudential', 'kindergarteners', 'lackadaisically', 'lasciviousnesss', 'levelheadedness', 'lexicographical', 'liberalisations', 'liberalizations', 'licentiousnesss', 'lugubriousnesss', 'maintainability', 'maneuverability', 'manoeuvrability', 'materialisation', 'materialization', 'meaninglessness', 'meritoriousness', 'metacircularity', 'meticulousnesss', 'microbiologists', 'microeconomicss', 'microprocessing', 'microprocessors', 'microprogrammed', 'microscopically', 'militarisations', 'militarizations', 'miniaturisation', 'miniaturization', 'misapplications', 'misapprehending', 'misapprehension', 'misappropriated', 'misappropriates', 'miscalculations', 'miscellaneously', 'mischievousness', 'misconstruction', 'misinformations', 'misinterpreting', 'misrepresenting', 'misunderstander', 'monopolisations', 'monopolizations', 'mountaineerings', 'multiplications', 'multiplicatives', 'multiprocessing', 'multiprocessors', 'multiprogrammed', 'mysteriousnesss', 'nationalisation', 'nationalization', 'naturalisations', 'naturalizations', 'nearsightedness', 'neighborlinesss', 'neighbourliness', 'neocolonialisms', 'neoconservative', 'netzahualcoyotl', 'neurophysiology', 'neutralisations', 'neutralizations', 'newspaperwomans', 'nitroglycerines', 'nonconservative', 'noncooperations', 'nongovernmental', 'noninterference', 'nonintervention', 'nonprescription', 'nonprocedurally', 'nonprofessional', 'nonprogrammable', 'nontransferable', 'notwithstanding', 'nullstellensatz', 'obsequiousnesss', 'obstructionists', 'obstructiveness', 'ophthalmologist', 'overcompensated', 'overcompensates', 'overemphasising', 'overemphasizing', 'overindulgences', 'overpopulations', 'overproductions', 'oversimplifying', 'overspecialised', 'overspecialises', 'overspecialized', 'overspecializes', 'palaeontologist', 'paleontologists', 'parameterizable', 'parapsychologys', 'parasympathetic', 'parenthetically', 'parliamentarian', 'parthenogenesis', 'particularising', 'particularities', 'particularizing', 'pasteurisations', 'pasteurizations', 'pedestrianising', 'pedestrianizing', 'perceptivenesss', 'permissivenesss', 'perpendicularly', 'personalization', 'personification', 'persuasivenesss', 'pessimistically', 'phantasmagorias', 'pharmaceuticals', 'pharmacologists', 'phenomenologies', 'philanthropists', 'philosophically', 'phosphorescence', 'photojournalism', 'photojournalist', 'photosynthesiss', 'phototypesetter', 'physiologically', 'physiotherapist', 'picturesqueness', 'plainclothesman', 'plainclothesmen', 'plenipotentiary', 'polymerisations', 'polymerizations', 'polyunsaturated', 'popularisations', 'popularizations', 'possessivenesss', 'practicabilitys', 'prearrangements', 'precipitateness', 'precociousnesss', 'preconditioning', 'predestinations', 'predispositions', 'prefabrications', 'preinitializing', 'preregistration', 'presbyterianism', 'pressurisations', 'pressurizations', 'presuppositions', 'pretentiousness', 'problematically', 'procrastinating', 'procrastination', 'procrastinators', 'productivenesss', 'professionalism', 'prognosticating', 'prognostication', 'prognosticators', 'programmability', 'prohibitionists', 'proportionality', 'proportionately', 'propositionally', 'proprietorships', 'protectivenesss', 'psychoanalysing', 'psychoanalysiss', 'psychoanalyzing', 'psychologically', 'psychotherapies', 'psychotherapist', 'quadruplicating', 'quantifications', 'quasicontinuous', 'quasistationary', 'radiotelephones', 'radiotherapists', 'rationalisation', 'rationalization', 'reapportionment', 'reasonablenesss', 'rebelliousnesss', 'recapitulations', 'recognizability', 'recommendations', 'reconciliations', 'reconfiguration', 'reconnaissances', 'reconsideration', 'reconstructions', 'redistributions', 'rehabilitations', 'relentlessnesss', 'relinquishments', 'reorganisations', 'reorganizations', 'representations', 'representatives', 'reproducibility', 'resourcefulness', 'respectabilitys', 'responsibilitys', 'responsibleness', 'responsivenesss', 'retransmissions', 'retrospectively', 'revitalisations', 'revitalizations', 'revivifications', 'revolutionaries', 'revolutionising', 'revolutionizing', 'ridiculousnesss', 'rumpelstiltskin', 'sanctifications', 'sanctimoniously', 'schoolmistresss', 'schwarzeneggers', 'secularisations', 'secularizations', 'segregationists', 'semipermanently', 'sensationalisms', 'sensationalists', 'sentimentalised', 'sentimentalises', 'sentimentalisms', 'sentimentalists', 'sentimentalitys', 'sentimentalized', 'sentimentalizes', 'septuagenarians', 'sequentializing', 'servomechanisms', 'simplifications', 'slaughterhouses', 'sledgehammering', 'solidifications', 'sophistications', 'specialisations', 'specializations', 'standardisation', 'standardization', 'staphylococcuss', 'straightforward', 'straightjackets', 'straitjacketing', 'stratifications', 'stultifications', 'subcomputations', 'substantiations', 'substitutionary', 'superabundances', 'superconductors', 'superficialitys', 'superintendence', 'superintendency', 'superintendents', 'supernumeraries', 'superstitiously', 'superstructures', 'surreptitiously', 'susceptibilitys', 'syllabification', 'sympathetically', 'synchronisation', 'synchronization', 'technologically', 'telecommunicate', 'teleconferenced', 'teleconferences', 'telephotography', 'teletypesetting', 'teletypewriters', 'temperamentally', 'tempestuousness', 'tendentiousness', 'therapeutically', 'thermodynamicss', 'thoughtfulnesss', 'thoughtlessness', 'tonsillectomies', 'totalitarianism', 'traditionalists', 'transfiguration', 'transformations', 'translatability', 'transliterating', 'transliteration', 'transmigrations', 'transplantation', 'transportations', 'trichloroacetic', 'trichloroethane', 'troubleshooters', 'troubleshooting', 'trustworthiness', 'typographically', 'tyrannosauruses', 'ultracentrifuge', 'unacceptability', 'unaesthetically', 'unattainability', 'unauthenticated', 'unceremoniously', 'uncommunicative', 'uncomplimentary', 'uncomprehending', 'unconditionally', 'unconsciousness', 'uncontroversial', 'undemonstrative', 'underestimating', 'underestimation', 'underprivileged', 'undersecretarys', 'understandingly', 'understatements', 'undistinguished', 'unexceptionable', 'unfaithfulnesss', 'unfriendlinesss', 'ungratefulnesss', 'unimplementable', 'unintentionally', 'uninterestingly', 'uninterruptedly', 'unobjectionable', 'unpleasantnesss', 'unpronounceable', 'unquestioningly', 'unrealistically', 'unreconstructed', 'unrepresentable', 'unsophisticated', 'unsportsmanlike', 'unsubstantiated', 'verisimilitudes', 'vindictivenesss', 'voluptuousnesss', 'vulnerabilities', 'weatherproofing', 'weightlessnesss', 'whatchamacallit', 'whippersnappers', 'wollstonecrafts', 'wrongheadedness', 'zoroastrianisms', 'zubeneschamalis', 'acclimatisations', 'acclimatizations', 'acknowledgements', 'acquisitivenesss', 'administratively', 'agriculturalists', 'americanisations', 'americanizations', 'anaesthesiologys', 'anesthesiologist', 'antagonistically', 'anthropomorphism', 'antiredeposition', 'apprehensiveness', 'appropriatenesss', 'aristocratically', 'arteriosclerosis', 'asymptomatically', 'atherosclerosiss', 'australopithecus', 'authoritarianism', 'autobiographical', 'autofluorescence', 'bloodthirstiness', 'bureaucratically', 'canonicalization', 'cantankerousness', 'catastrophically', 'chancellorsville', 'characterisation', 'characterization', 'cinematographers', 'circumnavigating', 'circumnavigation', 'circumscriptions', 'circumstantially', 'cirmcumferential', 'comfortabilities', 'compartmentalise', 'compartmentalize', 'competitivenesss', 'computerisations', 'computerizations', 'confidentialitys', 'consequentiality', 'conservationists', 'constitutionally', 'constructibility', 'contemporariness', 'conventionalitys', 'conversationally', 'counterattacking', 'counterbalancing', 'counterclockwise', 'counterespionage', 'counterintuitive', 'crystallisations', 'crystallizations', 'crystallographer', 'crystallographic', 'czechoslovakians', 'decentralisation', 'decentralization', 'decontaminations', 'demagnetisations', 'demagnetizations', 'demilitarisation', 'demilitarization', 'democratisations', 'democratizations', 'deoxyribonucleic', 'departmentalised', 'departmentalises', 'departmentalized', 'departmentalizes', 'desensitisations', 'desensitizations', 'destructivenesss', 'diagrammatically', 'differentiations', 'discombobulating', 'discontinuations', 'discountenancing', 'disenfranchising', 'disentanglements', 'disfranchisement', 'disillusionments', 'disorganisations', 'disorganizations', 'disproportionate', 'disqualification', 'dissatisfactions', 'distinctivenesss', 'diversifications', 'draughtsmanships', 'electrifications', 'electromagnetism', 'enfranchisements', 'enthusiastically', 'environmentalism', 'environmentalist', 'excommunications', 'exemplifications', 'experimentations', 'extemporaneously', 'extraterrestrial', 'familiarisations', 'familiarizations', 'flibbertigibbets', 'gastrointestinal', 'halfheartednesss', 'hardheartednesss', 'heterosexualitys', 'hospitalisations', 'hospitalizations', 'huitzilopotchlis', 'humanitarianisms', 'hydroelectricity', 'hypersensitivity', 'hyperventilating', 'hyperventilation', 'impecuniousnesss', 'impenetrabilitys', 'imperturbability', 'implausibilities', 'inaccessibilitys', 'incompatibilitys', 'incomprehensible', 'incomprehensibly', 'incontrovertible', 'incontrovertibly', 'incorrigibilitys', 'incorruptibility', 'indemnifications', 'indiscriminately', 'indispensability', 'industriousnesss', 'ineffectivenesss', 'inextinguishable', 'inquisitivenesss', 'institutionalise', 'institutionalize', 'instrumentalists', 'instrumentalitys', 'instrumentations', 'insubordinations', 'insurrectionists', 'intellectualised', 'intellectualises', 'intellectualized', 'intellectualizes', 'intelligibilitys', 'intensifications', 'intercommunicate', 'interconnections', 'intercontinental', 'interdependences', 'internationalise', 'internationalism', 'internationality', 'internationalize', 'invulnerabilitys', 'irresponsibility', 'levelheadednesss', 'lightheartedness', 'maneuverabilitys', 'manoeuvrabilitys', 'materialisations', 'materializations', 'melodramatically', 'metamathematical', 'methodologically', 'microinstruction', 'microprogramming', 'miniaturisations', 'miniaturizations', 'misapprehensions', 'misappropriating', 'misappropriation', 'mischievousnesss', 'misconstructions', 'mispronunciation', 'misunderstanders', 'misunderstanding', 'multiculturalism', 'multidimensional', 'multifariousness', 'multimillionaire', 'multiprogramming', 'nationalisations', 'nationalizations', 'nearsightednesss', 'neighbourlinesss', 'netzahualcoyotls', 'neuropsychiatric', 'neurotransmitter', 'nondestructively', 'nondeterminately', 'nondeterministic', 'noninterferences', 'noninterventions', 'nonorthogonality', 'nonprofessionals', 'nonproliferation', 'obstructivenesss', 'ophthalmologists', 'organizationally', 'overcompensating', 'overcompensation', 'overenthusiastic', 'overspecialising', 'overspecializing', 'palaeontologists', 'parameterization', 'paraprofessional', 'parliamentarians', 'parthenogenesiss', 'personifications', 'phenomenological', 'phosphorescences', 'photographically', 'photojournalisms', 'photojournalists', 'phototypesetting', 'physiotherapists', 'plainclothesmans', 'plenipotentiarys', 'praiseworthiness', 'predetermination', 'preregistrations', 'presbyterianisms', 'presumptuousness', 'pretentiousnesss', 'procrastinations', 'professionalisms', 'prognostications', 'psychophysiology', 'psychotherapists', 'rambunctiousness', 'rationalisations', 'rationalizations', 'reapportionments', 'reclassification', 'reconfigurations', 'reconsiderations', 'reinterpretation', 'relativistically', 'representational', 'representatively', 'resourcefulnesss', 'responsibilities', 'rumpelstiltskins', 'schoolmistresses', 'semiprofessional', 'sentimentalising', 'sentimentalizing', 'shortsightedness', 'standardisations', 'standardizations', 'straightjacketed', 'substitutability', 'superintendences', 'superintendencys', 'syllabifications', 'synchronisations', 'synchronizations', 'teleconferencing', 'tempestuousnesss', 'tendentiousnesss', 'thoughtlessnesss', 'tintinnabulation', 'totalitarianisms', 'transcendentally', 'transconductance', 'transcontinental', 'transfigurations', 'transformational', 'transliterations', 'transplantations', 'transportability', 'troubleshootings', 'trustworthinesss', 'uncharacteristic', 'uncompromisingly', 'unconsciousnesss', 'unconstitutional', 'unconventionally', 'undersecretaries', 'undiscriminating', 'unidirectionally', 'unpredictability', 'unreasonableness', 'unrepresentative', 'unsatisfiability', 'unscrupulousness', 'weatherstripping', 'whatchamacallits', 'wrongheadednesss', 'anachronistically', 'anaesthesiologist', 'anesthesiologists', 'anthropologically', 'anthropomorphisms', 'apprehensivenesss', 'arteriosclerosiss', 'australopithecuss', 'authoritarianisms', 'authoritativeness', 'bloodthirstinesss', 'cantankerousnesss', 'chancellorsvilles', 'characterisations', 'characterizations', 'circumnavigations', 'commercialisation', 'commercialization', 'compartmentalised', 'compartmentalises', 'compartmentalized', 'compartmentalizes', 'comprehensibility', 'comprehensiveness', 'conceptualisation', 'conceptualization', 'congregationalist', 'conscientiousness', 'constitutionality', 'contemporaneously', 'contradistinction', 'contradistinguish', 'conversationalist', 'counterespionages', 'counterproductive', 'counterrevolution', 'decentralisations', 'decentralizations', 'decriminalisation', 'decriminalization', 'demilitarisations', 'demilitarizations', 'departmentalising', 'departmentalizing', 'deterministically', 'disadvantageously', 'disfranchisements', 'disinterestedness', 'disqualifications', 'electrocardiogram', 'electromagnetisms', 'environmentalisms', 'environmentalists', 'extraordinariness', 'extraterrestrials', 'heterogeneousness', 'hydroelectricitys', 'hypersensitivitys', 'hyperventilations', 'imperturbabilitys', 'inappropriateness', 'incompatibilities', 'inconsequentially', 'inconsiderateness', 'inconspicuousness', 'incorruptibilitys', 'indistinguishable', 'industrialisation', 'industrialization', 'institutionalised', 'institutionalises', 'institutionalized', 'institutionalizes', 'intellectualising', 'intellectualizing', 'intercommunicated', 'intercommunicates', 'interdepartmental', 'interdependencies', 'interdisciplinary', 'internationalised', 'internationalises', 'internationalisms', 'internationalized', 'internationalizes', 'interrelationship', 'irresponsibilitys', 'lexicographically', 'lightheartednesss', 'materialistically', 'microinstructions', 'misappropriations', 'miscellaneousness', 'misinterpretation', 'mispronunciations', 'misrepresentation', 'misunderstandings', 'multiculturalisms', 'multifariousnesss', 'multimillionaires', 'neurotransmitters', 'nondenominational', 'nonproliferations', 'overcompensations', 'parameterizations', 'paraprofessionals', 'particularisation', 'particularization', 'philanthropically', 'plenipotentiaries', 'praiseworthinesss', 'predeterminations', 'presumptuousnesss', 'probabilistically', 'psychotherapeutic', 'rambunctiousnesss', 'reinterpretations', 'reproducibilities', 'semiprofessionals', 'shortsightednesss', 'spectrophotometer', 'spectrophotometry', 'straightforwardly', 'straightjacketing', 'superconductivity', 'telecommunication', 'tintinnabulations', 'transcendentalism', 'transcendentalist', 'ultraconservative', 'uncontrollability', 'understandability', 'unidirectionality', 'unpredictabilitys', 'unreasonablenesss', 'unscrupulousnesss', 'anaesthesiologists', 'antifundamentalist', 'arteriolosclerosis', 'authoritativenesss', 'autosuggestibility', 'characteristically', 'chlorofluorocarbon', 'commercialisations', 'commercializations', 'compartmentalising', 'compartmentalizing', 'comprehensibilitys', 'comprehensivenesss', 'conceptualisations', 'conceptualizations', 'congregationalists', 'conscientiousnesss', 'consequentialities', 'constitutionalitys', 'contradistinctions', 'conversationalists', 'counterrevolutions', 'decriminalisations', 'decriminalizations', 'diethylstilbestrol', 'disenfranchisement', 'disproportionately', 'electrocardiograms', 'electrocardiograph', 'hypersensitivities', 'inconsideratenesss', 'inconspicuousnesss', 'industrialisations', 'industrializations', 'institutionalising', 'institutionalizing', 'interchangeability', 'intercommunicating', 'intercommunication', 'internationalising', 'internationalizing', 'interrelationships', 'misinterpretations', 'misrepresentations', 'oversimplification', 'particularisations', 'particularizations', 'phenomenologically', 'representationally', 'representativeness', 'spectrophotometric', 'superconductivitys', 'telecommunications', 'transcendentalisms', 'transcendentalists', 'transmogrification', 'transubstantiation', 'triphenylphosphine', 'ultraconservatives', 'anthropomorphically', 'chlorofluorocarbons', 'counterintelligence', 'disenfranchisements', 'electrocardiographs', 'incomprehensibility', 'interdenominational', 'nonrepresentational', 'oversimplifications', 'straightforwardness', 'telecommunicationss', 'transubstantiations', 'andrianampoinimerina', 'counterintelligences', 'counterrevolutionary', 'electroencephalogram', 'nondeterministically', 'uncharacteristically', 'andrianampoinimerinas', 'counterrevolutionarys', 'electroencephalograms', 'electroencephalograph', 'immunoelectrophoresis', 'counterrevolutionaries', 'electroencephalographs', 'electroencephalography', 'antidisestablishmentarianism'], fitness=&lt;function Pletters&gt;, number_of_solutions=1, chunksize=500)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Breaks a Polybius substitution cipher using a dictionary and
+frequency analysis</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; polybius_break_mp(polybius_encipher('this is a test message for the '           'polybius decipherment', 'elephant', 'abcde', 'abcde'),           'abcde', 'abcde',           wordlist=['cat', 'elephant', 'kangaroo']) # doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE
+(('elephant', &lt;KeywordWrapAlphabet.from_a: 1&gt;, 'abcde', 'abcde', False),     -54.53880...)
+&gt;&gt;&gt; polybius_break_mp(polybius_encipher('this is a test message for the '           'polybius decipherment', 'elephant', 'abcde', 'abcde', column_first=True),           'abcde', 'abcde',           wordlist=['cat', 'elephant', 'kangaroo']) # doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE
+(('elephant', &lt;KeywordWrapAlphabet.from_a: 1&gt;, 'abcde', 'abcde', True),     -54.53880...)
+&gt;&gt;&gt; polybius_break_mp(polybius_encipher('this is a test message for the '           'polybius decipherment', 'elephant', 'abcde', 'abcde', column_first=False),           'abcde', 'abcde',           wordlist=['cat', 'elephant', 'kangaroo']) # doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE
+(('elephant', &lt;KeywordWrapAlphabet.from_a: 1&gt;, 'abcde', 'abcde', False),     -54.53880...)
+&gt;&gt;&gt; polybius_break_mp(polybius_encipher('this is a test message for the '           'polybius decipherment', 'elephant', 'abcde', 'pqrst', column_first=True),           'abcde', 'pqrst',           wordlist=['cat', 'elephant', 'kangaroo']) # doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE
+(('elephant', &lt;KeywordWrapAlphabet.from_a: 1&gt;, 'abcde', 'pqrst', True),     -54.53880...)
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def polybius_break(message, column_labels, row_labels,
+                      letters_to_merge=None,
+                      wordlist=keywords, fitness=Pletters,
+                      number_of_solutions=1, chunksize=500):
+    &#34;&#34;&#34;Breaks a Polybius substitution cipher using a dictionary and
+    frequency analysis
+
+    &gt;&gt;&gt; polybius_break_mp(polybius_encipher(&#39;this is a test message for the &#39; \
+          &#39;polybius decipherment&#39;, &#39;elephant&#39;, &#39;abcde&#39;, &#39;abcde&#39;), \
+          &#39;abcde&#39;, &#39;abcde&#39;, \
+          wordlist=[&#39;cat&#39;, &#39;elephant&#39;, &#39;kangaroo&#39;]) # doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE
+    ((&#39;elephant&#39;, &lt;KeywordWrapAlphabet.from_a: 1&gt;, &#39;abcde&#39;, &#39;abcde&#39;, False), \
+    -54.53880...)
+    &gt;&gt;&gt; polybius_break_mp(polybius_encipher(&#39;this is a test message for the &#39; \
+          &#39;polybius decipherment&#39;, &#39;elephant&#39;, &#39;abcde&#39;, &#39;abcde&#39;, column_first=True), \
+          &#39;abcde&#39;, &#39;abcde&#39;, \
+          wordlist=[&#39;cat&#39;, &#39;elephant&#39;, &#39;kangaroo&#39;]) # doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE
+    ((&#39;elephant&#39;, &lt;KeywordWrapAlphabet.from_a: 1&gt;, &#39;abcde&#39;, &#39;abcde&#39;, True), \
+    -54.53880...)
+    &gt;&gt;&gt; polybius_break_mp(polybius_encipher(&#39;this is a test message for the &#39; \
+          &#39;polybius decipherment&#39;, &#39;elephant&#39;, &#39;abcde&#39;, &#39;abcde&#39;, column_first=False), \
+          &#39;abcde&#39;, &#39;abcde&#39;, \
+          wordlist=[&#39;cat&#39;, &#39;elephant&#39;, &#39;kangaroo&#39;]) # doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE
+    ((&#39;elephant&#39;, &lt;KeywordWrapAlphabet.from_a: 1&gt;, &#39;abcde&#39;, &#39;abcde&#39;, False), \
+    -54.53880...)
+    &gt;&gt;&gt; polybius_break_mp(polybius_encipher(&#39;this is a test message for the &#39; \
+          &#39;polybius decipherment&#39;, &#39;elephant&#39;, &#39;abcde&#39;, &#39;pqrst&#39;, column_first=True), \
+          &#39;abcde&#39;, &#39;pqrst&#39;, \
+          wordlist=[&#39;cat&#39;, &#39;elephant&#39;, &#39;kangaroo&#39;]) # doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE
+    ((&#39;elephant&#39;, &lt;KeywordWrapAlphabet.from_a: 1&gt;, &#39;abcde&#39;, &#39;pqrst&#39;, True), \
+    -54.53880...)
+    &#34;&#34;&#34;
+    if letters_to_merge is None: 
+        letters_to_merge = {&#39;j&#39;: &#39;i&#39;}
+    with multiprocessing.Pool() as pool:
+        helper_args = [(message, word, wrap, 
+                        column_labels, row_labels, column_first, 
+                        letters_to_merge, 
+                        fitness)
+                       for word in wordlist
+                       for wrap in KeywordWrapAlphabet
+                       for column_first in [False, True]]
+        # Gotcha: the helper function here needs to be defined at the top level
+        #   (limitation of Pool.starmap)
+        breaks = pool.starmap(polybius_break_worker, helper_args, chunksize)
+        if number_of_solutions == 1:
+            return max(breaks, key=lambda k: k[1])
+        else:
+            return sorted(breaks, key=lambda k: k[1], reverse=True)[:number_of_solutions]</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.polybius.polybius_break_worker"><code class="name flex">
+<span>def <span class="ident">polybius_break_worker</span></span>(<span>message, keyword, wrap_alphabet, column_order, row_order, column_first, letters_to_merge, fitness)</span>
+</code></dt>
+<dd>
+<div class="desc"></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def polybius_break_worker(message, keyword, wrap_alphabet, 
+                          column_order, row_order, column_first, 
+                          letters_to_merge, 
+                          fitness):
+    plaintext = polybius_decipher(message, keyword, 
+                                  column_order, row_order, 
+                                  column_first=column_first,
+                                  letters_to_merge=letters_to_merge, 
+                                  wrap_alphabet=wrap_alphabet)
+    if plaintext:
+        fit = fitness(plaintext)
+    else:
+        fit = float(&#39;-inf&#39;)
+    return (keyword, wrap_alphabet, column_order, row_order, column_first), fit</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.polybius.polybius_decipher"><code class="name flex">
+<span>def <span class="ident">polybius_decipher</span></span>(<span>message, keyword, column_order, row_order, column_first=False, letters_to_merge=None, wrap_alphabet=KeywordWrapAlphabet.from_a)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Decipher a message with a Polybius cipher, using a keyword to rearrange
+the alphabet</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; polybius_decipher('bbdaccddccddeabbaaddbbecaaddddeabcaaacadcdbbdaaaca'    'adbadecbccedddebaadbcccadaaacdecaaabbb', 'elephant', 'abcde', 'abcde',     column_first=False)
+'toisisvtestxessvbephktoefhnugiysweqifoekxelt'
+</code></pre>
+<pre><code class="language-python-repl">&gt;&gt;&gt; polybius_decipher('bbdaccddccddeabbaaddbbecaaddddeabcaaacadcdbbdaaaca'    'adbadecbccedddebaadbcccadaaacdecaaabbb', 'elephant', 'abcde', 'abcde',     column_first=True)
+'thisisatestmessageforthepolybiusdecipherment'
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def polybius_decipher(message, keyword, column_order, row_order, 
+                      column_first=False,
+                      letters_to_merge=None, wrap_alphabet=KeywordWrapAlphabet.from_a):    
+    &#34;&#34;&#34;Decipher a message with a Polybius cipher, using a keyword to rearrange
+    the alphabet
+
+    &gt;&gt;&gt; polybius_decipher(&#39;bbdaccddccddeabbaaddbbecaaddddeabcaaacadcdbbdaaaca&#39;\
+    &#39;adbadecbccedddebaadbcccadaaacdecaaabbb&#39;, &#39;elephant&#39;, &#39;abcde&#39;, &#39;abcde&#39;, \
+    column_first=False)
+    &#39;toisisvtestxessvbephktoefhnugiysweqifoekxelt&#39;
+
+    &gt;&gt;&gt; polybius_decipher(&#39;bbdaccddccddeabbaaddbbecaaddddeabcaaacadcdbbdaaaca&#39;\
+    &#39;adbadecbccedddebaadbcccadaaacdecaaabbb&#39;, &#39;elephant&#39;, &#39;abcde&#39;, &#39;abcde&#39;, \
+    column_first=True)
+    &#39;thisisatestmessageforthepolybiusdecipherment&#39;
+    &#34;&#34;&#34;
+    grid = polybius_reverse_grid(keyword, column_order, row_order, letters_to_merge, wrap_alphabet)
+    column_index_type = type(column_order[0])
+    row_index_type = type(row_order[0])
+    if column_first:
+        pairs = [(column_index_type(p[1]), row_index_type(p[0])) 
+          for p in chunks(message, 2)]
+    else:
+        pairs = [(row_index_type(p[0]), column_index_type(p[1])) 
+          for p in chunks(message, 2)]
+    return cat(grid[p] for p in pairs if p in grid)</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.polybius.polybius_encipher"><code class="name flex">
+<span>def <span class="ident">polybius_encipher</span></span>(<span>message, keyword, column_order, row_order, column_first=False, letters_to_merge=None, wrap_alphabet=KeywordWrapAlphabet.from_a)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Encipher a message with Polybius cipher, using a keyword to rearrange
+the alphabet</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; polybius_encipher('this is a test message for the '           'polybius decipherment', 'elephant',           [1, 2, 3, 4, 5], [1, 2, 3, 4, 5],           wrap_alphabet=KeywordWrapAlphabet.from_last)
+'2214445544551522115522511155551543114252542214111352123234442355411135441314115451112122'
+&gt;&gt;&gt; polybius_encipher('this is a test message for the '           'polybius decipherment', 'elephant', 'abcde', 'abcde',           column_first=False)
+'bbadccddccddaebbaaddbbceaaddddaecbaacadadcbbadaaacdaabedbcccdeddbeaabdccacadaadcceaababb'
+&gt;&gt;&gt; polybius_encipher('this is a test message for the '           'polybius decipherment', 'elephant', 'abcde', 'abcde',           column_first=True)
+'bbdaccddccddeabbaaddbbecaaddddeabcaaacadcdbbdaaacaadbadecbccedddebaadbcccadaaacdecaaabbb'
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def polybius_encipher(message, keyword, column_order, row_order, 
+                      column_first=False,
+                      letters_to_merge=None, wrap_alphabet=KeywordWrapAlphabet.from_a): 
+    &#34;&#34;&#34;Encipher a message with Polybius cipher, using a keyword to rearrange
+    the alphabet
+
+    &gt;&gt;&gt; polybius_encipher(&#39;this is a test message for the &#39; \
+          &#39;polybius decipherment&#39;, &#39;elephant&#39;, \
+          [1, 2, 3, 4, 5], [1, 2, 3, 4, 5], \
+          wrap_alphabet=KeywordWrapAlphabet.from_last)
+    &#39;2214445544551522115522511155551543114252542214111352123234442355411135441314115451112122&#39;
+    &gt;&gt;&gt; polybius_encipher(&#39;this is a test message for the &#39; \
+          &#39;polybius decipherment&#39;, &#39;elephant&#39;, &#39;abcde&#39;, &#39;abcde&#39;, \
+          column_first=False)
+    &#39;bbadccddccddaebbaaddbbceaaddddaecbaacadadcbbadaaacdaabedbcccdeddbeaabdccacadaadcceaababb&#39;
+    &gt;&gt;&gt; polybius_encipher(&#39;this is a test message for the &#39; \
+          &#39;polybius decipherment&#39;, &#39;elephant&#39;, &#39;abcde&#39;, &#39;abcde&#39;, \
+          column_first=True)
+    &#39;bbdaccddccddeabbaaddbbecaaddddeabcaaacadcdbbdaaacaadbadecbccedddebaadbcccadaaacdecaaabbb&#39;
+    &#34;&#34;&#34;
+    grid = polybius_grid(keyword, column_order, row_order, letters_to_merge, wrap_alphabet)
+    return cat(polybius_flatten(grid[l], column_first)
+               for l in message
+               if l in grid)</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.polybius.polybius_flatten"><code class="name flex">
+<span>def <span class="ident">polybius_flatten</span></span>(<span>pair, column_first)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Convert a pair of characters into a single string.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def polybius_flatten(pair, column_first):
+    &#34;&#34;&#34;Convert a pair of characters into a single string.&#34;&#34;&#34;
+    if column_first:
+        return str(pair[1]) + str(pair[0])
+    else:
+        return str(pair[0]) + str(pair[1])</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.polybius.polybius_grid"><code class="name flex">
+<span>def <span class="ident">polybius_grid</span></span>(<span>keyword, column_order, row_order, letters_to_merge=None, wrap_alphabet=KeywordWrapAlphabet.from_a)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Grid for a Polybius cipher, using a keyword to rearrange the
+alphabet.</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; polybius_grid('a', 'abcde', 'abcde')['x'] == ('e', 'c')
+True
+&gt;&gt;&gt; polybius_grid('elephant', 'abcde', 'abcde')['e'] == ('a', 'a')
+True
+&gt;&gt;&gt; polybius_grid('elephant', 'abcde', 'abcde')['b'] == ('b', 'c')
+True
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def polybius_grid(keyword, column_order, row_order, letters_to_merge=None,
+                  wrap_alphabet=KeywordWrapAlphabet.from_a):
+    &#34;&#34;&#34;Grid for a Polybius cipher, using a keyword to rearrange the
+    alphabet.
+
+
+    &gt;&gt;&gt; polybius_grid(&#39;a&#39;, &#39;abcde&#39;, &#39;abcde&#39;)[&#39;x&#39;] == (&#39;e&#39;, &#39;c&#39;)
+    True
+    &gt;&gt;&gt; polybius_grid(&#39;elephant&#39;, &#39;abcde&#39;, &#39;abcde&#39;)[&#39;e&#39;] == (&#39;a&#39;, &#39;a&#39;)
+    True
+    &gt;&gt;&gt; polybius_grid(&#39;elephant&#39;, &#39;abcde&#39;, &#39;abcde&#39;)[&#39;b&#39;] == (&#39;b&#39;, &#39;c&#39;)
+    True
+    &#34;&#34;&#34;
+    alphabet = keyword_cipher_alphabet_of(keyword, wrap_alphabet=wrap_alphabet)
+    if letters_to_merge is None: 
+        letters_to_merge = {&#39;j&#39;: &#39;i&#39;}
+    grid = {l: k 
+            for k, l in zip([(c, r) for c in column_order for r in row_order],
+                [l for l in alphabet if l not in letters_to_merge])}
+    for l in letters_to_merge:
+        grid[l] = grid[letters_to_merge[l]]
+    return grid</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.polybius.polybius_reverse_grid"><code class="name flex">
+<span>def <span class="ident">polybius_reverse_grid</span></span>(<span>keyword, column_order, row_order, letters_to_merge=None, wrap_alphabet=KeywordWrapAlphabet.from_a)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Grid for decrypting using a Polybius cipher, using a keyword to
+rearrange the alphabet.</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; polybius_reverse_grid('a', 'abcde', 'abcde')['e', 'c'] == 'x'
+True
+&gt;&gt;&gt; polybius_reverse_grid('elephant', 'abcde', 'abcde')['a', 'a'] == 'e'
+True
+&gt;&gt;&gt; polybius_reverse_grid('elephant', 'abcde', 'abcde')['b', 'c'] == 'b'
+True
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def polybius_reverse_grid(keyword, column_order, row_order, letters_to_merge=None,
+                  wrap_alphabet=KeywordWrapAlphabet.from_a):
+    &#34;&#34;&#34;Grid for decrypting using a Polybius cipher, using a keyword to 
+    rearrange the alphabet.
+
+    &gt;&gt;&gt; polybius_reverse_grid(&#39;a&#39;, &#39;abcde&#39;, &#39;abcde&#39;)[&#39;e&#39;, &#39;c&#39;] == &#39;x&#39;
+    True
+    &gt;&gt;&gt; polybius_reverse_grid(&#39;elephant&#39;, &#39;abcde&#39;, &#39;abcde&#39;)[&#39;a&#39;, &#39;a&#39;] == &#39;e&#39;
+    True
+    &gt;&gt;&gt; polybius_reverse_grid(&#39;elephant&#39;, &#39;abcde&#39;, &#39;abcde&#39;)[&#39;b&#39;, &#39;c&#39;] == &#39;b&#39;
+    True
+    &#34;&#34;&#34;
+    alphabet = keyword_cipher_alphabet_of(keyword, wrap_alphabet=wrap_alphabet)
+    if letters_to_merge is None: 
+        letters_to_merge = {&#39;j&#39;: &#39;i&#39;}
+    grid = {k: l 
+            for k, l in zip([(c, r) for c in column_order for r in row_order],
+                [l for l in alphabet if l not in letters_to_merge])}
+    return grid  </code></pre>
+</details>
+</dd>
+<dt id="szyfrow.polybius.wcat"><code class="name flex">
+<span>def <span class="ident">wcat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+</dl>
+</section>
+<section>
+</section>
+</article>
+<nav id="sidebar">
+<h1>Index</h1>
+<div class="toc">
+<ul></ul>
+</div>
+<ul id="index">
+<li><h3>Super-module</h3>
+<ul>
+<li><code><a title="szyfrow" href="index.html">szyfrow</a></code></li>
+</ul>
+</li>
+<li><h3><a href="#header-functions">Functions</a></h3>
+<ul class="">
+<li><code><a title="szyfrow.polybius.cat" href="#szyfrow.polybius.cat">cat</a></code></li>
+<li><code><a title="szyfrow.polybius.lcat" href="#szyfrow.polybius.lcat">lcat</a></code></li>
+<li><code><a title="szyfrow.polybius.polybius_break" href="#szyfrow.polybius.polybius_break">polybius_break</a></code></li>
+<li><code><a title="szyfrow.polybius.polybius_break_worker" href="#szyfrow.polybius.polybius_break_worker">polybius_break_worker</a></code></li>
+<li><code><a title="szyfrow.polybius.polybius_decipher" href="#szyfrow.polybius.polybius_decipher">polybius_decipher</a></code></li>
+<li><code><a title="szyfrow.polybius.polybius_encipher" href="#szyfrow.polybius.polybius_encipher">polybius_encipher</a></code></li>
+<li><code><a title="szyfrow.polybius.polybius_flatten" href="#szyfrow.polybius.polybius_flatten">polybius_flatten</a></code></li>
+<li><code><a title="szyfrow.polybius.polybius_grid" href="#szyfrow.polybius.polybius_grid">polybius_grid</a></code></li>
+<li><code><a title="szyfrow.polybius.polybius_reverse_grid" href="#szyfrow.polybius.polybius_reverse_grid">polybius_reverse_grid</a></code></li>
+<li><code><a title="szyfrow.polybius.wcat" href="#szyfrow.polybius.wcat">wcat</a></code></li>
+</ul>
+</li>
+</ul>
+</nav>
+</main>
+<footer id="footer">
+<p>Generated by <a href="https://pdoc3.github.io/pdoc"><cite>pdoc</cite> 0.9.2</a>.</p>
+</footer>
+</body>
+</html>
\ No newline at end of file
diff --git a/docs/szyfrow/railfence.html b/docs/szyfrow/railfence.html
new file mode 100644 (file)
index 0000000..ab6dc3b
--- /dev/null
@@ -0,0 +1,550 @@
+<!doctype html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
+<meta name="generator" content="pdoc 0.9.2" />
+<title>szyfrow.railfence API documentation</title>
+<meta name="description" content="[Railfence transposition cipher](https://en.wikipedia.org/wiki/Rail_fence_cipher) …" />
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/sanitize.min.css" integrity="sha256-PK9q560IAAa6WVRRh76LtCaI8pjTJ2z11v0miyNNjrs=" crossorigin>
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/typography.min.css" integrity="sha256-7l/o7C8jubJiy74VsKTidCy1yBkRtiUGbVkYBylBqUg=" crossorigin>
+<link rel="stylesheet preload" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/styles/github.min.css" crossorigin>
+<style>:root{--highlight-color:#fe9}.flex{display:flex !important}body{line-height:1.5em}#content{padding:20px}#sidebar{padding:30px;overflow:hidden}#sidebar > *:last-child{margin-bottom:2cm}.http-server-breadcrumbs{font-size:130%;margin:0 0 15px 0}#footer{font-size:.75em;padding:5px 30px;border-top:1px solid #ddd;text-align:right}#footer p{margin:0 0 0 1em;display:inline-block}#footer p:last-child{margin-right:30px}h1,h2,h3,h4,h5{font-weight:300}h1{font-size:2.5em;line-height:1.1em}h2{font-size:1.75em;margin:1em 0 .50em 0}h3{font-size:1.4em;margin:25px 0 10px 0}h4{margin:0;font-size:105%}h1:target,h2:target,h3:target,h4:target,h5:target,h6:target{background:var(--highlight-color);padding:.2em 0}a{color:#058;text-decoration:none;transition:color .3s ease-in-out}a:hover{color:#e82}.title code{font-weight:bold}h2[id^="header-"]{margin-top:2em}.ident{color:#900}pre code{background:#f8f8f8;font-size:.8em;line-height:1.4em}code{background:#f2f2f1;padding:1px 4px;overflow-wrap:break-word}h1 code{background:transparent}pre{background:#f8f8f8;border:0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;margin:1em 0;padding:1ex}#http-server-module-list{display:flex;flex-flow:column}#http-server-module-list div{display:flex}#http-server-module-list dt{min-width:10%}#http-server-module-list p{margin-top:0}.toc ul,#index{list-style-type:none;margin:0;padding:0}#index code{background:transparent}#index h3{border-bottom:1px solid #ddd}#index ul{padding:0}#index h4{margin-top:.6em;font-weight:bold}@media (min-width:200ex){#index .two-column{column-count:2}}@media (min-width:300ex){#index .two-column{column-count:3}}dl{margin-bottom:2em}dl dl:last-child{margin-bottom:4em}dd{margin:0 0 1em 3em}#header-classes + dl > dd{margin-bottom:3em}dd dd{margin-left:2em}dd p{margin:10px 0}.name{background:#eee;font-weight:bold;font-size:.85em;padding:5px 10px;display:inline-block;min-width:40%}.name:hover{background:#e0e0e0}dt:target .name{background:var(--highlight-color)}.name > span:first-child{white-space:nowrap}.name.class > span:nth-child(2){margin-left:.4em}.inherited{color:#999;border-left:5px solid #eee;padding-left:1em}.inheritance em{font-style:normal;font-weight:bold}.desc h2{font-weight:400;font-size:1.25em}.desc h3{font-size:1em}.desc dt code{background:inherit}.source summary,.git-link-div{color:#666;text-align:right;font-weight:400;font-size:.8em;text-transform:uppercase}.source summary > *{white-space:nowrap;cursor:pointer}.git-link{color:inherit;margin-left:1em}.source pre{max-height:500px;overflow:auto;margin:0}.source pre code{font-size:12px;overflow:visible}.hlist{list-style:none}.hlist li{display:inline}.hlist li:after{content:',\2002'}.hlist li:last-child:after{content:none}.hlist .hlist{display:inline;padding-left:1em}img{max-width:100%}td{padding:0 .5em}.admonition{padding:.1em .5em;margin-bottom:1em}.admonition-title{font-weight:bold}.admonition.note,.admonition.info,.admonition.important{background:#aef}.admonition.todo,.admonition.versionadded,.admonition.tip,.admonition.hint{background:#dfd}.admonition.warning,.admonition.versionchanged,.admonition.deprecated{background:#fd4}.admonition.error,.admonition.danger,.admonition.caution{background:lightpink}</style>
+<style media="screen and (min-width: 700px)">@media screen and (min-width:700px){#sidebar{width:30%;height:100vh;overflow:auto;position:sticky;top:0}#content{width:70%;max-width:100ch;padding:3em 4em;border-left:1px solid #ddd}pre code{font-size:1em}.item .name{font-size:1em}main{display:flex;flex-direction:row-reverse;justify-content:flex-end}.toc ul ul,#index ul{padding-left:1.5em}.toc > ul > li{margin-top:.5em}}</style>
+<style media="print">@media print{#sidebar h1{page-break-before:always}.source{display:none}}@media print{*{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a[href]:after{content:" (" attr(href) ")";font-size:90%}a[href][title]:after{content:none}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:0.5cm}p,h2,h3{orphans:3;widows:3}h1,h2,h3,h4,h5,h6{page-break-after:avoid}}</style>
+<script defer src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/highlight.min.js" integrity="sha256-Uv3H6lx7dJmRfRvH8TH6kJD1TSK1aFcwgx+mdg3epi8=" crossorigin></script>
+<script>window.addEventListener('DOMContentLoaded', () => hljs.initHighlighting())</script>
+</head>
+<body>
+<main>
+<article id="content">
+<header>
+<h1 class="title">Module <code>szyfrow.railfence</code></h1>
+</header>
+<section id="section-intro">
+<p><a href="https://en.wikipedia.org/wiki/Rail_fence_cipher">Railfence transposition cipher</a>.</p>
+<p>Works by splitting the text into sections, then reading across them to
+generate the rows in the cipher. The rows are then combined to form the
+ciphertext.</p>
+<p>Example: the plaintext "hellotherefriends", with a height of four, written
+out in the railfence as
+h h i
+etere*
+lorfns
+l e d
+(with the * showing the one character to finish the last section).
+Each 'section' is two columns, but unfolded. In the example, the first
+section is 'hellot'.</p>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">&#34;&#34;&#34;[Railfence transposition cipher](https://en.wikipedia.org/wiki/Rail_fence_cipher).
+
+Works by splitting the text into sections, then reading across them to
+generate the rows in the cipher. The rows are then combined to form the
+ciphertext.
+
+Example: the plaintext &#34;hellotherefriends&#34;, with a height of four, written 
+out in the railfence as 
+   h h i
+   etere*
+   lorfns
+   l e d
+(with the * showing the one character to finish the last section). 
+Each &#39;section&#39; is two columns, but unfolded. In the example, the first
+section is &#39;hellot&#39;.
+&#34;&#34;&#34;
+import math
+from enum import Enum
+from itertools import starmap, zip_longest
+from szyfrow.support.utilities import *
+from szyfrow.support.language_models import *
+
+
+def railfence_encipher(message, height, fillvalue=&#39;&#39;):
+    &#34;&#34;&#34;Railfence cipher.
+    Works by splitting the text into sections, then reading across them to
+    generate the rows in the cipher. The rows are then combined to form the
+    ciphertext.
+
+    Example: the plaintext &#34;hellotherefriends&#34;, with a height of four, written 
+    out in the railfence as 
+       h h i
+       etere*
+       lorfns
+       l e d
+    (with the * showing the one character to finish the last section). 
+    Each &#39;section&#39; is two columns, but unfolded. In the example, the first
+    section is &#39;hellot&#39;.
+
+    &gt;&gt;&gt; railfence_encipher(&#39;hellothereavastmeheartiesthisisalongpieceoftextfortestingrailfenceciphers&#39;, 2, fillvalue=&#39;!&#39;)
+    &#39;hlohraateerishsslnpeefetotsigaleccpeselteevsmhatetiiaogicotxfretnrifneihr!&#39;
+    &gt;&gt;&gt; railfence_encipher(&#39;hellothereavastmeheartiesthisisalongpieceoftextfortestingrailfenceciphers&#39;, 3, fillvalue=&#39;!&#39;)
+    &#39;horaersslpeeosglcpselteevsmhatetiiaogicotxfretnrifneihr!!lhateihsnefttiaece!&#39;
+    &gt;&gt;&gt; railfence_encipher(&#39;hellothereavastmeheartiesthisisalongpieceoftextfortestingrailfenceciphers&#39;, 5, fillvalue=&#39;!&#39;)
+    &#39;hresleogcseeemhetaocofrnrner!!lhateihsnefttiaece!!ltvsatiigitxetifih!!oarspeslp!&#39;
+    &gt;&gt;&gt; railfence_encipher(&#39;hellothereavastmeheartiesthisisalongpieceoftextfortestingrailfenceciphers&#39;, 10, fillvalue=&#39;!&#39;)
+    &#39;hepisehagitnr!!lernesge!!lmtocerh!!otiletap!!tseaorii!!hassfolc!!evtitffe!!rahsetec!!eixn!&#39;
+    &gt;&gt;&gt; railfence_encipher(&#39;hellothereavastmeheartiesthisisalongpieceoftextfortestingrailfenceciphers&#39;, 3)
+    &#39;horaersslpeeosglcpselteevsmhatetiiaogicotxfretnrifneihrlhateihsnefttiaece&#39;
+    &gt;&gt;&gt; railfence_encipher(&#39;hellothereavastmeheartiesthisisalongpieceoftextfortestingrailfenceciphers&#39;, 5)
+    &#39;hresleogcseeemhetaocofrnrnerlhateihsnefttiaeceltvsatiigitxetifihoarspeslp&#39;
+    &gt;&gt;&gt; railfence_encipher(&#39;hellothereavastmeheartiesthisisalongpieceoftextfortestingrailfenceciphers&#39;, 7)
+    &#39;haspolsevsetgifrifrlatihnettaeelemtiocxernhorersleesgcptehaiaottneihesfic&#39;
+    &#34;&#34;&#34;
+    sections = chunks(message, (height - 1) * 2, fillvalue=fillvalue)
+    n_sections = len(sections)
+    # Add the top row
+    rows = [cat([s[0] for s in sections])]
+    # process the middle rows of the grid
+    for r in range(1, height-1):
+        rows += [cat([s[r:r+1] + s[height*2-r-2:height*2-r-1] for s in sections])]
+    # process the bottom row
+    rows += [cat([s[height - 1:height] for s in sections])]
+    # rows += [wcat([s[height - 1] for s in sections])]
+    return cat(rows)
+
+def railfence_decipher(message, height, fillvalue=&#39;&#39;):
+    &#34;&#34;&#34;Railfence decipher. 
+    Works by reconstructing the grid used to generate the ciphertext, then
+    unfolding the sections so the text can be concatenated together.
+
+    Example: given the ciphertext &#39;hhieterelorfnsled&#39; and a height of 4, first
+    work out that the second row has a character missing, find the rows of the
+    grid, then split the section into its two columns.
+
+    &#39;hhieterelorfnsled&#39; is split into
+        h h i
+        etere
+        lorfns
+        l e d
+    (spaces added for clarity), which is stored in &#39;rows&#39;. This is then split
+    into &#39;down_rows&#39; and &#39;up_rows&#39;:
+
+    down_rows:
+       hhi
+       eee
+       lrn
+       led
+
+    up_rows:
+       tr
+       ofs
+
+    These are then zipped together (after the up_rows are reversed) to recover 
+    the plaintext.
+
+    Most of the procedure is about finding the correct lengths for each row then
+    splitting the ciphertext into those rows.
+
+    &gt;&gt;&gt; railfence_decipher(&#39;hlohraateerishsslnpeefetotsigaleccpeselteevsmhatetiiaogicotxfretnrifneihr!&#39;, 2).strip(&#39;!&#39;)
+    &#39;hellothereavastmeheartiesthisisalongpieceoftextfortestingrailfenceciphers&#39;
+    &gt;&gt;&gt; railfence_decipher(&#39;horaersslpeeosglcpselteevsmhatetiiaogicotxfretnrifneihr!!lhateihsnefttiaece!&#39;, 3).strip(&#39;!&#39;)
+    &#39;hellothereavastmeheartiesthisisalongpieceoftextfortestingrailfenceciphers&#39;
+    &gt;&gt;&gt; railfence_decipher(&#39;hresleogcseeemhetaocofrnrner!!lhateihsnefttiaece!!ltvsatiigitxetifih!!oarspeslp!&#39;, 5).strip(&#39;!&#39;)
+    &#39;hellothereavastmeheartiesthisisalongpieceoftextfortestingrailfenceciphers&#39;
+    &gt;&gt;&gt; railfence_decipher(&#39;hepisehagitnr!!lernesge!!lmtocerh!!otiletap!!tseaorii!!hassfolc!!evtitffe!!rahsetec!!eixn!&#39;, 10).strip(&#39;!&#39;)
+    &#39;hellothereavastmeheartiesthisisalongpieceoftextfortestingrailfenceciphers&#39;
+    &gt;&gt;&gt; railfence_decipher(&#39;horaersslpeeosglcpselteevsmhatetiiaogicotxfretnrifneihrlhateihsnefttiaece&#39;, 3)
+    &#39;hellothereavastmeheartiesthisisalongpieceoftextfortestingrailfenceciphers&#39;
+    &gt;&gt;&gt; railfence_decipher(&#39;hresleogcseeemhetaocofrnrnerlhateihsnefttiaeceltvsatiigitxetifihoarspeslp&#39;, 5)
+    &#39;hellothereavastmeheartiesthisisalongpieceoftextfortestingrailfenceciphers&#39;
+    &gt;&gt;&gt; railfence_decipher(&#39;haspolsevsetgifrifrlatihnettaeelemtiocxernhorersleesgcptehaiaottneihesfic&#39;, 7)
+    &#39;hellothereavastmeheartiesthisisalongpieceoftextfortestingrailfenceciphers&#39;
+    &#34;&#34;&#34;
+    # find the number and size of the sections, including how many characters
+    #   are missing for a full grid
+    n_sections = math.ceil(len(message) / ((height - 1) * 2))
+    padding_to_add = n_sections * (height - 1) * 2 - len(message)
+    # row_lengths are for the both up rows and down rows
+    row_lengths = [n_sections] * (height - 1) * 2
+    for i in range((height - 1) * 2 - 1, (height - 1) * 2 - (padding_to_add + 1), -1):
+        row_lengths[i] -= 1
+    # folded_rows are the combined row lengths in the middle of the railfence
+    folded_row_lengths = [row_lengths[0]]
+    for i in range(1, height-1):
+        folded_row_lengths += [row_lengths[i] + row_lengths[-i]]
+    folded_row_lengths += [row_lengths[height - 1]]
+    # find the rows that form the railfence grid
+    rows = []
+    row_start = 0
+    for i in folded_row_lengths:
+        rows += [message[row_start:row_start + i]]
+        row_start += i
+    # split the rows into the &#39;down_rows&#39; (those that form the first column of
+    #   a section) and the &#39;up_rows&#39; (those that ofrm the second column of a 
+    #   section).
+    down_rows = [rows[0]]
+    up_rows = []
+    for i in range(1, height-1):
+        down_rows += [cat([c for n, c in enumerate(rows[i]) if n % 2 == 0])]
+        up_rows += [cat([c for n, c in enumerate(rows[i]) if n % 2 == 1])]
+    down_rows += [rows[-1]]
+    up_rows.reverse()
+    return cat(c for r in zip_longest(*(down_rows + up_rows), fillvalue=&#39;&#39;) for c in r)
+
+
+def railfence_break(message, max_key_length=20,
+                     fitness=Pbigrams, chunksize=500):
+    &#34;&#34;&#34;Breaks a railfence cipher using a range of lengths and
+    n-gram frequency analysis
+
+    &gt;&gt;&gt; railfence_break(railfence_encipher(sanitise( \
+            &#34;It is a truth universally acknowledged, that a single man in \
+             possession of a good fortune, must be in want of a wife. However \
+             little known the feelings or views of such a man may be on his \
+             first entering a neighbourhood, this truth is so well fixed in \
+             the minds of the surrounding families, that he is considered the \
+             rightful property of some one or other of their daughters.&#34;), \
+        7)) # doctest: +ELLIPSIS
+    (7, -709.46467226...)
+    &gt;&gt;&gt; railfence_break(railfence_encipher(sanitise( \
+            &#34;It is a truth universally acknowledged, that a single man in \
+             possession of a good fortune, must be in want of a wife. However \
+             little known the feelings or views of such a man may be on his \
+             first entering a neighbourhood, this truth is so well fixed in \
+             the minds of the surrounding families, that he is considered the \
+             rightful property of some one or other of their daughters.&#34;), \
+        7), \
+        fitness=Ptrigrams) # doctest: +ELLIPSIS
+    (7, -997.0129085...)
+    &#34;&#34;&#34;
+    def worker(message, height, fitness):
+        plaintext = railfence_decipher(message, height)
+        fit = fitness(plaintext)
+        return height, fit
+
+    sanitised_message = sanitise(message)
+    results = starmap(worker, [(sanitised_message, i, fitness)
+                               for i in range(2, max_key_length+1)])
+    return max(results, key=lambda k: k[1])</code></pre>
+</details>
+</section>
+<section>
+</section>
+<section>
+</section>
+<section>
+<h2 class="section-title" id="header-functions">Functions</h2>
+<dl>
+<dt id="szyfrow.railfence.cat"><code class="name flex">
+<span>def <span class="ident">cat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+<dt id="szyfrow.railfence.lcat"><code class="name flex">
+<span>def <span class="ident">lcat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+<dt id="szyfrow.railfence.railfence_break"><code class="name flex">
+<span>def <span class="ident">railfence_break</span></span>(<span>message, max_key_length=20, fitness=&lt;function Pbigrams&gt;, chunksize=500)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Breaks a railfence cipher using a range of lengths and
+n-gram frequency analysis</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; railfence_break(railfence_encipher(sanitise(             &quot;It is a truth universally acknowledged, that a single man in              possession of a good fortune, must be in want of a wife. However              little known the feelings or views of such a man may be on his              first entering a neighbourhood, this truth is so well fixed in              the minds of the surrounding families, that he is considered the              rightful property of some one or other of their daughters.&quot;),         7)) # doctest: +ELLIPSIS
+(7, -709.46467226...)
+&gt;&gt;&gt; railfence_break(railfence_encipher(sanitise(             &quot;It is a truth universally acknowledged, that a single man in              possession of a good fortune, must be in want of a wife. However              little known the feelings or views of such a man may be on his              first entering a neighbourhood, this truth is so well fixed in              the minds of the surrounding families, that he is considered the              rightful property of some one or other of their daughters.&quot;),         7),         fitness=Ptrigrams) # doctest: +ELLIPSIS
+(7, -997.0129085...)
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def railfence_break(message, max_key_length=20,
+                     fitness=Pbigrams, chunksize=500):
+    &#34;&#34;&#34;Breaks a railfence cipher using a range of lengths and
+    n-gram frequency analysis
+
+    &gt;&gt;&gt; railfence_break(railfence_encipher(sanitise( \
+            &#34;It is a truth universally acknowledged, that a single man in \
+             possession of a good fortune, must be in want of a wife. However \
+             little known the feelings or views of such a man may be on his \
+             first entering a neighbourhood, this truth is so well fixed in \
+             the minds of the surrounding families, that he is considered the \
+             rightful property of some one or other of their daughters.&#34;), \
+        7)) # doctest: +ELLIPSIS
+    (7, -709.46467226...)
+    &gt;&gt;&gt; railfence_break(railfence_encipher(sanitise( \
+            &#34;It is a truth universally acknowledged, that a single man in \
+             possession of a good fortune, must be in want of a wife. However \
+             little known the feelings or views of such a man may be on his \
+             first entering a neighbourhood, this truth is so well fixed in \
+             the minds of the surrounding families, that he is considered the \
+             rightful property of some one or other of their daughters.&#34;), \
+        7), \
+        fitness=Ptrigrams) # doctest: +ELLIPSIS
+    (7, -997.0129085...)
+    &#34;&#34;&#34;
+    def worker(message, height, fitness):
+        plaintext = railfence_decipher(message, height)
+        fit = fitness(plaintext)
+        return height, fit
+
+    sanitised_message = sanitise(message)
+    results = starmap(worker, [(sanitised_message, i, fitness)
+                               for i in range(2, max_key_length+1)])
+    return max(results, key=lambda k: k[1])</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.railfence.railfence_decipher"><code class="name flex">
+<span>def <span class="ident">railfence_decipher</span></span>(<span>message, height, fillvalue='')</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Railfence decipher.
+Works by reconstructing the grid used to generate the ciphertext, then
+unfolding the sections so the text can be concatenated together.</p>
+<p>Example: given the ciphertext 'hhieterelorfnsled' and a height of 4, first
+work out that the second row has a character missing, find the rows of the
+grid, then split the section into its two columns.</p>
+<p>'hhieterelorfnsled' is split into
+h h i
+etere
+lorfns
+l e d
+(spaces added for clarity), which is stored in 'rows'. This is then split
+into 'down_rows' and 'up_rows':</p>
+<p>down_rows:
+hhi
+eee
+lrn
+led</p>
+<p>up_rows:
+tr
+ofs</p>
+<p>These are then zipped together (after the up_rows are reversed) to recover
+the plaintext.</p>
+<p>Most of the procedure is about finding the correct lengths for each row then
+splitting the ciphertext into those rows.</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; railfence_decipher('hlohraateerishsslnpeefetotsigaleccpeselteevsmhatetiiaogicotxfretnrifneihr!', 2).strip('!')
+'hellothereavastmeheartiesthisisalongpieceoftextfortestingrailfenceciphers'
+&gt;&gt;&gt; railfence_decipher('horaersslpeeosglcpselteevsmhatetiiaogicotxfretnrifneihr!!lhateihsnefttiaece!', 3).strip('!')
+'hellothereavastmeheartiesthisisalongpieceoftextfortestingrailfenceciphers'
+&gt;&gt;&gt; railfence_decipher('hresleogcseeemhetaocofrnrner!!lhateihsnefttiaece!!ltvsatiigitxetifih!!oarspeslp!', 5).strip('!')
+'hellothereavastmeheartiesthisisalongpieceoftextfortestingrailfenceciphers'
+&gt;&gt;&gt; railfence_decipher('hepisehagitnr!!lernesge!!lmtocerh!!otiletap!!tseaorii!!hassfolc!!evtitffe!!rahsetec!!eixn!', 10).strip('!')
+'hellothereavastmeheartiesthisisalongpieceoftextfortestingrailfenceciphers'
+&gt;&gt;&gt; railfence_decipher('horaersslpeeosglcpselteevsmhatetiiaogicotxfretnrifneihrlhateihsnefttiaece', 3)
+'hellothereavastmeheartiesthisisalongpieceoftextfortestingrailfenceciphers'
+&gt;&gt;&gt; railfence_decipher('hresleogcseeemhetaocofrnrnerlhateihsnefttiaeceltvsatiigitxetifihoarspeslp', 5)
+'hellothereavastmeheartiesthisisalongpieceoftextfortestingrailfenceciphers'
+&gt;&gt;&gt; railfence_decipher('haspolsevsetgifrifrlatihnettaeelemtiocxernhorersleesgcptehaiaottneihesfic', 7)
+'hellothereavastmeheartiesthisisalongpieceoftextfortestingrailfenceciphers'
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def railfence_decipher(message, height, fillvalue=&#39;&#39;):
+    &#34;&#34;&#34;Railfence decipher. 
+    Works by reconstructing the grid used to generate the ciphertext, then
+    unfolding the sections so the text can be concatenated together.
+
+    Example: given the ciphertext &#39;hhieterelorfnsled&#39; and a height of 4, first
+    work out that the second row has a character missing, find the rows of the
+    grid, then split the section into its two columns.
+
+    &#39;hhieterelorfnsled&#39; is split into
+        h h i
+        etere
+        lorfns
+        l e d
+    (spaces added for clarity), which is stored in &#39;rows&#39;. This is then split
+    into &#39;down_rows&#39; and &#39;up_rows&#39;:
+
+    down_rows:
+       hhi
+       eee
+       lrn
+       led
+
+    up_rows:
+       tr
+       ofs
+
+    These are then zipped together (after the up_rows are reversed) to recover 
+    the plaintext.
+
+    Most of the procedure is about finding the correct lengths for each row then
+    splitting the ciphertext into those rows.
+
+    &gt;&gt;&gt; railfence_decipher(&#39;hlohraateerishsslnpeefetotsigaleccpeselteevsmhatetiiaogicotxfretnrifneihr!&#39;, 2).strip(&#39;!&#39;)
+    &#39;hellothereavastmeheartiesthisisalongpieceoftextfortestingrailfenceciphers&#39;
+    &gt;&gt;&gt; railfence_decipher(&#39;horaersslpeeosglcpselteevsmhatetiiaogicotxfretnrifneihr!!lhateihsnefttiaece!&#39;, 3).strip(&#39;!&#39;)
+    &#39;hellothereavastmeheartiesthisisalongpieceoftextfortestingrailfenceciphers&#39;
+    &gt;&gt;&gt; railfence_decipher(&#39;hresleogcseeemhetaocofrnrner!!lhateihsnefttiaece!!ltvsatiigitxetifih!!oarspeslp!&#39;, 5).strip(&#39;!&#39;)
+    &#39;hellothereavastmeheartiesthisisalongpieceoftextfortestingrailfenceciphers&#39;
+    &gt;&gt;&gt; railfence_decipher(&#39;hepisehagitnr!!lernesge!!lmtocerh!!otiletap!!tseaorii!!hassfolc!!evtitffe!!rahsetec!!eixn!&#39;, 10).strip(&#39;!&#39;)
+    &#39;hellothereavastmeheartiesthisisalongpieceoftextfortestingrailfenceciphers&#39;
+    &gt;&gt;&gt; railfence_decipher(&#39;horaersslpeeosglcpselteevsmhatetiiaogicotxfretnrifneihrlhateihsnefttiaece&#39;, 3)
+    &#39;hellothereavastmeheartiesthisisalongpieceoftextfortestingrailfenceciphers&#39;
+    &gt;&gt;&gt; railfence_decipher(&#39;hresleogcseeemhetaocofrnrnerlhateihsnefttiaeceltvsatiigitxetifihoarspeslp&#39;, 5)
+    &#39;hellothereavastmeheartiesthisisalongpieceoftextfortestingrailfenceciphers&#39;
+    &gt;&gt;&gt; railfence_decipher(&#39;haspolsevsetgifrifrlatihnettaeelemtiocxernhorersleesgcptehaiaottneihesfic&#39;, 7)
+    &#39;hellothereavastmeheartiesthisisalongpieceoftextfortestingrailfenceciphers&#39;
+    &#34;&#34;&#34;
+    # find the number and size of the sections, including how many characters
+    #   are missing for a full grid
+    n_sections = math.ceil(len(message) / ((height - 1) * 2))
+    padding_to_add = n_sections * (height - 1) * 2 - len(message)
+    # row_lengths are for the both up rows and down rows
+    row_lengths = [n_sections] * (height - 1) * 2
+    for i in range((height - 1) * 2 - 1, (height - 1) * 2 - (padding_to_add + 1), -1):
+        row_lengths[i] -= 1
+    # folded_rows are the combined row lengths in the middle of the railfence
+    folded_row_lengths = [row_lengths[0]]
+    for i in range(1, height-1):
+        folded_row_lengths += [row_lengths[i] + row_lengths[-i]]
+    folded_row_lengths += [row_lengths[height - 1]]
+    # find the rows that form the railfence grid
+    rows = []
+    row_start = 0
+    for i in folded_row_lengths:
+        rows += [message[row_start:row_start + i]]
+        row_start += i
+    # split the rows into the &#39;down_rows&#39; (those that form the first column of
+    #   a section) and the &#39;up_rows&#39; (those that ofrm the second column of a 
+    #   section).
+    down_rows = [rows[0]]
+    up_rows = []
+    for i in range(1, height-1):
+        down_rows += [cat([c for n, c in enumerate(rows[i]) if n % 2 == 0])]
+        up_rows += [cat([c for n, c in enumerate(rows[i]) if n % 2 == 1])]
+    down_rows += [rows[-1]]
+    up_rows.reverse()
+    return cat(c for r in zip_longest(*(down_rows + up_rows), fillvalue=&#39;&#39;) for c in r)</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.railfence.railfence_encipher"><code class="name flex">
+<span>def <span class="ident">railfence_encipher</span></span>(<span>message, height, fillvalue='')</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Railfence cipher.
+Works by splitting the text into sections, then reading across them to
+generate the rows in the cipher. The rows are then combined to form the
+ciphertext.</p>
+<p>Example: the plaintext "hellotherefriends", with a height of four, written
+out in the railfence as
+h h i
+etere*
+lorfns
+l e d
+(with the * showing the one character to finish the last section).
+Each 'section' is two columns, but unfolded. In the example, the first
+section is 'hellot'.</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; railfence_encipher('hellothereavastmeheartiesthisisalongpieceoftextfortestingrailfenceciphers', 2, fillvalue='!')
+'hlohraateerishsslnpeefetotsigaleccpeselteevsmhatetiiaogicotxfretnrifneihr!'
+&gt;&gt;&gt; railfence_encipher('hellothereavastmeheartiesthisisalongpieceoftextfortestingrailfenceciphers', 3, fillvalue='!')
+'horaersslpeeosglcpselteevsmhatetiiaogicotxfretnrifneihr!!lhateihsnefttiaece!'
+&gt;&gt;&gt; railfence_encipher('hellothereavastmeheartiesthisisalongpieceoftextfortestingrailfenceciphers', 5, fillvalue='!')
+'hresleogcseeemhetaocofrnrner!!lhateihsnefttiaece!!ltvsatiigitxetifih!!oarspeslp!'
+&gt;&gt;&gt; railfence_encipher('hellothereavastmeheartiesthisisalongpieceoftextfortestingrailfenceciphers', 10, fillvalue='!')
+'hepisehagitnr!!lernesge!!lmtocerh!!otiletap!!tseaorii!!hassfolc!!evtitffe!!rahsetec!!eixn!'
+&gt;&gt;&gt; railfence_encipher('hellothereavastmeheartiesthisisalongpieceoftextfortestingrailfenceciphers', 3)
+'horaersslpeeosglcpselteevsmhatetiiaogicotxfretnrifneihrlhateihsnefttiaece'
+&gt;&gt;&gt; railfence_encipher('hellothereavastmeheartiesthisisalongpieceoftextfortestingrailfenceciphers', 5)
+'hresleogcseeemhetaocofrnrnerlhateihsnefttiaeceltvsatiigitxetifihoarspeslp'
+&gt;&gt;&gt; railfence_encipher('hellothereavastmeheartiesthisisalongpieceoftextfortestingrailfenceciphers', 7)
+'haspolsevsetgifrifrlatihnettaeelemtiocxernhorersleesgcptehaiaottneihesfic'
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def railfence_encipher(message, height, fillvalue=&#39;&#39;):
+    &#34;&#34;&#34;Railfence cipher.
+    Works by splitting the text into sections, then reading across them to
+    generate the rows in the cipher. The rows are then combined to form the
+    ciphertext.
+
+    Example: the plaintext &#34;hellotherefriends&#34;, with a height of four, written 
+    out in the railfence as 
+       h h i
+       etere*
+       lorfns
+       l e d
+    (with the * showing the one character to finish the last section). 
+    Each &#39;section&#39; is two columns, but unfolded. In the example, the first
+    section is &#39;hellot&#39;.
+
+    &gt;&gt;&gt; railfence_encipher(&#39;hellothereavastmeheartiesthisisalongpieceoftextfortestingrailfenceciphers&#39;, 2, fillvalue=&#39;!&#39;)
+    &#39;hlohraateerishsslnpeefetotsigaleccpeselteevsmhatetiiaogicotxfretnrifneihr!&#39;
+    &gt;&gt;&gt; railfence_encipher(&#39;hellothereavastmeheartiesthisisalongpieceoftextfortestingrailfenceciphers&#39;, 3, fillvalue=&#39;!&#39;)
+    &#39;horaersslpeeosglcpselteevsmhatetiiaogicotxfretnrifneihr!!lhateihsnefttiaece!&#39;
+    &gt;&gt;&gt; railfence_encipher(&#39;hellothereavastmeheartiesthisisalongpieceoftextfortestingrailfenceciphers&#39;, 5, fillvalue=&#39;!&#39;)
+    &#39;hresleogcseeemhetaocofrnrner!!lhateihsnefttiaece!!ltvsatiigitxetifih!!oarspeslp!&#39;
+    &gt;&gt;&gt; railfence_encipher(&#39;hellothereavastmeheartiesthisisalongpieceoftextfortestingrailfenceciphers&#39;, 10, fillvalue=&#39;!&#39;)
+    &#39;hepisehagitnr!!lernesge!!lmtocerh!!otiletap!!tseaorii!!hassfolc!!evtitffe!!rahsetec!!eixn!&#39;
+    &gt;&gt;&gt; railfence_encipher(&#39;hellothereavastmeheartiesthisisalongpieceoftextfortestingrailfenceciphers&#39;, 3)
+    &#39;horaersslpeeosglcpselteevsmhatetiiaogicotxfretnrifneihrlhateihsnefttiaece&#39;
+    &gt;&gt;&gt; railfence_encipher(&#39;hellothereavastmeheartiesthisisalongpieceoftextfortestingrailfenceciphers&#39;, 5)
+    &#39;hresleogcseeemhetaocofrnrnerlhateihsnefttiaeceltvsatiigitxetifihoarspeslp&#39;
+    &gt;&gt;&gt; railfence_encipher(&#39;hellothereavastmeheartiesthisisalongpieceoftextfortestingrailfenceciphers&#39;, 7)
+    &#39;haspolsevsetgifrifrlatihnettaeelemtiocxernhorersleesgcptehaiaottneihesfic&#39;
+    &#34;&#34;&#34;
+    sections = chunks(message, (height - 1) * 2, fillvalue=fillvalue)
+    n_sections = len(sections)
+    # Add the top row
+    rows = [cat([s[0] for s in sections])]
+    # process the middle rows of the grid
+    for r in range(1, height-1):
+        rows += [cat([s[r:r+1] + s[height*2-r-2:height*2-r-1] for s in sections])]
+    # process the bottom row
+    rows += [cat([s[height - 1:height] for s in sections])]
+    # rows += [wcat([s[height - 1] for s in sections])]
+    return cat(rows)</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.railfence.wcat"><code class="name flex">
+<span>def <span class="ident">wcat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+</dl>
+</section>
+<section>
+</section>
+</article>
+<nav id="sidebar">
+<h1>Index</h1>
+<div class="toc">
+<ul></ul>
+</div>
+<ul id="index">
+<li><h3>Super-module</h3>
+<ul>
+<li><code><a title="szyfrow" href="index.html">szyfrow</a></code></li>
+</ul>
+</li>
+<li><h3><a href="#header-functions">Functions</a></h3>
+<ul class="two-column">
+<li><code><a title="szyfrow.railfence.cat" href="#szyfrow.railfence.cat">cat</a></code></li>
+<li><code><a title="szyfrow.railfence.lcat" href="#szyfrow.railfence.lcat">lcat</a></code></li>
+<li><code><a title="szyfrow.railfence.railfence_break" href="#szyfrow.railfence.railfence_break">railfence_break</a></code></li>
+<li><code><a title="szyfrow.railfence.railfence_decipher" href="#szyfrow.railfence.railfence_decipher">railfence_decipher</a></code></li>
+<li><code><a title="szyfrow.railfence.railfence_encipher" href="#szyfrow.railfence.railfence_encipher">railfence_encipher</a></code></li>
+<li><code><a title="szyfrow.railfence.wcat" href="#szyfrow.railfence.wcat">wcat</a></code></li>
+</ul>
+</li>
+</ul>
+</nav>
+</main>
+<footer id="footer">
+<p>Generated by <a href="https://pdoc3.github.io/pdoc"><cite>pdoc</cite> 0.9.2</a>.</p>
+</footer>
+</body>
+</html>
\ No newline at end of file
diff --git a/docs/szyfrow/support/index.html b/docs/szyfrow/support/index.html
new file mode 100644 (file)
index 0000000..14f1de7
--- /dev/null
@@ -0,0 +1,108 @@
+<!doctype html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
+<meta name="generator" content="pdoc 0.9.2" />
+<title>szyfrow.support API documentation</title>
+<meta name="description" content="Support utilities for ciphers …" />
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/sanitize.min.css" integrity="sha256-PK9q560IAAa6WVRRh76LtCaI8pjTJ2z11v0miyNNjrs=" crossorigin>
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/typography.min.css" integrity="sha256-7l/o7C8jubJiy74VsKTidCy1yBkRtiUGbVkYBylBqUg=" crossorigin>
+<link rel="stylesheet preload" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/styles/github.min.css" crossorigin>
+<style>:root{--highlight-color:#fe9}.flex{display:flex !important}body{line-height:1.5em}#content{padding:20px}#sidebar{padding:30px;overflow:hidden}#sidebar > *:last-child{margin-bottom:2cm}.http-server-breadcrumbs{font-size:130%;margin:0 0 15px 0}#footer{font-size:.75em;padding:5px 30px;border-top:1px solid #ddd;text-align:right}#footer p{margin:0 0 0 1em;display:inline-block}#footer p:last-child{margin-right:30px}h1,h2,h3,h4,h5{font-weight:300}h1{font-size:2.5em;line-height:1.1em}h2{font-size:1.75em;margin:1em 0 .50em 0}h3{font-size:1.4em;margin:25px 0 10px 0}h4{margin:0;font-size:105%}h1:target,h2:target,h3:target,h4:target,h5:target,h6:target{background:var(--highlight-color);padding:.2em 0}a{color:#058;text-decoration:none;transition:color .3s ease-in-out}a:hover{color:#e82}.title code{font-weight:bold}h2[id^="header-"]{margin-top:2em}.ident{color:#900}pre code{background:#f8f8f8;font-size:.8em;line-height:1.4em}code{background:#f2f2f1;padding:1px 4px;overflow-wrap:break-word}h1 code{background:transparent}pre{background:#f8f8f8;border:0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;margin:1em 0;padding:1ex}#http-server-module-list{display:flex;flex-flow:column}#http-server-module-list div{display:flex}#http-server-module-list dt{min-width:10%}#http-server-module-list p{margin-top:0}.toc ul,#index{list-style-type:none;margin:0;padding:0}#index code{background:transparent}#index h3{border-bottom:1px solid #ddd}#index ul{padding:0}#index h4{margin-top:.6em;font-weight:bold}@media (min-width:200ex){#index .two-column{column-count:2}}@media (min-width:300ex){#index .two-column{column-count:3}}dl{margin-bottom:2em}dl dl:last-child{margin-bottom:4em}dd{margin:0 0 1em 3em}#header-classes + dl > dd{margin-bottom:3em}dd dd{margin-left:2em}dd p{margin:10px 0}.name{background:#eee;font-weight:bold;font-size:.85em;padding:5px 10px;display:inline-block;min-width:40%}.name:hover{background:#e0e0e0}dt:target .name{background:var(--highlight-color)}.name > span:first-child{white-space:nowrap}.name.class > span:nth-child(2){margin-left:.4em}.inherited{color:#999;border-left:5px solid #eee;padding-left:1em}.inheritance em{font-style:normal;font-weight:bold}.desc h2{font-weight:400;font-size:1.25em}.desc h3{font-size:1em}.desc dt code{background:inherit}.source summary,.git-link-div{color:#666;text-align:right;font-weight:400;font-size:.8em;text-transform:uppercase}.source summary > *{white-space:nowrap;cursor:pointer}.git-link{color:inherit;margin-left:1em}.source pre{max-height:500px;overflow:auto;margin:0}.source pre code{font-size:12px;overflow:visible}.hlist{list-style:none}.hlist li{display:inline}.hlist li:after{content:',\2002'}.hlist li:last-child:after{content:none}.hlist .hlist{display:inline;padding-left:1em}img{max-width:100%}td{padding:0 .5em}.admonition{padding:.1em .5em;margin-bottom:1em}.admonition-title{font-weight:bold}.admonition.note,.admonition.info,.admonition.important{background:#aef}.admonition.todo,.admonition.versionadded,.admonition.tip,.admonition.hint{background:#dfd}.admonition.warning,.admonition.versionchanged,.admonition.deprecated{background:#fd4}.admonition.error,.admonition.danger,.admonition.caution{background:lightpink}</style>
+<style media="screen and (min-width: 700px)">@media screen and (min-width:700px){#sidebar{width:30%;height:100vh;overflow:auto;position:sticky;top:0}#content{width:70%;max-width:100ch;padding:3em 4em;border-left:1px solid #ddd}pre code{font-size:1em}.item .name{font-size:1em}main{display:flex;flex-direction:row-reverse;justify-content:flex-end}.toc ul ul,#index ul{padding-left:1.5em}.toc > ul > li{margin-top:.5em}}</style>
+<style media="print">@media print{#sidebar h1{page-break-before:always}.source{display:none}}@media print{*{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a[href]:after{content:" (" attr(href) ")";font-size:90%}a[href][title]:after{content:none}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:0.5cm}p,h2,h3{orphans:3;widows:3}h1,h2,h3,h4,h5,h6{page-break-after:avoid}}</style>
+<script defer src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/highlight.min.js" integrity="sha256-Uv3H6lx7dJmRfRvH8TH6kJD1TSK1aFcwgx+mdg3epi8=" crossorigin></script>
+<script>window.addEventListener('DOMContentLoaded', () => hljs.initHighlighting())</script>
+</head>
+<body>
+<main>
+<article id="content">
+<header>
+<h1 class="title">Module <code>szyfrow.support</code></h1>
+</header>
+<section id="section-intro">
+<p>Support utilities for ciphers. </p>
+<p>Language models are for understanding what English looks like, for help with
+cipher breaking.</p>
+<p>Text prettify is various procedures for pretty-printing text, such as
+segmenting text into words.</p>
+<p>Utilities are general utility functions.</p>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">&#34;&#34;&#34;Support utilities for ciphers. 
+
+Language models are for understanding what English looks like, for help with 
+cipher breaking.
+
+Text prettify is various procedures for pretty-printing text, such as
+segmenting text into words.
+
+Utilities are general utility functions.
+&#34;&#34;&#34;</code></pre>
+</details>
+</section>
+<section>
+<h2 class="section-title" id="header-submodules">Sub-modules</h2>
+<dl>
+<dt><code class="name"><a title="szyfrow.support.language_models" href="language_models.html">szyfrow.support.language_models</a></code></dt>
+<dd>
+<div class="desc"><p>Descriptive models of a natural language (in this case, English) …</p></div>
+</dd>
+<dt><code class="name"><a title="szyfrow.support.norms" href="norms.html">szyfrow.support.norms</a></code></dt>
+<dd>
+<div class="desc"><p>Various norms, for calcuating the distances between two frequency
+profiles.</p></div>
+</dd>
+<dt><code class="name"><a title="szyfrow.support.segment" href="segment.html">szyfrow.support.segment</a></code></dt>
+<dd>
+<div class="desc"><p>Setments a string of characters into words, following a language model …</p></div>
+</dd>
+<dt><code class="name"><a title="szyfrow.support.text_prettify" href="text_prettify.html">szyfrow.support.text_prettify</a></code></dt>
+<dd>
+<div class="desc"><p>Various functions for prettifying text, useful when cipher routines generate
+strings of letters without spaces.</p></div>
+</dd>
+<dt><code class="name"><a title="szyfrow.support.utilities" href="utilities.html">szyfrow.support.utilities</a></code></dt>
+<dd>
+<div class="desc"><p>A mish-mash of utility functions</p></div>
+</dd>
+</dl>
+</section>
+<section>
+</section>
+<section>
+</section>
+<section>
+</section>
+</article>
+<nav id="sidebar">
+<h1>Index</h1>
+<div class="toc">
+<ul></ul>
+</div>
+<ul id="index">
+<li><h3>Super-module</h3>
+<ul>
+<li><code><a title="szyfrow" href="../index.html">szyfrow</a></code></li>
+</ul>
+</li>
+<li><h3><a href="#header-submodules">Sub-modules</a></h3>
+<ul>
+<li><code><a title="szyfrow.support.language_models" href="language_models.html">szyfrow.support.language_models</a></code></li>
+<li><code><a title="szyfrow.support.norms" href="norms.html">szyfrow.support.norms</a></code></li>
+<li><code><a title="szyfrow.support.segment" href="segment.html">szyfrow.support.segment</a></code></li>
+<li><code><a title="szyfrow.support.text_prettify" href="text_prettify.html">szyfrow.support.text_prettify</a></code></li>
+<li><code><a title="szyfrow.support.utilities" href="utilities.html">szyfrow.support.utilities</a></code></li>
+</ul>
+</li>
+</ul>
+</nav>
+</main>
+<footer id="footer">
+<p>Generated by <a href="https://pdoc3.github.io/pdoc"><cite>pdoc</cite> 0.9.2</a>.</p>
+</footer>
+</body>
+</html>
\ No newline at end of file
diff --git a/docs/szyfrow/support/language_models.html b/docs/szyfrow/support/language_models.html
new file mode 100644 (file)
index 0000000..765e22c
--- /dev/null
@@ -0,0 +1,637 @@
+<!doctype html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
+<meta name="generator" content="pdoc 0.9.2" />
+<title>szyfrow.support.language_models API documentation</title>
+<meta name="description" content="Descriptive models of a natural language (in this case, English) …" />
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/sanitize.min.css" integrity="sha256-PK9q560IAAa6WVRRh76LtCaI8pjTJ2z11v0miyNNjrs=" crossorigin>
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/typography.min.css" integrity="sha256-7l/o7C8jubJiy74VsKTidCy1yBkRtiUGbVkYBylBqUg=" crossorigin>
+<link rel="stylesheet preload" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/styles/github.min.css" crossorigin>
+<style>:root{--highlight-color:#fe9}.flex{display:flex !important}body{line-height:1.5em}#content{padding:20px}#sidebar{padding:30px;overflow:hidden}#sidebar > *:last-child{margin-bottom:2cm}.http-server-breadcrumbs{font-size:130%;margin:0 0 15px 0}#footer{font-size:.75em;padding:5px 30px;border-top:1px solid #ddd;text-align:right}#footer p{margin:0 0 0 1em;display:inline-block}#footer p:last-child{margin-right:30px}h1,h2,h3,h4,h5{font-weight:300}h1{font-size:2.5em;line-height:1.1em}h2{font-size:1.75em;margin:1em 0 .50em 0}h3{font-size:1.4em;margin:25px 0 10px 0}h4{margin:0;font-size:105%}h1:target,h2:target,h3:target,h4:target,h5:target,h6:target{background:var(--highlight-color);padding:.2em 0}a{color:#058;text-decoration:none;transition:color .3s ease-in-out}a:hover{color:#e82}.title code{font-weight:bold}h2[id^="header-"]{margin-top:2em}.ident{color:#900}pre code{background:#f8f8f8;font-size:.8em;line-height:1.4em}code{background:#f2f2f1;padding:1px 4px;overflow-wrap:break-word}h1 code{background:transparent}pre{background:#f8f8f8;border:0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;margin:1em 0;padding:1ex}#http-server-module-list{display:flex;flex-flow:column}#http-server-module-list div{display:flex}#http-server-module-list dt{min-width:10%}#http-server-module-list p{margin-top:0}.toc ul,#index{list-style-type:none;margin:0;padding:0}#index code{background:transparent}#index h3{border-bottom:1px solid #ddd}#index ul{padding:0}#index h4{margin-top:.6em;font-weight:bold}@media (min-width:200ex){#index .two-column{column-count:2}}@media (min-width:300ex){#index .two-column{column-count:3}}dl{margin-bottom:2em}dl dl:last-child{margin-bottom:4em}dd{margin:0 0 1em 3em}#header-classes + dl > dd{margin-bottom:3em}dd dd{margin-left:2em}dd p{margin:10px 0}.name{background:#eee;font-weight:bold;font-size:.85em;padding:5px 10px;display:inline-block;min-width:40%}.name:hover{background:#e0e0e0}dt:target .name{background:var(--highlight-color)}.name > span:first-child{white-space:nowrap}.name.class > span:nth-child(2){margin-left:.4em}.inherited{color:#999;border-left:5px solid #eee;padding-left:1em}.inheritance em{font-style:normal;font-weight:bold}.desc h2{font-weight:400;font-size:1.25em}.desc h3{font-size:1em}.desc dt code{background:inherit}.source summary,.git-link-div{color:#666;text-align:right;font-weight:400;font-size:.8em;text-transform:uppercase}.source summary > *{white-space:nowrap;cursor:pointer}.git-link{color:inherit;margin-left:1em}.source pre{max-height:500px;overflow:auto;margin:0}.source pre code{font-size:12px;overflow:visible}.hlist{list-style:none}.hlist li{display:inline}.hlist li:after{content:',\2002'}.hlist li:last-child:after{content:none}.hlist .hlist{display:inline;padding-left:1em}img{max-width:100%}td{padding:0 .5em}.admonition{padding:.1em .5em;margin-bottom:1em}.admonition-title{font-weight:bold}.admonition.note,.admonition.info,.admonition.important{background:#aef}.admonition.todo,.admonition.versionadded,.admonition.tip,.admonition.hint{background:#dfd}.admonition.warning,.admonition.versionchanged,.admonition.deprecated{background:#fd4}.admonition.error,.admonition.danger,.admonition.caution{background:lightpink}</style>
+<style media="screen and (min-width: 700px)">@media screen and (min-width:700px){#sidebar{width:30%;height:100vh;overflow:auto;position:sticky;top:0}#content{width:70%;max-width:100ch;padding:3em 4em;border-left:1px solid #ddd}pre code{font-size:1em}.item .name{font-size:1em}main{display:flex;flex-direction:row-reverse;justify-content:flex-end}.toc ul ul,#index ul{padding-left:1.5em}.toc > ul > li{margin-top:.5em}}</style>
+<style media="print">@media print{#sidebar h1{page-break-before:always}.source{display:none}}@media print{*{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a[href]:after{content:" (" attr(href) ")";font-size:90%}a[href][title]:after{content:none}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:0.5cm}p,h2,h3{orphans:3;widows:3}h1,h2,h3,h4,h5,h6{page-break-after:avoid}}</style>
+<script defer src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/highlight.min.js" integrity="sha256-Uv3H6lx7dJmRfRvH8TH6kJD1TSK1aFcwgx+mdg3epi8=" crossorigin></script>
+<script>window.addEventListener('DOMContentLoaded', () => hljs.initHighlighting())</script>
+</head>
+<body>
+<main>
+<article id="content">
+<header>
+<h1 class="title">Module <code>szyfrow.support.language_models</code></h1>
+</header>
+<section id="section-intro">
+<p>Descriptive models of a natural language (in this case, English).</p>
+<p>The functions <code><a title="szyfrow.support.language_models.Pwords" href="#szyfrow.support.language_models.Pwords">Pwords()</a></code>, <code><a title="szyfrow.support.language_models.Pletters" href="#szyfrow.support.language_models.Pletters">Pletters()</a></code>, <code><a title="szyfrow.support.language_models.Pbigrams" href="#szyfrow.support.language_models.Pbigrams">Pbigrams()</a></code>, and <code><a title="szyfrow.support.language_models.Ptrigrams" href="#szyfrow.support.language_models.Ptrigrams">Ptrigrams()</a></code> return the
+log probability of a section of text.</p>
+<p>If you want to use a different language, replace the data files in
+<a href="../language_model_files/index.html"><code>szyfrow/language_model_files</code></a>.</p>
+<ul>
+<li><code>count_1l.txt</code>: counts of single letters</li>
+<li><code>count_2l.txt</code>: counts of pairs letters, bigrams</li>
+<li><code>count_3l.txt</code>: counts of triples of letters, triagrams</li>
+<li><code>words.txt</code>: a dictionary of words, used for keyword-based cipher breaking.
+These words should only contain characters cointained in
+<code>string.ascii_letters</code>.</li>
+</ul>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">&#34;&#34;&#34;Descriptive models of a natural language (in this case, English).
+
+The functions `Pwords`, `Pletters`, `Pbigrams`, and `Ptrigrams` return the 
+log probability of a section of text.
+
+If you want to use a different language, replace the data files in 
+[`szyfrow/language_model_files`](../language_model_files/index.html).
+
+* `count_1l.txt`: counts of single letters
+* `count_2l.txt`: counts of pairs letters, bigrams
+* `count_3l.txt`: counts of triples of letters, triagrams
+* `words.txt`: a dictionary of words, used for keyword-based cipher breaking.
+  These words should only contain characters cointained in 
+  `string.ascii_letters`.
+
+&#34;&#34;&#34;
+
+import string
+import random
+import collections
+import itertools
+from math import log10
+import os 
+import importlib.resources as pkg_resources
+
+import szyfrow.support.norms
+from szyfrow.support.utilities import sanitise, deduplicate
+from szyfrow import language_model_files
+
+
+def datafile(name, sep=&#39;\t&#39;):
+    &#34;&#34;&#34;Read key,value pairs from file.
+    &#34;&#34;&#34;
+    with pkg_resources.open_text(language_model_files, name) as f:
+    # with open(p name), &#39;r&#39;) as f:
+        for line in f:
+            splits = line.split(sep)
+            yield [splits[0], int(splits[1])]
+
+english_counts = collections.Counter(dict(datafile(&#39;count_1l.txt&#39;)))
+&#34;&#34;&#34;Counts of single letters in English.&#34;&#34;&#34;
+normalised_english_counts = szyfrow.support.norms.normalise(english_counts)
+&#34;&#34;&#34;Normalised counts of single letters in English (the sum of all counts
+adds to 1).&#34;&#34;&#34;
+
+english_bigram_counts = collections.Counter(dict(datafile(&#39;count_2l.txt&#39;)))
+&#34;&#34;&#34;Counts of letter bigrams in English.&#34;&#34;&#34;
+normalised_english_bigram_counts = szyfrow.support.norms.normalise(english_bigram_counts)
+&#34;&#34;&#34;Normalised counts of letter bigrams in English (the sum of all counts
+adds to 1).&#34;&#34;&#34;
+
+english_trigram_counts = collections.Counter(dict(datafile(&#39;count_3l.txt&#39;)))
+&#34;&#34;&#34;Counts of letter trigrams in English.&#34;&#34;&#34;
+normalised_english_trigram_counts = szyfrow.support.norms.normalise(english_trigram_counts)
+&#34;&#34;&#34;Normalised counts of letter trigrams in English (the sum of all counts
+adds to 1).&#34;&#34;&#34;
+
+keywords = []
+&#34;&#34;&#34;A sample list of keywords, to act as a dictionary for 
+dictionary-based cipher breaking attempts.&#34;&#34;&#34;
+with pkg_resources.open_text(language_model_files, &#39;words.txt&#39;) as f:
+    keywords = [line.rstrip() for line in f]
+
+
+def transpositions_of(keyword):
+    &#34;&#34;&#34;Finds the transpostions given by a keyword. For instance, the keyword
+    &#39;clever&#39; rearranges to &#39;celrv&#39;, so the first column (0) stays first, the
+    second column (1) moves to third, the third column (2) moves to second, 
+    and so on.
+
+    If passed a tuple, assume it&#39;s already a transposition and just return it.
+
+    &gt;&gt;&gt; transpositions_of(&#39;clever&#39;)
+    (0, 2, 1, 4, 3)
+    &gt;&gt;&gt; transpositions_of(&#39;fred&#39;)
+    (3, 2, 0, 1)
+    &gt;&gt;&gt; transpositions_of((3, 2, 0, 1))
+    (3, 2, 0, 1)
+    &#34;&#34;&#34;
+    if isinstance(keyword, tuple):
+        return keyword
+    else:
+        key = deduplicate(keyword)
+        transpositions = tuple(key.index(l) for l in sorted(key))
+        return transpositions
+
+transpositions = collections.defaultdict(list)
+&#34;&#34;&#34;A sample dict of transpositions, to act as a dictionary for 
+dictionary-based cipher breaking attempts. Each key is a transposition, 
+each value is a list of words that give that transposition.&#34;&#34;&#34;
+for word in keywords:
+    transpositions[transpositions_of(word)] += [word]
+
+
+def weighted_choice(d):
+    &#34;&#34;&#34;Generate random item from a dictionary of item counts
+    &#34;&#34;&#34;
+    delems, dweights = list(zip(*d.items()))
+    return random.choices(delems, dweights)[0] 
+    # target = random.uniform(0, sum(d.values()))
+    # cuml = 0.0
+    # for (l, p) in d.items():
+    #     cuml += p
+    #     if cuml &gt; target:
+    #         return l
+    # return None
+
+def random_english_letter():
+    &#34;&#34;&#34;Generate a random letter based on English letter counts
+    &#34;&#34;&#34;
+    return weighted_choice(normalised_english_counts)
+
+
+def ngrams(text, n):
+    &#34;&#34;&#34;Returns all n-grams of a text
+    
+    &gt;&gt;&gt; ngrams(sanitise(&#39;the quick brown fox&#39;), 2) # doctest: +NORMALIZE_WHITESPACE
+    [&#39;th&#39;, &#39;he&#39;, &#39;eq&#39;, &#39;qu&#39;, &#39;ui&#39;, &#39;ic&#39;, &#39;ck&#39;, &#39;kb&#39;, &#39;br&#39;, &#39;ro&#39;, &#39;ow&#39;, &#39;wn&#39;, 
+     &#39;nf&#39;, &#39;fo&#39;, &#39;ox&#39;]
+    &gt;&gt;&gt; ngrams(sanitise(&#39;the quick brown fox&#39;), 4) # doctest: +NORMALIZE_WHITESPACE
+    [&#39;theq&#39;, &#39;hequ&#39;, &#39;equi&#39;, &#39;quic&#39;, &#39;uick&#39;, &#39;ickb&#39;, &#39;ckbr&#39;, &#39;kbro&#39;, &#39;brow&#39;, 
+     &#39;rown&#39;, &#39;ownf&#39;, &#39;wnfo&#39;, &#39;nfox&#39;]
+    &#34;&#34;&#34;
+    return [text[i:i+n] for i in range(len(text)-n+1)]
+
+
+class Pdist(dict):
+    &#34;&#34;&#34;A probability distribution estimated from counts in datafile.
+    Values are stored and returned as log probabilities.
+    &#34;&#34;&#34;
+    def __init__(self, data=[], estimate_of_missing=None):
+        data1, data2 = itertools.tee(data)
+        self.total = sum([d[1] for d in data1])
+        for key, count in data2:
+            self[key] = log10(count / self.total)
+        self.estimate_of_missing = estimate_of_missing or (lambda k, N: 1./N)
+    def __missing__(self, key):
+        return self.estimate_of_missing(key, self.total)
+
+def log_probability_of_unknown_word(key, N):
+    &#34;&#34;&#34;Estimate the probability of an unknown word.
+    &#34;&#34;&#34;
+    return -log10(N * 10**((len(key) - 2) * 1.4))
+
+Pw = Pdist(datafile(&#39;count_1w.txt&#39;), log_probability_of_unknown_word)
+&#34;&#34;&#34;A [Pdist](#szyfrow.support.language_models.Pdist) holding log probabilities 
+of words. Unknown words have their probability estimated by 
+[log_probability_of_unknown_word](#szyfrow.support.language_models.log_probability_of_unknown_word)&#34;&#34;&#34;
+Pl = Pdist(datafile(&#39;count_1l.txt&#39;), lambda _k, _N: 0)
+&#34;&#34;&#34;A [Pdist](#szyfrow.support.language_models.Pdist) holding log probabilities 
+of single letters. Unknown words have their probability estimated as zero.&#34;&#34;&#34;
+P2l = Pdist(datafile(&#39;count_2l.txt&#39;), lambda _k, _N: 0)
+&#34;&#34;&#34;A [Pdist](#szyfrow.support.language_models.Pdist) holding log probabilities 
+of letter bigrams. Unknown words have their probability estimated as zero.&#34;&#34;&#34;
+P3l = Pdist(datafile(&#39;count_3l.txt&#39;), lambda _k, _N: 0)
+&#34;&#34;&#34;A [Pdist](#szyfrow.support.language_models.Pdist) holding log probabilities 
+of letter trigrams. Unknown words have their probability estimated as zero.&#34;&#34;&#34;
+
+def Pwords(words): 
+    &#34;&#34;&#34;The Naive Bayes log probability of a sequence of words.
+    &#34;&#34;&#34;
+    return sum(Pw[w.lower()] for w in words)
+
+def Pletters(letters):
+    &#34;&#34;&#34;The Naive Bayes log probability of a sequence of letters.
+    &#34;&#34;&#34;
+    return sum(Pl[l.lower()] for l in letters)
+
+def Pbigrams(letters):
+    &#34;&#34;&#34;The Naive Bayes log probability of the bigrams formed from a sequence 
+    of letters.
+    &#34;&#34;&#34;
+    return sum(P2l[p] for p in ngrams(letters, 2))
+
+def Ptrigrams(letters):
+    &#34;&#34;&#34;The Naive Bayes log probability of the trigrams formed from a sequence
+    of letters.
+    &#34;&#34;&#34;
+    return sum(P3l[p] for p in ngrams(letters, 3))
+
+
+def cosine_distance_score(text):
+    &#34;&#34;&#34;Finds the dissimilarity of a text to English, using the cosine distance
+    of the frequency distribution.
+
+    &gt;&gt;&gt; cosine_distance_score(&#39;abcabc&#39;) # doctest: +ELLIPSIS
+    0.73771...
+    &#34;&#34;&#34;
+    # return szyfrow.support.norms.cosine_distance(english_counts, 
+    #     collections.Counter(sanitise(text)))
+    return 1 - szyfrow.support.norms.cosine_similarity(english_counts, 
+        collections.Counter(sanitise(text)))
+
+
+if __name__ == &#34;__main__&#34;:
+    import doctest
+    doctest.testmod()</code></pre>
+</details>
+</section>
+<section>
+</section>
+<section>
+<h2 class="section-title" id="header-variables">Global variables</h2>
+<dl>
+<dt id="szyfrow.support.language_models.P2l"><code class="name">var <span class="ident">P2l</span></code></dt>
+<dd>
+<div class="desc"><p>A <a href="#szyfrow.support.language_models.Pdist">Pdist</a> holding log probabilities
+of letter bigrams. Unknown words have their probability estimated as zero.</p></div>
+</dd>
+<dt id="szyfrow.support.language_models.P3l"><code class="name">var <span class="ident">P3l</span></code></dt>
+<dd>
+<div class="desc"><p>A <a href="#szyfrow.support.language_models.Pdist">Pdist</a> holding log probabilities
+of letter trigrams. Unknown words have their probability estimated as zero.</p></div>
+</dd>
+<dt id="szyfrow.support.language_models.Pl"><code class="name">var <span class="ident">Pl</span></code></dt>
+<dd>
+<div class="desc"><p>A <a href="#szyfrow.support.language_models.Pdist">Pdist</a> holding log probabilities
+of single letters. Unknown words have their probability estimated as zero.</p></div>
+</dd>
+<dt id="szyfrow.support.language_models.Pw"><code class="name">var <span class="ident">Pw</span></code></dt>
+<dd>
+<div class="desc"><p>A <a href="#szyfrow.support.language_models.Pdist">Pdist</a> holding log probabilities
+of words. Unknown words have their probability estimated by
+<a href="#szyfrow.support.language_models.log_probability_of_unknown_word">log_probability_of_unknown_word</a></p></div>
+</dd>
+<dt id="szyfrow.support.language_models.english_bigram_counts"><code class="name">var <span class="ident">english_bigram_counts</span></code></dt>
+<dd>
+<div class="desc"><p>Counts of letter bigrams in English.</p></div>
+</dd>
+<dt id="szyfrow.support.language_models.english_counts"><code class="name">var <span class="ident">english_counts</span></code></dt>
+<dd>
+<div class="desc"><p>Counts of single letters in English.</p></div>
+</dd>
+<dt id="szyfrow.support.language_models.english_trigram_counts"><code class="name">var <span class="ident">english_trigram_counts</span></code></dt>
+<dd>
+<div class="desc"><p>Counts of letter trigrams in English.</p></div>
+</dd>
+<dt id="szyfrow.support.language_models.keywords"><code class="name">var <span class="ident">keywords</span></code></dt>
+<dd>
+<div class="desc"><p>A sample list of keywords, to act as a dictionary for
+dictionary-based cipher breaking attempts.</p></div>
+</dd>
+<dt id="szyfrow.support.language_models.normalised_english_bigram_counts"><code class="name">var <span class="ident">normalised_english_bigram_counts</span></code></dt>
+<dd>
+<div class="desc"><p>Normalised counts of letter bigrams in English (the sum of all counts
+adds to 1).</p></div>
+</dd>
+<dt id="szyfrow.support.language_models.normalised_english_counts"><code class="name">var <span class="ident">normalised_english_counts</span></code></dt>
+<dd>
+<div class="desc"><p>Normalised counts of single letters in English (the sum of all counts
+adds to 1).</p></div>
+</dd>
+<dt id="szyfrow.support.language_models.normalised_english_trigram_counts"><code class="name">var <span class="ident">normalised_english_trigram_counts</span></code></dt>
+<dd>
+<div class="desc"><p>Normalised counts of letter trigrams in English (the sum of all counts
+adds to 1).</p></div>
+</dd>
+<dt id="szyfrow.support.language_models.transpositions"><code class="name">var <span class="ident">transpositions</span></code></dt>
+<dd>
+<div class="desc"><p>A sample dict of transpositions, to act as a dictionary for
+dictionary-based cipher breaking attempts. Each key is a transposition,
+each value is a list of words that give that transposition.</p></div>
+</dd>
+</dl>
+</section>
+<section>
+<h2 class="section-title" id="header-functions">Functions</h2>
+<dl>
+<dt id="szyfrow.support.language_models.Pbigrams"><code class="name flex">
+<span>def <span class="ident">Pbigrams</span></span>(<span>letters)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>The Naive Bayes log probability of the bigrams formed from a sequence
+of letters.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def Pbigrams(letters):
+    &#34;&#34;&#34;The Naive Bayes log probability of the bigrams formed from a sequence 
+    of letters.
+    &#34;&#34;&#34;
+    return sum(P2l[p] for p in ngrams(letters, 2))</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.support.language_models.Pletters"><code class="name flex">
+<span>def <span class="ident">Pletters</span></span>(<span>letters)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>The Naive Bayes log probability of a sequence of letters.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def Pletters(letters):
+    &#34;&#34;&#34;The Naive Bayes log probability of a sequence of letters.
+    &#34;&#34;&#34;
+    return sum(Pl[l.lower()] for l in letters)</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.support.language_models.Ptrigrams"><code class="name flex">
+<span>def <span class="ident">Ptrigrams</span></span>(<span>letters)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>The Naive Bayes log probability of the trigrams formed from a sequence
+of letters.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def Ptrigrams(letters):
+    &#34;&#34;&#34;The Naive Bayes log probability of the trigrams formed from a sequence
+    of letters.
+    &#34;&#34;&#34;
+    return sum(P3l[p] for p in ngrams(letters, 3))</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.support.language_models.Pwords"><code class="name flex">
+<span>def <span class="ident">Pwords</span></span>(<span>words)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>The Naive Bayes log probability of a sequence of words.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def Pwords(words): 
+    &#34;&#34;&#34;The Naive Bayes log probability of a sequence of words.
+    &#34;&#34;&#34;
+    return sum(Pw[w.lower()] for w in words)</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.support.language_models.cosine_distance_score"><code class="name flex">
+<span>def <span class="ident">cosine_distance_score</span></span>(<span>text)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Finds the dissimilarity of a text to English, using the cosine distance
+of the frequency distribution.</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; cosine_distance_score('abcabc') # doctest: +ELLIPSIS
+0.73771...
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def cosine_distance_score(text):
+    &#34;&#34;&#34;Finds the dissimilarity of a text to English, using the cosine distance
+    of the frequency distribution.
+
+    &gt;&gt;&gt; cosine_distance_score(&#39;abcabc&#39;) # doctest: +ELLIPSIS
+    0.73771...
+    &#34;&#34;&#34;
+    # return szyfrow.support.norms.cosine_distance(english_counts, 
+    #     collections.Counter(sanitise(text)))
+    return 1 - szyfrow.support.norms.cosine_similarity(english_counts, 
+        collections.Counter(sanitise(text)))</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.support.language_models.datafile"><code class="name flex">
+<span>def <span class="ident">datafile</span></span>(<span>name, sep='\t')</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Read key,value pairs from file.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def datafile(name, sep=&#39;\t&#39;):
+    &#34;&#34;&#34;Read key,value pairs from file.
+    &#34;&#34;&#34;
+    with pkg_resources.open_text(language_model_files, name) as f:
+    # with open(p name), &#39;r&#39;) as f:
+        for line in f:
+            splits = line.split(sep)
+            yield [splits[0], int(splits[1])]</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.support.language_models.log_probability_of_unknown_word"><code class="name flex">
+<span>def <span class="ident">log_probability_of_unknown_word</span></span>(<span>key, N)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Estimate the probability of an unknown word.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def log_probability_of_unknown_word(key, N):
+    &#34;&#34;&#34;Estimate the probability of an unknown word.
+    &#34;&#34;&#34;
+    return -log10(N * 10**((len(key) - 2) * 1.4))</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.support.language_models.ngrams"><code class="name flex">
+<span>def <span class="ident">ngrams</span></span>(<span>text, n)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Returns all n-grams of a text</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; ngrams(sanitise('the quick brown fox'), 2) # doctest: +NORMALIZE_WHITESPACE
+['th', 'he', 'eq', 'qu', 'ui', 'ic', 'ck', 'kb', 'br', 'ro', 'ow', 'wn', 
+ 'nf', 'fo', 'ox']
+&gt;&gt;&gt; ngrams(sanitise('the quick brown fox'), 4) # doctest: +NORMALIZE_WHITESPACE
+['theq', 'hequ', 'equi', 'quic', 'uick', 'ickb', 'ckbr', 'kbro', 'brow', 
+ 'rown', 'ownf', 'wnfo', 'nfox']
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def ngrams(text, n):
+    &#34;&#34;&#34;Returns all n-grams of a text
+    
+    &gt;&gt;&gt; ngrams(sanitise(&#39;the quick brown fox&#39;), 2) # doctest: +NORMALIZE_WHITESPACE
+    [&#39;th&#39;, &#39;he&#39;, &#39;eq&#39;, &#39;qu&#39;, &#39;ui&#39;, &#39;ic&#39;, &#39;ck&#39;, &#39;kb&#39;, &#39;br&#39;, &#39;ro&#39;, &#39;ow&#39;, &#39;wn&#39;, 
+     &#39;nf&#39;, &#39;fo&#39;, &#39;ox&#39;]
+    &gt;&gt;&gt; ngrams(sanitise(&#39;the quick brown fox&#39;), 4) # doctest: +NORMALIZE_WHITESPACE
+    [&#39;theq&#39;, &#39;hequ&#39;, &#39;equi&#39;, &#39;quic&#39;, &#39;uick&#39;, &#39;ickb&#39;, &#39;ckbr&#39;, &#39;kbro&#39;, &#39;brow&#39;, 
+     &#39;rown&#39;, &#39;ownf&#39;, &#39;wnfo&#39;, &#39;nfox&#39;]
+    &#34;&#34;&#34;
+    return [text[i:i+n] for i in range(len(text)-n+1)]</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.support.language_models.random_english_letter"><code class="name flex">
+<span>def <span class="ident">random_english_letter</span></span>(<span>)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Generate a random letter based on English letter counts</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def random_english_letter():
+    &#34;&#34;&#34;Generate a random letter based on English letter counts
+    &#34;&#34;&#34;
+    return weighted_choice(normalised_english_counts)</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.support.language_models.transpositions_of"><code class="name flex">
+<span>def <span class="ident">transpositions_of</span></span>(<span>keyword)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Finds the transpostions given by a keyword. For instance, the keyword
+'clever' rearranges to 'celrv', so the first column (0) stays first, the
+second column (1) moves to third, the third column (2) moves to second,
+and so on.</p>
+<p>If passed a tuple, assume it's already a transposition and just return it.</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; transpositions_of('clever')
+(0, 2, 1, 4, 3)
+&gt;&gt;&gt; transpositions_of('fred')
+(3, 2, 0, 1)
+&gt;&gt;&gt; transpositions_of((3, 2, 0, 1))
+(3, 2, 0, 1)
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def transpositions_of(keyword):
+    &#34;&#34;&#34;Finds the transpostions given by a keyword. For instance, the keyword
+    &#39;clever&#39; rearranges to &#39;celrv&#39;, so the first column (0) stays first, the
+    second column (1) moves to third, the third column (2) moves to second, 
+    and so on.
+
+    If passed a tuple, assume it&#39;s already a transposition and just return it.
+
+    &gt;&gt;&gt; transpositions_of(&#39;clever&#39;)
+    (0, 2, 1, 4, 3)
+    &gt;&gt;&gt; transpositions_of(&#39;fred&#39;)
+    (3, 2, 0, 1)
+    &gt;&gt;&gt; transpositions_of((3, 2, 0, 1))
+    (3, 2, 0, 1)
+    &#34;&#34;&#34;
+    if isinstance(keyword, tuple):
+        return keyword
+    else:
+        key = deduplicate(keyword)
+        transpositions = tuple(key.index(l) for l in sorted(key))
+        return transpositions</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.support.language_models.weighted_choice"><code class="name flex">
+<span>def <span class="ident">weighted_choice</span></span>(<span>d)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Generate random item from a dictionary of item counts</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def weighted_choice(d):
+    &#34;&#34;&#34;Generate random item from a dictionary of item counts
+    &#34;&#34;&#34;
+    delems, dweights = list(zip(*d.items()))
+    return random.choices(delems, dweights)[0] 
+    # target = random.uniform(0, sum(d.values()))
+    # cuml = 0.0
+    # for (l, p) in d.items():
+    #     cuml += p
+    #     if cuml &gt; target:
+    #         return l
+    # return None</code></pre>
+</details>
+</dd>
+</dl>
+</section>
+<section>
+<h2 class="section-title" id="header-classes">Classes</h2>
+<dl>
+<dt id="szyfrow.support.language_models.Pdist"><code class="flex name class">
+<span>class <span class="ident">Pdist</span></span>
+<span>(</span><span>data=[], estimate_of_missing=None)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>A probability distribution estimated from counts in datafile.
+Values are stored and returned as log probabilities.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">class Pdist(dict):
+    &#34;&#34;&#34;A probability distribution estimated from counts in datafile.
+    Values are stored and returned as log probabilities.
+    &#34;&#34;&#34;
+    def __init__(self, data=[], estimate_of_missing=None):
+        data1, data2 = itertools.tee(data)
+        self.total = sum([d[1] for d in data1])
+        for key, count in data2:
+            self[key] = log10(count / self.total)
+        self.estimate_of_missing = estimate_of_missing or (lambda k, N: 1./N)
+    def __missing__(self, key):
+        return self.estimate_of_missing(key, self.total)</code></pre>
+</details>
+<h3>Ancestors</h3>
+<ul class="hlist">
+<li>builtins.dict</li>
+</ul>
+</dd>
+</dl>
+</section>
+</article>
+<nav id="sidebar">
+<h1>Index</h1>
+<div class="toc">
+<ul></ul>
+</div>
+<ul id="index">
+<li><h3>Super-module</h3>
+<ul>
+<li><code><a title="szyfrow.support" href="index.html">szyfrow.support</a></code></li>
+</ul>
+</li>
+<li><h3><a href="#header-variables">Global variables</a></h3>
+<ul class="">
+<li><code><a title="szyfrow.support.language_models.P2l" href="#szyfrow.support.language_models.P2l">P2l</a></code></li>
+<li><code><a title="szyfrow.support.language_models.P3l" href="#szyfrow.support.language_models.P3l">P3l</a></code></li>
+<li><code><a title="szyfrow.support.language_models.Pl" href="#szyfrow.support.language_models.Pl">Pl</a></code></li>
+<li><code><a title="szyfrow.support.language_models.Pw" href="#szyfrow.support.language_models.Pw">Pw</a></code></li>
+<li><code><a title="szyfrow.support.language_models.english_bigram_counts" href="#szyfrow.support.language_models.english_bigram_counts">english_bigram_counts</a></code></li>
+<li><code><a title="szyfrow.support.language_models.english_counts" href="#szyfrow.support.language_models.english_counts">english_counts</a></code></li>
+<li><code><a title="szyfrow.support.language_models.english_trigram_counts" href="#szyfrow.support.language_models.english_trigram_counts">english_trigram_counts</a></code></li>
+<li><code><a title="szyfrow.support.language_models.keywords" href="#szyfrow.support.language_models.keywords">keywords</a></code></li>
+<li><code><a title="szyfrow.support.language_models.normalised_english_bigram_counts" href="#szyfrow.support.language_models.normalised_english_bigram_counts">normalised_english_bigram_counts</a></code></li>
+<li><code><a title="szyfrow.support.language_models.normalised_english_counts" href="#szyfrow.support.language_models.normalised_english_counts">normalised_english_counts</a></code></li>
+<li><code><a title="szyfrow.support.language_models.normalised_english_trigram_counts" href="#szyfrow.support.language_models.normalised_english_trigram_counts">normalised_english_trigram_counts</a></code></li>
+<li><code><a title="szyfrow.support.language_models.transpositions" href="#szyfrow.support.language_models.transpositions">transpositions</a></code></li>
+</ul>
+</li>
+<li><h3><a href="#header-functions">Functions</a></h3>
+<ul class="">
+<li><code><a title="szyfrow.support.language_models.Pbigrams" href="#szyfrow.support.language_models.Pbigrams">Pbigrams</a></code></li>
+<li><code><a title="szyfrow.support.language_models.Pletters" href="#szyfrow.support.language_models.Pletters">Pletters</a></code></li>
+<li><code><a title="szyfrow.support.language_models.Ptrigrams" href="#szyfrow.support.language_models.Ptrigrams">Ptrigrams</a></code></li>
+<li><code><a title="szyfrow.support.language_models.Pwords" href="#szyfrow.support.language_models.Pwords">Pwords</a></code></li>
+<li><code><a title="szyfrow.support.language_models.cosine_distance_score" href="#szyfrow.support.language_models.cosine_distance_score">cosine_distance_score</a></code></li>
+<li><code><a title="szyfrow.support.language_models.datafile" href="#szyfrow.support.language_models.datafile">datafile</a></code></li>
+<li><code><a title="szyfrow.support.language_models.log_probability_of_unknown_word" href="#szyfrow.support.language_models.log_probability_of_unknown_word">log_probability_of_unknown_word</a></code></li>
+<li><code><a title="szyfrow.support.language_models.ngrams" href="#szyfrow.support.language_models.ngrams">ngrams</a></code></li>
+<li><code><a title="szyfrow.support.language_models.random_english_letter" href="#szyfrow.support.language_models.random_english_letter">random_english_letter</a></code></li>
+<li><code><a title="szyfrow.support.language_models.transpositions_of" href="#szyfrow.support.language_models.transpositions_of">transpositions_of</a></code></li>
+<li><code><a title="szyfrow.support.language_models.weighted_choice" href="#szyfrow.support.language_models.weighted_choice">weighted_choice</a></code></li>
+</ul>
+</li>
+<li><h3><a href="#header-classes">Classes</a></h3>
+<ul>
+<li>
+<h4><code><a title="szyfrow.support.language_models.Pdist" href="#szyfrow.support.language_models.Pdist">Pdist</a></code></h4>
+</li>
+</ul>
+</li>
+</ul>
+</nav>
+</main>
+<footer id="footer">
+<p>Generated by <a href="https://pdoc3.github.io/pdoc"><cite>pdoc</cite> 0.9.2</a>.</p>
+</footer>
+</body>
+</html>
\ No newline at end of file
diff --git a/docs/szyfrow/support/norms.html b/docs/szyfrow/support/norms.html
new file mode 100644 (file)
index 0000000..afed293
--- /dev/null
@@ -0,0 +1,793 @@
+<!doctype html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
+<meta name="generator" content="pdoc 0.9.2" />
+<title>szyfrow.support.norms API documentation</title>
+<meta name="description" content="Various norms, for calcuating the distances between two frequency
+profiles." />
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/sanitize.min.css" integrity="sha256-PK9q560IAAa6WVRRh76LtCaI8pjTJ2z11v0miyNNjrs=" crossorigin>
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/typography.min.css" integrity="sha256-7l/o7C8jubJiy74VsKTidCy1yBkRtiUGbVkYBylBqUg=" crossorigin>
+<link rel="stylesheet preload" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/styles/github.min.css" crossorigin>
+<style>:root{--highlight-color:#fe9}.flex{display:flex !important}body{line-height:1.5em}#content{padding:20px}#sidebar{padding:30px;overflow:hidden}#sidebar > *:last-child{margin-bottom:2cm}.http-server-breadcrumbs{font-size:130%;margin:0 0 15px 0}#footer{font-size:.75em;padding:5px 30px;border-top:1px solid #ddd;text-align:right}#footer p{margin:0 0 0 1em;display:inline-block}#footer p:last-child{margin-right:30px}h1,h2,h3,h4,h5{font-weight:300}h1{font-size:2.5em;line-height:1.1em}h2{font-size:1.75em;margin:1em 0 .50em 0}h3{font-size:1.4em;margin:25px 0 10px 0}h4{margin:0;font-size:105%}h1:target,h2:target,h3:target,h4:target,h5:target,h6:target{background:var(--highlight-color);padding:.2em 0}a{color:#058;text-decoration:none;transition:color .3s ease-in-out}a:hover{color:#e82}.title code{font-weight:bold}h2[id^="header-"]{margin-top:2em}.ident{color:#900}pre code{background:#f8f8f8;font-size:.8em;line-height:1.4em}code{background:#f2f2f1;padding:1px 4px;overflow-wrap:break-word}h1 code{background:transparent}pre{background:#f8f8f8;border:0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;margin:1em 0;padding:1ex}#http-server-module-list{display:flex;flex-flow:column}#http-server-module-list div{display:flex}#http-server-module-list dt{min-width:10%}#http-server-module-list p{margin-top:0}.toc ul,#index{list-style-type:none;margin:0;padding:0}#index code{background:transparent}#index h3{border-bottom:1px solid #ddd}#index ul{padding:0}#index h4{margin-top:.6em;font-weight:bold}@media (min-width:200ex){#index .two-column{column-count:2}}@media (min-width:300ex){#index .two-column{column-count:3}}dl{margin-bottom:2em}dl dl:last-child{margin-bottom:4em}dd{margin:0 0 1em 3em}#header-classes + dl > dd{margin-bottom:3em}dd dd{margin-left:2em}dd p{margin:10px 0}.name{background:#eee;font-weight:bold;font-size:.85em;padding:5px 10px;display:inline-block;min-width:40%}.name:hover{background:#e0e0e0}dt:target .name{background:var(--highlight-color)}.name > span:first-child{white-space:nowrap}.name.class > span:nth-child(2){margin-left:.4em}.inherited{color:#999;border-left:5px solid #eee;padding-left:1em}.inheritance em{font-style:normal;font-weight:bold}.desc h2{font-weight:400;font-size:1.25em}.desc h3{font-size:1em}.desc dt code{background:inherit}.source summary,.git-link-div{color:#666;text-align:right;font-weight:400;font-size:.8em;text-transform:uppercase}.source summary > *{white-space:nowrap;cursor:pointer}.git-link{color:inherit;margin-left:1em}.source pre{max-height:500px;overflow:auto;margin:0}.source pre code{font-size:12px;overflow:visible}.hlist{list-style:none}.hlist li{display:inline}.hlist li:after{content:',\2002'}.hlist li:last-child:after{content:none}.hlist .hlist{display:inline;padding-left:1em}img{max-width:100%}td{padding:0 .5em}.admonition{padding:.1em .5em;margin-bottom:1em}.admonition-title{font-weight:bold}.admonition.note,.admonition.info,.admonition.important{background:#aef}.admonition.todo,.admonition.versionadded,.admonition.tip,.admonition.hint{background:#dfd}.admonition.warning,.admonition.versionchanged,.admonition.deprecated{background:#fd4}.admonition.error,.admonition.danger,.admonition.caution{background:lightpink}</style>
+<style media="screen and (min-width: 700px)">@media screen and (min-width:700px){#sidebar{width:30%;height:100vh;overflow:auto;position:sticky;top:0}#content{width:70%;max-width:100ch;padding:3em 4em;border-left:1px solid #ddd}pre code{font-size:1em}.item .name{font-size:1em}main{display:flex;flex-direction:row-reverse;justify-content:flex-end}.toc ul ul,#index ul{padding-left:1.5em}.toc > ul > li{margin-top:.5em}}</style>
+<style media="print">@media print{#sidebar h1{page-break-before:always}.source{display:none}}@media print{*{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a[href]:after{content:" (" attr(href) ")";font-size:90%}a[href][title]:after{content:none}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:0.5cm}p,h2,h3{orphans:3;widows:3}h1,h2,h3,h4,h5,h6{page-break-after:avoid}}</style>
+<script defer src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/highlight.min.js" integrity="sha256-Uv3H6lx7dJmRfRvH8TH6kJD1TSK1aFcwgx+mdg3epi8=" crossorigin></script>
+<script>window.addEventListener('DOMContentLoaded', () => hljs.initHighlighting())</script>
+</head>
+<body>
+<main>
+<article id="content">
+<header>
+<h1 class="title">Module <code>szyfrow.support.norms</code></h1>
+</header>
+<section id="section-intro">
+<p>Various norms, for calcuating the distances between two frequency
+profiles.</p>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">&#34;&#34;&#34;Various norms, for calcuating the distances between two frequency
+profiles.
+&#34;&#34;&#34;
+
+import collections
+from math import log10
+
+def lp(v1, v2=None, p=2):
+    &#34;&#34;&#34;Find the L_p norm. If passed one vector, find the length of that vector.
+    If passed two vectors, find the length of the difference between them.
+    &#34;&#34;&#34;
+    if v2:
+        vec = {k: abs(v1[k] - v2[k]) for k in (v1.keys() | v2.keys())}
+    else:
+        vec = v1
+        return sum(v ** p for v in vec.values()) ** (1.0 / p)
+
+def l1(v1, v2=None):
+    &#34;&#34;&#34;Finds the distances between two frequency profiles, expressed as 
+    dictionaries. Assumes every key in frequencies1 is also in frequencies2
+
+    &gt;&gt;&gt; l1({&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1}, {&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1})
+    0.0
+    &gt;&gt;&gt; l1({&#39;a&#39;:2, &#39;b&#39;:2, &#39;c&#39;:2}, {&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1})
+    3.0
+    &gt;&gt;&gt; l1(normalise({&#39;a&#39;:2, &#39;b&#39;:2, &#39;c&#39;:2}), normalise({&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1}))
+    0.0
+    &gt;&gt;&gt; l1({&#39;a&#39;:0, &#39;b&#39;:2, &#39;c&#39;:0}, {&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1})
+    3.0
+    &gt;&gt;&gt; l1({&#39;a&#39;:0, &#39;b&#39;:1}, {&#39;a&#39;:1, &#39;b&#39;:1})
+    1.0
+    &#34;&#34;&#34;    
+    return lp(v1, v2, 1)
+
+def l2(v1, v2=None):
+    &#34;&#34;&#34;Finds the distances between two frequency profiles, expressed as dictionaries.
+    Assumes every key in frequencies1 is also in frequencies2
+    
+    &gt;&gt;&gt; l2({&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1}, {&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1})
+    0.0
+    &gt;&gt;&gt; l2({&#39;a&#39;:2, &#39;b&#39;:2, &#39;c&#39;:2}, {&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1}) # doctest: +ELLIPSIS
+    1.73205080...
+    &gt;&gt;&gt; l2(normalise({&#39;a&#39;:2, &#39;b&#39;:2, &#39;c&#39;:2}), normalise({&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1}))
+    0.0
+    &gt;&gt;&gt; l2({&#39;a&#39;:0, &#39;b&#39;:2, &#39;c&#39;:0}, {&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1}) # doctest: +ELLIPSIS
+    1.732050807...
+    &gt;&gt;&gt; l2(normalise({&#39;a&#39;:0, &#39;b&#39;:2, &#39;c&#39;:0}), \
+           normalise({&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1})) # doctest: +ELLIPSIS
+    0.81649658...
+    &gt;&gt;&gt; l2({&#39;a&#39;:0, &#39;b&#39;:1}, {&#39;a&#39;:1, &#39;b&#39;:1})
+    1.0
+    &#34;&#34;&#34;
+    return lp(v1, v2, 2)
+
+def l3(v1, v2=None):
+    &#34;&#34;&#34;Finds the distances between two frequency profiles, expressed as 
+    dictionaries. Assumes every key in frequencies1 is also in frequencies2
+
+    &gt;&gt;&gt; l3({&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1}, {&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1})
+    0.0
+    &gt;&gt;&gt; l3({&#39;a&#39;:2, &#39;b&#39;:2, &#39;c&#39;:2}, {&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1}) # doctest: +ELLIPSIS
+    1.44224957...
+    &gt;&gt;&gt; l3({&#39;a&#39;:0, &#39;b&#39;:2, &#39;c&#39;:0}, {&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1}) # doctest: +ELLIPSIS
+    1.4422495703...
+    &gt;&gt;&gt; l3(normalise({&#39;a&#39;:0, &#39;b&#39;:2, &#39;c&#39;:0}), \
+           normalise({&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1})) # doctest: +ELLIPSIS
+    0.718144896...
+    &gt;&gt;&gt; l3({&#39;a&#39;:0, &#39;b&#39;:1}, {&#39;a&#39;:1, &#39;b&#39;:1})
+    1.0
+    &gt;&gt;&gt; l3(normalise({&#39;a&#39;:0, &#39;b&#39;:1}), normalise({&#39;a&#39;:1, &#39;b&#39;:1})) # doctest: +ELLIPSIS
+    0.6299605249...
+    &#34;&#34;&#34;
+    return lp(v1, v2, 3)
+
+def linf(v1, v2=None):   
+    &#34;&#34;&#34;Finds the distances between two frequency profiles, expressed as 
+    dictionaries. Assumes every key in frequencies1 is also in frequencies2&#34;&#34;&#34;
+    if v2:
+        vec = {k: abs(v1[k] - v2[k]) for k in (v1.keys() | v2.keys())}
+    else:
+        vec = v1
+        return max(v for v in vec.values())
+
+
+def scale(frequencies, norm=l2):
+    length = norm(frequencies)
+    return collections.defaultdict(int, 
+        {k: v / length for k, v in frequencies.items()})
+
+def l2_scale(f):
+    &#34;&#34;&#34;Scale a set of frequencies so they have a unit euclidean length
+    
+    &gt;&gt;&gt; sorted(euclidean_scale({1: 1, 2: 0}).items())
+    [(1, 1.0), (2, 0.0)]
+    &gt;&gt;&gt; sorted(euclidean_scale({1: 1, 2: 1}).items()) # doctest: +ELLIPSIS
+    [(1, 0.7071067...), (2, 0.7071067...)]
+    &gt;&gt;&gt; sorted(euclidean_scale({1: 1, 2: 1, 3: 1}).items()) # doctest: +ELLIPSIS
+    [(1, 0.577350...), (2, 0.577350...), (3, 0.577350...)]
+    &gt;&gt;&gt; sorted(euclidean_scale({1: 1, 2: 2, 3: 1}).items()) # doctest: +ELLIPSIS
+    [(1, 0.408248...), (2, 0.81649658...), (3, 0.408248...)]
+    &#34;&#34;&#34;
+    return scale(f, l2)
+
+def l1_scale(f):
+    &#34;&#34;&#34;Scale a set of frequencies so they sum to one
+    
+    &gt;&gt;&gt; sorted(normalise({1: 1, 2: 0}).items())
+    [(1, 1.0), (2, 0.0)]
+    &gt;&gt;&gt; sorted(normalise({1: 1, 2: 1}).items())
+    [(1, 0.5), (2, 0.5)]
+    &gt;&gt;&gt; sorted(normalise({1: 1, 2: 1, 3: 1}).items()) # doctest: +ELLIPSIS
+    [(1, 0.333...), (2, 0.333...), (3, 0.333...)]
+    &gt;&gt;&gt; sorted(normalise({1: 1, 2: 2, 3: 1}).items())
+    [(1, 0.25), (2, 0.5), (3, 0.25)]
+    &#34;&#34;&#34;    
+    return scale(f, l1)
+
+normalise = l1_scale
+euclidean_distance = l2
+euclidean_scale = l2_scale
+
+
+def geometric_mean(frequencies1, frequencies2):
+    &#34;&#34;&#34;Finds the geometric mean of the absolute differences between two frequency profiles, 
+    expressed as dictionaries.
+    Assumes every key in frequencies1 is also in frequencies2
+    
+    &gt;&gt;&gt; geometric_mean({&#39;a&#39;:2, &#39;b&#39;:2, &#39;c&#39;:2}, {&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1})
+    1.0
+    &gt;&gt;&gt; geometric_mean({&#39;a&#39;:2, &#39;b&#39;:2, &#39;c&#39;:2}, {&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1})
+    1.0
+    &gt;&gt;&gt; geometric_mean({&#39;a&#39;:2, &#39;b&#39;:2, &#39;c&#39;:2}, {&#39;a&#39;:1, &#39;b&#39;:5, &#39;c&#39;:1})
+    3.0
+    &gt;&gt;&gt; geometric_mean(normalise({&#39;a&#39;:2, &#39;b&#39;:2, &#39;c&#39;:2}), \
+                       normalise({&#39;a&#39;:1, &#39;b&#39;:5, &#39;c&#39;:1})) # doctest: +ELLIPSIS
+    0.01382140...
+    &gt;&gt;&gt; geometric_mean(normalise({&#39;a&#39;:2, &#39;b&#39;:2, &#39;c&#39;:2}), \
+                       normalise({&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1})) # doctest: +ELLIPSIS
+    0.0
+    &gt;&gt;&gt; geometric_mean(normalise({&#39;a&#39;:2, &#39;b&#39;:2, &#39;c&#39;:2}), \
+                       normalise({&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:0})) # doctest: +ELLIPSIS
+    0.009259259...
+    &#34;&#34;&#34;
+    total = 1.0
+    for k in frequencies1:
+        total *= abs(frequencies1[k] - frequencies2[k])
+    return total
+
+def harmonic_mean(frequencies1, frequencies2):
+    &#34;&#34;&#34;Finds the harmonic mean of the absolute differences between two frequency profiles, 
+    expressed as dictionaries.
+    Assumes every key in frequencies1 is also in frequencies2
+
+    &gt;&gt;&gt; harmonic_mean({&#39;a&#39;:2, &#39;b&#39;:2, &#39;c&#39;:2}, {&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1})
+    1.0
+    &gt;&gt;&gt; harmonic_mean({&#39;a&#39;:2, &#39;b&#39;:2, &#39;c&#39;:2}, {&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1})
+    1.0
+    &gt;&gt;&gt; harmonic_mean({&#39;a&#39;:2, &#39;b&#39;:2, &#39;c&#39;:2}, {&#39;a&#39;:1, &#39;b&#39;:5, &#39;c&#39;:1}) # doctest: +ELLIPSIS
+    1.285714285...
+    &gt;&gt;&gt; harmonic_mean(normalise({&#39;a&#39;:2, &#39;b&#39;:2, &#39;c&#39;:2}), \
+                      normalise({&#39;a&#39;:1, &#39;b&#39;:5, &#39;c&#39;:1})) # doctest: +ELLIPSIS
+    0.228571428571...
+    &gt;&gt;&gt; harmonic_mean(normalise({&#39;a&#39;:2, &#39;b&#39;:2, &#39;c&#39;:2}), \
+                      normalise({&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1})) # doctest: +ELLIPSIS
+    0.0
+    &gt;&gt;&gt; harmonic_mean(normalise({&#39;a&#39;:2, &#39;b&#39;:2, &#39;c&#39;:2}), \
+                      normalise({&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:0})) # doctest: +ELLIPSIS
+    0.2
+    &#34;&#34;&#34;
+    total = 0.0
+    for k in frequencies1:
+        if abs(frequencies1[k] - frequencies2[k]) == 0:
+            return 0.0
+        total += 1.0 / abs(frequencies1[k] - frequencies2[k])
+    return len(frequencies1) / total
+
+
+def cosine_similarity(frequencies1, frequencies2):
+    &#34;&#34;&#34;Finds the distances between two frequency profiles, expressed as dictionaries.
+    Assumes every key in frequencies1 is also in frequencies2
+
+    &gt;&gt;&gt; cosine_similarity({&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1}, {&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1}) # doctest: +ELLIPSIS
+    1.0000000000...
+    &gt;&gt;&gt; cosine_similarity({&#39;a&#39;:2, &#39;b&#39;:2, &#39;c&#39;:2}, {&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1}) # doctest: +ELLIPSIS
+    1.0000000000...
+    &gt;&gt;&gt; cosine_similarity({&#39;a&#39;:0, &#39;b&#39;:2, &#39;c&#39;:0}, {&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1}) # doctest: +ELLIPSIS
+    0.5773502691...
+    &gt;&gt;&gt; cosine_similarity({&#39;a&#39;:0, &#39;b&#39;:1}, {&#39;a&#39;:1, &#39;b&#39;:1}) # doctest: +ELLIPSIS
+    0.7071067811...
+    &#34;&#34;&#34;
+    numerator = 0
+    length1 = 0
+    length2 = 0
+    for k in frequencies1:
+        numerator += frequencies1[k] * frequencies2[k]
+        length1 += frequencies1[k]**2
+    for k in frequencies2:
+        length2 += frequencies2[k]**2
+    return numerator / (length1 ** 0.5 * length2 ** 0.5)
+
+
+
+if __name__ == &#34;__main__&#34;:
+    import doctest
+    doctest.testmod()</code></pre>
+</details>
+</section>
+<section>
+</section>
+<section>
+</section>
+<section>
+<h2 class="section-title" id="header-functions">Functions</h2>
+<dl>
+<dt id="szyfrow.support.norms.cosine_similarity"><code class="name flex">
+<span>def <span class="ident">cosine_similarity</span></span>(<span>frequencies1, frequencies2)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Finds the distances between two frequency profiles, expressed as dictionaries.
+Assumes every key in frequencies1 is also in frequencies2</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; cosine_similarity({'a':1, 'b':1, 'c':1}, {'a':1, 'b':1, 'c':1}) # doctest: +ELLIPSIS
+1.0000000000...
+&gt;&gt;&gt; cosine_similarity({'a':2, 'b':2, 'c':2}, {'a':1, 'b':1, 'c':1}) # doctest: +ELLIPSIS
+1.0000000000...
+&gt;&gt;&gt; cosine_similarity({'a':0, 'b':2, 'c':0}, {'a':1, 'b':1, 'c':1}) # doctest: +ELLIPSIS
+0.5773502691...
+&gt;&gt;&gt; cosine_similarity({'a':0, 'b':1}, {'a':1, 'b':1}) # doctest: +ELLIPSIS
+0.7071067811...
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def cosine_similarity(frequencies1, frequencies2):
+    &#34;&#34;&#34;Finds the distances between two frequency profiles, expressed as dictionaries.
+    Assumes every key in frequencies1 is also in frequencies2
+
+    &gt;&gt;&gt; cosine_similarity({&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1}, {&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1}) # doctest: +ELLIPSIS
+    1.0000000000...
+    &gt;&gt;&gt; cosine_similarity({&#39;a&#39;:2, &#39;b&#39;:2, &#39;c&#39;:2}, {&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1}) # doctest: +ELLIPSIS
+    1.0000000000...
+    &gt;&gt;&gt; cosine_similarity({&#39;a&#39;:0, &#39;b&#39;:2, &#39;c&#39;:0}, {&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1}) # doctest: +ELLIPSIS
+    0.5773502691...
+    &gt;&gt;&gt; cosine_similarity({&#39;a&#39;:0, &#39;b&#39;:1}, {&#39;a&#39;:1, &#39;b&#39;:1}) # doctest: +ELLIPSIS
+    0.7071067811...
+    &#34;&#34;&#34;
+    numerator = 0
+    length1 = 0
+    length2 = 0
+    for k in frequencies1:
+        numerator += frequencies1[k] * frequencies2[k]
+        length1 += frequencies1[k]**2
+    for k in frequencies2:
+        length2 += frequencies2[k]**2
+    return numerator / (length1 ** 0.5 * length2 ** 0.5)</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.support.norms.euclidean_distance"><code class="name flex">
+<span>def <span class="ident">euclidean_distance</span></span>(<span>v1, v2=None)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Finds the distances between two frequency profiles, expressed as dictionaries.
+Assumes every key in frequencies1 is also in frequencies2</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; l2({'a':1, 'b':1, 'c':1}, {'a':1, 'b':1, 'c':1})
+0.0
+&gt;&gt;&gt; l2({'a':2, 'b':2, 'c':2}, {'a':1, 'b':1, 'c':1}) # doctest: +ELLIPSIS
+1.73205080...
+&gt;&gt;&gt; l2(normalise({'a':2, 'b':2, 'c':2}), normalise({'a':1, 'b':1, 'c':1}))
+0.0
+&gt;&gt;&gt; l2({'a':0, 'b':2, 'c':0}, {'a':1, 'b':1, 'c':1}) # doctest: +ELLIPSIS
+1.732050807...
+&gt;&gt;&gt; l2(normalise({'a':0, 'b':2, 'c':0}),            normalise({'a':1, 'b':1, 'c':1})) # doctest: +ELLIPSIS
+0.81649658...
+&gt;&gt;&gt; l2({'a':0, 'b':1}, {'a':1, 'b':1})
+1.0
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def l2(v1, v2=None):
+    &#34;&#34;&#34;Finds the distances between two frequency profiles, expressed as dictionaries.
+    Assumes every key in frequencies1 is also in frequencies2
+    
+    &gt;&gt;&gt; l2({&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1}, {&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1})
+    0.0
+    &gt;&gt;&gt; l2({&#39;a&#39;:2, &#39;b&#39;:2, &#39;c&#39;:2}, {&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1}) # doctest: +ELLIPSIS
+    1.73205080...
+    &gt;&gt;&gt; l2(normalise({&#39;a&#39;:2, &#39;b&#39;:2, &#39;c&#39;:2}), normalise({&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1}))
+    0.0
+    &gt;&gt;&gt; l2({&#39;a&#39;:0, &#39;b&#39;:2, &#39;c&#39;:0}, {&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1}) # doctest: +ELLIPSIS
+    1.732050807...
+    &gt;&gt;&gt; l2(normalise({&#39;a&#39;:0, &#39;b&#39;:2, &#39;c&#39;:0}), \
+           normalise({&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1})) # doctest: +ELLIPSIS
+    0.81649658...
+    &gt;&gt;&gt; l2({&#39;a&#39;:0, &#39;b&#39;:1}, {&#39;a&#39;:1, &#39;b&#39;:1})
+    1.0
+    &#34;&#34;&#34;
+    return lp(v1, v2, 2)</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.support.norms.euclidean_scale"><code class="name flex">
+<span>def <span class="ident">euclidean_scale</span></span>(<span>f)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Scale a set of frequencies so they have a unit euclidean length</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; sorted(euclidean_scale({1: 1, 2: 0}).items())
+[(1, 1.0), (2, 0.0)]
+&gt;&gt;&gt; sorted(euclidean_scale({1: 1, 2: 1}).items()) # doctest: +ELLIPSIS
+[(1, 0.7071067...), (2, 0.7071067...)]
+&gt;&gt;&gt; sorted(euclidean_scale({1: 1, 2: 1, 3: 1}).items()) # doctest: +ELLIPSIS
+[(1, 0.577350...), (2, 0.577350...), (3, 0.577350...)]
+&gt;&gt;&gt; sorted(euclidean_scale({1: 1, 2: 2, 3: 1}).items()) # doctest: +ELLIPSIS
+[(1, 0.408248...), (2, 0.81649658...), (3, 0.408248...)]
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def l2_scale(f):
+    &#34;&#34;&#34;Scale a set of frequencies so they have a unit euclidean length
+    
+    &gt;&gt;&gt; sorted(euclidean_scale({1: 1, 2: 0}).items())
+    [(1, 1.0), (2, 0.0)]
+    &gt;&gt;&gt; sorted(euclidean_scale({1: 1, 2: 1}).items()) # doctest: +ELLIPSIS
+    [(1, 0.7071067...), (2, 0.7071067...)]
+    &gt;&gt;&gt; sorted(euclidean_scale({1: 1, 2: 1, 3: 1}).items()) # doctest: +ELLIPSIS
+    [(1, 0.577350...), (2, 0.577350...), (3, 0.577350...)]
+    &gt;&gt;&gt; sorted(euclidean_scale({1: 1, 2: 2, 3: 1}).items()) # doctest: +ELLIPSIS
+    [(1, 0.408248...), (2, 0.81649658...), (3, 0.408248...)]
+    &#34;&#34;&#34;
+    return scale(f, l2)</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.support.norms.geometric_mean"><code class="name flex">
+<span>def <span class="ident">geometric_mean</span></span>(<span>frequencies1, frequencies2)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Finds the geometric mean of the absolute differences between two frequency profiles,
+expressed as dictionaries.
+Assumes every key in frequencies1 is also in frequencies2</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; geometric_mean({'a':2, 'b':2, 'c':2}, {'a':1, 'b':1, 'c':1})
+1.0
+&gt;&gt;&gt; geometric_mean({'a':2, 'b':2, 'c':2}, {'a':1, 'b':1, 'c':1})
+1.0
+&gt;&gt;&gt; geometric_mean({'a':2, 'b':2, 'c':2}, {'a':1, 'b':5, 'c':1})
+3.0
+&gt;&gt;&gt; geometric_mean(normalise({'a':2, 'b':2, 'c':2}),                        normalise({'a':1, 'b':5, 'c':1})) # doctest: +ELLIPSIS
+0.01382140...
+&gt;&gt;&gt; geometric_mean(normalise({'a':2, 'b':2, 'c':2}),                        normalise({'a':1, 'b':1, 'c':1})) # doctest: +ELLIPSIS
+0.0
+&gt;&gt;&gt; geometric_mean(normalise({'a':2, 'b':2, 'c':2}),                        normalise({'a':1, 'b':1, 'c':0})) # doctest: +ELLIPSIS
+0.009259259...
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def geometric_mean(frequencies1, frequencies2):
+    &#34;&#34;&#34;Finds the geometric mean of the absolute differences between two frequency profiles, 
+    expressed as dictionaries.
+    Assumes every key in frequencies1 is also in frequencies2
+    
+    &gt;&gt;&gt; geometric_mean({&#39;a&#39;:2, &#39;b&#39;:2, &#39;c&#39;:2}, {&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1})
+    1.0
+    &gt;&gt;&gt; geometric_mean({&#39;a&#39;:2, &#39;b&#39;:2, &#39;c&#39;:2}, {&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1})
+    1.0
+    &gt;&gt;&gt; geometric_mean({&#39;a&#39;:2, &#39;b&#39;:2, &#39;c&#39;:2}, {&#39;a&#39;:1, &#39;b&#39;:5, &#39;c&#39;:1})
+    3.0
+    &gt;&gt;&gt; geometric_mean(normalise({&#39;a&#39;:2, &#39;b&#39;:2, &#39;c&#39;:2}), \
+                       normalise({&#39;a&#39;:1, &#39;b&#39;:5, &#39;c&#39;:1})) # doctest: +ELLIPSIS
+    0.01382140...
+    &gt;&gt;&gt; geometric_mean(normalise({&#39;a&#39;:2, &#39;b&#39;:2, &#39;c&#39;:2}), \
+                       normalise({&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1})) # doctest: +ELLIPSIS
+    0.0
+    &gt;&gt;&gt; geometric_mean(normalise({&#39;a&#39;:2, &#39;b&#39;:2, &#39;c&#39;:2}), \
+                       normalise({&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:0})) # doctest: +ELLIPSIS
+    0.009259259...
+    &#34;&#34;&#34;
+    total = 1.0
+    for k in frequencies1:
+        total *= abs(frequencies1[k] - frequencies2[k])
+    return total</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.support.norms.harmonic_mean"><code class="name flex">
+<span>def <span class="ident">harmonic_mean</span></span>(<span>frequencies1, frequencies2)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Finds the harmonic mean of the absolute differences between two frequency profiles,
+expressed as dictionaries.
+Assumes every key in frequencies1 is also in frequencies2</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; harmonic_mean({'a':2, 'b':2, 'c':2}, {'a':1, 'b':1, 'c':1})
+1.0
+&gt;&gt;&gt; harmonic_mean({'a':2, 'b':2, 'c':2}, {'a':1, 'b':1, 'c':1})
+1.0
+&gt;&gt;&gt; harmonic_mean({'a':2, 'b':2, 'c':2}, {'a':1, 'b':5, 'c':1}) # doctest: +ELLIPSIS
+1.285714285...
+&gt;&gt;&gt; harmonic_mean(normalise({'a':2, 'b':2, 'c':2}),                       normalise({'a':1, 'b':5, 'c':1})) # doctest: +ELLIPSIS
+0.228571428571...
+&gt;&gt;&gt; harmonic_mean(normalise({'a':2, 'b':2, 'c':2}),                       normalise({'a':1, 'b':1, 'c':1})) # doctest: +ELLIPSIS
+0.0
+&gt;&gt;&gt; harmonic_mean(normalise({'a':2, 'b':2, 'c':2}),                       normalise({'a':1, 'b':1, 'c':0})) # doctest: +ELLIPSIS
+0.2
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def harmonic_mean(frequencies1, frequencies2):
+    &#34;&#34;&#34;Finds the harmonic mean of the absolute differences between two frequency profiles, 
+    expressed as dictionaries.
+    Assumes every key in frequencies1 is also in frequencies2
+
+    &gt;&gt;&gt; harmonic_mean({&#39;a&#39;:2, &#39;b&#39;:2, &#39;c&#39;:2}, {&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1})
+    1.0
+    &gt;&gt;&gt; harmonic_mean({&#39;a&#39;:2, &#39;b&#39;:2, &#39;c&#39;:2}, {&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1})
+    1.0
+    &gt;&gt;&gt; harmonic_mean({&#39;a&#39;:2, &#39;b&#39;:2, &#39;c&#39;:2}, {&#39;a&#39;:1, &#39;b&#39;:5, &#39;c&#39;:1}) # doctest: +ELLIPSIS
+    1.285714285...
+    &gt;&gt;&gt; harmonic_mean(normalise({&#39;a&#39;:2, &#39;b&#39;:2, &#39;c&#39;:2}), \
+                      normalise({&#39;a&#39;:1, &#39;b&#39;:5, &#39;c&#39;:1})) # doctest: +ELLIPSIS
+    0.228571428571...
+    &gt;&gt;&gt; harmonic_mean(normalise({&#39;a&#39;:2, &#39;b&#39;:2, &#39;c&#39;:2}), \
+                      normalise({&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1})) # doctest: +ELLIPSIS
+    0.0
+    &gt;&gt;&gt; harmonic_mean(normalise({&#39;a&#39;:2, &#39;b&#39;:2, &#39;c&#39;:2}), \
+                      normalise({&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:0})) # doctest: +ELLIPSIS
+    0.2
+    &#34;&#34;&#34;
+    total = 0.0
+    for k in frequencies1:
+        if abs(frequencies1[k] - frequencies2[k]) == 0:
+            return 0.0
+        total += 1.0 / abs(frequencies1[k] - frequencies2[k])
+    return len(frequencies1) / total</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.support.norms.l1"><code class="name flex">
+<span>def <span class="ident">l1</span></span>(<span>v1, v2=None)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Finds the distances between two frequency profiles, expressed as
+dictionaries. Assumes every key in frequencies1 is also in frequencies2</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; l1({'a':1, 'b':1, 'c':1}, {'a':1, 'b':1, 'c':1})
+0.0
+&gt;&gt;&gt; l1({'a':2, 'b':2, 'c':2}, {'a':1, 'b':1, 'c':1})
+3.0
+&gt;&gt;&gt; l1(normalise({'a':2, 'b':2, 'c':2}), normalise({'a':1, 'b':1, 'c':1}))
+0.0
+&gt;&gt;&gt; l1({'a':0, 'b':2, 'c':0}, {'a':1, 'b':1, 'c':1})
+3.0
+&gt;&gt;&gt; l1({'a':0, 'b':1}, {'a':1, 'b':1})
+1.0
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def l1(v1, v2=None):
+    &#34;&#34;&#34;Finds the distances between two frequency profiles, expressed as 
+    dictionaries. Assumes every key in frequencies1 is also in frequencies2
+
+    &gt;&gt;&gt; l1({&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1}, {&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1})
+    0.0
+    &gt;&gt;&gt; l1({&#39;a&#39;:2, &#39;b&#39;:2, &#39;c&#39;:2}, {&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1})
+    3.0
+    &gt;&gt;&gt; l1(normalise({&#39;a&#39;:2, &#39;b&#39;:2, &#39;c&#39;:2}), normalise({&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1}))
+    0.0
+    &gt;&gt;&gt; l1({&#39;a&#39;:0, &#39;b&#39;:2, &#39;c&#39;:0}, {&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1})
+    3.0
+    &gt;&gt;&gt; l1({&#39;a&#39;:0, &#39;b&#39;:1}, {&#39;a&#39;:1, &#39;b&#39;:1})
+    1.0
+    &#34;&#34;&#34;    
+    return lp(v1, v2, 1)</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.support.norms.l1_scale"><code class="name flex">
+<span>def <span class="ident">l1_scale</span></span>(<span>f)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Scale a set of frequencies so they sum to one</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; sorted(normalise({1: 1, 2: 0}).items())
+[(1, 1.0), (2, 0.0)]
+&gt;&gt;&gt; sorted(normalise({1: 1, 2: 1}).items())
+[(1, 0.5), (2, 0.5)]
+&gt;&gt;&gt; sorted(normalise({1: 1, 2: 1, 3: 1}).items()) # doctest: +ELLIPSIS
+[(1, 0.333...), (2, 0.333...), (3, 0.333...)]
+&gt;&gt;&gt; sorted(normalise({1: 1, 2: 2, 3: 1}).items())
+[(1, 0.25), (2, 0.5), (3, 0.25)]
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def l1_scale(f):
+    &#34;&#34;&#34;Scale a set of frequencies so they sum to one
+    
+    &gt;&gt;&gt; sorted(normalise({1: 1, 2: 0}).items())
+    [(1, 1.0), (2, 0.0)]
+    &gt;&gt;&gt; sorted(normalise({1: 1, 2: 1}).items())
+    [(1, 0.5), (2, 0.5)]
+    &gt;&gt;&gt; sorted(normalise({1: 1, 2: 1, 3: 1}).items()) # doctest: +ELLIPSIS
+    [(1, 0.333...), (2, 0.333...), (3, 0.333...)]
+    &gt;&gt;&gt; sorted(normalise({1: 1, 2: 2, 3: 1}).items())
+    [(1, 0.25), (2, 0.5), (3, 0.25)]
+    &#34;&#34;&#34;    
+    return scale(f, l1)</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.support.norms.l2"><code class="name flex">
+<span>def <span class="ident">l2</span></span>(<span>v1, v2=None)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Finds the distances between two frequency profiles, expressed as dictionaries.
+Assumes every key in frequencies1 is also in frequencies2</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; l2({'a':1, 'b':1, 'c':1}, {'a':1, 'b':1, 'c':1})
+0.0
+&gt;&gt;&gt; l2({'a':2, 'b':2, 'c':2}, {'a':1, 'b':1, 'c':1}) # doctest: +ELLIPSIS
+1.73205080...
+&gt;&gt;&gt; l2(normalise({'a':2, 'b':2, 'c':2}), normalise({'a':1, 'b':1, 'c':1}))
+0.0
+&gt;&gt;&gt; l2({'a':0, 'b':2, 'c':0}, {'a':1, 'b':1, 'c':1}) # doctest: +ELLIPSIS
+1.732050807...
+&gt;&gt;&gt; l2(normalise({'a':0, 'b':2, 'c':0}),            normalise({'a':1, 'b':1, 'c':1})) # doctest: +ELLIPSIS
+0.81649658...
+&gt;&gt;&gt; l2({'a':0, 'b':1}, {'a':1, 'b':1})
+1.0
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def l2(v1, v2=None):
+    &#34;&#34;&#34;Finds the distances between two frequency profiles, expressed as dictionaries.
+    Assumes every key in frequencies1 is also in frequencies2
+    
+    &gt;&gt;&gt; l2({&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1}, {&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1})
+    0.0
+    &gt;&gt;&gt; l2({&#39;a&#39;:2, &#39;b&#39;:2, &#39;c&#39;:2}, {&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1}) # doctest: +ELLIPSIS
+    1.73205080...
+    &gt;&gt;&gt; l2(normalise({&#39;a&#39;:2, &#39;b&#39;:2, &#39;c&#39;:2}), normalise({&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1}))
+    0.0
+    &gt;&gt;&gt; l2({&#39;a&#39;:0, &#39;b&#39;:2, &#39;c&#39;:0}, {&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1}) # doctest: +ELLIPSIS
+    1.732050807...
+    &gt;&gt;&gt; l2(normalise({&#39;a&#39;:0, &#39;b&#39;:2, &#39;c&#39;:0}), \
+           normalise({&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1})) # doctest: +ELLIPSIS
+    0.81649658...
+    &gt;&gt;&gt; l2({&#39;a&#39;:0, &#39;b&#39;:1}, {&#39;a&#39;:1, &#39;b&#39;:1})
+    1.0
+    &#34;&#34;&#34;
+    return lp(v1, v2, 2)</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.support.norms.l2_scale"><code class="name flex">
+<span>def <span class="ident">l2_scale</span></span>(<span>f)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Scale a set of frequencies so they have a unit euclidean length</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; sorted(euclidean_scale({1: 1, 2: 0}).items())
+[(1, 1.0), (2, 0.0)]
+&gt;&gt;&gt; sorted(euclidean_scale({1: 1, 2: 1}).items()) # doctest: +ELLIPSIS
+[(1, 0.7071067...), (2, 0.7071067...)]
+&gt;&gt;&gt; sorted(euclidean_scale({1: 1, 2: 1, 3: 1}).items()) # doctest: +ELLIPSIS
+[(1, 0.577350...), (2, 0.577350...), (3, 0.577350...)]
+&gt;&gt;&gt; sorted(euclidean_scale({1: 1, 2: 2, 3: 1}).items()) # doctest: +ELLIPSIS
+[(1, 0.408248...), (2, 0.81649658...), (3, 0.408248...)]
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def l2_scale(f):
+    &#34;&#34;&#34;Scale a set of frequencies so they have a unit euclidean length
+    
+    &gt;&gt;&gt; sorted(euclidean_scale({1: 1, 2: 0}).items())
+    [(1, 1.0), (2, 0.0)]
+    &gt;&gt;&gt; sorted(euclidean_scale({1: 1, 2: 1}).items()) # doctest: +ELLIPSIS
+    [(1, 0.7071067...), (2, 0.7071067...)]
+    &gt;&gt;&gt; sorted(euclidean_scale({1: 1, 2: 1, 3: 1}).items()) # doctest: +ELLIPSIS
+    [(1, 0.577350...), (2, 0.577350...), (3, 0.577350...)]
+    &gt;&gt;&gt; sorted(euclidean_scale({1: 1, 2: 2, 3: 1}).items()) # doctest: +ELLIPSIS
+    [(1, 0.408248...), (2, 0.81649658...), (3, 0.408248...)]
+    &#34;&#34;&#34;
+    return scale(f, l2)</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.support.norms.l3"><code class="name flex">
+<span>def <span class="ident">l3</span></span>(<span>v1, v2=None)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Finds the distances between two frequency profiles, expressed as
+dictionaries. Assumes every key in frequencies1 is also in frequencies2</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; l3({'a':1, 'b':1, 'c':1}, {'a':1, 'b':1, 'c':1})
+0.0
+&gt;&gt;&gt; l3({'a':2, 'b':2, 'c':2}, {'a':1, 'b':1, 'c':1}) # doctest: +ELLIPSIS
+1.44224957...
+&gt;&gt;&gt; l3({'a':0, 'b':2, 'c':0}, {'a':1, 'b':1, 'c':1}) # doctest: +ELLIPSIS
+1.4422495703...
+&gt;&gt;&gt; l3(normalise({'a':0, 'b':2, 'c':0}),            normalise({'a':1, 'b':1, 'c':1})) # doctest: +ELLIPSIS
+0.718144896...
+&gt;&gt;&gt; l3({'a':0, 'b':1}, {'a':1, 'b':1})
+1.0
+&gt;&gt;&gt; l3(normalise({'a':0, 'b':1}), normalise({'a':1, 'b':1})) # doctest: +ELLIPSIS
+0.6299605249...
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def l3(v1, v2=None):
+    &#34;&#34;&#34;Finds the distances between two frequency profiles, expressed as 
+    dictionaries. Assumes every key in frequencies1 is also in frequencies2
+
+    &gt;&gt;&gt; l3({&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1}, {&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1})
+    0.0
+    &gt;&gt;&gt; l3({&#39;a&#39;:2, &#39;b&#39;:2, &#39;c&#39;:2}, {&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1}) # doctest: +ELLIPSIS
+    1.44224957...
+    &gt;&gt;&gt; l3({&#39;a&#39;:0, &#39;b&#39;:2, &#39;c&#39;:0}, {&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1}) # doctest: +ELLIPSIS
+    1.4422495703...
+    &gt;&gt;&gt; l3(normalise({&#39;a&#39;:0, &#39;b&#39;:2, &#39;c&#39;:0}), \
+           normalise({&#39;a&#39;:1, &#39;b&#39;:1, &#39;c&#39;:1})) # doctest: +ELLIPSIS
+    0.718144896...
+    &gt;&gt;&gt; l3({&#39;a&#39;:0, &#39;b&#39;:1}, {&#39;a&#39;:1, &#39;b&#39;:1})
+    1.0
+    &gt;&gt;&gt; l3(normalise({&#39;a&#39;:0, &#39;b&#39;:1}), normalise({&#39;a&#39;:1, &#39;b&#39;:1})) # doctest: +ELLIPSIS
+    0.6299605249...
+    &#34;&#34;&#34;
+    return lp(v1, v2, 3)</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.support.norms.linf"><code class="name flex">
+<span>def <span class="ident">linf</span></span>(<span>v1, v2=None)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Finds the distances between two frequency profiles, expressed as
+dictionaries. Assumes every key in frequencies1 is also in frequencies2</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def linf(v1, v2=None):   
+    &#34;&#34;&#34;Finds the distances between two frequency profiles, expressed as 
+    dictionaries. Assumes every key in frequencies1 is also in frequencies2&#34;&#34;&#34;
+    if v2:
+        vec = {k: abs(v1[k] - v2[k]) for k in (v1.keys() | v2.keys())}
+    else:
+        vec = v1
+        return max(v for v in vec.values())</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.support.norms.lp"><code class="name flex">
+<span>def <span class="ident">lp</span></span>(<span>v1, v2=None, p=2)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Find the L_p norm. If passed one vector, find the length of that vector.
+If passed two vectors, find the length of the difference between them.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def lp(v1, v2=None, p=2):
+    &#34;&#34;&#34;Find the L_p norm. If passed one vector, find the length of that vector.
+    If passed two vectors, find the length of the difference between them.
+    &#34;&#34;&#34;
+    if v2:
+        vec = {k: abs(v1[k] - v2[k]) for k in (v1.keys() | v2.keys())}
+    else:
+        vec = v1
+        return sum(v ** p for v in vec.values()) ** (1.0 / p)</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.support.norms.normalise"><code class="name flex">
+<span>def <span class="ident">normalise</span></span>(<span>f)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Scale a set of frequencies so they sum to one</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; sorted(normalise({1: 1, 2: 0}).items())
+[(1, 1.0), (2, 0.0)]
+&gt;&gt;&gt; sorted(normalise({1: 1, 2: 1}).items())
+[(1, 0.5), (2, 0.5)]
+&gt;&gt;&gt; sorted(normalise({1: 1, 2: 1, 3: 1}).items()) # doctest: +ELLIPSIS
+[(1, 0.333...), (2, 0.333...), (3, 0.333...)]
+&gt;&gt;&gt; sorted(normalise({1: 1, 2: 2, 3: 1}).items())
+[(1, 0.25), (2, 0.5), (3, 0.25)]
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def l1_scale(f):
+    &#34;&#34;&#34;Scale a set of frequencies so they sum to one
+    
+    &gt;&gt;&gt; sorted(normalise({1: 1, 2: 0}).items())
+    [(1, 1.0), (2, 0.0)]
+    &gt;&gt;&gt; sorted(normalise({1: 1, 2: 1}).items())
+    [(1, 0.5), (2, 0.5)]
+    &gt;&gt;&gt; sorted(normalise({1: 1, 2: 1, 3: 1}).items()) # doctest: +ELLIPSIS
+    [(1, 0.333...), (2, 0.333...), (3, 0.333...)]
+    &gt;&gt;&gt; sorted(normalise({1: 1, 2: 2, 3: 1}).items())
+    [(1, 0.25), (2, 0.5), (3, 0.25)]
+    &#34;&#34;&#34;    
+    return scale(f, l1)</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.support.norms.scale"><code class="name flex">
+<span>def <span class="ident">scale</span></span>(<span>frequencies, norm=&lt;function l2&gt;)</span>
+</code></dt>
+<dd>
+<div class="desc"></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def scale(frequencies, norm=l2):
+    length = norm(frequencies)
+    return collections.defaultdict(int, 
+        {k: v / length for k, v in frequencies.items()})</code></pre>
+</details>
+</dd>
+</dl>
+</section>
+<section>
+</section>
+</article>
+<nav id="sidebar">
+<h1>Index</h1>
+<div class="toc">
+<ul></ul>
+</div>
+<ul id="index">
+<li><h3>Super-module</h3>
+<ul>
+<li><code><a title="szyfrow.support" href="index.html">szyfrow.support</a></code></li>
+</ul>
+</li>
+<li><h3><a href="#header-functions">Functions</a></h3>
+<ul class="two-column">
+<li><code><a title="szyfrow.support.norms.cosine_similarity" href="#szyfrow.support.norms.cosine_similarity">cosine_similarity</a></code></li>
+<li><code><a title="szyfrow.support.norms.euclidean_distance" href="#szyfrow.support.norms.euclidean_distance">euclidean_distance</a></code></li>
+<li><code><a title="szyfrow.support.norms.euclidean_scale" href="#szyfrow.support.norms.euclidean_scale">euclidean_scale</a></code></li>
+<li><code><a title="szyfrow.support.norms.geometric_mean" href="#szyfrow.support.norms.geometric_mean">geometric_mean</a></code></li>
+<li><code><a title="szyfrow.support.norms.harmonic_mean" href="#szyfrow.support.norms.harmonic_mean">harmonic_mean</a></code></li>
+<li><code><a title="szyfrow.support.norms.l1" href="#szyfrow.support.norms.l1">l1</a></code></li>
+<li><code><a title="szyfrow.support.norms.l1_scale" href="#szyfrow.support.norms.l1_scale">l1_scale</a></code></li>
+<li><code><a title="szyfrow.support.norms.l2" href="#szyfrow.support.norms.l2">l2</a></code></li>
+<li><code><a title="szyfrow.support.norms.l2_scale" href="#szyfrow.support.norms.l2_scale">l2_scale</a></code></li>
+<li><code><a title="szyfrow.support.norms.l3" href="#szyfrow.support.norms.l3">l3</a></code></li>
+<li><code><a title="szyfrow.support.norms.linf" href="#szyfrow.support.norms.linf">linf</a></code></li>
+<li><code><a title="szyfrow.support.norms.lp" href="#szyfrow.support.norms.lp">lp</a></code></li>
+<li><code><a title="szyfrow.support.norms.normalise" href="#szyfrow.support.norms.normalise">normalise</a></code></li>
+<li><code><a title="szyfrow.support.norms.scale" href="#szyfrow.support.norms.scale">scale</a></code></li>
+</ul>
+</li>
+</ul>
+</nav>
+</main>
+<footer id="footer">
+<p>Generated by <a href="https://pdoc3.github.io/pdoc"><cite>pdoc</cite> 0.9.2</a>.</p>
+</footer>
+</body>
+</html>
\ No newline at end of file
diff --git a/docs/szyfrow/support/plot_frequency_histogram.html b/docs/szyfrow/support/plot_frequency_histogram.html
new file mode 100644 (file)
index 0000000..838ffc4
--- /dev/null
@@ -0,0 +1,101 @@
+<!doctype html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
+<meta name="generator" content="pdoc 0.9.1" />
+<title>szyfrow.support.plot_frequency_histogram API documentation</title>
+<meta name="description" content="" />
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/sanitize.min.css" integrity="sha256-PK9q560IAAa6WVRRh76LtCaI8pjTJ2z11v0miyNNjrs=" crossorigin>
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/typography.min.css" integrity="sha256-7l/o7C8jubJiy74VsKTidCy1yBkRtiUGbVkYBylBqUg=" crossorigin>
+<link rel="stylesheet preload" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/styles/github.min.css" crossorigin>
+<style>:root{--highlight-color:#fe9}.flex{display:flex !important}body{line-height:1.5em}#content{padding:20px}#sidebar{padding:30px;overflow:hidden}#sidebar > *:last-child{margin-bottom:2cm}.http-server-breadcrumbs{font-size:130%;margin:0 0 15px 0}#footer{font-size:.75em;padding:5px 30px;border-top:1px solid #ddd;text-align:right}#footer p{margin:0 0 0 1em;display:inline-block}#footer p:last-child{margin-right:30px}h1,h2,h3,h4,h5{font-weight:300}h1{font-size:2.5em;line-height:1.1em}h2{font-size:1.75em;margin:1em 0 .50em 0}h3{font-size:1.4em;margin:25px 0 10px 0}h4{margin:0;font-size:105%}h1:target,h2:target,h3:target,h4:target,h5:target,h6:target{background:var(--highlight-color);padding:.2em 0}a{color:#058;text-decoration:none;transition:color .3s ease-in-out}a:hover{color:#e82}.title code{font-weight:bold}h2[id^="header-"]{margin-top:2em}.ident{color:#900}pre code{background:#f8f8f8;font-size:.8em;line-height:1.4em}code{background:#f2f2f1;padding:1px 4px;overflow-wrap:break-word}h1 code{background:transparent}pre{background:#f8f8f8;border:0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;margin:1em 0;padding:1ex}#http-server-module-list{display:flex;flex-flow:column}#http-server-module-list div{display:flex}#http-server-module-list dt{min-width:10%}#http-server-module-list p{margin-top:0}.toc ul,#index{list-style-type:none;margin:0;padding:0}#index code{background:transparent}#index h3{border-bottom:1px solid #ddd}#index ul{padding:0}#index h4{margin-top:.6em;font-weight:bold}@media (min-width:200ex){#index .two-column{column-count:2}}@media (min-width:300ex){#index .two-column{column-count:3}}dl{margin-bottom:2em}dl dl:last-child{margin-bottom:4em}dd{margin:0 0 1em 3em}#header-classes + dl > dd{margin-bottom:3em}dd dd{margin-left:2em}dd p{margin:10px 0}.name{background:#eee;font-weight:bold;font-size:.85em;padding:5px 10px;display:inline-block;min-width:40%}.name:hover{background:#e0e0e0}dt:target .name{background:var(--highlight-color)}.name > span:first-child{white-space:nowrap}.name.class > span:nth-child(2){margin-left:.4em}.inherited{color:#999;border-left:5px solid #eee;padding-left:1em}.inheritance em{font-style:normal;font-weight:bold}.desc h2{font-weight:400;font-size:1.25em}.desc h3{font-size:1em}.desc dt code{background:inherit}.source summary,.git-link-div{color:#666;text-align:right;font-weight:400;font-size:.8em;text-transform:uppercase}.source summary > *{white-space:nowrap;cursor:pointer}.git-link{color:inherit;margin-left:1em}.source pre{max-height:500px;overflow:auto;margin:0}.source pre code{font-size:12px;overflow:visible}.hlist{list-style:none}.hlist li{display:inline}.hlist li:after{content:',\2002'}.hlist li:last-child:after{content:none}.hlist .hlist{display:inline;padding-left:1em}img{max-width:100%}td{padding:0 .5em}.admonition{padding:.1em .5em;margin-bottom:1em}.admonition-title{font-weight:bold}.admonition.note,.admonition.info,.admonition.important{background:#aef}.admonition.todo,.admonition.versionadded,.admonition.tip,.admonition.hint{background:#dfd}.admonition.warning,.admonition.versionchanged,.admonition.deprecated{background:#fd4}.admonition.error,.admonition.danger,.admonition.caution{background:lightpink}</style>
+<style media="screen and (min-width: 700px)">@media screen and (min-width:700px){#sidebar{width:30%;height:100vh;overflow:auto;position:sticky;top:0}#content{width:70%;max-width:100ch;padding:3em 4em;border-left:1px solid #ddd}pre code{font-size:1em}.item .name{font-size:1em}main{display:flex;flex-direction:row-reverse;justify-content:flex-end}.toc ul ul,#index ul{padding-left:1.5em}.toc > ul > li{margin-top:.5em}}</style>
+<style media="print">@media print{#sidebar h1{page-break-before:always}.source{display:none}}@media print{*{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a[href]:after{content:" (" attr(href) ")";font-size:90%}a[href][title]:after{content:none}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:0.5cm}p,h2,h3{orphans:3;widows:3}h1,h2,h3,h4,h5,h6{page-break-after:avoid}}</style>
+<script defer src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/highlight.min.js" integrity="sha256-Uv3H6lx7dJmRfRvH8TH6kJD1TSK1aFcwgx+mdg3epi8=" crossorigin></script>
+<script>window.addEventListener('DOMContentLoaded', () => hljs.initHighlighting())</script>
+</head>
+<body>
+<main>
+<article id="content">
+<header>
+<h1 class="title">Module <code>szyfrow.support.plot_frequency_histogram</code></h1>
+</header>
+<section id="section-intro">
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">import matplotlib.pyplot as plt
+
+def plot_frequency_histogram(freqs, sort_key=None):
+    x = range(len(freqs))
+    y = [freqs[l] for l in sorted(freqs, key=sort_key)]
+    f = plt.figure()
+    ax = f.add_axes([0.1, 0.1, 0.9, 0.9])
+    ax.bar(x, y, align=&#39;center&#39;)
+    ax.set_xticks(x)
+    ax.set_xticklabels(sorted(freqs, key=sort_key))
+    f.show()
+
+if __name__ == &#34;__main__&#34;:
+    import doctest
+    doctest.testmod()</code></pre>
+</details>
+</section>
+<section>
+</section>
+<section>
+</section>
+<section>
+<h2 class="section-title" id="header-functions">Functions</h2>
+<dl>
+<dt id="szyfrow.support.plot_frequency_histogram.plot_frequency_histogram"><code class="name flex">
+<span>def <span class="ident">plot_frequency_histogram</span></span>(<span>freqs, sort_key=None)</span>
+</code></dt>
+<dd>
+<div class="desc"></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def plot_frequency_histogram(freqs, sort_key=None):
+    x = range(len(freqs))
+    y = [freqs[l] for l in sorted(freqs, key=sort_key)]
+    f = plt.figure()
+    ax = f.add_axes([0.1, 0.1, 0.9, 0.9])
+    ax.bar(x, y, align=&#39;center&#39;)
+    ax.set_xticks(x)
+    ax.set_xticklabels(sorted(freqs, key=sort_key))
+    f.show()</code></pre>
+</details>
+</dd>
+</dl>
+</section>
+<section>
+</section>
+</article>
+<nav id="sidebar">
+<h1>Index</h1>
+<div class="toc">
+<ul></ul>
+</div>
+<ul id="index">
+<li><h3>Super-module</h3>
+<ul>
+<li><code><a title="szyfrow.support" href="index.html">szyfrow.support</a></code></li>
+</ul>
+</li>
+<li><h3><a href="#header-functions">Functions</a></h3>
+<ul class="">
+<li><code><a title="szyfrow.support.plot_frequency_histogram.plot_frequency_histogram" href="#szyfrow.support.plot_frequency_histogram.plot_frequency_histogram">plot_frequency_histogram</a></code></li>
+</ul>
+</li>
+</ul>
+</nav>
+</main>
+<footer id="footer">
+<p>Generated by <a href="https://pdoc3.github.io/pdoc"><cite>pdoc</cite> 0.9.1</a>.</p>
+</footer>
+</body>
+</html>
\ No newline at end of file
diff --git a/docs/szyfrow/support/segment.html b/docs/szyfrow/support/segment.html
new file mode 100644 (file)
index 0000000..3abf37f
--- /dev/null
@@ -0,0 +1,127 @@
+<!doctype html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
+<meta name="generator" content="pdoc 0.9.2" />
+<title>szyfrow.support.segment API documentation</title>
+<meta name="description" content="Setments a string of characters into words, following a language model …" />
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/sanitize.min.css" integrity="sha256-PK9q560IAAa6WVRRh76LtCaI8pjTJ2z11v0miyNNjrs=" crossorigin>
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/typography.min.css" integrity="sha256-7l/o7C8jubJiy74VsKTidCy1yBkRtiUGbVkYBylBqUg=" crossorigin>
+<link rel="stylesheet preload" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/styles/github.min.css" crossorigin>
+<style>:root{--highlight-color:#fe9}.flex{display:flex !important}body{line-height:1.5em}#content{padding:20px}#sidebar{padding:30px;overflow:hidden}#sidebar > *:last-child{margin-bottom:2cm}.http-server-breadcrumbs{font-size:130%;margin:0 0 15px 0}#footer{font-size:.75em;padding:5px 30px;border-top:1px solid #ddd;text-align:right}#footer p{margin:0 0 0 1em;display:inline-block}#footer p:last-child{margin-right:30px}h1,h2,h3,h4,h5{font-weight:300}h1{font-size:2.5em;line-height:1.1em}h2{font-size:1.75em;margin:1em 0 .50em 0}h3{font-size:1.4em;margin:25px 0 10px 0}h4{margin:0;font-size:105%}h1:target,h2:target,h3:target,h4:target,h5:target,h6:target{background:var(--highlight-color);padding:.2em 0}a{color:#058;text-decoration:none;transition:color .3s ease-in-out}a:hover{color:#e82}.title code{font-weight:bold}h2[id^="header-"]{margin-top:2em}.ident{color:#900}pre code{background:#f8f8f8;font-size:.8em;line-height:1.4em}code{background:#f2f2f1;padding:1px 4px;overflow-wrap:break-word}h1 code{background:transparent}pre{background:#f8f8f8;border:0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;margin:1em 0;padding:1ex}#http-server-module-list{display:flex;flex-flow:column}#http-server-module-list div{display:flex}#http-server-module-list dt{min-width:10%}#http-server-module-list p{margin-top:0}.toc ul,#index{list-style-type:none;margin:0;padding:0}#index code{background:transparent}#index h3{border-bottom:1px solid #ddd}#index ul{padding:0}#index h4{margin-top:.6em;font-weight:bold}@media (min-width:200ex){#index .two-column{column-count:2}}@media (min-width:300ex){#index .two-column{column-count:3}}dl{margin-bottom:2em}dl dl:last-child{margin-bottom:4em}dd{margin:0 0 1em 3em}#header-classes + dl > dd{margin-bottom:3em}dd dd{margin-left:2em}dd p{margin:10px 0}.name{background:#eee;font-weight:bold;font-size:.85em;padding:5px 10px;display:inline-block;min-width:40%}.name:hover{background:#e0e0e0}dt:target .name{background:var(--highlight-color)}.name > span:first-child{white-space:nowrap}.name.class > span:nth-child(2){margin-left:.4em}.inherited{color:#999;border-left:5px solid #eee;padding-left:1em}.inheritance em{font-style:normal;font-weight:bold}.desc h2{font-weight:400;font-size:1.25em}.desc h3{font-size:1em}.desc dt code{background:inherit}.source summary,.git-link-div{color:#666;text-align:right;font-weight:400;font-size:.8em;text-transform:uppercase}.source summary > *{white-space:nowrap;cursor:pointer}.git-link{color:inherit;margin-left:1em}.source pre{max-height:500px;overflow:auto;margin:0}.source pre code{font-size:12px;overflow:visible}.hlist{list-style:none}.hlist li{display:inline}.hlist li:after{content:',\2002'}.hlist li:last-child:after{content:none}.hlist .hlist{display:inline;padding-left:1em}img{max-width:100%}td{padding:0 .5em}.admonition{padding:.1em .5em;margin-bottom:1em}.admonition-title{font-weight:bold}.admonition.note,.admonition.info,.admonition.important{background:#aef}.admonition.todo,.admonition.versionadded,.admonition.tip,.admonition.hint{background:#dfd}.admonition.warning,.admonition.versionchanged,.admonition.deprecated{background:#fd4}.admonition.error,.admonition.danger,.admonition.caution{background:lightpink}</style>
+<style media="screen and (min-width: 700px)">@media screen and (min-width:700px){#sidebar{width:30%;height:100vh;overflow:auto;position:sticky;top:0}#content{width:70%;max-width:100ch;padding:3em 4em;border-left:1px solid #ddd}pre code{font-size:1em}.item .name{font-size:1em}main{display:flex;flex-direction:row-reverse;justify-content:flex-end}.toc ul ul,#index ul{padding-left:1.5em}.toc > ul > li{margin-top:.5em}}</style>
+<style media="print">@media print{#sidebar h1{page-break-before:always}.source{display:none}}@media print{*{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a[href]:after{content:" (" attr(href) ")";font-size:90%}a[href][title]:after{content:none}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:0.5cm}p,h2,h3{orphans:3;widows:3}h1,h2,h3,h4,h5,h6{page-break-after:avoid}}</style>
+<script defer src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/highlight.min.js" integrity="sha256-Uv3H6lx7dJmRfRvH8TH6kJD1TSK1aFcwgx+mdg3epi8=" crossorigin></script>
+<script>window.addEventListener('DOMContentLoaded', () => hljs.initHighlighting())</script>
+</head>
+<body>
+<main>
+<article id="content">
+<header>
+<h1 class="title">Module <code>szyfrow.support.segment</code></h1>
+</header>
+<section id="section-intro">
+<p>Setments a string of characters into words, following a language model.</p>
+<p>Implementation taken from <a href="https://norvig.com/ngrams/ch14.pdf">Peter Norvig</a></p>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">&#34;&#34;&#34;Setments a string of characters into words, following a language model.
+
+Implementation taken from [Peter Norvig](https://norvig.com/ngrams/ch14.pdf)
+&#34;&#34;&#34;
+
+import sys
+from functools import lru_cache
+from szyfrow.support.language_models import Pwords
+
+sys.setrecursionlimit(1000000)
+
+@lru_cache()
+def segment(text):
+    &#34;&#34;&#34;Return a list of words that is the best segmentation of text.
+    &#34;&#34;&#34;
+    if not text: return []
+    candidates = ([first]+segment(rest) for first,rest in splits(text))
+    return max(candidates, key=Pwords)
+
+def splits(text, L=20):
+    &#34;&#34;&#34;Return a list of all possible (first, rest) pairs, len(first)&lt;=L.
+    &#34;&#34;&#34;
+    return [(text[:i+1], text[i+1:]) 
+            for i in range(min(len(text), L))]</code></pre>
+</details>
+</section>
+<section>
+</section>
+<section>
+</section>
+<section>
+<h2 class="section-title" id="header-functions">Functions</h2>
+<dl>
+<dt id="szyfrow.support.segment.segment"><code class="name flex">
+<span>def <span class="ident">segment</span></span>(<span>text)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Return a list of words that is the best segmentation of text.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">@lru_cache()
+def segment(text):
+    &#34;&#34;&#34;Return a list of words that is the best segmentation of text.
+    &#34;&#34;&#34;
+    if not text: return []
+    candidates = ([first]+segment(rest) for first,rest in splits(text))
+    return max(candidates, key=Pwords)</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.support.segment.splits"><code class="name flex">
+<span>def <span class="ident">splits</span></span>(<span>text, L=20)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Return a list of all possible (first, rest) pairs, len(first)&lt;=L.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def splits(text, L=20):
+    &#34;&#34;&#34;Return a list of all possible (first, rest) pairs, len(first)&lt;=L.
+    &#34;&#34;&#34;
+    return [(text[:i+1], text[i+1:]) 
+            for i in range(min(len(text), L))]</code></pre>
+</details>
+</dd>
+</dl>
+</section>
+<section>
+</section>
+</article>
+<nav id="sidebar">
+<h1>Index</h1>
+<div class="toc">
+<ul></ul>
+</div>
+<ul id="index">
+<li><h3>Super-module</h3>
+<ul>
+<li><code><a title="szyfrow.support" href="index.html">szyfrow.support</a></code></li>
+</ul>
+</li>
+<li><h3><a href="#header-functions">Functions</a></h3>
+<ul class="">
+<li><code><a title="szyfrow.support.segment.segment" href="#szyfrow.support.segment.segment">segment</a></code></li>
+<li><code><a title="szyfrow.support.segment.splits" href="#szyfrow.support.segment.splits">splits</a></code></li>
+</ul>
+</li>
+</ul>
+</nav>
+</main>
+<footer id="footer">
+<p>Generated by <a href="https://pdoc3.github.io/pdoc"><cite>pdoc</cite> 0.9.2</a>.</p>
+</footer>
+</body>
+</html>
\ No newline at end of file
diff --git a/docs/szyfrow/support/text_prettify.html b/docs/szyfrow/support/text_prettify.html
new file mode 100644 (file)
index 0000000..a63330b
--- /dev/null
@@ -0,0 +1,293 @@
+<!doctype html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
+<meta name="generator" content="pdoc 0.9.2" />
+<title>szyfrow.support.text_prettify API documentation</title>
+<meta name="description" content="Various functions for prettifying text, useful when cipher routines generate
+strings of letters without spaces." />
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/sanitize.min.css" integrity="sha256-PK9q560IAAa6WVRRh76LtCaI8pjTJ2z11v0miyNNjrs=" crossorigin>
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/typography.min.css" integrity="sha256-7l/o7C8jubJiy74VsKTidCy1yBkRtiUGbVkYBylBqUg=" crossorigin>
+<link rel="stylesheet preload" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/styles/github.min.css" crossorigin>
+<style>:root{--highlight-color:#fe9}.flex{display:flex !important}body{line-height:1.5em}#content{padding:20px}#sidebar{padding:30px;overflow:hidden}#sidebar > *:last-child{margin-bottom:2cm}.http-server-breadcrumbs{font-size:130%;margin:0 0 15px 0}#footer{font-size:.75em;padding:5px 30px;border-top:1px solid #ddd;text-align:right}#footer p{margin:0 0 0 1em;display:inline-block}#footer p:last-child{margin-right:30px}h1,h2,h3,h4,h5{font-weight:300}h1{font-size:2.5em;line-height:1.1em}h2{font-size:1.75em;margin:1em 0 .50em 0}h3{font-size:1.4em;margin:25px 0 10px 0}h4{margin:0;font-size:105%}h1:target,h2:target,h3:target,h4:target,h5:target,h6:target{background:var(--highlight-color);padding:.2em 0}a{color:#058;text-decoration:none;transition:color .3s ease-in-out}a:hover{color:#e82}.title code{font-weight:bold}h2[id^="header-"]{margin-top:2em}.ident{color:#900}pre code{background:#f8f8f8;font-size:.8em;line-height:1.4em}code{background:#f2f2f1;padding:1px 4px;overflow-wrap:break-word}h1 code{background:transparent}pre{background:#f8f8f8;border:0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;margin:1em 0;padding:1ex}#http-server-module-list{display:flex;flex-flow:column}#http-server-module-list div{display:flex}#http-server-module-list dt{min-width:10%}#http-server-module-list p{margin-top:0}.toc ul,#index{list-style-type:none;margin:0;padding:0}#index code{background:transparent}#index h3{border-bottom:1px solid #ddd}#index ul{padding:0}#index h4{margin-top:.6em;font-weight:bold}@media (min-width:200ex){#index .two-column{column-count:2}}@media (min-width:300ex){#index .two-column{column-count:3}}dl{margin-bottom:2em}dl dl:last-child{margin-bottom:4em}dd{margin:0 0 1em 3em}#header-classes + dl > dd{margin-bottom:3em}dd dd{margin-left:2em}dd p{margin:10px 0}.name{background:#eee;font-weight:bold;font-size:.85em;padding:5px 10px;display:inline-block;min-width:40%}.name:hover{background:#e0e0e0}dt:target .name{background:var(--highlight-color)}.name > span:first-child{white-space:nowrap}.name.class > span:nth-child(2){margin-left:.4em}.inherited{color:#999;border-left:5px solid #eee;padding-left:1em}.inheritance em{font-style:normal;font-weight:bold}.desc h2{font-weight:400;font-size:1.25em}.desc h3{font-size:1em}.desc dt code{background:inherit}.source summary,.git-link-div{color:#666;text-align:right;font-weight:400;font-size:.8em;text-transform:uppercase}.source summary > *{white-space:nowrap;cursor:pointer}.git-link{color:inherit;margin-left:1em}.source pre{max-height:500px;overflow:auto;margin:0}.source pre code{font-size:12px;overflow:visible}.hlist{list-style:none}.hlist li{display:inline}.hlist li:after{content:',\2002'}.hlist li:last-child:after{content:none}.hlist .hlist{display:inline;padding-left:1em}img{max-width:100%}td{padding:0 .5em}.admonition{padding:.1em .5em;margin-bottom:1em}.admonition-title{font-weight:bold}.admonition.note,.admonition.info,.admonition.important{background:#aef}.admonition.todo,.admonition.versionadded,.admonition.tip,.admonition.hint{background:#dfd}.admonition.warning,.admonition.versionchanged,.admonition.deprecated{background:#fd4}.admonition.error,.admonition.danger,.admonition.caution{background:lightpink}</style>
+<style media="screen and (min-width: 700px)">@media screen and (min-width:700px){#sidebar{width:30%;height:100vh;overflow:auto;position:sticky;top:0}#content{width:70%;max-width:100ch;padding:3em 4em;border-left:1px solid #ddd}pre code{font-size:1em}.item .name{font-size:1em}main{display:flex;flex-direction:row-reverse;justify-content:flex-end}.toc ul ul,#index ul{padding-left:1.5em}.toc > ul > li{margin-top:.5em}}</style>
+<style media="print">@media print{#sidebar h1{page-break-before:always}.source{display:none}}@media print{*{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a[href]:after{content:" (" attr(href) ")";font-size:90%}a[href][title]:after{content:none}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:0.5cm}p,h2,h3{orphans:3;widows:3}h1,h2,h3,h4,h5,h6{page-break-after:avoid}}</style>
+<script defer src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/highlight.min.js" integrity="sha256-Uv3H6lx7dJmRfRvH8TH6kJD1TSK1aFcwgx+mdg3epi8=" crossorigin></script>
+<script>window.addEventListener('DOMContentLoaded', () => hljs.initHighlighting())</script>
+</head>
+<body>
+<main>
+<article id="content">
+<header>
+<h1 class="title">Module <code>szyfrow.support.text_prettify</code></h1>
+</header>
+<section id="section-intro">
+<p>Various functions for prettifying text, useful when cipher routines generate
+strings of letters without spaces.</p>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">&#34;&#34;&#34;Various functions for prettifying text, useful when cipher routines generate
+strings of letters without spaces.
+&#34;&#34;&#34;
+
+import string
+from szyfrow.support.segment import segment
+from szyfrow.support.utilities import cat, lcat, sanitise
+
+
+def prettify(text, width=100):
+    &#34;&#34;&#34;Segment a text into words, then pack into lines, and combine the lines
+    into a single string for printing.&#34;&#34;&#34;
+    return lcat(tpack(segment(text), width=width))
+
+
+def tpack(text, width=100):
+    &#34;&#34;&#34;Pack a list of words into lines, so long as each line (including
+    intervening spaces) is no longer than _width_&#34;&#34;&#34;
+    lines = [text[0]]
+    for word in text[1:]:
+        if len(lines[-1]) + 1 + len(word) &lt;= width:
+            lines[-1] += (&#39; &#39; + word)
+        else:
+            lines += [word]
+    return lines
+
+
+def depunctuate_character(c):
+    &#34;&#34;&#34;Record the punctuation of a character&#34;&#34;&#34;
+    if c in string.ascii_uppercase:
+        return &#39;UPPER&#39;
+    elif c in string.ascii_lowercase:
+        return &#39;LOWER&#39;
+    else:
+        return c
+
+
+def depunctuate(text):
+    &#34;&#34;&#34;Record the punctuation of a string, so it can be applied to a converted
+    version of the string.
+
+    For example, 
+    punct = depunctuate(ciphertext)
+    plaintext = decipher(sanitise(ciphertext))
+    readable_plaintext = repunctuate(plaintext, punct)
+    &#34;&#34;&#34;
+    return [depunctuate_character(c) for c in text]
+
+
+def repunctuate_character(letters, punctuation):
+    &#34;&#34;&#34;Apply the recorded punctuation to a character. The letters must be
+    an iterator of base characters.&#34;&#34;&#34;
+    if punctuation == &#39;UPPER&#39;:
+        return next(letters).upper()
+    elif punctuation == &#39;LOWER&#39;:
+        return next(letters).lower()
+    else:
+        return punctuation
+
+
+def repunctuate(text, punctuation):
+    &#34;&#34;&#34;Apply the recored punctuation to a sanitised string.
+
+    For example, 
+    punct = depunctuate(ciphertext)
+    plaintext = decipher(sanitise(ciphertext))
+    readable_plaintext = repunctuate(plaintext, punct)
+    &#34;&#34;&#34;
+    letters = iter(sanitise(text))
+    return cat(repunctuate_character(letters, p) for p in punctuation)</code></pre>
+</details>
+</section>
+<section>
+</section>
+<section>
+</section>
+<section>
+<h2 class="section-title" id="header-functions">Functions</h2>
+<dl>
+<dt id="szyfrow.support.text_prettify.cat"><code class="name flex">
+<span>def <span class="ident">cat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+<dt id="szyfrow.support.text_prettify.depunctuate"><code class="name flex">
+<span>def <span class="ident">depunctuate</span></span>(<span>text)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Record the punctuation of a string, so it can be applied to a converted
+version of the string.</p>
+<p>For example,
+punct = depunctuate(ciphertext)
+plaintext = decipher(sanitise(ciphertext))
+readable_plaintext = repunctuate(plaintext, punct)</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def depunctuate(text):
+    &#34;&#34;&#34;Record the punctuation of a string, so it can be applied to a converted
+    version of the string.
+
+    For example, 
+    punct = depunctuate(ciphertext)
+    plaintext = decipher(sanitise(ciphertext))
+    readable_plaintext = repunctuate(plaintext, punct)
+    &#34;&#34;&#34;
+    return [depunctuate_character(c) for c in text]</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.support.text_prettify.depunctuate_character"><code class="name flex">
+<span>def <span class="ident">depunctuate_character</span></span>(<span>c)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Record the punctuation of a character</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def depunctuate_character(c):
+    &#34;&#34;&#34;Record the punctuation of a character&#34;&#34;&#34;
+    if c in string.ascii_uppercase:
+        return &#39;UPPER&#39;
+    elif c in string.ascii_lowercase:
+        return &#39;LOWER&#39;
+    else:
+        return c</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.support.text_prettify.lcat"><code class="name flex">
+<span>def <span class="ident">lcat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+<dt id="szyfrow.support.text_prettify.prettify"><code class="name flex">
+<span>def <span class="ident">prettify</span></span>(<span>text, width=100)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Segment a text into words, then pack into lines, and combine the lines
+into a single string for printing.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def prettify(text, width=100):
+    &#34;&#34;&#34;Segment a text into words, then pack into lines, and combine the lines
+    into a single string for printing.&#34;&#34;&#34;
+    return lcat(tpack(segment(text), width=width))</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.support.text_prettify.repunctuate"><code class="name flex">
+<span>def <span class="ident">repunctuate</span></span>(<span>text, punctuation)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Apply the recored punctuation to a sanitised string.</p>
+<p>For example,
+punct = depunctuate(ciphertext)
+plaintext = decipher(sanitise(ciphertext))
+readable_plaintext = repunctuate(plaintext, punct)</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def repunctuate(text, punctuation):
+    &#34;&#34;&#34;Apply the recored punctuation to a sanitised string.
+
+    For example, 
+    punct = depunctuate(ciphertext)
+    plaintext = decipher(sanitise(ciphertext))
+    readable_plaintext = repunctuate(plaintext, punct)
+    &#34;&#34;&#34;
+    letters = iter(sanitise(text))
+    return cat(repunctuate_character(letters, p) for p in punctuation)</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.support.text_prettify.repunctuate_character"><code class="name flex">
+<span>def <span class="ident">repunctuate_character</span></span>(<span>letters, punctuation)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Apply the recorded punctuation to a character. The letters must be
+an iterator of base characters.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def repunctuate_character(letters, punctuation):
+    &#34;&#34;&#34;Apply the recorded punctuation to a character. The letters must be
+    an iterator of base characters.&#34;&#34;&#34;
+    if punctuation == &#39;UPPER&#39;:
+        return next(letters).upper()
+    elif punctuation == &#39;LOWER&#39;:
+        return next(letters).lower()
+    else:
+        return punctuation</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.support.text_prettify.tpack"><code class="name flex">
+<span>def <span class="ident">tpack</span></span>(<span>text, width=100)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Pack a list of words into lines, so long as each line (including
+intervening spaces) is no longer than <em>width</em></p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def tpack(text, width=100):
+    &#34;&#34;&#34;Pack a list of words into lines, so long as each line (including
+    intervening spaces) is no longer than _width_&#34;&#34;&#34;
+    lines = [text[0]]
+    for word in text[1:]:
+        if len(lines[-1]) + 1 + len(word) &lt;= width:
+            lines[-1] += (&#39; &#39; + word)
+        else:
+            lines += [word]
+    return lines</code></pre>
+</details>
+</dd>
+</dl>
+</section>
+<section>
+</section>
+</article>
+<nav id="sidebar">
+<h1>Index</h1>
+<div class="toc">
+<ul></ul>
+</div>
+<ul id="index">
+<li><h3>Super-module</h3>
+<ul>
+<li><code><a title="szyfrow.support" href="index.html">szyfrow.support</a></code></li>
+</ul>
+</li>
+<li><h3><a href="#header-functions">Functions</a></h3>
+<ul class="">
+<li><code><a title="szyfrow.support.text_prettify.cat" href="#szyfrow.support.text_prettify.cat">cat</a></code></li>
+<li><code><a title="szyfrow.support.text_prettify.depunctuate" href="#szyfrow.support.text_prettify.depunctuate">depunctuate</a></code></li>
+<li><code><a title="szyfrow.support.text_prettify.depunctuate_character" href="#szyfrow.support.text_prettify.depunctuate_character">depunctuate_character</a></code></li>
+<li><code><a title="szyfrow.support.text_prettify.lcat" href="#szyfrow.support.text_prettify.lcat">lcat</a></code></li>
+<li><code><a title="szyfrow.support.text_prettify.prettify" href="#szyfrow.support.text_prettify.prettify">prettify</a></code></li>
+<li><code><a title="szyfrow.support.text_prettify.repunctuate" href="#szyfrow.support.text_prettify.repunctuate">repunctuate</a></code></li>
+<li><code><a title="szyfrow.support.text_prettify.repunctuate_character" href="#szyfrow.support.text_prettify.repunctuate_character">repunctuate_character</a></code></li>
+<li><code><a title="szyfrow.support.text_prettify.tpack" href="#szyfrow.support.text_prettify.tpack">tpack</a></code></li>
+</ul>
+</li>
+</ul>
+</nav>
+</main>
+<footer id="footer">
+<p>Generated by <a href="https://pdoc3.github.io/pdoc"><cite>pdoc</cite> 0.9.2</a>.</p>
+</footer>
+</body>
+</html>
\ No newline at end of file
diff --git a/docs/szyfrow/support/utilities.html b/docs/szyfrow/support/utilities.html
new file mode 100644 (file)
index 0000000..00365f9
--- /dev/null
@@ -0,0 +1,764 @@
+<!doctype html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
+<meta name="generator" content="pdoc 0.9.2" />
+<title>szyfrow.support.utilities API documentation</title>
+<meta name="description" content="A mish-mash of utility functions" />
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/sanitize.min.css" integrity="sha256-PK9q560IAAa6WVRRh76LtCaI8pjTJ2z11v0miyNNjrs=" crossorigin>
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/typography.min.css" integrity="sha256-7l/o7C8jubJiy74VsKTidCy1yBkRtiUGbVkYBylBqUg=" crossorigin>
+<link rel="stylesheet preload" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/styles/github.min.css" crossorigin>
+<style>:root{--highlight-color:#fe9}.flex{display:flex !important}body{line-height:1.5em}#content{padding:20px}#sidebar{padding:30px;overflow:hidden}#sidebar > *:last-child{margin-bottom:2cm}.http-server-breadcrumbs{font-size:130%;margin:0 0 15px 0}#footer{font-size:.75em;padding:5px 30px;border-top:1px solid #ddd;text-align:right}#footer p{margin:0 0 0 1em;display:inline-block}#footer p:last-child{margin-right:30px}h1,h2,h3,h4,h5{font-weight:300}h1{font-size:2.5em;line-height:1.1em}h2{font-size:1.75em;margin:1em 0 .50em 0}h3{font-size:1.4em;margin:25px 0 10px 0}h4{margin:0;font-size:105%}h1:target,h2:target,h3:target,h4:target,h5:target,h6:target{background:var(--highlight-color);padding:.2em 0}a{color:#058;text-decoration:none;transition:color .3s ease-in-out}a:hover{color:#e82}.title code{font-weight:bold}h2[id^="header-"]{margin-top:2em}.ident{color:#900}pre code{background:#f8f8f8;font-size:.8em;line-height:1.4em}code{background:#f2f2f1;padding:1px 4px;overflow-wrap:break-word}h1 code{background:transparent}pre{background:#f8f8f8;border:0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;margin:1em 0;padding:1ex}#http-server-module-list{display:flex;flex-flow:column}#http-server-module-list div{display:flex}#http-server-module-list dt{min-width:10%}#http-server-module-list p{margin-top:0}.toc ul,#index{list-style-type:none;margin:0;padding:0}#index code{background:transparent}#index h3{border-bottom:1px solid #ddd}#index ul{padding:0}#index h4{margin-top:.6em;font-weight:bold}@media (min-width:200ex){#index .two-column{column-count:2}}@media (min-width:300ex){#index .two-column{column-count:3}}dl{margin-bottom:2em}dl dl:last-child{margin-bottom:4em}dd{margin:0 0 1em 3em}#header-classes + dl > dd{margin-bottom:3em}dd dd{margin-left:2em}dd p{margin:10px 0}.name{background:#eee;font-weight:bold;font-size:.85em;padding:5px 10px;display:inline-block;min-width:40%}.name:hover{background:#e0e0e0}dt:target .name{background:var(--highlight-color)}.name > span:first-child{white-space:nowrap}.name.class > span:nth-child(2){margin-left:.4em}.inherited{color:#999;border-left:5px solid #eee;padding-left:1em}.inheritance em{font-style:normal;font-weight:bold}.desc h2{font-weight:400;font-size:1.25em}.desc h3{font-size:1em}.desc dt code{background:inherit}.source summary,.git-link-div{color:#666;text-align:right;font-weight:400;font-size:.8em;text-transform:uppercase}.source summary > *{white-space:nowrap;cursor:pointer}.git-link{color:inherit;margin-left:1em}.source pre{max-height:500px;overflow:auto;margin:0}.source pre code{font-size:12px;overflow:visible}.hlist{list-style:none}.hlist li{display:inline}.hlist li:after{content:',\2002'}.hlist li:last-child:after{content:none}.hlist .hlist{display:inline;padding-left:1em}img{max-width:100%}td{padding:0 .5em}.admonition{padding:.1em .5em;margin-bottom:1em}.admonition-title{font-weight:bold}.admonition.note,.admonition.info,.admonition.important{background:#aef}.admonition.todo,.admonition.versionadded,.admonition.tip,.admonition.hint{background:#dfd}.admonition.warning,.admonition.versionchanged,.admonition.deprecated{background:#fd4}.admonition.error,.admonition.danger,.admonition.caution{background:lightpink}</style>
+<style media="screen and (min-width: 700px)">@media screen and (min-width:700px){#sidebar{width:30%;height:100vh;overflow:auto;position:sticky;top:0}#content{width:70%;max-width:100ch;padding:3em 4em;border-left:1px solid #ddd}pre code{font-size:1em}.item .name{font-size:1em}main{display:flex;flex-direction:row-reverse;justify-content:flex-end}.toc ul ul,#index ul{padding-left:1.5em}.toc > ul > li{margin-top:.5em}}</style>
+<style media="print">@media print{#sidebar h1{page-break-before:always}.source{display:none}}@media print{*{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a[href]:after{content:" (" attr(href) ")";font-size:90%}a[href][title]:after{content:none}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:0.5cm}p,h2,h3{orphans:3;widows:3}h1,h2,h3,h4,h5,h6{page-break-after:avoid}}</style>
+<script defer src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/highlight.min.js" integrity="sha256-Uv3H6lx7dJmRfRvH8TH6kJD1TSK1aFcwgx+mdg3epi8=" crossorigin></script>
+<script>window.addEventListener('DOMContentLoaded', () => hljs.initHighlighting())</script>
+</head>
+<body>
+<main>
+<article id="content">
+<header>
+<h1 class="title">Module <code>szyfrow.support.utilities</code></h1>
+</header>
+<section id="section-intro">
+<p>A mish-mash of utility functions</p>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">&#34;&#34;&#34;A mish-mash of utility functions&#34;&#34;&#34;
+
+import string
+import collections
+import unicodedata
+from itertools import zip_longest
+
+cat = &#39;&#39;.join
+&#34;&#34;&#34;join a a list of letters into a string.&#34;&#34;&#34;
+
+wcat = &#39; &#39;.join
+&#34;&#34;&#34;join a list of words into a string, separated by spaces&#34;&#34;&#34;
+
+lcat = &#39;\n&#39;.join
+&#34;&#34;&#34;join a list of lines, separated by newline&#34;&#34;&#34;
+
+def pos(letter): 
+    &#34;&#34;&#34;Return the position of a letter in the alphabet (0-25)&#34;&#34;&#34;
+    if letter in string.ascii_lowercase:
+        return ord(letter) - ord(&#39;a&#39;)
+    elif letter in string.ascii_uppercase:
+        return ord(letter) - ord(&#39;A&#39;)
+    else:
+        raise ValueError(&#39;pos requires input of {} to be an ascii letter&#39;.format(letter))
+    
+def unpos(number): 
+    &#34;&#34;&#34;Return the letter in the given position in the alphabet (mod 26)&#34;&#34;&#34;
+    return chr(number % 26 + ord(&#39;a&#39;))
+
+def pad(message_len, group_len, fillvalue):
+    &#34;&#34;&#34;Return the padding needed to extend a message to a multiple of group_len
+    in length.
+
+    fillvalue can be a function or a literal value. If a function, it is called
+    once for each padded character. Use this with fillvalue=random_english_letter
+    to pad a message with random letters.
+    &#34;&#34;&#34;
+    padding_length = group_len - message_len % group_len
+    if padding_length == group_len: padding_length = 0
+    padding = &#39;&#39;
+    if callable(fillvalue):
+        for i in range(padding_length):
+            padding += fillvalue()
+    else:
+        padding += fillvalue * padding_length
+    return padding
+
+def every_nth(text, n, fillvalue=&#39;&#39;):
+    &#34;&#34;&#34;Returns n strings, each of which consists of every nth character, 
+    starting with the 0th, 1st, 2nd, ... (n-1)th character
+    
+    &gt;&gt;&gt; every_nth(string.ascii_lowercase, 5)
+    [&#39;afkpuz&#39;, &#39;bglqv&#39;, &#39;chmrw&#39;, &#39;dinsx&#39;, &#39;ejoty&#39;]
+    &gt;&gt;&gt; every_nth(string.ascii_lowercase, 1)
+    [&#39;abcdefghijklmnopqrstuvwxyz&#39;]
+    &gt;&gt;&gt; every_nth(string.ascii_lowercase, 26) # doctest: +NORMALIZE_WHITESPACE
+    [&#39;a&#39;, &#39;b&#39;, &#39;c&#39;, &#39;d&#39;, &#39;e&#39;, &#39;f&#39;, &#39;g&#39;, &#39;h&#39;, &#39;i&#39;, &#39;j&#39;, &#39;k&#39;, &#39;l&#39;, &#39;m&#39;, &#39;n&#39;, 
+     &#39;o&#39;, &#39;p&#39;, &#39;q&#39;, &#39;r&#39;, &#39;s&#39;, &#39;t&#39;, &#39;u&#39;, &#39;v&#39;, &#39;w&#39;, &#39;x&#39;, &#39;y&#39;, &#39;z&#39;]
+    &gt;&gt;&gt; every_nth(string.ascii_lowercase, 5, fillvalue=&#39;!&#39;)
+    [&#39;afkpuz&#39;, &#39;bglqv!&#39;, &#39;chmrw!&#39;, &#39;dinsx!&#39;, &#39;ejoty!&#39;]
+    &#34;&#34;&#34;
+    split_text = chunks(text, n, fillvalue)
+    return [cat(l) for l in zip_longest(*split_text, fillvalue=fillvalue)]
+
+def combine_every_nth(split_text):
+    &#34;&#34;&#34;Reforms a text split into every_nth strings
+    
+    &gt;&gt;&gt; combine_every_nth(every_nth(string.ascii_lowercase, 5))
+    &#39;abcdefghijklmnopqrstuvwxyz&#39;
+    &gt;&gt;&gt; combine_every_nth(every_nth(string.ascii_lowercase, 1))
+    &#39;abcdefghijklmnopqrstuvwxyz&#39;
+    &gt;&gt;&gt; combine_every_nth(every_nth(string.ascii_lowercase, 26))
+    &#39;abcdefghijklmnopqrstuvwxyz&#39;
+    &#34;&#34;&#34;
+    return cat([cat(l) 
+                    for l in zip_longest(*split_text, fillvalue=&#39;&#39;)])
+
+def chunks(text, n, fillvalue=None):
+    &#34;&#34;&#34;Split a text into chunks of n characters
+
+    &gt;&gt;&gt; chunks(&#39;abcdefghi&#39;, 3)
+    [&#39;abc&#39;, &#39;def&#39;, &#39;ghi&#39;]
+    &gt;&gt;&gt; chunks(&#39;abcdefghi&#39;, 4)
+    [&#39;abcd&#39;, &#39;efgh&#39;, &#39;i&#39;]
+    &gt;&gt;&gt; chunks(&#39;abcdefghi&#39;, 4, fillvalue=&#39;!&#39;)
+    [&#39;abcd&#39;, &#39;efgh&#39;, &#39;i!!!&#39;]
+    &#34;&#34;&#34;
+    if fillvalue:
+        # padding = fillvalue[0] * (n - len(text) % n)
+        padding = pad(len(text), n, fillvalue)
+        padded_text = text + padding
+    else:
+        padded_text = text
+    return [(padded_text)[i:i+n] for i in range(0, len(text), n)]
+
+def transpose(items, transposition):
+    &#34;&#34;&#34;Moves items around according to the given transposition
+    
+    &gt;&gt;&gt; transpose([&#39;a&#39;, &#39;b&#39;, &#39;c&#39;, &#39;d&#39;], (0,1,2,3))
+    [&#39;a&#39;, &#39;b&#39;, &#39;c&#39;, &#39;d&#39;]
+    &gt;&gt;&gt; transpose([&#39;a&#39;, &#39;b&#39;, &#39;c&#39;, &#39;d&#39;], (3,1,2,0))
+    [&#39;d&#39;, &#39;b&#39;, &#39;c&#39;, &#39;a&#39;]
+    &gt;&gt;&gt; transpose([10,11,12,13,14,15], (3,2,4,1,5,0))
+    [13, 12, 14, 11, 15, 10]
+    &#34;&#34;&#34;
+    transposed = [&#39;&#39;] * len(transposition)
+    for p, t in enumerate(transposition):
+       transposed[p] = items[t]
+    return transposed
+
+def untranspose(items, transposition):
+    &#34;&#34;&#34;Undoes a transpose
+    
+    &gt;&gt;&gt; untranspose([&#39;a&#39;, &#39;b&#39;, &#39;c&#39;, &#39;d&#39;], [0,1,2,3])
+    [&#39;a&#39;, &#39;b&#39;, &#39;c&#39;, &#39;d&#39;]
+    &gt;&gt;&gt; untranspose([&#39;d&#39;, &#39;b&#39;, &#39;c&#39;, &#39;a&#39;], [3,1,2,0])
+    [&#39;a&#39;, &#39;b&#39;, &#39;c&#39;, &#39;d&#39;]
+    &gt;&gt;&gt; untranspose([13, 12, 14, 11, 15, 10], [3,2,4,1,5,0])
+    [10, 11, 12, 13, 14, 15]
+    &#34;&#34;&#34;
+    transposed = [&#39;&#39;] * len(transposition)
+    for p, t in enumerate(transposition):
+       transposed[t] = items[p]
+    return transposed
+
+def deduplicate(text):
+    &#34;&#34;&#34;Return the input string, but with second (and subsequent) occurrences
+    of a character removed.
+    &#34;&#34;&#34;
+    return list(collections.OrderedDict.fromkeys(text))
+
+
+def letters(text):
+    &#34;&#34;&#34;Remove all non-alphabetic characters from a text
+    &gt;&gt;&gt; letters(&#39;The Quick&#39;)
+    &#39;TheQuick&#39;
+    &gt;&gt;&gt; letters(&#39;The Quick BROWN fox jumped! over... the (9lazy) DOG&#39;)
+    &#39;TheQuickBROWNfoxjumpedoverthelazyDOG&#39;
+    &#34;&#34;&#34;
+    return &#39;&#39;.join([c for c in text if c in string.ascii_letters])
+
+# Special characters for conversion, such as smart quotes.
+unaccent_specials = &#39;&#39;.maketrans({&#34;’&#34;: &#34;&#39;&#34;, &#39;“&#39;: &#39;&#34;&#39;, &#39;”&#39;: &#39;&#34;&#39;})
+
+def unaccent(text):
+    &#34;&#34;&#34;Remove all accents from letters. 
+    It does this by converting the unicode string to decomposed compatability
+    form, dropping all the combining accents, then re-encoding the bytes.
+
+    &gt;&gt;&gt; unaccent(&#39;hello&#39;)
+    &#39;hello&#39;
+    &gt;&gt;&gt; unaccent(&#39;HELLO&#39;)
+    &#39;HELLO&#39;
+    &gt;&gt;&gt; unaccent(&#39;héllo&#39;)
+    &#39;hello&#39;
+    &gt;&gt;&gt; unaccent(&#39;héllö&#39;)
+    &#39;hello&#39;
+    &gt;&gt;&gt; unaccent(&#39;HÉLLÖ&#39;)
+    &#39;HELLO&#39;
+    &#34;&#34;&#34;
+    translated_text = text.translate(unaccent_specials)
+    return unicodedata.normalize(&#39;NFKD&#39;, translated_text).\
+        encode(&#39;ascii&#39;, &#39;ignore&#39;).\
+        decode(&#39;utf-8&#39;)
+
+def sanitise(text):
+    &#34;&#34;&#34;Remove all non-alphabetic characters and convert the text to lowercase
+    
+    &gt;&gt;&gt; sanitise(&#39;The Quick&#39;)
+    &#39;thequick&#39;
+    &gt;&gt;&gt; sanitise(&#39;The Quick BROWN fox jumped! over... the (9lazy) DOG&#39;)
+    &#39;thequickbrownfoxjumpedoverthelazydog&#39;
+    &gt;&gt;&gt; sanitise(&#39;HÉLLÖ&#39;)
+    &#39;hello&#39;
+    &#34;&#34;&#34;
+    return letters(unaccent(text)).lower()
+
+
+def index_of_coincidence(text):
+    &#34;&#34;&#34;Index of coincidence of a string. This is low for random text, 
+    higher for natural langauge.
+    &#34;&#34;&#34;
+    stext = sanitise(text)
+    counts = collections.Counter(stext)
+    denom = len(stext) * (len(text) - 1) / 26
+    return (
+        sum(max(counts[l] * counts[l] - 1, 0) for l in string.ascii_lowercase)
+        /
+        denom
+    )
+
+
+def frequencies(text):
+    &#34;&#34;&#34;Count the number of occurrences of each character in text
+
+    &gt;&gt;&gt; sorted(frequencies(&#39;abcdefabc&#39;).items())
+    [(&#39;a&#39;, 2), (&#39;b&#39;, 2), (&#39;c&#39;, 2), (&#39;d&#39;, 1), (&#39;e&#39;, 1), (&#39;f&#39;, 1)]
+    &gt;&gt;&gt; sorted(frequencies(&#39;the quick brown fox jumped over the lazy &#39; \
+         &#39;dog&#39;).items()) # doctest: +NORMALIZE_WHITESPACE
+    [(&#39; &#39;, 8), (&#39;a&#39;, 1), (&#39;b&#39;, 1), (&#39;c&#39;, 1), (&#39;d&#39;, 2), (&#39;e&#39;, 4), (&#39;f&#39;, 1),
+     (&#39;g&#39;, 1), (&#39;h&#39;, 2), (&#39;i&#39;, 1), (&#39;j&#39;, 1), (&#39;k&#39;, 1), (&#39;l&#39;, 1), (&#39;m&#39;, 1),
+     (&#39;n&#39;, 1), (&#39;o&#39;, 4), (&#39;p&#39;, 1), (&#39;q&#39;, 1), (&#39;r&#39;, 2), (&#39;t&#39;, 2), (&#39;u&#39;, 2),
+     (&#39;v&#39;, 1), (&#39;w&#39;, 1), (&#39;x&#39;, 1), (&#39;y&#39;, 1), (&#39;z&#39;, 1)]
+    &gt;&gt;&gt; sorted(frequencies(&#39;The Quick BROWN fox jumped! over... the &#39; \
+         &#39;(9lazy) DOG&#39;).items()) # doctest: +NORMALIZE_WHITESPACE
+    [(&#39; &#39;, 8), (&#39;!&#39;, 1), (&#39;(&#39;, 1), (&#39;)&#39;, 1), (&#39;.&#39;, 3), (&#39;9&#39;, 1), (&#39;B&#39;, 1),
+     (&#39;D&#39;, 1), (&#39;G&#39;, 1), (&#39;N&#39;, 1), (&#39;O&#39;, 2), (&#39;Q&#39;, 1), (&#39;R&#39;, 1), (&#39;T&#39;, 1),
+     (&#39;W&#39;, 1), (&#39;a&#39;, 1), (&#39;c&#39;, 1), (&#39;d&#39;, 1), (&#39;e&#39;, 4), (&#39;f&#39;, 1), (&#39;h&#39;, 2),
+     (&#39;i&#39;, 1), (&#39;j&#39;, 1), (&#39;k&#39;, 1), (&#39;l&#39;, 1), (&#39;m&#39;, 1), (&#39;o&#39;, 2), (&#39;p&#39;, 1),
+     (&#39;r&#39;, 1), (&#39;t&#39;, 1), (&#39;u&#39;, 2), (&#39;v&#39;, 1), (&#39;x&#39;, 1), (&#39;y&#39;, 1), (&#39;z&#39;, 1)]
+    &gt;&gt;&gt; sorted(frequencies(sanitise(&#39;The Quick BROWN fox jumped! over... &#39;\
+         &#39;the (9lazy) DOG&#39;)).items()) # doctest: +NORMALIZE_WHITESPACE
+    [(&#39;a&#39;, 1), (&#39;b&#39;, 1), (&#39;c&#39;, 1), (&#39;d&#39;, 2), (&#39;e&#39;, 4), (&#39;f&#39;, 1), (&#39;g&#39;, 1),
+     (&#39;h&#39;, 2), (&#39;i&#39;, 1), (&#39;j&#39;, 1), (&#39;k&#39;, 1), (&#39;l&#39;, 1), (&#39;m&#39;, 1), (&#39;n&#39;, 1),
+     (&#39;o&#39;, 4), (&#39;p&#39;, 1), (&#39;q&#39;, 1), (&#39;r&#39;, 2), (&#39;t&#39;, 2), (&#39;u&#39;, 2), (&#39;v&#39;, 1),
+     (&#39;w&#39;, 1), (&#39;x&#39;, 1), (&#39;y&#39;, 1), (&#39;z&#39;, 1)]
+    &gt;&gt;&gt; frequencies(&#39;abcdefabcdef&#39;)[&#39;x&#39;]
+    0
+    &#34;&#34;&#34;
+    return collections.Counter(c for c in text)
+
+if __name__ == &#34;__main__&#34;:
+    import doctest
+    doctest.testmod()</code></pre>
+</details>
+</section>
+<section>
+</section>
+<section>
+</section>
+<section>
+<h2 class="section-title" id="header-functions">Functions</h2>
+<dl>
+<dt id="szyfrow.support.utilities.cat"><code class="name flex">
+<span>def <span class="ident">cat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+<dt id="szyfrow.support.utilities.chunks"><code class="name flex">
+<span>def <span class="ident">chunks</span></span>(<span>text, n, fillvalue=None)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Split a text into chunks of n characters</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; chunks('abcdefghi', 3)
+['abc', 'def', 'ghi']
+&gt;&gt;&gt; chunks('abcdefghi', 4)
+['abcd', 'efgh', 'i']
+&gt;&gt;&gt; chunks('abcdefghi', 4, fillvalue='!')
+['abcd', 'efgh', 'i!!!']
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def chunks(text, n, fillvalue=None):
+    &#34;&#34;&#34;Split a text into chunks of n characters
+
+    &gt;&gt;&gt; chunks(&#39;abcdefghi&#39;, 3)
+    [&#39;abc&#39;, &#39;def&#39;, &#39;ghi&#39;]
+    &gt;&gt;&gt; chunks(&#39;abcdefghi&#39;, 4)
+    [&#39;abcd&#39;, &#39;efgh&#39;, &#39;i&#39;]
+    &gt;&gt;&gt; chunks(&#39;abcdefghi&#39;, 4, fillvalue=&#39;!&#39;)
+    [&#39;abcd&#39;, &#39;efgh&#39;, &#39;i!!!&#39;]
+    &#34;&#34;&#34;
+    if fillvalue:
+        # padding = fillvalue[0] * (n - len(text) % n)
+        padding = pad(len(text), n, fillvalue)
+        padded_text = text + padding
+    else:
+        padded_text = text
+    return [(padded_text)[i:i+n] for i in range(0, len(text), n)]</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.support.utilities.combine_every_nth"><code class="name flex">
+<span>def <span class="ident">combine_every_nth</span></span>(<span>split_text)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Reforms a text split into every_nth strings</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; combine_every_nth(every_nth(string.ascii_lowercase, 5))
+'abcdefghijklmnopqrstuvwxyz'
+&gt;&gt;&gt; combine_every_nth(every_nth(string.ascii_lowercase, 1))
+'abcdefghijklmnopqrstuvwxyz'
+&gt;&gt;&gt; combine_every_nth(every_nth(string.ascii_lowercase, 26))
+'abcdefghijklmnopqrstuvwxyz'
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def combine_every_nth(split_text):
+    &#34;&#34;&#34;Reforms a text split into every_nth strings
+    
+    &gt;&gt;&gt; combine_every_nth(every_nth(string.ascii_lowercase, 5))
+    &#39;abcdefghijklmnopqrstuvwxyz&#39;
+    &gt;&gt;&gt; combine_every_nth(every_nth(string.ascii_lowercase, 1))
+    &#39;abcdefghijklmnopqrstuvwxyz&#39;
+    &gt;&gt;&gt; combine_every_nth(every_nth(string.ascii_lowercase, 26))
+    &#39;abcdefghijklmnopqrstuvwxyz&#39;
+    &#34;&#34;&#34;
+    return cat([cat(l) 
+                    for l in zip_longest(*split_text, fillvalue=&#39;&#39;)])</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.support.utilities.deduplicate"><code class="name flex">
+<span>def <span class="ident">deduplicate</span></span>(<span>text)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Return the input string, but with second (and subsequent) occurrences
+of a character removed.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def deduplicate(text):
+    &#34;&#34;&#34;Return the input string, but with second (and subsequent) occurrences
+    of a character removed.
+    &#34;&#34;&#34;
+    return list(collections.OrderedDict.fromkeys(text))</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.support.utilities.every_nth"><code class="name flex">
+<span>def <span class="ident">every_nth</span></span>(<span>text, n, fillvalue='')</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Returns n strings, each of which consists of every nth character,
+starting with the 0th, 1st, 2nd, &hellip; (n-1)th character</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; every_nth(string.ascii_lowercase, 5)
+['afkpuz', 'bglqv', 'chmrw', 'dinsx', 'ejoty']
+&gt;&gt;&gt; every_nth(string.ascii_lowercase, 1)
+['abcdefghijklmnopqrstuvwxyz']
+&gt;&gt;&gt; every_nth(string.ascii_lowercase, 26) # doctest: +NORMALIZE_WHITESPACE
+['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']
+&gt;&gt;&gt; every_nth(string.ascii_lowercase, 5, fillvalue='!')
+['afkpuz', 'bglqv!', 'chmrw!', 'dinsx!', 'ejoty!']
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def every_nth(text, n, fillvalue=&#39;&#39;):
+    &#34;&#34;&#34;Returns n strings, each of which consists of every nth character, 
+    starting with the 0th, 1st, 2nd, ... (n-1)th character
+    
+    &gt;&gt;&gt; every_nth(string.ascii_lowercase, 5)
+    [&#39;afkpuz&#39;, &#39;bglqv&#39;, &#39;chmrw&#39;, &#39;dinsx&#39;, &#39;ejoty&#39;]
+    &gt;&gt;&gt; every_nth(string.ascii_lowercase, 1)
+    [&#39;abcdefghijklmnopqrstuvwxyz&#39;]
+    &gt;&gt;&gt; every_nth(string.ascii_lowercase, 26) # doctest: +NORMALIZE_WHITESPACE
+    [&#39;a&#39;, &#39;b&#39;, &#39;c&#39;, &#39;d&#39;, &#39;e&#39;, &#39;f&#39;, &#39;g&#39;, &#39;h&#39;, &#39;i&#39;, &#39;j&#39;, &#39;k&#39;, &#39;l&#39;, &#39;m&#39;, &#39;n&#39;, 
+     &#39;o&#39;, &#39;p&#39;, &#39;q&#39;, &#39;r&#39;, &#39;s&#39;, &#39;t&#39;, &#39;u&#39;, &#39;v&#39;, &#39;w&#39;, &#39;x&#39;, &#39;y&#39;, &#39;z&#39;]
+    &gt;&gt;&gt; every_nth(string.ascii_lowercase, 5, fillvalue=&#39;!&#39;)
+    [&#39;afkpuz&#39;, &#39;bglqv!&#39;, &#39;chmrw!&#39;, &#39;dinsx!&#39;, &#39;ejoty!&#39;]
+    &#34;&#34;&#34;
+    split_text = chunks(text, n, fillvalue)
+    return [cat(l) for l in zip_longest(*split_text, fillvalue=fillvalue)]</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.support.utilities.frequencies"><code class="name flex">
+<span>def <span class="ident">frequencies</span></span>(<span>text)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Count the number of occurrences of each character in text</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; sorted(frequencies('abcdefabc').items())
+[('a', 2), ('b', 2), ('c', 2), ('d', 1), ('e', 1), ('f', 1)]
+&gt;&gt;&gt; sorted(frequencies('the quick brown fox jumped over the lazy '          'dog').items()) # doctest: +NORMALIZE_WHITESPACE
+[(' ', 8), ('a', 1), ('b', 1), ('c', 1), ('d', 2), ('e', 4), ('f', 1),
+ ('g', 1), ('h', 2), ('i', 1), ('j', 1), ('k', 1), ('l', 1), ('m', 1),
+ ('n', 1), ('o', 4), ('p', 1), ('q', 1), ('r', 2), ('t', 2), ('u', 2),
+ ('v', 1), ('w', 1), ('x', 1), ('y', 1), ('z', 1)]
+&gt;&gt;&gt; sorted(frequencies('The Quick BROWN fox jumped! over... the '          '(9lazy) DOG').items()) # doctest: +NORMALIZE_WHITESPACE
+[(' ', 8), ('!', 1), ('(', 1), (')', 1), ('.', 3), ('9', 1), ('B', 1),
+ ('D', 1), ('G', 1), ('N', 1), ('O', 2), ('Q', 1), ('R', 1), ('T', 1),
+ ('W', 1), ('a', 1), ('c', 1), ('d', 1), ('e', 4), ('f', 1), ('h', 2),
+ ('i', 1), ('j', 1), ('k', 1), ('l', 1), ('m', 1), ('o', 2), ('p', 1),
+ ('r', 1), ('t', 1), ('u', 2), ('v', 1), ('x', 1), ('y', 1), ('z', 1)]
+&gt;&gt;&gt; sorted(frequencies(sanitise('The Quick BROWN fox jumped! over... '         'the (9lazy) DOG')).items()) # doctest: +NORMALIZE_WHITESPACE
+[('a', 1), ('b', 1), ('c', 1), ('d', 2), ('e', 4), ('f', 1), ('g', 1),
+ ('h', 2), ('i', 1), ('j', 1), ('k', 1), ('l', 1), ('m', 1), ('n', 1),
+ ('o', 4), ('p', 1), ('q', 1), ('r', 2), ('t', 2), ('u', 2), ('v', 1),
+ ('w', 1), ('x', 1), ('y', 1), ('z', 1)]
+&gt;&gt;&gt; frequencies('abcdefabcdef')['x']
+0
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def frequencies(text):
+    &#34;&#34;&#34;Count the number of occurrences of each character in text
+
+    &gt;&gt;&gt; sorted(frequencies(&#39;abcdefabc&#39;).items())
+    [(&#39;a&#39;, 2), (&#39;b&#39;, 2), (&#39;c&#39;, 2), (&#39;d&#39;, 1), (&#39;e&#39;, 1), (&#39;f&#39;, 1)]
+    &gt;&gt;&gt; sorted(frequencies(&#39;the quick brown fox jumped over the lazy &#39; \
+         &#39;dog&#39;).items()) # doctest: +NORMALIZE_WHITESPACE
+    [(&#39; &#39;, 8), (&#39;a&#39;, 1), (&#39;b&#39;, 1), (&#39;c&#39;, 1), (&#39;d&#39;, 2), (&#39;e&#39;, 4), (&#39;f&#39;, 1),
+     (&#39;g&#39;, 1), (&#39;h&#39;, 2), (&#39;i&#39;, 1), (&#39;j&#39;, 1), (&#39;k&#39;, 1), (&#39;l&#39;, 1), (&#39;m&#39;, 1),
+     (&#39;n&#39;, 1), (&#39;o&#39;, 4), (&#39;p&#39;, 1), (&#39;q&#39;, 1), (&#39;r&#39;, 2), (&#39;t&#39;, 2), (&#39;u&#39;, 2),
+     (&#39;v&#39;, 1), (&#39;w&#39;, 1), (&#39;x&#39;, 1), (&#39;y&#39;, 1), (&#39;z&#39;, 1)]
+    &gt;&gt;&gt; sorted(frequencies(&#39;The Quick BROWN fox jumped! over... the &#39; \
+         &#39;(9lazy) DOG&#39;).items()) # doctest: +NORMALIZE_WHITESPACE
+    [(&#39; &#39;, 8), (&#39;!&#39;, 1), (&#39;(&#39;, 1), (&#39;)&#39;, 1), (&#39;.&#39;, 3), (&#39;9&#39;, 1), (&#39;B&#39;, 1),
+     (&#39;D&#39;, 1), (&#39;G&#39;, 1), (&#39;N&#39;, 1), (&#39;O&#39;, 2), (&#39;Q&#39;, 1), (&#39;R&#39;, 1), (&#39;T&#39;, 1),
+     (&#39;W&#39;, 1), (&#39;a&#39;, 1), (&#39;c&#39;, 1), (&#39;d&#39;, 1), (&#39;e&#39;, 4), (&#39;f&#39;, 1), (&#39;h&#39;, 2),
+     (&#39;i&#39;, 1), (&#39;j&#39;, 1), (&#39;k&#39;, 1), (&#39;l&#39;, 1), (&#39;m&#39;, 1), (&#39;o&#39;, 2), (&#39;p&#39;, 1),
+     (&#39;r&#39;, 1), (&#39;t&#39;, 1), (&#39;u&#39;, 2), (&#39;v&#39;, 1), (&#39;x&#39;, 1), (&#39;y&#39;, 1), (&#39;z&#39;, 1)]
+    &gt;&gt;&gt; sorted(frequencies(sanitise(&#39;The Quick BROWN fox jumped! over... &#39;\
+         &#39;the (9lazy) DOG&#39;)).items()) # doctest: +NORMALIZE_WHITESPACE
+    [(&#39;a&#39;, 1), (&#39;b&#39;, 1), (&#39;c&#39;, 1), (&#39;d&#39;, 2), (&#39;e&#39;, 4), (&#39;f&#39;, 1), (&#39;g&#39;, 1),
+     (&#39;h&#39;, 2), (&#39;i&#39;, 1), (&#39;j&#39;, 1), (&#39;k&#39;, 1), (&#39;l&#39;, 1), (&#39;m&#39;, 1), (&#39;n&#39;, 1),
+     (&#39;o&#39;, 4), (&#39;p&#39;, 1), (&#39;q&#39;, 1), (&#39;r&#39;, 2), (&#39;t&#39;, 2), (&#39;u&#39;, 2), (&#39;v&#39;, 1),
+     (&#39;w&#39;, 1), (&#39;x&#39;, 1), (&#39;y&#39;, 1), (&#39;z&#39;, 1)]
+    &gt;&gt;&gt; frequencies(&#39;abcdefabcdef&#39;)[&#39;x&#39;]
+    0
+    &#34;&#34;&#34;
+    return collections.Counter(c for c in text)</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.support.utilities.index_of_coincidence"><code class="name flex">
+<span>def <span class="ident">index_of_coincidence</span></span>(<span>text)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Index of coincidence of a string. This is low for random text,
+higher for natural langauge.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def index_of_coincidence(text):
+    &#34;&#34;&#34;Index of coincidence of a string. This is low for random text, 
+    higher for natural langauge.
+    &#34;&#34;&#34;
+    stext = sanitise(text)
+    counts = collections.Counter(stext)
+    denom = len(stext) * (len(text) - 1) / 26
+    return (
+        sum(max(counts[l] * counts[l] - 1, 0) for l in string.ascii_lowercase)
+        /
+        denom
+    )</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.support.utilities.lcat"><code class="name flex">
+<span>def <span class="ident">lcat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+<dt id="szyfrow.support.utilities.letters"><code class="name flex">
+<span>def <span class="ident">letters</span></span>(<span>text)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Remove all non-alphabetic characters from a text</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; letters('The Quick')
+'TheQuick'
+&gt;&gt;&gt; letters('The Quick BROWN fox jumped! over... the (9lazy) DOG')
+'TheQuickBROWNfoxjumpedoverthelazyDOG'
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def letters(text):
+    &#34;&#34;&#34;Remove all non-alphabetic characters from a text
+    &gt;&gt;&gt; letters(&#39;The Quick&#39;)
+    &#39;TheQuick&#39;
+    &gt;&gt;&gt; letters(&#39;The Quick BROWN fox jumped! over... the (9lazy) DOG&#39;)
+    &#39;TheQuickBROWNfoxjumpedoverthelazyDOG&#39;
+    &#34;&#34;&#34;
+    return &#39;&#39;.join([c for c in text if c in string.ascii_letters])</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.support.utilities.pad"><code class="name flex">
+<span>def <span class="ident">pad</span></span>(<span>message_len, group_len, fillvalue)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Return the padding needed to extend a message to a multiple of group_len
+in length.</p>
+<p>fillvalue can be a function or a literal value. If a function, it is called
+once for each padded character. Use this with fillvalue=random_english_letter
+to pad a message with random letters.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def pad(message_len, group_len, fillvalue):
+    &#34;&#34;&#34;Return the padding needed to extend a message to a multiple of group_len
+    in length.
+
+    fillvalue can be a function or a literal value. If a function, it is called
+    once for each padded character. Use this with fillvalue=random_english_letter
+    to pad a message with random letters.
+    &#34;&#34;&#34;
+    padding_length = group_len - message_len % group_len
+    if padding_length == group_len: padding_length = 0
+    padding = &#39;&#39;
+    if callable(fillvalue):
+        for i in range(padding_length):
+            padding += fillvalue()
+    else:
+        padding += fillvalue * padding_length
+    return padding</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.support.utilities.pos"><code class="name flex">
+<span>def <span class="ident">pos</span></span>(<span>letter)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Return the position of a letter in the alphabet (0-25)</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def pos(letter): 
+    &#34;&#34;&#34;Return the position of a letter in the alphabet (0-25)&#34;&#34;&#34;
+    if letter in string.ascii_lowercase:
+        return ord(letter) - ord(&#39;a&#39;)
+    elif letter in string.ascii_uppercase:
+        return ord(letter) - ord(&#39;A&#39;)
+    else:
+        raise ValueError(&#39;pos requires input of {} to be an ascii letter&#39;.format(letter))</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.support.utilities.sanitise"><code class="name flex">
+<span>def <span class="ident">sanitise</span></span>(<span>text)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Remove all non-alphabetic characters and convert the text to lowercase</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; sanitise('The Quick')
+'thequick'
+&gt;&gt;&gt; sanitise('The Quick BROWN fox jumped! over... the (9lazy) DOG')
+'thequickbrownfoxjumpedoverthelazydog'
+&gt;&gt;&gt; sanitise('HÉLLÖ')
+'hello'
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def sanitise(text):
+    &#34;&#34;&#34;Remove all non-alphabetic characters and convert the text to lowercase
+    
+    &gt;&gt;&gt; sanitise(&#39;The Quick&#39;)
+    &#39;thequick&#39;
+    &gt;&gt;&gt; sanitise(&#39;The Quick BROWN fox jumped! over... the (9lazy) DOG&#39;)
+    &#39;thequickbrownfoxjumpedoverthelazydog&#39;
+    &gt;&gt;&gt; sanitise(&#39;HÉLLÖ&#39;)
+    &#39;hello&#39;
+    &#34;&#34;&#34;
+    return letters(unaccent(text)).lower()</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.support.utilities.transpose"><code class="name flex">
+<span>def <span class="ident">transpose</span></span>(<span>items, transposition)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Moves items around according to the given transposition</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; transpose(['a', 'b', 'c', 'd'], (0,1,2,3))
+['a', 'b', 'c', 'd']
+&gt;&gt;&gt; transpose(['a', 'b', 'c', 'd'], (3,1,2,0))
+['d', 'b', 'c', 'a']
+&gt;&gt;&gt; transpose([10,11,12,13,14,15], (3,2,4,1,5,0))
+[13, 12, 14, 11, 15, 10]
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def transpose(items, transposition):
+    &#34;&#34;&#34;Moves items around according to the given transposition
+    
+    &gt;&gt;&gt; transpose([&#39;a&#39;, &#39;b&#39;, &#39;c&#39;, &#39;d&#39;], (0,1,2,3))
+    [&#39;a&#39;, &#39;b&#39;, &#39;c&#39;, &#39;d&#39;]
+    &gt;&gt;&gt; transpose([&#39;a&#39;, &#39;b&#39;, &#39;c&#39;, &#39;d&#39;], (3,1,2,0))
+    [&#39;d&#39;, &#39;b&#39;, &#39;c&#39;, &#39;a&#39;]
+    &gt;&gt;&gt; transpose([10,11,12,13,14,15], (3,2,4,1,5,0))
+    [13, 12, 14, 11, 15, 10]
+    &#34;&#34;&#34;
+    transposed = [&#39;&#39;] * len(transposition)
+    for p, t in enumerate(transposition):
+       transposed[p] = items[t]
+    return transposed</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.support.utilities.unaccent"><code class="name flex">
+<span>def <span class="ident">unaccent</span></span>(<span>text)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Remove all accents from letters.
+It does this by converting the unicode string to decomposed compatability
+form, dropping all the combining accents, then re-encoding the bytes.</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; unaccent('hello')
+'hello'
+&gt;&gt;&gt; unaccent('HELLO')
+'HELLO'
+&gt;&gt;&gt; unaccent('héllo')
+'hello'
+&gt;&gt;&gt; unaccent('héllö')
+'hello'
+&gt;&gt;&gt; unaccent('HÉLLÖ')
+'HELLO'
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def unaccent(text):
+    &#34;&#34;&#34;Remove all accents from letters. 
+    It does this by converting the unicode string to decomposed compatability
+    form, dropping all the combining accents, then re-encoding the bytes.
+
+    &gt;&gt;&gt; unaccent(&#39;hello&#39;)
+    &#39;hello&#39;
+    &gt;&gt;&gt; unaccent(&#39;HELLO&#39;)
+    &#39;HELLO&#39;
+    &gt;&gt;&gt; unaccent(&#39;héllo&#39;)
+    &#39;hello&#39;
+    &gt;&gt;&gt; unaccent(&#39;héllö&#39;)
+    &#39;hello&#39;
+    &gt;&gt;&gt; unaccent(&#39;HÉLLÖ&#39;)
+    &#39;HELLO&#39;
+    &#34;&#34;&#34;
+    translated_text = text.translate(unaccent_specials)
+    return unicodedata.normalize(&#39;NFKD&#39;, translated_text).\
+        encode(&#39;ascii&#39;, &#39;ignore&#39;).\
+        decode(&#39;utf-8&#39;)</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.support.utilities.unpos"><code class="name flex">
+<span>def <span class="ident">unpos</span></span>(<span>number)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Return the letter in the given position in the alphabet (mod 26)</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def unpos(number): 
+    &#34;&#34;&#34;Return the letter in the given position in the alphabet (mod 26)&#34;&#34;&#34;
+    return chr(number % 26 + ord(&#39;a&#39;))</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.support.utilities.untranspose"><code class="name flex">
+<span>def <span class="ident">untranspose</span></span>(<span>items, transposition)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Undoes a transpose</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; untranspose(['a', 'b', 'c', 'd'], [0,1,2,3])
+['a', 'b', 'c', 'd']
+&gt;&gt;&gt; untranspose(['d', 'b', 'c', 'a'], [3,1,2,0])
+['a', 'b', 'c', 'd']
+&gt;&gt;&gt; untranspose([13, 12, 14, 11, 15, 10], [3,2,4,1,5,0])
+[10, 11, 12, 13, 14, 15]
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def untranspose(items, transposition):
+    &#34;&#34;&#34;Undoes a transpose
+    
+    &gt;&gt;&gt; untranspose([&#39;a&#39;, &#39;b&#39;, &#39;c&#39;, &#39;d&#39;], [0,1,2,3])
+    [&#39;a&#39;, &#39;b&#39;, &#39;c&#39;, &#39;d&#39;]
+    &gt;&gt;&gt; untranspose([&#39;d&#39;, &#39;b&#39;, &#39;c&#39;, &#39;a&#39;], [3,1,2,0])
+    [&#39;a&#39;, &#39;b&#39;, &#39;c&#39;, &#39;d&#39;]
+    &gt;&gt;&gt; untranspose([13, 12, 14, 11, 15, 10], [3,2,4,1,5,0])
+    [10, 11, 12, 13, 14, 15]
+    &#34;&#34;&#34;
+    transposed = [&#39;&#39;] * len(transposition)
+    for p, t in enumerate(transposition):
+       transposed[t] = items[p]
+    return transposed</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.support.utilities.wcat"><code class="name flex">
+<span>def <span class="ident">wcat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+</dl>
+</section>
+<section>
+</section>
+</article>
+<nav id="sidebar">
+<h1>Index</h1>
+<div class="toc">
+<ul></ul>
+</div>
+<ul id="index">
+<li><h3>Super-module</h3>
+<ul>
+<li><code><a title="szyfrow.support" href="index.html">szyfrow.support</a></code></li>
+</ul>
+</li>
+<li><h3><a href="#header-functions">Functions</a></h3>
+<ul class="">
+<li><code><a title="szyfrow.support.utilities.cat" href="#szyfrow.support.utilities.cat">cat</a></code></li>
+<li><code><a title="szyfrow.support.utilities.chunks" href="#szyfrow.support.utilities.chunks">chunks</a></code></li>
+<li><code><a title="szyfrow.support.utilities.combine_every_nth" href="#szyfrow.support.utilities.combine_every_nth">combine_every_nth</a></code></li>
+<li><code><a title="szyfrow.support.utilities.deduplicate" href="#szyfrow.support.utilities.deduplicate">deduplicate</a></code></li>
+<li><code><a title="szyfrow.support.utilities.every_nth" href="#szyfrow.support.utilities.every_nth">every_nth</a></code></li>
+<li><code><a title="szyfrow.support.utilities.frequencies" href="#szyfrow.support.utilities.frequencies">frequencies</a></code></li>
+<li><code><a title="szyfrow.support.utilities.index_of_coincidence" href="#szyfrow.support.utilities.index_of_coincidence">index_of_coincidence</a></code></li>
+<li><code><a title="szyfrow.support.utilities.lcat" href="#szyfrow.support.utilities.lcat">lcat</a></code></li>
+<li><code><a title="szyfrow.support.utilities.letters" href="#szyfrow.support.utilities.letters">letters</a></code></li>
+<li><code><a title="szyfrow.support.utilities.pad" href="#szyfrow.support.utilities.pad">pad</a></code></li>
+<li><code><a title="szyfrow.support.utilities.pos" href="#szyfrow.support.utilities.pos">pos</a></code></li>
+<li><code><a title="szyfrow.support.utilities.sanitise" href="#szyfrow.support.utilities.sanitise">sanitise</a></code></li>
+<li><code><a title="szyfrow.support.utilities.transpose" href="#szyfrow.support.utilities.transpose">transpose</a></code></li>
+<li><code><a title="szyfrow.support.utilities.unaccent" href="#szyfrow.support.utilities.unaccent">unaccent</a></code></li>
+<li><code><a title="szyfrow.support.utilities.unpos" href="#szyfrow.support.utilities.unpos">unpos</a></code></li>
+<li><code><a title="szyfrow.support.utilities.untranspose" href="#szyfrow.support.utilities.untranspose">untranspose</a></code></li>
+<li><code><a title="szyfrow.support.utilities.wcat" href="#szyfrow.support.utilities.wcat">wcat</a></code></li>
+</ul>
+</li>
+</ul>
+</nav>
+</main>
+<footer id="footer">
+<p>Generated by <a href="https://pdoc3.github.io/pdoc"><cite>pdoc</cite> 0.9.2</a>.</p>
+</footer>
+</body>
+</html>
\ No newline at end of file
diff --git a/docs/szyfrow/vigenere.html b/docs/szyfrow/vigenere.html
new file mode 100644 (file)
index 0000000..a69c023
--- /dev/null
@@ -0,0 +1,643 @@
+<!doctype html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
+<meta name="generator" content="pdoc 0.9.2" />
+<title>szyfrow.vigenere API documentation</title>
+<meta name="description" content="[Vigenère polyalphabetic substitution ciphers](https://en.wikipedia.org/wiki/Vigen%C3%A8re_cipher),
+mainly done by keyword. Also does Beaufort …" />
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/sanitize.min.css" integrity="sha256-PK9q560IAAa6WVRRh76LtCaI8pjTJ2z11v0miyNNjrs=" crossorigin>
+<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/typography.min.css" integrity="sha256-7l/o7C8jubJiy74VsKTidCy1yBkRtiUGbVkYBylBqUg=" crossorigin>
+<link rel="stylesheet preload" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/styles/github.min.css" crossorigin>
+<style>:root{--highlight-color:#fe9}.flex{display:flex !important}body{line-height:1.5em}#content{padding:20px}#sidebar{padding:30px;overflow:hidden}#sidebar > *:last-child{margin-bottom:2cm}.http-server-breadcrumbs{font-size:130%;margin:0 0 15px 0}#footer{font-size:.75em;padding:5px 30px;border-top:1px solid #ddd;text-align:right}#footer p{margin:0 0 0 1em;display:inline-block}#footer p:last-child{margin-right:30px}h1,h2,h3,h4,h5{font-weight:300}h1{font-size:2.5em;line-height:1.1em}h2{font-size:1.75em;margin:1em 0 .50em 0}h3{font-size:1.4em;margin:25px 0 10px 0}h4{margin:0;font-size:105%}h1:target,h2:target,h3:target,h4:target,h5:target,h6:target{background:var(--highlight-color);padding:.2em 0}a{color:#058;text-decoration:none;transition:color .3s ease-in-out}a:hover{color:#e82}.title code{font-weight:bold}h2[id^="header-"]{margin-top:2em}.ident{color:#900}pre code{background:#f8f8f8;font-size:.8em;line-height:1.4em}code{background:#f2f2f1;padding:1px 4px;overflow-wrap:break-word}h1 code{background:transparent}pre{background:#f8f8f8;border:0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;margin:1em 0;padding:1ex}#http-server-module-list{display:flex;flex-flow:column}#http-server-module-list div{display:flex}#http-server-module-list dt{min-width:10%}#http-server-module-list p{margin-top:0}.toc ul,#index{list-style-type:none;margin:0;padding:0}#index code{background:transparent}#index h3{border-bottom:1px solid #ddd}#index ul{padding:0}#index h4{margin-top:.6em;font-weight:bold}@media (min-width:200ex){#index .two-column{column-count:2}}@media (min-width:300ex){#index .two-column{column-count:3}}dl{margin-bottom:2em}dl dl:last-child{margin-bottom:4em}dd{margin:0 0 1em 3em}#header-classes + dl > dd{margin-bottom:3em}dd dd{margin-left:2em}dd p{margin:10px 0}.name{background:#eee;font-weight:bold;font-size:.85em;padding:5px 10px;display:inline-block;min-width:40%}.name:hover{background:#e0e0e0}dt:target .name{background:var(--highlight-color)}.name > span:first-child{white-space:nowrap}.name.class > span:nth-child(2){margin-left:.4em}.inherited{color:#999;border-left:5px solid #eee;padding-left:1em}.inheritance em{font-style:normal;font-weight:bold}.desc h2{font-weight:400;font-size:1.25em}.desc h3{font-size:1em}.desc dt code{background:inherit}.source summary,.git-link-div{color:#666;text-align:right;font-weight:400;font-size:.8em;text-transform:uppercase}.source summary > *{white-space:nowrap;cursor:pointer}.git-link{color:inherit;margin-left:1em}.source pre{max-height:500px;overflow:auto;margin:0}.source pre code{font-size:12px;overflow:visible}.hlist{list-style:none}.hlist li{display:inline}.hlist li:after{content:',\2002'}.hlist li:last-child:after{content:none}.hlist .hlist{display:inline;padding-left:1em}img{max-width:100%}td{padding:0 .5em}.admonition{padding:.1em .5em;margin-bottom:1em}.admonition-title{font-weight:bold}.admonition.note,.admonition.info,.admonition.important{background:#aef}.admonition.todo,.admonition.versionadded,.admonition.tip,.admonition.hint{background:#dfd}.admonition.warning,.admonition.versionchanged,.admonition.deprecated{background:#fd4}.admonition.error,.admonition.danger,.admonition.caution{background:lightpink}</style>
+<style media="screen and (min-width: 700px)">@media screen and (min-width:700px){#sidebar{width:30%;height:100vh;overflow:auto;position:sticky;top:0}#content{width:70%;max-width:100ch;padding:3em 4em;border-left:1px solid #ddd}pre code{font-size:1em}.item .name{font-size:1em}main{display:flex;flex-direction:row-reverse;justify-content:flex-end}.toc ul ul,#index ul{padding-left:1.5em}.toc > ul > li{margin-top:.5em}}</style>
+<style media="print">@media print{#sidebar h1{page-break-before:always}.source{display:none}}@media print{*{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a[href]:after{content:" (" attr(href) ")";font-size:90%}a[href][title]:after{content:none}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:0.5cm}p,h2,h3{orphans:3;widows:3}h1,h2,h3,h4,h5,h6{page-break-after:avoid}}</style>
+<script defer src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/highlight.min.js" integrity="sha256-Uv3H6lx7dJmRfRvH8TH6kJD1TSK1aFcwgx+mdg3epi8=" crossorigin></script>
+<script>window.addEventListener('DOMContentLoaded', () => hljs.initHighlighting())</script>
+</head>
+<body>
+<main>
+<article id="content">
+<header>
+<h1 class="title">Module <code>szyfrow.vigenere</code></h1>
+</header>
+<section id="section-intro">
+<p><a href="https://en.wikipedia.org/wiki/Vigen%C3%A8re_cipher">Vigenère polyalphabetic substitution ciphers</a>,
+mainly done by keyword. Also does Beaufort ciphers and Variant Beaufort
+ciphers.</p>
+<p>Enciphering and deciphering, and a couple of ways to break these ciphers.</p>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">&#34;&#34;&#34;[Vigenère polyalphabetic substitution ciphers](https://en.wikipedia.org/wiki/Vigen%C3%A8re_cipher), 
+mainly done by keyword. Also does Beaufort ciphers and Variant Beaufort
+ciphers.
+
+Enciphering and deciphering, and a couple of ways to break these ciphers.
+&#34;&#34;&#34;
+from enum import Enum
+from itertools import starmap, cycle
+import multiprocessing
+from szyfrow.caesar import *
+from szyfrow.support.utilities import *
+from szyfrow.support.language_models import *
+
+def vigenere_encipher(message, keyword):
+    &#34;&#34;&#34;Vigenere encipher
+
+    &gt;&gt;&gt; vigenere_encipher(&#39;hello&#39;, &#39;abc&#39;)
+    &#39;hfnlp&#39;
+    &#34;&#34;&#34;
+    shifts = [pos(l) for l in sanitise(keyword)]
+    pairs = zip(message, cycle(shifts))
+    return cat([caesar_encipher_letter(l, k) for l, k in pairs])
+
+def vigenere_decipher(message, keyword):
+    &#34;&#34;&#34;Vigenere decipher
+
+    &gt;&gt;&gt; vigenere_decipher(&#39;hfnlp&#39;, &#39;abc&#39;)
+    &#39;hello&#39;
+    &#34;&#34;&#34;
+    shifts = [pos(l) for l in sanitise(keyword)]
+    pairs = zip(message, cycle(shifts))
+    return cat([caesar_decipher_letter(l, k) for l, k in pairs])
+
+
+def beaufort_encipher(message, keyword):
+    &#34;&#34;&#34;Beaufort encipher. A symmetrical cipher, so enciphering and deciphering
+    follow the same procedure.
+
+    &gt;&gt;&gt; beaufort_encipher(&#39;inhisjournaldatedtheidesofoctober&#39;, &#39;arcanaimperii&#39;)
+    &#39;sevsvrusyrrxfayyxuteemazudmpjmmwr&#39;
+    &#34;&#34;&#34;
+    shifts = [pos(l) for l in sanitise(keyword)]
+    pairs = zip(message, cycle(shifts))
+    return cat([unpos(k - pos(l)) for l, k in pairs])
+
+beaufort_decipher = beaufort_encipher    
+
+beaufort_variant_encipher=vigenere_decipher
+beaufort_variant_decipher=vigenere_encipher
+
+
+def index_of_coincidence_scan(text, max_key_length=20):
+    &#34;&#34;&#34;Finds the index of coincidence of the text, using different chunk sizes.&#34;&#34;&#34;
+    stext = sanitise(text)
+    iocs = {}
+    for i in range(1, max_key_length + 1):
+        splits = every_nth(stext, i)
+        mean_ioc = sum(index_of_coincidence(s) for s in splits) / i
+        iocs[i] = mean_ioc
+    return iocs
+
+def vigenere_keyword_break(message, wordlist=keywords, fitness=Pletters,
+                              chunksize=500):
+    &#34;&#34;&#34;Breaks a vigenere cipher using a dictionary and frequency analysis.
+
+    &gt;&gt;&gt; vigenere_keyword_break(vigenere_encipher(sanitise(&#39;this is a test &#39; \
+             &#39;message for the vigenere decipherment&#39;), &#39;cat&#39;), \
+             wordlist=[&#39;cat&#39;, &#39;elephant&#39;, &#39;kangaroo&#39;]) # doctest: +ELLIPSIS
+    (&#39;cat&#39;, -52.9472712...)
+    &#34;&#34;&#34;
+    with multiprocessing.Pool() as pool:
+        helper_args = [(message, word, fitness)
+                       for word in wordlist]
+        # Gotcha: the helper function here needs to be defined at the top level
+        #   (limitation of Pool.starmap)
+        breaks = pool.starmap(vigenere_keyword_break_worker, helper_args,
+                              chunksize)
+        return max(breaks, key=lambda k: k[1])
+
+def vigenere_keyword_break_worker(message, keyword, fitness):
+    plaintext = vigenere_decipher(message, keyword)
+    fit = fitness(plaintext)
+    return keyword, fit
+
+
+def vigenere_frequency_break(message, max_key_length=20, fitness=Pletters):
+    &#34;&#34;&#34;Breaks a Vigenere cipher with frequency analysis
+
+    &gt;&gt;&gt; vigenere_frequency_break(vigenere_encipher(sanitise(&#34;It is time to &#34; \
+            &#34;run. She is ready and so am I. I stole Daniel&#39;s pocketbook this &#34; \
+            &#34;afternoon when he left his jacket hanging on the easel in the &#34; \
+            &#34;attic. I jump every time I hear a footstep on the stairs, &#34; \
+            &#34;certain that the theft has been discovered and that I will &#34; \
+            &#34;be caught. The SS officer visits less often now that he is &#34; \
+            &#34;sure&#34;), &#39;florence&#39;)) # doctest: +ELLIPSIS
+    (&#39;florence&#39;, -307.5473096...)
+    &#34;&#34;&#34;
+    def worker(message, key_length, fitness):
+        splits = every_nth(sanitised_message, key_length)
+        key = cat([unpos(caesar_break(s)[0]) for s in splits])
+        plaintext = vigenere_decipher(message, key)
+        fit = fitness(plaintext)
+        return key, fit
+    sanitised_message = sanitise(message)
+    results = starmap(worker, [(sanitised_message, i, fitness)
+                               for i in range(1, max_key_length+1)])
+    return max(results, key=lambda k: k[1])
+
+
+def beaufort_sub_break(message, fitness=Pletters):
+    &#34;&#34;&#34;Breaks one chunk of a Beaufort cipher with frequency analysis
+
+    &gt;&gt;&gt; beaufort_sub_break(&#39;samwpplggnnmmyaazgympjapopnwiywwomwspgpjmefwmawx&#39; \
+      &#39;jafjhxwwwdigxshnlywiamhyshtasxptwueahhytjwsn&#39;) # doctest: +ELLIPSIS
+    (0, -117.4492...)
+    &gt;&gt;&gt; beaufort_sub_break(&#39;eyprzjjzznxymrygryjqmqhznjrjjapenejznawngnnezgza&#39; \
+      &#39;dgndknaogpdjneadadazlhkhxkryevrronrmdjnndjlo&#39;) # doctest: +ELLIPSIS
+    (17, -114.9598...)
+    &#34;&#34;&#34;
+    best_shift = 0
+    best_fit = float(&#39;-inf&#39;)
+    for key in range(26):
+        plaintext = [unpos(key - pos(l)) for l in message]
+        fit = fitness(plaintext)
+        if fit &gt; best_fit:
+            best_fit = fit
+            best_key = key
+    return best_key, best_fit
+
+
+def beaufort_frequency_break(message, max_key_length=20, fitness=Pletters):
+    &#34;&#34;&#34;Breaks a Beaufort cipher with frequency analysis
+
+    &gt;&gt;&gt; beaufort_frequency_break(beaufort_encipher(sanitise(&#34;It is time to &#34; \
+            &#34;run. She is ready and so am I. I stole Daniel&#39;s pocketbook this &#34; \
+            &#34;afternoon when he left his jacket hanging on the easel in the &#34; \
+            &#34;attic. I jump every time I hear a footstep on the stairs, &#34; \
+            &#34;certain that the theft has been discovered and that I will &#34; \
+            &#34;be caught. The SS officer visits less often now &#34; \
+            &#34;that he is sure&#34;), &#39;florence&#39;)) # doctest: +ELLIPSIS
+    (&#39;florence&#39;, -307.5473096791...)
+    &#34;&#34;&#34;
+    def worker(message, key_length, fitness):
+        splits = every_nth(message, key_length)
+        key = cat([unpos(beaufort_sub_break(s)[0]) for s in splits])
+        plaintext = beaufort_decipher(message, key)
+        fit = fitness(plaintext)
+        return key, fit
+    sanitised_message = sanitise(message)
+    results = starmap(worker, [(sanitised_message, i, fitness)
+                               for i in range(1, max_key_length+1)])
+    return max(results, key=lambda k: k[1])    
+
+
+def beaufort_variant_frequency_break(message, max_key_length=20, fitness=Pletters):
+    &#34;&#34;&#34;Breaks a Beaufort cipher with frequency analysis
+
+    &gt;&gt;&gt; beaufort_variant_frequency_break(beaufort_variant_encipher(sanitise(&#34;It is time to &#34; \
+            &#34;run. She is ready and so am I. I stole Daniel&#39;s pocketbook this &#34; \
+            &#34;afternoon when he left his jacket hanging on the easel in the &#34; \
+            &#34;attic. I jump every time I hear a footstep on the stairs, &#34; \
+            &#34;certain that the theft has been discovered and that I will &#34; \
+            &#34;be caught. The SS officer visits less often now &#34; \
+            &#34;that he is sure&#34;), &#39;florence&#39;)) # doctest: +ELLIPSIS
+    (&#39;florence&#39;, -307.5473096791...)
+    &#34;&#34;&#34;
+    def worker(message, key_length, fitness):
+        splits = every_nth(sanitised_message, key_length)
+        key = cat([unpos(-caesar_break(s)[0]) for s in splits])
+        plaintext = beaufort_variant_decipher(message, key)
+        fit = fitness(plaintext)
+        return key, fit
+    sanitised_message = sanitise(message)
+    results = starmap(worker, [(sanitised_message, i, fitness)
+                               for i in range(1, max_key_length+1)])
+    return max(results, key=lambda k: k[1])
+
+if __name__ == &#34;__main__&#34;:
+    import doctest</code></pre>
+</details>
+</section>
+<section>
+</section>
+<section>
+</section>
+<section>
+<h2 class="section-title" id="header-functions">Functions</h2>
+<dl>
+<dt id="szyfrow.vigenere.beaufort_decipher"><code class="name flex">
+<span>def <span class="ident">beaufort_decipher</span></span>(<span>message, keyword)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Beaufort encipher. A symmetrical cipher, so enciphering and deciphering
+follow the same procedure.</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; beaufort_encipher('inhisjournaldatedtheidesofoctober', 'arcanaimperii')
+'sevsvrusyrrxfayyxuteemazudmpjmmwr'
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def beaufort_encipher(message, keyword):
+    &#34;&#34;&#34;Beaufort encipher. A symmetrical cipher, so enciphering and deciphering
+    follow the same procedure.
+
+    &gt;&gt;&gt; beaufort_encipher(&#39;inhisjournaldatedtheidesofoctober&#39;, &#39;arcanaimperii&#39;)
+    &#39;sevsvrusyrrxfayyxuteemazudmpjmmwr&#39;
+    &#34;&#34;&#34;
+    shifts = [pos(l) for l in sanitise(keyword)]
+    pairs = zip(message, cycle(shifts))
+    return cat([unpos(k - pos(l)) for l, k in pairs])</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.vigenere.beaufort_encipher"><code class="name flex">
+<span>def <span class="ident">beaufort_encipher</span></span>(<span>message, keyword)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Beaufort encipher. A symmetrical cipher, so enciphering and deciphering
+follow the same procedure.</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; beaufort_encipher('inhisjournaldatedtheidesofoctober', 'arcanaimperii')
+'sevsvrusyrrxfayyxuteemazudmpjmmwr'
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def beaufort_encipher(message, keyword):
+    &#34;&#34;&#34;Beaufort encipher. A symmetrical cipher, so enciphering and deciphering
+    follow the same procedure.
+
+    &gt;&gt;&gt; beaufort_encipher(&#39;inhisjournaldatedtheidesofoctober&#39;, &#39;arcanaimperii&#39;)
+    &#39;sevsvrusyrrxfayyxuteemazudmpjmmwr&#39;
+    &#34;&#34;&#34;
+    shifts = [pos(l) for l in sanitise(keyword)]
+    pairs = zip(message, cycle(shifts))
+    return cat([unpos(k - pos(l)) for l, k in pairs])</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.vigenere.beaufort_frequency_break"><code class="name flex">
+<span>def <span class="ident">beaufort_frequency_break</span></span>(<span>message, max_key_length=20, fitness=&lt;function Pletters&gt;)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Breaks a Beaufort cipher with frequency analysis</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; beaufort_frequency_break(beaufort_encipher(sanitise(&quot;It is time to &quot;             &quot;run. She is ready and so am I. I stole Daniel's pocketbook this &quot;             &quot;afternoon when he left his jacket hanging on the easel in the &quot;             &quot;attic. I jump every time I hear a footstep on the stairs, &quot;             &quot;certain that the theft has been discovered and that I will &quot;             &quot;be caught. The SS officer visits less often now &quot;             &quot;that he is sure&quot;), 'florence')) # doctest: +ELLIPSIS
+('florence', -307.5473096791...)
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def beaufort_frequency_break(message, max_key_length=20, fitness=Pletters):
+    &#34;&#34;&#34;Breaks a Beaufort cipher with frequency analysis
+
+    &gt;&gt;&gt; beaufort_frequency_break(beaufort_encipher(sanitise(&#34;It is time to &#34; \
+            &#34;run. She is ready and so am I. I stole Daniel&#39;s pocketbook this &#34; \
+            &#34;afternoon when he left his jacket hanging on the easel in the &#34; \
+            &#34;attic. I jump every time I hear a footstep on the stairs, &#34; \
+            &#34;certain that the theft has been discovered and that I will &#34; \
+            &#34;be caught. The SS officer visits less often now &#34; \
+            &#34;that he is sure&#34;), &#39;florence&#39;)) # doctest: +ELLIPSIS
+    (&#39;florence&#39;, -307.5473096791...)
+    &#34;&#34;&#34;
+    def worker(message, key_length, fitness):
+        splits = every_nth(message, key_length)
+        key = cat([unpos(beaufort_sub_break(s)[0]) for s in splits])
+        plaintext = beaufort_decipher(message, key)
+        fit = fitness(plaintext)
+        return key, fit
+    sanitised_message = sanitise(message)
+    results = starmap(worker, [(sanitised_message, i, fitness)
+                               for i in range(1, max_key_length+1)])
+    return max(results, key=lambda k: k[1])    </code></pre>
+</details>
+</dd>
+<dt id="szyfrow.vigenere.beaufort_sub_break"><code class="name flex">
+<span>def <span class="ident">beaufort_sub_break</span></span>(<span>message, fitness=&lt;function Pletters&gt;)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Breaks one chunk of a Beaufort cipher with frequency analysis</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; beaufort_sub_break('samwpplggnnmmyaazgympjapopnwiywwomwspgpjmefwmawx'       'jafjhxwwwdigxshnlywiamhyshtasxptwueahhytjwsn') # doctest: +ELLIPSIS
+(0, -117.4492...)
+&gt;&gt;&gt; beaufort_sub_break('eyprzjjzznxymrygryjqmqhznjrjjapenejznawngnnezgza'       'dgndknaogpdjneadadazlhkhxkryevrronrmdjnndjlo') # doctest: +ELLIPSIS
+(17, -114.9598...)
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def beaufort_sub_break(message, fitness=Pletters):
+    &#34;&#34;&#34;Breaks one chunk of a Beaufort cipher with frequency analysis
+
+    &gt;&gt;&gt; beaufort_sub_break(&#39;samwpplggnnmmyaazgympjapopnwiywwomwspgpjmefwmawx&#39; \
+      &#39;jafjhxwwwdigxshnlywiamhyshtasxptwueahhytjwsn&#39;) # doctest: +ELLIPSIS
+    (0, -117.4492...)
+    &gt;&gt;&gt; beaufort_sub_break(&#39;eyprzjjzznxymrygryjqmqhznjrjjapenejznawngnnezgza&#39; \
+      &#39;dgndknaogpdjneadadazlhkhxkryevrronrmdjnndjlo&#39;) # doctest: +ELLIPSIS
+    (17, -114.9598...)
+    &#34;&#34;&#34;
+    best_shift = 0
+    best_fit = float(&#39;-inf&#39;)
+    for key in range(26):
+        plaintext = [unpos(key - pos(l)) for l in message]
+        fit = fitness(plaintext)
+        if fit &gt; best_fit:
+            best_fit = fit
+            best_key = key
+    return best_key, best_fit</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.vigenere.beaufort_variant_decipher"><code class="name flex">
+<span>def <span class="ident">beaufort_variant_decipher</span></span>(<span>message, keyword)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Vigenere encipher</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; vigenere_encipher('hello', 'abc')
+'hfnlp'
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def vigenere_encipher(message, keyword):
+    &#34;&#34;&#34;Vigenere encipher
+
+    &gt;&gt;&gt; vigenere_encipher(&#39;hello&#39;, &#39;abc&#39;)
+    &#39;hfnlp&#39;
+    &#34;&#34;&#34;
+    shifts = [pos(l) for l in sanitise(keyword)]
+    pairs = zip(message, cycle(shifts))
+    return cat([caesar_encipher_letter(l, k) for l, k in pairs])</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.vigenere.beaufort_variant_encipher"><code class="name flex">
+<span>def <span class="ident">beaufort_variant_encipher</span></span>(<span>message, keyword)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Vigenere decipher</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; vigenere_decipher('hfnlp', 'abc')
+'hello'
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def vigenere_decipher(message, keyword):
+    &#34;&#34;&#34;Vigenere decipher
+
+    &gt;&gt;&gt; vigenere_decipher(&#39;hfnlp&#39;, &#39;abc&#39;)
+    &#39;hello&#39;
+    &#34;&#34;&#34;
+    shifts = [pos(l) for l in sanitise(keyword)]
+    pairs = zip(message, cycle(shifts))
+    return cat([caesar_decipher_letter(l, k) for l, k in pairs])</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.vigenere.beaufort_variant_frequency_break"><code class="name flex">
+<span>def <span class="ident">beaufort_variant_frequency_break</span></span>(<span>message, max_key_length=20, fitness=&lt;function Pletters&gt;)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Breaks a Beaufort cipher with frequency analysis</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; beaufort_variant_frequency_break(beaufort_variant_encipher(sanitise(&quot;It is time to &quot;             &quot;run. She is ready and so am I. I stole Daniel's pocketbook this &quot;             &quot;afternoon when he left his jacket hanging on the easel in the &quot;             &quot;attic. I jump every time I hear a footstep on the stairs, &quot;             &quot;certain that the theft has been discovered and that I will &quot;             &quot;be caught. The SS officer visits less often now &quot;             &quot;that he is sure&quot;), 'florence')) # doctest: +ELLIPSIS
+('florence', -307.5473096791...)
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def beaufort_variant_frequency_break(message, max_key_length=20, fitness=Pletters):
+    &#34;&#34;&#34;Breaks a Beaufort cipher with frequency analysis
+
+    &gt;&gt;&gt; beaufort_variant_frequency_break(beaufort_variant_encipher(sanitise(&#34;It is time to &#34; \
+            &#34;run. She is ready and so am I. I stole Daniel&#39;s pocketbook this &#34; \
+            &#34;afternoon when he left his jacket hanging on the easel in the &#34; \
+            &#34;attic. I jump every time I hear a footstep on the stairs, &#34; \
+            &#34;certain that the theft has been discovered and that I will &#34; \
+            &#34;be caught. The SS officer visits less often now &#34; \
+            &#34;that he is sure&#34;), &#39;florence&#39;)) # doctest: +ELLIPSIS
+    (&#39;florence&#39;, -307.5473096791...)
+    &#34;&#34;&#34;
+    def worker(message, key_length, fitness):
+        splits = every_nth(sanitised_message, key_length)
+        key = cat([unpos(-caesar_break(s)[0]) for s in splits])
+        plaintext = beaufort_variant_decipher(message, key)
+        fit = fitness(plaintext)
+        return key, fit
+    sanitised_message = sanitise(message)
+    results = starmap(worker, [(sanitised_message, i, fitness)
+                               for i in range(1, max_key_length+1)])
+    return max(results, key=lambda k: k[1])</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.vigenere.cat"><code class="name flex">
+<span>def <span class="ident">cat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+<dt id="szyfrow.vigenere.index_of_coincidence_scan"><code class="name flex">
+<span>def <span class="ident">index_of_coincidence_scan</span></span>(<span>text, max_key_length=20)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Finds the index of coincidence of the text, using different chunk sizes.</p></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def index_of_coincidence_scan(text, max_key_length=20):
+    &#34;&#34;&#34;Finds the index of coincidence of the text, using different chunk sizes.&#34;&#34;&#34;
+    stext = sanitise(text)
+    iocs = {}
+    for i in range(1, max_key_length + 1):
+        splits = every_nth(stext, i)
+        mean_ioc = sum(index_of_coincidence(s) for s in splits) / i
+        iocs[i] = mean_ioc
+    return iocs</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.vigenere.lcat"><code class="name flex">
+<span>def <span class="ident">lcat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+<dt id="szyfrow.vigenere.vigenere_decipher"><code class="name flex">
+<span>def <span class="ident">vigenere_decipher</span></span>(<span>message, keyword)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Vigenere decipher</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; vigenere_decipher('hfnlp', 'abc')
+'hello'
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def vigenere_decipher(message, keyword):
+    &#34;&#34;&#34;Vigenere decipher
+
+    &gt;&gt;&gt; vigenere_decipher(&#39;hfnlp&#39;, &#39;abc&#39;)
+    &#39;hello&#39;
+    &#34;&#34;&#34;
+    shifts = [pos(l) for l in sanitise(keyword)]
+    pairs = zip(message, cycle(shifts))
+    return cat([caesar_decipher_letter(l, k) for l, k in pairs])</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.vigenere.vigenere_encipher"><code class="name flex">
+<span>def <span class="ident">vigenere_encipher</span></span>(<span>message, keyword)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Vigenere encipher</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; vigenere_encipher('hello', 'abc')
+'hfnlp'
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def vigenere_encipher(message, keyword):
+    &#34;&#34;&#34;Vigenere encipher
+
+    &gt;&gt;&gt; vigenere_encipher(&#39;hello&#39;, &#39;abc&#39;)
+    &#39;hfnlp&#39;
+    &#34;&#34;&#34;
+    shifts = [pos(l) for l in sanitise(keyword)]
+    pairs = zip(message, cycle(shifts))
+    return cat([caesar_encipher_letter(l, k) for l, k in pairs])</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.vigenere.vigenere_frequency_break"><code class="name flex">
+<span>def <span class="ident">vigenere_frequency_break</span></span>(<span>message, max_key_length=20, fitness=&lt;function Pletters&gt;)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Breaks a Vigenere cipher with frequency analysis</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; vigenere_frequency_break(vigenere_encipher(sanitise(&quot;It is time to &quot;             &quot;run. She is ready and so am I. I stole Daniel's pocketbook this &quot;             &quot;afternoon when he left his jacket hanging on the easel in the &quot;             &quot;attic. I jump every time I hear a footstep on the stairs, &quot;             &quot;certain that the theft has been discovered and that I will &quot;             &quot;be caught. The SS officer visits less often now that he is &quot;             &quot;sure&quot;), 'florence')) # doctest: +ELLIPSIS
+('florence', -307.5473096...)
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def vigenere_frequency_break(message, max_key_length=20, fitness=Pletters):
+    &#34;&#34;&#34;Breaks a Vigenere cipher with frequency analysis
+
+    &gt;&gt;&gt; vigenere_frequency_break(vigenere_encipher(sanitise(&#34;It is time to &#34; \
+            &#34;run. She is ready and so am I. I stole Daniel&#39;s pocketbook this &#34; \
+            &#34;afternoon when he left his jacket hanging on the easel in the &#34; \
+            &#34;attic. I jump every time I hear a footstep on the stairs, &#34; \
+            &#34;certain that the theft has been discovered and that I will &#34; \
+            &#34;be caught. The SS officer visits less often now that he is &#34; \
+            &#34;sure&#34;), &#39;florence&#39;)) # doctest: +ELLIPSIS
+    (&#39;florence&#39;, -307.5473096...)
+    &#34;&#34;&#34;
+    def worker(message, key_length, fitness):
+        splits = every_nth(sanitised_message, key_length)
+        key = cat([unpos(caesar_break(s)[0]) for s in splits])
+        plaintext = vigenere_decipher(message, key)
+        fit = fitness(plaintext)
+        return key, fit
+    sanitised_message = sanitise(message)
+    results = starmap(worker, [(sanitised_message, i, fitness)
+                               for i in range(1, max_key_length+1)])
+    return max(results, key=lambda k: k[1])</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.vigenere.vigenere_keyword_break"><code class="name flex">
+<span>def <span class="ident">vigenere_keyword_break</span></span>(<span>message, wordlist=['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', 'ac', 'ad', 'ag', 'ah', 'ak', 'al', 'am', 'an', 'ap', 'ar', 'as', 'at', 'au', 'av', 'ax', 'ay', 'az', 'ba', 'be', 'bi', 'bk', 'bp', 'br', 'bs', 'by', 'ca', 'cb', 'cd', 'cf', 'ci', 'cl', 'cm', 'co', 'cr', 'cs', 'ct', 'cu', 'cz', 'db', 'dc', 'de', 'di', 'do', 'dr', 'ds', 'du', 'ed', 'eg', 'eh', 'el', 'em', 'en', 'er', 'es', 'et', 'eu', 'ex', 'fa', 'fe', 'fl', 'fm', 'fr', 'fs', 'ft', 'ga', 'gd', 'ge', 'gm', 'go', 'gs', 'gu', 'ha', 'he', 'hf', 'hg', 'hi', 'hm', 'ho', 'hs', 'hz', 'ia', 'id', 'ie', 'if', 'ii', 'il', 'im', 'in', 'io', 'iq', 'ir', 'is', 'it', 'iv', 'ix', 'jo', 'jr', 'js', 'kc', 'kr', 'ks', 'ku', 'kw', 'ky', 'la', 'le', 'li', 'ln', 'lo', 'lr', 'ls', 'lt', 'lu', 'ma', 'mb', 'md', 'me', 'mg', 'mi', 'mn', 'mo', 'mr', 'ms', 'mt', 'mu', 'my', 'na', 'nb', 'nc', 'nd', 'ne', 'nh', 'ni', 'nj', 'nm', 'no', 'np', 'ns', 'nu', 'nv', 'nw', 'ny', 'ob', 'of', 'oh', 'ok', 'on', 'or', 'os', 'ow', 'ox', 'oz', 'pa', 'pb', 'pd', 'pe', 'ph', 'pi', 'pl', 'pm', 'po', 'pr', 'ps', 'pt', 'pu', 'qs', 'ra', 'rb', 'rd', 're', 'rh', 'ri', 'rn', 'rs', 'ru', 'rx', 'sa', 'sb', 'sc', 'sd', 'se', 'sh', 'si', 'sm', 'sn', 'so', 'sq', 'sr', 'ss', 'st', 'sw', 'ta', 'tb', 'tc', 'th', 'ti', 'tl', 'tm', 'tn', 'to', 'ts', 'tv', 'tx', 'ty', 'uh', 'uk', 'um', 'un', 'up', 'ur', 'us', 'ut', 'va', 'vi', 'vs', 'vt', 'wa', 'we', 'wi', 'wm', 'ws', 'wu', 'wv', 'wy', 'xe', 'xi', 'xs', 'yb', 'ye', 'yo', 'ys', 'zn', 'zr', 'zs', 'aaa', 'aas', 'aau', 'aba', 'abb', 'abc', 'abe', 'abo', 'abs', 'ace', 'acm', 'acs', 'act', 'ada', 'add', 'ado', 'ads', 'adz', 'aft', 'age', 'ago', 'ags', 'aha', 'aid', 'ail', 'aim', 'air', 'ais', 'ala', 'alb', 'ale', 'ali', 'all', 'alp', 'als', 'ama', 'ami', 'amp', 'ams', 'amy', 'ana', 'and', 'ani', 'ann', 'ant', 'any', 'aol', 'ape', 'apr', 'aps', 'apt', 'ara', 'arc', 'are', 'ark', 'arm', 'ars', 'art', 'ash', 'ask', 'asp', 'ass', 'ate', 'ats', 'att', 'aug', 'auk', 'aus', 'ava', 'ave', 'avs', 'awe', 'awl', 'awn', 'axe', 'axs', 'aye', 'ays', 'azs', 'baa', 'bad', 'bag', 'bah', 'bam', 'ban', 'bar', 'bas', 'bat', 'bay', 'bbs', 'bcs', 'bed', 'bee', 'beg', 'bel', 'ben', 'bes', 'bet', 'bey', 'bib', 'bic', 'bid', 'big', 'bin', 'bis', 'bit', 'biz', 'bks', 'blu', 'bms', 'bmw', 'boa', 'bob', 'bog', 'bon', 'boo', 'bop', 'bow', 'box', 'boy', 'bra', 'brr', 'brs', 'bss', 'btl', 'btu', 'bub', 'bud', 'bug', 'bum', 'bun', 'bur', 'bus', 'but', 'buy', 'bye', 'bys', 'cab', 'cad', 'caf', 'cal', 'cam', 'can', 'cap', 'car', 'cas', 'cat', 'caw', 'cbs', 'cdc', 'cdr', 'cds', 'ceq', 'cfs', 'che', 'chi', 'cia', 'cid', 'cit', 'cls', 'cms', 'cob', 'cod', 'cog', 'col', 'com', 'con', 'coo', 'cop', 'cos', 'cot', 'cow', 'cox', 'coy', 'cpa', 'cpu', 'crs', 'crt', 'cry', 'cts', 'cub', 'cud', 'cue', 'cup', 'cur', 'cus', 'cut', 'dab', 'dad', 'dam', 'dan', 'dar', 'das', 'day', 'dcs', 'dds', 'deb', 'dec', 'dee', 'del', 'dem', 'den', 'des', 'dew', 'dey', 'did', 'die', 'dig', 'dim', 'din', 'dip', 'dis', 'dix', 'dna', 'doc', 'dod', 'doe', 'dog', 'don', 'dos', 'dot', 'dow', 'dps', 'dry', 'dub', 'dud', 'due', 'dug', 'duh', 'dun', 'duo', 'dye', 'ear', 'eat', 'ebb', 'eco', 'eds', 'edt', 'eel', 'eer', 'eft', 'egg', 'ego', 'eke', 'elf', 'eli', 'elk', 'ell', 'elm', 'ely', 'ems', 'emu', 'end', 'eng', 'eon', 'epa', 'era', 'ere', 'erg', 'err', 'ers', 'esq', 'est', 'eta', 'etc', 'eus', 'eva', 'eve', 'ewe', 'exs', 'eye', 'faa', 'fad', 'fag', 'fan', 'far', 'fas', 'fat', 'fax', 'fay', 'fbi', 'fcc', 'fda', 'fdr', 'feb', 'fed', 'fee', 'fen', 'fer', 'fes', 'few', 'fey', 'fez', 'fib', 'fie', 'fig', 'fin', 'fir', 'fit', 'fix', 'fla', 'flo', 'flu', 'fly', 'fmc', 'fms', 'fob', 'foe', 'fog', 'fop', 'for', 'fox', 'fpc', 'fri', 'fro', 'frs', 'fry', 'ftc', 'fte', 'fum', 'fun', 'fur', 'gab', 'gad', 'gag', 'gal', 'gam', 'gao', 'gap', 'gar', 'gas', 'gay', 'gcd', 'gds', 'gee', 'gel', 'gem', 'gen', 'geo', 'ger', 'ges', 'get', 'gig', 'gil', 'gin', 'gmt', 'gnp', 'gnu', 'goa', 'gob', 'god', 'gog', 'goo', 'gop', 'gos', 'got', 'gpo', 'gps', 'gsa', 'gte', 'gum', 'gun', 'gus', 'gut', 'guy', 'gym', 'gyp', 'had', 'hag', 'hah', 'hal', 'ham', 'han', 'hap', 'has', 'hat', 'haw', 'hay', 'hed', 'hem', 'hen', 'hep', 'her', 'hes', 'hew', 'hex', 'hey', 'hfs', 'hgs', 'hid', 'hie', 'him', 'hip', 'his', 'hit', 'hob', 'hoc', 'hod', 'hoe', 'hog', 'hoi', 'hom', 'hon', 'hop', 'hos', 'hot', 'how', 'hoy', 'hps', 'hqs', 'hub', 'hue', 'hug', 'huh', 'hui', 'hum', 'hun', 'hus', 'hut', 'hzs', 'ian', 'ibm', 'ibn', 'ibo', 'icc', 'ice', 'icy', 'ida', 'ids', 'ifs', 'iii', 'ike', 'ila', 'ilk', 'ill', 'imp', 'ina', 'inc', 'ind', 'ing', 'ink', 'inn', 'ins', 'ion', 'ios', 'iqs', 'ira', 'ire', 'irk', 'irs', 'ism', 'itd', 'ito', 'its', 'itt', 'iva', 'ive', 'ivs', 'ivy', 'jab', 'jag', 'jam', 'jan', 'jar', 'jaw', 'jay', 'jed', 'jet', 'jew', 'jfk', 'jib', 'jig', 'jim', 'job', 'joe', 'jog', 'jon', 'jos', 'jot', 'joy', 'jrs', 'jug', 'jul', 'jun', 'jut', 'kay', 'keg', 'ken', 'key', 'kfc', 'khz', 'kid', 'kim', 'kin', 'kip', 'kit', 'kln', 'krs', 'lab', 'lac', 'lad', 'lag', 'lam', 'lan', 'lao', 'lap', 'las', 'law', 'lax', 'lay', 'lbj', 'lea', 'led', 'lee', 'leg', 'lei', 'len', 'leo', 'les', 'let', 'lev', 'lew', 'lib', 'lid', 'lie', 'lim', 'lin', 'lip', 'lis', 'lit', 'liz', 'lob', 'log', 'lon', 'lop', 'los', 'lot', 'lou', 'low', 'lox', 'loy', 'lsi', 'ltd', 'ltv', 'lug', 'lus', 'lux', 'luz', 'lye', 'lyx', 'mac', 'mad', 'mae', 'mai', 'maj', 'man', 'mao', 'map', 'mar', 'mas', 'mat', 'maw', 'max', 'may', 'mba', 'mbs', 'mci', 'mds', 'meg', 'mel', 'men', 'mes', 'met', 'mew', 'mgm', 'mgs', 'mhz', 'mia', 'mid', 'mig', 'mil', 'min', 'mir', 'mis', 'mit', 'mix', 'mle', 'mns', 'mob', 'mod', 'moe', 'mom', 'mon', 'moo', 'mop', 'mos', 'mot', 'mow', 'mph', 'mps', 'mrs', 'mss', 'mts', 'mud', 'mug', 'mum', 'mys', 'nab', 'nag', 'nam', 'nan', 'nap', 'nas', 'nat', 'nay', 'nbc', 'nbs', 'ncc', 'nco', 'ncr', 'nds', 'ned', 'nee', 'nes', 'net', 'nev', 'new', 'nib', 'nih', 'nil', 'nip', 'nit', 'nix', 'nne', 'nnw', 'nob', 'nod', 'noe', 'noh', 'non', 'nor', 'nos', 'not', 'nov', 'now', 'nps', 'nrc', 'nsf', 'nth', 'nub', 'nun', 'nut', 'nws', 'nyc', 'nyu', 'oaf', 'oak', 'oar', 'oat', 'obs', 'oct', 'odd', 'ode', 'ods', 'oer', 'off', 'oft', 'ohm', 'oho', 'ohs', 'oil', 'oks', 'ola', 'old', 'one', 'ono', 'opt', 'ora', 'orb', 'ore', 'orr', 'ors', 'ott', 'our', 'out', 'ova', 'owe', 'owl', 'own', 'oxs', 'pad', 'pal', 'pam', 'pan', 'pap', 'par', 'pas', 'pat', 'paw', 'pax', 'pay', 'paz', 'pbs', 'pcs', 'pdp', 'pds', 'pea', 'pee', 'peg', 'pei', 'pen', 'pep', 'per', 'pes', 'pet', 'pew', 'phd', 'phi', 'pie', 'pig', 'pin', 'pip', 'pis', 'pit', 'pjs', 'ply', 'pms', 'pod', 'poe', 'poi', 'pol', 'pop', 'pos', 'pot', 'pow', 'pox', 'ppm', 'pro', 'pry', 'psi', 'pss', 'pta', 'pts', 'pub', 'puc', 'pug', 'pun', 'pup', 'pus', 'put', 'pvc', 'pym', 'pyx', 'qed', 'qom', 'qua', 'quo', 'rae', 'rag', 'raj', 'ram', 'ran', 'rap', 'ras', 'rat', 'raw', 'ray', 'rbs', 'rca', 'reb', 'red', 'ref', 'rep', 'res', 'ret', 'rev', 'rex', 'rho', 'rhs', 'rib', 'rid', 'rig', 'rim', 'rio', 'rip', 'rna', 'rns', 'rob', 'rod', 'roe', 'ron', 'rot', 'rou', 'row', 'roy', 'rpm', 'rte', 'rub', 'rue', 'rug', 'rum', 'run', 'rus', 'rut', 'rvs', 'rye', 'sac', 'sad', 'sag', 'sal', 'sam', 'san', 'sao', 'sap', 'sat', 'saw', 'sax', 'say', 'sbs', 'sci', 'scm', 'scs', 'sea', 'sec', 'see', 'sen', 'seq', 'ses', 'set', 'sew', 'sex', 'sgt', 'she', 'shu', 'shy', 'sib', 'sic', 'sid', 'sin', 'sip', 'sir', 'sis', 'sit', 'six', 'ski', 'sky', 'sly', 'sms', 'sns', 'sob', 'soc', 'sod', 'sol', 'son', 'sop', 'sos', 'sot', 'sou', 'sow', 'sox', 'soy', 'spa', 'spy', 'sri', 'srs', 'sse', 'sst', 'ssw', 'stu', 'sty', 'sub', 'sud', 'sue', 'sui', 'sum', 'sun', 'sup', 'sus', 'sws', 'tab', 'tad', 'tag', 'tam', 'tan', 'tao', 'tap', 'tar', 'tas', 'tat', 'tau', 'tax', 'tbs', 'tcs', 'tea', 'ted', 'tee', 'tel', 'ten', 'tet', 'tex', 'the', 'tho', 'ths', 'thx', 'thy', 'tia', 'tic', 'tid', 'tie', 'til', 'tim', 'tin', 'tip', 'tis', 'tit', 'tls', 'tms', 'tnt', 'tod', 'toe', 'tog', 'tom', 'ton', 'too', 'top', 'tor', 'tot', 'tow', 'toy', 'trw', 'try', 'ttl', 'tty', 'tub', 'tug', 'tum', 'tun', 'tut', 'tux', 'tva', 'tvs', 'twa', 'two', 'twx', 'tys', 'ubs', 'ufa', 'ugh', 'uhf', 'uks', 'ump', 'uns', 'ups', 'uri', 'urn', 'usa', 'usc', 'use', 'usn', 'uss', 'ute', 'uts', 'uvs', 'uzi', 'val', 'van', 'vat', 'vds', 'vee', 'vet', 'vex', 'vhf', 'via', 'vic', 'vie', 'vii', 'vim', 'vis', 'viz', 'von', 'vow', 'wac', 'wad', 'wag', 'wah', 'wan', 'war', 'was', 'wax', 'way', 'web', 'wed', 'wee', 'wei', 'wen', 'wet', 'who', 'why', 'wig', 'wii', 'win', 'wis', 'wit', 'wiz', 'wms', 'woe', 'wok', 'won', 'woo', 'wop', 'wot', 'wow', 'wry', 'wus', 'wyo', 'xes', 'xls', 'yah', 'yak', 'yam', 'yap', 'yaw', 'ybs', 'yea', 'yen', 'yep', 'yes', 'yet', 'yew', 'yin', 'yip', 'yon', 'you', 'yow', 'yuh', 'yuk', 'yum', 'yup', 'zag', 'zan', 'zap', 'zed', 'zen', 'zig', 'zip', 'zit', 'zns', 'zoe', 'zoo', 'zrs', 'aaas', 'abbe', 'abbs', 'abby', 'abed', 'abel', 'abes', 'abet', 'able', 'ably', 'abms', 'abut', 'aced', 'aces', 'ache', 'achy', 'acid', 'acme', 'acne', 'acre', 'acts', 'adam', 'adan', 'adar', 'adas', 'adds', 'aden', 'adis', 'ados', 'adze', 'adzs', 'aeon', 'aery', 'afar', 'afro', 'agar', 'aged', 'agee', 'ager', 'ages', 'agni', 'agog', 'agra', 'ague', 'ahab', 'ahem', 'ahoy', 'aida', 'aide', 'aids', 'aile', 'ails', 'aims', 'aint', 'ainu', 'airs', 'airy', 'ajar', 'ajax', 'akin', 'alai', 'alan', 'alar', 'alas', 'alba', 'albs', 'aldo', 'alec', 'alee', 'ales', 'alex', 'alga', 'alia', 'alit', 'alls', 'ally', 'alma', 'alms', 'aloe', 'alpo', 'alps', 'also', 'alta', 'alto', 'alum', 'alva', 'amen', 'ames', 'amid', 'amie', 'amir', 'ammo', 'amok', 'amos', 'amps', 'amra', 'amur', 'amyl', 'amys', 'anal', 'anas', 'andy', 'anew', 'ankh', 'anna', 'anne', 'anns', 'anon', 'ansi', 'ante', 'anti', 'ants', 'anus', 'aols', 'aped', 'apes', 'apex', 'apia', 'aprs', 'apse', 'aqua', 'arab', 'aral', 'aras', 'arch', 'arcs', 'area', 'ares', 'argo', 'aria', 'arid', 'ariz', 'arks', 'arms', 'army', 'arno', 'aron', 'arpa', 'arse', 'arts', 'arty', 'arum', 'aryl', 'ashe', 'ashs', 'ashy', 'asia', 'asks', 'asls', 'asps', 'asss', 'astm', 'atms', 'atom', 'atop', 'atps', 'audi', 'augs', 'auks', 'aunt', 'aura', 'auto', 'avas', 'aver', 'avid', 'avis', 'aviv', 'avon', 'avow', 'away', 'awed', 'awes', 'awls', 'awol', 'awry', 'axed', 'axer', 'axes', 'axis', 'axle', 'axon', 'axum', 'ayes', 'azov', 'azts', 'baal', 'baas', 'babe', 'baby', 'bach', 'back', 'bade', 'bads', 'baez', 'bags', 'bail', 'bait', 'bake', 'baku', 'bald', 'bale', 'bali', 'balk', 'ball', 'balm', 'band', 'bane', 'bang', 'bani', 'bank', 'bans', 'barb', 'bard', 'bare', 'barf', 'bark', 'barn', 'barr', 'bars', 'bart', 'base', 'bash', 'bask', 'bass', 'bast', 'bate', 'bath', 'bats', 'batt', 'batu', 'baud', 'baum', 'bawd', 'bawl', 'bays', 'bead', 'beak', 'beam', 'bean', 'bear', 'beat', 'beau', 'beck', 'bede', 'beds', 'beef', 'been', 'beep', 'beer', 'bees', 'beet', 'begs', 'bela', 'bell', 'belt', 'bely', 'bema', 'bend', 'bens', 'bent', 'benz', 'berg', 'berm', 'bern', 'bert', 'bess', 'best', 'beta', 'beth', 'bets', 'bevy', 'bhoy', 'bias', 'bibb', 'bibs', 'bics', 'bide', 'bids', 'bien', 'bier', 'bike', 'biko', 'bile', 'bilk', 'bill', 'bind', 'bing', 'bini', 'bins', 'bird', 'biro', 'bite', 'bits', 'bitt', 'blab', 'blah', 'blas', 'blat', 'bled', 'blew', 'blip', 'blob', 'bloc', 'blog', 'blot', 'blow', 'blts', 'blue', 'blum', 'blur', 'blvd', 'bmws', 'boar', 'boas', 'boat', 'bobs', 'boca', 'bock', 'bode', 'body', 'boer', 'bogs', 'bogy', 'bohr', 'boil', 'bois', 'bola', 'bold', 'bole', 'boll', 'bolo', 'bolt', 'bomb', 'bona', 'bond', 'bone', 'bong', 'bonn', 'bono', 'bony', 'boob', 'book', 'boom', 'boon', 'boor', 'boos', 'boot', 'bops', 'bore', 'borg', 'bork', 'born', 'boru', 'bose', 'bosh', 'bosn', 'boss', 'both', 'bout', 'bowl', 'bows', 'boxs', 'boxy', 'boyd', 'boys', 'bozo', 'brad', 'brae', 'brag', 'bran', 'bras', 'brat', 'bray', 'bred', 'bret', 'brew', 'brie', 'brig', 'brim', 'brit', 'brno', 'brow', 'brut', 'bryn', 'bstj', 'btus', 'buck', 'budd', 'buds', 'buff', 'bugs', 'bulb', 'bulk', 'bull', 'bump', 'bums', 'bung', 'bunk', 'buns', 'bunt', 'buoy', 'burg', 'burl', 'burn', 'burp', 'burr', 'burs', 'burt', 'bury', 'bush', 'buss', 'bust', 'busy', 'buts', 'butt', 'buys', 'buzz', 'byes', 'byrd', 'byte', 'cabs', 'cacm', 'cads', 'cady', 'cafe', 'cafs', 'cage', 'cagy', 'cain', 'cake', 'calf', 'cali', 'calk', 'call', 'calm', 'came', 'camp', 'cams', 'cane', 'cans', 'cant', 'cape', 'caph', 'capo', 'caps', 'capt', 'cara', 'card', 'care', 'carl', 'carp', 'carr', 'cars', 'cart', 'cary', 'case', 'cash', 'cask', 'cast', 'cato', 'cats', 'catt', 'catv', 'cave', 'caws', 'ccny', 'cebu', 'cede', 'ceil', 'cell', 'celt', 'cent', 'ceos', 'cerf', 'cern', 'cfcs', 'chad', 'chan', 'chao', 'chap', 'char', 'chat', 'chaw', 'chef', 'chen', 'ches', 'chew', 'chic', 'chid', 'chin', 'chip', 'chis', 'chit', 'chop', 'chou', 'chow', 'chub', 'chug', 'chum', 'cias', 'cite', 'city', 'clad', 'clam', 'clan', 'clap', 'clat', 'claw', 'clay', 'clef', 'clem', 'cleo', 'clew', 'clio', 'clip', 'clod', 'clog', 'clop', 'clot', 'cloy', 'club', 'clue', 'cluj', 'coal', 'coat', 'coax', 'cobb', 'cobs', 'coca', 'cock', 'coco', 'coda', 'code', 'cods', 'cody', 'coed', 'cogs', 'cohn', 'coif', 'coil', 'coin', 'coke', 'cola', 'cold', 'cole', 'colo', 'cols', 'colt', 'coma', 'comb', 'come', 'como', 'cone', 'cong', 'conk', 'conn', 'cons', 'cony', 'cook', 'cool', 'coon', 'coop', 'coos', 'coot', 'cope', 'cops', 'copy', 'cora', 'cord', 'core', 'cork', 'corm', 'corn', 'corp', 'cory', 'cosh', 'cost', 'cosy', 'cote', 'cots', 'coup', 'cove', 'cowl', 'cows', 'coys', 'cozy', 'cpas', 'cpis', 'cprs', 'cpus', 'crab', 'crag', 'cram', 'crap', 'craw', 'cray', 'cree', 'crew', 'crib', 'crop', 'crow', 'crts', 'crud', 'crux', 'cruz', 'crys', 'csts', 'cuba', 'cube', 'cubs', 'cuds', 'cued', 'cues', 'cuff', 'cull', 'cult', 'cums', 'cunt', 'cuny', 'cups', 'curb', 'curd', 'cure', 'curl', 'curs', 'curt', 'cusp', 'cuss', 'cute', 'cuts', 'cyst', 'czar', 'dabs', 'dada', 'dade', 'dado', 'dads', 'daft', 'dahl', 'dais', 'dale', 'dali', 'daly', 'dame', 'damn', 'damp', 'dams', 'dana', 'dane', 'dang', 'dank', 'dare', 'dark', 'darn', 'dart', 'dash', 'data', 'date', 'dats', 'daub', 'dave', 'davy', 'dawn', 'days', 'daze', 'ddss', 'dead', 'deaf', 'deal', 'dean', 'dear', 'debs', 'debt', 'deck', 'decs', 'deed', 'deem', 'deep', 'deer', 'deft', 'defy', 'deja', 'deli', 'dell', 'demo', 'dena', 'deng', 'dens', 'dent', 'deny', 'deon', 'depp', 'desk', 'deus', 'devi', 'dews', 'dewy', 'dial', 'diaz', 'dice', 'dick', 'dido', 'died', 'diem', 'dies', 'diet', 'digs', 'dike', 'dill', 'dime', 'dims', 'dina', 'dine', 'ding', 'dino', 'dins', 'dint', 'dion', 'dior', 'dips', 'dire', 'dirk', 'dirt', 'disc', 'dish', 'disk', 'diss', 'diva', 'dive', 'dnas', 'dock', 'docs', 'dodd', 'dodo', 'doer', 'does', 'doff', 'doge', 'dogs', 'doha', 'dole', 'doll', 'dolt', 'dome', 'dona', 'done', 'donn', 'dons', 'dont', 'doom', 'door', 'dope', 'dopy', 'dora', 'dork', 'dorm', 'dory', 'dose', 'doss', 'dote', 'doth', 'dots', 'doug', 'dour', 'dove', 'down', 'doze', 'drab', 'drag', 'dram', 'draw', 'dray', 'dreg', 'drer', 'drew', 'drib', 'drip', 'drop', 'drub', 'drug', 'drum', 'drys', 'dual', 'dubs', 'duck', 'duct', 'dude', 'duds', 'duel', 'dues', 'duet', 'duff', 'duke', 'dull', 'duly', 'duma', 'dumb', 'dump', 'dune', 'dung', 'dunk', 'dunn', 'duns', 'duos', 'dupe', 'duse', 'dusk', 'dust', 'duty', 'dyad', 'dyed', 'dyer', 'dyes', 'dyke', 'dyne', 'each', 'earl', 'earn', 'earp', 'ears', 'ease', 'east', 'easy', 'eats', 'eave', 'ebay', 'ebbs', 'eben', 'ebro', 'ecgs', 'echo', 'ecos', 'ecru', 'edam', 'edda', 'eddy', 'eden', 'edge', 'edgy', 'edit', 'edna', 'eecs', 'eegs', 'eels', 'eeoc', 'eery', 'egan', 'eggo', 'eggs', 'egis', 'egos', 'eire', 'eked', 'ekes', 'ekgs', 'elam', 'elan', 'elba', 'elbe', 'elfs', 'elks', 'ella', 'ells', 'elma', 'elmo', 'elms', 'eloy', 'elsa', 'else', 'elul', 'elva', 'emil', 'emir', 'emit', 'emma', 'emmy', 'emus', 'ends', 'enid', 'enif', 'enol', 'enos', 'envy', 'eons', 'epas', 'epic', 'eras', 'erda', 'ergo', 'ergs', 'eric', 'erie', 'erik', 'erin', 'eris', 'erma', 'erna', 'eros', 'errs', 'erse', 'esau', 'esps', 'espy', 'esqs', 'ests', 'etch', 'etna', 'eton', 'etta', 'eula', 'euro', 'evan', 'evas', 'even', 'ever', 'eves', 'evil', 'ewer', 'ewes', 'exam', 'exec', 'exes', 'exit', 'expo', 'eyck', 'eyed', 'eyer', 'eyes', 'eyre', 'ezra', 'face', 'fact', 'fade', 'fads', 'fags', 'fahd', 'fail', 'fain', 'fair', 'fake', 'fall', 'fame', 'fang', 'fans', 'fare', 'farm', 'faro', 'fart', 'fast', 'fate', 'fats', 'faun', 'fawn', 'faxs', 'faye', 'fays', 'faze', 'fbis', 'fdrs', 'fear', 'feat', 'febs', 'feds', 'feed', 'feel', 'fees', 'feet', 'fell', 'felt', 'fend', 'fens', 'fern', 'fest', 'feta', 'fete', 'feud', 'fews', 'fezs', 'fhas', 'fiat', 'fibs', 'fide', 'fido', 'fief', 'fife', 'fifo', 'figs', 'fiji', 'file', 'fill', 'film', 'find', 'fine', 'fink', 'finn', 'fins', 'fire', 'firm', 'firs', 'fish', 'fisk', 'fist', 'fits', 'five', 'fixs', 'fizz', 'flab', 'flag', 'flak', 'flam', 'flan', 'flap', 'flat', 'flaw', 'flax', 'flay', 'flea', 'fled', 'flee', 'flew', 'flex', 'flip', 'flit', 'floc', 'floe', 'flog', 'flop', 'flos', 'flow', 'flub', 'flue', 'flus', 'flux', 'flys', 'fnma', 'foal', 'foam', 'fobs', 'foch', 'foci', 'foes', 'fogs', 'fogy', 'foil', 'fold', 'folk', 'fond', 'font', 'food', 'fool', 'foot', 'fops', 'fora', 'ford', 'fore', 'fork', 'form', 'fort', 'foss', 'foul', 'four', 'fowl', 'foxs', 'foxy', 'fran', 'frat', 'frau', 'fray', 'fred', 'free', 'fret', 'frey', 'fris', 'frog', 'from', 'frye', 'frys', 'ftes', 'fuck', 'fuel', 'fuji', 'full', 'fume', 'fund', 'funk', 'funs', 'furl', 'furs', 'fury', 'fuse', 'fuss', 'futz', 'fuze', 'fuzz', 'gabs', 'gads', 'gaea', 'gael', 'gaff', 'gage', 'gags', 'gail', 'gain', 'gait', 'gala', 'gale', 'gall', 'gals', 'galt', 'game', 'gamy', 'gang', 'gape', 'gaps', 'garb', 'gary', 'gash', 'gasp', 'gass', 'gate', 'gaul', 'gaur', 'gave', 'gawk', 'gays', 'gaza', 'gaze', 'gdel', 'gear', 'geed', 'geek', 'gees', 'geez', 'geld', 'gels', 'gelt', 'gems', 'gena', 'gene', 'gent', 'geos', 'gere', 'germ', 'gets', 'ghqs', 'gibe', 'gide', 'gift', 'gigs', 'gila', 'gild', 'gill', 'gils', 'gilt', 'gina', 'ginn', 'gino', 'gins', 'gird', 'girl', 'girt', 'gish', 'gist', 'give', 'giza', 'glad', 'glee', 'glen', 'glib', 'glob', 'glom', 'glop', 'glow', 'glue', 'glum', 'glut', 'gmts', 'gnat', 'gnaw', 'gnps', 'gnus', 'goad', 'goal', 'goat', 'gobi', 'gobs', 'gods', 'goer', 'goes', 'goff', 'gogh', 'gogo', 'gold', 'golf', 'gone', 'gong', 'good', 'goof', 'gook', 'goon', 'goop', 'goos', 'gops', 'gore', 'gory', 'gosh', 'goth', 'goto', 'gout', 'gown', 'goya', 'grab', 'grad', 'gram', 'gray', 'greg', 'grew', 'grey', 'grid', 'grim', 'grin', 'grip', 'gris', 'grit', 'grog', 'grow', 'grub', 'grus', 'gtes', 'guam', 'guff', 'gulf', 'gull', 'gulp', 'gums', 'gunk', 'guns', 'guru', 'gush', 'guss', 'gust', 'guts', 'guys', 'gwen', 'gwyn', 'gybe', 'gyms', 'gyps', 'gyro', 'haag', 'haas', 'hack', 'haft', 'hags', 'hahn', 'hail', 'hair', 'hake', 'hale', 'half', 'hall', 'halo', 'hals', 'halt', 'hams', 'hand', 'hang', 'hank', 'hans', 'hard', 'hare', 'hark', 'harm', 'harp', 'hart', 'hash', 'hasp', 'hast', 'hate', 'hath', 'hats', 'haul', 'have', 'hawk', 'haws', 'hays', 'haze', 'hazy', 'head', 'heal', 'heap', 'hear', 'heat', 'hebe', 'heck', 'heed', 'heel', 'heep', 'heft', 'heir', 'held', 'hell', 'helm', 'help', 'hemp', 'hems', 'hens', 'hera', 'herb', 'herd', 'here', 'hero', 'herr', 'hers', 'hess', 'hewn', 'hews', 'hexs', 'hick', 'hide', 'hied', 'hies', 'high', 'hike', 'hill', 'hilt', 'hims', 'hind', 'hint', 'hips', 'hire', 'hiss', 'hits', 'hive', 'hivs', 'hmos', 'hoar', 'hoax', 'hobo', 'hobs', 'hock', 'hods', 'hoed', 'hoes', 'hoff', 'hogs', 'hold', 'hole', 'holm', 'holt', 'holy', 'home', 'homo', 'homy', 'hone', 'hong', 'honk', 'hood', 'hoof', 'hook', 'hoop', 'hoot', 'hope', 'hopi', 'hops', 'horn', 'hose', 'host', 'hour', 'hove', 'howe', 'howl', 'hows', 'hoyt', 'hsbc', 'hubs', 'huck', 'huds', 'hued', 'hues', 'huey', 'huff', 'huge', 'hugh', 'hugo', 'hugs', 'hula', 'hulk', 'hull', 'hume', 'hump', 'hums', 'hung', 'hunk', 'huns', 'hunt', 'hurd', 'hurl', 'hurt', 'hush', 'husk', 'huts', 'hutu', 'hyde', 'hymn', 'hype', 'hypo', 'iago', 'iamb', 'ians', 'ibex', 'ibid', 'ibis', 'ibms', 'iced', 'ices', 'icky', 'icon', 'idea', 'ides', 'idle', 'idly', 'idol', 'idyl', 'ieee', 'iffy', 'ifni', 'igor', 'ikea', 'ikes', 'ikon', 'ilks', 'ills', 'illy', 'imam', 'imfs', 'imps', 'imus', 'inas', 'inca', 'inch', 'indy', 'ines', 'inez', 'info', 'inge', 'ings', 'inks', 'inky', 'inns', 'into', 'ions', 'iota', 'ious', 'iowa', 'ipad', 'ipod', 'ipso', 'iran', 'iraq', 'iras', 'ires', 'iris', 'irks', 'irma', 'iron', 'irss', 'isis', 'isle', 'isms', 'isnt', 'itch', 'item', 'itll', 'ivan', 'ivas', 'ives', 'ivys', 'iyar', 'izod', 'jabs', 'jack', 'jacm', 'jade', 'jags', 'jail', 'jain', 'jake', 'jamb', 'jame', 'jami', 'jams', 'jana', 'jane', 'jans', 'jape', 'jars', 'java', 'jaws', 'jays', 'jazz', 'jean', 'jedi', 'jeds', 'jeep', 'jeer', 'jeez', 'jeff', 'jell', 'jeri', 'jerk', 'jess', 'jest', 'jets', 'jews', 'jfks', 'jibe', 'jibs', 'jigs', 'jill', 'jilt', 'jims', 'jinn', 'jinx', 'jive', 'joan', 'jobs', 'jock', 'jodi', 'jody', 'joel', 'joey', 'jogs', 'john', 'join', 'joke', 'jolt', 'joni', 'jons', 'jose', 'josh', 'joss', 'jots', 'jove', 'jowl', 'joys', 'juan', 'judd', 'jude', 'judo', 'judy', 'jugs', 'juju', 'juke', 'july', 'jump', 'june', 'jung', 'junk', 'juno', 'jura', 'jure', 'jury', 'just', 'jute', 'juts', 'kahn', 'kalb', 'kale', 'kali', 'kama', 'kane', 'kano', 'kans', 'kant', 'kara', 'kari', 'karl', 'karo', 'karp', 'kate', 'katy', 'katz', 'kava', 'kaye', 'kayo', 'keck', 'keel', 'keen', 'keep', 'kegs', 'kelp', 'kemp', 'keno', 'kens', 'kent', 'kept', 'kerb', 'keri', 'kern', 'kerr', 'keys', 'kfcs', 'khan', 'kick', 'kidd', 'kids', 'kiel', 'kiev', 'kill', 'kiln', 'kilo', 'kilt', 'kims', 'kind', 'king', 'kink', 'kins', 'kips', 'kirk', 'kiss', 'kite', 'kith', 'kits', 'kiva', 'kivu', 'kiwi', 'kkks', 'klan', 'klee', 'klns', 'klux', 'knee', 'knew', 'knit', 'knob', 'knot', 'know', 'knox', 'kobe', 'koch', 'kohl', 'kola', 'kong', 'kook', 'kory', 'kris', 'krna', 'kroc', 'kudo', 'kuhn', 'kurd', 'kurt', 'kwan', 'kyle', 'labs', 'lace', 'lack', 'lacy', 'lade', 'lads', 'lady', 'lags', 'laid', 'lain', 'lair', 'lake', 'lama', 'lamb', 'lame', 'lamp', 'lams', 'lana', 'land', 'lane', 'lang', 'lank', 'lans', 'laos', 'lapp', 'laps', 'lara', 'lard', 'lark', 'lars', 'lase', 'lash', 'lass', 'last', 'late', 'lath', 'lats', 'laud', 'laue', 'lava', 'lawn', 'laws', 'lays', 'laze', 'lazy', 'lbjs', 'lcds', 'lead', 'leaf', 'leah', 'leak', 'lean', 'leap', 'lear', 'leas', 'leda', 'leds', 'leek', 'leer', 'lees', 'left', 'lego', 'legs', 'leif', 'leis', 'lela', 'lena', 'lend', 'leno', 'lens', 'lent', 'leon', 'leos', 'lept', 'lesa', 'less', 'lest', 'leta', 'lets', 'levi', 'levy', 'lewd', 'lews', 'liar', 'libs', 'lice', 'lick', 'lids', 'lied', 'lief', 'lien', 'lies', 'lieu', 'life', 'lifo', 'lift', 'like', 'lila', 'lilt', 'lily', 'lima', 'limb', 'lime', 'limn', 'limo', 'limp', 'limy', 'lina', 'lind', 'line', 'link', 'lins', 'lint', 'lion', 'lips', 'lira', 'lire', 'lisa', 'lise', 'lisp', 'list', 'lite', 'live', 'livy', 'liza', 'lizs', 'load', 'loaf', 'loam', 'loan', 'lobe', 'lobo', 'lobs', 'loci', 'lock', 'loco', 'lode', 'lodz', 'loeb', 'loft', 'loge', 'logo', 'logs', 'loin', 'lois', 'loki', 'lola', 'loll', 'lomb', 'lome', 'lone', 'long', 'lons', 'look', 'loom', 'loon', 'loop', 'loot', 'lope', 'lops', 'lora', 'lord', 'lore', 'lori', 'lorn', 'lose', 'loss', 'lost', 'loth', 'lots', 'lott', 'loud', 'lous', 'lout', 'love', 'lowe', 'lows', 'loxs', 'loyd', 'lpns', 'lsds', 'luau', 'lube', 'luce', 'luck', 'lucy', 'luge', 'lugs', 'luis', 'luke', 'lula', 'lull', 'lulu', 'lump', 'luna', 'lund', 'lung', 'lupe', 'lura', 'lure', 'lurk', 'lush', 'lust', 'lute', 'lutz', 'luvs', 'luxe', 'luzs', 'lvov', 'lyes', 'lyle', 'lyly', 'lyme', 'lynn', 'lynx', 'lyon', 'lyra', 'lyre', 'lyxs', 'maam', 'mace', 'mach', 'mack', 'macy', 'made', 'mads', 'maes', 'magi', 'maid', 'mail', 'maim', 'main', 'mais', 'make', 'male', 'mali', 'mall', 'malt', 'mama', 'mana', 'mane', 'mani', 'mann', 'mans', 'manx', 'many', 'maos', 'maps', 'mara', 'marc', 'mare', 'mari', 'mark', 'mars', 'mart', 'marx', 'mary', 'mash', 'mask', 'mass', 'mast', 'mate', 'math', 'mats', 'matt', 'maud', 'maui', 'maul', 'mawr', 'maws', 'maxs', 'maya', 'mayo', 'mays', 'maze', 'mbas', 'mcis', 'mead', 'meal', 'mean', 'meat', 'meek', 'meet', 'megs', 'meir', 'meld', 'mels', 'melt', 'memo', 'mend', 'mens', 'menu', 'meow', 'mere', 'mesa', 'mesh', 'mess', 'mete', 'mets', 'mewl', 'mews', 'mgms', 'mias', 'mica', 'mice', 'mich', 'mick', 'mien', 'miff', 'migr', 'mike', 'mila', 'mild', 'mile', 'milk', 'mill', 'milo', 'mils', 'milt', 'mime', 'mimi', 'mind', 'mine', 'ming', 'mini', 'mink', 'minn', 'mins', 'mint', 'minx', 'mira', 'mire', 'miro', 'mirs', 'miss', 'mist', 'mite', 'mits', 'mitt', 'mixs', 'mles', 'moan', 'moat', 'mobs', 'mock', 'mode', 'mods', 'moen', 'moes', 'moet', 'moho', 'mohr', 'mold', 'mole', 'moll', 'molt', 'moms', 'mona', 'monk', 'mono', 'mons', 'mont', 'mood', 'moog', 'moon', 'moor', 'moos', 'moot', 'mope', 'mops', 'more', 'morn', 'moro', 'mort', 'moss', 'most', 'mote', 'moth', 'mott', 'move', 'mown', 'mows', 'mris', 'msgs', 'msts', 'much', 'muck', 'mudd', 'muds', 'muff', 'mugs', 'muir', 'mule', 'mull', 'mums', 'mung', 'muon', 'murk', 'muse', 'mush', 'musk', 'muss', 'must', 'mute', 'mutt', 'muzo', 'mvps', 'myel', 'myna', 'myra', 'myst', 'myth', 'nabs', 'nags', 'nagy', 'nail', 'nair', 'name', 'nams', 'nans', 'nape', 'naps', 'narc', 'nark', 'nary', 'nasa', 'nash', 'nate', 'nato', 'nats', 'nave', 'navy', 'nays', 'nazi', 'ncaa', 'ncar', 'neal', 'neap', 'near', 'neat', 'neck', 'neds', 'need', 'neer', 'neff', 'neil', 'nell', 'neon', 'nerd', 'nerf', 'nero', 'ness', 'nest', 'nets', 'neva', 'neve', 'news', 'newt', 'next', 'nibs', 'nice', 'nick', 'nigh', 'nike', 'nile', 'nils', 'nimh', 'nina', 'nine', 'nips', 'nita', 'nite', 'nits', 'nixs', 'noaa', 'noah', 'node', 'nods', 'noel', 'noes', 'nola', 'noll', 'nolo', 'nome', 'nona', 'none', 'nook', 'noon', 'nope', 'nora', 'norm', 'nose', 'nosh', 'nosy', 'note', 'noun', 'nous', 'nova', 'novo', 'novs', 'nows', 'ntis', 'nubs', 'nude', 'nuke', 'null', 'numb', 'nuns', 'nuts', 'oafs', 'oahu', 'oaks', 'oars', 'oass', 'oath', 'oats', 'obey', 'obit', 'oboe', 'octs', 'odds', 'oder', 'odes', 'odin', 'odis', 'odom', 'odor', 'offs', 'ogle', 'ogre', 'ohio', 'ohms', 'ohsa', 'oils', 'oily', 'oink', 'oint', 'oise', 'okay', 'okla', 'okra', 'olaf', 'olas', 'olav', 'olds', 'oldy', 'olen', 'oleo', 'olga', 'olin', 'oman', 'omar', 'omen', 'omit', 'omsk', 'once', 'ones', 'only', 'onos', 'onto', 'onus', 'onyx', 'oops', 'oort', 'ooze', 'opal', 'opec', 'opel', 'open', 'opts', 'opus', 'oral', 'oran', 'oras', 'orbs', 'oreo', 'ores', 'orgy', 'orin', 'orly', 'orrs', 'osha', 'oslo', 'otis', 'otto', 'ouch', 'ours', 'oust', 'outr', 'outs', 'ouzo', 'oval', 'oven', 'over', 'ovid', 'ovum', 'owed', 'owen', 'owes', 'owls', 'owly', 'owns', 'oxen', 'oxus', 'paar', 'pace', 'pack', 'pacs', 'pact', 'pads', 'page', 'paid', 'pail', 'pain', 'pair', 'pale', 'pall', 'palm', 'palo', 'pals', 'pams', 'pane', 'pang', 'pans', 'pant', 'papa', 'paps', 'pare', 'park', 'parr', 'pars', 'part', 'paso', 'pass', 'past', 'pate', 'path', 'pats', 'paul', 'pave', 'pawl', 'pawn', 'paws', 'pays', 'pbss', 'peak', 'peal', 'pear', 'peas', 'peat', 'peck', 'peed', 'peek', 'peel', 'peep', 'peer', 'pees', 'pegs', 'pele', 'pelt', 'pena', 'pend', 'penh', 'penn', 'pens', 'pent', 'peon', 'peps', 'perk', 'perl', 'perm', 'pert', 'peru', 'peso', 'pest', 'pete', 'pets', 'pews', 'phds', 'phil', 'phon', 'piaf', 'pica', 'pick', 'pict', 'pied', 'pier', 'pies', 'pigs', 'pike', 'pile', 'pill', 'pimp', 'pine', 'ping', 'pink', 'pins', 'pint', 'pion', 'pipe', 'pips', 'pisa', 'piss', 'pita', 'pith', 'pits', 'pitt', 'pity', 'pius', 'pixy', 'pkwy', 'plan', 'plat', 'play', 'plea', 'pled', 'plod', 'plop', 'plot', 'plow', 'ploy', 'plug', 'plum', 'plus', 'plys', 'pmss', 'pock', 'pods', 'poem', 'poet', 'pogo', 'pois', 'poke', 'poky', 'pole', 'polk', 'poll', 'polo', 'pols', 'pomp', 'pond', 'pone', 'pong', 'pont', 'pony', 'pooh', 'pool', 'poop', 'poor', 'pope', 'pops', 'pore', 'pork', 'porn', 'port', 'pose', 'posh', 'post', 'posy', 'pots', 'pour', 'pout', 'pows', 'poxs', 'pram', 'pray', 'prep', 'pres', 'prey', 'prig', 'prim', 'prod', 'prof', 'prog', 'prom', 'prop', 'pros', 'prow', 'prto', 'prut', 'prys', 'psst', 'psts', 'ptah', 'pubs', 'puck', 'puff', 'pugh', 'pugs', 'puke', 'pull', 'pulp', 'puma', 'pump', 'punk', 'puns', 'punt', 'puny', 'pupa', 'pups', 'pure', 'purl', 'purr', 'push', 'puss', 'puts', 'putt', 'puzo', 'pvcs', 'pyle', 'pyre', 'pyxs', 'qoms', 'quad', 'quay', 'quid', 'quip', 'quit', 'quiz', 'quod', 'race', 'rack', 'racy', 'raes', 'rafs', 'raft', 'raga', 'rage', 'rags', 'raid', 'rail', 'rain', 'raja', 'rake', 'rama', 'ramo', 'ramp', 'rams', 'rand', 'rang', 'rank', 'rant', 'rape', 'raps', 'rapt', 'rare', 'rasa', 'rash', 'rasp', 'rata', 'rate', 'rats', 'raul', 'rave', 'raws', 'rays', 'raze', 'razz', 'rcas', 'read', 'real', 'ream', 'reap', 'rear', 'reba', 'reck', 'redo', 'reds', 'reed', 'reef', 'reek', 'reel', 'refs', 'reid', 'rein', 'reis', 'rely', 'rems', 'rena', 'rend', 'rene', 'reno', 'rent', 'reps', 'rest', 'reub', 'reva', 'revs', 'rhea', 'rhee', 'ribs', 'rica', 'rice', 'rich', 'rick', 'rico', 'ride', 'rids', 'riel', 'rife', 'riff', 'rift', 'riga', 'rigs', 'rile', 'rill', 'rime', 'rims', 'rimy', 'rind', 'ring', 'rink', 'rios', 'riot', 'ripe', 'rips', 'rise', 'risk', 'rita', 'rite', 'ritz', 'rnas', 'road', 'roam', 'roan', 'roar', 'robe', 'robs', 'robt', 'rock', 'rode', 'rods', 'roeg', 'roes', 'roil', 'roku', 'role', 'roll', 'rome', 'romp', 'roms', 'rons', 'rood', 'roof', 'rook', 'room', 'root', 'rope', 'rory', 'rosa', 'rose', 'ross', 'rosy', 'rotc', 'rote', 'roth', 'rots', 'rous', 'rout', 'rove', 'rowe', 'rows', 'roxy', 'roys', 'rsvp', 'rube', 'rubs', 'ruby', 'rude', 'rudy', 'rued', 'rues', 'ruff', 'rugs', 'ruhr', 'ruin', 'ruiz', 'rule', 'rump', 'rums', 'rune', 'rung', 'runs', 'runt', 'ruse', 'rush', 'rusk', 'russ', 'rust', 'ruth', 'ruts', 'ryan', 'ryes', 'saab', 'saar', 'sack', 'sacs', 'sade', 'sadr', 'safe', 'saga', 'sage', 'sago', 'sags', 'said', 'sail', 'sake', 'saki', 'saks', 'sale', 'salk', 'salt', 'same', 'sams', 'sana', 'sand', 'sane', 'sang', 'sank', 'sans', 'saps', 'sara', 'sari', 'sars', 'sash', 'sass', 'sate', 'sats', 'saud', 'saul', 'saut', 'save', 'sawn', 'saws', 'saxs', 'says', 'scab', 'scad', 'scam', 'scan', 'scar', 'scat', 'scot', 'scow', 'scud', 'scum', 'seal', 'seam', 'sean', 'sear', 'seas', 'seat', 'secs', 'sect', 'seed', 'seek', 'seem', 'seen', 'seep', 'seer', 'sees', 'sega', 'self', 'sell', 'semi', 'send', 'sent', 'sept', 'sera', 'serb', 'sere', 'serf', 'seth', 'sets', 'sewn', 'sews', 'sexs', 'sexy', 'shad', 'shag', 'shah', 'sham', 'shat', 'shaw', 'shay', 'shea', 'shed', 'shes', 'shim', 'shin', 'ship', 'shit', 'shiv', 'shod', 'shoe', 'shoo', 'shop', 'shot', 'show', 'shun', 'shut', 'shys', 'sial', 'siam', 'sian', 'sick', 'sics', 'side', 'sids', 'sift', 'sigh', 'sign', 'sikh', 'silk', 'sill', 'silo', 'silt', 'sima', 'sims', 'sine', 'sing', 'sinh', 'sink', 'sins', 'sips', 'sire', 'sirs', 'siss', 'site', 'sits', 'situ', 'siva', 'sixs', 'size', 'skat', 'skew', 'skid', 'skim', 'skin', 'skip', 'skis', 'skit', 'skye', 'skys', 'slab', 'slag', 'slam', 'slap', 'slat', 'slav', 'slaw', 'slay', 'sled', 'slew', 'slid', 'slim', 'slip', 'slit', 'slob', 'sloe', 'slog', 'slop', 'slot', 'slow', 'slue', 'slug', 'slum', 'slur', 'slut', 'smit', 'smog', 'smug', 'smut', 'snag', 'snap', 'snip', 'snit', 'snob', 'snot', 'snow', 'snub', 'snug', 'soak', 'soap', 'soar', 'sobs', 'sock', 'soda', 'sods', 'sofa', 'soft', 'soho', 'soil', 'sold', 'sole', 'soli', 'solo', 'sols', 'soma', 'some', 'song', 'sons', 'sony', 'soon', 'soot', 'sops', 'sora', 'sorb', 'sore', 'sort', 'sosa', 'soss', 'soto', 'sots', 'soul', 'soup', 'sour', 'sown', 'sows', 'soya', 'soys', 'spam', 'span', 'spar', 'spas', 'spat', 'spay', 'spec', 'sped', 'spew', 'spin', 'spit', 'spot', 'spry', 'spud', 'spun', 'spur', 'spys', 'stab', 'stag', 'stan', 'star', 'stay', 'stem', 'step', 'stew', 'stir', 'stop', 'stow', 'stub', 'stud', 'stun', 'stus', 'stye', 'stys', 'styx', 'subs', 'such', 'suck', 'suds', 'sued', 'sues', 'suet', 'suey', 'suez', 'sufi', 'suis', 'suit', 'sulk', 'sumo', 'sump', 'sums', 'sung', 'sunk', 'suns', 'suny', 'sups', 'sure', 'surf', 'suva', 'suzy', 'sven', 'swab', 'swag', 'swam', 'swan', 'swap', 'swat', 'sway', 'swig', 'swim', 'swop', 'swum', 'sync', 'tabs', 'tabu', 'tack', 'taco', 'tact', 'tads', 'taft', 'tags', 'tail', 'take', 'talc', 'tale', 'talk', 'tall', 'tame', 'tami', 'tamp', 'tams', 'tang', 'tanh', 'tank', 'tans', 'taos', 'tapa', 'tape', 'taps', 'tara', 'tare', 'taro', 'tarp', 'tars', 'tart', 'task', 'tass', 'tate', 'tats', 'taut', 'taxi', 'taxs', 'teak', 'teal', 'team', 'tear', 'teas', 'teat', 'tech', 'teds', 'teed', 'teem', 'teen', 'tees', 'teet', 'tell', 'temp', 'tend', 'tens', 'tent', 'teri', 'term', 'tern', 'terr', 'tess', 'test', 'tete', 'tets', 'text', 'thad', 'thai', 'than', 'thar', 'that', 'thaw', 'thea', 'thee', 'them', 'then', 'they', 'thin', 'this', 'thor', 'thou', 'thru', 'thud', 'thug', 'thur', 'thus', 'tias', 'tick', 'tics', 'tide', 'tidy', 'tied', 'tier', 'ties', 'tiff', 'tift', 'tike', 'tile', 'till', 'tilt', 'time', 'tims', 'tina', 'tine', 'ting', 'tins', 'tint', 'tiny', 'tipi', 'tips', 'tire', 'tiro', 'tito', 'tits', 'tkos', 'tlcs', 'tnts', 'toad', 'toby', 'todd', 'tods', 'toed', 'toes', 'tofu', 'toga', 'togo', 'togs', 'toil', 'tojo', 'toke', 'told', 'toll', 'tomb', 'tome', 'toms', 'tone', 'tong', 'toni', 'tonk', 'tons', 'tony', 'took', 'tool', 'toot', 'tops', 'tore', 'tori', 'torn', 'torr', 'tors', 'tort', 'tory', 'toss', 'tost', 'tote', 'toto', 'tots', 'tour', 'tout', 'town', 'tows', 'toys', 'trag', 'tram', 'tran', 'trap', 'tray', 'tree', 'trek', 'trey', 'trig', 'trim', 'trio', 'trip', 'trod', 'trot', 'troy', 'true', 'trys', 'tsar', 'tuba', 'tube', 'tubs', 'tuck', 'tude', 'tues', 'tuff', 'tuft', 'tugs', 'tull', 'tums', 'tuna', 'tune', 'tung', 'tuns', 'tupi', 'turd', 'turf', 'turk', 'turn', 'tush', 'tusk', 'tuts', 'tutu', 'tuxs', 'twas', 'twee', 'twig', 'twin', 'twit', 'twos', 'tyke', 'type', 'typo', 'tyre', 'tyro', 'tzar', 'ubss', 'ucla', 'ufas', 'ufos', 'ugly', 'uhfs', 'ulan', 'ulna', 'umps', 'undo', 'unit', 'unix', 'unto', 'upon', 'ural', 'urdu', 'urea', 'urey', 'urge', 'uric', 'uris', 'urns', 'ursa', 'usaf', 'usas', 'usda', 'used', 'user', 'uses', 'usgs', 'usia', 'usps', 'ussr', 'utah', 'utes', 'uzis', 'vade', 'vail', 'vain', 'vale', 'vals', 'vamp', 'vane', 'vang', 'vans', 'vary', 'vase', 'vast', 'vats', 'vcrs', 'veal', 'veda', 'veep', 'veer', 'vega', 'veil', 'vein', 'vela', 'veld', 'vend', 'venn', 'vent', 'vera', 'verb', 'vern', 'very', 'vest', 'veto', 'vets', 'vhfs', 'vial', 'vibe', 'vice', 'vida', 'vide', 'vied', 'vier', 'vies', 'viet', 'view', 'viii', 'vila', 'vile', 'vims', 'vine', 'viol', 'vips', 'visa', 'vise', 'vita', 'vito', 'viva', 'vivo', 'vlad', 'vlfs', 'void', 'vole', 'volt', 'voss', 'vote', 'vows', 'wack', 'waco', 'wade', 'wadi', 'wads', 'waft', 'wage', 'wags', 'wahl', 'waif', 'wail', 'wait', 'wake', 'wald', 'wale', 'walk', 'wall', 'walt', 'wand', 'wane', 'wang', 'want', 'ward', 'ware', 'warm', 'warn', 'warp', 'wars', 'wart', 'wary', 'wash', 'wasp', 'wast', 'watt', 'wave', 'wavy', 'waxs', 'waxy', 'ways', 'weak', 'weal', 'wean', 'wear', 'webb', 'webs', 'weco', 'weds', 'weed', 'week', 'weep', 'weer', 'wees', 'weft', 'wehr', 'weir', 'weis', 'weld', 'well', 'welt', 'wend', 'wens', 'went', 'wept', 'were', 'wert', 'west', 'wets', 'weve', 'wham', 'what', 'whee', 'when', 'whet', 'whew', 'whey', 'whig', 'whim', 'whip', 'whir', 'whit', 'whiz', 'whoa', 'whod', 'whom', 'whop', 'whos', 'whup', 'whys', 'wick', 'wide', 'wier', 'wife', 'wigs', 'wiis', 'wiki', 'wild', 'wile', 'will', 'wilt', 'wily', 'wimp', 'wind', 'wine', 'wing', 'wink', 'wino', 'wins', 'winy', 'wipe', 'wire', 'wiry', 'wise', 'wish', 'wisp', 'wist', 'with', 'wits', 'witt', 'wive', 'wizs', 'woes', 'woke', 'woks', 'wold', 'wolf', 'womb', 'wong', 'wons', 'wont', 'wood', 'woof', 'wool', 'woos', 'word', 'wore', 'work', 'worm', 'worn', 'wove', 'wows', 'wrap', 'wren', 'writ', 'wuss', 'wwws', 'wynn', 'xian', 'xmas', 'yacc', 'yack', 'yaks', 'yale', 'yall', 'yalu', 'yams', 'yang', 'yank', 'yaps', 'yard', 'yarn', 'yawl', 'yawn', 'yaws', 'yeah', 'year', 'yeas', 'yell', 'yelp', 'yens', 'yeps', 'yess', 'yest', 'yeti', 'yews', 'yips', 'ymca', 'ymir', 'yock', 'yoda', 'yoga', 'yogi', 'yoke', 'yoko', 'yolk', 'yond', 'yong', 'yore', 'york', 'yost', 'youd', 'your', 'yous', 'yowl', 'yuan', 'yuck', 'yugo', 'yuki', 'yuks', 'yule', 'yups', 'yuri', 'yves', 'ywca', 'zane', 'zany', 'zaps', 'zara', 'zeal', 'zebu', 'zeds', 'zeke', 'zeno', 'zens', 'zero', 'zest', 'zeta', 'zeus', 'zibo', 'zinc', 'zing', 'zion', 'zips', 'zits', 'zoes', 'zola', 'zone', 'zoom', 'zoos', 'zorn', 'zulu', 'zuni', 'aaron', 'ababa', 'abaci', 'aback', 'abaft', 'abase', 'abash', 'abate', 'abbas', 'abbey', 'abbot', 'abbys', 'abdul', 'abeam', 'abels', 'abets', 'abhor', 'abide', 'abler', 'abner', 'abode', 'abort', 'about', 'above', 'abram', 'abuja', 'abuse', 'abuts', 'abuzz', 'abyss', 'accra', 'ached', 'aches', 'achoo', 'acids', 'acing', 'acmes', 'acnes', 'acorn', 'acres', 'acrid', 'acrux', 'acted', 'acths', 'acton', 'actor', 'acuff', 'acute', 'adage', 'adair', 'adams', 'adana', 'adans', 'adapt', 'adars', 'added', 'adder', 'addie', 'addis', 'addle', 'adela', 'adele', 'adens', 'adept', 'adieu', 'adler', 'adman', 'admen', 'admit', 'admix', 'adobe', 'adolf', 'adopt', 'adore', 'adorn', 'adult', 'advil', 'adzes', 'aegis', 'aeons', 'aerie', 'aerys', 'aesop', 'affix', 'afire', 'afoot', 'afore', 'afoul', 'afros', 'after', 'again', 'agape', 'agars', 'agate', 'agave', 'agent', 'agers', 'aggie', 'agile', 'aging', 'agism', 'aglow', 'agnes', 'agnew', 'agnis', 'agone', 'agony', 'agree', 'agues', 'agway', 'ahabs', 'ahead', 'ahmad', 'ahmed', 'aidas', 'aided', 'aides', 'aidss', 'aiken', 'ailed', 'aimed', 'aimee', 'aimer', 'aired', 'airer', 'aires', 'aisha', 'aisle', 'ajaxs', 'akbar', 'akers', 'akita', 'akiva', 'akkad', 'akron', 'alamo', 'alana', 'alans', 'alarm', 'alars', 'albee', 'album', 'alcoa', 'aldan', 'alden', 'alder', 'aldos', 'aleck', 'alecs', 'aleph', 'alert', 'aleut', 'alexs', 'algae', 'algal', 'algas', 'alger', 'algol', 'alias', 'alibi', 'alice', 'alien', 'align', 'alike', 'aline', 'alisa', 'alive', 'alkyl', 'allah', 'allan', 'allay', 'allen', 'alley', 'allie', 'allis', 'allot', 'allow', 'alloy', 'allyl', 'allyn', 'allys', 'almas', 'almss', 'aloes', 'aloft', 'aloha', 'alone', 'along', 'aloof', 'aloud', 'alpha', 'alpos', 'alpss', 'alsop', 'altai', 'altar', 'alter', 'altho', 'alton', 'altos', 'alums', 'alvin', 'alway', 'alyce', 'amado', 'amain', 'amaru', 'amass', 'amati', 'amaze', 'amber', 'amble', 'ameba', 'ameer', 'amend', 'amide', 'amies', 'amiga', 'amigo', 'amino', 'amirs', 'amish', 'amiss', 'amity', 'amman', 'ammos', 'amoco', 'among', 'amort', 'amour', 'ampex', 'ample', 'amply', 'ampul', 'amuck', 'amurs', 'amuse', 'amway', 'andes', 'andre', 'andys', 'anent', 'angel', 'anger', 'angie', 'angle', 'anglo', 'angry', 'angst', 'angus', 'anion', 'anise', 'anita', 'ankhs', 'ankle', 'annal', 'annam', 'annex', 'annie', 'annoy', 'annul', 'annum', 'anode', 'anons', 'anted', 'antes', 'antic', 'antis', 'anton', 'anuss', 'anvil', 'anzac', 'aorta', 'apace', 'apart', 'apexs', 'aphid', 'aping', 'apish', 'appal', 'apple', 'apply', 'april', 'apron', 'apses', 'apsis', 'apter', 'aptly', 'aquae', 'aquas', 'arabs', 'araby', 'arals', 'arbor', 'arced', 'archs', 'arden', 'ardor', 'areas', 'arena', 'arent', 'argon', 'argos', 'argot', 'argue', 'argus', 'arhat', 'arias', 'ariel', 'aries', 'arise', 'arius', 'arlen', 'armco', 'armed', 'armer', 'armor', 'armys', 'arneb', 'arnos', 'aroma', 'arons', 'arose', 'array', 'arron', 'arrow', 'arses', 'arson', 'artie', 'artsy', 'aruba', 'aryan', 'asama', 'ascii', 'ascot', 'ashed', 'ashen', 'asher', 'ashes', 'asian', 'asias', 'aside', 'asked', 'asker', 'askew', 'asoka', 'aspen', 'aspic', 'assad', 'assai', 'assam', 'assay', 'asses', 'asset', 'aster', 'astir', 'aston', 'astor', 'aswan', 'atari', 'atlas', 'atman', 'atoll', 'atoms', 'atone', 'atria', 'attar', 'attic', 'auden', 'audio', 'audis', 'audit', 'audra', 'auger', 'aught', 'augur', 'aunts', 'aurae', 'aural', 'auras', 'auric', 'autos', 'avail', 'avant', 'avast', 'avers', 'avert', 'avery', 'avian', 'avila', 'avior', 'avoid', 'avows', 'await', 'awake', 'award', 'aware', 'awash', 'awful', 'awing', 'awoke', 'awols', 'axers', 'axial', 'axing', 'axiom', 'axiss', 'axles', 'axons', 'ayala', 'ayers', 'azana', 'aztec', 'azure', 'baaed', 'baals', 'baath', 'babar', 'babel', 'babes', 'babur', 'babys', 'bachs', 'backs', 'bacon', 'baden', 'badge', 'badly', 'bagel', 'baggy', 'bahai', 'bahia', 'bails', 'baird', 'baits', 'baize', 'baked', 'baker', 'bakes', 'bakus', 'balds', 'baldy', 'baled', 'baler', 'bales', 'balis', 'balks', 'balky', 'balls', 'balms', 'balmy', 'balsa', 'bambi', 'banal', 'bands', 'bandy', 'banes', 'bangs', 'banjo', 'banks', 'banns', 'bantu', 'barbs', 'bards', 'bared', 'barer', 'bares', 'barfs', 'barge', 'barks', 'barns', 'baron', 'barre', 'barrs', 'barry', 'barth', 'bartk', 'basal', 'based', 'basel', 'baser', 'bases', 'basho', 'bashs', 'basic', 'basie', 'basil', 'basin', 'basis', 'basks', 'basra', 'bassi', 'basso', 'basss', 'baste', 'basts', 'batch', 'bated', 'bater', 'bates', 'bathe', 'baths', 'batik', 'baton', 'bator', 'batty', 'batus', 'bauds', 'bauer', 'baulk', 'bawdy', 'bawls', 'bayda', 'bayed', 'bayer', 'bayes', 'bayou', 'beach', 'beads', 'beady', 'beaks', 'beams', 'beans', 'beard', 'bears', 'beast', 'beats', 'beaus', 'beaux', 'bebop', 'becks', 'becky', 'bedim', 'beebe', 'beech', 'beefs', 'beefy', 'beeps', 'beers', 'beets', 'befit', 'befog', 'began', 'begat', 'beget', 'begin', 'begot', 'begun', 'behan', 'beige', 'being', 'belas', 'belau', 'belay', 'belch', 'belem', 'belie', 'bella', 'belle', 'bells', 'belly', 'below', 'belts', 'beman', 'bench', 'bends', 'benet', 'benin', 'benny', 'bents', 'berea', 'beret', 'bergs', 'beria', 'berle', 'berms', 'berne', 'berns', 'berra', 'berry', 'berta', 'berth', 'berts', 'beryl', 'beset', 'besom', 'besot', 'bests', 'betas', 'betel', 'bethe', 'beths', 'betsy', 'bette', 'betty', 'bevel', 'bevys', 'beyer', 'bezel', 'biass', 'bible', 'bicep', 'biddy', 'bided', 'biden', 'bides', 'bidet', 'biers', 'biggs', 'bight', 'bigot', 'biked', 'biker', 'bikes', 'bikos', 'bilbo', 'biles', 'bilge', 'bilks', 'bills', 'billy', 'bimbo', 'binds', 'binge', 'bingo', 'bioko', 'biota', 'biped', 'birch', 'birds', 'biros', 'birth', 'bison', 'bitch', 'bited', 'biter', 'bites', 'bizet', 'bjork', 'blabs', 'black', 'blade', 'blahs', 'blair', 'blake', 'blame', 'blanc', 'bland', 'blank', 'blare', 'blase', 'blast', 'blatz', 'blaze', 'bleak', 'blear', 'bleat', 'bleed', 'bleep', 'blend', 'blent', 'bless', 'blest', 'bligh', 'blimp', 'blind', 'blink', 'blinn', 'blips', 'bliss', 'blitz', 'bloat', 'blobs', 'bloch', 'block', 'blocs', 'blogs', 'bloke', 'blond', 'blood', 'bloom', 'bloop', 'blots', 'blown', 'blows', 'blued', 'bluer', 'blues', 'bluet', 'bluff', 'blunt', 'blurb', 'blurs', 'blurt', 'blush', 'board', 'boars', 'boass', 'boast', 'boats', 'bobbi', 'bobby', 'boded', 'bodes', 'bodys', 'boers', 'bogey', 'boggy', 'bogie', 'bogot', 'bogus', 'bogys', 'boils', 'boise', 'bolas', 'boles', 'bolls', 'bolts', 'bombs', 'bonds', 'boned', 'boner', 'bones', 'boney', 'bongo', 'bongs', 'bonns', 'bonny', 'bonos', 'bonus', 'bonze', 'boobs', 'booby', 'booed', 'books', 'booky', 'boole', 'booms', 'boone', 'boons', 'boors', 'boost', 'booth', 'boots', 'booty', 'booze', 'boozy', 'borax', 'bored', 'borer', 'bores', 'borgs', 'boric', 'boris', 'borks', 'borne', 'boron', 'borus', 'bosch', 'boshs', 'bosns', 'bosom', 'boson', 'bosss', 'bossy', 'bosun', 'botch', 'botes', 'bough', 'boule', 'bound', 'bourn', 'bouts', 'bowed', 'bowel', 'bowen', 'bower', 'bowie', 'bowls', 'boxed', 'boxer', 'boxes', 'boyar', 'boyce', 'boyer', 'boyle', 'bozos', 'brace', 'bract', 'brads', 'brady', 'braes', 'bragg', 'brags', 'brahe', 'braid', 'brain', 'brake', 'brand', 'brans', 'brant', 'brash', 'brass', 'brats', 'braun', 'brave', 'bravo', 'brawl', 'brawn', 'brays', 'braze', 'bread', 'break', 'bream', 'breed', 'brent', 'brest', 'brets', 'brett', 'breve', 'brews', 'brian', 'briar', 'bribe', 'brice', 'brick', 'bride', 'brief', 'brier', 'bries', 'brigs', 'brims', 'brine', 'bring', 'brink', 'briny', 'brisk', 'brits', 'britt', 'broad', 'brock', 'broil', 'broke', 'bronx', 'brood', 'brook', 'broom', 'broth', 'brown', 'brows', 'bruce', 'bruin', 'bruit', 'bruno', 'brunt', 'brush', 'brusk', 'brute', 'bruts', 'bryan', 'bryce', 'bryon', 'buber', 'bucks', 'buddy', 'budge', 'buena', 'buffs', 'buffy', 'buggy', 'bugle', 'buick', 'build', 'built', 'bulbs', 'bulge', 'bulgy', 'bulks', 'bulky', 'bulls', 'bully', 'bumps', 'bumpy', 'bunch', 'bundy', 'bungs', 'bunin', 'bunks', 'bunny', 'bunts', 'buoys', 'burch', 'buret', 'burgs', 'burke', 'burks', 'burls', 'burly', 'burma', 'burns', 'burnt', 'burps', 'burro', 'burrs', 'bursa', 'burst', 'burts', 'burtt', 'busby', 'busch', 'bused', 'buses', 'bushs', 'bushy', 'busss', 'busts', 'butch', 'buteo', 'butte', 'butts', 'butyl', 'buuel', 'buxom', 'buyer', 'buzzs', 'buzzy', 'byers', 'bylaw', 'byrne', 'byron', 'bytes', 'byway', 'cabal', 'cabby', 'cabin', 'cable', 'cabot', 'cacao', 'cache', 'cacti', 'caddy', 'cadet', 'cadge', 'cadiz', 'cadre', 'cafes', 'caged', 'cager', 'cages', 'cagey', 'caine', 'cains', 'cairn', 'cairo', 'cajun', 'caked', 'cakes', 'caleb', 'calfs', 'calif', 'calks', 'calla', 'calls', 'calms', 'calve', 'calyx', 'camel', 'cameo', 'camps', 'campy', 'camry', 'camus', 'canal', 'canap', 'candy', 'caned', 'caner', 'canes', 'canis', 'canna', 'canny', 'canoe', 'canon', 'canst', 'canto', 'cants', 'cantu', 'caped', 'capek', 'caper', 'capes', 'capet', 'caphs', 'capon', 'capra', 'capri', 'caras', 'carat', 'cards', 'cared', 'cares', 'caret', 'carey', 'cargo', 'carib', 'carla', 'carlo', 'carls', 'carly', 'carne', 'carob', 'carol', 'carom', 'carpi', 'carps', 'carrs', 'carry', 'carte', 'carts', 'carve', 'cased', 'cases', 'casey', 'cashs', 'casio', 'casks', 'caste', 'casts', 'catch', 'cater', 'cathy', 'catty', 'caulk', 'cause', 'caved', 'caves', 'cavil', 'cawed', 'cease', 'cebus', 'cecil', 'cedar', 'ceded', 'cedes', 'celia', 'celli', 'cello', 'cells', 'celts', 'cents', 'ceres', 'cerfs', 'cesar', 'cetus', 'chads', 'chafe', 'chaff', 'chain', 'chair', 'chalk', 'champ', 'chang', 'chans', 'chant', 'chaos', 'chaps', 'chapt', 'chard', 'charm', 'chars', 'chart', 'chary', 'chase', 'chasm', 'chats', 'cheap', 'cheat', 'check', 'cheek', 'cheep', 'cheer', 'chefs', 'chens', 'cheri', 'chert', 'chess', 'chest', 'chevy', 'chews', 'chewy', 'chiba', 'chick', 'chics', 'chide', 'chief', 'child', 'chile', 'chili', 'chill', 'chime', 'chimp', 'chimu', 'china', 'chine', 'chink', 'chino', 'chins', 'chips', 'chirp', 'chits', 'chive', 'chloe', 'chock', 'choir', 'choke', 'chomp', 'chops', 'chord', 'chore', 'chose', 'chows', 'chris', 'chuck', 'chuff', 'chugs', 'chump', 'chums', 'chung', 'chunk', 'churl', 'churn', 'chute', 'cider', 'cigar', 'cilia', 'cinch', 'cindy', 'cipro', 'circa', 'circe', 'cisco', 'cited', 'cites', 'citys', 'civet', 'civic', 'civil', 'clack', 'claim', 'clair', 'clamp', 'clams', 'clang', 'clank', 'clans', 'claps', 'clara', 'clare', 'clark', 'clash', 'clasp', 'class', 'clats', 'claus', 'claws', 'clays', 'clean', 'clear', 'cleat', 'clefs', 'cleft', 'clems', 'cleos', 'clerk', 'clews', 'clich', 'click', 'cliff', 'climb', 'clime', 'cline', 'cling', 'clink', 'clint', 'clios', 'clips', 'clipt', 'clive', 'cloak', 'clock', 'clods', 'clogs', 'clomp', 'clone', 'clops', 'close', 'cloth', 'clots', 'cloud', 'clout', 'clove', 'clown', 'cloys', 'clubs', 'cluck', 'clued', 'clues', 'clump', 'clung', 'clunk', 'clyde', 'coach', 'coals', 'coast', 'coats', 'cobol', 'cobra', 'cocci', 'cocks', 'cocky', 'cocoa', 'codas', 'coded', 'coder', 'codes', 'codex', 'codon', 'coeds', 'cohan', 'cohen', 'coifs', 'coils', 'coins', 'coked', 'cokes', 'colas', 'colby', 'colds', 'colic', 'colin', 'colon', 'color', 'colts', 'colza', 'comas', 'combo', 'combs', 'comer', 'comes', 'comet', 'comfy', 'comic', 'comma', 'comte', 'conan', 'conch', 'condo', 'cones', 'coney', 'conga', 'congo', 'conic', 'conks', 'cooed', 'cooke', 'cooks', 'cooky', 'cools', 'coons', 'coops', 'coors', 'coots', 'coped', 'copes', 'copra', 'copse', 'copys', 'coral', 'coras', 'cords', 'cored', 'corer', 'cores', 'corey', 'corfu', 'corks', 'corms', 'corns', 'corny', 'corot', 'corps', 'corys', 'cosby', 'cosec', 'coset', 'costa', 'costs', 'cosys', 'cotes', 'cotta', 'cotty', 'couch', 'cough', 'could', 'count', 'coupe', 'coups', 'court', 'coven', 'cover', 'coves', 'covet', 'covey', 'cowan', 'cowed', 'cower', 'cowls', 'cowry', 'coyer', 'coyly', 'coypu', 'cozen', 'cozys', 'crabs', 'crack', 'craft', 'crags', 'craig', 'cramp', 'crams', 'crane', 'crank', 'crape', 'craps', 'crash', 'crass', 'crate', 'crave', 'crawl', 'craws', 'crays', 'craze', 'crazy', 'crche', 'creak', 'cream', 'crecy', 'credo', 'creed', 'creek', 'creel', 'creep', 'crees', 'creon', 'crepe', 'crept', 'cress', 'crest', 'crete', 'crews', 'cribs', 'crick', 'cried', 'crier', 'cries', 'crime', 'crimp', 'crisp', 'criss', 'croak', 'croat', 'croce', 'croci', 'crock', 'croft', 'croix', 'crone', 'crony', 'crook', 'croon', 'crops', 'cross', 'croup', 'crowd', 'crown', 'crows', 'crude', 'cruds', 'cruel', 'cruet', 'crumb', 'crump', 'crush', 'crust', 'cruxs', 'cruzs', 'crypt', 'csnet', 'cuban', 'cubas', 'cubed', 'cubes', 'cubic', 'cubit', 'cuffs', 'cuing', 'culls', 'culpa', 'cults', 'cumin', 'cunts', 'cupid', 'curbs', 'curds', 'cured', 'curer', 'cures', 'curia', 'curie', 'curio', 'curls', 'curly', 'curry', 'curse', 'curst', 'curts', 'curve', 'curvy', 'cushy', 'cusps', 'cusss', 'cuter', 'cutup', 'cuzco', 'cycad', 'cycle', 'cynic', 'cyril', 'cyrus', 'cysts', 'czars', 'czech', 'dacca', 'dacha', 'dadas', 'daddy', 'dados', 'daffy', 'daily', 'dairy', 'daiss', 'daisy', 'dakar', 'dales', 'daley', 'dally', 'dames', 'damns', 'damon', 'damps', 'danas', 'dance', 'dandy', 'danes', 'danny', 'dante', 'darby', 'darcy', 'dared', 'daren', 'darer', 'dares', 'darin', 'dario', 'darks', 'darla', 'darns', 'darpa', 'darry', 'darth', 'darts', 'daryl', 'dashs', 'dated', 'dater', 'dates', 'datum', 'daubs', 'daunt', 'davao', 'daves', 'david', 'davis', 'davit', 'dawes', 'dawns', 'dazed', 'dazes', 'deads', 'deals', 'dealt', 'deana', 'deane', 'deann', 'deans', 'dears', 'death', 'debar', 'debby', 'debit', 'debra', 'debts', 'debug', 'debut', 'decaf', 'decal', 'decay', 'decca', 'decks', 'decor', 'decoy', 'decry', 'deeds', 'deems', 'deena', 'deeps', 'deere', 'deers', 'defer', 'defoe', 'degas', 'degum', 'deice', 'deify', 'deign', 'deism', 'deity', 'delay', 'delft', 'delhi', 'delia', 'delis', 'della', 'dells', 'delta', 'delve', 'demit', 'demon', 'demos', 'demur', 'denas', 'deneb', 'dengs', 'denim', 'denis', 'denny', 'dense', 'dents', 'deons', 'depot', 'depps', 'depth', 'derby', 'derek', 'desks', 'detat', 'deter', 'detox', 'deuce', 'devil', 'devin', 'devis', 'devon', 'dewar', 'dewey', 'dhabi', 'dhaka', 'dhoti', 'dials', 'diana', 'diane', 'diann', 'diary', 'diced', 'dices', 'dicey', 'dicks', 'dicky', 'dicta', 'didnt', 'didos', 'diego', 'diems', 'diets', 'diety', 'dietz', 'digit', 'dijon', 'diked', 'dikes', 'dills', 'dilly', 'dimer', 'dimes', 'dimly', 'dinah', 'dinas', 'dined', 'diner', 'dines', 'dingo', 'dings', 'dingy', 'dinky', 'dinos', 'dints', 'diode', 'dions', 'dirac', 'direr', 'dirge', 'dirks', 'dirts', 'dirty', 'disco', 'discs', 'dishs', 'disks', 'disss', 'ditch', 'ditto', 'ditty', 'divan', 'divas', 'dived', 'diver', 'dives', 'divot', 'divvy', 'dixie', 'dixon', 'dizzy', 'djinn', 'dobbs', 'dobro', 'docks', 'dodge', 'dodos', 'doers', 'doffs', 'doggy', 'dogie', 'dogma', 'dohas', 'doily', 'doing', 'dolan', 'dolby', 'dolce', 'doled', 'doles', 'dolls', 'dolly', 'dolts', 'domed', 'domes', 'donna', 'donne', 'donns', 'donny', 'donor', 'donut', 'dooms', 'doors', 'doped', 'doper', 'dopes', 'dopey', 'doras', 'doria', 'doric', 'doris', 'dorks', 'dorky', 'dorms', 'dorys', 'dosed', 'doses', 'doted', 'dotes', 'dotty', 'douay', 'doubt', 'douce', 'dough', 'dougs', 'douro', 'douse', 'dover', 'doves', 'dowdy', 'dowel', 'downs', 'downy', 'dowry', 'dowse', 'doyen', 'doyle', 'dozed', 'dozen', 'dozes', 'drabs', 'draco', 'draft', 'drags', 'drain', 'drake', 'drama', 'drams', 'drank', 'drano', 'drape', 'drawl', 'drawn', 'draws', 'drays', 'dread', 'dream', 'dregs', 'dress', 'drews', 'dried', 'drier', 'dries', 'drift', 'drill', 'drily', 'drink', 'drips', 'drive', 'droll', 'drone', 'drool', 'droop', 'drops', 'dross', 'drove', 'drown', 'drubs', 'drugs', 'druid', 'drums', 'drunk', 'drury', 'dryad', 'dryer', 'dryly', 'duane', 'dubai', 'dubhe', 'ducal', 'ducat', 'duchy', 'ducks', 'ducts', 'duded', 'dudes', 'duels', 'duets', 'duffy', 'dugan', 'dukes', 'dulls', 'dully', 'dulse', 'dumas', 'dumbo', 'dummy', 'dumps', 'dumpy', 'dunce', 'dunes', 'dungs', 'dunks', 'dunne', 'dunno', 'dunns', 'duped', 'dupes', 'duran', 'durer', 'durex', 'duroc', 'duses', 'dusks', 'dusky', 'dusts', 'dusty', 'dutch', 'dutys', 'duvet', 'dvina', 'dvork', 'dwarf', 'dweeb', 'dwell', 'dwelt', 'dwyer', 'dyers', 'dying', 'dykes', 'dylan', 'dyson', 'eagan', 'eager', 'eagle', 'eared', 'earle', 'earls', 'early', 'earns', 'earps', 'earth', 'eased', 'easel', 'eases', 'easts', 'eaten', 'eater', 'eaton', 'eaves', 'ebays', 'ebbed', 'ebens', 'ebert', 'ebola', 'ebony', 'ebros', 'echos', 'eclat', 'ecole', 'ecrus', 'edams', 'eddie', 'eddys', 'edema', 'edens', 'edgar', 'edged', 'edger', 'edges', 'edict', 'edify', 'edith', 'edits', 'ednas', 'edsel', 'edwin', 'eerie', 'effie', 'efren', 'egged', 'eggos', 'egiss', 'egret', 'egypt', 'eider', 'eight', 'eires', 'eject', 'eking', 'elate', 'elbes', 'elbow', 'elder', 'eldon', 'elect', 'elegy', 'elena', 'elfin', 'elgar', 'elgin', 'elias', 'elide', 'eliot', 'elisa', 'elise', 'elite', 'eliza', 'ellas', 'ellen', 'ellie', 'ellis', 'elmas', 'elmer', 'elmos', 'elope', 'eloys', 'elroy', 'elsas', 'elsie', 'elton', 'elude', 'eluls', 'elute', 'elvas', 'elves', 'elvia', 'elvin', 'elvis', 'elway', 'elyse', 'emacs', 'email', 'embed', 'ember', 'emcee', 'emend', 'emery', 'emile', 'emils', 'emily', 'emirs', 'emits', 'emmas', 'emory', 'emote', 'empty', 'enact', 'ended', 'ender', 'endow', 'endue', 'enema', 'enemy', 'engel', 'engle', 'enifs', 'enjoy', 'ennui', 'enoch', 'enrol', 'enron', 'ensue', 'enter', 'entre', 'entry', 'enure', 'envoy', 'envys', 'epcot', 'epics', 'epoch', 'epoxy', 'epsom', 'epson', 'equal', 'equip', 'erase', 'erato', 'erect', 'erica', 'erich', 'erick', 'erics', 'erika', 'eriks', 'eriss', 'ermas', 'ernas', 'ernie', 'ernst', 'erode', 'eross', 'erred', 'errol', 'error', 'erses', 'erupt', 'ervin', 'erwin', 'esaus', 'essay', 'essen', 'essex', 'essie', 'ester', 'estes', 'estop', 'ethan', 'ethel', 'ether', 'ethic', 'ethos', 'ethyl', 'etnas', 'ettas', 'etude', 'eucre', 'eulas', 'euler', 'euros', 'evade', 'evans', 'evens', 'event', 'evert', 'every', 'evian', 'evict', 'evils', 'evita', 'evoke', 'ewers', 'ewing', 'exact', 'exalt', 'exams', 'excel', 'execs', 'exert', 'exile', 'exist', 'exits', 'expel', 'expos', 'extol', 'extra', 'exude', 'exult', 'exxon', 'eycks', 'eyers', 'eying', 'eyrie', 'faber', 'fable', 'faced', 'faces', 'facet', 'facto', 'facts', 'faded', 'fader', 'fades', 'faery', 'fagin', 'fagot', 'fahds', 'fahey', 'fails', 'faint', 'fairs', 'fairy', 'faith', 'faked', 'faker', 'fakes', 'fakir', 'falls', 'false', 'famed', 'fames', 'fancy', 'fangs', 'fanny', 'farad', 'farce', 'fared', 'fares', 'fargo', 'farms', 'farsi', 'farth', 'farts', 'fasts', 'fatah', 'fatal', 'fated', 'fates', 'fatty', 'fault', 'fauna', 'fauns', 'faust', 'favor', 'fawns', 'faxed', 'faxes', 'fayes', 'fazed', 'fazes', 'fdics', 'fears', 'feast', 'feats', 'fecal', 'feces', 'fedex', 'feeds', 'feels', 'feign', 'feint', 'felix', 'fells', 'felon', 'felts', 'femur', 'fence', 'fends', 'feral', 'fermi', 'ferns', 'ferry', 'fests', 'fetal', 'fetas', 'fetch', 'feted', 'fetid', 'fetus', 'feuds', 'fever', 'fewer', 'fezes', 'fianc', 'fiats', 'fiber', 'fibre', 'ficas', 'fiche', 'fidel', 'fidos', 'fiefs', 'field', 'fiend', 'fiery', 'fifes', 'fifth', 'fifty', 'fight', 'fijis', 'filch', 'filed', 'filer', 'files', 'filet', 'fills', 'filly', 'films', 'filmy', 'filth', 'final', 'finch', 'finds', 'fined', 'finer', 'fines', 'finis', 'finks', 'finns', 'finny', 'fiona', 'fiord', 'fired', 'firer', 'fires', 'firms', 'first', 'firth', 'fishs', 'fishy', 'fiske', 'fisks', 'fists', 'fitch', 'fitly', 'fiver', 'fives', 'fixed', 'fixer', 'fixes', 'fizzs', 'fizzy', 'fjord', 'flabs', 'flack', 'flags', 'flail', 'flair', 'flake', 'flaks', 'flaky', 'flamb', 'flame', 'flank', 'flaps', 'flare', 'flash', 'flask', 'flats', 'flatt', 'flaws', 'flaxs', 'flays', 'fleas', 'fleck', 'flees', 'fleet', 'flesh', 'flexs', 'flick', 'flied', 'flier', 'flies', 'fling', 'flint', 'flips', 'flirt', 'flits', 'float', 'flock', 'floes', 'flogs', 'flood', 'floor', 'flops', 'flora', 'flory', 'floss', 'flour', 'flout', 'flown', 'flows', 'floyd', 'flubs', 'flues', 'fluff', 'fluid', 'fluke', 'fluky', 'flume', 'flung', 'flunk', 'flush', 'flute', 'fluxs', 'flyby', 'flyer', 'flynn', 'fnmas', 'foals', 'foams', 'foamy', 'focal', 'focus', 'fogey', 'foggy', 'fogys', 'foils', 'foist', 'folds', 'foley', 'folio', 'folks', 'folly', 'fonda', 'fondu', 'fonts', 'foods', 'fools', 'foote', 'foots', 'foray', 'force', 'fords', 'fores', 'forge', 'forgo', 'forks', 'forms', 'forte', 'forth', 'forts', 'forty', 'forum', 'fosse', 'fouls', 'found', 'fount', 'fours', 'fovea', 'fowls', 'foxed', 'foxes', 'foyer', 'frail', 'frame', 'franc', 'frank', 'frans', 'franz', 'frapp', 'frats', 'fraud', 'frays', 'freak', 'freda', 'freds', 'freed', 'freer', 'frees', 'freon', 'fresh', 'frets', 'freud', 'freya', 'freys', 'friar', 'frick', 'fried', 'frier', 'fries', 'frill', 'frisk', 'frito', 'fritz', 'frizz', 'frock', 'frogs', 'fromm', 'frond', 'front', 'frost', 'froth', 'frown', 'froze', 'fruit', 'frump', 'fryer', 'fryes', 'fuchs', 'fucks', 'fudge', 'fuels', 'fugal', 'fugue', 'fujis', 'fulls', 'fully', 'fumed', 'fumes', 'funds', 'fundy', 'fungi', 'funks', 'funky', 'funny', 'furls', 'furor', 'furry', 'furys', 'furze', 'fused', 'fuses', 'fusss', 'fussy', 'fusty', 'futon', 'fuzed', 'fuzes', 'fuzzs', 'fuzzy', 'gabby', 'gable', 'gabon', 'gaeas', 'gaels', 'gaffe', 'gaffs', 'gaged', 'gages', 'gails', 'gaily', 'gains', 'gaits', 'galas', 'galen', 'gales', 'gallo', 'galls', 'gamay', 'gamed', 'gamer', 'games', 'gamey', 'gamin', 'gamma', 'gamow', 'gamut', 'gangs', 'gaped', 'gapes', 'garbo', 'garbs', 'garry', 'garth', 'garza', 'gases', 'gashs', 'gasps', 'gassy', 'gated', 'gates', 'gator', 'gatun', 'gaudy', 'gauge', 'gauls', 'gaunt', 'gauss', 'gauze', 'gauzy', 'gavel', 'gavin', 'gawks', 'gawky', 'gayer', 'gayle', 'gayly', 'gazed', 'gazer', 'gazes', 'gdels', 'gears', 'gecko', 'geeks', 'geeky', 'geese', 'geigy', 'gelds', 'gelid', 'gemma', 'genas', 'genes', 'genet', 'genie', 'genii', 'genoa', 'genre', 'gents', 'genus', 'geode', 'geres', 'germs', 'gerry', 'getty', 'getup', 'ghana', 'ghats', 'ghent', 'ghost', 'ghoul', 'giant', 'gibbs', 'gibby', 'gibed', 'gibes', 'giddy', 'gifts', 'gilas', 'gilda', 'gilds', 'giles', 'gills', 'gilts', 'gimme', 'gimpy', 'ginas', 'ginny', 'ginos', 'ginsu', 'gipsy', 'girds', 'girls', 'girth', 'girts', 'gismo', 'gists', 'given', 'giver', 'gives', 'gizas', 'gizmo', 'glade', 'glads', 'gland', 'glans', 'glare', 'glass', 'glaxo', 'glaze', 'gleam', 'glean', 'glees', 'glenn', 'glens', 'glide', 'glint', 'glitz', 'gloat', 'globe', 'globs', 'gloom', 'glops', 'glory', 'gloss', 'glove', 'glows', 'glued', 'glues', 'gluey', 'gluts', 'glyph', 'gnarl', 'gnash', 'gnats', 'gnawn', 'gnaws', 'gnome', 'goads', 'goals', 'goats', 'gobis', 'godly', 'godot', 'gofer', 'goffs', 'gogol', 'going', 'golan', 'golda', 'golds', 'golfs', 'golgi', 'golly', 'gomez', 'gonad', 'goner', 'gongs', 'gonna', 'goode', 'goods', 'goody', 'gooey', 'goofs', 'goofy', 'gooks', 'goons', 'goops', 'goose', 'gored', 'goren', 'gores', 'gorey', 'gorge', 'gorky', 'gorse', 'goths', 'gotta', 'gouda', 'gouge', 'gould', 'gourd', 'gouts', 'gouty', 'gowns', 'grabs', 'grace', 'grade', 'grads', 'grady', 'graff', 'graft', 'grail', 'grain', 'grams', 'grand', 'grant', 'grape', 'graph', 'grasp', 'grass', 'grata', 'grate', 'grave', 'gravy', 'grays', 'graze', 'great', 'grebe', 'greed', 'greek', 'green', 'greer', 'greet', 'gregg', 'gregs', 'greta', 'greys', 'grids', 'grief', 'grieg', 'grill', 'grime', 'grimm', 'grimy', 'grind', 'grins', 'gripe', 'grips', 'grist', 'grits', 'groan', 'groat', 'grogs', 'groin', 'groom', 'grope', 'gross', 'grosz', 'group', 'grout', 'grove', 'growl', 'grown', 'grows', 'grubs', 'gruel', 'gruff', 'grunt', 'gruss', 'guams', 'guano', 'guard', 'guava', 'gucci', 'guess', 'guest', 'guffs', 'guide', 'guild', 'guile', 'guilt', 'guise', 'gulag', 'gulch', 'gules', 'gulfs', 'gulls', 'gully', 'gulps', 'gumbo', 'gummy', 'gunks', 'gunky', 'gunny', 'guppy', 'gupta', 'gurus', 'gushs', 'gushy', 'gusto', 'gusts', 'gusty', 'gutsy', 'guyed', 'guyer', 'gwens', 'gwyns', 'gybed', 'gybes', 'gypsy', 'gyros', 'haass', 'haber', 'habib', 'habit', 'hacks', 'hadar', 'hades', 'hadnt', 'hafiz', 'hafts', 'hagar', 'hagen', 'hager', 'hague', 'haifa', 'haiku', 'hails', 'hairs', 'hairy', 'haiti', 'hakes', 'hakka', 'haled', 'haler', 'hales', 'haley', 'halfs', 'halls', 'halma', 'halon', 'halos', 'halts', 'halve', 'hamal', 'haman', 'hands', 'handy', 'haney', 'hangs', 'hanks', 'hanky', 'hanna', 'hanoi', 'haply', 'happy', 'hardy', 'hared', 'harem', 'hares', 'harks', 'harms', 'harps', 'harpy', 'harry', 'harsh', 'harte', 'harts', 'hashs', 'hasnt', 'hasps', 'haste', 'hasty', 'hatch', 'hated', 'hater', 'hates', 'hauls', 'haunt', 'hausa', 'havel', 'haven', 'haves', 'havoc', 'hawed', 'hawks', 'haydn', 'hayed', 'hayes', 'hazed', 'hazel', 'hazes', 'heads', 'heady', 'heals', 'healy', 'heaps', 'heard', 'hears', 'heart', 'heath', 'heats', 'heave', 'heavy', 'hecks', 'hedge', 'heeds', 'heels', 'heeps', 'hefts', 'hefty', 'hegel', 'heidi', 'heigh', 'heine', 'heinz', 'heirs', 'heist', 'helen', 'helga', 'helix', 'hello', 'hells', 'helms', 'helot', 'helps', 'hemps', 'hence', 'hench', 'henna', 'henri', 'henry', 'heras', 'herbs', 'herds', 'heres', 'herod', 'heron', 'heros', 'hertz', 'herzl', 'hesse', 'hetty', 'hewed', 'hewer', 'hexed', 'hexes', 'hiatt', 'hicks', 'hided', 'hides', 'highs', 'hiked', 'hiker', 'hikes', 'hilda', 'hills', 'hilly', 'hilts', 'hilum', 'hindi', 'hinds', 'hindu', 'hines', 'hinge', 'hints', 'hippo', 'hippy', 'hiram', 'hired', 'hirer', 'hires', 'hisss', 'hitch', 'hived', 'hives', 'hmong', 'hoagy', 'hoard', 'hoary', 'hoaxs', 'hobbs', 'hobby', 'hobos', 'hocks', 'hocus', 'hodge', 'hoffa', 'hoffs', 'hogan', 'hoist', 'hokan', 'hokey', 'hokum', 'holds', 'holed', 'holes', 'holly', 'holst', 'homed', 'homer', 'homes', 'homey', 'homie', 'honda', 'hondo', 'honed', 'honer', 'hones', 'honey', 'honks', 'honor', 'hooch', 'hoods', 'hooey', 'hoofs', 'hooke', 'hooks', 'hooky', 'hoops', 'hoots', 'hoped', 'hopes', 'hopis', 'horde', 'horne', 'horns', 'horny', 'horse', 'horsy', 'horus', 'hosea', 'hosed', 'hoses', 'hosts', 'hotel', 'hotly', 'hough', 'hound', 'hours', 'house', 'hovel', 'hover', 'howdy', 'howls', 'hoyle', 'hsbcs', 'htmls', 'huang', 'hubby', 'huber', 'hucks', 'hueys', 'huffs', 'huffy', 'huger', 'hughs', 'hugos', 'hulas', 'hulks', 'hulls', 'human', 'humid', 'humor', 'humps', 'humus', 'hunch', 'hunks', 'hunts', 'hurls', 'huron', 'hurry', 'hurst', 'hurts', 'hurty', 'hushs', 'husks', 'husky', 'hussy', 'hutch', 'hydra', 'hydro', 'hyena', 'hying', 'hyman', 'hymen', 'hymns', 'hyped', 'hyper', 'hypes', 'hypos', 'iagos', 'iambs', 'ibexs', 'ibiss', 'ibiza', 'iblis', 'ibsen', 'icahn', 'icbms', 'icier', 'icily', 'icing', 'icons', 'idaho', 'ideal', 'ideas', 'idess', 'idiom', 'idiot', 'idled', 'idler', 'idles', 'idols', 'idyll', 'idyls', 'igloo', 'igors', 'ikeas', 'ikons', 'ilene', 'ileum', 'iliac', 'iliad', 'ilona', 'image', 'imams', 'imbed', 'imbue', 'impel', 'imply', 'imuss', 'inane', 'inapt', 'incas', 'inchs', 'incur', 'index', 'india', 'indra', 'indue', 'indus', 'indys', 'inept', 'inert', 'inezs', 'infer', 'infix', 'infos', 'infra', 'ingot', 'injun', 'inked', 'inker', 'inlay', 'inlet', 'inman', 'inner', 'inonu', 'input', 'inset', 'intel', 'inter', 'inuit', 'inure', 'invar', 'ionic', 'iotas', 'iowan', 'iowas', 'ipods', 'iqbal', 'irans', 'iraqi', 'iraqs', 'irate', 'irene', 'irish', 'iriss', 'irked', 'irmas', 'irons', 'irony', 'irvin', 'irwin', 'isaac', 'ishim', 'isiah', 'ising', 'isiss', 'islam', 'isles', 'islet', 'issac', 'issue', 'isuzu', 'italy', 'itchs', 'itchy', 'items', 'ivies', 'ivory', 'iyars', 'izaak', 'izmir', 'izods', 'jabot', 'jacks', 'jacky', 'jacob', 'jaded', 'jades', 'jails', 'jaime', 'jakes', 'jamal', 'jamar', 'jambs', 'jamel', 'james', 'jamie', 'jamis', 'janas', 'janet', 'janie', 'janis', 'janna', 'janos', 'janus', 'japan', 'japed', 'japes', 'jared', 'jason', 'jaunt', 'javas', 'jawed', 'jayne', 'jazzs', 'jazzy', 'jeans', 'jedis', 'jeeps', 'jeers', 'jeffs', 'jehad', 'jello', 'jells', 'jelly', 'jenna', 'jenny', 'jeres', 'jeris', 'jerks', 'jerky', 'jerri', 'jerry', 'jesse', 'jesss', 'jests', 'jesus', 'jetty', 'jewel', 'jewry', 'jibed', 'jibes', 'jidda', 'jiffy', 'jihad', 'jilin', 'jilts', 'jimmy', 'jinan', 'jinni', 'jinns', 'jinny', 'jinxs', 'jived', 'jives', 'joann', 'jocks', 'jodie', 'jodis', 'jodys', 'joeys', 'johns', 'joins', 'joint', 'joist', 'joked', 'joker', 'jokes', 'jolla', 'jolly', 'jolts', 'jonah', 'jonas', 'jones', 'jonis', 'jorge', 'josef', 'joses', 'joshs', 'josie', 'josue', 'joule', 'joust', 'joves', 'jowls', 'jowly', 'joyce', 'joyed', 'juana', 'juans', 'jubal', 'judah', 'judas', 'judds', 'judea', 'judge', 'judos', 'juice', 'juicy', 'jukes', 'julep', 'jules', 'julia', 'julie', 'julio', 'julys', 'jumbo', 'jumps', 'jumpy', 'junco', 'junes', 'jungs', 'junks', 'junky', 'junos', 'junta', 'juror', 'jurua', 'jurys', 'jutes', 'kaaba', 'kabob', 'kabul', 'kafka', 'kajar', 'kalbs', 'kales', 'kalis', 'kamas', 'kanes', 'kants', 'kapok', 'kappa', 'kaput', 'karas', 'karat', 'karen', 'karin', 'karis', 'karla', 'karls', 'karma', 'karol', 'karos', 'karyn', 'kasai', 'kasey', 'kates', 'kathy', 'katie', 'katys', 'kauai', 'kayak', 'kayes', 'kayla', 'kazan', 'kazoo', 'keats', 'kebab', 'kebob', 'kecks', 'keels', 'keens', 'keeps', 'keith', 'kelli', 'kelly', 'kelps', 'kemps', 'kenny', 'kents', 'kenya', 'keogh', 'kerbs', 'keris', 'kerri', 'kerry', 'ketch', 'keven', 'kevin', 'keyed', 'keyes', 'khaki', 'khans', 'khmer', 'khufu', 'kicks', 'kicky', 'kidde', 'kiddo', 'kidds', 'kiddy', 'kieth', 'kievs', 'kills', 'kilns', 'kilos', 'kilts', 'kinda', 'kinds', 'kings', 'kinks', 'kinky', 'kiosk', 'kiowa', 'kirby', 'kirov', 'kisss', 'kited', 'kites', 'kiths', 'kitty', 'kiwis', 'klans', 'klaus', 'klein', 'klimt', 'kline', 'klutz', 'kmart', 'knack', 'knapp', 'knave', 'knead', 'kneed', 'kneel', 'knees', 'knell', 'knelt', 'knick', 'knife', 'knits', 'knobs', 'knock', 'knoll', 'knopf', 'knots', 'knott', 'known', 'knows', 'knurl', 'knuth', 'koala', 'kodak', 'kojak', 'kombu', 'kongo', 'kongs', 'kooks', 'kooky', 'kopek', 'koran', 'korea', 'korys', 'kraft', 'kraut', 'krebs', 'kriss', 'krnas', 'krnur', 'krocs', 'krone', 'krupp', 'kruse', 'kudos', 'kudzu', 'kuhns', 'kulak', 'kurts', 'kusch', 'kwans', 'kyles', 'kyoto', 'laban', 'label', 'labia', 'labor', 'laced', 'laces', 'lacey', 'lacks', 'lacys', 'laded', 'laden', 'lades', 'ladle', 'ladys', 'lager', 'lagos', 'lairs', 'laity', 'laius', 'lajos', 'lakes', 'lamar', 'lamas', 'lambs', 'lamed', 'lamer', 'lames', 'lamps', 'lanai', 'lanas', 'lance', 'lands', 'lanes', 'lange', 'lanka', 'lanky', 'lanny', 'lapel', 'lapps', 'lapse', 'laras', 'larch', 'lards', 'lares', 'large', 'largo', 'larks', 'larry', 'larva', 'laser', 'lashs', 'lassa', 'lasso', 'lasss', 'lasts', 'latch', 'later', 'latex', 'lathe', 'laths', 'latin', 'latus', 'lauds', 'laugh', 'laura', 'lauri', 'laval', 'lavas', 'lawns', 'laxer', 'laxly', 'layer', 'layla', 'layup', 'lazed', 'lazes', 'leach', 'leads', 'leafs', 'leafy', 'leaks', 'leaky', 'leann', 'leans', 'leaps', 'leapt', 'learn', 'lears', 'leary', 'lease', 'leash', 'least', 'leave', 'ledge', 'leech', 'leeds', 'leeks', 'leers', 'leery', 'lefts', 'lefty', 'legal', 'leger', 'leggy', 'legit', 'legos', 'leifs', 'leigh', 'leila', 'lelas', 'lelia', 'lemma', 'lemme', 'lemon', 'lemur', 'lenas', 'lends', 'lenin', 'lenny', 'lenos', 'lenss', 'lents', 'leola', 'leona', 'leone', 'leper', 'lepke', 'lepus', 'leroy', 'lesas', 'lesss', 'letas', 'letha', 'lethe', 'letup', 'levee', 'level', 'lever', 'levin', 'levis', 'levys', 'lewis', 'lexus', 'lhasa', 'liars', 'libby', 'libel', 'libra', 'libya', 'licit', 'licks', 'lidia', 'liege', 'liens', 'lieus', 'lifer', 'lifes', 'lifts', 'light', 'liked', 'liken', 'liker', 'likes', 'lilac', 'lilas', 'lilia', 'lille', 'lilly', 'lilts', 'lilys', 'limas', 'limbo', 'limbs', 'limed', 'limes', 'limit', 'limns', 'limos', 'limps', 'linas', 'linda', 'lindy', 'lined', 'linen', 'liner', 'lines', 'lingo', 'links', 'lints', 'linus', 'linux', 'lions', 'lipid', 'lippi', 'liras', 'lisas', 'lisle', 'lisps', 'lists', 'liszt', 'liter', 'lithe', 'litre', 'lived', 'liven', 'liver', 'lives', 'livia', 'livid', 'livre', 'lizas', 'lizzy', 'llama', 'llano', 'lloyd', 'loads', 'loafs', 'loams', 'loamy', 'loans', 'loath', 'lobar', 'lobby', 'lobed', 'lobes', 'local', 'locke', 'locks', 'locus', 'lodes', 'lodge', 'lodzs', 'loeil', 'loess', 'loewe', 'loewi', 'loews', 'lofts', 'lofty', 'logan', 'loges', 'logic', 'logos', 'loins', 'loire', 'loiss', 'lokis', 'lolas', 'lolls', 'lolly', 'lomes', 'loner', 'longs', 'looks', 'looms', 'loons', 'loony', 'loops', 'loopy', 'loose', 'loots', 'loped', 'lopes', 'lopez', 'loras', 'lords', 'loren', 'lores', 'lorie', 'loris', 'lorna', 'lorre', 'lorry', 'loser', 'loses', 'losss', 'lossy', 'lotte', 'lotto', 'lotts', 'lotus', 'louie', 'louis', 'louse', 'lousy', 'louts', 'loved', 'lover', 'loves', 'lowed', 'lower', 'lowes', 'lowly', 'lowry', 'loxes', 'loyal', 'loyds', 'luann', 'luaus', 'lubed', 'lubes', 'lucas', 'luces', 'lucia', 'lucid', 'lucio', 'lucks', 'lucky', 'lucre', 'lucys', 'luger', 'luigi', 'luisa', 'luiss', 'lukes', 'lulas', 'lulls', 'lully', 'lulus', 'lumen', 'lumps', 'lumpy', 'lunar', 'lunas', 'lunch', 'lunge', 'lungs', 'lupes', 'lupin', 'lupus', 'lurch', 'lured', 'lures', 'luria', 'lurid', 'lurks', 'lushs', 'lusts', 'lusty', 'lutes', 'luvss', 'luzon', 'lycra', 'lydia', 'lyell', 'lying', 'lykes', 'lyles', 'lyman', 'lymes', 'lymph', 'lynch', 'lynda', 'lynne', 'lynxs', 'lyons', 'lyras', 'lyres', 'lyric', 'lysol', 'mabel', 'mable', 'macao', 'macaw', 'maced', 'maces', 'macho', 'macks', 'macon', 'macro', 'macys', 'madam', 'madge', 'madly', 'mafia', 'magic', 'magma', 'magna', 'magog', 'magoo', 'mahdi', 'maids', 'maier', 'mails', 'maims', 'maine', 'mains', 'maize', 'major', 'maker', 'makes', 'malay', 'males', 'malls', 'malta', 'malts', 'mamas', 'mambo', 'mamet', 'mamie', 'mamma', 'mandy', 'manes', 'manet', 'mange', 'mango', 'mangy', 'mania', 'manic', 'manly', 'manna', 'manor', 'manqu', 'manse', 'manxs', 'manys', 'maori', 'maple', 'maras', 'marat', 'march', 'marci', 'marco', 'marcy', 'mardi', 'mares', 'marge', 'margo', 'maria', 'marie', 'marin', 'mario', 'maris', 'marks', 'marla', 'marne', 'marry', 'marsh', 'marss', 'marta', 'marts', 'marty', 'marva', 'marxs', 'marys', 'masai', 'maser', 'mashs', 'masks', 'mason', 'masss', 'masts', 'match', 'mated', 'mateo', 'mater', 'mates', 'maths', 'matte', 'matts', 'matzo', 'maude', 'mauds', 'mauis', 'mauls', 'maura', 'mauro', 'mauve', 'maven', 'mavin', 'mavis', 'maxed', 'maxes', 'maxim', 'mayan', 'mayas', 'maybe', 'mayer', 'mayor', 'mayos', 'mayra', 'mayst', 'mazda', 'mazes', 'mbini', 'mccoy', 'mcgee', 'mckay', 'mckee', 'meade', 'meads', 'meals', 'mealy', 'means', 'meant', 'meany', 'meats', 'meaty', 'mecca', 'mecum', 'medal', 'medan', 'medea', 'media', 'medic', 'meets', 'megan', 'meier', 'meiji', 'mejia', 'melba', 'melds', 'melee', 'melon', 'melts', 'melva', 'memos', 'mends', 'menes', 'menlo', 'mensa', 'menus', 'meows', 'merak', 'merck', 'mercy', 'meres', 'merge', 'merit', 'merle', 'merry', 'mesas', 'meshs', 'meson', 'messs', 'messy', 'metal', 'meted', 'meter', 'metes', 'metre', 'metro', 'meuse', 'mewed', 'mewls', 'mewss', 'meyer', 'mezzo', 'mfume', 'miami', 'miaow', 'micah', 'micas', 'micks', 'micky', 'micra', 'micro', 'midas', 'middy', 'midge', 'midst', 'miens', 'miffs', 'might', 'migrs', 'miked', 'mikes', 'milan', 'milch', 'milds', 'miler', 'miles', 'milks', 'milky', 'mills', 'milne', 'milos', 'mimed', 'mimes', 'mimic', 'mimis', 'mince', 'minds', 'mindy', 'mined', 'miner', 'mines', 'minim', 'minis', 'minks', 'minor', 'minos', 'minot', 'minsk', 'mints', 'minty', 'minus', 'minxs', 'miras', 'mired', 'mires', 'mirth', 'misdo', 'miser', 'misss', 'missy', 'mists', 'misty', 'mitch', 'miter', 'mites', 'mitre', 'mitts', 'mitty', 'mitzi', 'mixed', 'mixer', 'mixes', 'mixup', 'mizar', 'moans', 'moats', 'mobil', 'mocha', 'mocks', 'modal', 'model', 'modem', 'modes', 'modus', 'moets', 'mogul', 'mohos', 'moira', 'moire', 'moist', 'molal', 'molar', 'molds', 'moldy', 'moles', 'molls', 'molly', 'molts', 'momma', 'mommy', 'monad', 'monas', 'monel', 'monet', 'money', 'monic', 'monks', 'monos', 'monte', 'month', 'monty', 'mooch', 'moods', 'moody', 'mooed', 'moons', 'moore', 'moors', 'moose', 'moots', 'moped', 'mopes', 'moral', 'moran', 'moray', 'morel', 'mores', 'morin', 'morns', 'moron', 'morse', 'morts', 'moser', 'moses', 'mosey', 'mosss', 'mossy', 'mosts', 'mosul', 'motel', 'motes', 'motet', 'moths', 'motif', 'motor', 'motto', 'mould', 'moult', 'mound', 'mount', 'mourn', 'mouse', 'mousy', 'mouth', 'moved', 'mover', 'moves', 'movie', 'mowed', 'mower', 'moyer', 'mtier', 'muchs', 'mucks', 'mucky', 'mucus', 'muddy', 'muffs', 'mufti', 'muggy', 'mugho', 'mujib', 'mulch', 'mulct', 'mules', 'mulls', 'multi', 'mummy', 'mumps', 'munch', 'munoz', 'munro', 'muong', 'mural', 'murat', 'murks', 'murky', 'murre', 'mused', 'muses', 'mushs', 'mushy', 'music', 'musks', 'musky', 'musss', 'mussy', 'musts', 'musty', 'muted', 'muter', 'mutes', 'mutts', 'muzak', 'myers', 'mylar', 'myles', 'mynah', 'mynas', 'myras', 'myrna', 'myron', 'myrrh', 'mysts', 'myths', 'naacp', 'nabla', 'nabob', 'nacho', 'nacre', 'nader', 'nadia', 'nadir', 'nahum', 'naiad', 'nails', 'nairs', 'naive', 'naked', 'named', 'namer', 'names', 'nanak', 'nancy', 'nanny', 'naomi', 'napes', 'nappy', 'narcs', 'narks', 'nasal', 'nasas', 'nasty', 'natal', 'nates', 'natos', 'natty', 'nauru', 'naval', 'navel', 'naves', 'navys', 'nazca', 'nazis', 'neals', 'nears', 'neath', 'necks', 'needs', 'needy', 'negev', 'negro', 'nehru', 'neigh', 'neils', 'nelda', 'nells', 'nelly', 'neons', 'nepal', 'nerds', 'nerdy', 'nerve', 'nervy', 'nests', 'never', 'nevis', 'newel', 'newer', 'newly', 'newss', 'newsy', 'newts', 'nexis', 'nexts', 'nexus', 'nicer', 'nices', 'niche', 'nicks', 'niece', 'nifty', 'nigel', 'niger', 'night', 'nikes', 'nikki', 'nikko', 'nikon', 'niles', 'nimbi', 'ninas', 'nines', 'ninja', 'ninny', 'ninth', 'niobe', 'nippy', 'nisan', 'nisei', 'nitas', 'niter', 'nites', 'nitre', 'nitty', 'nivea', 'nixed', 'nixes', 'nixon', 'noahs', 'nobel', 'noble', 'nobly', 'nodal', 'noddy', 'nodes', 'nodoz', 'noels', 'noemi', 'noise', 'noisy', 'nokia', 'nolan', 'nolas', 'nomad', 'nonas', 'nonce', 'nooks', 'noons', 'noose', 'norad', 'noras', 'norma', 'norms', 'norse', 'north', 'nosed', 'noses', 'nosey', 'noshs', 'notch', 'noted', 'notes', 'notre', 'nouns', 'novae', 'novak', 'novas', 'novel', 'noway', 'noyce', 'noyes', 'nubia', 'nuder', 'nudes', 'nudge', 'nuked', 'nukes', 'nulls', 'numbs', 'nunez', 'nunki', 'nurse', 'nutty', 'nyasa', 'nylon', 'nymph', 'oahus', 'oaken', 'oakum', 'oared', 'oases', 'oasis', 'oaten', 'oates', 'oaths', 'oatss', 'obama', 'obese', 'obeys', 'obits', 'objet', 'oboes', 'occam', 'occur', 'ocean', 'ocher', 'ochoa', 'ochre', 'octal', 'octet', 'odder', 'oddly', 'oddss', 'odell', 'oders', 'odets', 'odins', 'odiss', 'odium', 'odoms', 'odors', 'odour', 'offal', 'offed', 'offer', 'often', 'ogden', 'ogled', 'ogles', 'ogres', 'ohara', 'ohare', 'ohios', 'ohmic', 'ohsas', 'oiled', 'oiler', 'oinks', 'oises', 'okays', 'okras', 'olafs', 'olavs', 'olden', 'older', 'oldie', 'olens', 'oleos', 'olgas', 'olins', 'olive', 'ollie', 'olmec', 'olsen', 'olson', 'omaha', 'omans', 'omars', 'omega', 'omens', 'omits', 'omsks', 'onces', 'oneal', 'onega', 'oneil', 'onion', 'onset', 'onuss', 'onyxs', 'oorts', 'oozed', 'oozes', 'opals', 'opecs', 'opels', 'opens', 'opera', 'opine', 'opium', 'oprah', 'opted', 'optic', 'opuss', 'orals', 'orans', 'orate', 'orbit', 'order', 'organ', 'orgys', 'orins', 'orion', 'oriya', 'orlon', 'orlys', 'orono', 'ortiz', 'orval', 'osage', 'osaka', 'oscar', 'oshas', 'oshea', 'osier', 'oslos', 'osman', 'other', 'otiss', 'otter', 'ought', 'ouija', 'ounce', 'ousts', 'outdo', 'outed', 'outer', 'outgo', 'ouvre', 'ouzel', 'ovals', 'ovary', 'ovate', 'ovens', 'overs', 'overt', 'ovoid', 'ovule', 'ovums', 'owens', 'owing', 'owlet', 'owned', 'owner', 'oxbow', 'oxeye', 'oxide', 'ozark', 'ozone', 'ozzie', 'paars', 'pablo', 'pabst', 'paced', 'pacer', 'paces', 'packs', 'pacts', 'paddy', 'padre', 'paean', 'pagan', 'paged', 'pager', 'pages', 'paige', 'pails', 'paine', 'pains', 'paint', 'pairs', 'palau', 'paled', 'paler', 'pales', 'paley', 'palls', 'palms', 'palmy', 'palsy', 'pampa', 'panda', 'panel', 'panes', 'pangs', 'panic', 'pansy', 'pants', 'panty', 'panza', 'paoli', 'papal', 'papas', 'papaw', 'paper', 'pappy', 'papua', 'paran', 'parch', 'pared', 'pares', 'paris', 'parka', 'parke', 'parks', 'parry', 'parse', 'parsi', 'parts', 'party', 'pasha', 'passe', 'passs', 'pasta', 'paste', 'pasts', 'pasty', 'patch', 'patel', 'paten', 'pater', 'pates', 'paths', 'patio', 'patna', 'patsy', 'patti', 'patty', 'paula', 'pauli', 'paulo', 'pauls', 'pause', 'paved', 'paves', 'pawed', 'pawls', 'pawns', 'payed', 'payee', 'payer', 'payne', 'peace', 'peach', 'peaks', 'peaky', 'peale', 'peals', 'pearl', 'pears', 'peary', 'pease', 'peats', 'pecan', 'pecks', 'pecos', 'pedal', 'pedro', 'peeks', 'peels', 'peeps', 'peepy', 'peers', 'peeve', 'peggy', 'pekoe', 'pelee', 'peles', 'pelts', 'penal', 'penas', 'pence', 'pends', 'penes', 'penis', 'penna', 'penny', 'peons', 'peony', 'pepin', 'peppy', 'pepsi', 'pepys', 'perch', 'percy', 'perez', 'peril', 'perks', 'perky', 'perle', 'perls', 'perms', 'peron', 'perot', 'perry', 'perth', 'perus', 'pesky', 'pesos', 'peste', 'pests', 'petal', 'peter', 'petes', 'petit', 'petra', 'petri', 'petty', 'pewee', 'phage', 'phase', 'phial', 'phish', 'phlox', 'phone', 'phony', 'photo', 'phyla', 'piafs', 'piano', 'picas', 'picks', 'picky', 'piece', 'piers', 'piety', 'piggy', 'pigmy', 'piing', 'piked', 'piker', 'pikes', 'pilaf', 'pilau', 'pilaw', 'piled', 'piles', 'pills', 'pilot', 'pimps', 'pinch', 'pined', 'pines', 'pings', 'pinks', 'pinky', 'pinto', 'pints', 'pinup', 'piotr', 'pious', 'piped', 'piper', 'pipes', 'pipit', 'pique', 'pisss', 'pitas', 'pitch', 'piths', 'pithy', 'piton', 'pitts', 'pitys', 'piuss', 'pivot', 'pixel', 'pixie', 'pixys', 'pizza', 'place', 'plaid', 'plain', 'plait', 'plane', 'plank', 'plans', 'plant', 'plasm', 'plate', 'plath', 'plato', 'playa', 'plays', 'plaza', 'plead', 'pleas', 'pleat', 'plied', 'plies', 'pliny', 'plods', 'plops', 'plots', 'plows', 'ploys', 'pluck', 'plugs', 'plumb', 'plume', 'plump', 'plums', 'plunk', 'plush', 'pluss', 'pluto', 'poach', 'pobox', 'pocks', 'pocus', 'podge', 'podia', 'poems', 'poesy', 'poets', 'pogos', 'point', 'poise', 'poked', 'poker', 'pokes', 'pokey', 'polar', 'poled', 'poles', 'polio', 'polis', 'polka', 'polks', 'polls', 'polly', 'polos', 'polyp', 'pomps', 'ponce', 'ponds', 'pones', 'ponys', 'pooch', 'poohs', 'poole', 'pools', 'poona', 'poops', 'popes', 'poppa', 'poppy', 'porch', 'pored', 'pores', 'porks', 'porno', 'porns', 'porte', 'porto', 'ports', 'posed', 'poser', 'poses', 'posey', 'posit', 'posse', 'posts', 'posys', 'potts', 'potty', 'pouch', 'pound', 'pours', 'pouts', 'power', 'poxes', 'prada', 'prado', 'praia', 'prank', 'prate', 'pratt', 'prawn', 'prays', 'prcis', 'preen', 'preps', 'press', 'prexy', 'preys', 'priam', 'price', 'prick', 'pricy', 'pride', 'pried', 'pries', 'prigs', 'prima', 'prime', 'primp', 'print', 'prior', 'prise', 'prism', 'prius', 'privy', 'prize', 'probe', 'prods', 'profs', 'promo', 'proms', 'prone', 'prong', 'proof', 'props', 'prose', 'prosy', 'protg', 'proud', 'prove', 'provo', 'prowl', 'prows', 'proxy', 'prtos', 'prude', 'prune', 'pryor', 'psalm', 'pshaw', 'psych', 'ptahs', 'ptain', 'pubic', 'pucks', 'pudgy', 'puffs', 'puffy', 'puget', 'pughs', 'puked', 'pukes', 'pulls', 'pulps', 'pulpy', 'pulse', 'pumas', 'pumps', 'punch', 'punic', 'punks', 'punky', 'punts', 'pupae', 'pupal', 'pupas', 'pupil', 'puppy', 'puree', 'purer', 'purge', 'purim', 'purls', 'purrs', 'purse', 'purus', 'pusan', 'pusey', 'pushs', 'pushy', 'pusss', 'pussy', 'putin', 'putts', 'putty', 'puzos', 'pygmy', 'pyles', 'pylon', 'pyotr', 'pyres', 'pyrex', 'pyxes', 'qatar', 'quack', 'quads', 'quaff', 'quail', 'quake', 'qualm', 'quark', 'quart', 'quash', 'quasi', 'quays', 'queen', 'queer', 'quell', 'query', 'quest', 'queue', 'quick', 'quids', 'quiet', 'quill', 'quilt', 'quinn', 'quint', 'quips', 'quire', 'quirk', 'quirt', 'quite', 'quito', 'quits', 'quizs', 'quoit', 'quota', 'quote', 'quoth', 'rabat', 'rabbi', 'rabid', 'rabin', 'raced', 'racer', 'races', 'racks', 'radar', 'radii', 'radio', 'radix', 'radon', 'rafts', 'ragas', 'raged', 'rages', 'raids', 'rails', 'rains', 'rainy', 'raise', 'rajah', 'rajas', 'raked', 'rakes', 'rally', 'ralph', 'raman', 'ramas', 'rambo', 'ramon', 'ramos', 'ramps', 'ranch', 'randi', 'randy', 'range', 'rangy', 'ranks', 'rants', 'raoul', 'raped', 'raper', 'rapes', 'rapid', 'rared', 'rarer', 'rares', 'rashs', 'rasps', 'raspy', 'rated', 'rater', 'rates', 'ratio', 'ratty', 'rauls', 'raved', 'ravel', 'raven', 'raves', 'rawer', 'rawly', 'rayon', 'razed', 'razes', 'razor', 'razzs', 'reach', 'react', 'reads', 'ready', 'realm', 'reals', 'reams', 'reaps', 'rearm', 'rears', 'reave', 'rebas', 'rebel', 'rebus', 'rebut', 'recap', 'recta', 'recur', 'redid', 'redly', 'reeds', 'reedy', 'reefs', 'reeks', 'reels', 'reese', 'reeve', 'refer', 'refit', 'regal', 'regis', 'regor', 'rehab', 'reich', 'reign', 'reins', 'relax', 'relay', 'relic', 'reman', 'remit', 'remus', 'renal', 'renas', 'rends', 'renee', 'renes', 'renew', 'renos', 'rents', 'repay', 'repel', 'reply', 'reran', 'rerun', 'reset', 'resin', 'rests', 'retch', 'retry', 'reuse', 'revas', 'revel', 'rever', 'revet', 'revue', 'reyes', 'reyna', 'rheas', 'rheum', 'rhine', 'rhino', 'rhoda', 'rhode', 'rhone', 'rhyme', 'riced', 'rices', 'richs', 'ricks', 'ricky', 'ricos', 'rider', 'rides', 'ridge', 'riels', 'rifer', 'riffs', 'rifle', 'rifts', 'rigas', 'rigel', 'riggs', 'right', 'rigid', 'rigor', 'riled', 'riles', 'riley', 'rilke', 'rills', 'rilly', 'rimed', 'rimes', 'rinds', 'ringo', 'rings', 'rinks', 'rinse', 'riots', 'ripen', 'riper', 'risen', 'riser', 'rises', 'risks', 'risky', 'risqu', 'ritas', 'rites', 'ritzs', 'ritzy', 'rival', 'rivas', 'riven', 'river', 'rivet', 'rizal', 'roach', 'roads', 'roams', 'roans', 'roars', 'roast', 'robby', 'robed', 'robes', 'robin', 'robot', 'robts', 'robyn', 'rocco', 'rocha', 'roche', 'rocks', 'rocky', 'rodeo', 'rodin', 'roegs', 'roger', 'roget', 'rogue', 'roils', 'rojas', 'rokus', 'roles', 'rolex', 'rolls', 'roman', 'romeo', 'romes', 'romps', 'ronda', 'rondo', 'ronny', 'roods', 'roofs', 'rooks', 'rooky', 'rooms', 'roomy', 'roost', 'roots', 'roped', 'roper', 'ropes', 'rorys', 'rosas', 'rosen', 'roses', 'rosie', 'rosin', 'rosss', 'rotcs', 'rotes', 'roths', 'rotor', 'rouge', 'rough', 'round', 'rouse', 'route', 'routs', 'roved', 'rover', 'roves', 'rowdy', 'rowed', 'rowel', 'rower', 'roxie', 'roxys', 'royal', 'royce', 'ruben', 'rubes', 'rubik', 'rubin', 'ruble', 'rubys', 'ruddy', 'ruder', 'rudys', 'ruffs', 'rufus', 'rugby', 'ruhrs', 'ruing', 'ruins', 'ruizs', 'ruled', 'ruler', 'rules', 'rumba', 'rumen', 'rummy', 'rumor', 'rumps', 'runes', 'runge', 'rungs', 'runic', 'runny', 'runts', 'runty', 'rupee', 'rural', 'ruses', 'rushs', 'rusks', 'russo', 'rusts', 'rusty', 'rutan', 'ruths', 'rutty', 'ryans', 'ryder', 'saabs', 'saber', 'sabik', 'sabin', 'sable', 'sabra', 'sabre', 'sacco', 'sachs', 'sacks', 'sadat', 'sades', 'sadie', 'sadly', 'sadrs', 'safer', 'safes', 'sagan', 'sagas', 'sager', 'sages', 'sagos', 'sahel', 'sahib', 'sails', 'saint', 'saiph', 'saith', 'sakai', 'sakes', 'sakha', 'sakis', 'salad', 'salas', 'salem', 'sales', 'salle', 'sally', 'salon', 'salsa', 'salts', 'salty', 'salve', 'salvo', 'samar', 'samba', 'sames', 'sammy', 'samoa', 'sanas', 'sance', 'sands', 'sandy', 'saner', 'sangs', 'sanka', 'santa', 'santo', 'sappy', 'sarah', 'saran', 'saras', 'saree', 'saris', 'sarss', 'sarto', 'sasha', 'sashs', 'sasss', 'sassy', 'satan', 'sated', 'sates', 'satin', 'satyr', 'sauce', 'saucy', 'saudi', 'sauls', 'sault', 'sauna', 'saute', 'sauts', 'saved', 'saver', 'saves', 'savor', 'savoy', 'savvy', 'sawed', 'saxes', 'saxon', 'sayer', 'scabs', 'scads', 'scala', 'scald', 'scale', 'scalp', 'scaly', 'scamp', 'scams', 'scans', 'scant', 'scare', 'scarf', 'scars', 'scary', 'scats', 'scaup', 'scene', 'scent', 'schwa', 'scion', 'scoff', 'scold', 'scone', 'scoop', 'scoot', 'scope', 'scops', 'score', 'scorn', 'scots', 'scott', 'scour', 'scout', 'scowl', 'scows', 'scram', 'scrap', 'screw', 'scrim', 'scrip', 'scrod', 'scrub', 'scuba', 'scuds', 'scuff', 'scull', 'scums', 'scurf', 'seals', 'sealy', 'seams', 'seamy', 'seans', 'sears', 'seats', 'sects', 'sedan', 'seder', 'sedge', 'sedna', 'seeds', 'seedy', 'seeks', 'seems', 'seeps', 'seers', 'segas', 'segre', 'segue', 'seiko', 'seine', 'seize', 'selfs', 'selim', 'sells', 'selma', 'semen', 'semis', 'sends', 'senna', 'senor', 'sense', 'seoul', 'sepal', 'sepia', 'sepoy', 'septa', 'septs', 'serbs', 'serer', 'serfs', 'serge', 'serif', 'serra', 'serum', 'serve', 'servo', 'seths', 'seton', 'setup', 'seuss', 'seven', 'sever', 'sewed', 'sewer', 'sexed', 'sexes', 'shack', 'shade', 'shads', 'shady', 'shaft', 'shags', 'shahs', 'shaka', 'shake', 'shako', 'shaky', 'shale', 'shall', 'shalt', 'shame', 'shams', 'shana', 'shane', 'shank', 'shant', 'shape', 'shard', 'share', 'shari', 'shark', 'sharp', 'shaun', 'shave', 'shawl', 'shawn', 'shaws', 'sheaf', 'shear', 'sheas', 'sheba', 'sheds', 'sheen', 'sheep', 'sheer', 'sheet', 'sheik', 'shelf', 'shell', 'sheol', 'sherd', 'sheri', 'shied', 'shies', 'shift', 'shill', 'shims', 'shine', 'shins', 'shiny', 'ships', 'shire', 'shirk', 'shirr', 'shirt', 'shish', 'shits', 'shiva', 'shlep', 'shoal', 'shock', 'shoed', 'shoes', 'shoji', 'shone', 'shook', 'shoon', 'shoos', 'shoot', 'shops', 'shore', 'shorn', 'short', 'shots', 'shout', 'shove', 'shown', 'shows', 'showy', 'shred', 'shrek', 'shrew', 'shrub', 'shrug', 'shtik', 'shuck', 'shula', 'shuns', 'shunt', 'shush', 'shuts', 'shyer', 'shyly', 'siams', 'sians', 'sibyl', 'sicks', 'sided', 'sides', 'sidle', 'sidss', 'siege', 'siena', 'sieve', 'sifts', 'sighs', 'sight', 'sigma', 'signs', 'sikhs', 'silas', 'silks', 'silky', 'sills', 'silly', 'silos', 'silts', 'silty', 'silva', 'simon', 'sinai', 'since', 'sines', 'sinew', 'singe', 'singh', 'sings', 'sinks', 'sinus', 'sioux', 'sired', 'siren', 'sires', 'sirup', 'sisal', 'sises', 'sissy', 'sitar', 'sited', 'sites', 'situs', 'sivan', 'sivas', 'sixes', 'sixth', 'sixty', 'sized', 'sizer', 'sizes', 'skate', 'skeet', 'skein', 'skews', 'skids', 'skied', 'skier', 'skies', 'skiff', 'skill', 'skimp', 'skims', 'skins', 'skips', 'skirt', 'skits', 'skulk', 'skull', 'skunk', 'skyed', 'skype', 'slabs', 'slack', 'slags', 'slain', 'slake', 'slams', 'slang', 'slant', 'slaps', 'slash', 'slate', 'slats', 'slave', 'slavs', 'slaws', 'slays', 'sleds', 'sleek', 'sleep', 'sleet', 'slept', 'slews', 'slice', 'slick', 'slide', 'slier', 'slily', 'slime', 'slims', 'slimy', 'sling', 'slink', 'slips', 'slits', 'sloan', 'slobs', 'sloes', 'slogs', 'sloop', 'slope', 'slops', 'slosh', 'sloth', 'slots', 'slows', 'slued', 'slues', 'slugs', 'slump', 'slums', 'slung', 'slunk', 'slurp', 'slurs', 'slush', 'sluts', 'slyer', 'slyly', 'smack', 'small', 'smart', 'smash', 'smear', 'smell', 'smelt', 'smile', 'smirk', 'smite', 'smith', 'smock', 'smogs', 'smoke', 'smoky', 'smote', 'smuts', 'snack', 'snafu', 'snags', 'snail', 'snake', 'snaky', 'snaps', 'snare', 'snark', 'snarl', 'snead', 'sneak', 'sneer', 'snell', 'snick', 'snide', 'sniff', 'snipe', 'snips', 'snits', 'snobs', 'snook', 'snoop', 'snoot', 'snore', 'snort', 'snots', 'snout', 'snows', 'snowy', 'snubs', 'snuck', 'snuff', 'snugs', 'soaks', 'soaps', 'soapy', 'soars', 'soave', 'sober', 'socks', 'sodas', 'soddy', 'sodom', 'sofas', 'sofia', 'softy', 'soggy', 'soils', 'soire', 'solar', 'soled', 'soles', 'solid', 'solis', 'solon', 'solos', 'solve', 'somal', 'somme', 'sonar', 'songs', 'sonia', 'sonic', 'sonja', 'sonny', 'sonya', 'sonys', 'sooth', 'soots', 'sooty', 'soppy', 'sorer', 'sores', 'sorry', 'sorta', 'sorts', 'sosas', 'sotos', 'sough', 'souls', 'sound', 'soups', 'soupy', 'sours', 'sousa', 'souse', 'south', 'sowed', 'sower', 'soyas', 'soyuz', 'space', 'spacy', 'spade', 'spahn', 'spain', 'spake', 'spams', 'spank', 'spans', 'spare', 'spark', 'spars', 'spasm', 'spate', 'spats', 'spawn', 'spays', 'speak', 'spear', 'speck', 'specs', 'speed', 'speer', 'spell', 'spelt', 'spend', 'spent', 'sperm', 'spews', 'spica', 'spice', 'spicy', 'spied', 'spiel', 'spies', 'spike', 'spiky', 'spill', 'spilt', 'spine', 'spins', 'spinx', 'spiny', 'spire', 'spiro', 'spite', 'spits', 'spitz', 'splat', 'splay', 'split', 'spock', 'spoil', 'spoke', 'spoof', 'spook', 'spool', 'spoon', 'spoor', 'spore', 'sport', 'spots', 'spout', 'sprat', 'spray', 'spree', 'sprig', 'sprue', 'spuds', 'spume', 'spunk', 'spurn', 'spurs', 'spurt', 'squab', 'squad', 'squat', 'squaw', 'squid', 'stabs', 'staci', 'stack', 'stacy', 'stael', 'staff', 'stage', 'stags', 'stagy', 'stahl', 'staid', 'stain', 'stair', 'stake', 'stale', 'stalk', 'stall', 'stamp', 'stand', 'stank', 'stans', 'staph', 'stare', 'stark', 'starr', 'stars', 'start', 'stash', 'state', 'stats', 'stave', 'stays', 'stead', 'steak', 'steal', 'steam', 'steed', 'steel', 'steen', 'steep', 'steer', 'stein', 'stems', 'steps', 'stern', 'steve', 'stews', 'stick', 'sties', 'stiff', 'stile', 'still', 'stilt', 'stine', 'sting', 'stink', 'stint', 'stirs', 'stoat', 'stock', 'stoic', 'stoke', 'stole', 'stomp', 'stone', 'stony', 'stood', 'stool', 'stoop', 'stops', 'store', 'stork', 'storm', 'story', 'stout', 'stove', 'stowe', 'stows', 'strap', 'straw', 'stray', 'strep', 'strew', 'strip', 'strom', 'strop', 'strum', 'strut', 'stubs', 'stuck', 'studs', 'study', 'stuff', 'stump', 'stung', 'stunk', 'stuns', 'stunt', 'sturm', 'styes', 'style', 'styli', 'styxs', 'suave', 'sucks', 'sucre', 'sudan', 'sudra', 'sudss', 'sudsy', 'suede', 'suets', 'sugar', 'suing', 'suite', 'suits', 'sulfa', 'sulks', 'sulky', 'sulla', 'sully', 'sumac', 'sumos', 'sumps', 'sunni', 'sunny', 'sunup', 'super', 'supra', 'surat', 'surer', 'surfs', 'surge', 'surly', 'surya', 'susan', 'sushi', 'susie', 'suvas', 'suzys', 'svens', 'svres', 'swabs', 'swage', 'swags', 'swain', 'swami', 'swamp', 'swank', 'swans', 'swaps', 'sward', 'swarm', 'swart', 'swash', 'swath', 'swats', 'sways', 'swazi', 'swear', 'sweat', 'swede', 'sweep', 'sweet', 'swell', 'swelt', 'swept', 'swift', 'swigs', 'swill', 'swims', 'swine', 'swing', 'swipe', 'swirl', 'swish', 'swiss', 'swoon', 'swoop', 'swops', 'sword', 'swore', 'sworn', 'swung', 'sybil', 'sykes', 'sylow', 'sylph', 'synch', 'syncs', 'synge', 'synod', 'syria', 'syrup', 'tabby', 'table', 'taboo', 'tabus', 'tacit', 'tacks', 'tacky', 'tacos', 'tacts', 'taegu', 'taffy', 'tafts', 'tagus', 'tahoe', 'tails', 'taine', 'taint', 'taken', 'taker', 'takes', 'talcs', 'tales', 'talks', 'talky', 'tally', 'talon', 'talus', 'tamed', 'tamer', 'tames', 'tamil', 'tamis', 'tammi', 'tammy', 'tampa', 'tamps', 'tamra', 'taney', 'tango', 'tangs', 'tangy', 'tania', 'tanks', 'tansy', 'tanya', 'taped', 'taper', 'tapes', 'tapir', 'tapis', 'tappa', 'taras', 'tardy', 'tared', 'tares', 'tarim', 'taros', 'tarot', 'tarps', 'tarry', 'tarts', 'tasha', 'tasks', 'taste', 'tasty', 'tatar', 'tater', 'tatty', 'tatum', 'taunt', 'taupe', 'tawny', 'taxed', 'taxes', 'taxis', 'teach', 'teaks', 'teals', 'teams', 'tears', 'teary', 'tease', 'teats', 'techs', 'tecum', 'teddy', 'teems', 'teens', 'teeny', 'teeth', 'telex', 'tells', 'tempe', 'tempi', 'tempo', 'temps', 'tempt', 'tends', 'tenet', 'tenon', 'tenor', 'tense', 'tenth', 'tents', 'tepee', 'tepid', 'teris', 'terms', 'terns', 'terra', 'terre', 'terri', 'terrs', 'terry', 'terse', 'tesla', 'tessa', 'tests', 'testy', 'tevet', 'texan', 'texas', 'texts', 'thads', 'thais', 'thanh', 'thank', 'thant', 'tharp', 'thars', 'thatd', 'thats', 'thaws', 'theas', 'thees', 'theft', 'their', 'theme', 'thens', 'there', 'these', 'theta', 'theyd', 'thick', 'thief', 'thieu', 'thigh', 'thine', 'thing', 'think', 'thins', 'third', 'thong', 'thorn', 'thors', 'those', 'thoth', 'thous', 'three', 'threw', 'throb', 'throe', 'throw', 'thrum', 'thuds', 'thugs', 'thule', 'thumb', 'thump', 'thurs', 'thyme', 'thymi', 'tiara', 'tiber', 'tibet', 'tibia', 'ticks', 'tidal', 'tided', 'tides', 'tidys', 'tiers', 'tiffs', 'tiger', 'tight', 'tikes', 'tilde', 'tiled', 'tiles', 'tills', 'tilth', 'tilts', 'timed', 'timer', 'times', 'timex', 'timid', 'timmy', 'timon', 'timor', 'timur', 'tinas', 'tines', 'tinge', 'tings', 'tinny', 'tints', 'tioga', 'tipis', 'tippy', 'tipsy', 'tired', 'tires', 'tiros', 'tisha', 'titan', 'titer', 'tithe', 'title', 'titos', 'titus', 'tizzy', 'toads', 'toady', 'toast', 'today', 'toddy', 'toefl', 'toffy', 'tofus', 'togae', 'togas', 'togos', 'togss', 'toils', 'tokay', 'toked', 'token', 'tokes', 'tokyo', 'tolls', 'tomas', 'tombs', 'tomes', 'tommy', 'tomsk', 'tonal', 'toned', 'toner', 'tones', 'tonga', 'tongs', 'tonia', 'tonic', 'tonis', 'tonne', 'tonto', 'tonya', 'tools', 'tooth', 'toots', 'topaz', 'toper', 'topic', 'topsy', 'toque', 'torah', 'torch', 'torsi', 'torso', 'torte', 'torts', 'torus', 'torys', 'tosca', 'tosss', 'total', 'toted', 'totem', 'totes', 'totos', 'touch', 'tough', 'tours', 'touts', 'towed', 'towel', 'tower', 'towns', 'toxic', 'toxin', 'toyed', 'trace', 'traci', 'track', 'tract', 'tracy', 'trade', 'trail', 'train', 'trait', 'tramp', 'trams', 'trans', 'traps', 'trash', 'trawl', 'trays', 'tread', 'treat', 'treed', 'trees', 'treks', 'trend', 'trent', 'tress', 'treys', 'triac', 'triad', 'trial', 'tribe', 'trice', 'trick', 'tried', 'trier', 'tries', 'trigs', 'trike', 'trill', 'trims', 'trina', 'trios', 'tripe', 'trips', 'trite', 'troll', 'tromp', 'troop', 'trope', 'troth', 'trots', 'trout', 'troys', 'truce', 'truck', 'trudy', 'trued', 'truer', 'trues', 'truly', 'trump', 'trunk', 'truss', 'trust', 'truth', 'tryst', 'tsars', 'tubas', 'tubby', 'tubed', 'tuber', 'tubes', 'tucks', 'tudes', 'tudor', 'tuess', 'tufts', 'tulip', 'tulle', 'tulls', 'tulsa', 'tumid', 'tummy', 'tumor', 'tumss', 'tunas', 'tuned', 'tuner', 'tunes', 'tunic', 'tunis', 'tunny', 'tupis', 'tuple', 'turds', 'turfs', 'turin', 'turks', 'turns', 'turvy', 'tushs', 'tusks', 'tutor', 'tutsi', 'tutus', 'tuxes', 'twain', 'twang', 'tweak', 'tweed', 'tweet', 'twerp', 'twice', 'twigs', 'twila', 'twill', 'twine', 'twins', 'twirl', 'twist', 'twits', 'tycho', 'tying', 'tykes', 'tyler', 'typed', 'types', 'typic', 'typos', 'tyree', 'tyres', 'tyros', 'tyson', 'tzars', 'uclas', 'udall', 'udder', 'ulcer', 'ulnae', 'ulnas', 'ultra', 'umbel', 'umber', 'umbra', 'umiak', 'umped', 'unary', 'unbar', 'uncle', 'uncut', 'under', 'undid', 'undue', 'unfit', 'unify', 'union', 'unite', 'units', 'unity', 'unixs', 'unman', 'unpin', 'unsay', 'unset', 'untie', 'until', 'unwed', 'unzip', 'upend', 'upped', 'upper', 'upset', 'upton', 'urals', 'urban', 'urdus', 'ureas', 'urged', 'urges', 'uriah', 'uriel', 'urine', 'ursas', 'usage', 'uscgs', 'users', 'usher', 'using', 'ussrs', 'usual', 'usurp', 'usury', 'utahs', 'uteri', 'utica', 'utile', 'utter', 'uvula', 'uzbek', 'vacua', 'vacuo', 'vader', 'vaduz', 'vague', 'vales', 'valet', 'valid', 'valor', 'valry', 'value', 'valve', 'vamps', 'vance', 'vanes', 'vangs', 'vapid', 'vapor', 'vases', 'vasts', 'vault', 'vaunt', 'veals', 'vedas', 'veeps', 'veers', 'veery', 'vegan', 'vegas', 'veils', 'veins', 'velar', 'velds', 'veldt', 'velez', 'vella', 'velma', 'venal', 'vends', 'venns', 'venom', 'vents', 'venue', 'venus', 'veras', 'verbs', 'verde', 'verdi', 'verge', 'verna', 'verne', 'verns', 'versa', 'verse', 'verve', 'vesta', 'vests', 'vetch', 'vetos', 'vexed', 'vexes', 'vials', 'viand', 'vibes', 'vicar', 'viced', 'vices', 'vichy', 'vicki', 'vicky', 'vicua', 'vidal', 'video', 'views', 'vigil', 'vigor', 'vilas', 'viler', 'villa', 'vilma', 'vince', 'vines', 'vinyl', 'viola', 'viols', 'viper', 'viral', 'vireo', 'virgo', 'virus', 'visas', 'vised', 'vises', 'visit', 'visor', 'vista', 'vitae', 'vital', 'vitim', 'vitos', 'vitro', 'vitus', 'vivas', 'vivid', 'vixen', 'vizor', 'vlads', 'vocal', 'vodka', 'vogel', 'vogue', 'voice', 'voids', 'voile', 'voles', 'volga', 'volta', 'volts', 'volvo', 'vomit', 'vonda', 'voted', 'voter', 'votes', 'vouch', 'vowed', 'vowel', 'vower', 'vulva', 'vying', 'waals', 'wacke', 'wacko', 'wacky', 'waded', 'wader', 'wades', 'wadis', 'wafer', 'wafts', 'waged', 'wager', 'wages', 'wagon', 'waifs', 'wails', 'waist', 'waite', 'waits', 'waive', 'waked', 'waken', 'wakes', 'waldo', 'walds', 'waled', 'wales', 'walks', 'walls', 'wally', 'walsh', 'walts', 'waltz', 'wanda', 'wands', 'waned', 'wanes', 'wangs', 'wanly', 'wanna', 'wants', 'wards', 'wares', 'warms', 'warns', 'warps', 'warts', 'warty', 'washs', 'washy', 'wasnt', 'wasps', 'waste', 'watch', 'water', 'watss', 'watts', 'waugh', 'waved', 'waver', 'waves', 'waxed', 'waxen', 'waxer', 'waxes', 'wayne', 'weals', 'weans', 'wears', 'weary', 'weave', 'weber', 'wedge', 'weeds', 'weedy', 'weeks', 'weeps', 'weepy', 'weest', 'wefts', 'weigh', 'weill', 'weird', 'weirs', 'weiss', 'welch', 'welds', 'wells', 'welsh', 'welts', 'wench', 'wendi', 'wends', 'wendy', 'wesak', 'wests', 'wetly', 'wezen', 'whack', 'whale', 'whams', 'wharf', 'whatd', 'whats', 'wheal', 'wheat', 'wheel', 'whelk', 'whelm', 'whelp', 'whens', 'where', 'whets', 'wheys', 'which', 'whiff', 'whigs', 'while', 'whims', 'whine', 'whiny', 'whips', 'whirl', 'whirr', 'whirs', 'whish', 'whisk', 'whist', 'white', 'whits', 'whizs', 'whizz', 'whole', 'wholl', 'whoop', 'whore', 'whorl', 'whose', 'whove', 'wicca', 'wicks', 'widen', 'wider', 'widow', 'width', 'wield', 'wifes', 'wight', 'wikis', 'wilda', 'wilde', 'wilds', 'wiled', 'wiles', 'wiley', 'willa', 'wills', 'willy', 'wilma', 'wilts', 'wimps', 'wimpy', 'wince', 'winch', 'winds', 'windy', 'wined', 'winer', 'wines', 'wings', 'winks', 'winos', 'wiped', 'wiper', 'wipes', 'wired', 'wires', 'wised', 'wiser', 'wises', 'wishs', 'wishy', 'wisps', 'wispy', 'witch', 'withe', 'withy', 'witss', 'witts', 'witty', 'wives', 'wizes', 'woken', 'wolfe', 'wolff', 'wolfs', 'wolve', 'woman', 'wombs', 'women', 'wongs', 'wonts', 'woods', 'woody', 'wooed', 'wooer', 'woofs', 'woolf', 'wools', 'wooly', 'woozy', 'words', 'wordy', 'works', 'world', 'worms', 'wormy', 'worry', 'worse', 'worst', 'worth', 'wotan', 'would', 'wound', 'woven', 'wowed', 'wrack', 'wraps', 'wrapt', 'wrath', 'wreak', 'wreck', 'wrens', 'wrest', 'wrier', 'wring', 'wrist', 'write', 'writs', 'wrong', 'wrote', 'wroth', 'wrung', 'wryer', 'wryly', 'wuhan', 'wusss', 'wyatt', 'wyeth', 'wylie', 'wyman', 'wyner', 'wynns', 'xenia', 'xenon', 'xerox', 'xhosa', 'xingu', 'xmass', 'xylem', 'yaccs', 'yacht', 'yacks', 'yahoo', 'yakut', 'yales', 'yalow', 'yalta', 'yalus', 'yanks', 'yaqui', 'yards', 'yarns', 'yates', 'yawed', 'yawls', 'yawns', 'yawss', 'yeahs', 'yearn', 'years', 'yeast', 'yeats', 'yells', 'yelps', 'yemen', 'yeses', 'yield', 'ymirs', 'yocks', 'yodas', 'yodel', 'yoder', 'yogas', 'yogin', 'yogis', 'yoked', 'yokel', 'yokes', 'yokos', 'yolks', 'yongs', 'yores', 'yorks', 'youll', 'young', 'youre', 'yours', 'youth', 'youve', 'yowls', 'ypres', 'yuans', 'yucca', 'yucks', 'yucky', 'yukon', 'yules', 'yummy', 'yuppy', 'yuris', 'yvess', 'zaire', 'zanes', 'zanys', 'zappa', 'zaras', 'zazen', 'zeals', 'zebra', 'zebus', 'zeiss', 'zekes', 'zelig', 'zelma', 'zenos', 'zeros', 'zests', 'zesty', 'zeuss', 'zibos', 'ziggy', 'zilch', 'zincs', 'zings', 'zions', 'zippy', 'zloty', 'zolas', 'zomba', 'zombi', 'zonal', 'zoned', 'zones', 'zooms', 'zorro', 'zosma', 'zrich', 'zukor', 'zulus', 'aachen', 'aarhus', 'abacus', 'abased', 'abases', 'abated', 'abater', 'abates', 'abbess', 'abbeys', 'abbots', 'abbott', 'abduct', 'abduls', 'abhors', 'abided', 'abides', 'abject', 'abjure', 'ablate', 'ablaze', 'ablest', 'abloom', 'ablute', 'abners', 'aboard', 'abodes', 'aborts', 'abound', 'aboves', 'abrade', 'abrams', 'abroad', 'abrupt', 'absent', 'absorb', 'absurd', 'abused', 'abuser', 'abuses', 'abysss', 'acacia', 'acadia', 'accede', 'accent', 'accept', 'access', 'accord', 'accost', 'accras', 'accrue', 'accuse', 'acetic', 'achebe', 'achier', 'aching', 'achoos', 'acidic', 'acidly', 'ackley', 'acorns', 'acosta', 'acquit', 'across', 'acruxs', 'acting', 'action', 'active', 'actors', 'actual', 'acuffs', 'acuity', 'acumen', 'acuter', 'acutes', 'adages', 'adagio', 'adapts', 'addams', 'addend', 'adders', 'addict', 'addies', 'adding', 'addled', 'addles', 'adduce', 'adduct', 'adelas', 'adeles', 'adelia', 'adepts', 'adhara', 'adhere', 'adidas', 'adieus', 'adieux', 'adipic', 'adject', 'adjoin', 'adjure', 'adjust', 'adkins', 'admans', 'admire', 'admits', 'adobes', 'adolfo', 'adolfs', 'adolph', 'adonis', 'adopts', 'adored', 'adores', 'adorns', 'adrian', 'adrift', 'adroit', 'adsorb', 'adults', 'advent', 'adverb', 'advert', 'advice', 'advils', 'advise', 'aegean', 'aegiss', 'aeneas', 'aeneid', 'aeolus', 'aerate', 'aerial', 'aeries', 'aesops', 'affair', 'affect', 'affine', 'affirm', 'affixs', 'afford', 'affray', 'afghan', 'afield', 'aflame', 'afloat', 'afraid', 'afresh', 'africa', 'agapes', 'agassi', 'agates', 'agatha', 'agaves', 'ageing', 'ageism', 'agency', 'agenda', 'agents', 'aghast', 'agiler', 'agings', 'aglaia', 'agleam', 'agnews', 'agonys', 'agouti', 'agreed', 'agreer', 'agrees', 'ahmads', 'ahmeds', 'aiding', 'aileen', 'ailing', 'aimees', 'aimers', 'aiming', 'airbag', 'airers', 'airier', 'airily', 'airing', 'airman', 'airmen', 'airway', 'aisles', 'aitken', 'akimbo', 'akivas', 'akrons', 'alamos', 'alanas', 'alaric', 'alarms', 'alaska', 'albany', 'albeit', 'albert', 'albino', 'albion', 'albums', 'alcoas', 'alcott', 'alcove', 'alcuin', 'alders', 'aldrin', 'aleppo', 'alerts', 'aleuts', 'alexei', 'alexis', 'alford', 'alfred', 'algols', 'alhena', 'aliass', 'alibis', 'alices', 'alicia', 'aliens', 'alight', 'aligns', 'alined', 'alines', 'alioth', 'alisas', 'alisha', 'alison', 'alissa', 'alkaid', 'alkali', 'alkane', 'alkene', 'allahs', 'allans', 'allays', 'allege', 'allele', 'alleys', 'allied', 'allies', 'allots', 'allows', 'alloys', 'allude', 'allure', 'almach', 'almaty', 'almond', 'almost', 'alnico', 'alohas', 'alonzo', 'alpaca', 'alpert', 'alphas', 'alpine', 'alsace', 'alsops', 'alston', 'altaic', 'altair', 'altais', 'altars', 'altern', 'alters', 'althea', 'altman', 'altons', 'aludra', 'alumna', 'alumni', 'alvaro', 'alvins', 'always', 'alyces', 'alyson', 'alyssa', 'amados', 'amalia', 'amanda', 'amarus', 'amazed', 'amazer', 'amazes', 'amazon', 'ambers', 'ambled', 'ambler', 'ambles', 'ambush', 'amebae', 'amebas', 'amebic', 'ameers', 'amelia', 'amende', 'amends', 'amidst', 'amigas', 'amigos', 'amishs', 'amitys', 'ammans', 'amocos', 'amoeba', 'amoral', 'amount', 'amours', 'amparo', 'ampere', 'ampler', 'ampule', 'ampuls', 'amtrak', 'amulet', 'amused', 'amuser', 'amuses', 'amways', 'anabel', 'anacin', 'analog', 'anarch', 'anchor', 'andean', 'anders', 'andess', 'anding', 'andrea', 'andrei', 'andres', 'andrew', 'anemia', 'anemic', 'angara', 'angela', 'angelo', 'angels', 'angers', 'angies', 'angina', 'angkor', 'angled', 'angler', 'angles', 'anglia', 'angola', 'angora', 'angsts', 'anguss', 'anibal', 'animal', 'animus', 'anions', 'anises', 'anitas', 'ankara', 'ankles', 'anklet', 'annale', 'annals', 'annams', 'anneal', 'annexs', 'annies', 'annoys', 'annual', 'annuli', 'annuls', 'anodes', 'anodic', 'anoint', 'anomic', 'anomie', 'anorak', 'anselm', 'anshan', 'answer', 'anteed', 'anthem', 'anther', 'antics', 'antler', 'antone', 'antons', 'antony', 'antwan', 'anubis', 'anuses', 'anvils', 'anyhow', 'anyone', 'anyway', 'aortae', 'aortas', 'apache', 'apathy', 'apexes', 'aphids', 'apiary', 'apical', 'apices', 'apiece', 'aplomb', 'apogee', 'apollo', 'appall', 'appals', 'appeal', 'appear', 'append', 'appian', 'apples', 'apport', 'aprils', 'aprons', 'aptest', 'aquila', 'aquino', 'arabia', 'arabic', 'arable', 'arafat', 'aramco', 'ararat', 'arawak', 'arbors', 'arbour', 'arcade', 'arcana', 'arcane', 'arccos', 'archae', 'arched', 'archer', 'arches', 'archie', 'archly', 'arcing', 'arcked', 'arcsin', 'arctan', 'arctic', 'ardent', 'ardors', 'ardour', 'arenas', 'argive', 'argons', 'argosy', 'argots', 'argued', 'arguer', 'argues', 'arguss', 'argyle', 'ariess', 'aright', 'arisen', 'ariser', 'arises', 'ariuss', 'arjuna', 'arlene', 'arline', 'armada', 'armand', 'armani', 'armata', 'armers', 'armful', 'armies', 'arming', 'armlet', 'armonk', 'armors', 'armory', 'armour', 'armpit', 'arnebs', 'arnhem', 'arnold', 'aromas', 'around', 'arouse', 'arrack', 'arrant', 'arrays', 'arrear', 'arrest', 'arrive', 'arrons', 'arrows', 'arroyo', 'arsine', 'arsons', 'artery', 'artful', 'arthur', 'artier', 'arties', 'artist', 'arturo', 'arubas', 'aryans', 'asamas', 'ascend', 'ascent', 'asciis', 'ascots', 'asdfgh', 'asgard', 'ashame', 'ashcan', 'ashier', 'ashing', 'ashlee', 'ashley', 'ashman', 'ashmen', 'ashore', 'ashram', 'asians', 'asides', 'asimov', 'askers', 'asking', 'aslant', 'asleep', 'asmara', 'aspect', 'aspell', 'aspens', 'aspics', 'aspire', 'assads', 'assail', 'assams', 'assays', 'assent', 'assert', 'assess', 'assets', 'assign', 'assisi', 'assist', 'assize', 'assort', 'assume', 'assure', 'astana', 'astern', 'asters', 'asthma', 'astral', 'astray', 'astute', 'aswans', 'asylum', 'ataris', 'atatrk', 'athena', 'athens', 'atkins', 'atlass', 'atolls', 'atomic', 'atonal', 'atoned', 'atones', 'atreus', 'atrias', 'atrium', 'attach', 'attack', 'attain', 'attars', 'attend', 'attest', 'attica', 'attics', 'attila', 'attire', 'attlee', 'attune', 'atwood', 'atypic', 'aubrey', 'auburn', 'audens', 'audion', 'audios', 'audits', 'audras', 'audrey', 'augean', 'augend', 'augers', 'aughts', 'augite', 'augurs', 'augury', 'august', 'auntie', 'auriga', 'aurora', 'aussie', 'austen', 'austin', 'author', 'autism', 'autumn', 'avails', 'avalon', 'avatar', 'avenge', 'avenue', 'averse', 'averts', 'averys', 'avesta', 'aviary', 'aviate', 'avidly', 'avilas', 'aviors', 'avocet', 'avoids', 'avouch', 'avowal', 'avowed', 'awaits', 'awaked', 'awaken', 'awakes', 'awards', 'aweigh', 'awhile', 'awning', 'awoken', 'axioms', 'ayalas', 'aymara', 'azalea', 'azanas', 'azania', 'azazel', 'azores', 'aztecs', 'aztlan', 'azures', 'baaing', 'baaths', 'babars', 'babble', 'babels', 'babied', 'babier', 'babies', 'baboon', 'bacall', 'backed', 'backer', 'backup', 'backus', 'bacons', 'badder', 'badger', 'badges', 'baeria', 'baeyer', 'baffin', 'baffle', 'bagels', 'bagged', 'bagger', 'bagley', 'baguio', 'bahama', 'baikal', 'bailed', 'bailey', 'baited', 'baiter', 'baizes', 'bakers', 'bakery', 'baking', 'balboa', 'balded', 'balder', 'baldly', 'baleen', 'baling', 'balkan', 'balked', 'ballad', 'balled', 'baller', 'ballet', 'ballot', 'ballsy', 'balsam', 'balsas', 'baltic', 'balzac', 'bamako', 'bambis', 'bamboo', 'banach', 'banana', 'banded', 'bandit', 'banged', 'bangle', 'bangor', 'bangui', 'banish', 'banjos', 'banjul', 'banked', 'banker', 'banned', 'banner', 'bannss', 'bantam', 'banter', 'bantus', 'banyan', 'baobab', 'baotou', 'barack', 'barbed', 'barber', 'barbie', 'barbra', 'barely', 'barest', 'barfed', 'barfly', 'barged', 'barges', 'baring', 'barium', 'barked', 'barker', 'barley', 'barlow', 'barman', 'barnes', 'barnet', 'barney', 'barnum', 'baroda', 'barons', 'barony', 'barred', 'barrel', 'barren', 'barrie', 'barrio', 'barron', 'barrow', 'barter', 'bartok', 'barton', 'baruch', 'basalt', 'basels', 'basely', 'basest', 'bashaw', 'bashed', 'bashes', 'bashos', 'basics', 'basils', 'basing', 'basins', 'basiss', 'basked', 'basket', 'basque', 'basses', 'basset', 'bassos', 'basted', 'bastes', 'bataan', 'batchs', 'bateau', 'bathed', 'bather', 'bathes', 'bathos', 'batiks', 'bating', 'batman', 'batons', 'batted', 'batten', 'batter', 'battle', 'bauble', 'baulks', 'bausch', 'bawled', 'baxter', 'bayers', 'bayeux', 'baying', 'baylor', 'bayous', 'bazaar', 'beachs', 'beacon', 'beaded', 'beadle', 'beagle', 'beaked', 'beaker', 'beamed', 'beamer', 'beaned', 'beaner', 'beards', 'bearer', 'beasts', 'beaten', 'beater', 'beauty', 'beaver', 'bebops', 'becalm', 'became', 'becker', 'becket', 'beckon', 'beckys', 'become', 'bedbug', 'bedded', 'bedder', 'bedeck', 'bedlam', 'bedpan', 'beebes', 'beechs', 'beefed', 'beefer', 'beeped', 'beeper', 'beetle', 'beeton', 'beeves', 'befall', 'befell', 'befits', 'befogs', 'before', 'befoul', 'begets', 'beggar', 'begged', 'begins', 'begone', 'behalf', 'behave', 'behead', 'beheld', 'behest', 'behind', 'behold', 'behove', 'beiges', 'beings', 'beirut', 'bekesy', 'belate', 'belaus', 'belays', 'belchs', 'belems', 'belfry', 'belied', 'belief', 'belies', 'belize', 'bellas', 'belled', 'belles', 'bellow', 'bellum', 'bellys', 'beloit', 'belong', 'belove', 'belted', 'bemoan', 'bemuse', 'benchs', 'bender', 'bendix', 'bengal', 'benign', 'benins', 'benita', 'benito', 'bennie', 'bennys', 'benson', 'benton', 'benumb', 'berate', 'berber', 'bereft', 'berets', 'bergen', 'berger', 'bering', 'berles', 'berlin', 'berman', 'bernes', 'bernet', 'bernie', 'berras', 'berrys', 'bertas', 'bertha', 'berths', 'bertie', 'beryls', 'besets', 'beside', 'besoms', 'besots', 'bessel', 'bessie', 'bested', 'bestir', 'bestow', 'betake', 'betcha', 'bethel', 'betide', 'betony', 'betook', 'betray', 'betsey', 'betsys', 'betted', 'better', 'bettes', 'bettie', 'bettor', 'bettye', 'bettys', 'beulah', 'bevels', 'bevies', 'bewail', 'beware', 'beyond', 'bhopal', 'bhutan', 'bhutto', 'bianca', 'bianco', 'biased', 'biases', 'bibbed', 'bibles', 'biceps', 'bicker', 'bidden', 'bidder', 'biddle', 'biddys', 'bidens', 'bidets', 'biding', 'bierce', 'bigamy', 'bigger', 'biggie', 'bights', 'bigots', 'bigwig', 'bikers', 'biking', 'bikini', 'bilbao', 'bilbos', 'bilges', 'bilked', 'billed', 'biller', 'billet', 'billie', 'billow', 'billys', 'bimbos', 'bimini', 'binary', 'binder', 'bindle', 'binged', 'binges', 'bingle', 'bingos', 'binned', 'biokos', 'bionic', 'biopsy', 'biotic', 'bipeds', 'birchs', 'birded', 'birdie', 'birgit', 'births', 'biscay', 'bisect', 'bishop', 'bisons', 'bisque', 'bissau', 'bistro', 'bitchs', 'bitchy', 'biters', 'biting', 'bitmap', 'bitnet', 'bitten', 'bitter', 'bjorks', 'blacks', 'blades', 'blaine', 'blairs', 'blamed', 'blamer', 'blames', 'blanca', 'blanch', 'blanks', 'blared', 'blares', 'blasts', 'blatzs', 'blazed', 'blazer', 'blazes', 'blazon', 'bleach', 'bleary', 'bleats', 'bleeds', 'bleeps', 'blench', 'blends', 'blighs', 'blight', 'blimps', 'blinds', 'blinks', 'blintz', 'blisss', 'blithe', 'blitzs', 'bloats', 'blocks', 'blocky', 'blokes', 'blonde', 'blonds', 'bloods', 'bloody', 'blooms', 'blotch', 'blouse', 'blower', 'blowsy', 'blowup', 'blowzy', 'bluest', 'bluffs', 'bluing', 'bluish', 'blunts', 'blurbs', 'blurry', 'blurts', 'blushs', 'blythe', 'boards', 'boasts', 'boated', 'boater', 'bobbed', 'bobbie', 'bobbin', 'bobbis', 'bobble', 'bobbys', 'bobcat', 'bodega', 'bodice', 'bodied', 'bodies', 'bodily', 'boding', 'bodkin', 'boeing', 'bogart', 'bogeys', 'bogged', 'boggle', 'bogied', 'bogies', 'bogota', 'bogots', 'boiled', 'boiler', 'boises', 'bolder', 'boldly', 'bolero', 'boleyn', 'bolted', 'bolton', 'bombay', 'bombed', 'bomber', 'bonbon', 'bonded', 'bonder', 'boners', 'bonged', 'bongos', 'bonier', 'boning', 'bonita', 'bonito', 'bonner', 'bonnet', 'bonnie', 'bonsai', 'bonuss', 'boobed', 'booboo', 'boobys', 'boodle', 'boogie', 'booing', 'booked', 'booker', 'bookie', 'booles', 'boomed', 'boones', 'boosts', 'booted', 'bootee', 'bootes', 'booths', 'bootie', 'bootys', 'boozed', 'boozer', 'boozes', 'bopped', 'borate', 'boraxs', 'borden', 'border', 'bordon', 'boreas', 'borers', 'borges', 'borgia', 'boring', 'borneo', 'borons', 'borrow', 'borsch', 'bosnia', 'bosoms', 'bossed', 'bosses', 'boston', 'bosuns', 'botany', 'botchs', 'botess', 'botfly', 'bother', 'bottle', 'bottom', 'boughs', 'bought', 'boulez', 'bounce', 'bouncy', 'bounds', 'bounty', 'bovary', 'bovine', 'bowell', 'bowels', 'bowens', 'bowers', 'bowery', 'bowfin', 'bowing', 'bowled', 'bowler', 'bowman', 'bowmen', 'boxcar', 'boxers', 'boxing', 'boxtop', 'boyers', 'boyish', 'braced', 'braces', 'bracts', 'bradly', 'braggs', 'brahma', 'brahms', 'braids', 'brains', 'brainy', 'braise', 'braked', 'brakes', 'branch', 'brandi', 'brando', 'brands', 'brandt', 'brandy', 'brants', 'braque', 'brasss', 'brassy', 'bratty', 'braved', 'braver', 'braves', 'bravos', 'brawls', 'brawns', 'brawny', 'brayed', 'brayer', 'brazed', 'brazen', 'brazes', 'brazil', 'brazos', 'breach', 'breads', 'breaks', 'breast', 'breath', 'brecht', 'breech', 'breeds', 'breeze', 'breezy', 'bremen', 'brenda', 'brents', 'breton', 'bretts', 'brevet', 'brewed', 'brewer', 'briana', 'brians', 'briars', 'bribed', 'briber', 'bribes', 'brices', 'bricks', 'bridal', 'brides', 'bridge', 'bridle', 'briefs', 'briers', 'briggs', 'bright', 'brigid', 'brillo', 'brines', 'brings', 'brinks', 'brisks', 'briton', 'britts', 'broach', 'broads', 'brocks', 'brogan', 'brogue', 'broils', 'brokaw', 'broken', 'broker', 'bronco', 'bronte', 'bronxs', 'bronze', 'bronzy', 'brooch', 'broods', 'broody', 'brooke', 'brooks', 'brooms', 'broths', 'browne', 'browns', 'browse', 'bruces', 'bruins', 'bruise', 'brunch', 'brunei', 'brunet', 'brunts', 'brushs', 'brushy', 'brutal', 'brutes', 'brutus', 'bryant', 'bryces', 'bryons', 'bubble', 'bubbly', 'bucked', 'bucket', 'buckle', 'budded', 'buddha', 'buddys', 'budged', 'budges', 'budget', 'budgie', 'buenos', 'buffed', 'buffer', 'buffet', 'buffys', 'buford', 'bugged', 'bugger', 'buggys', 'bugled', 'bugler', 'bugles', 'buicks', 'builds', 'bulgar', 'bulged', 'bulges', 'bulked', 'bulled', 'bullet', 'bullys', 'bumble', 'bummed', 'bummer', 'bumped', 'bumper', 'bumppo', 'bunche', 'bunchs', 'bundle', 'bunged', 'bungle', 'bunion', 'bunked', 'bunker', 'bunkum', 'bunnys', 'bunsen', 'bunted', 'bunter', 'bunyan', 'buoyed', 'burble', 'burchs', 'burden', 'bureau', 'burger', 'burgle', 'burial', 'buried', 'buries', 'burlap', 'burley', 'burmas', 'burned', 'burner', 'burped', 'burred', 'burris', 'burros', 'burrow', 'bursar', 'bursts', 'bursty', 'burton', 'busboy', 'busbys', 'buschs', 'bushed', 'bushel', 'bushes', 'busied', 'busier', 'busies', 'busily', 'busing', 'bussed', 'busses', 'busted', 'buster', 'bustle', 'butane', 'butchs', 'butene', 'butler', 'butted', 'butter', 'buttes', 'button', 'buuels', 'buxton', 'buyers', 'buying', 'buyout', 'buzzed', 'buzzer', 'buzzes', 'byblos', 'byelaw', 'byerss', 'bygone', 'bylaws', 'byline', 'bypass', 'bypast', 'bypath', 'byplay', 'byroad', 'byways', 'byword', 'cabals', 'cabana', 'cabbed', 'cabbie', 'cabbys', 'cabins', 'cabled', 'cables', 'cabral', 'cacaos', 'cached', 'caches', 'cachet', 'cackle', 'cactus', 'caddie', 'caddis', 'caddys', 'cadent', 'cadets', 'cadged', 'cadger', 'cadges', 'cadizs', 'cadres', 'caesar', 'caftan', 'cagers', 'cagier', 'cagily', 'caging', 'cagney', 'cahill', 'cahoot', 'caiman', 'cairns', 'cairos', 'cajole', 'cajuns', 'caking', 'calais', 'calder', 'calebs', 'calico', 'califs', 'caliph', 'calked', 'callao', 'callas', 'called', 'caller', 'callie', 'callow', 'callus', 'calmed', 'calmer', 'calmly', 'calved', 'calves', 'calvin', 'calyxs', 'camber', 'cambia', 'camden', 'camels', 'cameos', 'camera', 'camino', 'camped', 'camper', 'campos', 'campus', 'camrys', 'canaan', 'canada', 'canals', 'canaps', 'canard', 'canary', 'cancan', 'cancel', 'cancer', 'cancun', 'candid', 'candle', 'candor', 'candys', 'canine', 'caning', 'canker', 'canned', 'cannel', 'canner', 'cannes', 'cannon', 'cannot', 'canoed', 'canoes', 'canoga', 'canons', 'canopy', 'canted', 'canter', 'cantle', 'canton', 'cantor', 'cantos', 'cantus', 'canute', 'canvas', 'canyon', 'capeks', 'capers', 'capita', 'caplet', 'capone', 'capons', 'capote', 'capped', 'capras', 'capris', 'captor', 'caputo', 'carafe', 'carats', 'carbon', 'carboy', 'carded', 'carder', 'cardin', 'careen', 'career', 'caress', 'carets', 'cargos', 'caribs', 'caries', 'carina', 'caring', 'carlas', 'carlin', 'carlos', 'carlys', 'carmen', 'carnal', 'carnap', 'carney', 'carnot', 'carole', 'carols', 'caroms', 'carpal', 'carped', 'carpel', 'carpet', 'carpus', 'carrel', 'carrie', 'carrot', 'carrys', 'carson', 'carted', 'cartel', 'carter', 'carton', 'caruso', 'carved', 'carven', 'carver', 'carves', 'casals', 'casbah', 'casein', 'caseys', 'cashed', 'casher', 'cashes', 'cashew', 'casing', 'casino', 'casios', 'casket', 'caspar', 'cassia', 'cassie', 'casted', 'caster', 'castes', 'castle', 'castor', 'castro', 'casual', 'catchs', 'catchy', 'caters', 'catgut', 'cathay', 'cather', 'cathys', 'cation', 'catkin', 'catnap', 'catnip', 'catsup', 'cattle', 'cauchy', 'caucus', 'caudal', 'caught', 'caulks', 'causal', 'caused', 'causer', 'causes', 'caveat', 'cavern', 'caviar', 'cavils', 'caving', 'cavity', 'cavort', 'cavour', 'cawing', 'caxton', 'cayley', 'cayman', 'cayuga', 'ceased', 'ceases', 'cecile', 'cecily', 'cedars', 'ceding', 'cedric', 'celery', 'celias', 'celina', 'cellar', 'celled', 'cellos', 'celtic', 'cement', 'censer', 'censor', 'census', 'center', 'centre', 'centum', 'cereal', 'ceress', 'cereus', 'cerise', 'cerium', 'cervix', 'cesare', 'cesars', 'cesium', 'cessna', 'cetera', 'ceylon', 'chafed', 'chafer', 'chafes', 'chaffs', 'chains', 'chairs', 'chaise', 'chalet', 'chalks', 'chalky', 'chammy', 'champs', 'chance', 'chancy', 'chanel', 'chaney', 'change', 'changs', 'chants', 'chanty', 'chaoss', 'chapel', 'charge', 'charms', 'charon', 'charta', 'charts', 'chased', 'chaser', 'chases', 'chasms', 'chaste', 'chatty', 'chavez', 'cheats', 'checks', 'cheeks', 'cheeky', 'cheeps', 'cheers', 'cheery', 'cheese', 'cheesy', 'chemic', 'cheney', 'cheops', 'cheque', 'cherie', 'cheris', 'cherry', 'cherub', 'cheryl', 'chesss', 'chests', 'chevys', 'chewed', 'chewer', 'chiang', 'chicer', 'chichi', 'chicks', 'chicle', 'chided', 'chides', 'chiefs', 'childs', 'chiles', 'chilis', 'chilli', 'chills', 'chilly', 'chimed', 'chimes', 'chimps', 'chimus', 'chinas', 'chinch', 'chinks', 'chinos', 'chintz', 'chirps', 'chisel', 'chitin', 'chiton', 'chivas', 'chives', 'chocks', 'choice', 'choirs', 'choked', 'choker', 'chokes', 'choler', 'chomps', 'choose', 'choosy', 'chopin', 'choppy', 'chopra', 'choral', 'chords', 'chores', 'chorus', 'chosen', 'chowed', 'chriss', 'christ', 'chrome', 'chteau', 'chubby', 'chucks', 'chummy', 'chumps', 'chungs', 'chunks', 'chunky', 'church', 'churls', 'churns', 'chutes', 'cicada', 'cicero', 'ciders', 'cigars', 'cilium', 'cinchs', 'cinder', 'cindys', 'cinema', 'cipher', 'cipros', 'circes', 'circle', 'circus', 'cirrus', 'ciscos', 'cities', 'citing', 'citric', 'citron', 'citrus', 'civets', 'civics', 'civies', 'clacks', 'claims', 'claire', 'clairs', 'clammy', 'clamor', 'clamps', 'clancy', 'clangs', 'clanks', 'claras', 'claret', 'clarke', 'clashs', 'clasps', 'classs', 'classy', 'claude', 'clause', 'clauss', 'clawed', 'clayey', 'cleans', 'clears', 'cleats', 'cleave', 'clefts', 'clench', 'clergy', 'cleric', 'clerks', 'clever', 'clewed', 'clichd', 'cliche', 'clichs', 'clicks', 'client', 'cliffs', 'climax', 'climbs', 'climes', 'clinch', 'clines', 'clings', 'clingy', 'clinic', 'clinks', 'clints', 'clique', 'cloaks', 'cloche', 'clocks', 'clomps', 'cloned', 'clones', 'clonic', 'clorox', 'closed', 'closer', 'closes', 'closet', 'clothe', 'clotho', 'cloths', 'clouds', 'cloudy', 'clouts', 'cloven', 'clover', 'cloves', 'clovis', 'clowns', 'cloyed', 'clucks', 'cluing', 'clumps', 'clumsy', 'clunks', 'clunky', 'clutch', 'coachs', 'coaled', 'coarse', 'coasts', 'coated', 'coates', 'coaxed', 'coaxer', 'coaxes', 'cobain', 'cobalt', 'cobble', 'cobols', 'cobras', 'cobweb', 'coccis', 'coccus', 'coccyx', 'cochin', 'cocked', 'cockle', 'cocoas', 'cocoon', 'codded', 'coddle', 'coders', 'codexs', 'codger', 'codify', 'coding', 'coerce', 'coeval', 'coffee', 'coffer', 'coffey', 'coffin', 'cogent', 'cognac', 'cohere', 'cohort', 'cohosh', 'coifed', 'coiled', 'coined', 'coiner', 'coital', 'coitus', 'coking', 'colder', 'coldly', 'coleen', 'coleus', 'colfax', 'colics', 'colins', 'collar', 'collet', 'collie', 'collin', 'colloq', 'colons', 'colony', 'colors', 'colour', 'column', 'combat', 'combed', 'comber', 'combos', 'combss', 'comedy', 'comely', 'comers', 'cometh', 'comets', 'comics', 'coming', 'comity', 'commas', 'commit', 'common', 'compaq', 'compel', 'comply', 'conans', 'conant', 'conchs', 'concur', 'condom', 'condor', 'condos', 'confab', 'confer', 'congas', 'congos', 'conics', 'conked', 'conley', 'conned', 'conner', 'connie', 'conrad', 'consul', 'convex', 'convey', 'convoy', 'conway', 'cooing', 'cooked', 'cooker', 'cookes', 'cookie', 'cookys', 'cooled', 'cooler', 'cooley', 'coolie', 'coolly', 'cooped', 'cooper', 'coorss', 'cootie', 'copeck', 'copied', 'copier', 'copies', 'coping', 'copley', 'copped', 'copper', 'copras', 'copses', 'copter', 'coptic', 'copula', 'corals', 'corbel', 'corded', 'corder', 'cordon', 'corers', 'coreys', 'corina', 'corine', 'coring', 'corked', 'corker', 'cornea', 'corned', 'corner', 'cornet', 'corona', 'corpse', 'corpss', 'corpus', 'corral', 'corset', 'cortes', 'cortex', 'cortez', 'cortge', 'corvus', 'cosbys', 'cosier', 'cosies', 'cosign', 'cosily', 'cosine', 'cosmic', 'cosmos', 'costar', 'costco', 'costed', 'costly', 'cotman', 'cotter', 'cotton', 'couchs', 'cougar', 'coughs', 'counts', 'county', 'coupes', 'couple', 'coupon', 'course', 'courts', 'cousin', 'covary', 'covens', 'covers', 'covert', 'covets', 'coveys', 'coward', 'cowboy', 'cowers', 'cowing', 'cowley', 'cowman', 'cowmen', 'cowpea', 'cowper', 'cowpox', 'coyest', 'coyote', 'cozens', 'cozier', 'cozies', 'cozily', 'crabbe', 'crabby', 'cracks', 'cradle', 'crafts', 'crafty', 'craggy', 'cramer', 'cramps', 'craned', 'cranes', 'crania', 'cranks', 'cranky', 'cranny', 'crapes', 'crappy', 'crapss', 'crashs', 'crated', 'crater', 'crates', 'cravat', 'craved', 'craven', 'craves', 'crawls', 'crayon', 'crazed', 'crazes', 'crazys', 'crches', 'creaks', 'creaky', 'creams', 'creamy', 'crease', 'create', 'creche', 'crecys', 'credit', 'credos', 'creeds', 'creeks', 'creels', 'creeps', 'creepy', 'creole', 'crepes', 'cresss', 'crests', 'cretan', 'cretes', 'cretin', 'crewed', 'crewel', 'cricks', 'criers', 'crimea', 'crimes', 'crimps', 'cringe', 'crisco', 'crises', 'crisis', 'crisps', 'crispy', 'critic', 'croaks', 'croats', 'crocks', 'crocus', 'crofts', 'crones', 'cronin', 'cronus', 'cronys', 'crooks', 'croons', 'crosby', 'crosss', 'crotch', 'croton', 'crouch', 'croups', 'croupy', 'crowds', 'crowed', 'crowns', 'cruddy', 'cruder', 'crudes', 'cruets', 'cruise', 'crumbs', 'crumby', 'crummy', 'crunch', 'crushs', 'crusoe', 'crusts', 'crusty', 'crutch', 'cruxes', 'crying', 'crypts', 'csonka', 'cubans', 'cubing', 'cubism', 'cubist', 'cubits', 'cuckoo', 'cuddle', 'cuddly', 'cudgel', 'cueing', 'cuffed', 'culled', 'cullen', 'culler', 'culver', 'cumins', 'cumuli', 'cunard', 'cupful', 'cupids', 'cupola', 'cupped', 'cupric', 'curacy', 'curate', 'curbed', 'curdle', 'curfew', 'curies', 'curing', 'curios', 'curium', 'curled', 'curler', 'curlew', 'curran', 'currys', 'cursed', 'curses', 'cursor', 'curter', 'curtis', 'curtly', 'curtsy', 'curved', 'curves', 'cuspid', 'cussed', 'cusses', 'custer', 'custom', 'cutely', 'cutest', 'cutesy', 'cutler', 'cutlet', 'cutoff', 'cutout', 'cutset', 'cutter', 'cutups', 'cuvier', 'cyanic', 'cybele', 'cycled', 'cycles', 'cyclic', 'cygnet', 'cygnus', 'cymbal', 'cynics', 'cypher', 'cyprus', 'cyrano', 'cystic', 'czechs', 'czerny', 'dabbed', 'dabble', 'daccas', 'dachas', 'dachau', 'dacron', 'dactyl', 'daddys', 'dadoes', 'daemon', 'dafter', 'dagger', 'dahlia', 'dailey', 'dailys', 'dainty', 'dairys', 'daises', 'daisys', 'dakars', 'dakota', 'daleys', 'dalian', 'dallas', 'dalton', 'damage', 'damask', 'damian', 'damien', 'damion', 'dammed', 'damned', 'damons', 'damped', 'dampen', 'damper', 'damply', 'damsel', 'damson', 'danced', 'dancer', 'dances', 'dander', 'dandle', 'dandys', 'danger', 'dangle', 'danial', 'daniel', 'danish', 'danker', 'dankly', 'dannie', 'dannys', 'danone', 'dantes', 'danton', 'danube', 'danzig', 'daphne', 'dapper', 'dapple', 'darbys', 'darcys', 'darens', 'darers', 'darfur', 'daring', 'darins', 'darios', 'darius', 'darken', 'darker', 'darkle', 'darkly', 'darlas', 'darned', 'darner', 'darrel', 'darren', 'darrin', 'darrow', 'darryl', 'darted', 'darter', 'darths', 'darvon', 'darwin', 'daryls', 'dashed', 'dasher', 'dashes', 'dating', 'dative', 'datsun', 'datums', 'daubed', 'dauber', 'daunts', 'davids', 'davies', 'davits', 'dawdle', 'dawned', 'dawson', 'daybed', 'dayton', 'dazing', 'dazzle', 'deacon', 'deaden', 'deader', 'deadly', 'deafen', 'deafer', 'dealer', 'deanas', 'deanna', 'deanne', 'deanns', 'dearer', 'dearie', 'dearly', 'dearth', 'deaths', 'deaves', 'debark', 'debars', 'debase', 'debate', 'debbie', 'debbys', 'debian', 'debits', 'debora', 'debras', 'debris', 'debtor', 'debugs', 'debunk', 'debuts', 'decade', 'decafs', 'decals', 'decamp', 'decant', 'decays', 'deccan', 'deccas', 'deceit', 'decent', 'decide', 'decile', 'decked', 'decker', 'decode', 'decors', 'decoys', 'decree', 'deduce', 'deduct', 'deeded', 'deejay', 'deemed', 'deenas', 'deepen', 'deeper', 'deeply', 'deeres', 'deface', 'defame', 'defeat', 'defect', 'defend', 'defers', 'defied', 'defies', 'defile', 'define', 'deform', 'defray', 'defter', 'deftly', 'defuse', 'degree', 'deiced', 'deicer', 'deices', 'deidre', 'deigns', 'deimos', 'deisms', 'deitys', 'deject', 'delano', 'delays', 'deleon', 'delete', 'delhis', 'delias', 'delius', 'dellas', 'delmar', 'delmer', 'delphi', 'deltas', 'delude', 'deluge', 'deluxe', 'delved', 'delves', 'demand', 'demark', 'demean', 'deming', 'demise', 'demoed', 'demons', 'demote', 'demure', 'demurs', 'denial', 'denied', 'denier', 'denies', 'denims', 'denise', 'dennis', 'dennys', 'denote', 'denser', 'dental', 'dented', 'dentin', 'denton', 'denude', 'denver', 'depart', 'depend', 'depict', 'deploy', 'deport', 'depose', 'depots', 'depths', 'depute', 'deputy', 'derail', 'derate', 'derbys', 'dereks', 'derick', 'deride', 'derive', 'dermis', 'descry', 'desert', 'design', 'desire', 'desist', 'despot', 'detach', 'detail', 'detain', 'detect', 'detent', 'deters', 'detest', 'detour', 'detoxs', 'deuces', 'device', 'devils', 'devins', 'devise', 'devoid', 'devons', 'devote', 'devour', 'devout', 'dewars', 'deweys', 'dewier', 'dewitt', 'dewlap', 'dexter', 'dhakas', 'dharma', 'dhotis', 'diadem', 'dialed', 'dialog', 'dialup', 'dianas', 'dianes', 'dianna', 'dianne', 'dianns', 'diaper', 'diarys', 'diatom', 'dibble', 'dicier', 'dicing', 'dicker', 'dickey', 'dickie', 'dickys', 'dictum', 'diddle', 'diegos', 'diesel', 'dieted', 'dieter', 'differ', 'digest', 'digger', 'digits', 'digram', 'diking', 'dilate', 'dillon', 'dillys', 'dilute', 'dimmed', 'dimmer', 'dimple', 'dimwit', 'diners', 'dinged', 'dinghy', 'dingos', 'dining', 'dinkys', 'dinned', 'dinner', 'diodes', 'dionne', 'dioxin', 'dipole', 'dipped', 'dipper', 'direct', 'direst', 'dirges', 'disarm', 'disbar', 'discos', 'discus', 'dished', 'dishes', 'dismal', 'dismay', 'disney', 'disown', 'dispel', 'dissed', 'disses', 'distal', 'distil', 'disuse', 'ditchs', 'dither', 'dittos', 'dittys', 'ditzel', 'divans', 'divers', 'divert', 'divest', 'divide', 'divine', 'diving', 'divots', 'divvys', 'diwali', 'dixies', 'dixons', 'djinni', 'djinns', 'dmitri', 'doable', 'dobbin', 'dobson', 'docent', 'docile', 'docked', 'docket', 'doctor', 'dodder', 'dodged', 'dodger', 'dodges', 'dodoes', 'dodoma', 'dodson', 'doesnt', 'doffed', 'dogged', 'doggie', 'doggys', 'dogies', 'dogleg', 'dogmas', 'doilys', 'doings', 'doling', 'dollar', 'dolled', 'dollie', 'dollop', 'dollys', 'dolmen', 'domain', 'doming', 'domino', 'donald', 'donate', 'doneck', 'donkey', 'donned', 'donner', 'donnes', 'donnie', 'donnys', 'donors', 'donuts', 'doodad', 'doodle', 'dooley', 'doomed', 'dopant', 'dopers', 'dopier', 'doping', 'dorado', 'dorcas', 'doreen', 'dorian', 'dorics', 'dories', 'doriss', 'dormer', 'dorsal', 'dorset', 'dorsey', 'dorthy', 'dosage', 'dosing', 'dotage', 'doting', 'dotson', 'dotted', 'douala', 'douays', 'double', 'doubly', 'doubts', 'douche', 'doughs', 'doughy', 'dourer', 'dourly', 'doused', 'douses', 'dovers', 'dowels', 'downed', 'downer', 'downey', 'downys', 'dowrys', 'dowsed', 'dowses', 'doyens', 'dozens', 'dozing', 'drably', 'dracos', 'drafts', 'drafty', 'dragon', 'drains', 'drakes', 'dramas', 'dranos', 'draped', 'draper', 'drapes', 'drawer', 'drawls', 'dreads', 'dreams', 'dreamt', 'dreamy', 'dreary', 'dredge', 'dregss', 'drench', 'dresss', 'dressy', 'drexel', 'driers', 'driest', 'drifts', 'drills', 'drinks', 'drippy', 'drivel', 'driven', 'driver', 'drives', 'drolly', 'droned', 'drones', 'drools', 'droops', 'droopy', 'dropsy', 'drosss', 'drouth', 'drover', 'droves', 'drowns', 'drowse', 'drowsy', 'drudge', 'druids', 'drunks', 'dryads', 'dryden', 'dryers', 'dryest', 'drying', 'dtente', 'duanes', 'dubbed', 'dubcek', 'dubhes', 'dublin', 'ducats', 'duchys', 'ducked', 'duding', 'dudley', 'dueled', 'duffel', 'duffer', 'duffys', 'dugout', 'dulcet', 'dulled', 'duller', 'dulles', 'duluth', 'dumber', 'dumbly', 'dumbos', 'dummys', 'dumped', 'dumper', 'dumpty', 'dunant', 'dunbar', 'duncan', 'dunces', 'dunged', 'dunham', 'dunked', 'dunlap', 'dunlop', 'dunned', 'dunner', 'dunnes', 'duping', 'duplex', 'dupont', 'durans', 'durant', 'durban', 'duress', 'durexs', 'durham', 'during', 'durkee', 'durkin', 'dusted', 'duster', 'dustin', 'dustys', 'dutchs', 'duties', 'dutton', 'dwarfs', 'dwayne', 'dweebs', 'dwells', 'dwight', 'dyadic', 'dyeing', 'dyings', 'dylans', 'dynamo', 'dynast', 'dysons', 'eagles', 'eaglet', 'eakins', 'earful', 'earles', 'earned', 'earner', 'earths', 'earthy', 'earwax', 'earwig', 'easels', 'easier', 'easily', 'easing', 'easter', 'eaters', 'eatery', 'eating', 'eatons', 'ebbing', 'ebonys', 'eccles', 'echoed', 'echoes', 'eczema', 'eddied', 'eddies', 'edemas', 'edgier', 'edging', 'edible', 'edicts', 'edison', 'edited', 'ediths', 'editor', 'edmond', 'edmund', 'edward', 'edwina', 'eerier', 'eerily', 'eeyore', 'efface', 'effect', 'effete', 'effies', 'effigy', 'effort', 'efrain', 'efrens', 'egging', 'eggnog', 'egoism', 'egoist', 'egress', 'egrets', 'egypts', 'eiders', 'eiffel', 'eighth', 'eights', 'eighty', 'eileen', 'eisner', 'either', 'ejects', 'elaine', 'elanor', 'elapse', 'elated', 'elates', 'elbert', 'elbows', 'elbrus', 'elders', 'eldest', 'eldons', 'elects', 'elegys', 'elenas', 'eleven', 'elfish', 'elicit', 'elided', 'elides', 'elijah', 'elinor', 'elisas', 'eliseo', 'elises', 'elisha', 'elites', 'elixir', 'elizas', 'ellens', 'ellies', 'elliot', 'elmers', 'elmira', 'elnath', 'elnora', 'elohim', 'eloise', 'eloped', 'elopes', 'elroys', 'elsies', 'eltons', 'eluate', 'eluded', 'eludes', 'elvias', 'elvins', 'elvira', 'elviss', 'elways', 'elwood', 'elysee', 'elyses', 'emacss', 'emails', 'embalm', 'embank', 'embark', 'embeds', 'embers', 'emblem', 'embody', 'emboss', 'embryo', 'emceed', 'emcees', 'emends', 'emerge', 'emerys', 'emetic', 'emiles', 'emilia', 'emilio', 'emilys', 'eminem', 'emmett', 'emorys', 'emoted', 'emotes', 'empire', 'employ', 'emptys', 'emusic', 'enable', 'enacts', 'enamel', 'enamor', 'encamp', 'encase', 'encode', 'encore', 'endear', 'enders', 'ending', 'endive', 'endows', 'endued', 'endues', 'endure', 'enemas', 'enemys', 'energy', 'enfant', 'enfold', 'engage', 'engels', 'engine', 'engulf', 'enigma', 'enjoin', 'enjoys', 'enkidu', 'enlist', 'enmesh', 'enmity', 'ennuis', 'enough', 'enrage', 'enrich', 'enrico', 'enroll', 'enrols', 'enrons', 'ensign', 'ensued', 'ensues', 'ensure', 'entail', 'enters', 'entice', 'entire', 'entity', 'entomb', 'entrap', 'entree', 'entres', 'entrys', 'enured', 'enures', 'envied', 'envies', 'envoys', 'enzyme', 'eocene', 'eosine', 'epcots', 'epilog', 'epochs', 'epoxys', 'epsons', 'equals', 'equate', 'equine', 'equips', 'equity', 'erased', 'eraser', 'erases', 'eratos', 'erbium', 'erebus', 'erects', 'erhard', 'ericas', 'erichs', 'ericka', 'ericks', 'erikas', 'ermine', 'ernest', 'ernies', 'eroded', 'erodes', 'eroses', 'erotic', 'errand', 'errant', 'errata', 'erring', 'errols', 'errors', 'ersatz', 'erupts', 'ervins', 'erwins', 'escape', 'escher', 'eschew', 'escort', 'escrow', 'eskimo', 'esmark', 'espied', 'espies', 'esprit', 'essays', 'essene', 'essens', 'essies', 'estate', 'esteem', 'estela', 'esters', 'esther', 'etched', 'etcher', 'etches', 'ethane', 'ethans', 'ethels', 'ethers', 'ethics', 'ethnic', 'ethoss', 'euclid', 'eugene', 'eulogy', 'eunice', 'eunuch', 'eureka', 'europa', 'europe', 'evaded', 'evades', 'evelyn', 'evened', 'evener', 'evenki', 'evenly', 'events', 'everts', 'evians', 'evicts', 'eviler', 'evilly', 'evince', 'evitas', 'evoked', 'evokes', 'evolve', 'evzone', 'ewings', 'exacts', 'exalts', 'exceed', 'excels', 'except', 'excess', 'excise', 'excite', 'excuse', 'exempt', 'exerts', 'exeter', 'exhale', 'exhort', 'exhume', 'exiled', 'exiles', 'exists', 'exited', 'exocet', 'exodus', 'exotic', 'expand', 'expect', 'expels', 'expend', 'expert', 'expire', 'expiry', 'export', 'expose', 'extant', 'extend', 'extent', 'extoll', 'extols', 'extort', 'extras', 'exuded', 'exudes', 'exults', 'exxons', 'eyeful', 'eyeing', 'eyelet', 'eyelid', 'eyries', 'faberg', 'fabian', 'fabled', 'fables', 'fabric', 'facade', 'facets', 'facial', 'facile', 'facing', 'factor', 'faders', 'fading', 'faecal', 'faeces', 'faeroe', 'fafnir', 'fagged', 'faggot', 'fagins', 'fagots', 'failed', 'fainer', 'faints', 'fairer', 'fairly', 'fairys', 'faisal', 'faiths', 'fakers', 'faking', 'fakirs', 'falcon', 'fallen', 'fallow', 'falser', 'falter', 'family', 'famine', 'famish', 'famous', 'fancys', 'fanned', 'fannie', 'fannys', 'fanout', 'fantod', 'farber', 'farces', 'fargos', 'farina', 'faring', 'farkas', 'farley', 'farmed', 'farmer', 'farrow', 'farsis', 'farted', 'fasted', 'fasten', 'faster', 'fatahs', 'fatals', 'father', 'fathom', 'fatima', 'fating', 'fatten', 'fatter', 'fattys', 'faucet', 'faults', 'faulty', 'faunae', 'faunas', 'fausts', 'favors', 'favour', 'fawkes', 'fawned', 'faxing', 'fazing', 'fealty', 'feared', 'feasts', 'fecess', 'fecund', 'fedora', 'feeble', 'feebly', 'feeded', 'feeder', 'feeler', 'feeney', 'feigns', 'feints', 'feisty', 'felice', 'feline', 'felipe', 'felixs', 'felled', 'feller', 'fellow', 'felons', 'felony', 'felted', 'female', 'femora', 'femurs', 'fenced', 'fencer', 'fences', 'fended', 'fender', 'fenian', 'fennel', 'fenton', 'ferber', 'fergus', 'fermat', 'ferrer', 'ferret', 'ferric', 'ferris', 'ferrys', 'fervid', 'fervor', 'fescue', 'festal', 'fester', 'fetich', 'feting', 'fetish', 'fetter', 'fettle', 'fetuss', 'feudal', 'feuded', 'fevers', 'fewest', 'fezzes', 'fiance', 'fiancs', 'fiasco', 'fibbed', 'fibber', 'fibers', 'fibres', 'fibrin', 'fibula', 'fiches', 'fichte', 'fickle', 'fiddle', 'fiddly', 'fidels', 'fidget', 'fields', 'fiends', 'fierce', 'fiesta', 'fifths', 'fiftys', 'figaro', 'fights', 'figure', 'fijian', 'filets', 'filial', 'filing', 'filled', 'filler', 'fillet', 'fillip', 'fillys', 'filmed', 'filter', 'filths', 'filthy', 'finale', 'finals', 'finchs', 'finder', 'finely', 'finery', 'finest', 'finger', 'finial', 'fining', 'finish', 'finiss', 'finite', 'finked', 'finley', 'fionas', 'fiords', 'firers', 'firing', 'firmed', 'firmer', 'firmly', 'firsts', 'firths', 'fiscal', 'fished', 'fisher', 'fishes', 'fisted', 'fitchs', 'fitful', 'fitted', 'fitter', 'fixate', 'fixers', 'fixing', 'fixity', 'fizeau', 'fizzed', 'fizzes', 'fizzle', 'fjords', 'flabby', 'flacks', 'flagon', 'flails', 'flairs', 'flaked', 'flakes', 'flambs', 'flamed', 'flamer', 'flames', 'flange', 'flanks', 'flared', 'flares', 'flashs', 'flashy', 'flasks', 'flatly', 'flatts', 'flatus', 'flaunt', 'flavor', 'flawed', 'flaxen', 'flayed', 'flecks', 'fledge', 'fleece', 'fleecy', 'fleets', 'fleshs', 'fleshy', 'fletch', 'flexed', 'flexes', 'flicks', 'fliers', 'fliest', 'flight', 'flimsy', 'flinch', 'flings', 'flints', 'flinty', 'flirts', 'floats', 'flocks', 'floods', 'floors', 'floozy', 'floppy', 'florae', 'floral', 'floras', 'flores', 'florid', 'florin', 'florys', 'flosss', 'flours', 'floury', 'flouts', 'flowed', 'flower', 'fluent', 'fluffs', 'fluffy', 'fluids', 'flukes', 'flukey', 'flumes', 'flunks', 'flunky', 'flurry', 'flushs', 'fluted', 'flutes', 'fluxed', 'fluxes', 'flybys', 'flyers', 'flying', 'flynns', 'flyway', 'foaled', 'foamed', 'fobbed', 'focsle', 'focuss', 'fodder', 'foetal', 'foetus', 'fogeys', 'fogged', 'fogies', 'foible', 'foiled', 'foists', 'fokker', 'folded', 'folder', 'folios', 'folksy', 'follow', 'follys', 'folsom', 'foment', 'fonder', 'fondle', 'fondly', 'fondue', 'fondus', 'fooled', 'footed', 'footer', 'forage', 'forays', 'forbad', 'forbes', 'forbid', 'forced', 'forcer', 'forces', 'forded', 'forego', 'forest', 'forged', 'forger', 'forges', 'forget', 'forgot', 'forked', 'formal', 'format', 'formed', 'former', 'formic', 'fortes', 'fortin', 'fortys', 'forums', 'fosses', 'fossil', 'foster', 'fought', 'fouled', 'fouler', 'foully', 'founds', 'founts', 'fourth', 'fowled', 'fowler', 'foxier', 'foxing', 'foyers', 'fracas', 'framed', 'framer', 'frames', 'franca', 'france', 'franck', 'franco', 'francs', 'franks', 'franny', 'franzs', 'frapps', 'fraser', 'frauds', 'frayed', 'freaks', 'freaky', 'fredas', 'freddy', 'freely', 'freest', 'freeze', 'freida', 'french', 'frenzy', 'fresco', 'fresno', 'freuds', 'freyas', 'friars', 'friday', 'fridge', 'frieda', 'friend', 'friers', 'frieze', 'frigga', 'fright', 'frigid', 'frills', 'frilly', 'fringe', 'frisco', 'frisks', 'frisky', 'fritos', 'fritzs', 'frizzs', 'frizzy', 'frocks', 'frolic', 'fronde', 'fronds', 'fronts', 'frosts', 'frosty', 'froths', 'frothy', 'frowns', 'frowsy', 'frowzy', 'frozen', 'frugal', 'fruits', 'fruity', 'frumps', 'frumpy', 'fryers', 'frying', 'fuchss', 'fucked', 'fucker', 'fuddle', 'fudged', 'fudges', 'fueled', 'fugger', 'fugues', 'fulani', 'fulcra', 'fulfil', 'fulled', 'fuller', 'fulton', 'fumble', 'fuming', 'funded', 'funder', 'fungal', 'fungus', 'funked', 'funnel', 'funner', 'funnys', 'furies', 'furled', 'furman', 'furors', 'furred', 'furrow', 'furzes', 'fushun', 'fusing', 'fusion', 'fussed', 'fusses', 'futile', 'futons', 'future', 'futzed', 'futzes', 'fuzhou', 'fuzing', 'fuzzed', 'fuzzes', 'gabbed', 'gabble', 'gabbro', 'gabled', 'gabler', 'gables', 'gabons', 'gacrux', 'gadded', 'gadfly', 'gadget', 'gaelic', 'gaffed', 'gaffes', 'gagged', 'gaggle', 'gaging', 'gaiety', 'gaiman', 'gained', 'gainer', 'gaines', 'gaited', 'gaiter', 'galaxy', 'galena', 'galibi', 'galled', 'galley', 'gallic', 'gallon', 'gallop', 'gallos', 'gallup', 'gallus', 'galois', 'galore', 'galosh', 'galway', 'gambia', 'gambit', 'gamble', 'gambol', 'gamely', 'gamest', 'gamete', 'gamier', 'gamine', 'gaming', 'gamins', 'gammas', 'gamows', 'gamuts', 'gander', 'gandhi', 'ganged', 'ganges', 'gangly', 'gannet', 'gantry', 'gaping', 'garage', 'garbed', 'garble', 'garcia', 'garden', 'gareth', 'gargle', 'garish', 'garlic', 'garner', 'garnet', 'garote', 'garret', 'garrys', 'garter', 'garths', 'garvey', 'garzas', 'gashed', 'gashes', 'gasify', 'gasket', 'gasped', 'gaspee', 'gassed', 'gasser', 'gasses', 'gaston', 'gather', 'gating', 'gatsby', 'gatuns', 'gauche', 'gaucho', 'gauged', 'gauges', 'gaulle', 'gausss', 'gauzes', 'gavels', 'gavins', 'gawain', 'gawked', 'gayest', 'gayety', 'gayles', 'gazebo', 'gazers', 'gazing', 'gdansk', 'geared', 'geckos', 'geegaw', 'geeing', 'geezer', 'geffen', 'gehrig', 'geiger', 'geisha', 'gelded', 'gelled', 'geller', 'gemini', 'genaro', 'gender', 'genera', 'genets', 'geneva', 'genial', 'genies', 'genius', 'genoas', 'genome', 'genres', 'gentle', 'gently', 'gentoo', 'gentry', 'genuss', 'geodes', 'george', 'gerald', 'gerard', 'gerber', 'gerbil', 'german', 'gerrys', 'gerund', 'getter', 'getups', 'gewgaw', 'geyser', 'ghanas', 'ghetto', 'ghosts', 'ghouls', 'giants', 'gibber', 'gibbet', 'gibbon', 'gibing', 'giblet', 'gibson', 'giddap', 'gideon', 'gienah', 'gifted', 'gigged', 'giggle', 'giggly', 'gigolo', 'gildas', 'gilded', 'gilead', 'gimbal', 'gimbel', 'gimlet', 'ginger', 'gingko', 'ginkgo', 'ginned', 'ginnys', 'ginsus', 'giotto', 'gipsys', 'girded', 'girder', 'girdle', 'girlie', 'girted', 'girths', 'gismos', 'givens', 'givers', 'giveth', 'giving', 'gizmos', 'glacis', 'gladdy', 'glades', 'gladly', 'gladys', 'glamor', 'glance', 'glands', 'glared', 'glares', 'glaser', 'glasss', 'glassy', 'glaxos', 'glazed', 'glazer', 'glazes', 'gleams', 'gleans', 'glenda', 'glenna', 'glenns', 'glibly', 'glided', 'glider', 'glides', 'glints', 'glitch', 'glitzs', 'glitzy', 'gloats', 'global', 'globes', 'glooms', 'gloomy', 'gloria', 'glorys', 'glosss', 'glossy', 'gloved', 'glover', 'gloves', 'glowed', 'glower', 'gluier', 'gluing', 'glumly', 'gluten', 'glycol', 'gnarls', 'gnarly', 'gnashs', 'gnawed', 'gneiss', 'gnomes', 'gnomon', 'goaded', 'goalie', 'goatee', 'gobbed', 'gobble', 'goblet', 'goblin', 'goddam', 'godiva', 'godkin', 'godots', 'godson', 'godwin', 'godwit', 'goethe', 'gofers', 'goggle', 'goings', 'goiter', 'goitre', 'golans', 'goldas', 'golden', 'goldie', 'goleta', 'golfed', 'golfer', 'gollys', 'gomezs', 'gonads', 'goners', 'gonged', 'goober', 'goodby', 'goodie', 'goodly', 'goodss', 'goodys', 'goofed', 'google', 'gooier', 'goosed', 'gooses', 'gopher', 'gordon', 'gorens', 'goreys', 'gorgas', 'gorged', 'gorges', 'gorgon', 'gorham', 'gorier', 'goring', 'gorkys', 'gorses', 'gorton', 'gospel', 'gossip', 'gotham', 'gothic', 'gotten', 'goudas', 'gouged', 'gouger', 'gouges', 'gounod', 'gourds', 'govern', 'gowned', 'grable', 'graced', 'graces', 'gracie', 'graded', 'grader', 'grades', 'gradys', 'grafts', 'graham', 'grains', 'grainy', 'grammy', 'grands', 'grange', 'granny', 'grants', 'grapes', 'graphs', 'grasps', 'grasss', 'grassy', 'grated', 'grater', 'grates', 'gratis', 'graved', 'gravel', 'graven', 'graver', 'graves', 'gravid', 'gravys', 'grayed', 'grayer', 'grazed', 'grazer', 'grazes', 'grease', 'greasy', 'greats', 'grebes', 'greece', 'greeds', 'greedy', 'greeks', 'greene', 'greens', 'greers', 'greets', 'greggs', 'gretas', 'gretel', 'greyed', 'greyer', 'griefs', 'grieve', 'grille', 'grills', 'grimed', 'grimes', 'grimly', 'grimms', 'grinch', 'grinds', 'gringo', 'griped', 'gripes', 'grippe', 'grisly', 'grists', 'gritss', 'gritty', 'groans', 'grocer', 'groggy', 'groins', 'grooms', 'groove', 'groovy', 'groped', 'gropes', 'grosss', 'groton', 'grotto', 'grouch', 'ground', 'groups', 'grouse', 'grouts', 'grovel', 'grover', 'groves', 'grower', 'growls', 'growth', 'groyne', 'grubby', 'grudge', 'gruels', 'grumpy', 'grundy', 'grunge', 'grungy', 'grunts', 'gruyre', 'guanos', 'guards', 'guavas', 'guccis', 'guelph', 'guerra', 'guesss', 'guests', 'guffaw', 'guiana', 'guided', 'guides', 'guilds', 'guiles', 'guilts', 'guilty', 'guinea', 'guises', 'guitar', 'guizot', 'gulags', 'gulchs', 'gullah', 'gulled', 'gullet', 'gulley', 'gullys', 'gulped', 'gumbel', 'gumbos', 'gummed', 'gunman', 'gunmen', 'gunned', 'gunner', 'gunnys', 'guppys', 'guptas', 'gurgle', 'gurkha', 'gurney', 'gushed', 'gusher', 'gushes', 'gusset', 'gustav', 'gusted', 'gustos', 'gutted', 'gutter', 'guyana', 'guyers', 'guying', 'guzman', 'guzzle', 'gybing', 'gypped', 'gypsum', 'gypsys', 'gyrate', 'habeas', 'habers', 'habits', 'habitu', 'hacked', 'hacker', 'hackle', 'hadars', 'haddad', 'hadess', 'hadley', 'hadron', 'hafizs', 'haggai', 'haggle', 'haifas', 'haikus', 'hailed', 'haines', 'hairdo', 'haired', 'haitis', 'hakkas', 'halest', 'haleys', 'halide', 'haling', 'halite', 'halley', 'hallie', 'hallow', 'haloed', 'haloes', 'halons', 'halsey', 'halted', 'halter', 'halvah', 'halved', 'halves', 'hamans', 'hamill', 'hamlet', 'hamlin', 'hammed', 'hammer', 'hamper', 'hamsun', 'handed', 'handel', 'handle', 'haneys', 'hangar', 'hanged', 'hanger', 'hangul', 'hankel', 'hanker', 'hankie', 'hankys', 'hanley', 'hanlon', 'hannah', 'hannas', 'hanois', 'hansel', 'hansen', 'hansom', 'hanson', 'happen', 'harare', 'harass', 'harbin', 'harbor', 'harden', 'harder', 'hardin', 'hardly', 'harems', 'haring', 'harked', 'harken', 'harlan', 'harlem', 'harley', 'harlot', 'harlow', 'harmed', 'harmon', 'harold', 'harped', 'harper', 'harpys', 'harris', 'harrow', 'harrys', 'harvey', 'hasbro', 'hashed', 'hasher', 'hashes', 'hassle', 'hasted', 'hasten', 'hastes', 'hatchs', 'haters', 'hating', 'hatred', 'hatted', 'hatter', 'hattie', 'haugen', 'hauled', 'hauler', 'haunch', 'haunts', 'hausas', 'havana', 'havens', 'havent', 'having', 'havocs', 'hawaii', 'hawing', 'hawked', 'hawker', 'hawley', 'hawser', 'hayden', 'haydns', 'hayess', 'haying', 'haymow', 'haynes', 'hazard', 'hazels', 'hazier', 'hazily', 'hazing', 'headed', 'header', 'healed', 'healer', 'healey', 'health', 'heaped', 'hearer', 'hearse', 'hearst', 'hearth', 'hearts', 'hearty', 'heated', 'heater', 'heaths', 'heaved', 'heaven', 'heaver', 'heaves', 'heavys', 'hebert', 'hebrew', 'hecate', 'heckle', 'hectic', 'hector', 'hecuba', 'hedged', 'hedges', 'heeded', 'heehaw', 'heeled', 'hefner', 'hefted', 'hegels', 'hegira', 'heidis', 'heifer', 'height', 'heists', 'helena', 'helene', 'helens', 'helgas', 'helios', 'helium', 'helixs', 'heller', 'hellos', 'helmet', 'helmut', 'helots', 'helped', 'helper', 'hemmed', 'hempen', 'henchs', 'henley', 'hennas', 'henris', 'henrys', 'henson', 'hepper', 'herald', 'herbal', 'herded', 'herder', 'hereby', 'herein', 'hereof', 'herero', 'heresy', 'hereto', 'herman', 'hermes', 'hermit', 'hernia', 'herods', 'heroes', 'heroic', 'heroin', 'herons', 'herpes', 'hersey', 'hertzs', 'hesiod', 'hester', 'heston', 'hetman', 'hettie', 'heusen', 'heuser', 'hewers', 'hewett', 'hewing', 'hewitt', 'hexane', 'hexing', 'heyday', 'hiatus', 'hiccup', 'hickey', 'hickok', 'hickss', 'hidden', 'hiding', 'hieing', 'higher', 'highly', 'hijack', 'hikers', 'hiking', 'hilary', 'hildas', 'hillel', 'hilton', 'hinder', 'hindus', 'hinged', 'hinges', 'hinman', 'hinted', 'hinton', 'hipped', 'hipper', 'hippie', 'hippos', 'hippys', 'hirers', 'hiring', 'hirsch', 'hissed', 'hisses', 'hitchs', 'hither', 'hitler', 'hitter', 'hiving', 'hloise', 'hoagie', 'hoagys', 'hoards', 'hoarse', 'hoaxed', 'hoaxer', 'hoaxes', 'hobart', 'hobbes', 'hobbit', 'hobble', 'hobbys', 'hobnob', 'hoboes', 'hocked', 'hockey', 'hodges', 'hoeing', 'hoffas', 'hogans', 'hogged', 'hohhot', 'hoists', 'hokier', 'hokums', 'holden', 'holder', 'holdup', 'holier', 'holies', 'holing', 'holler', 'holley', 'hollie', 'hollis', 'hollow', 'hollys', 'holman', 'holmes', 'homage', 'homely', 'homers', 'homeys', 'homier', 'homies', 'homily', 'homing', 'hominy', 'honcho', 'hondas', 'honest', 'honeys', 'honied', 'honing', 'honked', 'honors', 'honour', 'honshu', 'hoochs', 'hooded', 'hoodoo', 'hooeys', 'hoofed', 'hookah', 'hooked', 'hooker', 'hookey', 'hookup', 'hookys', 'hooped', 'hooper', 'hoopla', 'hoorah', 'hooray', 'hootch', 'hooted', 'hooter', 'hoover', 'hooves', 'hoping', 'hopped', 'hopper', 'hopple', 'horace', 'horded', 'hordes', 'hormel', 'hormuz', 'horned', 'hornes', 'hornet', 'horrid', 'horror', 'horsed', 'horses', 'horsey', 'horthy', 'horton', 'horuss', 'hoseas', 'hosing', 'hosted', 'hostel', 'hotbed', 'hotbox', 'hotels', 'hotrod', 'hotter', 'hounds', 'hourly', 'housed', 'houses', 'hovels', 'hovers', 'howard', 'howdah', 'howell', 'howled', 'howler', 'hoyden', 'hubble', 'hubbub', 'hubbys', 'hubcap', 'hubers', 'hubert', 'hubris', 'huddle', 'hudson', 'huerta', 'huffed', 'hugely', 'hugest', 'hugged', 'hughes', 'hulled', 'humane', 'humans', 'humble', 'humbly', 'humbug', 'humeri', 'hummed', 'hummel', 'hummer', 'humors', 'humour', 'humped', 'humpty', 'humuss', 'humvee', 'hunchs', 'hunger', 'hungry', 'hunker', 'hunted', 'hunter', 'hurdle', 'hurled', 'hurler', 'hurley', 'hurrah', 'hurray', 'hurrys', 'hursts', 'hurtle', 'hushed', 'hushes', 'husked', 'husker', 'huskys', 'hussar', 'hussys', 'hustle', 'huston', 'hutchs', 'hutton', 'hutzpa', 'huxley', 'huzzah', 'hyades', 'hyaena', 'hybrid', 'hydrae', 'hydras', 'hyenas', 'hymens', 'hymnal', 'hymned', 'hyphen', 'hyping', 'iambic', 'ibadan', 'iberia', 'ibexes', 'ibices', 'ibises', 'ibliss', 'ibsens', 'icahns', 'icarus', 'icebox', 'icecap', 'icicle', 'iciest', 'icings', 'ickier', 'iconic', 'idahos', 'ideals', 'ideate', 'idiocy', 'idioms', 'idiots', 'idlers', 'idlest', 'idling', 'idylls', 'ieyasu', 'iffier', 'igloos', 'ignite', 'ignore', 'iguana', 'ijssel', 'ilenes', 'iliads', 'illume', 'imaged', 'imagen', 'images', 'imbeds', 'imbibe', 'imbrue', 'imbued', 'imbues', 'imelda', 'immune', 'immure', 'impact', 'impair', 'impala', 'impale', 'impart', 'impede', 'impels', 'impend', 'impish', 'import', 'impose', 'impost', 'impugn', 'impure', 'impute', 'inaner', 'inborn', 'inbred', 'incant', 'incest', 'inched', 'inches', 'inchon', 'incise', 'incite', 'income', 'incubi', 'incurs', 'indeed', 'indent', 'indexs', 'indian', 'indias', 'indict', 'indies', 'indigo', 'indira', 'indium', 'indoor', 'indore', 'indras', 'induce', 'induct', 'indued', 'indues', 'induss', 'infamy', 'infant', 'infect', 'infers', 'infest', 'infima', 'infirm', 'inflow', 'influx', 'inform', 'infuse', 'ingest', 'ingnue', 'ingots', 'ingram', 'ingres', 'ingrid', 'inhale', 'inhere', 'inject', 'injure', 'injury', 'inkers', 'inkier', 'inking', 'inlaid', 'inland', 'inlays', 'inlets', 'inline', 'inmate', 'inmost', 'innate', 'inning', 'inonus', 'inputs', 'inroad', 'insane', 'inseam', 'insect', 'insert', 'insets', 'inside', 'insist', 'insole', 'instal', 'instep', 'instil', 'insult', 'insure', 'intact', 'intake', 'intels', 'intend', 'intent', 'intern', 'inters', 'intone', 'intros', 'intuit', 'inuits', 'inured', 'inures', 'invade', 'invars', 'invent', 'invert', 'invest', 'invite', 'invoke', 'inward', 'iodate', 'iodide', 'iodine', 'iodise', 'iodize', 'ionian', 'ionics', 'ionise', 'ionize', 'iowans', 'ipecac', 'iphone', 'iraqis', 'irises', 'irishs', 'irking', 'ironed', 'ironic', 'ironys', 'irtish', 'irvine', 'irving', 'irvins', 'irwins', 'isaacs', 'isabel', 'isaiah', 'ishims', 'ishtar', 'isiahs', 'isidro', 'islams', 'island', 'islets', 'ismael', 'ismail', 'isobar', 'isolde', 'isomer', 'ispell', 'israel', 'issacs', 'issued', 'issuer', 'issues', 'isthmi', 'istvan', 'isuzus', 'itaipu', 'italic', 'italys', 'itasca', 'itched', 'itches', 'ithaca', 'itself', 'itunes', 'ivorys', 'iwantu', 'izaaks', 'jabbed', 'jabber', 'jabots', 'jackal', 'jacked', 'jacket', 'jackie', 'jackys', 'jaclyn', 'jacobi', 'jacobs', 'jading', 'jaeger', 'jagged', 'jagger', 'jaguar', 'jailed', 'jailer', 'jailor', 'jaimes', 'jaipur', 'jalopy', 'jamaal', 'jamals', 'jamars', 'jamels', 'jamess', 'jamies', 'jammed', 'janell', 'jangle', 'janice', 'janies', 'janine', 'janiss', 'jannas', 'jannie', 'jansen', 'januss', 'japans', 'japing', 'japura', 'jareds', 'jargon', 'jarred', 'jarrod', 'jarvin', 'jarvis', 'jasons', 'jasper', 'jataka', 'jaunts', 'jaunty', 'javier', 'jawing', 'jaycee', 'jaynes', 'jayson', 'jazzed', 'jazzes', 'jeanie', 'jeanne', 'jeanss', 'jeered', 'jeeves', 'jeffry', 'jehads', 'jejune', 'jekyll', 'jelled', 'jellos', 'jellys', 'jennas', 'jenner', 'jennie', 'jennys', 'jensen', 'jerald', 'jeremy', 'jerked', 'jerkin', 'jerkys', 'jerold', 'jerome', 'jerris', 'jerrod', 'jerrys', 'jersey', 'jessie', 'jested', 'jester', 'jesuit', 'jetsam', 'jetted', 'jettys', 'jetway', 'jewell', 'jewels', 'jewett', 'jewish', 'jibbed', 'jibing', 'jiffys', 'jigged', 'jigger', 'jiggle', 'jigsaw', 'jihads', 'jilted', 'jimmie', 'jimmys', 'jingle', 'jinnah', 'jinnis', 'jinnys', 'jinxed', 'jinxes', 'jitney', 'jitter', 'jivaro', 'jiving', 'joanna', 'joanne', 'joanns', 'jobbed', 'jobber', 'jockey', 'jocose', 'jocund', 'jodies', 'joesph', 'jogged', 'jogger', 'joggle', 'johann', 'johnie', 'johnny', 'joined', 'joiner', 'joints', 'joists', 'jokers', 'joking', 'jolene', 'joliet', 'jollys', 'jolson', 'jolted', 'jonahs', 'jonson', 'joplin', 'jordan', 'jorges', 'josefa', 'josefs', 'joseph', 'joshed', 'joshes', 'joshua', 'josiah', 'josies', 'jostle', 'josues', 'jotted', 'joules', 'jounce', 'jousts', 'jovial', 'jovian', 'joyful', 'joying', 'joyner', 'joyous', 'juanas', 'juarez', 'judaic', 'judass', 'judged', 'judges', 'judith', 'judson', 'jugate', 'jugged', 'juggle', 'juiced', 'juicer', 'juices', 'jujube', 'juleps', 'julian', 'julias', 'julies', 'juliet', 'julios', 'julius', 'jumble', 'jumbos', 'jumped', 'jumper', 'juncos', 'juneau', 'jungle', 'junior', 'junked', 'junker', 'junket', 'junkie', 'junkys', 'juntas', 'juries', 'jurist', 'jurors', 'juruas', 'juster', 'justin', 'justly', 'jutish', 'jutted', 'kabobs', 'kaboom', 'kabuki', 'kabuls', 'kafkas', 'kaftan', 'kahlua', 'kaiser', 'kalmia', 'kalmuk', 'kalmyk', 'kanpur', 'kansan', 'kansas', 'kaolin', 'kaplan', 'kapoks', 'kaposi', 'karate', 'karats', 'kareem', 'karens', 'karina', 'karins', 'karlas', 'karmas', 'karols', 'karroo', 'karyns', 'kasais', 'kaseys', 'kathie', 'kathys', 'katies', 'katina', 'katmai', 'kauais', 'kaunas', 'kaunda', 'kayaks', 'kaylas', 'kazakh', 'kazans', 'kazoos', 'keaton', 'kebabs', 'kebobs', 'keddah', 'keeled', 'keenan', 'keened', 'keener', 'keenly', 'keeper', 'keisha', 'keiths', 'keller', 'kelley', 'kellie', 'kellis', 'kelsey', 'kelvin', 'kempis', 'kendra', 'kennan', 'kenned', 'kennel', 'kenney', 'kennys', 'kenton', 'kenyan', 'kenyas', 'kenyon', 'keoghs', 'keokuk', 'kepler', 'kerbed', 'kermit', 'kernel', 'kerris', 'ketchs', 'ketone', 'kettle', 'kevens', 'kevins', 'kevlar', 'kewpie', 'keying', 'keynes', 'keypad', 'khakis', 'khalid', 'khazar', 'khmers', 'khulna', 'khyber', 'kibitz', 'kibosh', 'kicked', 'kicker', 'kidded', 'kidder', 'kiddie', 'kiddos', 'kiddys', 'kidnap', 'kidney', 'kieths', 'kiewit', 'kigali', 'kikuyu', 'killed', 'killer', 'kilned', 'kilohm', 'kilroy', 'kilter', 'kimono', 'kinder', 'kindle', 'kindly', 'kingly', 'kinked', 'kinkos', 'kinney', 'kinsey', 'kiosks', 'kiowas', 'kipper', 'kirbys', 'kislev', 'kismet', 'kissed', 'kisser', 'kisses', 'kiting', 'kitsch', 'kitten', 'kittle', 'kittys', 'klauss', 'klaxon', 'kleins', 'klutzs', 'klutzy', 'kmarts', 'knacks', 'knapps', 'knauer', 'knaves', 'kneads', 'kneels', 'knells', 'knifed', 'knifes', 'knight', 'knives', 'knobby', 'knocks', 'knolls', 'knopfs', 'knotty', 'knower', 'knuths', 'koalas', 'kochab', 'kodaly', 'kodiak', 'koenig', 'kojaks', 'kolyma', 'kongos', 'konrad', 'kookie', 'koontz', 'kopeck', 'kopeks', 'koppel', 'korans', 'korean', 'koreas', 'kosher', 'koufax', 'kovacs', 'kowtow', 'krafts', 'krakow', 'kramer', 'krause', 'kresge', 'krista', 'kristi', 'kristy', 'kroger', 'kroner', 'krones', 'kronor', 'kruger', 'kublai', 'kudoss', 'kudzus', 'kurile', 'kurtis', 'kuschs', 'kuwait', 'kyotos', 'kyushu', 'labels', 'labial', 'labile', 'labium', 'labors', 'labour', 'laceys', 'lacier', 'lacing', 'lacked', 'lackey', 'lactic', 'lacuna', 'ladder', 'laddie', 'ladies', 'lading', 'ladled', 'ladles', 'ladoga', 'lagers', 'lagged', 'lagoon', 'lagoss', 'lahore', 'laitys', 'lajoss', 'lakota', 'lamars', 'lamaze', 'lambda', 'lambed', 'lamely', 'lament', 'lamest', 'laming', 'lammed', 'lamont', 'lamour', 'lanais', 'lanced', 'lancer', 'lances', 'lancet', 'landau', 'landed', 'lander', 'landis', 'landon', 'landry', 'lanker', 'lannys', 'lapels', 'lapped', 'lappet', 'lapsed', 'lapses', 'laptop', 'larchs', 'larded', 'larder', 'laredo', 'larger', 'larges', 'largos', 'lariat', 'larked', 'larkin', 'larrys', 'larsen', 'larson', 'larvae', 'larval', 'larvas', 'larynx', 'lascar', 'lasers', 'lashed', 'lashes', 'lassas', 'lassen', 'lasses', 'lassie', 'lassos', 'lasted', 'lastly', 'laszlo', 'latchs', 'lately', 'latent', 'latera', 'latest', 'latexs', 'lathed', 'lather', 'lathes', 'latina', 'latino', 'latins', 'latoya', 'latter', 'latvia', 'lauded', 'lauder', 'laughs', 'launch', 'lauras', 'laurel', 'lauren', 'laurie', 'lauris', 'lavabo', 'lavern', 'lavish', 'lawful', 'lawman', 'lawmen', 'lawson', 'lawyer', 'laxest', 'laxity', 'layers', 'laying', 'laylas', 'layman', 'laymen', 'layoff', 'layout', 'layton', 'lazaro', 'lazied', 'lazier', 'lazies', 'lazily', 'lazing', 'leachs', 'leaded', 'leaden', 'leader', 'leafed', 'league', 'leaked', 'leakey', 'leaned', 'leaner', 'leanna', 'leanne', 'leanns', 'leaped', 'learns', 'learnt', 'learys', 'leased', 'leases', 'leashs', 'leasts', 'leaved', 'leaven', 'leaves', 'lecher', 'ledger', 'ledges', 'leechs', 'leedss', 'leered', 'leeway', 'lefter', 'leftie', 'leftys', 'legacy', 'legals', 'legate', 'legato', 'legend', 'legers', 'legged', 'leggin', 'legion', 'legman', 'legmen', 'legree', 'legume', 'lehigh', 'lehman', 'leiden', 'leilas', 'leland', 'lelias', 'lemmas', 'lemons', 'lemony', 'lemuel', 'lemurs', 'lenard', 'lender', 'length', 'lenins', 'lennon', 'lennox', 'lennys', 'lenoir', 'lenora', 'lenore', 'lenses', 'lenten', 'lentil', 'leolas', 'leonas', 'leonel', 'leonid', 'leonor', 'lepers', 'lepkes', 'lepuss', 'lerner', 'leroys', 'lesion', 'lesley', 'leslie', 'lessee', 'lessen', 'lesser', 'lessie', 'lesson', 'lessor', 'lester', 'lethal', 'lethas', 'lethes', 'letter', 'letups', 'levant', 'levees', 'levels', 'levers', 'levied', 'levies', 'levine', 'levitt', 'levity', 'lewder', 'lewdly', 'lexica', 'lexuss', 'leyden', 'lhasas', 'lhotse', 'liable', 'liaise', 'libels', 'libido', 'libras', 'libyan', 'libyas', 'lichee', 'lichen', 'licked', 'lidded', 'lidias', 'liefer', 'lieges', 'lifers', 'lifted', 'lifter', 'ligand', 'ligget', 'lights', 'lignum', 'likely', 'likens', 'likest', 'liking', 'lilacs', 'lilian', 'lilias', 'lilies', 'lilith', 'lillie', 'lillys', 'lilted', 'limber', 'limbic', 'limbos', 'limier', 'liming', 'limits', 'limned', 'limped', 'limper', 'limpet', 'limpid', 'limply', 'linage', 'lindas', 'linden', 'lineal', 'linear', 'linens', 'liners', 'lineup', 'linger', 'lingos', 'lingua', 'lining', 'linked', 'linker', 'linkup', 'linnet', 'lintel', 'linton', 'linuss', 'lionel', 'lipids', 'lipton', 'liquid', 'liquor', 'lisbon', 'lisles', 'lisped', 'lissom', 'listed', 'listen', 'lister', 'liston', 'litany', 'litchi', 'liters', 'lither', 'lithic', 'litmus', 'litres', 'litter', 'little', 'litton', 'lively', 'livens', 'livers', 'livery', 'livest', 'liveth', 'livias', 'living', 'lizard', 'lizzie', 'lizzys', 'llamas', 'llanos', 'loaded', 'loader', 'loafed', 'loafer', 'loaned', 'loaner', 'loathe', 'loaves', 'lobbed', 'lobbys', 'lobule', 'locale', 'locals', 'locate', 'locked', 'locker', 'lockes', 'locket', 'lockup', 'locuss', 'locust', 'lodged', 'lodger', 'lodges', 'loewss', 'lofted', 'logans', 'logged', 'logger', 'logics', 'logjam', 'loires', 'loiter', 'lolita', 'lolled', 'london', 'lonely', 'loners', 'longed', 'longer', 'longue', 'lonnie', 'loofah', 'looked', 'looker', 'lookup', 'loomed', 'loomis', 'looney', 'loonys', 'looped', 'loosed', 'loosen', 'looser', 'looses', 'looted', 'looter', 'lopezs', 'loping', 'lopped', 'loquat', 'lorded', 'lordly', 'loreal', 'lorena', 'lorene', 'lorenz', 'lories', 'lornas', 'lorres', 'lorrie', 'lorrys', 'losers', 'losing', 'losses', 'lotion', 'lottie', 'lottos', 'lotuss', 'louder', 'loudly', 'louies', 'louisa', 'louise', 'lounge', 'louses', 'louver', 'louvre', 'lovely', 'lovers', 'loving', 'lowboy', 'lowell', 'lowers', 'lowery', 'lowest', 'lowing', 'lowish', 'loyang', 'loyola', 'luanda', 'luanns', 'lubber', 'lubell', 'lubing', 'lucian', 'lucias', 'lucien', 'lucile', 'lucios', 'lucite', 'lucius', 'lucked', 'lucres', 'ludlow', 'ludwig', 'luella', 'lugers', 'lugged', 'lugosi', 'luigis', 'luisas', 'lulled', 'lumbar', 'lumber', 'lumire', 'lummox', 'lumped', 'lumpur', 'lunacy', 'lunary', 'lunate', 'lunchs', 'lunged', 'lunges', 'lupine', 'lupins', 'lupuss', 'lurchs', 'lurias', 'luring', 'lurked', 'lusaka', 'lusher', 'lushes', 'lusted', 'luster', 'lustre', 'luther', 'luxury', 'luzons', 'lyceum', 'lychee', 'lyings', 'lymans', 'lymphs', 'lyndas', 'lyndon', 'lynnes', 'lynxes', 'lyrics', 'lysine', 'lysols', 'maalox', 'mabels', 'mables', 'macaos', 'macaws', 'machos', 'macias', 'macing', 'mackey', 'macram', 'macron', 'macros', 'madame', 'madams', 'madcap', 'madden', 'madder', 'maddox', 'madges', 'madman', 'madmen', 'madras', 'madrid', 'madsen', 'mafias', 'maggie', 'maggot', 'magics', 'magmas', 'magnet', 'magnum', 'magoos', 'magpie', 'magyar', 'mahler', 'maiden', 'mailed', 'mailer', 'maiman', 'maimed', 'maines', 'mainly', 'maisie', 'maitre', 'maizes', 'majors', 'majuro', 'makers', 'makeup', 'making', 'malabo', 'malady', 'malawi', 'malays', 'malden', 'malian', 'malibu', 'malice', 'malign', 'mallet', 'mallow', 'malone', 'malory', 'maltas', 'malted', 'malton', 'mambos', 'mamies', 'mammal', 'mammas', 'mammon', 'mamore', 'manage', 'manama', 'manaus', 'manchu', 'mandys', 'manful', 'mangel', 'manger', 'manges', 'mangle', 'mangos', 'maniac', 'manias', 'manics', 'manila', 'manley', 'mannas', 'manned', 'manner', 'manors', 'manses', 'manson', 'mantel', 'mantes', 'mantic', 'mantis', 'mantle', 'mantra', 'manual', 'manuel', 'manure', 'maoism', 'maoist', 'maoris', 'maples', 'mapped', 'mapper', 'maputo', 'maraca', 'maraud', 'marble', 'marcel', 'marchs', 'marcia', 'marcie', 'marcis', 'marcos', 'marcus', 'marcys', 'marduk', 'marges', 'margie', 'margin', 'margos', 'marian', 'marias', 'maries', 'marina', 'marine', 'marino', 'marion', 'marios', 'marisa', 'marius', 'markab', 'marked', 'marker', 'market', 'markov', 'markup', 'marlas', 'marley', 'marlin', 'marlon', 'marmot', 'maroon', 'marple', 'marque', 'marred', 'marrow', 'marsha', 'marshs', 'marshy', 'martas', 'martel', 'marten', 'martha', 'martin', 'martyr', 'martys', 'marvas', 'marvel', 'marvin', 'masada', 'masais', 'mascot', 'maseru', 'mashed', 'masher', 'mashes', 'masked', 'masker', 'masons', 'masque', 'massed', 'masses', 'massey', 'massif', 'masted', 'master', 'mastic', 'matchs', 'mather', 'mathew', 'mathis', 'matine', 'mating', 'matins', 'matrix', 'matron', 'matson', 'matted', 'mattel', 'matter', 'mattes', 'mattie', 'mature', 'matzoh', 'matzos', 'matzot', 'maudes', 'mauled', 'mauras', 'mauros', 'mauser', 'mauves', 'mavens', 'mavins', 'maviss', 'maxima', 'maxims', 'maxine', 'maxing', 'mayans', 'maybes', 'mayday', 'mayfly', 'mayhap', 'mayhem', 'mayors', 'mayras', 'maytag', 'mazama', 'mazola', 'mbinis', 'mcadam', 'mccabe', 'mccain', 'mccall', 'mccann', 'mccray', 'mcgees', 'mcgill', 'mcgraw', 'mchugh', 'mckays', 'mckees', 'mckeon', 'mclean', 'mcleod', 'mcneil', 'meadow', 'meagan', 'meager', 'meagre', 'meaner', 'meanly', 'meanys', 'measle', 'measly', 'meccas', 'medals', 'meddle', 'medeas', 'medial', 'median', 'medias', 'medici', 'medico', 'medics', 'medina', 'medium', 'medlar', 'medley', 'medusa', 'meeker', 'meekly', 'megans', 'meghan', 'megohm', 'meiers', 'meijis', 'mejias', 'mekong', 'melded', 'melisa', 'mellon', 'mellow', 'melody', 'melons', 'melted', 'melton', 'melvas', 'melvin', 'member', 'memoir', 'memory', 'menace', 'menage', 'mended', 'mendel', 'mender', 'mendez', 'menial', 'menkar', 'mennen', 'menses', 'mental', 'mentor', 'meowed', 'meraks', 'mercer', 'mercia', 'mercks', 'mercys', 'merely', 'merest', 'merged', 'merger', 'merges', 'merino', 'merits', 'merles', 'merlin', 'merlot', 'merman', 'mermen', 'merton', 'mervin', 'mesabi', 'mescal', 'meshed', 'meshes', 'mesmer', 'messed', 'messes', 'messrs', 'metals', 'meteor', 'meters', 'method', 'methyl', 'metier', 'meting', 'metres', 'metric', 'metros', 'mettle', 'meuses', 'mewing', 'mewled', 'mexico', 'meyers', 'mfumes', 'miamis', 'miaows', 'miasma', 'michel', 'mickey', 'mickie', 'mickys', 'micmac', 'micron', 'midair', 'midass', 'midday', 'middle', 'middys', 'midges', 'midget', 'midsts', 'midway', 'miffed', 'mights', 'mighty', 'mignon', 'miguel', 'miking', 'milans', 'milder', 'mildew', 'mildly', 'milers', 'milieu', 'milked', 'milken', 'milker', 'millay', 'milled', 'miller', 'millet', 'millie', 'milord', 'milton', 'mimics', 'miming', 'mimosa', 'minced', 'minces', 'minded', 'mindys', 'miners', 'mingle', 'mingus', 'minima', 'minims', 'mining', 'minion', 'minnie', 'minnow', 'minoan', 'minors', 'minoss', 'minots', 'minsks', 'minsky', 'minted', 'minter', 'minuet', 'minuit', 'minuss', 'minute', 'minxes', 'mirach', 'mirage', 'mirfak', 'miriam', 'miring', 'mirror', 'mirths', 'mirzam', 'miscue', 'misdid', 'misers', 'misery', 'misfit', 'mishap', 'mislay', 'misled', 'missal', 'missed', 'misses', 'missys', 'misted', 'mister', 'mistys', 'misuse', 'mitchs', 'miters', 'mithra', 'mitral', 'mitred', 'mitres', 'mitten', 'mittys', 'mitzis', 'mixers', 'mixing', 'mixtec', 'mizzen', 'moaned', 'mobbed', 'mobcap', 'mobile', 'mobils', 'mobutu', 'mochas', 'mocked', 'mocker', 'mockup', 'modals', 'models', 'modems', 'modern', 'modest', 'modify', 'modish', 'module', 'moduli', 'modulo', 'moguls', 'mohacs', 'mohair', 'mohawk', 'moiety', 'moines', 'moires', 'moises', 'mojave', 'molars', 'molded', 'molder', 'molest', 'molina', 'moline', 'mollie', 'mollys', 'molnar', 'moloch', 'molted', 'molten', 'moment', 'mommas', 'mommys', 'monaco', 'monash', 'monday', 'monera', 'moneys', 'monger', 'mongol', 'monica', 'monied', 'monies', 'monkey', 'monoid', 'monroe', 'montes', 'months', 'montys', 'moochs', 'mooing', 'mooned', 'mooney', 'moored', 'mooses', 'mooted', 'mopeds', 'moping', 'mopped', 'moppet', 'morale', 'morals', 'morans', 'morass', 'morays', 'morbid', 'moreno', 'moress', 'morgan', 'morgen', 'morgue', 'morins', 'morita', 'morley', 'mormon', 'moroni', 'morons', 'morose', 'morphy', 'morris', 'morrow', 'morsel', 'morses', 'mortal', 'mortar', 'mortem', 'morton', 'mosaic', 'moscow', 'mosess', 'moseys', 'moslem', 'mosley', 'mosque', 'mosses', 'mostly', 'motels', 'mother', 'motifs', 'motile', 'motion', 'motive', 'motley', 'motors', 'motown', 'motrin', 'mottle', 'mottos', 'moulds', 'mouldy', 'moults', 'mounds', 'mounts', 'mourns', 'moused', 'mouser', 'mouses', 'mousey', 'mousse', 'mouthe', 'mouths', 'mouton', 'movers', 'movies', 'moving', 'mowers', 'mowgli', 'mowing', 'mozart', 'mtiers', 'mucked', 'mucker', 'mucosa', 'mucous', 'mucuss', 'muddle', 'muesli', 'muffed', 'muffin', 'muffle', 'muftis', 'mugabe', 'mugged', 'mugger', 'mujibs', 'mukden', 'mukluk', 'mulchs', 'mulder', 'mulish', 'mullah', 'mulled', 'mullen', 'muller', 'mullet', 'multan', 'mumbai', 'mumble', 'mummer', 'mummys', 'mumpss', 'muncie', 'munich', 'munozs', 'munson', 'muppet', 'murals', 'murder', 'muriel', 'murine', 'murmur', 'murphy', 'murray', 'murrow', 'muscat', 'muscle', 'museum', 'mushed', 'mushes', 'musial', 'musics', 'musing', 'musket', 'muskox', 'muslim', 'muslin', 'mussed', 'mussel', 'musses', 'muster', 'mustnt', 'mutant', 'mutate', 'mutely', 'mutest', 'muting', 'mutiny', 'mutter', 'mutton', 'mutual', 'mutuel', 'muumuu', 'muzzle', 'mylars', 'myless', 'mynahs', 'myopia', 'myopic', 'myosin', 'myrdal', 'myriad', 'myrnas', 'myrrhs', 'myrtle', 'myself', 'mysore', 'mystic', 'mythic', 'nabbed', 'nabobs', 'nachos', 'nacres', 'nadias', 'nadine', 'nadirs', 'nagged', 'nagoya', 'nagpur', 'naiads', 'nailed', 'naiver', 'naivet', 'namath', 'namely', 'namers', 'naming', 'nannie', 'nannys', 'nanook', 'nansen', 'nantes', 'naomis', 'napalm', 'napier', 'napkin', 'naples', 'napped', 'nappys', 'narked', 'narnia', 'narrow', 'nasals', 'nascar', 'nashua', 'nassau', 'nasser', 'nathan', 'nation', 'native', 'nature', 'naught', 'naurus', 'nausea', 'navaho', 'navajo', 'navels', 'navies', 'nazism', 'nearby', 'neared', 'nearer', 'nearly', 'neater', 'neatly', 'nebula', 'necked', 'nectar', 'needed', 'needle', 'neednt', 'negate', 'negevs', 'neglig', 'negros', 'nehrus', 'neighs', 'neldas', 'nellie', 'nellys', 'nelsen', 'nelson', 'nepali', 'nepals', 'nephew', 'nereid', 'neruda', 'nerved', 'nerves', 'nested', 'nester', 'nestle', 'nestor', 'nether', 'netted', 'nettie', 'nettle', 'neural', 'neuron', 'neuter', 'nevada', 'nevins', 'neviss', 'nevsky', 'newark', 'newbie', 'newell', 'newels', 'newest', 'newman', 'newton', 'nexuss', 'ngstrm', 'nguyen', 'niacin', 'niamey', 'nibble', 'nicaea', 'nicely', 'nicene', 'nicest', 'nicety', 'niches', 'nicked', 'nickel', 'nicker', 'nicola', 'nicole', 'nieces', 'nieves', 'nigels', 'nigers', 'nigger', 'niggle', 'nigher', 'nights', 'nighty', 'nikita', 'nikkei', 'nikkis', 'nikons', 'nimble', 'nimbly', 'nimbus', 'nimitz', 'nimrod', 'ninety', 'ninjas', 'ninnys', 'ninths', 'nipped', 'nipper', 'nipple', 'nippon', 'nisans', 'nissan', 'niters', 'nitres', 'nitric', 'nitwit', 'niveas', 'nixing', 'nixons', 'nobler', 'nobles', 'nobody', 'nodded', 'nodozs', 'nodule', 'noelle', 'noemis', 'noggin', 'noised', 'noises', 'nokias', 'nolans', 'nomads', 'nonces', 'noncom', 'nonfat', 'noodle', 'nooses', 'nootka', 'norads', 'nordic', 'noreen', 'normal', 'norman', 'norris', 'norses', 'norths', 'norton', 'norway', 'noshed', 'noshes', 'nosier', 'nosing', 'notary', 'notate', 'notchs', 'notice', 'notify', 'noting', 'notion', 'nougat', 'nought', 'noumea', 'novels', 'novice', 'nowise', 'noyces', 'noyess', 'nozzle', 'nuance', 'nubian', 'nubile', 'nuclei', 'nudest', 'nudged', 'nudges', 'nudism', 'nudist', 'nudity', 'nugget', 'nuking', 'nulled', 'numbed', 'number', 'numbly', 'nuncio', 'nunezs', 'nunkis', 'nursed', 'nurses', 'nutate', 'nutmeg', 'nutria', 'nutted', 'nuzzle', 'nyasas', 'nylons', 'nymphs', 'nyquil', 'oafish', 'oakley', 'oakums', 'oaring', 'oasiss', 'oaxaca', 'obamas', 'oberon', 'obeyed', 'object', 'oblate', 'oblige', 'oblong', 'oboist', 'obrien', 'obsess', 'obtain', 'obtuse', 'ocasey', 'occult', 'occupy', 'occurs', 'oceans', 'ocelot', 'ochers', 'ochoas', 'ochres', 'oclock', 'octane', 'octant', 'octave', 'octets', 'octile', 'octopi', 'ocular', 'oddest', 'oddity', 'odells', 'odessa', 'odious', 'odiums', 'odours', 'odwyer', 'oedema', 'ofelia', 'offals', 'offend', 'offers', 'office', 'offing', 'offset', 'ogdens', 'ogilvy', 'ogling', 'ogress', 'ohioan', 'oilers', 'oilier', 'oiling', 'oilman', 'oilmen', 'oinked', 'ojibwa', 'okayed', 'oldest', 'oldies', 'oleary', 'olefin', 'olenek', 'oliver', 'olives', 'olivia', 'ollies', 'olsens', 'olsons', 'omahas', 'omegas', 'omelet', 'oneals', 'onegin', 'oneida', 'oneill', 'onions', 'online', 'onlook', 'onrush', 'onsets', 'onuses', 'onward', 'onyxes', 'oocyte', 'oodles', 'oozing', 'opaque', 'opcode', 'opened', 'opener', 'openly', 'operas', 'operon', 'opiate', 'opined', 'opines', 'opiums', 'oppose', 'oprahs', 'optics', 'optima', 'opting', 'option', 'opuses', 'oracle', 'orally', 'orange', 'orated', 'orates', 'orator', 'orbits', 'orchid', 'orchis', 'ordain', 'ordeal', 'orders', 'ordure', 'oregon', 'organs', 'orgasm', 'orgies', 'orient', 'origin', 'oriole', 'orions', 'oriyas', 'orkney', 'orlons', 'ormolu', 'ornate', 'ornery', 'orphan', 'orphic', 'ortega', 'ortizs', 'orvals', 'orwell', 'osages', 'osakas', 'osbert', 'osborn', 'oscars', 'osgood', 'oshawa', 'osiers', 'osiris', 'osmans', 'osmium', 'osprey', 'ossify', 'oswald', 'others', 'otiose', 'otoole', 'ottawa', 'otters', 'ouijas', 'ounces', 'ousted', 'ouster', 'outage', 'outbid', 'outcry', 'outdid', 'outfit', 'outfox', 'outgos', 'outing', 'outlaw', 'outlay', 'outlet', 'output', 'outran', 'outrun', 'outset', 'outwit', 'ovarys', 'overdo', 'overly', 'ovoids', 'ovules', 'owlets', 'owlish', 'owners', 'owning', 'oxalic', 'oxbows', 'oxcart', 'oxford', 'oxides', 'oxnard', 'oxygen', 'oyster', 'ozarks', 'ozones', 'ozzies', 'pablos', 'pablum', 'pabsts', 'pacers', 'pacify', 'pacing', 'pacino', 'packed', 'packer', 'packet', 'padded', 'paddle', 'paddys', 'padres', 'paeans', 'pagans', 'pagers', 'paging', 'paglia', 'pagoda', 'paiges', 'pained', 'paints', 'paired', 'pajama', 'palace', 'palate', 'palely', 'palest', 'paling', 'palled', 'pallet', 'pallid', 'pallor', 'palmed', 'palmer', 'palsys', 'paltry', 'pamela', 'pamirs', 'pampas', 'pamper', 'panama', 'pancho', 'pandas', 'pander', 'panels', 'panics', 'panier', 'panned', 'pansys', 'panted', 'pantie', 'pantry', 'pantys', 'panzas', 'papacy', 'papaws', 'papaya', 'papers', 'papery', 'pappas', 'papyri', 'parade', 'parans', 'parcel', 'pardon', 'parent', 'pareto', 'pariah', 'paring', 'parish', 'pariss', 'parity', 'parkas', 'parked', 'parker', 'parlay', 'parley', 'parlor', 'parody', 'parole', 'parred', 'parrot', 'parrys', 'parsec', 'parsed', 'parser', 'parses', 'parsis', 'parson', 'parted', 'parter', 'partly', 'partys', 'pascal', 'pashas', 'passed', 'passel', 'passer', 'passes', 'pastas', 'pasted', 'pastel', 'pastes', 'pastor', 'pastry', 'pastys', 'patchs', 'patchy', 'patels', 'patent', 'pathos', 'patina', 'patine', 'patios', 'patois', 'patrol', 'patron', 'patsys', 'patted', 'patter', 'patton', 'pattys', 'paulas', 'paulus', 'paunch', 'pauper', 'paused', 'pauses', 'paving', 'pavlov', 'pawing', 'pawned', 'pawnee', 'pawpaw', 'payday', 'payees', 'payers', 'paying', 'paynes', 'payoff', 'paypal', 'peaces', 'peachs', 'peahen', 'peaked', 'pealed', 'peanut', 'pearce', 'pearls', 'pearly', 'pebble', 'pebbly', 'pecans', 'pecked', 'pecoss', 'pectin', 'pedals', 'pedant', 'peddle', 'pedlar', 'pedros', 'peeing', 'peeked', 'peeled', 'peeped', 'peeper', 'peered', 'peeved', 'peeves', 'peewee', 'pegged', 'peggys', 'peking', 'pekoes', 'pelees', 'pelham', 'pellet', 'pelted', 'peltry', 'pelves', 'pelvic', 'pelvis', 'pencil', 'pended', 'penile', 'peniss', 'penman', 'penmen', 'penned', 'penney', 'pennon', 'pennys', 'pentax', 'penury', 'peonys', 'people', 'peoria', 'pepins', 'pepped', 'pepper', 'pepsin', 'pepsis', 'peptic', 'pequot', 'perchs', 'perezs', 'perils', 'period', 'perish', 'perked', 'permed', 'permit', 'pernod', 'perots', 'persia', 'person', 'perter', 'perths', 'pertly', 'peruse', 'peseta', 'pester', 'pestle', 'petals', 'petard', 'peters', 'petite', 'petrel', 'petrol', 'petted', 'petter', 'pettys', 'pewees', 'pewter', 'peyote', 'pfizer', 'phalli', 'phased', 'phaser', 'phases', 'phekda', 'phelps', 'phenol', 'phenyl', 'phials', 'philby', 'philip', 'philly', 'phipps', 'phlegm', 'phloem', 'phloxs', 'phobia', 'phobic', 'phobos', 'phoebe', 'phoned', 'phones', 'phoney', 'phonic', 'phonon', 'phonys', 'phooey', 'photon', 'photos', 'phrase', 'phylum', 'physic', 'physik', 'piaget', 'pianos', 'piazza', 'piazze', 'pickax', 'picked', 'picker', 'picket', 'pickle', 'pickup', 'picnic', 'piddle', 'pidgin', 'pieced', 'pieces', 'pieing', 'pierce', 'pierre', 'pietys', 'piffle', 'pigeon', 'pigged', 'piggys', 'piglet', 'pigmys', 'pigpen', 'pigsty', 'pikers', 'piking', 'pilaff', 'pilafs', 'pilate', 'pilaus', 'pilaws', 'pilers', 'pileup', 'pilfer', 'piling', 'pillar', 'pilled', 'pillow', 'pilots', 'pimped', 'pimple', 'pimply', 'pincer', 'pinchs', 'pincus', 'pindar', 'pinged', 'pining', 'pinion', 'pinked', 'pinker', 'pinkie', 'pinkly', 'pinkys', 'pinned', 'pinsky', 'pinter', 'pintos', 'pinups', 'pipers', 'piping', 'pipits', 'pipped', 'pippin', 'piqued', 'piques', 'piracy', 'pirate', 'pisces', 'pissed', 'pisses', 'pistil', 'pistol', 'piston', 'pitchs', 'pithed', 'pithes', 'pitied', 'pitier', 'pities', 'pitman', 'pitney', 'pitons', 'pitted', 'pivots', 'pixels', 'pixies', 'pizazz', 'pizzas', 'placed', 'placer', 'places', 'placid', 'plague', 'plaice', 'plaids', 'plains', 'plaint', 'plaits', 'planar', 'planck', 'planed', 'planer', 'planes', 'planet', 'planks', 'plants', 'plaque', 'plasma', 'plated', 'platen', 'plates', 'platos', 'platte', 'played', 'player', 'plazas', 'pleads', 'please', 'pleats', 'pledge', 'plenty', 'plenum', 'pleura', 'plexus', 'pliant', 'pliers', 'plight', 'plinth', 'plough', 'plover', 'plowed', 'plower', 'plucks', 'plucky', 'plugin', 'plumbs', 'plumed', 'plumes', 'plumps', 'plunge', 'plunks', 'plural', 'pluses', 'plushs', 'plushy', 'pluton', 'plutos', 'plying', 'pocked', 'pocket', 'pocono', 'podded', 'podium', 'podunk', 'poesys', 'poetic', 'poetry', 'pogrom', 'points', 'pointy', 'poiret', 'poirot', 'poised', 'poises', 'poison', 'pokers', 'pokeys', 'pokier', 'poking', 'pokmon', 'poland', 'police', 'policy', 'poling', 'polios', 'polish', 'polite', 'polity', 'polkas', 'polled', 'pollen', 'polloi', 'pollux', 'pollys', 'polyps', 'pomade', 'pommel', 'pomona', 'pompey', 'pompom', 'pompon', 'poncho', 'ponder', 'ponies', 'poochs', 'poodle', 'poohed', 'pookie', 'pooled', 'pooles', 'pooped', 'poorer', 'poorly', 'popeye', 'popgun', 'popish', 'poplar', 'poplin', 'poppas', 'popped', 'popper', 'poppys', 'porchs', 'poring', 'porker', 'pornos', 'porous', 'portal', 'ported', 'porter', 'portia', 'portly', 'posers', 'poseur', 'posher', 'posies', 'posing', 'posits', 'posner', 'posses', 'possum', 'postal', 'posted', 'poster', 'potash', 'potato', 'potent', 'potful', 'potion', 'potpie', 'potted', 'potter', 'pottss', 'pottys', 'pouchs', 'pounce', 'pounds', 'poured', 'pourer', 'pouted', 'powder', 'powell', 'powers', 'powwow', 'poznan', 'pradas', 'prados', 'prague', 'praias', 'praise', 'prance', 'pranks', 'prated', 'prates', 'pratts', 'pravda', 'prawns', 'prayed', 'prayer', 'prciss', 'preach', 'precis', 'preens', 'prefab', 'prefer', 'prefix', 'prensa', 'prepay', 'preppy', 'preset', 'presss', 'presto', 'pretty', 'prevue', 'prewar', 'preyed', 'priams', 'priced', 'pricer', 'prices', 'pricey', 'pricks', 'prided', 'prides', 'priest', 'primal', 'primed', 'primer', 'primes', 'primly', 'primps', 'prince', 'prints', 'priori', 'priors', 'priory', 'prised', 'prises', 'prisms', 'prison', 'prissy', 'priuss', 'privet', 'privys', 'prized', 'prizer', 'prizes', 'probed', 'probes', 'profit', 'prolix', 'prolog', 'promos', 'prompt', 'prongs', 'pronto', 'proofs', 'propel', 'proper', 'propos', 'propyl', 'proses', 'protgs', 'proton', 'proust', 'proved', 'proven', 'prover', 'proves', 'prowls', 'proxys', 'prozac', 'prudes', 'pruitt', 'pruned', 'pruner', 'prunes', 'prying', 'pryors', 'psalms', 'pseudo', 'pshaws', 'psyche', 'psycho', 'psychs', 'ptains', 'public', 'pucker', 'puddle', 'puddly', 'puebla', 'pueblo', 'puerto', 'puffed', 'puffer', 'puffin', 'pugets', 'puking', 'pulled', 'puller', 'pullet', 'pulley', 'pulped', 'pulpit', 'pulsar', 'pulsed', 'pulses', 'pumice', 'pummel', 'pumped', 'punchs', 'punchy', 'pundit', 'punics', 'punier', 'punish', 'punjab', 'punker', 'punned', 'punted', 'punter', 'pupate', 'pupils', 'pupped', 'puppet', 'puppys', 'purana', 'purdue', 'pureed', 'purees', 'purely', 'purest', 'purged', 'purges', 'purify', 'purims', 'purina', 'purine', 'purism', 'purist', 'purity', 'purled', 'purple', 'purred', 'pursed', 'purser', 'purses', 'pursue', 'puruss', 'purvey', 'pusans', 'pushed', 'pusher', 'pushes', 'pushtu', 'pushup', 'pusses', 'pussys', 'putins', 'putnam', 'putrid', 'putsch', 'putted', 'putter', 'puttys', 'puzzle', 'pygmys', 'pylons', 'pyotrs', 'pyrexs', 'pyrite', 'python', 'qantas', 'qatars', 'qaywsx', 'qazwsx', 'quacks', 'quaffs', 'quahog', 'quails', 'quaint', 'quaked', 'quaker', 'quakes', 'qualms', 'quanta', 'quaoar', 'quarks', 'quarry', 'quarto', 'quarts', 'quartz', 'quasar', 'quaver', 'quayle', 'queasy', 'quebec', 'queens', 'queers', 'quells', 'quench', 'querys', 'quests', 'queued', 'queuer', 'queues', 'quezon', 'quiche', 'quicks', 'quiets', 'quills', 'quilts', 'quince', 'quincy', 'quires', 'quirks', 'quirky', 'quitos', 'quiver', 'qumran', 'quoits', 'quorum', 'quotas', 'quoted', 'quotes', 'qwerty', 'qwertz', 'rabats', 'rabbet', 'rabbis', 'rabbit', 'rabble', 'rabies', 'rabins', 'raceme', 'racers', 'rachel', 'racial', 'racier', 'racily', 'racine', 'racing', 'racism', 'racist', 'racked', 'racket', 'racoon', 'radars', 'radial', 'radian', 'radios', 'radish', 'radium', 'radius', 'radons', 'rafael', 'raffia', 'raffle', 'rafted', 'rafter', 'ragged', 'raging', 'raglan', 'ragout', 'ragtag', 'raided', 'raider', 'railed', 'railer', 'rained', 'raised', 'raiser', 'raises', 'raisin', 'rajahs', 'raking', 'rakish', 'rallys', 'ralphs', 'ramada', 'ramble', 'rambos', 'ramify', 'ramiro', 'rammed', 'ramona', 'ramons', 'ramrod', 'ramsay', 'ramses', 'ramsey', 'rancho', 'ranchs', 'rancid', 'rancor', 'randal', 'randis', 'random', 'randys', 'ranged', 'ranger', 'ranges', 'ranier', 'ranked', 'ranker', 'rankin', 'rankle', 'rankly', 'ransom', 'ranted', 'ranter', 'raouls', 'rapids', 'rapier', 'rapine', 'raping', 'rapist', 'rapped', 'rapper', 'raptly', 'raquel', 'rarefy', 'rarely', 'rarest', 'rarety', 'raring', 'rarity', 'rascal', 'rasher', 'rashes', 'rashly', 'rasped', 'raster', 'rastus', 'raters', 'rather', 'ratify', 'rating', 'ration', 'ratios', 'rattan', 'ratted', 'rattle', 'ravage', 'ravels', 'ravens', 'ravine', 'raving', 'ravish', 'rawest', 'rayban', 'rayons', 'razing', 'razors', 'razzed', 'razzes', 'razzle', 'reachs', 'reacts', 'reader', 'reagan', 'realer', 'reales', 'really', 'realms', 'realty', 'reamed', 'reamer', 'reaped', 'reaper', 'reared', 'rearms', 'reason', 'rebate', 'rebels', 'rebind', 'reborn', 'rebuff', 'rebuke', 'rebuss', 'rebuts', 'recall', 'recant', 'recaps', 'recast', 'recede', 'recent', 'recess', 'recife', 'recipe', 'recite', 'reckon', 'recode', 'recoil', 'recopy', 'record', 'recoup', 'rectal', 'rector', 'rectum', 'recurs', 'recuse', 'redact', 'redbud', 'redcap', 'redden', 'redder', 'redeem', 'redoes', 'redone', 'redraw', 'redrew', 'redtop', 'reduce', 'reduct', 'reebok', 'reefed', 'reefer', 'reeked', 'reeled', 'reeler', 'reeses', 'reeved', 'reeves', 'refers', 'reffed', 'refile', 'refill', 'refine', 'refits', 'reflex', 'reform', 'refuel', 'refuge', 'refund', 'refuse', 'refute', 'regain', 'regale', 'regard', 'regent', 'reggae', 'reggie', 'regime', 'regina', 'region', 'regors', 'regret', 'rehabs', 'rehash', 'reheat', 'rehire', 'reichs', 'reigns', 'reilly', 'reined', 'reject', 'rejoin', 'relaid', 'relate', 'relays', 'relent', 'relics', 'relict', 'relied', 'relief', 'relies', 'relish', 'relive', 'reload', 'remade', 'remain', 'remake', 'remand', 'remark', 'remedy', 'remind', 'remiss', 'remits', 'remote', 'remove', 'remuss', 'rename', 'render', 'renees', 'renege', 'renews', 'rennet', 'renoir', 'renown', 'rental', 'rented', 'renter', 'reopen', 'repaid', 'repair', 'repast', 'repays', 'repeal', 'repeat', 'repels', 'repent', 'repine', 'replay', 'replys', 'report', 'repose', 'repute', 'reread', 'reruns', 'resale', 'rescue', 'resell', 'resend', 'resent', 'resets', 'reside', 'resign', 'resins', 'resiny', 'resist', 'resold', 'resort', 'rested', 'result', 'resume', 'retail', 'retain', 'retake', 'retard', 'retell', 'retina', 'retire', 'retold', 'retook', 'retool', 'retort', 'retrod', 'return', 'retype', 'reuben', 'reused', 'reuses', 'revamp', 'reveal', 'revels', 'revere', 'revert', 'revery', 'review', 'revile', 'revise', 'revive', 'revlon', 'revoke', 'revolt', 'revues', 'revved', 'reward', 'rewind', 'rewire', 'reword', 'rework', 'reynas', 'rhesus', 'rheums', 'rheumy', 'rhines', 'rhinos', 'rhodas', 'rhodes', 'rhombi', 'rhonda', 'rhones', 'rhymed', 'rhymes', 'rhythm', 'ribald', 'ribbed', 'ribbon', 'ribose', 'richer', 'riches', 'richie', 'richly', 'ricing', 'ricked', 'rickey', 'rickie', 'rickys', 'ridded', 'ridden', 'riddle', 'riders', 'ridged', 'ridges', 'riding', 'rifest', 'riffed', 'riffle', 'rifled', 'rifler', 'rifles', 'rifted', 'rigels', 'rigged', 'riggss', 'rights', 'rigors', 'rigour', 'riling', 'riming', 'rimmed', 'ringed', 'ringer', 'ringos', 'rinsed', 'rinser', 'rinses', 'rioted', 'rioter', 'ripely', 'ripens', 'ripest', 'ripley', 'ripoff', 'ripped', 'ripper', 'ripple', 'ripsaw', 'risers', 'rising', 'risked', 'ritter', 'ritual', 'rivals', 'rivera', 'rivers', 'rivets', 'riyadh', 'roachs', 'roamed', 'roamer', 'roared', 'roarer', 'roasts', 'robbed', 'robber', 'robbie', 'robbin', 'robbys', 'robert', 'robing', 'robins', 'robles', 'robots', 'robson', 'robust', 'robyns', 'roccos', 'rochas', 'roches', 'rocked', 'rocker', 'rocket', 'rockne', 'rockys', 'rococo', 'rodent', 'rodeos', 'rodger', 'rodney', 'rogers', 'rogets', 'rogues', 'roiled', 'rojass', 'roland', 'rolexs', 'rolled', 'roller', 'romano', 'romans', 'romany', 'romero', 'rommel', 'romney', 'romped', 'romper', 'ronald', 'rondas', 'ronnie', 'ronnys', 'roofed', 'roofer', 'rooked', 'rookie', 'roomed', 'roomer', 'rooney', 'roosts', 'rooted', 'rooter', 'ropers', 'roping', 'rosary', 'roscoe', 'roseau', 'rosier', 'rosies', 'rosily', 'rosins', 'roslyn', 'roster', 'rostov', 'rostra', 'rotary', 'rotate', 'rothko', 'rotors', 'rotted', 'rotten', 'rotund', 'rouble', 'rouged', 'rouges', 'roughs', 'rounds', 'rourke', 'roused', 'rouses', 'routed', 'router', 'routes', 'rovers', 'roving', 'rowdys', 'rowels', 'rowena', 'rowers', 'rowing', 'rowley', 'roxies', 'royals', 'ruanda', 'rubbed', 'rubber', 'rubble', 'rubens', 'rubier', 'rubies', 'rubiks', 'rubins', 'rubles', 'rubout', 'rubric', 'ruckus', 'rudder', 'rudely', 'rudest', 'rudolf', 'rueful', 'ruffed', 'ruffle', 'rufous', 'rufuss', 'rugbys', 'rugged', 'ruined', 'rulers', 'ruling', 'rumbas', 'rumble', 'rummer', 'rummys', 'rumors', 'rumour', 'rumple', 'rumply', 'rumpus', 'runnel', 'runner', 'runoff', 'runway', 'runyon', 'rupees', 'rupert', 'rushed', 'rusher', 'rushes', 'ruskin', 'russel', 'russet', 'russia', 'russos', 'rusted', 'rustic', 'rustle', 'rustys', 'rutans', 'ruthie', 'rutile', 'rutted', 'rwanda', 'ryukyu', 'sabers', 'sabiks', 'sabina', 'sabine', 'sables', 'sabres', 'saccos', 'sachem', 'sachet', 'sachss', 'sacked', 'sacker', 'sacral', 'sacred', 'saddam', 'sadden', 'sadder', 'saddle', 'sadies', 'sadism', 'sadist', 'sadler', 'safari', 'safely', 'safest', 'safety', 'sagans', 'sagely', 'sagest', 'sagged', 'sahara', 'sahibs', 'saigon', 'sailed', 'sailor', 'saints', 'saiphs', 'sakhas', 'salaam', 'salado', 'salads', 'salami', 'salary', 'salass', 'salems', 'salina', 'saline', 'salish', 'saliva', 'sallie', 'sallow', 'sallys', 'salmon', 'salome', 'salons', 'saloon', 'salsas', 'salted', 'salter', 'salton', 'salute', 'salved', 'salver', 'salves', 'salvos', 'salyut', 'samara', 'samars', 'sambas', 'sammie', 'sammys', 'samoan', 'samoas', 'sampan', 'sample', 'samson', 'samuel', 'sances', 'sancho', 'sancta', 'sandal', 'sanded', 'sander', 'sandia', 'sandra', 'sandys', 'sanely', 'sanest', 'sanger', 'sanity', 'sankas', 'santos', 'sapped', 'sappho', 'sarans', 'sarape', 'sarees', 'sargon', 'sarong', 'sartre', 'sashas', 'sashay', 'sashes', 'sassed', 'sasses', 'satans', 'sateen', 'sating', 'satins', 'satiny', 'satire', 'satrap', 'saturn', 'satyrs', 'sauced', 'saucer', 'sauces', 'saudis', 'saunas', 'sauted', 'savage', 'savant', 'savers', 'saving', 'savior', 'savors', 'savory', 'savour', 'savvys', 'sawfly', 'sawing', 'sawyer', 'saxons', 'saxony', 'sayers', 'saying', 'scabby', 'scalar', 'scalds', 'scaled', 'scales', 'scalps', 'scampi', 'scamps', 'scants', 'scanty', 'scarab', 'scarce', 'scared', 'scares', 'scarfs', 'scathe', 'scenes', 'scenic', 'scents', 'scheat', 'schema', 'scheme', 'schick', 'schism', 'schist', 'schlep', 'school', 'schrod', 'schulz', 'schuss', 'schwab', 'schwas', 'scions', 'scipio', 'scoffs', 'scolds', 'sconce', 'scones', 'scooby', 'scoops', 'scoots', 'scoped', 'scopes', 'scopic', 'scorch', 'scored', 'scorer', 'scores', 'scoria', 'scorns', 'scotch', 'scotia', 'scotty', 'scours', 'scouts', 'scowls', 'scrams', 'scrape', 'scraps', 'scrawl', 'scream', 'screed', 'screen', 'screws', 'screwy', 'scribe', 'scrimp', 'scrips', 'script', 'scrods', 'scroll', 'scrota', 'scrubs', 'scruff', 'scubas', 'scuffs', 'sculls', 'sculpt', 'scummy', 'scurfs', 'scurfy', 'scurry', 'scurvy', 'scutum', 'scuzzy', 'scylla', 'scythe', 'seabed', 'sealed', 'sealer', 'seaman', 'seamed', 'seamen', 'seance', 'search', 'seared', 'searss', 'season', 'seated', 'seater', 'seaway', 'secant', 'secede', 'second', 'secret', 'sector', 'secure', 'sedans', 'sedate', 'seders', 'sedges', 'sednas', 'seduce', 'seeded', 'seeder', 'seeing', 'seeker', 'seemed', 'seemly', 'seeped', 'seesaw', 'seethe', 'segres', 'segued', 'segues', 'seidel', 'seikos', 'seines', 'seized', 'seizes', 'sejong', 'seldom', 'select', 'selena', 'selims', 'seljuk', 'seller', 'selmas', 'selves', 'selwyn', 'semens', 'semite', 'semper', 'semtex', 'senate', 'sendai', 'sender', 'seneca', 'senile', 'senior', 'sennas', 'senora', 'sensed', 'senses', 'sensor', 'sentry', 'seouls', 'sepals', 'sepias', 'sepoys', 'sepsis', 'septet', 'septic', 'septum', 'sequel', 'sequin', 'serape', 'seraph', 'serbia', 'serena', 'serene', 'serest', 'sergei', 'serges', 'sergio', 'serial', 'series', 'serine', 'sermon', 'serous', 'serras', 'serums', 'served', 'server', 'serves', 'servos', 'sesame', 'settee', 'setter', 'settle', 'setups', 'seurat', 'sevens', 'severe', 'severn', 'severs', 'sewage', 'seward', 'sewers', 'sewing', 'sexier', 'sexing', 'sexism', 'sexist', 'sexpot', 'sextet', 'sexton', 'sexual', 'shabby', 'shacks', 'shaded', 'shades', 'shadow', 'shafer', 'shafts', 'shaggy', 'shaikh', 'shakas', 'shaken', 'shaker', 'shakes', 'shales', 'shalom', 'shaman', 'shamed', 'shames', 'shammy', 'shanas', 'shandy', 'shanes', 'shanks', 'shanna', 'shanty', 'shaped', 'shaper', 'shapes', 'shards', 'shared', 'sharer', 'shares', 'sharia', 'sharif', 'sharks', 'sharon', 'sharpe', 'sharps', 'shasta', 'shaula', 'shauna', 'shauns', 'shaved', 'shaven', 'shaver', 'shaves', 'shawls', 'shawna', 'shawns', 'shaykh', 'sheafs', 'shears', 'sheath', 'sheave', 'shedir', 'sheena', 'sheens', 'sheeps', 'sheers', 'sheets', 'sheikh', 'sheiks', 'sheila', 'shekel', 'shelby', 'shelfs', 'shelia', 'shells', 'shelly', 'shelve', 'sherds', 'sheree', 'sheris', 'sherpa', 'sherri', 'sherry', 'sheryl', 'shevat', 'shield', 'shifts', 'shifty', 'shiite', 'shills', 'shiloh', 'shimmy', 'shined', 'shiner', 'shines', 'shinny', 'shinto', 'shiraz', 'shires', 'shirks', 'shirrs', 'shirts', 'shitty', 'shivas', 'shiver', 'shlepp', 'shleps', 'shlock', 'shmuel', 'shoals', 'shocks', 'shoddy', 'shogun', 'shooed', 'shoots', 'shored', 'shores', 'shorts', 'should', 'shouts', 'shoved', 'shovel', 'shoves', 'showed', 'shower', 'shrank', 'shreds', 'shreks', 'shrewd', 'shrews', 'shriek', 'shrift', 'shrike', 'shrill', 'shrimp', 'shrine', 'shrink', 'shrive', 'shroud', 'shrove', 'shrubs', 'shrugs', 'shrunk', 'shtick', 'shtiks', 'shucks', 'shulas', 'shunts', 'shyest', 'shying', 'sibley', 'sibyls', 'sicily', 'sicked', 'sicken', 'sicker', 'sickle', 'sickly', 'siding', 'sidled', 'sidles', 'sidney', 'siegel', 'sieges', 'sienna', 'sierra', 'siesta', 'sieved', 'sieves', 'sifted', 'sifter', 'sighed', 'sights', 'signal', 'signed', 'signer', 'signet', 'signor', 'sigurd', 'sikkim', 'silage', 'silane', 'silass', 'silent', 'silica', 'silken', 'sillys', 'silted', 'silvan', 'silvas', 'silver', 'silvia', 'simian', 'simile', 'simmer', 'simone', 'simons', 'simper', 'simple', 'simply', 'sinais', 'sindhi', 'sinews', 'sinewy', 'sinful', 'singed', 'singer', 'singes', 'singhs', 'single', 'singly', 'sinked', 'sinker', 'sinned', 'sinner', 'sinter', 'sinuss', 'siouxs', 'siphon', 'sipped', 'sirens', 'siring', 'sirius', 'sirups', 'sisals', 'siskin', 'sissys', 'sister', 'sitars', 'sitcom', 'siting', 'sitter', 'sivans', 'sixgun', 'sixths', 'sixtys', 'sizing', 'sizzle', 'skated', 'skater', 'skates', 'skeets', 'skeins', 'sketch', 'skewed', 'skewer', 'skiddy', 'skiers', 'skiffs', 'skiing', 'skills', 'skimps', 'skimpy', 'skinny', 'skippy', 'skirts', 'skivvy', 'skopje', 'skulks', 'skulls', 'skunks', 'skycap', 'skying', 'skylab', 'skypes', 'skyway', 'slacks', 'slaked', 'slakes', 'slalom', 'slangs', 'slangy', 'slants', 'slashs', 'slated', 'slater', 'slates', 'slaved', 'slaver', 'slaves', 'slavic', 'slayer', 'sleaze', 'sleazy', 'sledge', 'sleeks', 'sleeps', 'sleepy', 'sleets', 'sleety', 'sleeve', 'sleigh', 'sleuth', 'slewed', 'sliced', 'slicer', 'slices', 'slicks', 'slider', 'slides', 'sliest', 'slight', 'slimed', 'slimes', 'slimly', 'slings', 'slinks', 'slinky', 'sliver', 'sloane', 'slocum', 'slogan', 'sloops', 'sloped', 'sloper', 'slopes', 'sloppy', 'sloths', 'slouch', 'slough', 'slovak', 'sloven', 'slowed', 'slower', 'slowly', 'sludge', 'sluice', 'sluing', 'slumps', 'slurps', 'slurry', 'slushs', 'slushy', 'slyest', 'smacks', 'smalls', 'smarmy', 'smarts', 'smashs', 'smears', 'smells', 'smelly', 'smelts', 'smidge', 'smiled', 'smiles', 'smirch', 'smirks', 'smites', 'smiths', 'smithy', 'smocks', 'smoggy', 'smoked', 'smoker', 'smokes', 'smokey', 'smooch', 'smooth', 'smudge', 'smudgy', 'smugly', 'smutty', 'smyrna', 'smythe', 'snacks', 'snafus', 'snails', 'snaked', 'snakes', 'snappy', 'snared', 'snares', 'snarls', 'snatch', 'snazzy', 'sneads', 'sneaks', 'sneaky', 'sneers', 'sneeze', 'snells', 'snider', 'sniffs', 'sniped', 'sniper', 'snipes', 'snippy', 'snitch', 'snivel', 'snobby', 'snoops', 'snoopy', 'snoots', 'snooty', 'snooze', 'snored', 'snorer', 'snores', 'snorts', 'snotty', 'snouts', 'snowed', 'snuffs', 'snugly', 'snyder', 'soaked', 'soaped', 'soared', 'soaves', 'sobbed', 'sobers', 'soccer', 'social', 'socked', 'socket', 'sodded', 'sodden', 'sodium', 'sodoms', 'sodomy', 'soffit', 'sofias', 'soften', 'softer', 'softie', 'softly', 'softys', 'soiled', 'soiree', 'soires', 'solace', 'solder', 'solely', 'solemn', 'solids', 'soling', 'soliss', 'soloed', 'solute', 'solved', 'solver', 'solves', 'somali', 'somber', 'sombre', 'somers', 'sommes', 'somoza', 'sonant', 'sonars', 'sonata', 'sondra', 'sonias', 'sonjas', 'sonnet', 'sonnys', 'sonoma', 'sonora', 'sontag', 'sonyas', 'sooner', 'soothe', 'sooths', 'sophia', 'sophie', 'sopped', 'sorbet', 'sordid', 'sorely', 'sorest', 'sorrel', 'sorrow', 'sorted', 'sorter', 'sortie', 'souffl', 'soughs', 'sought', 'sounds', 'souped', 'soupon', 'source', 'soured', 'sourer', 'sourly', 'sousas', 'soused', 'souses', 'souths', 'soviet', 'sowers', 'soweto', 'sowing', 'spaatz', 'spaced', 'spacer', 'spaces', 'spacey', 'spaded', 'spades', 'spahns', 'spains', 'spanks', 'spared', 'sparer', 'spares', 'sparge', 'sparks', 'sparky', 'sparse', 'sparta', 'spasms', 'spates', 'spavin', 'spawns', 'spayed', 'speaks', 'spears', 'specie', 'specks', 'specss', 'speech', 'speeds', 'speedy', 'speers', 'spells', 'spence', 'spends', 'sperms', 'sperry', 'spewed', 'sphere', 'sphinx', 'spicas', 'spiced', 'spices', 'spider', 'spiels', 'spiffy', 'spigot', 'spiked', 'spikes', 'spills', 'spinal', 'spines', 'spinet', 'spinxs', 'spiral', 'spirea', 'spires', 'spirit', 'spiros', 'spited', 'spites', 'spitzs', 'splash', 'splats', 'splays', 'spleen', 'splice', 'spline', 'splint', 'splits', 'spoils', 'spoilt', 'spoked', 'spoken', 'spokes', 'sponge', 'spongy', 'spoofs', 'spooks', 'spooky', 'spools', 'spoons', 'spoors', 'spored', 'spores', 'sports', 'sporty', 'spotty', 'spouse', 'spouts', 'sprain', 'sprang', 'sprats', 'sprawl', 'sprays', 'spread', 'spreed', 'sprees', 'sprier', 'sprigs', 'spring', 'sprint', 'sprite', 'spritz', 'sproul', 'sprout', 'spruce', 'sprung', 'spryer', 'spryly', 'spumed', 'spumes', 'spunks', 'spunky', 'spurge', 'spurns', 'spurts', 'sputum', 'spying', 'squabs', 'squads', 'squall', 'square', 'squash', 'squats', 'squawk', 'squaws', 'squeak', 'squeal', 'squibb', 'squids', 'squill', 'squint', 'squire', 'squirm', 'squirt', 'squish', 'stable', 'stably', 'stacey', 'stacie', 'stacis', 'stacks', 'stacys', 'stadia', 'staels', 'staffs', 'staged', 'stager', 'stages', 'stains', 'stairs', 'staked', 'stakes', 'staled', 'staler', 'stales', 'staley', 'stalin', 'stalks', 'stalls', 'stamen', 'stamps', 'stance', 'stanch', 'stands', 'stanza', 'staphs', 'staple', 'starch', 'stared', 'starer', 'stares', 'starrs', 'starry', 'starts', 'starve', 'stashs', 'stasis', 'stated', 'staten', 'stater', 'states', 'static', 'stator', 'statue', 'status', 'staved', 'staves', 'stayed', 'steads', 'steady', 'steaks', 'steals', 'steams', 'steamy', 'steeds', 'steele', 'steels', 'steely', 'steeps', 'steers', 'steeve', 'stefan', 'steins', 'stella', 'stench', 'steppe', 'stereo', 'sterna', 'sterne', 'sterno', 'sterns', 'steven', 'steves', 'stevie', 'stewed', 'sticks', 'sticky', 'stiffs', 'stifle', 'stigma', 'stiles', 'stills', 'stilts', 'stines', 'stings', 'stingy', 'stinks', 'stinky', 'stints', 'stitch', 'stoats', 'stocks', 'stocky', 'stodgy', 'stoics', 'stoked', 'stoker', 'stokes', 'stolen', 'stoles', 'stolid', 'stomps', 'stoned', 'stones', 'stoney', 'stooge', 'stools', 'stoops', 'stored', 'stores', 'storey', 'storks', 'storms', 'stormy', 'storys', 'stouts', 'stoves', 'stowed', 'strabo', 'strafe', 'strain', 'strait', 'strand', 'straps', 'strata', 'straws', 'strays', 'streak', 'stream', 'street', 'streps', 'stress', 'strewn', 'strews', 'strict', 'stride', 'strife', 'strike', 'string', 'stripe', 'strips', 'stript', 'stripy', 'strive', 'strobe', 'strode', 'stroke', 'stroll', 'strong', 'strops', 'strove', 'struck', 'strums', 'strung', 'struts', 'stuart', 'stubby', 'stucco', 'studio', 'studys', 'stuffs', 'stuffy', 'stumps', 'stumpy', 'stunts', 'stupid', 'stupor', 'sturdy', 'styled', 'styler', 'styles', 'stylus', 'stymie', 'styron', 'suarez', 'suaver', 'subaru', 'subbed', 'subdue', 'sublet', 'submit', 'suborn', 'subset', 'subtle', 'subtly', 'suburb', 'subway', 'succor', 'sucked', 'sucker', 'suckle', 'sudans', 'sudden', 'sudoku', 'sudras', 'suedes', 'suffer', 'suffix', 'sufism', 'sugars', 'sugary', 'suited', 'suites', 'suitor', 'sukkot', 'sulfur', 'sulked', 'sulkys', 'sullas', 'sullen', 'sultan', 'sultry', 'sumach', 'sumacs', 'summed', 'summer', 'summit', 'summon', 'sumner', 'sumter', 'sundae', 'sundas', 'sunday', 'sunder', 'sundew', 'sundry', 'sunken', 'sunlit', 'sunned', 'sunnis', 'sunset', 'suntan', 'sunups', 'superb', 'supers', 'supine', 'supped', 'supper', 'supple', 'supply', 'surely', 'surest', 'surety', 'surfed', 'surfer', 'surged', 'surges', 'surrey', 'surtax', 'survey', 'suryas', 'susana', 'susans', 'sushis', 'susies', 'sussex', 'sutton', 'suture', 'suzhou', 'suzuki', 'svelte', 'swabby', 'swains', 'swamis', 'swamps', 'swampy', 'swanee', 'swanks', 'swanky', 'swards', 'swarms', 'swashs', 'swatch', 'swathe', 'swaths', 'swayed', 'swazis', 'swears', 'sweats', 'sweaty', 'sweden', 'swedes', 'sweeps', 'sweets', 'swells', 'swerve', 'swifts', 'swills', 'swines', 'swings', 'swingy', 'swiped', 'swipes', 'swirls', 'swirly', 'swishs', 'swishy', 'swisss', 'switch', 'swivel', 'swoons', 'swoops', 'swords', 'sybils', 'sydney', 'sykess', 'sylphs', 'sylvan', 'sylvia', 'sylvie', 'symbol', 'synced', 'synchs', 'syndic', 'synods', 'syntax', 'syphon', 'syriac', 'syrian', 'syrias', 'syrinx', 'syrups', 'syrupy', 'system', 'syzygy', 'tabbed', 'tabbys', 'tabled', 'tables', 'tablet', 'taboos', 'tabriz', 'tabued', 'tabula', 'tacked', 'tackle', 'tacoma', 'tactic', 'taegus', 'taejon', 'taffys', 'tagged', 'tagore', 'taguss', 'tahiti', 'tailed', 'tailor', 'taines', 'taints', 'taipei', 'taiwan', 'takers', 'taketh', 'taking', 'talbot', 'talcum', 'talent', 'talked', 'talker', 'talkie', 'taller', 'talley', 'tallow', 'tallys', 'talmud', 'talons', 'tamale', 'tamara', 'tameka', 'tamely', 'tamera', 'tamers', 'tamest', 'tamika', 'tamils', 'taming', 'tammie', 'tammis', 'tammuz', 'tammys', 'tampas', 'tampax', 'tamped', 'tamper', 'tampon', 'tamras', 'tanaka', 'tandem', 'tangle', 'tangos', 'tanias', 'tanked', 'tanker', 'tanned', 'tanner', 'tannin', 'tansys', 'tanyas', 'taoism', 'taoist', 'tapers', 'taping', 'tapirs', 'tapped', 'tapper', 'tappet', 'tarawa', 'target', 'tariff', 'taring', 'tarmac', 'tarots', 'tarpon', 'tarred', 'tartan', 'tartar', 'tarter', 'tartly', 'tarzan', 'tashas', 'tasked', 'tasman', 'tassel', 'tasted', 'taster', 'tastes', 'tatars', 'tatted', 'tatter', 'tattle', 'tattoo', 'taught', 'taunts', 'taupes', 'taurus', 'tauter', 'tautly', 'tavern', 'tawdry', 'tawney', 'tawnys', 'taxied', 'taxies', 'taxing', 'taylor', 'teabag', 'teacup', 'teamed', 'teapot', 'teared', 'teased', 'teasel', 'teaser', 'teases', 'teazel', 'teazle', 'teddys', 'tedium', 'teeing', 'teemed', 'teensy', 'teepee', 'teeter', 'teethe', 'teflon', 'tehran', 'telexs', 'teller', 'telugu', 'temped', 'temper', 'temple', 'tempos', 'tempts', 'tenant', 'tended', 'tender', 'tendon', 'tenets', 'tenney', 'tennis', 'tenons', 'tenors', 'tenpin', 'tensed', 'tenser', 'tenses', 'tensor', 'tented', 'tenths', 'tenure', 'tepees', 'tercel', 'teresa', 'terkel', 'termed', 'termly', 'terran', 'terras', 'terrie', 'terris', 'terror', 'terrys', 'terser', 'tessas', 'tessie', 'tested', 'tester', 'testes', 'testis', 'tether', 'tethys', 'tetons', 'tevets', 'texaco', 'texans', 'texass', 'thales', 'thalia', 'thames', 'thanhs', 'thanks', 'tharps', 'thatch', 'thatll', 'thawed', 'thayer', 'thebes', 'thefts', 'theirs', 'theism', 'theist', 'thelma', 'themes', 'thence', 'theory', 'thered', 'theres', 'thermo', 'theron', 'theses', 'thesis', 'thetis', 'theyll', 'theyre', 'theyve', 'thicks', 'thiefs', 'thieus', 'thieve', 'thighs', 'thimbu', 'things', 'thinks', 'thinly', 'thirds', 'thirst', 'thirty', 'thisll', 'thomas', 'thongs', 'thorax', 'thorns', 'thorny', 'thorpe', 'thoths', 'though', 'thrace', 'thrall', 'thrash', 'thread', 'threat', 'threes', 'thresh', 'thrice', 'thrift', 'thrill', 'thrips', 'thrive', 'throat', 'throbs', 'throes', 'throne', 'throng', 'throve', 'thrown', 'throws', 'thrums', 'thrush', 'thrust', 'thuban', 'thules', 'thumbs', 'thumps', 'thusly', 'thwack', 'thwart', 'thymes', 'thymus', 'tiaras', 'tibers', 'tibets', 'tibiae', 'tibias', 'ticked', 'ticker', 'ticket', 'tickle', 'tidbit', 'tidied', 'tidier', 'tidies', 'tidily', 'tiding', 'tieing', 'tiffed', 'tigers', 'tights', 'tigris', 'tildes', 'tiling', 'tilled', 'tiller', 'tilsit', 'tilted', 'timber', 'timbre', 'timely', 'timers', 'timexs', 'timing', 'timmys', 'timons', 'timour', 'timurs', 'tinder', 'tinged', 'tinges', 'tingle', 'tingly', 'tinier', 'tinily', 'tinker', 'tinkle', 'tinned', 'tinsel', 'tinted', 'tipoff', 'tipped', 'tipper', 'tipple', 'tiptoe', 'tiptop', 'tirade', 'tirana', 'tiring', 'tishas', 'tishri', 'tissue', 'titans', 'titbit', 'titers', 'tithed', 'tither', 'tithes', 'titian', 'titled', 'titles', 'titter', 'tittle', 'tizzys', 'tlaloc', 'toadys', 'toasts', 'toasty', 'tobago', 'tocsin', 'todays', 'toddle', 'toddys', 'toeing', 'toffee', 'toffys', 'toggle', 'toiled', 'toiler', 'toilet', 'tokays', 'tokens', 'toking', 'tokyos', 'toledo', 'tolled', 'toltec', 'tomato', 'tombed', 'tomboy', 'tomcat', 'tomlin', 'tommie', 'tongan', 'tongas', 'tongue', 'tonias', 'tonics', 'tonier', 'toning', 'tonnes', 'tonsil', 'tontos', 'tonyas', 'toodle', 'tooled', 'tooler', 'tooted', 'tooths', 'toothy', 'tootle', 'topazs', 'topeka', 'topics', 'topped', 'topple', 'topsys', 'toques', 'torahs', 'torchs', 'tories', 'toroid', 'torpid', 'torpor', 'torque', 'torres', 'torrid', 'torsos', 'tortes', 'toruss', 'toscas', 'tossed', 'tosses', 'tossup', 'totals', 'totems', 'toting', 'totted', 'totter', 'toucan', 'touchs', 'touchy', 'toughs', 'toupee', 'toured', 'tousle', 'touted', 'toward', 'towels', 'towers', 'towhee', 'towing', 'townes', 'toxins', 'toying', 'toyoda', 'toyota', 'traced', 'tracer', 'traces', 'tracey', 'tracie', 'tracis', 'tracks', 'tracts', 'tracys', 'traded', 'trader', 'trades', 'tragic', 'trails', 'trains', 'traits', 'trajan', 'tramps', 'trance', 'trashs', 'trashy', 'trauma', 'travel', 'travis', 'trawls', 'treads', 'treats', 'treaty', 'treble', 'tremor', 'trench', 'trends', 'trendy', 'trents', 'tresss', 'trevor', 'triads', 'triage', 'trials', 'tribal', 'tribes', 'trices', 'tricia', 'tricks', 'tricky', 'triers', 'trifle', 'trikes', 'trills', 'trimer', 'trimly', 'trinas', 'triode', 'tripes', 'triple', 'triply', 'tripod', 'tripos', 'trippe', 'trisha', 'triter', 'triton', 'triune', 'trivet', 'trivia', 'troika', 'trojan', 'trolls', 'trolly', 'trompe', 'tromps', 'troops', 'tropes', 'trophy', 'tropic', 'troths', 'trough', 'troupe', 'trouts', 'trowel', 'troyes', 'truant', 'truces', 'trucks', 'trudge', 'trudys', 'truest', 'truing', 'truism', 'truman', 'trumps', 'trunks', 'trusss', 'trusts', 'trusty', 'truths', 'trying', 'tryout', 'trysts', 'tswana', 'tuareg', 'tubers', 'tubing', 'tubman', 'tubule', 'tucked', 'tucker', 'tucson', 'tudors', 'tufted', 'tugged', 'tulane', 'tulips', 'tulles', 'tulsas', 'tumble', 'tummys', 'tumors', 'tumour', 'tumult', 'tundra', 'tuners', 'tungus', 'tunics', 'tuning', 'tuniss', 'tunnel', 'tunney', 'tunnys', 'tupelo', 'tuples', 'turban', 'turbid', 'turbot', 'tureen', 'turfed', 'turgid', 'turing', 'turins', 'turkey', 'turned', 'turner', 'turnip', 'turpin', 'turret', 'turtle', 'turves', 'tuscan', 'tuscon', 'tushes', 'tusked', 'tussle', 'tutors', 'tuttle', 'tuvalu', 'tuxedo', 'twains', 'twangs', 'tweaks', 'tweeds', 'tweedy', 'tweets', 'tweeze', 'twelve', 'twenty', 'twerps', 'twiggy', 'twilas', 'twills', 'twined', 'twiner', 'twines', 'twinge', 'twirls', 'twirly', 'twists', 'twisty', 'twitch', 'twofer', 'tyburn', 'tycoon', 'tylers', 'typhon', 'typhus', 'typify', 'typing', 'typist', 'tyrant', 'tyrees', 'tyroes', 'tyrone', 'tysons', 'ubangi', 'ubuntu', 'udders', 'uganda', 'uglier', 'uighur', 'ulcers', 'ullman', 'ulster', 'ultras', 'umbels', 'umbers', 'umiaks', 'umlaut', 'umping', 'umpire', 'unable', 'unbars', 'unbend', 'unbent', 'unbind', 'unbolt', 'unborn', 'uncles', 'uncoil', 'uncork', 'undies', 'undoes', 'undone', 'unduly', 'unease', 'uneasy', 'unesco', 'uneven', 'unfair', 'unfits', 'unfold', 'unfurl', 'ungava', 'unhand', 'unholy', 'unhook', 'unhurt', 'unions', 'unique', 'unisex', 'unison', 'unital', 'unitas', 'united', 'unites', 'unitys', 'univac', 'unjust', 'unkind', 'unlace', 'unless', 'unlike', 'unlink', 'unload', 'unlock', 'unmade', 'unmake', 'unmans', 'unmask', 'unpack', 'unpaid', 'unpick', 'unpins', 'unplug', 'unread', 'unreal', 'unrest', 'unripe', 'unroll', 'unruly', 'unsafe', 'unsaid', 'unsays', 'unseal', 'unseat', 'unseen', 'unsent', 'unsnap', 'unsold', 'unstop', 'unsung', 'unsure', 'untidy', 'untied', 'unties', 'untold', 'untrue', 'unused', 'unveil', 'unwary', 'unwell', 'unwind', 'unwise', 'unwrap', 'unzips', 'upbeat', 'upcome', 'update', 'updike', 'upends', 'upheld', 'uphill', 'uphold', 'upjohn', 'upkeep', 'upland', 'uplift', 'upload', 'uppers', 'upping', 'uppity', 'uprise', 'uproar', 'uproot', 'upsets', 'upshot', 'upside', 'uptake', 'uptons', 'uptown', 'upturn', 'upward', 'upwind', 'uracil', 'urania', 'uranus', 'uranyl', 'urbana', 'urbane', 'urbans', 'urchin', 'uremia', 'urgent', 'urging', 'urinal', 'urines', 'ursula', 'urumqi', 'usable', 'usably', 'usages', 'useful', 'usenet', 'ushers', 'usuals', 'usurer', 'usurps', 'usurys', 'uterus', 'utmost', 'utopia', 'utters', 'uvulae', 'uvular', 'uvulas', 'uzbeks', 'vacant', 'vacate', 'vacuum', 'vaders', 'vaduzs', 'vagary', 'vagina', 'vaguer', 'vainer', 'vainly', 'valdez', 'valent', 'valery', 'valets', 'valeur', 'valine', 'valise', 'valium', 'valley', 'valois', 'valors', 'valour', 'valued', 'valuer', 'values', 'valved', 'valves', 'vamped', 'vandal', 'vanish', 'vanity', 'vanned', 'vapors', 'vapour', 'varese', 'vargas', 'variac', 'varian', 'varied', 'varies', 'varlet', 'vassal', 'vassar', 'vaster', 'vastly', 'vatted', 'vauban', 'vaughn', 'vaults', 'vaunts', 'veblen', 'vector', 'veered', 'vegans', 'veggie', 'veiled', 'veined', 'velcro', 'veldts', 'velezs', 'vellum', 'velmas', 'velour', 'velvet', 'vended', 'vender', 'vendor', 'veneer', 'veneto', 'venial', 'venice', 'venoms', 'venous', 'vented', 'venues', 'venuss', 'verbal', 'verdun', 'verged', 'verger', 'verges', 'vergil', 'verier', 'verify', 'verily', 'verity', 'verlag', 'vermin', 'vernal', 'vernas', 'vernon', 'verona', 'versed', 'verses', 'versus', 'vertex', 'verves', 'vesper', 'vessel', 'vestal', 'vestas', 'vested', 'vestry', 'vetchs', 'vetoed', 'vetoer', 'vetoes', 'vetted', 'vexing', 'viable', 'viably', 'viacom', 'viagra', 'viands', 'vibess', 'vicars', 'vicing', 'vickie', 'vickis', 'victim', 'victor', 'vicuas', 'vidals', 'videos', 'vienna', 'viewed', 'viewer', 'vigils', 'vigors', 'vigour', 'viking', 'vilely', 'vilest', 'vilify', 'villas', 'villon', 'vilmas', 'vilyui', 'vinces', 'vinson', 'vinyls', 'violas', 'violet', 'violin', 'vipers', 'virago', 'vireos', 'virgie', 'virgil', 'virgin', 'virgos', 'virile', 'virtue', 'viruss', 'visaed', 'visage', 'viscid', 'viscus', 'vishnu', 'vising', 'vision', 'visits', 'visors', 'vistas', 'visual', 'vitals', 'vitims', 'vituss', 'vivace', 'vivian', 'vivify', 'vixens', 'vizier', 'vizors', 'vlasic', 'vocals', 'vocate', 'vodkas', 'vogues', 'voiced', 'voicer', 'voices', 'voided', 'voider', 'voiles', 'volgas', 'volley', 'volume', 'volvos', 'vomits', 'vondas', 'voodoo', 'vortex', 'votary', 'voters', 'voting', 'votive', 'vought', 'vowels', 'vowing', 'voyage', 'voyeur', 'vulcan', 'vulgar', 'vulvae', 'vulvas', 'wabash', 'wackos', 'wadded', 'waddle', 'waders', 'wading', 'wafers', 'waffle', 'wafted', 'wagers', 'wagged', 'waggle', 'waging', 'wagner', 'wagons', 'wailed', 'waists', 'waited', 'waiter', 'waites', 'waived', 'waiver', 'waives', 'wakens', 'wakeup', 'waking', 'walden', 'waldos', 'walesa', 'waless', 'waling', 'walked', 'walker', 'walkie', 'walled', 'waller', 'wallet', 'wallis', 'wallop', 'wallow', 'walnut', 'walrus', 'walshs', 'walter', 'walton', 'waltzs', 'wampum', 'wandas', 'wander', 'wangle', 'waning', 'wankel', 'wanner', 'wanted', 'wanton', 'wapato', 'wapiti', 'warble', 'warded', 'warden', 'warder', 'warhol', 'warier', 'warily', 'waring', 'warmed', 'warmer', 'warmly', 'warmth', 'warmup', 'warned', 'warner', 'warped', 'warred', 'warren', 'warsaw', 'washed', 'washer', 'washes', 'wasted', 'waster', 'wastes', 'watchs', 'waters', 'watery', 'watson', 'wattle', 'watusi', 'wavers', 'wavier', 'waving', 'waxers', 'waxier', 'waxing', 'waylay', 'weaken', 'weaker', 'weakly', 'wealth', 'weaned', 'weapon', 'wearer', 'weasel', 'weaved', 'weaver', 'weaves', 'webbed', 'webern', 'wedded', 'wedder', 'wedged', 'wedges', 'weeded', 'weeder', 'weeing', 'weekly', 'weekss', 'weeped', 'weeper', 'weepys', 'weevil', 'weighs', 'weight', 'weills', 'weirdo', 'weisss', 'welded', 'welder', 'weldon', 'welkin', 'welled', 'weller', 'welles', 'welshs', 'welted', 'welter', 'wenchs', 'wended', 'wendis', 'wendys', 'werent', 'werner', 'wesaks', 'wesley', 'wessex', 'wesson', 'weston', 'wetted', 'wetter', 'weyden', 'wezens', 'whacks', 'whacky', 'whaled', 'whalen', 'whaler', 'whales', 'whammy', 'wharfs', 'whatre', 'wheals', 'wheats', 'wheels', 'wheeze', 'wheezy', 'whelan', 'whelks', 'whelps', 'whence', 'whered', 'wheres', 'whiffs', 'whiled', 'whiles', 'whilst', 'whimsy', 'whined', 'whiner', 'whines', 'whinny', 'whirls', 'whirrs', 'whisks', 'whisky', 'whists', 'whiten', 'whiter', 'whites', 'whizzs', 'wholes', 'wholly', 'whoops', 'whoosh', 'whores', 'whorls', 'wicked', 'wicker', 'wicket', 'widely', 'widens', 'widest', 'widget', 'widows', 'widths', 'wields', 'wiemar', 'wiener', 'wiesel', 'wifely', 'wigeon', 'wigged', 'wiggle', 'wiggly', 'wights', 'wigner', 'wigwag', 'wigwam', 'wilbur', 'wilcox', 'wildas', 'wilder', 'wildly', 'wileys', 'wilful', 'wilier', 'wiling', 'wilkes', 'wilkie', 'willas', 'willed', 'willie', 'willis', 'willow', 'willys', 'wilmas', 'wilmer', 'wilson', 'wilted', 'wilton', 'wimple', 'wimsey', 'winced', 'winces', 'winchs', 'winded', 'winder', 'windex', 'window', 'windup', 'winers', 'winery', 'winged', 'winger', 'wining', 'winked', 'winker', 'winkle', 'winner', 'winnie', 'winnow', 'winter', 'wintry', 'wipers', 'wiping', 'wirier', 'wiring', 'wisdom', 'wisely', 'wisest', 'wished', 'wisher', 'wishes', 'witchs', 'withal', 'wither', 'within', 'wizard', 'wizzes', 'wobble', 'wobbly', 'woeful', 'wolfed', 'wolsey', 'wolves', 'womans', 'wombat', 'womens', 'wonder', 'wonted', 'wooded', 'wooden', 'woodss', 'woodsy', 'woodys', 'wooers', 'woofed', 'woofer', 'wooing', 'woolen', 'woolie', 'woolly', 'woolys', 'wooten', 'worded', 'worked', 'worker', 'workss', 'worlds', 'wormed', 'worrys', 'worsen', 'worses', 'worsts', 'worths', 'worthy', 'wotans', 'woulds', 'wounds', 'wovoka', 'wowing', 'wracks', 'wraith', 'wrapup', 'wraths', 'wreaks', 'wreath', 'wrecks', 'wrench', 'wrests', 'wretch', 'wriest', 'wright', 'wrings', 'wrists', 'writer', 'writes', 'writhe', 'wrongs', 'wryest', 'wusses', 'wylies', 'xanadu', 'xavier', 'xemacs', 'xenias', 'xenons', 'xeroxs', 'xerxes', 'xhosas', 'xingus', 'xmases', 'xuzhou', 'xylems', 'xylene', 'yachts', 'yacked', 'yahoos', 'yahweh', 'yakima', 'yakked', 'yakuts', 'yalows', 'yaltas', 'yamaha', 'yammer', 'yangon', 'yanked', 'yankee', 'yapped', 'yarrow', 'yataro', 'yawing', 'yawned', 'yawner', 'yeager', 'yearly', 'yearns', 'yeasts', 'yeasty', 'yeatss', 'yelled', 'yeller', 'yellow', 'yelped', 'yemeni', 'yemens', 'yeoman', 'yeomen', 'yerkes', 'yessed', 'yields', 'yipped', 'yippee', 'yodels', 'yogins', 'yogurt', 'yokels', 'yoking', 'yokuts', 'yonder', 'yorker', 'yorkie', 'yoruba', 'youngs', 'youths', 'yowled', 'ypress', 'yuccas', 'yucked', 'yukked', 'yukons', 'yunnan', 'yuppie', 'yuppys', 'yvette', 'yvonne', 'yxcvbn', 'zagreb', 'zaires', 'zambia', 'zamora', 'zanier', 'zanies', 'zanuck', 'zapata', 'zappas', 'zapped', 'zealot', 'zebras', 'zedong', 'zelmas', 'zenger', 'zenith', 'zephyr', 'zeroed', 'zeroes', 'zeroth', 'zhukov', 'ziggys', 'zigzag', 'zilchs', 'zinced', 'zinged', 'zinger', 'zinnia', 'ziploc', 'zipped', 'zipper', 'zircon', 'zither', 'zodiac', 'zoloft', 'zombas', 'zombie', 'zombis', 'zoning', 'zonked', 'zoomed', 'zorros', 'zosmas', 'zounds', 'zrichs', 'zukors', 'zurich', 'zxcvbn', 'zygote', 'zyrtec', 'aaliyah', 'abacuss', 'abalone', 'abandon', 'abashed', 'abashes', 'abasing', 'abating', 'abbasid', 'abbesss', 'abbotts', 'abdomen', 'abducts', 'abelard', 'abelian', 'abelson', 'abetted', 'abetter', 'abettor', 'abeyant', 'abgrtyu', 'abiding', 'abidjan', 'abigail', 'abilene', 'ability', 'abjured', 'abjures', 'ablated', 'ablates', 'abolish', 'aborted', 'abounds', 'abraded', 'abrades', 'abraham', 'abreact', 'abreast', 'abridge', 'absalom', 'abscess', 'abscond', 'absence', 'absents', 'absinth', 'absolve', 'absorbs', 'abstain', 'abusers', 'abusing', 'abusive', 'abutted', 'abutter', 'abysmal', 'abysses', 'acacias', 'academe', 'academy', 'acadias', 'acanthi', 'acceded', 'accedes', 'accents', 'accepts', 'accesss', 'acclaim', 'accords', 'accosts', 'account', 'accrual', 'accrued', 'accrues', 'accurst', 'accusal', 'accused', 'accuser', 'accuses', 'acerbic', 'acetate', 'acetone', 'acevedo', 'achaean', 'achebes', 'acheson', 'achiest', 'achieve', 'acidify', 'acidity', 'acolyte', 'aconite', 'acostas', 'acquire', 'acquits', 'acreage', 'acrider', 'acrobat', 'acronym', 'acrylic', 'actaeon', 'actings', 'actinic', 'actions', 'actives', 'actress', 'actuals', 'actuary', 'actuate', 'acuitys', 'acumens', 'acutely', 'acutest', 'acyclic', 'adagios', 'adamant', 'adamson', 'adapted', 'adapter', 'adaptor', 'addenda', 'addends', 'addicts', 'addison', 'addling', 'address', 'adduced', 'adduces', 'adducts', 'adeline', 'adenine', 'adenoid', 'adenoma', 'adeptly', 'adharas', 'adhered', 'adherer', 'adheres', 'adidass', 'adipose', 'adjoins', 'adjoint', 'adjourn', 'adjudge', 'adjunct', 'adjured', 'adjures', 'adjusts', 'adkinss', 'admiral', 'admired', 'admirer', 'admires', 'admixed', 'admixes', 'adolfos', 'adolphs', 'adoniss', 'adopted', 'adopter', 'adoring', 'adorned', 'adrenal', 'adriana', 'adsorbs', 'adulate', 'advance', 'advents', 'adverbs', 'adverse', 'adverts', 'advices', 'advised', 'advisee', 'adviser', 'advises', 'advisor', 'aegeans', 'aelfric', 'aeneass', 'aeneids', 'aeolian', 'aeoluss', 'aerated', 'aerates', 'aerator', 'aerials', 'aerobic', 'aerosol', 'affable', 'affably', 'affairs', 'affects', 'affirms', 'affixed', 'affixes', 'afflict', 'affords', 'affrays', 'affront', 'afghans', 'african', 'africas', 'against', 'agassis', 'agassiz', 'agathas', 'ageings', 'ageisms', 'ageless', 'agencys', 'agendas', 'agilely', 'agilest', 'agility', 'agitate', 'agnomen', 'agonies', 'agonise', 'agonize', 'agreers', 'agrippa', 'aground', 'aguilar', 'aguirre', 'agustin', 'ahriman', 'aileens', 'aileron', 'ailment', 'aimless', 'airbags', 'airdrop', 'airfare', 'airflow', 'airfoil', 'airhead', 'airiest', 'airings', 'airless', 'airlift', 'airline', 'airlock', 'airmail', 'airmans', 'airmass', 'airpark', 'airport', 'airship', 'airsick', 'airways', 'akihito', 'alabama', 'aladdin', 'alameda', 'alarmed', 'alaskan', 'alaskas', 'albania', 'albanys', 'alberio', 'alberta', 'alberto', 'albinos', 'albireo', 'albumen', 'albumin', 'alchemy', 'alcmena', 'alcohol', 'alcoves', 'alcyone', 'aldrich', 'aldrins', 'aleppos', 'alerted', 'alerter', 'alertly', 'alewife', 'alexeis', 'alfalfa', 'alfonso', 'alfonzo', 'alfords', 'alfreda', 'alfredo', 'algebra', 'algenib', 'algeria', 'algieba', 'algiers', 'alhenas', 'aliased', 'aliases', 'alibied', 'alicias', 'aliened', 'alights', 'aligned', 'aliment', 'alimony', 'alining', 'alioths', 'aliquot', 'alishas', 'alisons', 'alissas', 'alkaids', 'alkalis', 'allayed', 'alleged', 'alleges', 'allegra', 'allegro', 'alleles', 'allende', 'allergy', 'allison', 'allover', 'allowed', 'alloyed', 'alluded', 'alludes', 'allured', 'allures', 'alluvia', 'allying', 'allyson', 'almachs', 'almaden', 'almanac', 'almatys', 'almohad', 'almonds', 'almoner', 'almsman', 'alnilam', 'alnitak', 'alonzos', 'alpacas', 'alperts', 'alphard', 'already', 'alright', 'alsaces', 'alstons', 'altaics', 'altered', 'alterer', 'altheas', 'altmans', 'altoids', 'aludras', 'alumina', 'alumnae', 'alumnas', 'alumnus', 'alundum', 'alvarez', 'alvaros', 'alveoli', 'alysons', 'alyssas', 'alyssum', 'amadeus', 'amalgam', 'amalias', 'amandas', 'amanita', 'amassed', 'amasses', 'amateur', 'amatory', 'amazers', 'amazing', 'amazons', 'ambient', 'ambling', 'ambrose', 'ambushs', 'amelias', 'amended', 'amenity', 'amerada', 'america', 'amerind', 'ameslan', 'amharic', 'amherst', 'amiable', 'amiably', 'ammeter', 'ammonia', 'amnesia', 'amnesty', 'amoebae', 'amoebas', 'amoebic', 'amongst', 'amorist', 'amorous', 'amounts', 'amparos', 'amperes', 'amplest', 'amplify', 'ampoule', 'ampules', 'amputee', 'amulets', 'amusers', 'amusing', 'anabels', 'anacins', 'anaemia', 'anaemic', 'anagram', 'anaheim', 'analogs', 'analogy', 'analyse', 'analyst', 'analyze', 'ananias', 'anapest', 'anarchy', 'anasazi', 'anatole', 'anatomy', 'anchors', 'anchovy', 'ancient', 'andaman', 'andante', 'andiron', 'andorra', 'andover', 'andreas', 'andreis', 'andrews', 'android', 'anemias', 'anemone', 'angelas', 'angeles', 'angelia', 'angelic', 'angelos', 'angelou', 'angered', 'angevin', 'anginas', 'anglers', 'angling', 'angolan', 'angolas', 'angoras', 'angrier', 'angrily', 'anguish', 'angular', 'anibals', 'aniline', 'animals', 'animate', 'animism', 'animist', 'animuss', 'anionic', 'aniseed', 'ankaras', 'anklets', 'annabel', 'annalen', 'annalss', 'anneals', 'annette', 'annexed', 'annexes', 'annoyed', 'annoyer', 'annuals', 'annuity', 'annular', 'annulus', 'anodize', 'anodyne', 'anoints', 'anomaly', 'anoraks', 'another', 'anouilh', 'anselmo', 'anshans', 'answers', 'antacid', 'antaeus', 'antares', 'anteing', 'antenna', 'anthems', 'anthers', 'anthill', 'anthony', 'anthrax', 'antigen', 'antigua', 'antioch', 'antipas', 'antique', 'antiwar', 'antlers', 'antoine', 'antones', 'antonia', 'antonio', 'antonym', 'antonys', 'antwans', 'antwerp', 'anubiss', 'anxiety', 'anxious', 'anybody', 'anymore', 'anyones', 'anytime', 'apaches', 'apathys', 'apatite', 'aphasia', 'aphasic', 'aphelia', 'aphonic', 'apiarys', 'aplenty', 'aplombs', 'apogees', 'apollos', 'apology', 'apostle', 'appalls', 'apparel', 'appeals', 'appears', 'appease', 'appends', 'applaud', 'appleby', 'applied', 'applier', 'applies', 'appliqu', 'appoint', 'apprise', 'approve', 'apricot', 'apropos', 'aptness', 'aquaria', 'aquatic', 'aquavit', 'aqueous', 'aquifer', 'aquinas', 'aquinos', 'arabian', 'arabias', 'arabics', 'araceli', 'arachne', 'arafats', 'aramaic', 'aramcos', 'arapaho', 'ararats', 'arawaks', 'arbiter', 'arbours', 'arbutus', 'arcaded', 'arcades', 'arcadia', 'archaic', 'archean', 'archers', 'archery', 'archest', 'archies', 'arching', 'archive', 'archway', 'arcking', 'arclike', 'arcsine', 'arctics', 'ardency', 'ardours', 'arduous', 'areaway', 'argonne', 'argosys', 'arguers', 'arguing', 'argyles', 'ariadne', 'aridity', 'arieses', 'ariosto', 'arising', 'arizona', 'arlenes', 'arlines', 'armadas', 'armando', 'armands', 'armanis', 'armband', 'armenia', 'armfuls', 'armhole', 'armlets', 'armload', 'armoire', 'armonks', 'armored', 'armorer', 'armorys', 'armours', 'armoury', 'armpits', 'armrest', 'armsful', 'arnulfo', 'arousal', 'aroused', 'arouses', 'arragon', 'arraign', 'arrange', 'arrayed', 'arrears', 'arrests', 'arrival', 'arrived', 'arrives', 'arrowed', 'arroyos', 'arsenal', 'arsenic', 'artemis', 'arterys', 'arthurs', 'article', 'artiest', 'artisan', 'artiste', 'artists', 'artless', 'artsier', 'arturos', 'artwork', 'ascella', 'ascends', 'ascents', 'ascetic', 'ascribe', 'aseptic', 'asexual', 'ashamed', 'ashanti', 'ashcans', 'ashiest', 'ashland', 'ashlees', 'ashleys', 'ashrams', 'ashtray', 'asiatic', 'asinine', 'askance', 'asocial', 'aspects', 'aspells', 'asphalt', 'aspired', 'aspires', 'aspirin', 'asquith', 'assails', 'assault', 'assayed', 'assents', 'asserts', 'asshole', 'assigns', 'assists', 'assizes', 'assorts', 'assuage', 'assumed', 'assumes', 'assured', 'assurer', 'assures', 'assyria', 'astaire', 'astanas', 'astarte', 'asteria', 'asthmas', 'astoria', 'astound', 'astride', 'astuter', 'asuncin', 'asunder', 'asylums', 'atacama', 'atatrks', 'atavism', 'atelier', 'atheism', 'atheist', 'athenas', 'athenss', 'athlete', 'athwart', 'atkinss', 'atlanta', 'atlases', 'atomics', 'atomize', 'atoning', 'atriums', 'atrophy', 'atropos', 'attache', 'attachs', 'attacks', 'attains', 'attempt', 'attends', 'attests', 'atticas', 'attilas', 'attired', 'attires', 'attract', 'attucks', 'attuned', 'attunes', 'atwater', 'atwoods', 'auberge', 'auburns', 'auction', 'audible', 'audibly', 'audions', 'audited', 'auditor', 'audreys', 'audubon', 'augment', 'augured', 'augurys', 'augusta', 'augusts', 'aurally', 'aurelia', 'aurelio', 'aureola', 'aureole', 'auricle', 'aurigas', 'aurochs', 'auroras', 'auspice', 'aussies', 'austere', 'austins', 'austria', 'authors', 'autisms', 'automat', 'autopsy', 'autumns', 'availed', 'availer', 'avarice', 'avatars', 'avenged', 'avenger', 'avenges', 'avenues', 'average', 'avernus', 'averred', 'averrer', 'averted', 'avestas', 'aviarys', 'aviator', 'avidity', 'avignon', 'avionic', 'avocado', 'avocate', 'avoided', 'avoider', 'avowals', 'avowing', 'awaited', 'awakens', 'awaking', 'awarded', 'awarder', 'awesome', 'awfully', 'awkward', 'awnings', 'axially', 'axolotl', 'ayyubid', 'azaleas', 'azanias', 'azimuth', 'azoress', 'aztecan', 'aztlans', 'babbage', 'babbitt', 'babbled', 'babbler', 'babbles', 'babcock', 'babiest', 'baboons', 'babying', 'babyish', 'babylon', 'babysat', 'babysit', 'bacalls', 'bacardi', 'bacchus', 'bacilli', 'backbit', 'backers', 'backhoe', 'backing', 'backlog', 'backups', 'backuss', 'bactria', 'baddest', 'badgers', 'badland', 'badness', 'baffins', 'baffled', 'baffler', 'baffles', 'baggage', 'baggers', 'baggier', 'baggies', 'bagging', 'baghdad', 'bagpipe', 'bahamas', 'bahrain', 'bahrein', 'baileys', 'bailiff', 'bailing', 'bailout', 'bainite', 'baiting', 'bakerys', 'baklava', 'bakunin', 'balance', 'balaton', 'balcony', 'balders', 'baldest', 'balding', 'baldwin', 'baleens', 'baleful', 'balfour', 'balkans', 'balkier', 'balking', 'ballads', 'ballard', 'ballast', 'ballers', 'ballets', 'balling', 'balloon', 'ballots', 'balmier', 'baloney', 'balsams', 'baltics', 'balzacs', 'bamakos', 'bamboos', 'banachs', 'banally', 'bananas', 'banbury', 'bandage', 'bandana', 'bandgap', 'bandied', 'bandier', 'bandies', 'banding', 'bandits', 'bandung', 'baneful', 'banging', 'bangkok', 'bangles', 'banguis', 'banjoes', 'bankers', 'banking', 'banners', 'banning', 'banquet', 'banshee', 'bantams', 'banters', 'banting', 'banyans', 'baobabs', 'baotous', 'baptise', 'baptism', 'baptist', 'baptize', 'baracks', 'barbara', 'barbary', 'barbell', 'barbers', 'barbing', 'barbour', 'barbras', 'barbuda', 'barbudo', 'barclay', 'bardeen', 'barents', 'barfing', 'barflys', 'bargain', 'barging', 'bariums', 'barkeep', 'barkers', 'barking', 'barkley', 'barleys', 'barlows', 'barmaid', 'barnaby', 'barnard', 'barnaul', 'barnett', 'barneys', 'baronet', 'baronys', 'baroque', 'barrack', 'barrage', 'barrels', 'barrens', 'barrera', 'barrett', 'barrier', 'barries', 'barring', 'barrios', 'barrons', 'barroom', 'barrows', 'barstow', 'bartend', 'barters', 'basalts', 'baseman', 'basemen', 'bashful', 'bashing', 'basilar', 'baskets', 'basking', 'basques', 'bassett', 'bassist', 'bassoon', 'bastard', 'basting', 'bastion', 'bataans', 'batavia', 'batched', 'batches', 'bateman', 'bathers', 'bathing', 'bathmat', 'bathoss', 'bathtub', 'batista', 'batmans', 'batsman', 'batsmen', 'battens', 'batters', 'battery', 'battier', 'batting', 'battled', 'battler', 'battles', 'batwing', 'baubles', 'bauhaus', 'baulked', 'bauxite', 'bavaria', 'bawdier', 'bawdily', 'bawling', 'baxters', 'bayeuxs', 'baylors', 'bayonet', 'bayonne', 'bayport', 'bazaars', 'bazooka', 'beached', 'beaches', 'beacons', 'beadier', 'beading', 'beadles', 'beagles', 'beakers', 'beamers', 'beaming', 'beanbag', 'beaners', 'beaning', 'bearded', 'bearers', 'bearing', 'bearish', 'beasley', 'beastie', 'beastly', 'beaters', 'beatify', 'beating', 'beatles', 'beatnik', 'beatrix', 'beatriz', 'beautys', 'beavers', 'becalms', 'because', 'bechtel', 'beckers', 'beckets', 'beckett', 'beckman', 'beckons', 'becloud', 'becomes', 'bedbugs', 'bedders', 'bedding', 'bedecks', 'bedevil', 'bedfast', 'bedford', 'bedlams', 'bedouin', 'bedpans', 'bedpost', 'bedrock', 'bedroll', 'bedroom', 'bedside', 'bedsore', 'bedtime', 'beecham', 'beechen', 'beecher', 'beeches', 'beefers', 'beefier', 'beefing', 'beehive', 'beeline', 'beepers', 'beeping', 'beeswax', 'beetled', 'beetles', 'beetons', 'befalls', 'befouls', 'beggars', 'beggary', 'begging', 'begonia', 'beguile', 'behalfs', 'behaved', 'behaves', 'beheads', 'behests', 'behinds', 'beholds', 'behoove', 'behoved', 'behoves', 'behring', 'beijing', 'beiruts', 'bekesys', 'belabor', 'belarus', 'belated', 'belayed', 'belched', 'belches', 'belfast', 'belfrys', 'belgian', 'belgium', 'beliefs', 'believe', 'belinda', 'belizes', 'bellamy', 'bellboy', 'belleek', 'bellhop', 'bellied', 'bellies', 'belling', 'bellini', 'bellman', 'bellmen', 'bellows', 'belmont', 'belongs', 'beloved', 'beltane', 'belting', 'beltway', 'belushi', 'belying', 'bemoans', 'bemused', 'bemuses', 'benares', 'benched', 'benches', 'benders', 'bending', 'bendixs', 'beneath', 'benefit', 'benelux', 'bengali', 'bengals', 'benight', 'benitas', 'benitos', 'bennett', 'bennies', 'bensons', 'bentham', 'benthic', 'bentley', 'benumbs', 'benzene', 'beograd', 'beowulf', 'bequest', 'berated', 'berates', 'berbers', 'bereave', 'beretta', 'bergens', 'bergers', 'bergman', 'bergson', 'berlins', 'berlioz', 'berlitz', 'bermuda', 'bernard', 'bernays', 'bernice', 'bernies', 'bernini', 'berried', 'berries', 'berserk', 'berthas', 'berthed', 'berties', 'bertram', 'berwick', 'beseech', 'besides', 'besiege', 'bespeak', 'bespoke', 'bestial', 'besting', 'bestirs', 'bestows', 'bestrid', 'betaken', 'betakes', 'bethany', 'bethink', 'bethune', 'betided', 'betides', 'betoken', 'betrays', 'betroth', 'betters', 'betties', 'betting', 'bettors', 'bettyes', 'between', 'betwixt', 'beveled', 'beverly', 'bewails', 'bewared', 'bewares', 'bewitch', 'bhutans', 'bhuttos', 'biancas', 'biasing', 'biassed', 'biaxial', 'bibbing', 'bicepss', 'bickers', 'bicycle', 'bidders', 'biddies', 'bidding', 'bifocal', 'bigamys', 'bigelow', 'bigfoot', 'biggest', 'biggies', 'biggles', 'bighorn', 'bigness', 'bigoted', 'bigotry', 'bigwigs', 'bikinis', 'bilayer', 'bilious', 'bilking', 'billers', 'billets', 'billies', 'billing', 'billion', 'billows', 'billowy', 'bimboes', 'biminis', 'bimodal', 'binarys', 'binders', 'bindery', 'binding', 'bingham', 'binging', 'binning', 'biology', 'biomass', 'biopsys', 'biotite', 'bipedal', 'biplane', 'bipolar', 'birched', 'birchen', 'birches', 'birdied', 'birdies', 'birding', 'biretta', 'birthed', 'biscuit', 'bisects', 'bishkek', 'bishops', 'bismark', 'bismuth', 'bisques', 'bissaus', 'bistate', 'bistros', 'bitched', 'bitches', 'bittern', 'bitters', 'bitumen', 'bitwise', 'bivalve', 'bivouac', 'bizarre', 'blabbed', 'blacked', 'blacken', 'blacker', 'blackly', 'bladder', 'blaines', 'blamers', 'blaming', 'blancas', 'blanche', 'blander', 'blandly', 'blanked', 'blanker', 'blanket', 'blankly', 'blaring', 'blarney', 'blasted', 'blaster', 'blatant', 'blather', 'blazers', 'blazing', 'blazons', 'bleachs', 'bleaker', 'bleakly', 'bleated', 'bleeder', 'bleeker', 'bleeped', 'blemish', 'blended', 'blender', 'blessed', 'blesses', 'blevins', 'blights', 'blinded', 'blinder', 'blindly', 'blinked', 'blinker', 'blintze', 'blintzs', 'blister', 'blither', 'blitzed', 'blitzes', 'bloated', 'bloater', 'blobbed', 'blocked', 'blocker', 'blogged', 'blogger', 'blondel', 'blonder', 'blondes', 'blondie', 'blooded', 'bloomed', 'bloomer', 'blooper', 'blossom', 'blotchs', 'blotchy', 'blotted', 'blotter', 'bloused', 'blouses', 'blowers', 'blowgun', 'blowing', 'blowout', 'blowups', 'blubber', 'blucher', 'blueing', 'bluejay', 'bluffed', 'bluffer', 'bluings', 'blunder', 'blunted', 'blunter', 'bluntly', 'blurred', 'blurted', 'blushed', 'blusher', 'blushes', 'bluster', 'blythes', 'boarded', 'boarder', 'boasted', 'boaster', 'boaters', 'boating', 'boatman', 'boatmen', 'bobbies', 'bobbing', 'bobbins', 'bobbitt', 'bobbled', 'bobbles', 'bobcats', 'bobsled', 'bobtail', 'bodegas', 'bodices', 'bodkins', 'boeings', 'boeotia', 'bogarts', 'bogeyed', 'boggier', 'bogging', 'boggled', 'boggles', 'bohemia', 'boilers', 'boiling', 'boldest', 'boleros', 'boletus', 'boleyns', 'bolivar', 'bolivia', 'bologna', 'boloney', 'bolshoi', 'bolster', 'bolting', 'bombard', 'bombast', 'bombays', 'bombers', 'bombing', 'bonanza', 'bonbons', 'bondage', 'bonders', 'bonding', 'boneyer', 'bonfire', 'bonging', 'bongoes', 'boniest', 'bonitas', 'bonitos', 'bonkers', 'bonners', 'bonnets', 'bonnier', 'bonnies', 'bonsais', 'bonuses', 'boobies', 'boobing', 'boodles', 'boogied', 'boogies', 'bookend', 'bookers', 'bookies', 'booking', 'bookish', 'booklet', 'boolean', 'booming', 'boorish', 'boosted', 'booster', 'bootees', 'booties', 'booting', 'bootleg', 'boozers', 'boozier', 'boozing', 'bopping', 'borates', 'bordens', 'borders', 'bordons', 'boreass', 'boredom', 'borglum', 'borlaug', 'borneos', 'borodin', 'borough', 'borrows', 'borschs', 'borscht', 'bosnias', 'bosonic', 'bossier', 'bossily', 'bossing', 'bostons', 'boswell', 'botanic', 'botanys', 'botched', 'botcher', 'botches', 'bothers', 'bottled', 'bottler', 'bottles', 'bottoms', 'botulin', 'boucher', 'boudoir', 'boulder', 'boulezs', 'bounced', 'bouncer', 'bounces', 'bounded', 'bounden', 'bounder', 'bountys', 'bouquet', 'bourbon', 'bovarys', 'bovines', 'bowdoin', 'bowells', 'bowerys', 'bowlder', 'bowlers', 'bowline', 'bowling', 'bowmans', 'boxcars', 'boxings', 'boxtops', 'boxwood', 'boycott', 'boyhood', 'bracing', 'bracken', 'bracket', 'bradley', 'bradlys', 'bragged', 'bragger', 'brahman', 'brahmas', 'brahmin', 'brahmss', 'braided', 'braille', 'brained', 'braised', 'braises', 'braking', 'bramble', 'brambly', 'branchs', 'branded', 'branden', 'brandie', 'brandis', 'brandon', 'brandys', 'braniff', 'brasher', 'brashly', 'brasses', 'bravado', 'bravely', 'bravery', 'bravest', 'braving', 'bravura', 'brawled', 'brawler', 'braying', 'brazens', 'brazier', 'brazils', 'brazing', 'brazoss', 'breachs', 'breaded', 'breadth', 'breaker', 'breakup', 'breasts', 'breathe', 'breaths', 'breathy', 'breccia', 'breechs', 'breeder', 'breezed', 'breezes', 'brendan', 'brendas', 'brennan', 'brenner', 'brenton', 'bretons', 'brevets', 'brevity', 'brewers', 'brewery', 'brewing', 'brianas', 'brianna', 'bribers', 'bribery', 'bribing', 'bricked', 'bricker', 'bridals', 'bridged', 'bridger', 'bridges', 'bridget', 'bridled', 'bridles', 'briefed', 'briefer', 'briefly', 'brigade', 'brigand', 'brigham', 'brigids', 'brimful', 'brimmed', 'brindle', 'bringed', 'bringer', 'brinier', 'briquet', 'brisked', 'brisker', 'brisket', 'briskly', 'bristle', 'bristly', 'bristol', 'britain', 'british', 'britney', 'britons', 'britten', 'brittle', 'broachs', 'broaden', 'broader', 'broadly', 'brocade', 'brockle', 'brogans', 'broglie', 'brogues', 'broiled', 'broiler', 'brokaws', 'brokers', 'bromide', 'bromine', 'bromley', 'bronchi', 'broncho', 'broncos', 'bronson', 'bronzed', 'bronzes', 'broochs', 'brooded', 'brooder', 'brooked', 'brothel', 'brother', 'brought', 'browned', 'browner', 'brownie', 'browsed', 'browser', 'browses', 'brubeck', 'bruegel', 'bruised', 'bruiser', 'bruises', 'brumidi', 'brummel', 'brunchs', 'bruneis', 'brunets', 'brushed', 'brushes', 'brusker', 'bruskly', 'brusque', 'brutish', 'brutuss', 'brynner', 'bryozoa', 'bubbled', 'bubbles', 'bubblys', 'buckets', 'buckeye', 'bucking', 'buckled', 'buckler', 'buckles', 'buckley', 'buckner', 'buckram', 'bucksaw', 'bucolic', 'buddhas', 'buddies', 'budding', 'budgets', 'budgies', 'budging', 'buffalo', 'buffers', 'buffets', 'buffing', 'buffoon', 'bufords', 'bugaboo', 'bugatti', 'bugbear', 'bugeyed', 'buggers', 'buggier', 'buggies', 'bugging', 'buglers', 'bugling', 'builder', 'buildup', 'builtin', 'bukhara', 'bulblet', 'bulbous', 'bulgari', 'bulgier', 'bulging', 'bulimia', 'bulimic', 'bulkier', 'bulking', 'bulldog', 'bullets', 'bullied', 'bullies', 'bulling', 'bullion', 'bullish', 'bullock', 'bullpen', 'bulrush', 'bulwark', 'bumbled', 'bumbler', 'bumbles', 'bummers', 'bummest', 'bumming', 'bumpers', 'bumpier', 'bumping', 'bumpkin', 'bumppos', 'bunched', 'bunches', 'bundled', 'bundles', 'bunging', 'bungled', 'bungler', 'bungles', 'bunions', 'bunkers', 'bunking', 'bunkums', 'bunnies', 'bunters', 'bunting', 'bunyans', 'buoyant', 'buoying', 'burbank', 'burbled', 'burbles', 'burdens', 'burdock', 'bureaus', 'bureaux', 'burette', 'burgeon', 'burgers', 'burgess', 'burgher', 'burglar', 'burgled', 'burgles', 'burials', 'burlaps', 'burlier', 'burmese', 'burners', 'burnett', 'burnham', 'burning', 'burnish', 'burnous', 'burnout', 'burntly', 'burping', 'burring', 'burriss', 'burrito', 'burrows', 'bursars', 'bursted', 'burtons', 'burundi', 'burying', 'busbies', 'busboys', 'bushels', 'bushido', 'bushier', 'bushing', 'bushman', 'bushmen', 'busiest', 'busings', 'bussing', 'bustard', 'busters', 'busting', 'bustled', 'bustles', 'busying', 'butanes', 'butcher', 'butches', 'butlers', 'butters', 'buttery', 'butting', 'buttock', 'buttons', 'butyric', 'buyouts', 'buzzard', 'buzzers', 'buzzing', 'buzzsaw', 'bybloss', 'byelaws', 'bygones', 'bylines', 'bypasss', 'byplays', 'byronic', 'bywords', 'cabanas', 'cabaret', 'cabbage', 'cabbies', 'cabbing', 'cabinet', 'cabling', 'caboose', 'cabrera', 'cabrini', 'cachets', 'caching', 'cackled', 'cackler', 'cackles', 'cactuss', 'cadaver', 'caddied', 'caddies', 'caddish', 'cadence', 'cadenza', 'cadgers', 'cadging', 'cadmium', 'caducei', 'caedmon', 'caesars', 'caesium', 'caesura', 'caftans', 'cagiest', 'cagneys', 'cahokia', 'cahoots', 'caisson', 'caitlin', 'cajoled', 'cajoles', 'calamus', 'calcify', 'calcine', 'calcite', 'calcium', 'calculi', 'caldera', 'caldron', 'calgary', 'calhoun', 'caliban', 'caliber', 'calibre', 'calicos', 'caliper', 'caliphs', 'calking', 'calkins', 'callers', 'callies', 'calling', 'callous', 'calluss', 'calmest', 'calming', 'caloric', 'calorie', 'calumet', 'calumny', 'calvary', 'calvert', 'calving', 'calvins', 'calyces', 'calypso', 'calyxes', 'camacho', 'cambers', 'cambium', 'cambric', 'camelot', 'cameras', 'cameron', 'camilla', 'camille', 'camoens', 'campers', 'camphor', 'campier', 'camping', 'campion', 'campuss', 'canaans', 'canadas', 'canards', 'canarys', 'canasta', 'cancans', 'cancels', 'cancers', 'cancuns', 'candace', 'candela', 'candice', 'candide', 'candied', 'candies', 'candled', 'candler', 'candles', 'candors', 'candour', 'canines', 'cankers', 'canners', 'cannery', 'canness', 'cannier', 'cannily', 'canning', 'cannons', 'canonic', 'canopus', 'canopys', 'cantata', 'canteen', 'canters', 'canting', 'cantons', 'cantors', 'canvass', 'canyons', 'capable', 'capably', 'capella', 'capered', 'capital', 'capitol', 'caplets', 'capping', 'caprice', 'capsize', 'capstan', 'capsule', 'captain', 'caption', 'captive', 'captors', 'capture', 'capulet', 'carabao', 'caracas', 'caracul', 'carafes', 'caramel', 'caravan', 'caraway', 'carbide', 'carbine', 'carbone', 'carbons', 'carboxy', 'carboys', 'carcass', 'cardiac', 'cardiff', 'carding', 'cardins', 'cardiod', 'cardozo', 'careens', 'careers', 'careful', 'caresss', 'carfare', 'cargill', 'cargoes', 'caribou', 'cariess', 'carings', 'carissa', 'carjack', 'carlene', 'carlins', 'carload', 'carlson', 'carlton', 'carlyle', 'carmela', 'carmelo', 'carmens', 'carmine', 'carnage', 'carneys', 'caroled', 'caroler', 'caroles', 'carolyn', 'caromed', 'carotid', 'carouse', 'carpals', 'carpels', 'carpets', 'carping', 'carport', 'carpuss', 'carrara', 'carrels', 'carried', 'carrier', 'carries', 'carrion', 'carroll', 'carrots', 'carsick', 'cartels', 'carters', 'cartier', 'carting', 'cartons', 'cartoon', 'carvers', 'carving', 'cascade', 'cascara', 'caseins', 'cashers', 'cashews', 'cashier', 'cashing', 'casings', 'casinos', 'caskets', 'caspian', 'cassatt', 'cassava', 'cassias', 'cassies', 'cassino', 'cassius', 'cassock', 'casters', 'casteth', 'casting', 'castled', 'castles', 'castoff', 'castors', 'casuals', 'casuist', 'catalan', 'catalog', 'catalpa', 'catarrh', 'catawba', 'catbird', 'catboat', 'catcall', 'catched', 'catcher', 'catches', 'catchup', 'catered', 'caterer', 'catfish', 'catguts', 'cathays', 'cathode', 'cathryn', 'cations', 'catkins', 'catlike', 'catnaps', 'catnips', 'catsups', 'cattail', 'cattier', 'cattily', 'cattles', 'catwalk', 'caucuss', 'caulked', 'causate', 'causing', 'caustic', 'caution', 'cavalry', 'caveats', 'caveman', 'cavemen', 'caverns', 'caviare', 'caviars', 'caviled', 'cavitys', 'cavorts', 'cayenne', 'caymans', 'cayugas', 'ceasing', 'cebuano', 'cecelia', 'ceciles', 'cecilia', 'cecilys', 'cedilla', 'cedrics', 'ceiling', 'celebes', 'celerys', 'celesta', 'celeste', 'celinas', 'cellars', 'cellini', 'cellist', 'celsius', 'celtics', 'cements', 'censers', 'censors', 'censure', 'censuss', 'centaur', 'centers', 'centime', 'central', 'centred', 'centres', 'centrex', 'centric', 'century', 'cepheid', 'cepheus', 'ceramic', 'cereals', 'cerebra', 'cerises', 'certain', 'certify', 'cervixs', 'cesiums', 'cession', 'cessnas', 'ceylons', 'cezanne', 'chablis', 'chaffed', 'chaffer', 'chafing', 'chagall', 'chagrin', 'chained', 'chaired', 'chaises', 'chaitin', 'chalets', 'chalice', 'chalked', 'chamber', 'chamfer', 'chammys', 'chamois', 'chamoix', 'champed', 'chanced', 'chancel', 'chances', 'chandon', 'chandra', 'chaneys', 'changed', 'changer', 'changes', 'channel', 'chanson', 'chanted', 'chanter', 'chantey', 'chantry', 'chantys', 'chaotic', 'chapels', 'chaplet', 'chaplin', 'chapman', 'chapped', 'chapter', 'charade', 'charged', 'charger', 'charges', 'charier', 'charily', 'chariot', 'charity', 'charles', 'charley', 'charlie', 'charmed', 'charmer', 'charmin', 'charons', 'charred', 'charted', 'charter', 'chasers', 'chasing', 'chasity', 'chassis', 'chasten', 'chaster', 'chateau', 'chatham', 'chatted', 'chattel', 'chatter', 'chaucer', 'chavezs', 'cheapen', 'cheaper', 'cheaply', 'cheated', 'cheater', 'chechen', 'checked', 'checker', 'checkup', 'cheddar', 'cheeked', 'cheeped', 'cheered', 'cheerer', 'cheesed', 'cheeses', 'cheetah', 'cheetos', 'cheever', 'chekhov', 'chelate', 'chelsea', 'chemise', 'chemist', 'cheneys', 'chengdu', 'chennai', 'chequed', 'chequer', 'cheques', 'cheries', 'cherish', 'cheroot', 'cherrys', 'cherubs', 'chervil', 'cheryls', 'chester', 'cheviot', 'chevron', 'chewers', 'chewier', 'chewing', 'chianti', 'chibcha', 'chicago', 'chicana', 'chicano', 'chicest', 'chichis', 'chicken', 'chicles', 'chicory', 'chidden', 'chiding', 'chiefer', 'chiefly', 'chiffon', 'chigger', 'chignon', 'chilean', 'chilies', 'chilled', 'chiller', 'chillis', 'chimera', 'chiming', 'chimney', 'chinese', 'chinked', 'chinned', 'chinner', 'chinook', 'chintzs', 'chintzy', 'chipped', 'chipper', 'chirico', 'chirped', 'chirrup', 'chisels', 'chitins', 'chivass', 'chocked', 'choctaw', 'choicer', 'choices', 'chokers', 'choking', 'cholera', 'cholers', 'chomped', 'chomsky', 'chooser', 'chooses', 'choosey', 'chopins', 'chopped', 'chopper', 'chopras', 'chorale', 'chorals', 'chordal', 'chorine', 'choring', 'chortle', 'choruss', 'chowder', 'chowing', 'christa', 'christi', 'christs', 'christy', 'chromed', 'chromes', 'chromic', 'chronic', 'chteaus', 'chteaux', 'chucked', 'chuckle', 'chugged', 'chukchi', 'chumash', 'chummed', 'churchs', 'churned', 'chutney', 'chutzpa', 'chuvash', 'cicadae', 'cicadas', 'ciceros', 'cigaret', 'ciliate', 'ciliums', 'cimabue', 'cinched', 'cinches', 'cinders', 'cinemas', 'ciphers', 'circled', 'circles', 'circlet', 'circuit', 'circuss', 'cirruss', 'cistern', 'citadel', 'citizen', 'citrate', 'citroen', 'citrons', 'citrous', 'citruss', 'civicss', 'civilly', 'civvies', 'clacked', 'claimed', 'claires', 'clairol', 'clamber', 'clammed', 'clamors', 'clamour', 'clamped', 'clancys', 'clanged', 'clangor', 'clanked', 'clapped', 'clapper', 'clapton', 'clarets', 'clarice', 'clarify', 'clarion', 'clarity', 'clarkes', 'clashed', 'clashes', 'clasped', 'classed', 'classes', 'classic', 'clatter', 'claudes', 'claudia', 'claudio', 'clausen', 'clauses', 'clawing', 'clayier', 'clayton', 'cleaned', 'cleaner', 'cleanly', 'cleanse', 'cleanup', 'cleared', 'clearer', 'clearly', 'cleaved', 'cleaver', 'cleaves', 'clemens', 'clement', 'clemons', 'clemson', 'clenchs', 'clergys', 'clerics', 'clerked', 'clewing', 'cliburn', 'cliches', 'clicked', 'clients', 'clifton', 'climate', 'climaxs', 'climbed', 'climber', 'clinchs', 'clinics', 'clinked', 'clinker', 'clinton', 'clipped', 'clipper', 'cliques', 'cloaked', 'clobber', 'cloches', 'clocked', 'clocker', 'clogged', 'clomped', 'cloning', 'clopped', 'clorets', 'cloroxs', 'closely', 'closers', 'closest', 'closets', 'closeup', 'closing', 'closure', 'clothed', 'clothes', 'clothos', 'clotted', 'cloture', 'clouded', 'clouted', 'clovers', 'cloviss', 'clowned', 'cloying', 'clubbed', 'clucked', 'clueing', 'clumped', 'clunked', 'clunker', 'cluster', 'clutchs', 'clutter', 'coached', 'coacher', 'coaches', 'coaling', 'coarsen', 'coarser', 'coastal', 'coasted', 'coaster', 'coating', 'coaxial', 'coaxing', 'cobains', 'cobalts', 'cobbled', 'cobbler', 'cobbles', 'cobwebs', 'cocaine', 'coccuss', 'coccyxs', 'cochise', 'cochlea', 'cochran', 'cockade', 'cockeye', 'cockier', 'cockily', 'cocking', 'cockles', 'cockney', 'cockpit', 'coconut', 'cocoons', 'cocteau', 'codding', 'coddled', 'coddles', 'codeine', 'codfish', 'codgers', 'codices', 'codicil', 'codings', 'coequal', 'coerced', 'coerces', 'coevals', 'coexist', 'coffees', 'coffers', 'coffeys', 'coffins', 'coffman', 'cogency', 'cognacs', 'cognate', 'cohabit', 'cohered', 'coheres', 'cohorts', 'coiffed', 'coifing', 'coiling', 'coinage', 'coining', 'coituss', 'colbert', 'coldest', 'coleens', 'coleman', 'colette', 'colfaxs', 'colgate', 'colicky', 'colitis', 'collage', 'collard', 'collars', 'collate', 'collect', 'colleen', 'college', 'collide', 'collier', 'collies', 'collins', 'colloid', 'collude', 'cologne', 'colombo', 'colonel', 'colones', 'colonys', 'colored', 'colorer', 'colossi', 'colours', 'coltish', 'columns', 'combats', 'combers', 'combine', 'combing', 'comedic', 'comedys', 'comfier', 'comfort', 'comical', 'comings', 'comitys', 'command', 'commend', 'comment', 'commits', 'commode', 'commons', 'commune', 'commute', 'comoros', 'compact', 'company', 'compaqs', 'compare', 'compass', 'compels', 'compete', 'compile', 'complex', 'comport', 'compose', 'compost', 'compote', 'compton', 'compute', 'comrade', 'conakry', 'concave', 'conceal', 'concede', 'conceit', 'concept', 'concern', 'concert', 'conches', 'concise', 'concoct', 'concord', 'concurs', 'condemn', 'condoes', 'condole', 'condoms', 'condone', 'condors', 'conduce', 'conduct', 'conduit', 'confabs', 'confect', 'confers', 'confess', 'confide', 'confine', 'confirm', 'conform', 'confrre', 'confuse', 'confute', 'congaed', 'congeal', 'congest', 'conical', 'conifer', 'conjoin', 'conjure', 'conking', 'conklin', 'conleys', 'connect', 'conners', 'connery', 'connies', 'conning', 'connive', 'connors', 'connote', 'conquer', 'conrail', 'consent', 'consign', 'consist', 'console', 'consomm', 'consort', 'consuls', 'consult', 'consume', 'contact', 'contain', 'contend', 'content', 'contest', 'context', 'contort', 'contour', 'control', 'contuse', 'convair', 'convect', 'convene', 'convent', 'convert', 'conveys', 'convict', 'convoke', 'convoys', 'cookers', 'cookery', 'cookies', 'cooking', 'cookout', 'coolant', 'coolers', 'coolest', 'cooleys', 'coolies', 'cooling', 'coopers', 'cooping', 'cooties', 'copecks', 'copiers', 'copilot', 'copings', 'copious', 'copland', 'coppers', 'coppery', 'coppice', 'copping', 'coppola', 'copters', 'coptics', 'copulae', 'copulas', 'copycat', 'copying', 'coquina', 'corbett', 'cordage', 'cordial', 'cording', 'cordite', 'cordoba', 'cordons', 'corinas', 'corines', 'corinne', 'corinth', 'corkers', 'corking', 'cormack', 'corncob', 'corneal', 'corneas', 'cornell', 'corners', 'cornets', 'cornice', 'cornier', 'corning', 'cornish', 'cornrow', 'corolla', 'coronae', 'coronas', 'coroner', 'coronet', 'corpora', 'corpses', 'corpuss', 'corrals', 'correct', 'corrine', 'corrode', 'corrupt', 'corsage', 'corsair', 'corsets', 'corsica', 'cortege', 'cortess', 'cortexs', 'cortezs', 'cortges', 'corvuss', 'cosiest', 'cosigns', 'cosines', 'cosmoss', 'cossack', 'costars', 'costcos', 'costing', 'costner', 'costume', 'coterie', 'cotonou', 'cottage', 'cotters', 'cottons', 'cottony', 'couched', 'couches', 'cougars', 'coughed', 'couldnt', 'coulomb', 'coulter', 'council', 'counsel', 'counted', 'counter', 'country', 'countys', 'coupled', 'coupler', 'couples', 'couplet', 'coupons', 'courage', 'courbet', 'courier', 'coursed', 'courser', 'courses', 'courted', 'courter', 'courtly', 'cousins', 'covered', 'coverts', 'coveted', 'cowards', 'cowbell', 'cowbird', 'cowboys', 'cowered', 'cowerer', 'cowgirl', 'cowhand', 'cowherd', 'cowhide', 'cowlick', 'cowling', 'cowpoke', 'cowpony', 'cowpoxs', 'cowslip', 'coxcomb', 'coyness', 'coyotes', 'cozened', 'coziest', 'cozumel', 'crabbed', 'cracked', 'cracker', 'crackle', 'crackly', 'crackup', 'cradled', 'cradles', 'crafted', 'crafter', 'crammed', 'cramped', 'cranach', 'cranial', 'craning', 'cranium', 'cranked', 'cranmer', 'crannys', 'crapped', 'crappie', 'crashed', 'crasher', 'crashes', 'crasser', 'crassly', 'craters', 'crating', 'cravats', 'cravens', 'craving', 'crawled', 'crawler', 'crayola', 'crayons', 'crazier', 'crazies', 'crazily', 'crazing', 'creaked', 'creamed', 'creamer', 'creased', 'creases', 'created', 'creates', 'creator', 'credent', 'credits', 'creedal', 'creeper', 'cremate', 'creoles', 'crested', 'cretans', 'cretins', 'crevice', 'crewcut', 'crewing', 'crewman', 'crewmen', 'cribbed', 'cricked', 'cricket', 'crimean', 'crimeas', 'crimped', 'crimson', 'cringed', 'cringes', 'crinkle', 'crinkly', 'criollo', 'cripple', 'criscos', 'crisiss', 'crisped', 'crisper', 'crispin', 'crisply', 'critics', 'critter', 'croaked', 'croatia', 'crochet', 'crocked', 'crocuss', 'croesus', 'cronies', 'cronins', 'cronuss', 'crooked', 'crookes', 'crooned', 'crooner', 'cropped', 'cropper', 'croquet', 'crosier', 'crossed', 'crosser', 'crosses', 'crossly', 'crotchs', 'crotons', 'crouchs', 'crowbar', 'crowded', 'crowder', 'crowing', 'crowley', 'crowned', 'croydon', 'crozier', 'crucial', 'crucify', 'crudely', 'crudest', 'crudits', 'crudity', 'crueler', 'cruelly', 'cruelty', 'cruised', 'cruiser', 'cruises', 'cruller', 'crumbed', 'crumble', 'crumbly', 'crumpet', 'crumple', 'crunchs', 'crunchy', 'crupper', 'crusade', 'crushed', 'crusher', 'crushes', 'crusoes', 'crusted', 'crutchs', 'crybaby', 'cryings', 'cryptic', 'crystal', 'csonkas', 'cthulhu', 'cubical', 'cubicle', 'cubisms', 'cubists', 'cuckold', 'cuckoos', 'cuddled', 'cuddles', 'cudgels', 'cuffing', 'cuisine', 'cullens', 'culling', 'culotte', 'culprit', 'culture', 'culvert', 'cumming', 'cummins', 'cumquat', 'cumulus', 'cunards', 'cunning', 'cupcake', 'cupfuls', 'cupolas', 'cupping', 'cuprous', 'cupsful', 'curable', 'curably', 'curacao', 'curacys', 'curates', 'curator', 'curbing', 'curdled', 'curdles', 'curfews', 'curious', 'curlers', 'curlews', 'curlier', 'curling', 'currant', 'current', 'curried', 'currier', 'curries', 'cursing', 'cursive', 'cursors', 'cursory', 'curtail', 'curtain', 'curtate', 'curtest', 'curtiss', 'curtsey', 'curtsys', 'curvier', 'curving', 'cushier', 'cushing', 'cushion', 'cushman', 'cuspids', 'cussing', 'custard', 'custody', 'customs', 'cutback', 'cuticle', 'cutlass', 'cutlery', 'cutlets', 'cutoffs', 'cutover', 'cutters', 'cutting', 'cutworm', 'cuviers', 'cyanate', 'cyanide', 'cybeles', 'cycling', 'cyclist', 'cycloid', 'cyclone', 'cyclops', 'cygnets', 'cygnuss', 'cymbals', 'cynical', 'cynthia', 'cyphers', 'cypress', 'cyprian', 'cypriot', 'cypruss', 'cyranos', 'czarina', 'dabbing', 'dabbled', 'dabbler', 'dabbles', 'dachaus', 'dacrons', 'dactyls', 'dadaism', 'dadaist', 'daddies', 'daemons', 'daffier', 'daftest', 'daggers', 'dagwood', 'dahlias', 'dahomey', 'dailies', 'daimler', 'daintys', 'dairies', 'daisies', 'dakotan', 'dakotas', 'dalians', 'dallass', 'dallied', 'dallies', 'daltons', 'dalzell', 'damaged', 'damager', 'damages', 'damasks', 'damians', 'damions', 'damming', 'damning', 'dampens', 'dampers', 'dampest', 'damping', 'damsels', 'damsons', 'danbury', 'dancers', 'dancing', 'danders', 'dandier', 'dandies', 'dandled', 'dandles', 'danelaw', 'dangers', 'dangled', 'dangles', 'danials', 'daniels', 'danishs', 'dankest', 'dannies', 'danones', 'danubes', 'daphnes', 'dappled', 'dapples', 'daresay', 'darezzo', 'darings', 'darkens', 'darkest', 'darlene', 'darling', 'darnell', 'darning', 'darrell', 'darrels', 'darrens', 'darrins', 'darryls', 'darting', 'darvons', 'darwins', 'dashers', 'dashiki', 'dashing', 'dastard', 'datives', 'daubers', 'daubing', 'daumier', 'daunted', 'dauphin', 'davison', 'dawdled', 'dawdler', 'dawdles', 'dawning', 'daybeds', 'daytime', 'daytona', 'dazzled', 'dazzler', 'dazzles', 'dcollet', 'deacons', 'deadens', 'deadest', 'deadpan', 'deafens', 'deafest', 'dealers', 'dealing', 'deandre', 'deannas', 'deannes', 'dearest', 'dearths', 'deathly', 'debacle', 'debarks', 'debased', 'debases', 'debated', 'debater', 'debates', 'debauch', 'debbies', 'debians', 'debited', 'deborah', 'deboras', 'debrief', 'debriss', 'debtors', 'debunks', 'debussy', 'debuted', 'decades', 'decamps', 'decants', 'decatur', 'decayed', 'decease', 'deceits', 'deceive', 'decency', 'decibel', 'decided', 'decides', 'decimal', 'decking', 'declaim', 'declare', 'decline', 'decoded', 'decoder', 'decodes', 'decorum', 'decoyed', 'decreed', 'decrees', 'decried', 'decries', 'decrypt', 'deduced', 'deducer', 'deduces', 'deducts', 'deeding', 'deejays', 'deeming', 'deepens', 'deepest', 'defaced', 'defaces', 'defamed', 'defames', 'default', 'defeats', 'defects', 'defence', 'defends', 'defense', 'defiant', 'deficit', 'defiled', 'defiles', 'defined', 'definer', 'defines', 'deflate', 'deflect', 'defocus', 'deforms', 'defraud', 'defrays', 'defrock', 'defrost', 'deftest', 'defunct', 'defused', 'defuses', 'defying', 'degrade', 'degrees', 'deicers', 'deicing', 'deidres', 'deified', 'deifies', 'deigned', 'deirdre', 'deities', 'dejects', 'dejesus', 'delaney', 'delanos', 'delayed', 'delbert', 'deleons', 'deleted', 'deleter', 'deletes', 'delgado', 'delibes', 'delicti', 'delight', 'delilah', 'delimit', 'deliria', 'deliver', 'delmars', 'delmers', 'delores', 'deloris', 'delouse', 'delphic', 'delphis', 'deltoid', 'deluded', 'deludes', 'deluged', 'deluges', 'delving', 'demagog', 'demands', 'demeans', 'demerit', 'demerol', 'demesne', 'demeter', 'demigod', 'demings', 'demised', 'demises', 'demoing', 'demonic', 'demoted', 'demotes', 'demount', 'dempsey', 'demurer', 'denials', 'deniers', 'denises', 'denizen', 'denmark', 'denoted', 'denotes', 'densely', 'densest', 'density', 'dentine', 'denting', 'dentins', 'dentist', 'denture', 'denuded', 'denudes', 'denvers', 'denying', 'departs', 'depends', 'depicts', 'deplane', 'deplete', 'deplore', 'deploys', 'deports', 'deposed', 'deposes', 'deposit', 'deprave', 'depress', 'deprive', 'deputed', 'deputes', 'deputys', 'dequeue', 'derails', 'derange', 'derbies', 'dericks', 'derided', 'derides', 'derived', 'derives', 'dermiss', 'derrick', 'derrida', 'derrire', 'dervish', 'descant', 'descend', 'descent', 'deserts', 'deserve', 'designs', 'desired', 'desiree', 'desires', 'desists', 'desktop', 'desmond', 'despair', 'despise', 'despite', 'despoil', 'despond', 'despots', 'dessert', 'destine', 'destiny', 'destroy', 'details', 'detains', 'detects', 'detente', 'detests', 'detours', 'detoxed', 'detoxes', 'detract', 'detroit', 'devalue', 'develop', 'deviant', 'deviate', 'devices', 'deviled', 'devilry', 'devious', 'devised', 'devisee', 'devises', 'devolve', 'devoted', 'devotee', 'devotes', 'devours', 'dewayne', 'dewdrop', 'dewiest', 'dewitts', 'dewlaps', 'diabase', 'diadems', 'diagram', 'dialect', 'dialing', 'dialled', 'dialogs', 'diamond', 'diannas', 'diannes', 'diapers', 'diaries', 'diarist', 'diatoms', 'dibbled', 'dibbles', 'diciest', 'dickens', 'dickers', 'dickeys', 'dickies', 'dickson', 'dictate', 'diction', 'dictums', 'diddled', 'diddles', 'diderot', 'diebold', 'diehard', 'diesels', 'dietary', 'dieters', 'dieting', 'differs', 'diffuse', 'digests', 'diggers', 'digging', 'digital', 'dignify', 'dignity', 'digraph', 'digress', 'dilated', 'dilates', 'dilbert', 'dilemma', 'dillard', 'dillies', 'dillons', 'diluent', 'diluted', 'dilutes', 'dimmers', 'dimmest', 'dimming', 'dimness', 'dimpled', 'dimples', 'dimwits', 'dinette', 'dinghys', 'dingier', 'dinging', 'dingoes', 'dinkier', 'dinkies', 'dinners', 'dinning', 'diocese', 'dionnes', 'diopter', 'diorama', 'diorite', 'dioxide', 'dioxins', 'diploid', 'diploma', 'dippers', 'dipping', 'directs', 'dirtied', 'dirtier', 'dirties', 'dirtily', 'disable', 'disarms', 'disavow', 'disband', 'disbars', 'discard', 'discern', 'discoed', 'discoid', 'discord', 'discuss', 'disdain', 'disease', 'disgust', 'dishing', 'dishpan', 'dishrag', 'dislike', 'dismays', 'dismiss', 'disobey', 'disowns', 'dispell', 'dispels', 'display', 'disport', 'dispose', 'dispute', 'disrobe', 'disrupt', 'dissect', 'dissent', 'dissing', 'distaff', 'distant', 'distend', 'distill', 'distils', 'distort', 'disturb', 'disused', 'disuses', 'ditched', 'ditches', 'dithers', 'ditties', 'dittoed', 'dittoes', 'diurnal', 'diverge', 'diverse', 'diverts', 'divests', 'divided', 'divider', 'divides', 'divined', 'diviner', 'divines', 'divings', 'divisor', 'divorce', 'divulge', 'divvied', 'divvies', 'diwalis', 'dizzied', 'dizzier', 'dizzies', 'dizzily', 'djinnis', 'dmitris', 'dnieper', 'dobbins', 'docents', 'dockets', 'docking', 'doctors', 'dodders', 'dodgers', 'dodging', 'dodgson', 'dodomas', 'dodsons', 'doeuvre', 'doffing', 'dogbane', 'dogfish', 'doggier', 'doggies', 'dogging', 'doggone', 'dogmata', 'dogtrot', 'dogwood', 'doherty', 'doilies', 'doldrum', 'doleful', 'dollars', 'dollies', 'dolling', 'dollops', 'dolmens', 'dolores', 'dolphin', 'doltish', 'domains', 'domingo', 'dominic', 'dominos', 'donahue', 'donalds', 'donated', 'donates', 'donetsk', 'donkeys', 'donnell', 'donners', 'donnies', 'donning', 'donovan', 'doodads', 'doodled', 'doodler', 'doodles', 'dooleys', 'dooming', 'doorman', 'doormat', 'doormen', 'doorway', 'dopiest', 'doppler', 'doreens', 'dorians', 'doritos', 'dorkier', 'dormant', 'dormers', 'dormice', 'dorothy', 'dorseys', 'dorthys', 'dosages', 'dossier', 'dotages', 'dotsons', 'dotting', 'doualas', 'doubled', 'doubler', 'doubles', 'doublet', 'doubted', 'doubter', 'douched', 'douches', 'doughty', 'douglas', 'dourest', 'dousing', 'dovekie', 'dowager', 'dowdier', 'dowdies', 'dowdily', 'doweled', 'dowling', 'downers', 'downier', 'downing', 'dowries', 'dowsing', 'dozenth', 'drabber', 'drachma', 'dracula', 'drafted', 'draftee', 'drafter', 'dragged', 'dragnet', 'dragons', 'dragoon', 'drained', 'drainer', 'drapers', 'drapery', 'draping', 'drastic', 'draught', 'drawers', 'drawing', 'drawled', 'drawnly', 'dreaded', 'dreamed', 'dreamer', 'dredged', 'dredger', 'dredges', 'dreiser', 'dresden', 'dressed', 'dresser', 'dresses', 'dreyfus', 'dribble', 'driblet', 'drifted', 'drifter', 'drilled', 'driller', 'drinker', 'dripped', 'dristan', 'drivels', 'drivers', 'driving', 'drizzle', 'drizzly', 'droller', 'droning', 'drooled', 'drooped', 'droplet', 'dropout', 'dropped', 'dropper', 'dropsys', 'drought', 'drouths', 'drovers', 'drowned', 'drowsed', 'drowses', 'drubbed', 'drudged', 'drudges', 'drugged', 'drumlin', 'drummed', 'drummer', 'drunken', 'drunker', 'drunkly', 'dryness', 'drywall', 'dtentes', 'dualism', 'duality', 'dubbing', 'dubceks', 'dubiety', 'dubious', 'dublins', 'duchamp', 'duchess', 'duchies', 'ducking', 'ductile', 'ducting', 'dudgeon', 'dueling', 'duelist', 'duelled', 'duffers', 'dugouts', 'dukedom', 'dullard', 'dullest', 'dulling', 'dulness', 'dumbest', 'dummies', 'dumpier', 'dumping', 'dunedin', 'dungeon', 'dunging', 'dunking', 'dunkirk', 'dunlaps', 'dunnest', 'dunning', 'duodena', 'duopoly', 'duplexs', 'durable', 'durably', 'durance', 'durango', 'durante', 'duresss', 'durhams', 'durrell', 'durward', 'duskier', 'dustbin', 'dusters', 'dustier', 'dusting', 'dustins', 'dustman', 'dustmen', 'dustpan', 'duteous', 'dutiful', 'dwarfed', 'dwarves', 'dwaynes', 'dwelled', 'dweller', 'dwights', 'dwindle', 'dynamic', 'dynamos', 'dynasty', 'eagerer', 'eagerly', 'eaglets', 'earache', 'eardrum', 'earfuls', 'earhart', 'earldom', 'earlene', 'earlier', 'earline', 'earlobe', 'earmark', 'earmuff', 'earners', 'earnest', 'earning', 'earplug', 'earring', 'earshot', 'earthed', 'earthen', 'earthly', 'earwaxs', 'earwigs', 'easiest', 'eastern', 'easters', 'eastman', 'eatable', 'eaterys', 'eatings', 'ebonics', 'ebonies', 'echelon', 'echidna', 'echoing', 'eclipse', 'eclogue', 'ecology', 'economy', 'ecstasy', 'ectopic', 'ecuador', 'eczemas', 'eddying', 'edgardo', 'edgiest', 'edgings', 'edibles', 'edifice', 'edified', 'edifies', 'edisons', 'editing', 'edition', 'editors', 'edmonds', 'edmunds', 'eduardo', 'educate', 'edwardo', 'edwards', 'edwinas', 'eeriest', 'eeyores', 'effaced', 'effaces', 'effects', 'effigys', 'efforts', 'efrains', 'egghead', 'eggnogs', 'egoisms', 'egoists', 'egotism', 'egotist', 'egresss', 'ehrlich', 'eidetic', 'eighths', 'eightys', 'eileens', 'eisners', 'ejected', 'ejector', 'ekstrom', 'elanors', 'elapsed', 'elapses', 'elastic', 'elating', 'elation', 'elbowed', 'elderly', 'eleanor', 'eleazar', 'elected', 'elector', 'electra', 'electro', 'elegant', 'elegiac', 'elegies', 'element', 'elevate', 'elevens', 'elicits', 'eliding', 'elijahs', 'elinors', 'eliseos', 'elision', 'elitism', 'elitist', 'elixirs', 'elkhart', 'elliots', 'elliott', 'ellipse', 'ellison', 'ellwood', 'elnaths', 'elnoras', 'eloises', 'eloping', 'eltanin', 'eluding', 'elusive', 'elution', 'elviras', 'elwoods', 'elysian', 'elysium', 'emailed', 'emanate', 'emanuel', 'embalms', 'embargo', 'embarks', 'embassy', 'emblems', 'embower', 'embrace', 'embroil', 'embryos', 'emended', 'emerald', 'emerged', 'emerges', 'emeriti', 'emerson', 'emetics', 'emilias', 'emilios', 'eminems', 'eminent', 'emirate', 'emitted', 'emitter', 'emmetts', 'emoting', 'emotion', 'emotive', 'empanel', 'empathy', 'emperor', 'empires', 'empiric', 'emplace', 'employe', 'employs', 'emporia', 'empower', 'empress', 'emptied', 'emptier', 'empties', 'emptily', 'emulate', 'enabled', 'enabler', 'enables', 'enacted', 'enamels', 'enamors', 'enamour', 'encamps', 'encarta', 'encased', 'encases', 'enchain', 'enchant', 'enclave', 'enclose', 'encoded', 'encoder', 'encodes', 'encomia', 'encored', 'encores', 'encrust', 'encrypt', 'endears', 'endemic', 'endgame', 'endings', 'endives', 'endless', 'endorse', 'endowed', 'enduing', 'endured', 'endures', 'endways', 'endwise', 'enemata', 'enemies', 'energys', 'enfield', 'enfolds', 'enforce', 'engaged', 'engages', 'engelss', 'engines', 'england', 'english', 'engorge', 'engrave', 'engross', 'engulfs', 'enhance', 'enigmas', 'enjoins', 'enjoyed', 'enkidus', 'enlarge', 'enlists', 'enliven', 'enmitys', 'ennoble', 'enoughs', 'enqueue', 'enquire', 'enquiry', 'enraged', 'enrages', 'enricos', 'enrique', 'enrolls', 'ensigns', 'enslave', 'ensnare', 'ensuing', 'ensured', 'ensurer', 'ensures', 'entails', 'entente', 'entered', 'enthral', 'enthuse', 'enticed', 'enticer', 'entices', 'entitle', 'entitys', 'entombs', 'entrain', 'entrant', 'entraps', 'entreat', 'entries', 'entropy', 'entrust', 'entwine', 'enuring', 'envelop', 'envenom', 'envious', 'environ', 'envying', 'enzymes', 'eocenes', 'epaulet', 'ephesus', 'ephraim', 'epicure', 'epigram', 'epilogs', 'episode', 'epistle', 'epitaph', 'epitaxy', 'epithet', 'epitome', 'epochal', 'epoxied', 'epoxies', 'epoxyed', 'epsilon', 'epstein', 'equable', 'equably', 'equaled', 'equally', 'equated', 'equates', 'equator', 'equines', 'equinox', 'equitys', 'erasers', 'erasing', 'erasmus', 'erastus', 'erasure', 'erebuss', 'erected', 'erectly', 'erector', 'erewhon', 'ergodic', 'erickas', 'ericson', 'eritrea', 'ermines', 'ernesto', 'ernests', 'eroding', 'erosion', 'erosive', 'erotica', 'errancy', 'errands', 'erratas', 'erratic', 'erratum', 'ersatzs', 'erskine', 'erudite', 'erupted', 'escaped', 'escapee', 'escapes', 'escheat', 'eschers', 'eschews', 'escorts', 'escrows', 'eskimos', 'espouse', 'espying', 'esquire', 'essayed', 'essence', 'estates', 'esteban', 'esteems', 'estelas', 'estella', 'estelle', 'esthers', 'esthete', 'estonia', 'estrada', 'estuary', 'etchers', 'etching', 'eternal', 'ethanol', 'ethical', 'ethicss', 'ethnics', 'etruria', 'euclids', 'eugenia', 'eugenic', 'eugenie', 'eugenio', 'eulogys', 'eunices', 'eunuchs', 'euphony', 'eurasia', 'europas', 'europes', 'euterpe', 'evacuee', 'evading', 'evangel', 'evasion', 'evasive', 'evenest', 'evening', 'evenkis', 'everest', 'everett', 'evicted', 'evident', 'evilest', 'eviller', 'evinced', 'evinces', 'evocate', 'evoking', 'evolute', 'evolved', 'evolves', 'exacted', 'exacter', 'exactly', 'exalted', 'examine', 'example', 'exceeds', 'excepts', 'excerpt', 'excesss', 'excised', 'excises', 'excited', 'excites', 'exciton', 'exclaim', 'exclude', 'excreta', 'excrete', 'excused', 'excuses', 'execute', 'exegete', 'exempts', 'exerted', 'exhaled', 'exhales', 'exhaust', 'exhibit', 'exhorts', 'exhumed', 'exhumes', 'exigent', 'exiling', 'existed', 'exiting', 'exocets', 'exoduss', 'exogamy', 'exotica', 'exotics', 'expands', 'expanse', 'expects', 'expends', 'expense', 'experts', 'expiate', 'expired', 'expires', 'explain', 'explode', 'exploit', 'explore', 'exports', 'exposed', 'exposer', 'exposes', 'exposit', 'expound', 'express', 'expunge', 'extends', 'extents', 'extinct', 'extolls', 'extorts', 'extract', 'extrema', 'extreme', 'extrude', 'exudate', 'exuding', 'exulted', 'eyeball', 'eyebrow', 'eyefuls', 'eyelash', 'eyelets', 'eyelids', 'eyesore', 'eysenck', 'ezekiel', 'fabians', 'fabrics', 'facaded', 'facades', 'faceted', 'facials', 'facings', 'faction', 'factors', 'factory', 'factual', 'faculty', 'faddish', 'fadeout', 'faecess', 'faeroes', 'fagging', 'faggots', 'failing', 'failure', 'fainest', 'fainted', 'fainter', 'faintly', 'fairest', 'fairfax', 'fairies', 'fairing', 'fairway', 'faisals', 'falasha', 'falcons', 'fallacy', 'falling', 'falloff', 'fallout', 'fallows', 'falsely', 'falsest', 'falsify', 'falsity', 'falters', 'falwell', 'familys', 'famines', 'fanatic', 'fancied', 'fancier', 'fancies', 'fancily', 'fanfare', 'fanfold', 'fangled', 'fannies', 'fanning', 'fantasy', 'fanzine', 'faraday', 'faraway', 'farinas', 'farleys', 'farmers', 'farming', 'farrell', 'farrows', 'farther', 'farting', 'fascism', 'fascist', 'fashion', 'fastens', 'fastest', 'fasting', 'fatally', 'fateful', 'fathead', 'fathers', 'fathoms', 'fatigue', 'fatimid', 'fatness', 'fattens', 'fattest', 'fattier', 'fatties', 'fatuous', 'faucets', 'faulted', 'faustus', 'favored', 'favorer', 'favours', 'fawning', 'fayette', 'fealtys', 'fearful', 'fearing', 'feasted', 'feather', 'feature', 'febrile', 'fedders', 'federal', 'fedoras', 'feebler', 'feedbag', 'feeders', 'feeding', 'feelers', 'feeling', 'feigned', 'feinted', 'feldman', 'felecia', 'felices', 'felicia', 'felines', 'felipes', 'fellest', 'felling', 'fellini', 'fellows', 'felonys', 'felsite', 'felting', 'females', 'femoral', 'fencers', 'fencing', 'fenders', 'fending', 'fennels', 'ferbers', 'fermats', 'ferment', 'fermion', 'fermium', 'fernery', 'ferrari', 'ferraro', 'ferrell', 'ferrets', 'ferried', 'ferries', 'ferrite', 'ferrous', 'ferrule', 'fertile', 'fervent', 'fervors', 'fervour', 'festers', 'festive', 'festoon', 'fetched', 'fetches', 'fetichs', 'fetishs', 'fetlock', 'fetters', 'fettles', 'fetuses', 'feuding', 'fevered', 'fewness', 'feynman', 'fiancee', 'fiances', 'fiascos', 'fibbers', 'fibbing', 'fibroid', 'fibrous', 'fibulae', 'fibulas', 'fickler', 'fiction', 'fictive', 'fiddled', 'fiddler', 'fiddles', 'fidgets', 'fidgety', 'fiefdom', 'fielded', 'fielder', 'fiercer', 'fierier', 'fiestas', 'fifteen', 'fifties', 'figaros', 'fighter', 'figment', 'figural', 'figured', 'figures', 'fijians', 'filbert', 'filched', 'filches', 'filings', 'fillers', 'fillets', 'fillies', 'filling', 'fillips', 'filmdom', 'filmier', 'filming', 'filofax', 'filters', 'finagle', 'finales', 'finally', 'finance', 'finches', 'finders', 'finding', 'finerys', 'finesse', 'fingers', 'finicky', 'finises', 'finishs', 'finking', 'finland', 'finleys', 'finnier', 'finnish', 'firearm', 'firebug', 'firefly', 'firefox', 'fireman', 'firemen', 'firings', 'firmest', 'firming', 'firstly', 'fiscals', 'fischer', 'fishers', 'fishery', 'fishier', 'fishing', 'fishnet', 'fissile', 'fission', 'fissure', 'fistful', 'fitness', 'fitters', 'fittest', 'fitting', 'fitzroy', 'fixable', 'fixated', 'fixates', 'fixedly', 'fixings', 'fixitys', 'fixture', 'fizeaus', 'fizzier', 'fizzing', 'fizzled', 'fizzles', 'flaccid', 'flagged', 'flagler', 'flagons', 'flailed', 'flakier', 'flaking', 'flambed', 'flambes', 'flamers', 'flaming', 'flanges', 'flanked', 'flanker', 'flannel', 'flapped', 'flapper', 'flaring', 'flashed', 'flasher', 'flashes', 'flatbed', 'flatcar', 'flatted', 'flatten', 'flatter', 'flattop', 'flaunts', 'flavors', 'flavour', 'flawing', 'flaying', 'flecked', 'fledged', 'fleeced', 'fleeces', 'fleeing', 'fleeted', 'fleeter', 'fleetly', 'fleming', 'flemish', 'fleshed', 'fleshes', 'fleshly', 'flexing', 'flexure', 'flicked', 'flicker', 'flights', 'flighty', 'flinchs', 'flipped', 'flipper', 'flirted', 'flitted', 'floated', 'floater', 'flocked', 'flogged', 'flooded', 'flooder', 'floored', 'floozie', 'floozys', 'flopped', 'floppys', 'florida', 'florine', 'florins', 'florist', 'flossed', 'flosses', 'flossie', 'flotsam', 'flounce', 'floured', 'flouted', 'flowers', 'flowery', 'flowing', 'flubbed', 'fluency', 'fluffed', 'fluidly', 'flukier', 'flummox', 'flunked', 'flunkey', 'flunkie', 'flunkys', 'flurrys', 'flushed', 'flusher', 'flushes', 'fluster', 'fluting', 'flutist', 'flutter', 'fluvial', 'fluxing', 'flyable', 'flyings', 'flyleaf', 'flyover', 'foaling', 'foamier', 'foaming', 'fobbing', 'focally', 'focsles', 'focused', 'focuses', 'fodders', 'foetuss', 'fogarty', 'foggier', 'foggily', 'fogging', 'foghorn', 'foibles', 'foiling', 'foisted', 'folders', 'folding', 'foldout', 'folgers', 'foliage', 'foliate', 'follies', 'follows', 'foments', 'fondant', 'fondest', 'fondled', 'fondles', 'fondues', 'foolery', 'fooling', 'foolish', 'footage', 'footers', 'footing', 'footman', 'footmen', 'footpad', 'footsie', 'foppish', 'foraged', 'forager', 'forages', 'forayed', 'forbade', 'forbear', 'forbids', 'forbore', 'forceps', 'forcing', 'fordham', 'fording', 'forearm', 'foreign', 'foreleg', 'foreman', 'foremen', 'foresaw', 'foresee', 'forests', 'forever', 'forfeit', 'forfend', 'forgave', 'forgers', 'forgery', 'forgets', 'forging', 'forgive', 'forgoes', 'forgone', 'forking', 'forlorn', 'formals', 'formant', 'formate', 'formats', 'formers', 'formica', 'forming', 'formosa', 'formula', 'forrest', 'forsake', 'forsook', 'forster', 'fortier', 'forties', 'fortify', 'fortran', 'fortune', 'forward', 'forwent', 'fossils', 'fosters', 'fotomat', 'foulest', 'fouling', 'founded', 'founder', 'foundry', 'fourier', 'fourths', 'fowling', 'foxhall', 'foxhole', 'foxiest', 'foxtail', 'foxtrot', 'fracass', 'fractal', 'fragile', 'frailer', 'frailty', 'framers', 'framing', 'frances', 'francis', 'franked', 'frankel', 'franker', 'frankie', 'frankly', 'frannys', 'frantic', 'frappes', 'fraught', 'fraying', 'frazier', 'frazzle', 'freaked', 'freckle', 'freddie', 'freddys', 'fredric', 'freebee', 'freebie', 'freedom', 'freeing', 'freeman', 'freemen', 'freeway', 'freezer', 'freezes', 'freidas', 'freight', 'fremont', 'frenchs', 'frenzys', 'frescos', 'freshen', 'fresher', 'freshet', 'freshly', 'fresnel', 'fresnos', 'fretful', 'fretted', 'friable', 'fridays', 'fridges', 'friedan', 'friedas', 'friends', 'friezes', 'frigate', 'friggas', 'frights', 'fringed', 'fringes', 'frisbee', 'frisian', 'frisked', 'fritter', 'frizzed', 'frizzes', 'frizzle', 'frogman', 'frogmen', 'frolics', 'frontal', 'fronted', 'frosted', 'frothed', 'frowned', 'fruited', 'frustum', 'fuchsia', 'fuckers', 'fucking', 'fuddled', 'fuddles', 'fudging', 'fueling', 'fuelled', 'fuentes', 'fujitsu', 'fukuoka', 'fulanis', 'fulcrum', 'fulfill', 'fulfils', 'fullest', 'fulling', 'fulness', 'fulsome', 'fultons', 'fumbled', 'fumbler', 'fumbles', 'functor', 'funders', 'funding', 'funeral', 'fungoid', 'fungous', 'funguss', 'funkier', 'funking', 'funnels', 'funnest', 'funnier', 'funnies', 'funnily', 'furbish', 'furious', 'furling', 'furlong', 'furnace', 'furnish', 'furrier', 'furring', 'furrows', 'further', 'furtive', 'fusible', 'fusions', 'fussier', 'fussily', 'fussing', 'fustian', 'fustier', 'futures', 'futzing', 'fuzhous', 'fuzzier', 'fuzzily', 'fuzzing', 'gabbier', 'gabbing', 'gabbled', 'gabbles', 'gabriel', 'gacruxs', 'gadding', 'gadflys', 'gadgets', 'gadsden', 'gadwall', 'gaelics', 'gaffing', 'gagarin', 'gagging', 'gaggles', 'gaietys', 'gaimans', 'gainers', 'gainess', 'gainful', 'gaining', 'gainsay', 'gaiters', 'galahad', 'galatea', 'galatia', 'galaxys', 'galenas', 'galilee', 'galileo', 'gallant', 'galleon', 'gallery', 'galleys', 'galling', 'gallium', 'gallons', 'gallops', 'gallows', 'galoiss', 'galoshs', 'galvani', 'gambias', 'gambits', 'gambled', 'gambler', 'gambles', 'gambols', 'gametes', 'gamiest', 'gamines', 'gandalf', 'ganders', 'gandhis', 'ganesha', 'gangess', 'ganging', 'ganglia', 'gangtok', 'gangway', 'gannets', 'gannett', 'gantlet', 'gantrys', 'garaged', 'garages', 'garbage', 'garbing', 'garbled', 'garbles', 'garcias', 'gardens', 'gardner', 'gareths', 'gargled', 'gargles', 'garland', 'garlics', 'garment', 'garners', 'garnets', 'garnish', 'garoted', 'garotes', 'garotte', 'garrets', 'garrett', 'garrick', 'garrote', 'garters', 'gascony', 'gaseous', 'gashing', 'gaskets', 'gasohol', 'gasping', 'gassier', 'gassing', 'gastric', 'gateway', 'gathers', 'gatling', 'gatsbys', 'gaucher', 'gauchos', 'gaudier', 'gaudily', 'gauging', 'gauguin', 'gaunter', 'gautama', 'gautier', 'gauzier', 'gavotte', 'gawains', 'gawkier', 'gawkily', 'gawking', 'gayetys', 'gaylord', 'gayness', 'gazebos', 'gazelle', 'gazette', 'gdansks', 'gearbox', 'gearing', 'geckoes', 'geegaws', 'geekier', 'geezers', 'geffens', 'gehenna', 'geigers', 'geishas', 'gelable', 'gelatin', 'gelding', 'gellers', 'gelling', 'geminis', 'gemlike', 'genaros', 'genders', 'general', 'generic', 'genesco', 'geneses', 'genesis', 'genetic', 'genevas', 'genghis', 'genital', 'geniuss', 'genomes', 'genteel', 'gentian', 'gentile', 'gentled', 'gentler', 'gentles', 'gentrys', 'genuine', 'genuses', 'geodesy', 'geoduck', 'geology', 'georges', 'georgia', 'geralds', 'gerardo', 'gerards', 'gerbers', 'gerbils', 'gerhard', 'geritol', 'germane', 'germans', 'germany', 'gerunds', 'gestalt', 'gestapo', 'gestate', 'gesture', 'getaway', 'getters', 'getting', 'gewgaws', 'geysers', 'ghanian', 'ghastly', 'gherkin', 'ghettos', 'ghosted', 'ghostly', 'giacomo', 'giauque', 'gibbers', 'gibbets', 'gibbons', 'gibbous', 'giblets', 'giddier', 'giddily', 'gielgud', 'gienahs', 'gifford', 'gifting', 'gigabit', 'gigging', 'giggled', 'giggler', 'giggles', 'gigolos', 'gilbert', 'gilding', 'gilliam', 'gillian', 'gilmore', 'gimlets', 'gimmick', 'gimpier', 'gingers', 'gingham', 'gingkos', 'ginkgos', 'ginmill', 'ginning', 'ginseng', 'gipsies', 'giraffe', 'girders', 'girding', 'girdled', 'girdles', 'girlish', 'girting', 'giselle', 'gizzard', 'glacial', 'glacier', 'gladden', 'gladder', 'glamors', 'glamour', 'glanced', 'glances', 'glaring', 'glasgow', 'glassed', 'glasses', 'glazier', 'glazing', 'gleamed', 'gleaned', 'gleaner', 'gleason', 'gleeful', 'glendas', 'glennas', 'glibber', 'glidden', 'gliders', 'gliding', 'glimmer', 'glimpse', 'glinted', 'glisten', 'glitchs', 'glitter', 'gloated', 'globule', 'gloried', 'glories', 'glorify', 'glossed', 'glosses', 'glossys', 'glottal', 'glottis', 'glovers', 'gloving', 'glowers', 'glowing', 'glucose', 'glueing', 'gluiest', 'glummer', 'glutens', 'glutted', 'glutton', 'glycine', 'gnarled', 'gnashed', 'gnashes', 'gnawing', 'gneisss', 'gnomish', 'gnostic', 'goading', 'goalies', 'goatees', 'gobbing', 'gobbled', 'gobbler', 'gobbles', 'goblets', 'goblins', 'goddamn', 'goddard', 'goddess', 'godfrey', 'godhead', 'godhood', 'godivas', 'godless', 'godlier', 'godlike', 'godsend', 'godsons', 'godunov', 'goering', 'goethes', 'goggled', 'goggles', 'goiania', 'goiters', 'goitres', 'goldens', 'goldies', 'golding', 'goldman', 'goldwyn', 'golfers', 'golfing', 'goliath', 'gollies', 'gompers', 'gomulka', 'gondola', 'gonging', 'gonzalo', 'goobers', 'goodall', 'goodbye', 'goodbys', 'goodies', 'goodman', 'goodwin', 'goofier', 'goofing', 'googles', 'gooiest', 'goosing', 'gophers', 'gordian', 'gorging', 'goriest', 'gorilla', 'goshawk', 'gosling', 'gospels', 'gossips', 'gossipy', 'gothics', 'goucher', 'gougers', 'gouging', 'goulash', 'gourmet', 'goutier', 'governs', 'gowning', 'grabbed', 'grabber', 'grables', 'gracies', 'gracing', 'grackle', 'gradate', 'graders', 'grading', 'gradual', 'grafted', 'grafter', 'grafton', 'grahame', 'grahams', 'grained', 'grammar', 'granada', 'granary', 'grandad', 'grandee', 'grander', 'grandly', 'grandma', 'grandpa', 'granges', 'granite', 'grannie', 'grannys', 'granola', 'granted', 'grantee', 'granter', 'grantor', 'granule', 'graphed', 'graphic', 'grapnel', 'grapple', 'grasped', 'grassed', 'grasses', 'graters', 'gratify', 'grating', 'gravels', 'gravely', 'gravest', 'gravies', 'graving', 'gravity', 'grayest', 'graying', 'grayish', 'grayson', 'grazing', 'greased', 'greases', 'greater', 'greatly', 'grecian', 'greeces', 'greeley', 'greened', 'greener', 'greenly', 'greeted', 'greeter', 'gregory', 'gremlin', 'grenada', 'grenade', 'grendel', 'gresham', 'gretels', 'gretzky', 'greyest', 'greying', 'greyish', 'greylag', 'griddle', 'grieved', 'griever', 'grieves', 'griffin', 'grilled', 'grilles', 'grimace', 'grimier', 'griming', 'grimmer', 'grinchs', 'grinder', 'gringos', 'grinned', 'griping', 'gripped', 'grippes', 'gristle', 'gristly', 'gritted', 'grizzle', 'grizzly', 'groaned', 'groaner', 'grocers', 'grocery', 'grommet', 'gromyko', 'groomed', 'grooved', 'grooves', 'groping', 'gropius', 'grossed', 'grosser', 'grosses', 'grosset', 'grossly', 'grotius', 'grottos', 'grouchs', 'grouchy', 'grounds', 'grouped', 'grouper', 'groupie', 'groused', 'grouses', 'grouted', 'grovels', 'grovers', 'growers', 'growing', 'growled', 'grownup', 'growths', 'groynes', 'grubbed', 'grudged', 'grudges', 'gruffer', 'gruffly', 'grumble', 'grumman', 'grunges', 'grunted', 'gruyres', 'gryphon', 'gteborg', 'guanine', 'guarani', 'guarded', 'guardia', 'guerdon', 'guerras', 'guessed', 'guesser', 'guesses', 'guested', 'guevara', 'guffaws', 'guianas', 'guiding', 'guignol', 'guilder', 'guinean', 'guineas', 'guitars', 'guiyang', 'gujarat', 'gulches', 'gullets', 'gulleys', 'gullies', 'gulling', 'gulping', 'gumbels', 'gumdrop', 'gummier', 'gumming', 'gumshoe', 'gunboat', 'gunfire', 'gunmans', 'gunners', 'gunnery', 'gunning', 'gunplay', 'gunshot', 'gunther', 'gunwale', 'guofeng', 'guppies', 'gurgled', 'gurgles', 'gurkhas', 'gurneys', 'gushers', 'gushier', 'gushing', 'gussets', 'gustave', 'gustavo', 'gustavs', 'gustier', 'gusting', 'guthrie', 'gutless', 'gutsier', 'gutters', 'gutting', 'guyanas', 'guzmans', 'guzzled', 'guzzler', 'guzzles', 'gwalior', 'gymnast', 'gypping', 'gypsies', 'gypsite', 'gypsums', 'gyrated', 'gyrates', 'habitat', 'habitus', 'hackers', 'hackett', 'hacking', 'hackles', 'hackney', 'hacksaw', 'haddock', 'hadrian', 'hafnium', 'haggard', 'haggled', 'haggler', 'haggles', 'hailing', 'haircut', 'hairdos', 'hairier', 'hairnet', 'hairpin', 'haitian', 'hakluyt', 'halberd', 'halcyon', 'haldane', 'halfway', 'halibut', 'halifax', 'hallies', 'hallows', 'hallway', 'halogen', 'haloing', 'halpern', 'halters', 'halting', 'halvers', 'halving', 'halyard', 'hamburg', 'hamhung', 'hamills', 'hamitic', 'hamlets', 'hamlins', 'hammers', 'hammett', 'hamming', 'hammock', 'hammond', 'hampers', 'hampton', 'hamster', 'hancock', 'handbag', 'handcar', 'handels', 'handful', 'handgun', 'handier', 'handily', 'handing', 'handled', 'handler', 'handles', 'handout', 'handset', 'hanford', 'hangars', 'hangdog', 'hangers', 'hanging', 'hangman', 'hangmen', 'hangout', 'hanguls', 'hankers', 'hankies', 'hanover', 'hansels', 'hansens', 'hansoms', 'hansons', 'hapless', 'haploid', 'happens', 'happier', 'happily', 'harares', 'harbors', 'harbour', 'hardens', 'hardest', 'hardhat', 'hardier', 'hardily', 'harding', 'hardins', 'hardtop', 'harelip', 'harkens', 'harking', 'harlans', 'harlems', 'harlots', 'harmful', 'harming', 'harmons', 'harmony', 'harness', 'harolds', 'harpers', 'harpies', 'harping', 'harpist', 'harpoon', 'harrell', 'harried', 'harrier', 'harries', 'harriet', 'harrods', 'harrows', 'harshen', 'harsher', 'harshly', 'hartley', 'hartman', 'harvard', 'harvest', 'hasbros', 'hashing', 'hashish', 'hasidim', 'hassled', 'hassles', 'hassock', 'hastens', 'hastier', 'hastily', 'hasting', 'hatched', 'hatches', 'hatchet', 'hateful', 'hatreds', 'hatters', 'hatties', 'hatting', 'haughty', 'haulage', 'haulers', 'hauling', 'haunchs', 'haunted', 'haunter', 'hauteur', 'havanas', 'havarti', 'hawaiis', 'hawkers', 'hawking', 'hawkins', 'hawkish', 'hawsers', 'haycock', 'haydens', 'hayloft', 'haymows', 'hayseed', 'hayward', 'haywire', 'haywood', 'hazards', 'haziest', 'hazings', 'hazlitt', 'headers', 'headier', 'heading', 'headset', 'headway', 'healers', 'healing', 'healths', 'healthy', 'heaping', 'hearers', 'hearing', 'hearken', 'hearsay', 'hearses', 'hearten', 'hearths', 'heartys', 'heaters', 'heathen', 'heather', 'heating', 'heavens', 'heavers', 'heavier', 'heavies', 'heavily', 'heaving', 'heberts', 'hebraic', 'hebrews', 'heckled', 'heckler', 'heckles', 'heckman', 'hectare', 'hectors', 'hedging', 'heedful', 'heeding', 'heehaws', 'heelers', 'heeling', 'hefners', 'heftier', 'hefting', 'heifers', 'heifetz', 'heights', 'heinous', 'heiress', 'heisman', 'heisted', 'helenas', 'helenes', 'helical', 'helices', 'helicon', 'helioss', 'heliums', 'helixes', 'hellion', 'hellish', 'hellman', 'helmets', 'helpers', 'helpful', 'helping', 'hemline', 'hemlock', 'hemming', 'henbane', 'hendrix', 'hennaed', 'henning', 'henpeck', 'hensley', 'hensons', 'hepatic', 'hepburn', 'heppest', 'heptane', 'heralds', 'herbage', 'herbart', 'herbert', 'herding', 'heresys', 'heretic', 'hermann', 'hermans', 'hermess', 'hermite', 'hermits', 'hermosa', 'herniae', 'hernias', 'heroics', 'heroine', 'heroins', 'heroism', 'herpess', 'herrera', 'herrick', 'herring', 'herself', 'herseys', 'hershel', 'hershey', 'hertzes', 'hertzog', 'heshvan', 'hessian', 'hesters', 'hestons', 'hetties', 'hewitts', 'hewlett', 'hexagon', 'heydays', 'heywood', 'hialeah', 'hiatuss', 'hibachi', 'hibbard', 'hiccups', 'hickeys', 'hickman', 'hickory', 'hidalgo', 'hideous', 'hideout', 'hidings', 'higgins', 'highboy', 'highest', 'highway', 'hijacks', 'hijinks', 'hilario', 'hilarys', 'hilbert', 'hillary', 'hillier', 'hillman', 'hillmen', 'hillock', 'hilltop', 'himmler', 'himself', 'hinders', 'hinging', 'hinting', 'hintons', 'hippest', 'hippies', 'hipping', 'hipster', 'hirings', 'hiroshi', 'hirsute', 'hissing', 'history', 'hitachi', 'hitched', 'hitches', 'hitlers', 'hitters', 'hitting', 'hittite', 'hloises', 'hoagies', 'hoarded', 'hoarder', 'hoarier', 'hoarser', 'hoaxers', 'hoaxing', 'hobarts', 'hobbies', 'hobbled', 'hobbles', 'hobnail', 'hobnobs', 'hoboken', 'hockeys', 'hocking', 'hockney', 'hodgkin', 'hoedown', 'hoffman', 'hogarth', 'hogging', 'hoggish', 'hogwash', 'hohhots', 'hohokam', 'hoisted', 'hokiest', 'hokusai', 'holbein', 'holcomb', 'holdens', 'holders', 'holding', 'holdout', 'holdups', 'holiday', 'holiest', 'holland', 'hollers', 'holleys', 'hollies', 'hollows', 'holmans', 'holmdel', 'holmess', 'holmium', 'holster', 'holyoke', 'homages', 'homburg', 'homeboy', 'homeown', 'homered', 'homeric', 'homiest', 'homilys', 'hominys', 'homonym', 'honchos', 'honesty', 'honeyed', 'honiara', 'honking', 'honored', 'honoree', 'honorer', 'honours', 'honshus', 'hooding', 'hoodlum', 'hoodoos', 'hoofing', 'hookahs', 'hookers', 'hookeys', 'hooking', 'hookups', 'hoopers', 'hooping', 'hooplas', 'hoorahs', 'hoorays', 'hoosier', 'hootchs', 'hooters', 'hooting', 'hoovers', 'hopeful', 'hopkins', 'hoppers', 'hopping', 'horacio', 'horatio', 'hording', 'horizon', 'hormels', 'hormone', 'hornets', 'hornier', 'horrify', 'horrors', 'horsely', 'horsier', 'horsing', 'hortons', 'hosanna', 'hosiery', 'hospice', 'hostage', 'hostels', 'hostess', 'hostile', 'hosting', 'hostler', 'hotbeds', 'hotcake', 'hothead', 'hotness', 'hotshot', 'hottest', 'houdini', 'hoummos', 'hounded', 'housing', 'housman', 'houston', 'hovered', 'howdahs', 'howells', 'however', 'howlers', 'howling', 'hubbard', 'hubbell', 'hubbies', 'hubbles', 'hubbubs', 'hubcaps', 'huberts', 'hubriss', 'huddled', 'huddles', 'hudsons', 'huertas', 'huffier', 'huffily', 'huffing', 'huffman', 'hugging', 'huggins', 'hulking', 'hulling', 'humaner', 'humanly', 'humbled', 'humbler', 'humbles', 'humbugs', 'humdrum', 'humerus', 'humidly', 'humidor', 'hummers', 'humming', 'hummock', 'humored', 'humorer', 'humours', 'humping', 'hunched', 'hunches', 'hundred', 'hungary', 'hungers', 'hunkers', 'hunters', 'hunting', 'huntley', 'hurdled', 'hurdler', 'hurdles', 'hurlers', 'hurleys', 'hurling', 'hurrahs', 'hurrays', 'hurried', 'hurries', 'hurtful', 'hurting', 'hurtled', 'hurtles', 'hurwitz', 'husband', 'hushing', 'huskers', 'huskier', 'huskies', 'huskily', 'husking', 'hussars', 'hussein', 'husserl', 'hussies', 'hussite', 'hustled', 'hustler', 'hustles', 'hutches', 'huttons', 'hutzpah', 'hutzpas', 'huxleys', 'huygens', 'hyadess', 'hyaenas', 'hyaline', 'hyannis', 'hybrids', 'hydrant', 'hydrate', 'hydride', 'hydrous', 'hydroxy', 'hygiene', 'hymnals', 'hymning', 'hyphens', 'hyundai', 'iaccoca', 'iambics', 'iapetus', 'iberian', 'iberias', 'icaruss', 'iceberg', 'iceboxs', 'icecaps', 'iceland', 'icicles', 'iciness', 'ickiest', 'idahoan', 'idahoes', 'ideally', 'idiocys', 'idiotic', 'idolise', 'idolize', 'idyllic', 'iffiest', 'ignacio', 'igneous', 'ignited', 'ignites', 'ignoble', 'ignobly', 'ignored', 'ignores', 'iguanas', 'iguassu', 'illegal', 'illicit', 'illness', 'illogic', 'imagery', 'imagine', 'imaging', 'imbibed', 'imbibes', 'imbrium', 'imbuing', 'imeldas', 'imhotep', 'imitate', 'immense', 'immerse', 'immoral', 'immured', 'immures', 'imodium', 'imogene', 'impacts', 'impairs', 'impalas', 'impaled', 'impales', 'impanel', 'imparts', 'impasse', 'impeach', 'impeded', 'impedes', 'impends', 'imperil', 'impetus', 'impiety', 'impinge', 'impious', 'implant', 'implied', 'implies', 'implode', 'implore', 'imports', 'imposed', 'imposes', 'impound', 'impress', 'imprint', 'improve', 'impugns', 'impulse', 'impurer', 'imputed', 'imputes', 'inanely', 'inanest', 'inanity', 'inboard', 'inbound', 'inbreed', 'inbuilt', 'incense', 'incests', 'inching', 'inchons', 'incised', 'incises', 'incisor', 'incited', 'incites', 'incline', 'inclose', 'include', 'incomes', 'incrust', 'incubus', 'indents', 'indexed', 'indexes', 'indiana', 'indians', 'indices', 'indicts', 'indigos', 'indiras', 'indoors', 'indorse', 'induced', 'inducer', 'induces', 'inducts', 'induing', 'indulge', 'indwell', 'ineptly', 'inertia', 'inertly', 'inexact', 'infamys', 'infancy', 'infants', 'infarct', 'infects', 'inferno', 'infests', 'infidel', 'infield', 'infight', 'infimum', 'inflame', 'inflate', 'inflect', 'inflict', 'influxs', 'informs', 'infract', 'infused', 'infuses', 'ingests', 'ingnues', 'ingrain', 'ingrams', 'ingrate', 'ingress', 'ingrids', 'ingrown', 'inhabit', 'inhaled', 'inhaler', 'inhales', 'inhered', 'inheres', 'inherit', 'inhibit', 'inhuman', 'initial', 'injects', 'injunct', 'injured', 'injures', 'injurys', 'inkblot', 'inkiest', 'inkings', 'inkling', 'inkwell', 'inlands', 'inmates', 'innards', 'innings', 'inquest', 'inquire', 'inquiry', 'inroads', 'insaner', 'inseams', 'insects', 'inserts', 'inshore', 'insider', 'insides', 'insight', 'insigne', 'insipid', 'insists', 'insofar', 'insoles', 'inspect', 'inspire', 'install', 'instals', 'instant', 'instead', 'insteps', 'instill', 'instils', 'insular', 'insulin', 'insults', 'insured', 'insurer', 'insures', 'intagli', 'intakes', 'integer', 'intends', 'intense', 'intents', 'interim', 'interne', 'interns', 'intimal', 'intoned', 'intones', 'introit', 'intrude', 'intrust', 'intuits', 'inuring', 'invaded', 'invader', 'invades', 'invalid', 'inveigh', 'invents', 'inverse', 'inverts', 'invests', 'invited', 'invitee', 'invites', 'invoice', 'invoked', 'invoker', 'invokes', 'involve', 'inwards', 'iodines', 'iodised', 'iodises', 'iodized', 'iodizes', 'ionesco', 'ionians', 'ionised', 'ionises', 'ionized', 'ionizer', 'ionizes', 'ipecacs', 'iqaluit', 'iquitos', 'iranian', 'irately', 'ireland', 'iridium', 'irisher', 'irksome', 'irkutsk', 'ironies', 'ironing', 'irtishs', 'isabels', 'isadore', 'isfahan', 'ishmael', 'ishtars', 'isidros', 'islamic', 'islands', 'ismaels', 'ismails', 'isobars', 'isolate', 'isotope', 'ispells', 'israeli', 'israels', 'issuant', 'issuers', 'issuing', 'isthmus', 'itaipus', 'italian', 'italics', 'itascas', 'itchier', 'itching', 'itemise', 'itemize', 'iterate', 'ithacan', 'ituness', 'ivanhoe', 'iverson', 'ivories', 'izanagi', 'izanami', 'izhevsk', 'jabbers', 'jabbing', 'jackals', 'jackass', 'jackdaw', 'jackets', 'jackies', 'jacking', 'jacklyn', 'jackman', 'jackpot', 'jackson', 'jaclyns', 'jacobin', 'jacobus', 'jacques', 'jacuzzi', 'jaggers', 'jagging', 'jaguars', 'jailers', 'jailing', 'jailors', 'jainism', 'jakarta', 'jalapeo', 'jalopys', 'jamaals', 'jamaica', 'jamming', 'janacek', 'janeiro', 'janelle', 'janells', 'janette', 'jangled', 'jangles', 'janices', 'janines', 'janitor', 'jannies', 'jansens', 'january', 'japuras', 'jargons', 'jarreds', 'jarrett', 'jarring', 'jarrods', 'jarviss', 'jasmine', 'jaspers', 'jaunted', 'javelin', 'javiers', 'jawbone', 'jaycees', 'jaysons', 'jaywalk', 'jazzier', 'jazzing', 'jealous', 'jeanies', 'jeanine', 'jeannes', 'jeannie', 'jeering', 'jeevess', 'jeffery', 'jeffrey', 'jeffrys', 'jehovah', 'jejunum', 'jekylls', 'jellied', 'jellies', 'jelling', 'jenifer', 'jenkins', 'jennies', 'jensens', 'jeopard', 'jeralds', 'jeremys', 'jericho', 'jerkier', 'jerkily', 'jerking', 'jerkins', 'jerolds', 'jerrods', 'jerrold', 'jerseys', 'jessica', 'jessies', 'jesters', 'jesting', 'jesuits', 'jetsams', 'jetties', 'jetting', 'jeweled', 'jeweler', 'jewells', 'jewelry', 'jezebel', 'jibbing', 'jiffies', 'jiggers', 'jigging', 'jiggled', 'jiggles', 'jigsawn', 'jigsaws', 'jillian', 'jilting', 'jimenez', 'jimmied', 'jimmies', 'jingled', 'jingles', 'jinxing', 'jitneys', 'jitters', 'jittery', 'joannas', 'joannes', 'joaquin', 'jobbers', 'jobbing', 'jobless', 'jocasta', 'jocelyn', 'jockeys', 'jocular', 'joesphs', 'joggers', 'jogging', 'joggled', 'joggles', 'johanna', 'johanns', 'johnies', 'johnnie', 'johnnys', 'johnsen', 'johnson', 'joiners', 'joining', 'jointed', 'jointly', 'jolenes', 'jollied', 'jollier', 'jollies', 'jollity', 'jolting', 'jonquil', 'jordans', 'josefas', 'josephs', 'joshing', 'joshuas', 'jostled', 'jostles', 'jotting', 'jounced', 'jounces', 'journal', 'journey', 'jousted', 'joycean', 'joyless', 'joyners', 'joyride', 'joyrode', 'juanita', 'juarezs', 'jubilee', 'judaism', 'judases', 'judging', 'judical', 'judiths', 'judsons', 'jugging', 'juggled', 'juggler', 'juggles', 'jugular', 'juicers', 'juicier', 'juicing', 'jujitsu', 'jujubes', 'jujutsu', 'jukebox', 'juliana', 'juliuss', 'jumbled', 'jumbles', 'jumpers', 'jumpier', 'jumping', 'juncoes', 'junctor', 'juneaus', 'jungian', 'jungles', 'juniors', 'juniper', 'junkers', 'junkets', 'junkier', 'junkies', 'junking', 'jupiter', 'juridic', 'jurists', 'justest', 'justice', 'justify', 'justine', 'justins', 'jutland', 'jutting', 'juvenal', 'kaddish', 'kaftans', 'kahluas', 'kaifeng', 'kaisers', 'kaitlin', 'kampala', 'kannada', 'kansans', 'kantian', 'kaolins', 'kaposis', 'karachi', 'karakul', 'karaoke', 'karates', 'kareems', 'karinas', 'karloff', 'karroos', 'kashmir', 'katelyn', 'kathies', 'kathryn', 'katinas', 'katrina', 'katydid', 'kaufman', 'kaunass', 'kaundas', 'kayaked', 'kazakhs', 'keatons', 'keeling', 'keelson', 'keenans', 'keenest', 'keening', 'keepers', 'keeping', 'keillor', 'keishas', 'kelleys', 'kellies', 'kellogg', 'kelseys', 'kendall', 'kendras', 'kenmore', 'kennans', 'kennedy', 'kennels', 'kenneth', 'kenning', 'kennith', 'kentons', 'kenyans', 'kenyons', 'keokuks', 'keplers', 'keratin', 'kerbing', 'kermits', 'kernels', 'kerouac', 'kerygma', 'kessler', 'kestrel', 'ketches', 'ketchup', 'ketosis', 'kettles', 'keyhole', 'keyness', 'keynote', 'keypads', 'keyword', 'khalids', 'kharkov', 'khayyam', 'khazars', 'khoisan', 'khorana', 'khulnas', 'khybers', 'kibbutz', 'kiboshs', 'kickers', 'kickier', 'kicking', 'kickoff', 'kidders', 'kiddies', 'kidding', 'kiddoes', 'kidnaps', 'kidneys', 'kieffer', 'kigalis', 'kilauea', 'kilgore', 'killers', 'killing', 'killjoy', 'kilning', 'kilobit', 'kiloton', 'kilroys', 'kilters', 'kimball', 'kimonos', 'kindest', 'kindled', 'kindles', 'kindred', 'kinesic', 'kinetic', 'kinfolk', 'kingdom', 'kinglet', 'kingpin', 'kinkier', 'kinking', 'kinneys', 'kinship', 'kinsman', 'kinsmen', 'kipling', 'kippers', 'kirghiz', 'kirsten', 'kislevs', 'kismets', 'kissers', 'kissing', 'kitchen', 'kitschs', 'kitschy', 'kittens', 'kitties', 'kiwanis', 'kleenex', 'klingon', 'kludges', 'klutzes', 'knacker', 'knavery', 'knavish', 'kneaded', 'kneader', 'kneecap', 'kneeing', 'kneeled', 'knelled', 'knesset', 'knievel', 'knifing', 'knights', 'knitted', 'knitter', 'knocked', 'knocker', 'knossos', 'knotted', 'knoweth', 'knowhow', 'knowing', 'knowles', 'knuckle', 'knudsen', 'knudson', 'knutsen', 'knutson', 'kochabs', 'kodalys', 'kodiaks', 'koizumi', 'kolkhoz', 'konrads', 'kookier', 'koontzs', 'kopecks', 'koppels', 'koppers', 'koreans', 'koshers', 'kossuth', 'kosygin', 'koufaxs', 'kowloon', 'kowtows', 'krakows', 'kramers', 'kremlin', 'kresges', 'krieger', 'kringle', 'krishna', 'kristas', 'kristen', 'kristie', 'kristin', 'kristis', 'kristys', 'krogers', 'krueger', 'krypton', 'krystal', 'kublais', 'kubrick', 'kumquat', 'kunming', 'kurdish', 'kurtiss', 'kutuzov', 'kuwaiti', 'kuwaits', 'kuznets', 'kwangju', 'kwanzaa', 'kyushus', 'labeled', 'labeler', 'labials', 'labiums', 'labored', 'laborer', 'labours', 'lacerta', 'laciest', 'lackeys', 'lacking', 'laconic', 'lacquer', 'lactate', 'lactose', 'lacunae', 'lacunas', 'ladders', 'laddies', 'ladings', 'ladling', 'ladonna', 'ladybug', 'lafitte', 'laggard', 'lagging', 'lagoons', 'laidlaw', 'laissez', 'lakisha', 'lakshmi', 'lamarck', 'lambast', 'lambent', 'lambert', 'lambing', 'lambkin', 'laments', 'laminar', 'lamming', 'lamonts', 'lampoon', 'lamprey', 'lancers', 'lancets', 'lancing', 'landers', 'landing', 'landons', 'landrys', 'landsat', 'langley', 'languid', 'languor', 'lankest', 'lankier', 'lanolin', 'lansing', 'lantern', 'lanyard', 'lanzhou', 'laocoon', 'laotian', 'laplace', 'lapland', 'lapping', 'lapsing', 'laptops', 'lapwing', 'laramie', 'larceny', 'larches', 'larders', 'larding', 'lardner', 'largely', 'largess', 'largest', 'lariats', 'larking', 'larsens', 'larsons', 'larynxs', 'lasagna', 'lasagne', 'lascaux', 'lashing', 'lassens', 'lassies', 'lassoed', 'lassoes', 'lasting', 'latasha', 'latched', 'latches', 'latency', 'lateral', 'lateran', 'latests', 'lathers', 'lathing', 'lathrop', 'latiner', 'latinos', 'latisha', 'latonya', 'latoyas', 'latrine', 'latrobe', 'latters', 'lattice', 'latvian', 'latvias', 'lauding', 'laughed', 'launchs', 'launder', 'laundry', 'laurels', 'laurens', 'laurent', 'lauries', 'laverne', 'laverns', 'lavonne', 'lawanda', 'lawgive', 'lawless', 'lawmake', 'lawsuit', 'lawyers', 'laxitys', 'laxness', 'layamon', 'layaway', 'layered', 'layette', 'laymans', 'layoffs', 'layouts', 'layover', 'lazaros', 'lazarus', 'laziest', 'lazying', 'leached', 'leaches', 'leaders', 'leadeth', 'leading', 'leafier', 'leafing', 'leaflet', 'leagued', 'leaguer', 'leagues', 'leakage', 'leakeys', 'leakier', 'leaking', 'leander', 'leanest', 'leaning', 'leannas', 'leannes', 'leaping', 'learjet', 'learned', 'learner', 'leashed', 'leashes', 'leasing', 'leather', 'leavens', 'leaving', 'lebanon', 'leblanc', 'lechers', 'lechery', 'lectern', 'lecture', 'ledgers', 'leeched', 'leeches', 'leerier', 'leering', 'leeward', 'leeways', 'leftest', 'lefties', 'leftism', 'leftist', 'legacys', 'legally', 'legatee', 'legates', 'legatos', 'legends', 'leggier', 'legging', 'leggins', 'leghorn', 'legible', 'legibly', 'legions', 'legless', 'legmans', 'legrees', 'legroom', 'legumes', 'legwork', 'lehmans', 'leibniz', 'leidens', 'leipzig', 'leisure', 'lelands', 'lemming', 'lemuels', 'lemuria', 'lenards', 'lenders', 'lending', 'lengths', 'lengthy', 'lenient', 'lennons', 'lenoirs', 'lenoras', 'lenores', 'lentils', 'leonard', 'leonels', 'leonine', 'leonors', 'leopard', 'leopold', 'leotard', 'lepidus', 'leprosy', 'leprous', 'lesbian', 'lesions', 'lesleys', 'leslies', 'lesotho', 'lessees', 'lessens', 'lesseps', 'lessies', 'lessons', 'lessors', 'lesters', 'letdown', 'leticia', 'letitia', 'letmein', 'letters', 'letting', 'lettuce', 'leucine', 'levants', 'leveled', 'leveler', 'levelly', 'levered', 'levines', 'levitts', 'levitys', 'levying', 'lewdest', 'lexical', 'lexicon', 'lhotses', 'liaised', 'liaises', 'liaison', 'libeled', 'libeler', 'liberal', 'liberia', 'liberty', 'libidos', 'library', 'librate', 'librium', 'libyans', 'licence', 'license', 'lichees', 'lichens', 'licking', 'lidding', 'liefest', 'lifters', 'lifting', 'liftoff', 'liggett', 'lighted', 'lighten', 'lighter', 'lightly', 'lignite', 'likable', 'likened', 'likings', 'liliana', 'lilians', 'liliths', 'lillian', 'lillies', 'lilting', 'limbers', 'limeade', 'limiest', 'limited', 'limiter', 'limning', 'limoges', 'limpest', 'limpets', 'limping', 'limpkin', 'limpopo', 'linages', 'lincoln', 'lindens', 'lindsay', 'lindsey', 'lineage', 'lineman', 'linemen', 'linenss', 'lineups', 'lingers', 'lingoes', 'lingual', 'linings', 'linkage', 'linking', 'linkups', 'linnets', 'linseed', 'lintels', 'lintons', 'linwood', 'lionels', 'lioness', 'lionise', 'lionize', 'lipread', 'liptons', 'liquefy', 'liqueur', 'liquids', 'liquify', 'liquors', 'lisbons', 'lisping', 'lissome', 'listens', 'listers', 'listing', 'listons', 'litanys', 'litchis', 'literal', 'lithest', 'lithium', 'litmuss', 'litters', 'littler', 'littles', 'littons', 'liturgy', 'livable', 'livably', 'livened', 'liverys', 'lividly', 'livings', 'livonia', 'lizards', 'lizzies', 'loaders', 'loading', 'loafers', 'loafing', 'loamier', 'loaners', 'loaning', 'loathed', 'loathes', 'loathly', 'lobbied', 'lobbies', 'lobbing', 'lobster', 'lobular', 'locales', 'locally', 'located', 'locates', 'locator', 'lockean', 'lockers', 'lockets', 'lockian', 'locking', 'lockjaw', 'locknut', 'lockout', 'lockups', 'locusts', 'locutor', 'lodgers', 'lodging', 'loftier', 'loftily', 'lofting', 'logbook', 'loggers', 'logging', 'logical', 'logjams', 'loiters', 'lollard', 'lolling', 'lombard', 'londons', 'longest', 'longing', 'longish', 'longleg', 'lonnies', 'lookers', 'looking', 'lookout', 'lookups', 'looming', 'looneys', 'loonier', 'loonies', 'loopier', 'looping', 'loosely', 'loosens', 'loosest', 'loosing', 'looters', 'looting', 'lopping', 'lopseed', 'loraine', 'lording', 'lorelei', 'lorenas', 'lorenes', 'lorentz', 'lorenzo', 'loretta', 'lorinda', 'lorries', 'losable', 'lossier', 'lotions', 'lottery', 'lotties', 'lotuses', 'loudest', 'louella', 'louisas', 'louises', 'lounged', 'lounges', 'lourdes', 'lousier', 'loutish', 'louvers', 'louvred', 'louvres', 'lovable', 'lovably', 'lovelys', 'lowbrow', 'lowdown', 'lowered', 'lowerys', 'lowland', 'lowlier', 'lowness', 'loyaler', 'loyally', 'loyalty', 'loyangs', 'lozenge', 'luandas', 'lubbers', 'lubbock', 'lucerne', 'luciano', 'lucidly', 'luciens', 'lucifer', 'luciles', 'lucille', 'lucinda', 'lucites', 'luciuss', 'luckier', 'luckily', 'lucking', 'lucknow', 'luddite', 'ludwigs', 'luellas', 'luggage', 'lugging', 'lugosis', 'lukemia', 'lullaby', 'lulling', 'lumbago', 'lumbers', 'lumires', 'lummoxs', 'lumpier', 'lumping', 'lumpish', 'lunacys', 'lunatic', 'lunched', 'lunches', 'lunging', 'lupines', 'lurched', 'lurches', 'luridly', 'lurking', 'lusakas', 'lushest', 'lusters', 'lustful', 'lustier', 'lustily', 'lusting', 'lustres', 'luthers', 'luxurys', 'lyceums', 'lychees', 'lynched', 'lyncher', 'lynches', 'lyndons', 'lynette', 'lyrical', 'lysenko', 'maaloxs', 'macabre', 'macadam', 'macaque', 'macbeth', 'macedon', 'machete', 'machine', 'maciass', 'macrame', 'macrams', 'macrons', 'macumba', 'madames', 'madcaps', 'maddens', 'madders', 'maddest', 'madding', 'maddoxs', 'madeira', 'madelyn', 'madison', 'madmans', 'madness', 'madonna', 'madrass', 'madrids', 'madurai', 'maestri', 'maestro', 'mafioso', 'magenta', 'maggies', 'maggots', 'maggoty', 'maghreb', 'magical', 'maginot', 'magnate', 'magneto', 'magnets', 'magnify', 'magnums', 'magpies', 'magyars', 'mahatma', 'mahfouz', 'mahican', 'mahjong', 'mahoney', 'maidens', 'maigret', 'mailbox', 'mailers', 'mailing', 'maillol', 'mailman', 'mailmen', 'maimans', 'maiming', 'maisies', 'majesty', 'majorca', 'majored', 'majorly', 'makable', 'makeups', 'makings', 'malabar', 'malabos', 'malacca', 'malachi', 'maladys', 'malaise', 'malamud', 'malaria', 'malawis', 'malayan', 'malcolm', 'maldive', 'malians', 'malibus', 'malices', 'maligns', 'malinda', 'mallard', 'mallarm', 'mallets', 'mallory', 'mallows', 'malones', 'maloney', 'malorys', 'malraux', 'malteds', 'maltese', 'malthus', 'malting', 'maltose', 'mamboed', 'mammals', 'mammary', 'mammons', 'mammoth', 'mamores', 'manacle', 'managed', 'manager', 'manages', 'managua', 'manamas', 'manatee', 'manchus', 'mancini', 'mandate', 'mandela', 'mandrel', 'manfred', 'mangers', 'mangier', 'mangled', 'mangler', 'mangles', 'mangoes', 'manhole', 'manhood', 'manhunt', 'maniacs', 'manikin', 'manilas', 'manilla', 'mankind', 'manleys', 'manlier', 'manners', 'manning', 'mannish', 'mansard', 'mansion', 'mansons', 'mantels', 'mantiss', 'mantled', 'mantles', 'mantoes', 'mantrap', 'mantras', 'manuals', 'manuela', 'manuels', 'manumit', 'manured', 'manures', 'maoisms', 'maoists', 'mapping', 'maputos', 'marabou', 'maracas', 'maratha', 'marathi', 'marauds', 'marbled', 'marbles', 'marceau', 'marcelo', 'marcels', 'marched', 'marcher', 'marches', 'marcias', 'marcies', 'marconi', 'marcuss', 'marduks', 'margery', 'margies', 'margins', 'margret', 'mariana', 'mariano', 'maribel', 'marilyn', 'marimba', 'marinas', 'mariner', 'marines', 'marions', 'marisas', 'marisol', 'marissa', 'marital', 'maritza', 'marjory', 'markabs', 'markers', 'markets', 'markham', 'marking', 'markups', 'marlene', 'marleys', 'marlins', 'marlons', 'marlowe', 'marmara', 'marmots', 'maroons', 'marples', 'marquee', 'marquez', 'marquis', 'married', 'marries', 'marring', 'marrows', 'marsala', 'marshal', 'marshas', 'marshes', 'martens', 'martial', 'martian', 'martina', 'martini', 'martins', 'martyrs', 'marvell', 'marvels', 'marxism', 'marxist', 'maryann', 'marylou', 'masadas', 'masaryk', 'mascara', 'mascots', 'maserus', 'mashers', 'mashhad', 'mashing', 'masking', 'masonic', 'masonry', 'masques', 'massage', 'masseur', 'massing', 'massive', 'masters', 'mastery', 'mastiff', 'mastoid', 'matador', 'matched', 'matcher', 'matches', 'mathews', 'mathias', 'mathieu', 'matilda', 'matinal', 'matinee', 'matines', 'matings', 'matinss', 'matisse', 'matriel', 'matrixs', 'matroid', 'matrons', 'mattels', 'matters', 'matthew', 'matties', 'matting', 'mattock', 'mattson', 'matured', 'maturer', 'matures', 'matzohs', 'matzoth', 'maudlin', 'maugham', 'mauling', 'maunder', 'maureen', 'mauriac', 'maurice', 'maurine', 'maurois', 'mauryan', 'mawkish', 'maxilla', 'maximal', 'maximum', 'maxines', 'maxwell', 'maydays', 'mayfair', 'mayflys', 'mayhems', 'maynard', 'mayoral', 'maypole', 'maytags', 'mazamas', 'mazarin', 'mazolas', 'mazurka', 'mazzini', 'mbabane', 'mcadams', 'mcbride', 'mccains', 'mccalls', 'mccarty', 'mcclain', 'mcclure', 'mccrays', 'mcelroy', 'mcenroe', 'mcgowan', 'mcgrath', 'mcguire', 'mckenna', 'mcleans', 'mcleods', 'mcluhan', 'mcmahon', 'mcnally', 'mcneils', 'mcnulty', 'mcqueen', 'mcveigh', 'meadows', 'meagans', 'mealier', 'meander', 'meanest', 'meaning', 'measles', 'measure', 'meatier', 'meddled', 'meddler', 'meddles', 'medford', 'medians', 'mediate', 'medical', 'mediums', 'medleys', 'medulla', 'medusas', 'meekest', 'meeting', 'megabit', 'megaton', 'meghans', 'meighen', 'meiosis', 'mekongs', 'melange', 'melanie', 'melanin', 'melcher', 'melding', 'melinda', 'melisas', 'melissa', 'mellows', 'melodic', 'melodys', 'melting', 'meltons', 'melvins', 'members', 'memento', 'memling', 'memoirs', 'memorys', 'memphis', 'menaced', 'menaces', 'menages', 'mencius', 'mencken', 'mendels', 'menders', 'mendezs', 'mending', 'mendoza', 'menelik', 'menfolk', 'menials', 'menkars', 'menkent', 'mennens', 'menorah', 'menotti', 'mensess', 'menthol', 'mention', 'mentors', 'menuhin', 'menzies', 'meowing', 'mercado', 'mercers', 'mercies', 'mercury', 'mergers', 'merging', 'merinos', 'merited', 'merlins', 'mermaid', 'mermans', 'merriam', 'merrick', 'merrier', 'merrill', 'merrily', 'merritt', 'mervins', 'mesabis', 'mescals', 'meshing', 'mesmers', 'message', 'messiah', 'messier', 'messily', 'messing', 'mestizo', 'metcalf', 'meteors', 'metered', 'methane', 'methods', 'methuen', 'metrics', 'mettles', 'metzler', 'mewling', 'mexican', 'mexicos', 'miaowed', 'miasmal', 'miasmas', 'michael', 'micheal', 'michele', 'michels', 'mickeys', 'mickies', 'micmacs', 'microbe', 'microns', 'midairs', 'midband', 'middays', 'middies', 'middles', 'midgets', 'midland', 'midmorn', 'midmost', 'midriff', 'midspan', 'midterm', 'midtown', 'midways', 'midweek', 'midwest', 'midwife', 'midyear', 'miffing', 'mightnt', 'migrant', 'migrate', 'miguels', 'mikhail', 'mikoyan', 'mildest', 'mildews', 'mildred', 'mileage', 'milford', 'milieus', 'milieux', 'militia', 'milkens', 'milkers', 'milkier', 'milking', 'milkman', 'milkmen', 'milksop', 'millage', 'millard', 'millers', 'millets', 'millies', 'milling', 'million', 'miltown', 'mimesis', 'mimetic', 'mimicry', 'mimosas', 'minaret', 'mincing', 'mindful', 'minding', 'mindoro', 'mineral', 'minerva', 'mingled', 'mingles', 'minguss', 'minibus', 'minicam', 'minimal', 'minimax', 'minimum', 'minings', 'minions', 'minivan', 'minnies', 'minnows', 'minoans', 'minolta', 'minored', 'minskys', 'minster', 'mintaka', 'mintier', 'minting', 'minuend', 'minuets', 'minuses', 'minuted', 'minuter', 'minutes', 'minutia', 'miocene', 'mirachs', 'miracle', 'mirages', 'miranda', 'mirfaks', 'miriams', 'mirrors', 'mirzams', 'miscall', 'miscast', 'miscued', 'miscues', 'misdeal', 'misdeed', 'misdoes', 'misdone', 'miserly', 'miserys', 'misfire', 'misfits', 'mishaps', 'miskito', 'mislaid', 'mislays', 'mislead', 'misplay', 'misread', 'misrule', 'missals', 'missile', 'missing', 'mission', 'missive', 'misstep', 'mistake', 'misters', 'mistier', 'mistily', 'mistime', 'misting', 'mistook', 'mistype', 'misused', 'misuses', 'mitchel', 'mitered', 'mitford', 'mithras', 'mitosis', 'mitring', 'mittens', 'mixture', 'mizzens', 'moaning', 'mobbing', 'mobiles', 'mobster', 'mobutus', 'mockers', 'mockery', 'mocking', 'modally', 'modeled', 'moderns', 'modesto', 'modesty', 'modicum', 'modular', 'modules', 'modulus', 'mohacss', 'mohairs', 'mohamed', 'mohawks', 'mohican', 'moietys', 'moisten', 'moister', 'moistly', 'mojaves', 'molders', 'moldier', 'molding', 'moldova', 'molests', 'moliere', 'mollies', 'mollify', 'mollusc', 'mollusk', 'molnars', 'molochs', 'molokai', 'molotov', 'molting', 'mombasa', 'momenta', 'moments', 'mommies', 'monacos', 'monadic', 'monarch', 'mondale', 'mondays', 'moneras', 'moneyed', 'mongers', 'mongols', 'mongrel', 'monicas', 'moniker', 'monique', 'monitor', 'monkeys', 'monkish', 'monocle', 'monolog', 'monomer', 'monroes', 'monsoon', 'monster', 'montage', 'montana', 'monthly', 'montoya', 'mooched', 'moocher', 'mooches', 'moodier', 'moodily', 'mooneys', 'mooning', 'moonlit', 'mooring', 'moorish', 'mooting', 'moppets', 'mopping', 'moraine', 'morales', 'morally', 'morasss', 'moravia', 'mordant', 'mordred', 'morenos', 'moresby', 'morgans', 'morgues', 'morison', 'moritas', 'mormons', 'morning', 'morocco', 'moronic', 'morphys', 'morrill', 'morrows', 'morsels', 'mortals', 'mortars', 'mortice', 'mortify', 'mortise', 'mortons', 'mosaics', 'moscows', 'moseley', 'moselle', 'moseyed', 'moslems', 'mosleys', 'mosques', 'mossier', 'mothers', 'motiles', 'motions', 'motives', 'motleys', 'motlier', 'motored', 'motowns', 'motrins', 'mottled', 'mottles', 'mottoes', 'moulded', 'moulder', 'moulted', 'moulton', 'mounded', 'mounted', 'mounter', 'mountie', 'mourned', 'mourner', 'mousers', 'mousier', 'mousing', 'moussed', 'mousses', 'mouthed', 'mouthes', 'moutons', 'movable', 'movings', 'mowglis', 'mozarts', 'mozilla', 'muawiya', 'mubarak', 'muckier', 'mucking', 'muddied', 'muddier', 'muddies', 'mudding', 'muddled', 'muddler', 'muddles', 'mueller', 'muezzin', 'muffing', 'muffins', 'muffled', 'muffler', 'muffles', 'mugabes', 'muggers', 'muggier', 'mugging', 'mukluks', 'mulatto', 'mulched', 'mulches', 'mulders', 'mullahs', 'mullein', 'mullens', 'mullers', 'mullets', 'mulling', 'mullins', 'mullion', 'mumbais', 'mumbled', 'mumbler', 'mumbles', 'mumford', 'mummers', 'mummery', 'mummies', 'mummify', 'munched', 'munches', 'mundane', 'munichs', 'muppets', 'murders', 'murdoch', 'muriels', 'murillo', 'murines', 'murkier', 'murkily', 'murmurs', 'murrays', 'murrows', 'muscats', 'muscled', 'muscles', 'muscovy', 'museums', 'mushier', 'mushing', 'musials', 'musical', 'musings', 'muskets', 'muskier', 'muskrat', 'muslims', 'muslins', 'mussels', 'mussier', 'mussing', 'mustang', 'mustard', 'musters', 'mustier', 'mutable', 'mutagen', 'mutants', 'mutated', 'mutates', 'mutatis', 'mutinys', 'mutters', 'muttons', 'muumuus', 'muzzled', 'muzzles', 'myanmar', 'mycenae', 'myeline', 'myeloid', 'mynahes', 'mynheer', 'myopias', 'myrdals', 'myriads', 'myrtles', 'myspace', 'mystery', 'mystics', 'mystify', 'nabbing', 'nabisco', 'nabokov', 'nadines', 'nagging', 'nahuatl', 'naiades', 'nailing', 'naipaul', 'nairobi', 'naively', 'naivest', 'naivete', 'naivets', 'naivety', 'nakedly', 'namaths', 'namibia', 'nanette', 'nanjing', 'nanking', 'nannies', 'nanooks', 'nantess', 'napalms', 'naphtha', 'napiers', 'napkins', 'napless', 'nappier', 'nappies', 'napping', 'napster', 'narking', 'narmada', 'narnias', 'narrate', 'narrows', 'narwhal', 'nasally', 'nascars', 'nascent', 'nasdaqs', 'nassaus', 'nassers', 'nastier', 'nastily', 'natalia', 'natalie', 'natasha', 'natchez', 'nathans', 'nations', 'natives', 'nattier', 'nattily', 'natural', 'natured', 'natures', 'naughts', 'naughty', 'nauseas', 'nauseum', 'nautili', 'navahos', 'navajos', 'navally', 'navarre', 'navarro', 'naziism', 'nazisms', 'nearest', 'nearing', 'neatest', 'nebulae', 'nebular', 'nebulas', 'necking', 'necktie', 'nectars', 'nectary', 'needful', 'needham', 'needier', 'needing', 'needled', 'needler', 'needles', 'negated', 'negates', 'negator', 'neglect', 'negligs', 'negroes', 'negroid', 'neighed', 'neither', 'nellies', 'nelsens', 'nemeses', 'nemesis', 'neogene', 'neonate', 'nepalis', 'nephews', 'neptune', 'nerdier', 'nereids', 'nervier', 'nerving', 'nervous', 'nescafe', 'nesting', 'nestled', 'nestles', 'nestors', 'netflix', 'netties', 'netting', 'nettled', 'nettles', 'network', 'neumann', 'neurons', 'neuters', 'neutral', 'neutron', 'nevadan', 'nevadas', 'nevskys', 'newarks', 'newbies', 'newbold', 'newborn', 'newline', 'newness', 'newport', 'newsboy', 'newsier', 'newsman', 'newsmen', 'newtons', 'nexuses', 'nguyens', 'niacins', 'niagara', 'niameys', 'nibbled', 'nibbler', 'nibbles', 'niccolo', 'nicetys', 'nichole', 'nichols', 'nickels', 'nicking', 'nicobar', 'nicolas', 'nicoles', 'nicosia', 'niebuhr', 'nielsen', 'nielson', 'nievess', 'niftier', 'nigeria', 'niggard', 'niggers', 'niggled', 'niggles', 'nighest', 'nightie', 'nightly', 'nightys', 'nikitas', 'nikolai', 'nimbler', 'nimbuss', 'ninepin', 'ninetys', 'nineveh', 'ninnies', 'niobium', 'nippers', 'nippier', 'nipping', 'nipples', 'nippons', 'nirvana', 'nissans', 'nitpick', 'nitrate', 'nitride', 'nitrite', 'nitrous', 'nitwits', 'nkrumah', 'noblest', 'nobodyd', 'nobodys', 'nodding', 'nodular', 'nodules', 'noelles', 'noggins', 'noisier', 'noisily', 'noising', 'noisome', 'nomadic', 'nominal', 'nominee', 'noncoms', 'nonplus', 'nonskid', 'nonstop', 'nonuser', 'nonzero', 'noodled', 'noodles', 'noonday', 'nootkas', 'norbert', 'nordics', 'noreens', 'norfolk', 'noriega', 'normals', 'normand', 'normans', 'nortons', 'norwalk', 'norways', 'norwich', 'nosebag', 'nosegay', 'noshing', 'nosiest', 'nostril', 'nostrum', 'notable', 'notably', 'notarys', 'notched', 'notches', 'notepad', 'nothing', 'noticed', 'notices', 'notions', 'nougats', 'noughts', 'noumeas', 'nourish', 'nouveau', 'novella', 'novelle', 'novelty', 'novices', 'nowaday', 'nowhere', 'noxious', 'noxzema', 'nozzles', 'nuanced', 'nuances', 'nuclear', 'nucleic', 'nucleus', 'nuclide', 'nudging', 'nudisms', 'nudists', 'nuditys', 'nuggets', 'nullary', 'nullify', 'nullity', 'numbers', 'numbest', 'numbing', 'numeral', 'numeric', 'nunavut', 'nuncios', 'nunnery', 'nuptial', 'nureyev', 'nursery', 'nursing', 'nurture', 'nutmeat', 'nutmegs', 'nutrias', 'nuttier', 'nutting', 'nuzzled', 'nuzzles', 'nyerere', 'nylonss', 'nyquils', 'nyquist', 'oakland', 'oakwood', 'oarlock', 'oarsman', 'oarsmen', 'oatmeal', 'oaxacas', 'obadiah', 'obelisk', 'oberlin', 'obesity', 'obeying', 'objects', 'obliged', 'obliges', 'oblique', 'oblongs', 'obloquy', 'oboists', 'obscene', 'obscure', 'obsequy', 'observe', 'obtains', 'obtrude', 'obtuser', 'obverse', 'obviate', 'obvious', 'ocarina', 'occlude', 'occults', 'oceania', 'oceanic', 'oceanus', 'ocelots', 'oconnor', 'octagon', 'octanes', 'octaves', 'octavia', 'octavio', 'octette', 'october', 'octopus', 'oculars', 'oculist', 'oddball', 'odditys', 'oddness', 'odessas', 'odorous', 'odyssey', 'oedemas', 'oedipal', 'oedipus', 'oersted', 'ofelias', 'offbeat', 'offence', 'offends', 'offense', 'offered', 'offerer', 'offhand', 'officer', 'offices', 'officio', 'offings', 'offload', 'offsets', 'offside', 'oftener', 'ogilvys', 'ohioans', 'oiliest', 'oilseed', 'oilskin', 'oinking', 'ojibwas', 'okaying', 'okeeffe', 'okhotsk', 'okinawa', 'oldness', 'oldster', 'olduvai', 'oleneks', 'olivias', 'olivier', 'olivine', 'olmsted', 'olympia', 'olympic', 'olympus', 'omayyad', 'omelets', 'omicron', 'ominous', 'omitted', 'omnibus', 'onanism', 'onassis', 'onboard', 'onegins', 'oneidas', 'oneness', 'onerous', 'oneself', 'onetime', 'ongoing', 'onrushs', 'onsager', 'onshore', 'ontario', 'onwards', 'oodless', 'opacity', 'opaqued', 'opaquer', 'opaques', 'openers', 'openest', 'opening', 'operand', 'operant', 'operate', 'ophelia', 'opiates', 'opining', 'opinion', 'opossum', 'opposed', 'opposes', 'oppress', 'optical', 'opticss', 'optimal', 'optimum', 'options', 'opulent', 'oracles', 'oranges', 'orating', 'oration', 'orators', 'oratory', 'orbison', 'orbital', 'orbited', 'orbiter', 'orchard', 'orchids', 'ordains', 'ordeals', 'ordered', 'orderly', 'ordinal', 'ordures', 'oregano', 'oregons', 'orestes', 'organdy', 'organic', 'orgasms', 'orients', 'orifice', 'origami', 'origins', 'orinoco', 'orioles', 'orizaba', 'orkneys', 'orlando', 'orleans', 'ormolus', 'orotund', 'orourke', 'orphans', 'orpheus', 'ortegas', 'orthant', 'orville', 'osberts', 'osborne', 'osborns', 'osceola', 'osgoods', 'oshkosh', 'osiriss', 'osmosis', 'osmotic', 'ospreys', 'osseous', 'ostrich', 'ostwald', 'osvaldo', 'othello', 'ottawas', 'ottoman', 'oughtnt', 'ourself', 'ousters', 'ousting', 'outages', 'outback', 'outbids', 'outcast', 'outcome', 'outcrop', 'outcrys', 'outdoes', 'outdone', 'outdoor', 'outfits', 'outgoes', 'outgrew', 'outgrow', 'outings', 'outlaid', 'outlast', 'outlaws', 'outlays', 'outlets', 'outline', 'outlive', 'outlook', 'outplay', 'outpost', 'outputs', 'outrage', 'outrank', 'outruns', 'outsell', 'outsets', 'outside', 'outsize', 'outsold', 'outstay', 'outtake', 'outvote', 'outward', 'outwear', 'outwits', 'outwore', 'outworn', 'ovarian', 'ovaries', 'ovation', 'overact', 'overage', 'overall', 'overate', 'overawe', 'overdid', 'overdue', 'overeat', 'overjoy', 'overlap', 'overlay', 'overlie', 'overpay', 'overran', 'overrun', 'oversaw', 'oversee', 'overtax', 'overtly', 'overuse', 'oviduct', 'oviform', 'ovulate', 'oxalate', 'oxfords', 'oxidant', 'oxidate', 'oxidise', 'oxidize', 'oxonian', 'oxygens', 'oxymora', 'oysters', 'ozarkss', 'pablums', 'pacheco', 'pacific', 'pacinos', 'package', 'packard', 'packers', 'packets', 'packing', 'paddies', 'padding', 'paddled', 'paddles', 'paddock', 'padilla', 'padlock', 'pageant', 'paglias', 'pagodas', 'pahlavi', 'pailful', 'painful', 'paining', 'painted', 'painter', 'pairing', 'paisley', 'pajamas', 'palaces', 'palatal', 'palates', 'palaver', 'palazzi', 'palazzo', 'palermo', 'palette', 'palfrey', 'palikir', 'palings', 'pallets', 'palling', 'pallors', 'palmate', 'palmier', 'palming', 'palmist', 'palmyra', 'palomar', 'palpate', 'palsied', 'palsies', 'pamelas', 'pampass', 'pampers', 'panacea', 'panache', 'panamas', 'pancake', 'panders', 'pandora', 'paneled', 'pangaea', 'panicky', 'panicle', 'paniers', 'pannier', 'panning', 'panoply', 'pansies', 'panther', 'panties', 'panting', 'pantrys', 'papacys', 'papayas', 'papered', 'paperer', 'papilla', 'papoose', 'paprika', 'papyrus', 'parable', 'paraded', 'parades', 'paradox', 'paragon', 'paramus', 'parapet', 'parasol', 'parboil', 'parcels', 'parched', 'parches', 'pardons', 'parents', 'parfait', 'pariahs', 'parings', 'parishs', 'paritys', 'parkers', 'parking', 'parkish', 'parkman', 'parkway', 'parlays', 'parleys', 'parlors', 'parlour', 'parnell', 'parodys', 'paroled', 'parolee', 'paroles', 'parquet', 'parried', 'parries', 'parring', 'parrish', 'parrots', 'parsecs', 'parsers', 'parsing', 'parsley', 'parsnip', 'parsons', 'partake', 'parters', 'parthia', 'partial', 'partied', 'parties', 'parting', 'partner', 'partook', 'partway', 'parvenu', 'pascals', 'paschal', 'passage', 'passaic', 'passels', 'passers', 'passing', 'passion', 'passive', 'passkey', 'pastels', 'pastern', 'pasteup', 'pasteur', 'pastier', 'pasties', 'pastime', 'pasting', 'pastors', 'pastrys', 'pasture', 'patched', 'patches', 'patella', 'patents', 'pathoss', 'pathway', 'patient', 'patinae', 'patinas', 'patoiss', 'patrica', 'patrice', 'patrick', 'patriot', 'patrols', 'patrons', 'patsies', 'pattern', 'patters', 'patties', 'patting', 'paucity', 'pauline', 'pauling', 'paulsen', 'paulson', 'paunchs', 'paunchy', 'paupers', 'pausing', 'pavanne', 'pavings', 'pavlova', 'pavlovs', 'pawnees', 'pawning', 'pawpaws', 'payable', 'paydays', 'payload', 'payment', 'payoffs', 'paypals', 'payroll', 'peabody', 'peaches', 'peacock', 'peafowl', 'peahens', 'peaking', 'pealing', 'peanuts', 'pearled', 'pearlie', 'pearson', 'peasant', 'pebbled', 'pebbles', 'peccary', 'pechora', 'pecking', 'pectins', 'pedagog', 'pedaled', 'pedants', 'peddled', 'peddler', 'peddles', 'pedlars', 'peeking', 'peeling', 'peepers', 'peeping', 'peerage', 'peering', 'peeving', 'peevish', 'peewees', 'pegasus', 'pegging', 'peiping', 'pekings', 'pelagic', 'pelican', 'pellets', 'pelting', 'pelviss', 'penalty', 'penance', 'penates', 'pencils', 'pendant', 'pendent', 'pending', 'penguin', 'penises', 'penlite', 'pennant', 'penneys', 'pennies', 'penning', 'pennons', 'penrose', 'pension', 'pensive', 'pentane', 'pentaxs', 'pentium', 'penurys', 'peonage', 'peonies', 'peopled', 'peoples', 'peppers', 'peppery', 'peppier', 'pepping', 'pepsico', 'pepsins', 'peptics', 'peptide', 'percale', 'percent', 'percept', 'perched', 'perches', 'perfect', 'perfidy', 'perform', 'perfume', 'perfuse', 'perhaps', 'perigee', 'periled', 'perilla', 'periods', 'periwig', 'perjure', 'perjury', 'perkier', 'perking', 'perkins', 'permian', 'perming', 'permits', 'permute', 'pernods', 'perplex', 'perrier', 'perseid', 'perseus', 'persian', 'persias', 'persist', 'persona', 'persons', 'pertain', 'pertest', 'perturb', 'perusal', 'perused', 'peruser', 'peruses', 'pervade', 'pervert', 'pesetas', 'peskier', 'pesters', 'pestled', 'pestles', 'petards', 'petered', 'petiole', 'petites', 'petrels', 'petrify', 'petrols', 'petters', 'pettier', 'pettily', 'petting', 'petunia', 'peugeot', 'pewters', 'peyotes', 'pfennig', 'pfizers', 'phaedra', 'phalanx', 'phallic', 'phallus', 'phantom', 'pharaoh', 'pharynx', 'phasers', 'phasing', 'phekdas', 'phelpss', 'phidias', 'philbys', 'philips', 'phillip', 'phillys', 'philter', 'philtre', 'phippss', 'phished', 'phisher', 'phlegms', 'phloems', 'phloxes', 'phobias', 'phobics', 'phoebes', 'phoenix', 'phoneme', 'phoneys', 'phonics', 'phonied', 'phonier', 'phonies', 'phoning', 'photoed', 'photons', 'phrasal', 'phrased', 'phrases', 'phrygia', 'phyllis', 'phylums', 'physics', 'piagets', 'pianist', 'pianola', 'piazzas', 'picasso', 'piccolo', 'pickaxe', 'pickaxs', 'pickers', 'pickets', 'pickett', 'pickier', 'picking', 'pickled', 'pickles', 'pickman', 'pickoff', 'pickups', 'picnics', 'picture', 'piddled', 'piddles', 'pidgins', 'piebald', 'piecing', 'pierced', 'pierces', 'pierres', 'pierrot', 'pierson', 'pietism', 'piffles', 'pigeons', 'piggier', 'piggies', 'pigging', 'piggish', 'piglets', 'pigment', 'pigmies', 'pigpens', 'pigroot', 'pigskin', 'pigstys', 'pigtail', 'pilaffs', 'pilates', 'pileups', 'pilfers', 'pilgrim', 'pilings', 'pillage', 'pillars', 'pillbox', 'pilling', 'pillion', 'pillory', 'pillows', 'piloted', 'pimento', 'pimping', 'pimples', 'pinball', 'pincers', 'pinched', 'pinches', 'pincuss', 'pindars', 'pinging', 'pinhead', 'pinhole', 'pinions', 'pinkest', 'pinkeye', 'pinkies', 'pinking', 'pinkish', 'pinnate', 'pinning', 'pintail', 'pintoes', 'pinxter', 'pioneer', 'piously', 'pipette', 'pipings', 'pipping', 'pippins', 'piquant', 'piquing', 'piracys', 'piraeus', 'piranha', 'pirated', 'pirates', 'pirogue', 'piscess', 'pissaro', 'pissing', 'pistils', 'pistole', 'pistols', 'pistons', 'pitched', 'pitcher', 'pitches', 'piteous', 'pitfall', 'pithier', 'pithily', 'pithing', 'pitiers', 'pitiful', 'pitting', 'pittman', 'pitying', 'pivotal', 'pivoted', 'pizarro', 'pizazzs', 'pizzazz', 'placard', 'placate', 'placebo', 'placers', 'placing', 'placket', 'plagued', 'plagues', 'plaguey', 'plainer', 'plainly', 'plaints', 'plaited', 'planers', 'planets', 'planing', 'planked', 'planned', 'planner', 'planted', 'planter', 'plaques', 'plasmas', 'plasmon', 'plaster', 'plastic', 'plataea', 'plateau', 'platens', 'plating', 'platoon', 'platter', 'plattes', 'platypi', 'plaudit', 'plautus', 'playact', 'playboy', 'players', 'playful', 'playing', 'playoff', 'playpen', 'playtex', 'pleaded', 'pleader', 'pleased', 'pleases', 'pleated', 'plebian', 'plectra', 'pledged', 'pledges', 'plenary', 'plentys', 'pleural', 'plexuss', 'pliable', 'pliancy', 'plierss', 'plights', 'plinths', 'plodded', 'plodder', 'plopped', 'plotted', 'plotter', 'ploughs', 'plovers', 'plowing', 'plowman', 'plowmen', 'plucked', 'plugged', 'plugins', 'plumage', 'plumbed', 'plumber', 'pluming', 'plummer', 'plummet', 'plumped', 'plumper', 'plunder', 'plunged', 'plunger', 'plunges', 'plunked', 'plurals', 'plusher', 'plusses', 'plywood', 'poached', 'poacher', 'poaches', 'pockets', 'pocking', 'poconos', 'podcast', 'podding', 'podiums', 'poetess', 'poetics', 'poetrys', 'pogroms', 'poincar', 'pointed', 'pointer', 'poirets', 'poirots', 'poising', 'poisons', 'poisson', 'poitier', 'pokiest', 'pokmons', 'polands', 'polaris', 'polaron', 'polecat', 'polemic', 'policed', 'polices', 'policys', 'polishs', 'politer', 'politic', 'politys', 'polkaed', 'pollard', 'pollens', 'polling', 'pollock', 'pollute', 'polluxs', 'poltava', 'polygon', 'polymer', 'pomaded', 'pomades', 'pommels', 'pompano', 'pompeii', 'pompeys', 'pompoms', 'pompons', 'pompous', 'ponchos', 'ponders', 'poniard', 'pontiac', 'pontiff', 'pontoon', 'pooched', 'pooches', 'poodles', 'poohing', 'pooling', 'pooping', 'poorest', 'popcorn', 'popeyes', 'popguns', 'poplars', 'poplins', 'popover', 'poppers', 'poppies', 'popping', 'poppins', 'popular', 'porches', 'porcine', 'porrima', 'porsche', 'portage', 'portals', 'portend', 'portent', 'porters', 'portias', 'portico', 'porting', 'portion', 'portray', 'posable', 'poseurs', 'poshest', 'posited', 'possess', 'possums', 'postage', 'postbox', 'postdoc', 'posters', 'postfix', 'posting', 'postman', 'postmen', 'posture', 'postwar', 'potable', 'potashs', 'potatos', 'potboil', 'potency', 'potfuls', 'pothole', 'pothook', 'potions', 'potluck', 'potomac', 'potpies', 'potsdam', 'potshot', 'pottage', 'potters', 'pottery', 'pottier', 'potties', 'potting', 'pouched', 'pouches', 'poultry', 'pounced', 'pounces', 'pounded', 'pounder', 'pourers', 'pouring', 'poussin', 'pouting', 'poverty', 'powders', 'powdery', 'powells', 'powered', 'powwows', 'poznans', 'praecox', 'pragues', 'prairie', 'praised', 'praiser', 'praises', 'prakrit', 'praline', 'pranced', 'prancer', 'prances', 'prating', 'prattle', 'pravdas', 'prawned', 'prayers', 'praying', 'prcised', 'preachy', 'precede', 'precept', 'precess', 'precise', 'predate', 'predict', 'preempt', 'preened', 'prefabs', 'preface', 'prefect', 'prefers', 'prefixs', 'preheat', 'prelate', 'prelude', 'premier', 'premise', 'premiss', 'premium', 'prensas', 'prepaid', 'prepare', 'prepays', 'prepped', 'preppie', 'preppys', 'prequel', 'presage', 'present', 'presets', 'preside', 'presley', 'pressed', 'presser', 'presses', 'preston', 'prestos', 'presume', 'preteen', 'pretend', 'pretext', 'prettys', 'pretzel', 'prevail', 'prevent', 'preview', 'prevues', 'preying', 'pricers', 'pricier', 'pricing', 'pricked', 'prickle', 'prickly', 'priding', 'priests', 'primacy', 'primary', 'primate', 'primers', 'priming', 'primmer', 'primped', 'princes', 'printed', 'printer', 'priorys', 'prising', 'prisons', 'prithee', 'privacy', 'private', 'privets', 'privier', 'privies', 'prizers', 'prizing', 'probate', 'probing', 'probity', 'problem', 'proceed', 'process', 'procter', 'proctor', 'procure', 'procyon', 'prodded', 'prodigy', 'produce', 'product', 'profane', 'profess', 'proffer', 'profile', 'profits', 'profuse', 'progeny', 'program', 'project', 'prolate', 'proline', 'prologs', 'prolong', 'promise', 'promote', 'prompts', 'pronged', 'pronoun', 'proofed', 'propane', 'propels', 'propers', 'prophet', 'propose', 'propped', 'prorate', 'prosaic', 'prosier', 'prosody', 'prosper', 'protean', 'protect', 'protege', 'protein', 'protest', 'proteus', 'protons', 'prouder', 'proudly', 'prousts', 'proverb', 'provers', 'provide', 'proving', 'proviso', 'provoke', 'provost', 'prowess', 'prowled', 'prowler', 'proxies', 'prozacs', 'prudent', 'prudery', 'prudish', 'pruitts', 'pruners', 'pruning', 'prussia', 'psalter', 'psyched', 'psyches', 'psychic', 'psychos', 'ptolemy', 'puberty', 'publics', 'publish', 'puccini', 'puckers', 'puckett', 'puckish', 'pudding', 'puddled', 'puddles', 'pudgier', 'pueblos', 'puerile', 'puffery', 'puffier', 'puffing', 'puffins', 'pulaski', 'pullers', 'pullets', 'pulleys', 'pulling', 'pullman', 'pullout', 'pulpier', 'pulping', 'pulpits', 'pulsars', 'pulsate', 'pulsing', 'pumices', 'pummels', 'pumping', 'pumpkin', 'punched', 'puncher', 'punches', 'pundits', 'pungent', 'puniest', 'punjabi', 'punjabs', 'punkest', 'punning', 'punster', 'punters', 'punting', 'puppets', 'puppies', 'pupping', 'purcell', 'purdues', 'purging', 'purinas', 'purisms', 'purists', 'puritan', 'puritys', 'purling', 'purloin', 'purpler', 'purples', 'purport', 'purpose', 'purring', 'pursers', 'pursing', 'pursued', 'pursuer', 'pursues', 'pursuit', 'purveys', 'purview', 'pushers', 'pushier', 'pushing', 'pushkin', 'pushout', 'pushpin', 'pushtus', 'pushups', 'pussier', 'pussies', 'pustule', 'putrefy', 'putschs', 'putters', 'puttied', 'putties', 'putting', 'puzzled', 'puzzler', 'puzzles', 'pygmies', 'pyhrric', 'pyjamas', 'pynchon', 'pyramid', 'pyrexes', 'pyrites', 'pyrrhic', 'pythias', 'pythons', 'qaddafi', 'qantass', 'qingdao', 'qiqihar', 'quacked', 'quadric', 'quaffed', 'quahaug', 'quahogs', 'quailed', 'quakers', 'quaking', 'qualify', 'quality', 'quantum', 'quaoars', 'quarrel', 'quarrys', 'quarter', 'quartet', 'quartic', 'quartos', 'quartzs', 'quasars', 'quashed', 'quashes', 'quavers', 'quavery', 'quayles', 'quebecs', 'quechua', 'queened', 'queenly', 'queenss', 'queered', 'queerer', 'queerly', 'quelled', 'quentin', 'queried', 'queries', 'quested', 'quester', 'quetzal', 'queuers', 'queuing', 'quezons', 'quibble', 'quiches', 'quicken', 'quicker', 'quickie', 'quickly', 'quieted', 'quieter', 'quietly', 'quietus', 'quilted', 'quilter', 'quinces', 'quincys', 'quinine', 'quintet', 'quintic', 'quinton', 'quintus', 'quipped', 'quirked', 'quitted', 'quitter', 'quivers', 'quixote', 'quizzed', 'quizzes', 'quoited', 'quondam', 'quonset', 'quorums', 'quoting', 'rabbits', 'rabbles', 'rabiess', 'raccoon', 'racemes', 'raceway', 'rachael', 'rachels', 'raciest', 'racines', 'racings', 'racisms', 'racists', 'rackets', 'rackety', 'racking', 'racoons', 'racquet', 'radials', 'radiant', 'radiate', 'radical', 'radices', 'radioed', 'radishs', 'radiums', 'radiuss', 'rafaels', 'raffias', 'raffish', 'raffled', 'raffles', 'rafters', 'rafting', 'raggedy', 'ragging', 'raglans', 'ragnark', 'ragouts', 'ragtags', 'ragtime', 'ragweed', 'raiders', 'raiding', 'railers', 'railing', 'railway', 'raiment', 'rainbow', 'rainier', 'raining', 'raisers', 'raising', 'raisins', 'raleigh', 'rallied', 'rallies', 'ralston', 'ramadan', 'ramadas', 'rambled', 'rambler', 'rambles', 'ramirez', 'ramiros', 'ramming', 'ramonas', 'rampage', 'rampant', 'rampart', 'ramrods', 'ramseys', 'ranched', 'rancher', 'ranches', 'rancors', 'rancour', 'randall', 'randals', 'randell', 'randier', 'rangers', 'rangier', 'ranging', 'rangoon', 'rankers', 'rankest', 'rankine', 'ranking', 'rankled', 'rankles', 'ransack', 'ransoms', 'ranters', 'ranting', 'raphael', 'rapider', 'rapidly', 'rapiers', 'rapines', 'rapists', 'rappers', 'rapping', 'rapport', 'rapture', 'raquels', 'raretys', 'raritan', 'raritys', 'rascals', 'rashers', 'rashest', 'raspier', 'rasping', 'ratchet', 'rathers', 'ratings', 'rations', 'ratliff', 'rattail', 'rattans', 'rattier', 'ratting', 'rattled', 'rattler', 'rattles', 'rattrap', 'raucous', 'raunchy', 'ravaged', 'ravager', 'ravages', 'raveled', 'ravened', 'ravines', 'ravings', 'ravioli', 'rawhide', 'rawness', 'raybans', 'rayburn', 'raymond', 'razzing', 'reached', 'reacher', 'reaches', 'reacted', 'reactor', 'readers', 'readied', 'readier', 'readies', 'readily', 'reading', 'readmit', 'readout', 'reagans', 'reagent', 'realest', 'realign', 'realise', 'realism', 'realist', 'reality', 'realize', 'realtor', 'realtys', 'reamers', 'reaming', 'reapers', 'reaping', 'reapply', 'rearing', 'rearmed', 'reasons', 'rebated', 'rebates', 'rebecca', 'rebekah', 'rebinds', 'rebirth', 'rebound', 'rebuffs', 'rebuild', 'rebuilt', 'rebuked', 'rebukes', 'rebuses', 'recalls', 'recants', 'recasts', 'receded', 'recedes', 'receipt', 'receive', 'recesss', 'recheck', 'recifes', 'recipes', 'recital', 'recited', 'reciter', 'recites', 'reckons', 'reclaim', 'recline', 'recluse', 'recoded', 'recodes', 'recoils', 'records', 'recount', 'recoups', 'recover', 'recruit', 'rectify', 'rectors', 'rectory', 'rectums', 'recurse', 'recycle', 'redbird', 'redcaps', 'redcoat', 'reddens', 'reddest', 'reddish', 'redeems', 'redford', 'redhead', 'redmond', 'redneck', 'redness', 'redoing', 'redoubt', 'redound', 'redpoll', 'redraft', 'redrawn', 'redraws', 'redress', 'redskin', 'reduced', 'reducer', 'reduces', 'redwood', 'reeboks', 'reedier', 'reefers', 'reefing', 'reeking', 'reelect', 'reeling', 'reenact', 'reenter', 'reentry', 'reeving', 'referee', 'reffing', 'refiled', 'refiles', 'refills', 'refined', 'refiner', 'refines', 'reflect', 'reflexs', 'refocus', 'reforms', 'refract', 'refrain', 'refresh', 'refuels', 'refugee', 'refuges', 'refugio', 'refunds', 'refusal', 'refused', 'refuses', 'refuted', 'refuter', 'refutes', 'regains', 'regaled', 'regales', 'regalia', 'regally', 'regards', 'regatta', 'regency', 'regents', 'reggaes', 'reggies', 'regimen', 'regimes', 'reginae', 'reginas', 'regions', 'regress', 'regrets', 'regroup', 'regular', 'regulus', 'rehashs', 'reheats', 'rehired', 'rehires', 'reigned', 'reillys', 'reining', 'reissue', 'rejects', 'rejoice', 'rejoins', 'relabel', 'relapse', 'related', 'relater', 'relates', 'relaxed', 'relaxer', 'relaxes', 'relayed', 'relearn', 'release', 'relents', 'reliant', 'reliefs', 'relieve', 'relishs', 'relived', 'relives', 'reloads', 'relying', 'remains', 'remakes', 'remands', 'remarks', 'remarry', 'rematch', 'remedys', 'reminds', 'remnant', 'remodel', 'remorse', 'remoter', 'remotes', 'remount', 'removal', 'removed', 'remover', 'removes', 'renamed', 'renames', 'renault', 'renders', 'rending', 'reneged', 'reneges', 'renewal', 'renewed', 'renewer', 'rennets', 'renowns', 'rentals', 'renters', 'renting', 'reoccur', 'reopens', 'reorder', 'repaint', 'repairs', 'repasts', 'repayed', 'repeals', 'repeats', 'repents', 'replace', 'replays', 'replete', 'replica', 'replied', 'replies', 'reports', 'reposed', 'reposes', 'repress', 'reprint', 'reprise', 'reproof', 'reprove', 'reptile', 'repulse', 'reputed', 'reputes', 'request', 'requiem', 'require', 'requite', 'rereads', 'reredos', 'reroute', 'resales', 'rescind', 'rescued', 'rescuer', 'rescues', 'resells', 'resents', 'reserve', 'resided', 'resides', 'residue', 'resigns', 'resists', 'resolve', 'resorts', 'resound', 'respect', 'respell', 'respelt', 'respire', 'respite', 'respond', 'restart', 'restate', 'restful', 'resting', 'restive', 'restock', 'restore', 'restudy', 'results', 'resumed', 'resumes', 'retails', 'retains', 'retaken', 'retakes', 'retards', 'retched', 'retches', 'retells', 'rethink', 'reticle', 'retinae', 'retinal', 'retinas', 'retinue', 'retired', 'retiree', 'retires', 'retools', 'retorts', 'retouch', 'retrace', 'retract', 'retrain', 'retread', 'retreat', 'retrial', 'retried', 'retrier', 'retries', 'returns', 'retyped', 'retypes', 'reunify', 'reunion', 'reunite', 'reusing', 'reuters', 'reuther', 'revalue', 'revamps', 'reveals', 'reveled', 'reveler', 'revelry', 'revenge', 'revenue', 'revered', 'reveres', 'reverie', 'reverse', 'reverts', 'reverys', 'reviews', 'reviled', 'reviler', 'reviles', 'revisal', 'revised', 'reviser', 'revises', 'revisit', 'revival', 'revived', 'reviver', 'revives', 'revlons', 'revoked', 'revoker', 'revokes', 'revolts', 'revolve', 'revving', 'rewards', 'rewinds', 'rewired', 'rewires', 'rewords', 'reworks', 'rewound', 'rewrite', 'rewrote', 'rhenish', 'rhenium', 'rhizome', 'rhodium', 'rhombic', 'rhombus', 'rhondas', 'rhubarb', 'rhyming', 'rhythms', 'ribbing', 'ribbons', 'ricardo', 'richard', 'richest', 'richies', 'richter', 'rickets', 'rickety', 'rickeys', 'rickies', 'ricking', 'ricksha', 'ricotta', 'ridding', 'riddled', 'riddles', 'ridging', 'ridgway', 'ridings', 'riemann', 'riffing', 'riffled', 'riffles', 'rifling', 'rifting', 'rigging', 'righted', 'righter', 'rightly', 'rigidly', 'rigours', 'rimbaud', 'rimming', 'ringers', 'ringing', 'ringlet', 'rinsing', 'riordan', 'rioters', 'rioting', 'riotous', 'ripened', 'riposte', 'rippers', 'ripping', 'rippled', 'ripples', 'ripsaws', 'risible', 'risings', 'riskier', 'risking', 'ritalin', 'ritchie', 'rituals', 'ritzier', 'rivaled', 'rivalry', 'riveted', 'riveter', 'riviera', 'rivulet', 'riyadhs', 'roaches', 'roadbed', 'roadway', 'roamers', 'roaming', 'roaring', 'roasted', 'roaster', 'robbers', 'robbery', 'robbies', 'robbing', 'robbins', 'roberta', 'roberto', 'roberts', 'robeson', 'robless', 'robotic', 'rockers', 'rockets', 'rockier', 'rockies', 'rocking', 'rocknes', 'rococos', 'rodents', 'rodgers', 'rodolfo', 'rodrick', 'rodrigo', 'roebuck', 'rogelio', 'rogered', 'roguery', 'roguish', 'roiling', 'roister', 'rolaids', 'rolando', 'rolland', 'rollers', 'rollick', 'rolling', 'rollins', 'rolodex', 'rolvaag', 'romaine', 'romance', 'romania', 'romanov', 'romansh', 'romanys', 'romeros', 'rommels', 'rompers', 'romping', 'romulus', 'ronalds', 'ronnies', 'roofing', 'rooftop', 'rookery', 'rookies', 'rooking', 'roomers', 'roomful', 'roomier', 'rooming', 'rooneys', 'roosted', 'rooster', 'rooting', 'rosales', 'rosalie', 'rosalyn', 'rosanna', 'rosanne', 'rosario', 'rosarys', 'roscoes', 'roseann', 'roseate', 'roseaus', 'rosebud', 'rosella', 'rosendo', 'rosetta', 'rosette', 'rosiest', 'rosined', 'roslyns', 'rossini', 'rostand', 'rosters', 'rostovs', 'rostrum', 'roswell', 'rotarys', 'rotated', 'rotates', 'rotator', 'rotting', 'rotunda', 'rouault', 'roubles', 'roughed', 'roughen', 'rougher', 'roughly', 'rouging', 'rounded', 'rounder', 'roundly', 'roundup', 'rourkes', 'rousing', 'routers', 'routine', 'routing', 'rowboat', 'rowdier', 'rowdies', 'roweled', 'rowenas', 'rowings', 'rowland', 'rowling', 'roxanne', 'roxbury', 'royally', 'royalty', 'rozelle', 'rubbers', 'rubbery', 'rubbing', 'rubbish', 'rubbles', 'rubdown', 'rubella', 'rubicon', 'rubiest', 'rubrics', 'ruchbah', 'ruckuss', 'rudders', 'ruddier', 'rudolph', 'rudyard', 'ruffian', 'ruffing', 'ruffled', 'ruffles', 'ruining', 'ruinous', 'rulings', 'rumania', 'rumbaed', 'rumbled', 'rumbler', 'rumbles', 'rumford', 'rummage', 'rummest', 'rumored', 'rumours', 'rumpled', 'rumples', 'rumpuss', 'runaway', 'rundown', 'runnels', 'runners', 'runneth', 'runnier', 'running', 'runoffs', 'runtime', 'runways', 'ruperts', 'rupture', 'rurally', 'rushdie', 'rushing', 'russell', 'russels', 'russets', 'russian', 'russias', 'russula', 'rustics', 'rustier', 'rusting', 'rustled', 'rustler', 'rustles', 'rutgers', 'ruthies', 'rutland', 'rutting', 'rwandan', 'rwandas', 'rydberg', 'ryukyus', 'saatchi', 'sabbath', 'sabinas', 'sabines', 'sabrina', 'saccade', 'sachems', 'sachets', 'sackful', 'sacking', 'saddams', 'saddens', 'saddest', 'saddled', 'saddles', 'sadisms', 'sadists', 'sadness', 'safaris', 'safavid', 'safetys', 'safeway', 'saffron', 'sagging', 'saginaw', 'saguaro', 'saharas', 'saigons', 'sailing', 'sailors', 'sainted', 'saintly', 'salaams', 'salable', 'saladin', 'salamis', 'salarys', 'salazar', 'salerno', 'salient', 'salinas', 'salines', 'salishs', 'salivas', 'sallied', 'sallies', 'sallust', 'salmons', 'salomes', 'saloons', 'salsify', 'salters', 'saltest', 'saltier', 'saltine', 'salting', 'saltons', 'saluted', 'salutes', 'salvage', 'salvers', 'salving', 'salvoes', 'salween', 'salyuts', 'sambaed', 'sammies', 'samoans', 'samoset', 'samovar', 'samoyed', 'sampans', 'sampled', 'sampler', 'samples', 'sampson', 'samsung', 'samurai', 'sanborn', 'sanchez', 'sanchos', 'sanctum', 'sandals', 'sandbag', 'sandbar', 'sandbox', 'sanders', 'sandhog', 'sandier', 'sanding', 'sandlot', 'sandman', 'sandmen', 'sandras', 'sanford', 'sanicle', 'sanitys', 'sankara', 'santana', 'sapiens', 'sapient', 'sapling', 'sapphos', 'sappier', 'sapping', 'sapporo', 'saracen', 'sarapes', 'saratov', 'sarawak', 'sarcasm', 'sarcoma', 'sardine', 'sargent', 'sargons', 'sarnoff', 'sarongs', 'saroyan', 'sashays', 'sassier', 'sassing', 'sassoon', 'satanic', 'satchel', 'sateens', 'satiate', 'satiety', 'satires', 'satiric', 'satisfy', 'satraps', 'saturns', 'saucers', 'saucier', 'saucily', 'saucing', 'saunaed', 'saundra', 'saunter', 'sausage', 'sauting', 'savaged', 'savager', 'savages', 'savanna', 'savants', 'savings', 'saviors', 'saviour', 'savored', 'savorys', 'savours', 'savoury', 'savvied', 'savvier', 'savvies', 'sawdust', 'sawfish', 'sawmill', 'sawyers', 'saxonys', 'sayings', 'scabbed', 'scabies', 'scalars', 'scalded', 'scalene', 'scalier', 'scaling', 'scallop', 'scalped', 'scalpel', 'scalper', 'scammed', 'scamper', 'scampis', 'scandal', 'scanned', 'scanner', 'scanted', 'scanter', 'scantly', 'scapula', 'scarabs', 'scarcer', 'scarfed', 'scarier', 'scarify', 'scaring', 'scarlet', 'scarred', 'scarves', 'scatted', 'scatter', 'scenery', 'scented', 'scepter', 'sceptic', 'sceptre', 'schafer', 'schantz', 'scheats', 'schedar', 'schemas', 'schemed', 'schemer', 'schemes', 'scherzi', 'scherzo', 'schicks', 'schisms', 'schists', 'schlepp', 'schleps', 'schlitz', 'schlock', 'schloss', 'schmalz', 'schmidt', 'schmitt', 'schmuck', 'scholar', 'schools', 'schrods', 'schtick', 'schultz', 'schulzs', 'schusss', 'schwinn', 'sciatic', 'science', 'scipios', 'scissor', 'scoffed', 'scoffer', 'scolded', 'scollop', 'sconces', 'scooped', 'scooted', 'scooter', 'scopess', 'scoping', 'scorchs', 'scorers', 'scoring', 'scorned', 'scorner', 'scorpio', 'scotchs', 'scottie', 'scoured', 'scourge', 'scouted', 'scowled', 'scraped', 'scraper', 'scrapes', 'scrappy', 'scratch', 'scrawls', 'scrawny', 'screams', 'screech', 'screens', 'screwed', 'scribes', 'scrimps', 'scripps', 'scripts', 'scriven', 'scrolls', 'scrooge', 'scrotum', 'scrubby', 'scruffs', 'scruffy', 'scruggs', 'scrunch', 'scruple', 'scubaed', 'scudded', 'scuffed', 'scuffle', 'sculled', 'sculley', 'sculpin', 'sculpts', 'scumbag', 'scummed', 'scupper', 'scurrys', 'scurvys', 'scuttle', 'scyllas', 'scythed', 'scythes', 'scythia', 'seabeds', 'seabird', 'seaborg', 'seafare', 'seafood', 'seagram', 'seagull', 'sealant', 'sealers', 'sealing', 'seamans', 'seamier', 'seaming', 'seaport', 'searchs', 'searing', 'seasick', 'seaside', 'seasons', 'seating', 'seattle', 'seaward', 'seaways', 'seaweed', 'seceded', 'secedes', 'seclude', 'seconal', 'seconds', 'secrecy', 'secrete', 'secrets', 'section', 'sectors', 'secular', 'secured', 'securer', 'secures', 'sedated', 'sedater', 'sedates', 'seduced', 'seducer', 'seduces', 'seeable', 'seebeck', 'seedbed', 'seeders', 'seedier', 'seeding', 'seeings', 'seekers', 'seeking', 'seeming', 'seepage', 'seeping', 'seesaws', 'seethed', 'seethes', 'segment', 'segovia', 'segundo', 'seismic', 'seizing', 'seizure', 'sejongs', 'selects', 'selenas', 'selfish', 'selkirk', 'sellers', 'selling', 'sellout', 'seltzer', 'selvage', 'seminal', 'seminar', 'semites', 'semitic', 'senates', 'senator', 'senders', 'sending', 'senecas', 'senegal', 'senghor', 'seniors', 'sennett', 'sensate', 'sensing', 'sensors', 'sensory', 'sensual', 'sentrys', 'sepsiss', 'septate', 'septets', 'septums', 'sequels', 'sequent', 'sequins', 'sequoia', 'sequoya', 'serapes', 'seraphs', 'serbian', 'serbias', 'serenas', 'serener', 'serfdom', 'sergeis', 'sergios', 'serials', 'seriate', 'seriess', 'serious', 'sermons', 'serpens', 'serpent', 'serrano', 'serried', 'servant', 'servers', 'service', 'servile', 'serving', 'sesames', 'session', 'setback', 'settees', 'setters', 'setting', 'settled', 'settler', 'settles', 'seventh', 'seventy', 'several', 'severed', 'severer', 'severus', 'seville', 'sewages', 'sewings', 'sexiest', 'sexisms', 'sexists', 'sexless', 'sexpots', 'sextans', 'sextant', 'sextets', 'sextons', 'seyfert', 'seymour', 'shacked', 'shackle', 'shadier', 'shadily', 'shading', 'shadows', 'shadowy', 'shaffer', 'shafted', 'shagged', 'shaikhs', 'shakers', 'shakeup', 'shakier', 'shakily', 'shaking', 'shallot', 'shallow', 'shamans', 'shamble', 'shaming', 'shammed', 'shammys', 'shampoo', 'shannas', 'shannon', 'shantys', 'shapely', 'shapers', 'shaping', 'shapiro', 'sharers', 'sharifs', 'sharing', 'sharked', 'sharped', 'sharpen', 'sharper', 'sharpes', 'sharply', 'sharron', 'shastas', 'shatter', 'shaulas', 'shaunas', 'shavers', 'shavian', 'shaving', 'shavuot', 'shawnas', 'shawnee', 'shaykhs', 'sheared', 'shearer', 'sheathe', 'sheaths', 'sheaves', 'shebang', 'shebeli', 'sheehan', 'sheenas', 'sheered', 'sheerer', 'sheeted', 'sheikhs', 'sheilas', 'shekels', 'shelbys', 'sheldon', 'shelias', 'shellac', 'shelled', 'sheller', 'shelley', 'shellys', 'shelter', 'shelton', 'shelved', 'shelves', 'shepard', 'sherbet', 'sherees', 'sheriff', 'sherman', 'sherrie', 'sherris', 'sherrys', 'sherwin', 'sheryls', 'shevats', 'shields', 'shifted', 'shifter', 'shikoku', 'shilled', 'shilohs', 'shimmed', 'shimmer', 'shimmys', 'shindig', 'shiners', 'shingle', 'shinier', 'shining', 'shinned', 'shintos', 'shiplap', 'shipley', 'shipman', 'shipmen', 'shipped', 'shipper', 'shirazs', 'shirked', 'shirker', 'shirley', 'shirred', 'shirted', 'shivers', 'shivery', 'shlepps', 'shlocky', 'shoaled', 'shocked', 'shocker', 'shodden', 'shoddys', 'shoeing', 'shoguns', 'shoofly', 'shooing', 'shooter', 'shopped', 'shopper', 'shoring', 'shorted', 'shorten', 'shorter', 'shortly', 'shotgun', 'shouted', 'shouter', 'shovels', 'shoving', 'showbiz', 'showers', 'showery', 'showier', 'showily', 'showing', 'showman', 'showmen', 'showoff', 'shrieks', 'shrifts', 'shrikes', 'shrills', 'shrilly', 'shrimps', 'shriner', 'shrines', 'shrinks', 'shrived', 'shrivel', 'shriven', 'shrives', 'shrouds', 'shrubby', 'shticks', 'shucked', 'shudder', 'shuffle', 'shulman', 'shunned', 'shunted', 'shushed', 'shushes', 'shuteye', 'shutoff', 'shutout', 'shutter', 'shuttle', 'shylock', 'shyness', 'shyster', 'siamese', 'siberia', 'sibling', 'sicilys', 'sickbed', 'sickens', 'sickest', 'sicking', 'sickish', 'sickles', 'sidearm', 'sidebar', 'sidecar', 'sideman', 'sidemen', 'sideway', 'sidings', 'sidling', 'siemens', 'sierras', 'siestas', 'sieving', 'sifters', 'sifting', 'sighing', 'sighted', 'sightly', 'sigmund', 'signals', 'signers', 'signets', 'signify', 'signing', 'signora', 'sikhism', 'silages', 'silence', 'silents', 'silicas', 'silicic', 'silicon', 'silkier', 'silkily', 'silkine', 'sillier', 'sillies', 'silting', 'silvers', 'silvery', 'silvias', 'simenon', 'simians', 'similar', 'similes', 'simmers', 'simmons', 'simones', 'simpers', 'simpler', 'simplex', 'simpson', 'sinatra', 'sincere', 'sindbad', 'sindhis', 'singers', 'singing', 'singled', 'singles', 'singlet', 'sinkers', 'sinking', 'sinners', 'sinning', 'sinuous', 'sinuses', 'siphons', 'sipping', 'siriuss', 'sirloin', 'sirocco', 'sissier', 'sissies', 'sisters', 'sistine', 'sitcoms', 'sitters', 'sitting', 'situate', 'sixfold', 'sixteen', 'sixties', 'sizable', 'sizings', 'sizzled', 'sizzles', 'skaters', 'skating', 'skeptic', 'sketchs', 'sketchy', 'skewers', 'skewing', 'skidded', 'skiings', 'skilful', 'skilled', 'skillet', 'skimmed', 'skimped', 'skinned', 'skinner', 'skinnys', 'skipped', 'skipper', 'skippys', 'skirted', 'skitter', 'skittle', 'skivvys', 'skulked', 'skulker', 'skunked', 'skycaps', 'skydive', 'skydove', 'skyhook', 'skyjack', 'skylabs', 'skylark', 'skyline', 'skyward', 'skywave', 'slabbed', 'slacked', 'slacken', 'slacker', 'slackly', 'slackss', 'sladang', 'slaking', 'slaloms', 'slammed', 'slammer', 'slander', 'slanted', 'slapped', 'slashed', 'slashes', 'slaters', 'slather', 'slating', 'slavers', 'slavery', 'slavics', 'slaving', 'slavish', 'slayers', 'slaying', 'sleazes', 'sledded', 'sledged', 'sledges', 'sleeked', 'sleeker', 'sleekly', 'sleeper', 'sleeted', 'sleeves', 'sleighs', 'sleight', 'slender', 'sleuths', 'slewing', 'slicers', 'slicing', 'slicked', 'slicker', 'slickly', 'sliders', 'sliding', 'slights', 'slimier', 'slimmed', 'slimmer', 'slinked', 'slinkys', 'slipped', 'slipper', 'slither', 'slitter', 'slivers', 'slivery', 'sloanes', 'slobber', 'slocums', 'slogans', 'slogged', 'slopers', 'sloping', 'slopped', 'sloshed', 'sloshes', 'slotted', 'slouchs', 'slouchy', 'sloughs', 'slovaks', 'slovens', 'slowest', 'slowing', 'sludges', 'slugged', 'slugger', 'sluiced', 'sluices', 'slumber', 'slummed', 'slummer', 'slumped', 'slurped', 'slurpee', 'slurred', 'slyness', 'smacked', 'smacker', 'smaller', 'smalley', 'smarted', 'smarten', 'smarter', 'smartly', 'smartss', 'smashed', 'smasher', 'smashes', 'smatter', 'smeared', 'smelled', 'smelted', 'smelter', 'smetana', 'smidgen', 'smidges', 'smidgin', 'smiling', 'smirchs', 'smirked', 'smithys', 'smiting', 'smitten', 'smocked', 'smokers', 'smokeys', 'smokier', 'smokies', 'smoking', 'smolder', 'smoochs', 'smooths', 'smother', 'smucker', 'smudged', 'smudges', 'smugger', 'smuggle', 'snacked', 'snaffle', 'snagged', 'snailed', 'snakier', 'snaking', 'snapped', 'snapper', 'snapple', 'snaring', 'snarled', 'snatchs', 'sneaked', 'sneaker', 'sneered', 'sneezed', 'sneezes', 'snicker', 'sniders', 'snidest', 'sniffed', 'sniffle', 'sniffly', 'snifter', 'snigger', 'snipers', 'sniping', 'snipped', 'snippet', 'snitchs', 'snivels', 'snooker', 'snooped', 'snooper', 'snoopys', 'snoozed', 'snoozes', 'snorers', 'snoring', 'snorkel', 'snorted', 'snowier', 'snowily', 'snowing', 'snowman', 'snowmen', 'snubbed', 'snuffed', 'snuffer', 'snuffle', 'snuffly', 'snugged', 'snugger', 'snuggle', 'snuggly', 'snyders', 'soaking', 'soapbox', 'soapier', 'soaping', 'soapsud', 'soaring', 'sobbing', 'sobered', 'soberer', 'soberly', 'soccers', 'socials', 'societe', 'society', 'sockets', 'sockeye', 'socking', 'socorro', 'sodding', 'sodiums', 'sodomys', 'softens', 'softest', 'softies', 'soggier', 'soggily', 'soignee', 'soiling', 'sojourn', 'solaced', 'solaces', 'solaria', 'solders', 'soldier', 'solicit', 'solider', 'solidly', 'solidus', 'soliton', 'soloing', 'soloist', 'solomon', 'soluble', 'solvate', 'solvent', 'solvers', 'solving', 'somalia', 'somalis', 'somatic', 'someday', 'somehow', 'someone', 'someway', 'somozas', 'sonatas', 'sondras', 'songbag', 'songful', 'songhai', 'songhua', 'sonnets', 'sonnies', 'sontags', 'soonest', 'soothed', 'soother', 'soothes', 'sootier', 'sophies', 'sophism', 'sophist', 'soppier', 'sopping', 'soprano', 'sopwith', 'sorbets', 'sorcery', 'sorghum', 'sorrels', 'sorrier', 'sorrows', 'sorters', 'sortied', 'sorties', 'sorting', 'sottish', 'souffle', 'souffls', 'soughed', 'soulful', 'sounded', 'sounder', 'soundly', 'soupier', 'souping', 'soupons', 'sourced', 'sources', 'sourest', 'souring', 'sousing', 'soutane', 'southey', 'soviets', 'sovkhoz', 'sowetos', 'soybean', 'soyinka', 'spaatzs', 'spacers', 'spacial', 'spacier', 'spacing', 'spackle', 'spading', 'spammer', 'spandex', 'spangle', 'spaniel', 'spanish', 'spanked', 'spanned', 'spanner', 'sparely', 'sparest', 'sparing', 'sparked', 'sparkle', 'sparred', 'sparrow', 'sparser', 'spartan', 'spartas', 'spastic', 'spatial', 'spatlum', 'spatted', 'spatter', 'spatula', 'spawned', 'spaying', 'speaker', 'speared', 'specced', 'special', 'species', 'specify', 'specked', 'speckle', 'specter', 'spector', 'spectra', 'spectre', 'speechs', 'speeded', 'speeder', 'speedup', 'spelled', 'speller', 'spencer', 'spender', 'spenser', 'sperrys', 'spewing', 'spheres', 'spheric', 'sphinxs', 'spicier', 'spicing', 'spiders', 'spidery', 'spiegel', 'spieled', 'spigots', 'spikier', 'spiking', 'spilled', 'spiller', 'spinach', 'spinals', 'spindle', 'spindly', 'spinets', 'spinier', 'spinner', 'spinoff', 'spinoza', 'spiraea', 'spirals', 'spireas', 'spirits', 'spiting', 'spitted', 'spittle', 'splashs', 'splashy', 'splayed', 'spleens', 'spliced', 'splicer', 'splices', 'splines', 'splints', 'splodge', 'splotch', 'splurge', 'spoiled', 'spoiler', 'spokane', 'sponged', 'sponger', 'sponges', 'sponsor', 'spoofed', 'spooked', 'spooled', 'spooler', 'spooned', 'spoored', 'sporing', 'sporran', 'sported', 'spotted', 'spotter', 'spouses', 'spouted', 'sprague', 'sprains', 'sprawls', 'sprayed', 'sprayer', 'spreads', 'spriest', 'springe', 'springs', 'springy', 'sprints', 'sprites', 'spritzs', 'sprouts', 'spruced', 'sprucer', 'spruces', 'spryest', 'spuming', 'spumone', 'spumoni', 'spurned', 'spurred', 'spurted', 'sputnik', 'sputter', 'sputums', 'squalid', 'squalls', 'squalor', 'squanto', 'squared', 'squarer', 'squares', 'squashs', 'squashy', 'squawks', 'squeaks', 'squeaky', 'squeals', 'squeeze', 'squelch', 'squibbs', 'squints', 'squired', 'squires', 'squirms', 'squirmy', 'squirts', 'squishs', 'squishy', 'stabbed', 'stabile', 'stabled', 'stabler', 'stables', 'staceys', 'stacies', 'stacked', 'stadium', 'staffed', 'staffer', 'stagers', 'stagger', 'staging', 'staider', 'staidly', 'stained', 'staking', 'stalest', 'staling', 'stalins', 'stalked', 'stalker', 'stalled', 'stamens', 'stamina', 'stammer', 'stamped', 'stamper', 'stances', 'standby', 'stanley', 'stannic', 'stanton', 'stanzas', 'stapled', 'stapler', 'staples', 'starchs', 'starchy', 'stardom', 'staring', 'starker', 'starkey', 'starkly', 'starlet', 'starlit', 'starred', 'started', 'starter', 'startle', 'startup', 'starved', 'starves', 'stashed', 'stashes', 'stately', 'statens', 'statics', 'stating', 'station', 'statler', 'statues', 'stature', 'statuss', 'statute', 'staunch', 'staving', 'staying', 'steadys', 'stealer', 'stealth', 'steamed', 'steamer', 'stearic', 'stearns', 'steeled', 'steeped', 'steepen', 'steeper', 'steeple', 'steeply', 'steered', 'stefans', 'steinem', 'steiner', 'stellar', 'stemmed', 'stenchs', 'stencil', 'stengel', 'stephan', 'stephen', 'stepped', 'steppes', 'stepson', 'stereos', 'sterile', 'sternal', 'sterner', 'sternes', 'sternly', 'sternum', 'steroid', 'stetson', 'steuben', 'stevens', 'stevies', 'steward', 'stewart', 'stewing', 'sticken', 'sticker', 'stickle', 'stickup', 'stickys', 'stiffed', 'stiffen', 'stiffer', 'stiffly', 'stifled', 'stifles', 'stigmas', 'stilled', 'stiller', 'stilted', 'stilton', 'stimson', 'stimuli', 'stinger', 'stinker', 'stinted', 'stipend', 'stipple', 'stirred', 'stirrer', 'stirrup', 'stitchs', 'stocked', 'stocker', 'stoical', 'stokers', 'stokess', 'stoking', 'stomach', 'stomped', 'stonier', 'stonily', 'stoning', 'stooges', 'stooped', 'stopgap', 'stopped', 'stopper', 'storage', 'storeys', 'storied', 'stories', 'storing', 'stormed', 'stouter', 'stoutly', 'stowage', 'stowing', 'strabos', 'strafed', 'strafes', 'strains', 'straits', 'strands', 'strange', 'stratum', 'strauss', 'strawed', 'strayed', 'streaks', 'streaky', 'streams', 'streets', 'stresss', 'stretch', 'strewed', 'striate', 'strider', 'strides', 'strifes', 'striker', 'strikes', 'strings', 'stringy', 'striped', 'stripes', 'strived', 'striven', 'strives', 'strobes', 'stroked', 'stroker', 'strokes', 'strolls', 'strongs', 'strophe', 'strudel', 'stuarts', 'stubbed', 'stubble', 'stubbly', 'stuccos', 'studded', 'student', 'studied', 'studies', 'studios', 'stuffed', 'stumble', 'stumped', 'stunned', 'stunted', 'stupefy', 'stupids', 'stupors', 'stutter', 'stygian', 'stylers', 'styling', 'stylise', 'stylish', 'stylist', 'stylize', 'styluss', 'stymied', 'stymies', 'styptic', 'styrene', 'styrons', 'suarezs', 'suavely', 'suavest', 'suavity', 'subarus', 'subbing', 'subdued', 'subdues', 'subfile', 'subgoal', 'subhead', 'subject', 'subjoin', 'sublets', 'sublime', 'sublist', 'submits', 'submode', 'suborns', 'subplot', 'subsets', 'subside', 'subsidy', 'subsist', 'subsoil', 'subsume', 'subtask', 'subteen', 'subtler', 'subtree', 'subunit', 'suburbs', 'subvert', 'subways', 'succeed', 'success', 'succors', 'succour', 'succumb', 'suckers', 'sucking', 'suckled', 'suckles', 'sucrets', 'sucrose', 'suction', 'sudokus', 'sudsier', 'sudsing', 'suffers', 'suffice', 'suffixs', 'suffolk', 'suffuse', 'sugared', 'suggest', 'suharto', 'suicide', 'suiters', 'suiting', 'suitors', 'sukarno', 'sukkoth', 'sulfate', 'sulfide', 'sulfite', 'sulfurs', 'sulkier', 'sulkies', 'sulkily', 'sulking', 'sullied', 'sullies', 'sulphur', 'sultana', 'sultans', 'sumachs', 'sumatra', 'sumeria', 'summand', 'summary', 'summate', 'summers', 'summery', 'summing', 'summits', 'summons', 'sumners', 'sunbeam', 'sunbelt', 'sunburn', 'sundaes', 'sundays', 'sunders', 'sundial', 'sundown', 'sunfish', 'sunkist', 'sunlamp', 'sunless', 'sunnier', 'sunning', 'sunrise', 'sunroof', 'sunsets', 'sunspot', 'suntans', 'suppers', 'supping', 'suppler', 'supplys', 'support', 'suppose', 'supreme', 'suretys', 'surface', 'surfeit', 'surfers', 'surfing', 'surgeon', 'surgery', 'surging', 'surinam', 'surlier', 'surmise', 'surname', 'surpass', 'surplus', 'surreal', 'surreys', 'surtaxs', 'surtout', 'surveys', 'survive', 'susanas', 'susanna', 'susanne', 'suspect', 'suspend', 'sustain', 'suttons', 'sutured', 'sutures', 'suwanee', 'suzanne', 'suzette', 'suzhous', 'suzukis', 'svelter', 'swabbed', 'swaddle', 'swagged', 'swagger', 'swahili', 'swallow', 'swamped', 'swanked', 'swanker', 'swansea', 'swanson', 'swapped', 'swarmed', 'swarthy', 'swashed', 'swashes', 'swatchs', 'swathed', 'swathes', 'swatted', 'swatter', 'swaying', 'swearer', 'sweated', 'sweater', 'sweatss', 'swedens', 'swedish', 'sweeney', 'sweeper', 'sweeten', 'sweeter', 'sweetie', 'sweetly', 'swelled', 'sweller', 'swelter', 'swenson', 'swerved', 'swerves', 'swifter', 'swiftly', 'swigged', 'swilled', 'swimmer', 'swindle', 'swinger', 'swinish', 'swiping', 'swirled', 'swished', 'swisher', 'swishes', 'swisses', 'switchs', 'switzer', 'swivels', 'swizzle', 'swollen', 'swooned', 'swooped', 'swopped', 'sydneys', 'syenite', 'syllabi', 'sylvias', 'sylvies', 'symbols', 'symptom', 'synagog', 'synapse', 'synched', 'synches', 'syncing', 'synergy', 'synonym', 'syntaxs', 'syphons', 'syrians', 'syringa', 'syringe', 'systems', 'szilard', 'tabasco', 'tabatha', 'tabbies', 'tabbing', 'tabitha', 'tableau', 'tablets', 'tabling', 'tabloid', 'tabooed', 'tabrizs', 'tabuing', 'tabular', 'tacitly', 'tacitus', 'tackier', 'tacking', 'tackled', 'tackler', 'tackles', 'tacomas', 'tactful', 'tactics', 'tactile', 'tactual', 'tadpole', 'tadzhik', 'taffeta', 'taffies', 'tagalog', 'tagging', 'tahitis', 'tailing', 'tailors', 'tainted', 'taipeis', 'taiping', 'taiwans', 'taiyuan', 'takeoff', 'takeout', 'takings', 'talents', 'taliban', 'talkers', 'talking', 'tallest', 'talleys', 'tallied', 'tallies', 'tallinn', 'tallows', 'tallyho', 'talmuds', 'tamable', 'tamales', 'tamaras', 'tamekas', 'tameras', 'tamikas', 'tammany', 'tammies', 'tammuzs', 'tampaxs', 'tampers', 'tamping', 'tampons', 'tanager', 'tancred', 'tandems', 'tangelo', 'tangent', 'tangier', 'tangled', 'tangles', 'tangoed', 'tanisha', 'tankard', 'tankers', 'tankful', 'tanking', 'tanners', 'tannery', 'tannest', 'tanning', 'tannins', 'tantrum', 'taoisms', 'taoists', 'tapered', 'tapings', 'tapioca', 'tappers', 'tapping', 'taproom', 'taproot', 'tarawas', 'tarazed', 'tarbell', 'tardier', 'tardily', 'targets', 'tariffs', 'tarmacs', 'tarnish', 'tarpons', 'tarried', 'tarrier', 'tarries', 'tarring', 'tartans', 'tartars', 'tartary', 'tartest', 'tarzans', 'tasking', 'tassels', 'tasters', 'tastier', 'tasting', 'tatters', 'tatting', 'tattled', 'tattler', 'tattles', 'tattoos', 'taunted', 'taunter', 'tauruss', 'tautest', 'taverna', 'taverns', 'tawnier', 'taxable', 'taxicab', 'taxiing', 'taxiway', 'taxying', 'taylors', 'tbilisi', 'teacart', 'teacher', 'teaches', 'teacups', 'teaming', 'teapots', 'tearful', 'teargas', 'tearier', 'tearing', 'tearoom', 'teasels', 'teasers', 'teasing', 'teatime', 'teazels', 'teazles', 'technic', 'tedding', 'tedious', 'tediums', 'teeming', 'teenage', 'teenier', 'teepees', 'teeters', 'teethed', 'teethes', 'teflons', 'teheran', 'tektite', 'teleost', 'telexed', 'telexes', 'tellers', 'telling', 'telugus', 'temblor', 'tempera', 'tempers', 'tempest', 'temping', 'templar', 'temples', 'tempted', 'tempter', 'tempura', 'tenable', 'tenancy', 'tenants', 'tenders', 'tending', 'tendons', 'tendril', 'tenfold', 'tenneco', 'tenniss', 'tenoned', 'tenpins', 'tensely', 'tensest', 'tensile', 'tensing', 'tension', 'tensors', 'tenspot', 'tenting', 'tenuous', 'tenured', 'tenures', 'tequila', 'terabit', 'terbium', 'terence', 'teresas', 'terkels', 'terming', 'termini', 'termite', 'ternary', 'terrace', 'terrain', 'terrans', 'terrell', 'terrier', 'terries', 'terrify', 'terrors', 'tersely', 'tersest', 'tessies', 'testate', 'testbed', 'testers', 'testier', 'testify', 'testily', 'testing', 'testiss', 'tetanus', 'tethers', 'tethyss', 'texacos', 'textile', 'textron', 'textual', 'texture', 'thalami', 'thalias', 'thamess', 'thanked', 'thatchs', 'thawing', 'theater', 'theatre', 'thebess', 'theiler', 'theisms', 'theists', 'thelmas', 'theorem', 'theorys', 'therapy', 'thereat', 'thereby', 'therein', 'therell', 'thereof', 'thereon', 'theresa', 'therese', 'thereto', 'thermal', 'thermos', 'therons', 'theseus', 'thesiss', 'thespis', 'thiamin', 'thicken', 'thicker', 'thicket', 'thickly', 'thieved', 'thieves', 'thimble', 'thinker', 'thinned', 'thinner', 'thirdly', 'thirsts', 'thirsty', 'thirtys', 'thistle', 'thither', 'thomass', 'thomism', 'thomson', 'thoraxs', 'thoreau', 'thorium', 'thought', 'thraces', 'thralls', 'thrashs', 'threads', 'threats', 'threshs', 'thrifts', 'thrifty', 'thrills', 'thrived', 'thriven', 'thrives', 'throats', 'throaty', 'thrones', 'throngs', 'through', 'thrower', 'thrushs', 'thrusts', 'thruway', 'thudded', 'thuggee', 'thulium', 'thumbed', 'thumped', 'thunder', 'thurber', 'thurman', 'thwacks', 'thwarts', 'thymine', 'thymuss', 'thyroid', 'thyself', 'tianjin', 'tibetan', 'tickers', 'tickets', 'ticking', 'tickled', 'tickles', 'tidally', 'tidbits', 'tidiest', 'tidings', 'tidying', 'tiffany', 'tiffing', 'tighten', 'tighter', 'tightly', 'tightss', 'tigress', 'tigriss', 'tijuana', 'tilings', 'tillage', 'tillers', 'tillich', 'tilling', 'tillman', 'tilting', 'timbers', 'timbres', 'timeout', 'timider', 'timidly', 'timings', 'timothy', 'timpani', 'timurid', 'tinders', 'tinfoil', 'tinging', 'tingled', 'tingles', 'tiniest', 'tinkers', 'tinkled', 'tinkles', 'tinnier', 'tinnily', 'tinning', 'tinsels', 'tinting', 'tintype', 'tippers', 'tipping', 'tippled', 'tippler', 'tipples', 'tipsier', 'tipsily', 'tipster', 'tiptoed', 'tiptoes', 'tiptops', 'tirades', 'tiranas', 'tireder', 'tiredly', 'tishris', 'tissues', 'titania', 'titanic', 'titbits', 'tithing', 'titians', 'titling', 'titmice', 'titrate', 'titters', 'tittles', 'titular', 'tizzies', 'tlalocs', 'tlingit', 'toadied', 'toadies', 'toasted', 'toaster', 'tobacco', 'tobagos', 'toccata', 'tocsins', 'todayll', 'toddies', 'toddled', 'toddler', 'toddles', 'toehold', 'toenail', 'toffees', 'toffies', 'togging', 'toggled', 'toggles', 'toilers', 'toilets', 'toiling', 'tokamak', 'toledos', 'tolkien', 'tolling', 'tolstoy', 'toluene', 'tomatos', 'tombing', 'tomboys', 'tomcats', 'tomlins', 'tommies', 'tongans', 'tongued', 'tongues', 'toniest', 'tonight', 'tonnage', 'tonsils', 'tonsure', 'toolbar', 'toolbox', 'toolers', 'tooling', 'toolkit', 'toothed', 'tooting', 'topazes', 'topcoat', 'topekas', 'topical', 'topknot', 'topless', 'topmast', 'topmost', 'topping', 'toppled', 'topples', 'topsail', 'topside', 'topsoil', 'torched', 'torches', 'torment', 'tornado', 'toronto', 'torpedo', 'torpors', 'torqued', 'torques', 'torrens', 'torrent', 'torsion', 'tortola', 'tortuga', 'torture', 'toruses', 'toshiba', 'tossing', 'tossups', 'totaled', 'totally', 'totemic', 'totters', 'totting', 'toucans', 'touched', 'touches', 'toughen', 'tougher', 'toughly', 'toupees', 'touring', 'tourism', 'tourist', 'tourney', 'tousled', 'tousles', 'touting', 'towards', 'towboat', 'toweled', 'towered', 'towhead', 'towpath', 'toxemia', 'toynbee', 'toyodas', 'toyotas', 'tracers', 'tracery', 'traceys', 'trachea', 'tracies', 'tracing', 'tracked', 'tracker', 'tractor', 'traders', 'trading', 'traduce', 'traffic', 'tragedy', 'trailed', 'trailer', 'trained', 'trainee', 'trainer', 'traipse', 'traitor', 'trammed', 'trammel', 'tramped', 'trample', 'tramway', 'trances', 'transit', 'transom', 'trapeze', 'trapped', 'trapper', 'trashed', 'trashes', 'traumas', 'travail', 'travels', 'traviss', 'trawled', 'trawler', 'treacle', 'treadle', 'treason', 'treated', 'treatys', 'trebled', 'trebles', 'treeing', 'treetop', 'trefoil', 'trekked', 'trekkie', 'trellis', 'tremble', 'tremolo', 'tremors', 'trenchs', 'trended', 'trendys', 'trenton', 'tresses', 'trestle', 'trevino', 'trevors', 'triable', 'triages', 'trialed', 'trianon', 'tribune', 'tribute', 'triceps', 'tricias', 'tricked', 'trickle', 'trident', 'trieste', 'trifled', 'trifler', 'trifles', 'trigger', 'trigram', 'trilled', 'trilogy', 'trimmed', 'trimmer', 'trinity', 'trinket', 'tripled', 'triples', 'triplet', 'triplex', 'tripods', 'tripoli', 'tripped', 'trippes', 'trisect', 'trishas', 'tristan', 'tritely', 'tritest', 'tritium', 'tritons', 'triumph', 'trivets', 'trivial', 'trivias', 'trivium', 'trochee', 'trodden', 'troikas', 'trojans', 'trolled', 'trolley', 'trollop', 'trollys', 'tromped', 'trooped', 'trooper', 'trophic', 'trophys', 'tropics', 'tropism', 'trotsky', 'trotted', 'trotter', 'trouble', 'troughs', 'trounce', 'trouped', 'trouper', 'troupes', 'trouser', 'trowels', 'truancy', 'truants', 'trucked', 'truckee', 'trucker', 'truckle', 'trudeau', 'trudged', 'trudges', 'trueing', 'truffle', 'truisms', 'trumans', 'trumped', 'trumpet', 'trundle', 'trussed', 'trusses', 'trusted', 'trustee', 'trustys', 'tryouts', 'trypsin', 'trysted', 'tsarina', 'tsunami', 'tswanas', 'tuamotu', 'tuaregs', 'tubbier', 'tubings', 'tubular', 'tuckers', 'tucking', 'tucsons', 'tucuman', 'tuesday', 'tufting', 'tugboat', 'tugging', 'tuition', 'tulanes', 'tumbled', 'tumbler', 'tumbles', 'tumbrel', 'tumbril', 'tummies', 'tumours', 'tumults', 'tunable', 'tundras', 'tuneful', 'tunguss', 'tunisia', 'tunnels', 'tunneys', 'tunnies', 'turbans', 'turbine', 'turbots', 'tureens', 'turfing', 'turings', 'turkeys', 'turkish', 'turmoil', 'turners', 'turnery', 'turning', 'turnips', 'turnkey', 'turnoff', 'turnout', 'turrets', 'turtles', 'tuscans', 'tuscany', 'tuscons', 'tussaud', 'tussled', 'tussles', 'tussock', 'tutored', 'tuvalus', 'tuxedos', 'twaddle', 'twanged', 'tweaked', 'tweedss', 'tweeted', 'tweeter', 'twelfth', 'twelves', 'twentys', 'twiddle', 'twigged', 'twilled', 'twinged', 'twinges', 'twining', 'twinkle', 'twinned', 'twirled', 'twirler', 'twisted', 'twister', 'twitchs', 'twitchy', 'twitted', 'twitter', 'twofers', 'twofold', 'twombly', 'twosome', 'tycoons', 'tylenol', 'tympana', 'tyndale', 'tyndall', 'typeout', 'typeset', 'typhoid', 'typhoon', 'typhuss', 'typical', 'typings', 'typists', 'tyranny', 'tyrants', 'tzarina', 'ubuntus', 'ucayali', 'uccello', 'ugandan', 'ugandas', 'ugliest', 'uighurs', 'ukelele', 'ukraine', 'ukulele', 'ulsters', 'ululate', 'ulysses', 'umbrage', 'umbriel', 'umlauts', 'umpired', 'umpires', 'umpteen', 'unaided', 'unarmed', 'unasked', 'unaware', 'unbends', 'unbinds', 'unblock', 'unbolts', 'unbosom', 'unbound', 'uncanny', 'uncased', 'uncivil', 'unclasp', 'unclean', 'unclear', 'uncoils', 'uncorks', 'uncouth', 'uncover', 'unction', 'undated', 'undergo', 'undiess', 'undoing', 'undress', 'undying', 'unearth', 'uneases', 'uneaten', 'unequal', 'unescos', 'unfolds', 'unfrock', 'unfunny', 'unfurls', 'ungodly', 'unguent', 'unhands', 'unhappy', 'unheard', 'unhinge', 'unhitch', 'unhooks', 'unhorse', 'unicefs', 'unicode', 'unicorn', 'unified', 'unifier', 'unifies', 'uniform', 'uniplex', 'uniquer', 'unisexs', 'unisons', 'unitary', 'unitass', 'unities', 'uniting', 'unkempt', 'unknown', 'unlaced', 'unlaces', 'unlatch', 'unlearn', 'unleash', 'unlinks', 'unloads', 'unlocks', 'unloose', 'unloved', 'unlucky', 'unmakes', 'unmanly', 'unmasks', 'unmoral', 'unmoved', 'unnamed', 'unnerve', 'unpacks', 'unpaved', 'unplugs', 'unquote', 'unravel', 'unready', 'unrests', 'unriper', 'unrolls', 'unsafer', 'unscrew', 'unseals', 'unseats', 'unseens', 'unsnaps', 'unsnarl', 'unsound', 'unstops', 'unstuck', 'untamed', 'untried', 'untruer', 'untruth', 'untwist', 'untying', 'unusual', 'unveils', 'unwinds', 'unwiser', 'unwound', 'unwraps', 'upbeats', 'upbraid', 'upbring', 'upchuck', 'updated', 'updater', 'updates', 'updraft', 'upended', 'upfront', 'upgrade', 'uphills', 'upholds', 'upjohns', 'upkeeps', 'uplands', 'uplifts', 'upraise', 'upright', 'upriver', 'uproars', 'uproots', 'upscale', 'upshots', 'upsides', 'upsilon', 'upslope', 'upstage', 'upstair', 'upstand', 'upstart', 'upstate', 'upsurge', 'upswing', 'uptakes', 'uptight', 'uptowns', 'uptrend', 'upturns', 'upwards', 'uranias', 'uranium', 'uranuss', 'urbaner', 'urchins', 'urethra', 'urgency', 'urgings', 'urinals', 'urinary', 'urinate', 'urology', 'uruguay', 'useable', 'useless', 'usenets', 'ushered', 'ustinov', 'usually', 'usurers', 'usurped', 'usurper', 'utensil', 'uterine', 'uteruss', 'utilise', 'utility', 'utilize', 'utmosts', 'utopian', 'utopias', 'utrecht', 'utrillo', 'uttered', 'utterly', 'uvulars', 'vacancy', 'vacated', 'vacates', 'vaccine', 'vacuity', 'vacuole', 'vacuous', 'vacuums', 'vagarys', 'vaginae', 'vaginal', 'vaginas', 'vagrant', 'vaguely', 'vaguest', 'vainest', 'valance', 'valarie', 'valdezs', 'valence', 'valenti', 'valeria', 'valerie', 'valeted', 'valiant', 'validly', 'valises', 'valiums', 'valleys', 'valours', 'valuate', 'valuers', 'valuing', 'valving', 'vamoose', 'vamping', 'vampire', 'vandals', 'vandyke', 'vanessa', 'vanilla', 'vanitys', 'vanning', 'vantage', 'vanuatu', 'vapours', 'variant', 'variate', 'variety', 'various', 'varlets', 'varmint', 'varnish', 'varsity', 'varying', 'vasquez', 'vassals', 'vassars', 'vastest', 'vatican', 'vatting', 'vaudois', 'vaughan', 'vaughns', 'vaulted', 'vaulter', 'vaunted', 'vazquez', 'veblens', 'vectors', 'vedanta', 'veering', 'veggies', 'vehicle', 'veiling', 'veining', 'velcros', 'vellums', 'velours', 'velvets', 'velvety', 'venally', 'venders', 'vending', 'vendors', 'veneers', 'venices', 'venison', 'venting', 'ventral', 'venture', 'venturi', 'venuses', 'veranda', 'verbals', 'verbena', 'verbose', 'verdant', 'verdict', 'verduns', 'verdure', 'vergils', 'verging', 'veridic', 'veriest', 'veritys', 'verizon', 'vermeer', 'vermeil', 'vermins', 'vermont', 'vernier', 'vernons', 'veronas', 'versify', 'versing', 'version', 'vertexs', 'vertigo', 'vesicle', 'vespers', 'vessels', 'vestige', 'vesting', 'vestrys', 'vetches', 'veteran', 'vetoing', 'vetting', 'viacoms', 'viaduct', 'vibrant', 'vibrate', 'vibrato', 'vicente', 'viceroy', 'vicinal', 'vicious', 'vickies', 'victims', 'victors', 'victory', 'victual', 'viennas', 'vietnam', 'viewers', 'viewing', 'vigours', 'vikings', 'village', 'villain', 'villein', 'vilnius', 'vilyuis', 'vincent', 'vinegar', 'vinsons', 'vintage', 'vintner', 'violate', 'violent', 'violets', 'violins', 'violist', 'viragos', 'virgies', 'virgils', 'virgins', 'virgule', 'virtual', 'virtues', 'viruses', 'visages', 'visaing', 'viscera', 'viscous', 'viscuss', 'vishnus', 'visible', 'visibly', 'visions', 'visited', 'visitor', 'vistula', 'visuals', 'vitally', 'vitalss', 'vitamin', 'vitiate', 'vitrify', 'vitriol', 'vivaldi', 'vivider', 'vividly', 'viziers', 'vlasics', 'vocable', 'vocalic', 'vocally', 'voguish', 'voicers', 'voicing', 'voiding', 'volcano', 'volcker', 'volleys', 'voltage', 'voltaic', 'voluble', 'volubly', 'volumes', 'vomited', 'voodoos', 'vorster', 'vortexs', 'votarys', 'vouched', 'voucher', 'vouches', 'voyaged', 'voyager', 'voyages', 'voyeurs', 'vuitton', 'vulcans', 'vulgate', 'vulpine', 'vulture', 'wabashs', 'wackier', 'wadding', 'waddled', 'waddles', 'waffled', 'waffles', 'wafting', 'wagered', 'wagging', 'waggish', 'waggled', 'waggles', 'wagners', 'wagoner', 'wahhabi', 'waikiki', 'wailing', 'waiters', 'waiting', 'waivers', 'waiving', 'wakeful', 'wakened', 'waksman', 'walcott', 'waldens', 'waldorf', 'waldron', 'walkers', 'walking', 'walkman', 'walkout', 'walkway', 'wallaby', 'wallace', 'wallets', 'walleye', 'walling', 'walloon', 'wallops', 'wallows', 'walmart', 'walnuts', 'walpole', 'walruss', 'walters', 'waltham', 'waltons', 'waltzed', 'waltzes', 'wampums', 'wanders', 'wangled', 'wangles', 'wankels', 'wannabe', 'wannest', 'wanting', 'wantons', 'wapitis', 'warbled', 'warbler', 'warbles', 'wardens', 'warders', 'warding', 'warfare', 'warhead', 'wariest', 'warings', 'warlike', 'warlock', 'warlord', 'warmers', 'warmest', 'warming', 'warmish', 'warmths', 'warners', 'warning', 'warpath', 'warping', 'warrant', 'warrens', 'warring', 'warrior', 'warsaws', 'warship', 'warthog', 'wartier', 'wartime', 'warwick', 'wasatch', 'washers', 'washing', 'washout', 'washtub', 'waspish', 'wassail', 'wastage', 'wasters', 'wasting', 'wastrel', 'watched', 'watcher', 'watches', 'watered', 'waterss', 'watkins', 'wattage', 'watteau', 'wattled', 'wattles', 'wavelet', 'wavered', 'waviest', 'waxiest', 'waxwing', 'waxwork', 'waybill', 'waylaid', 'waylays', 'wayside', 'wayward', 'weakens', 'weakest', 'wealths', 'wealthy', 'weaning', 'weapons', 'wearers', 'wearied', 'wearier', 'wearies', 'wearily', 'wearing', 'weasels', 'weather', 'weavers', 'weaving', 'webbing', 'weberns', 'website', 'webster', 'weddell', 'wedding', 'wedging', 'wedlock', 'weeders', 'weedier', 'weeding', 'weekday', 'weekend', 'weeklys', 'weepers', 'weepier', 'weepies', 'weeping', 'weevils', 'weighed', 'weights', 'weighty', 'weirder', 'weirdly', 'weirdos', 'welched', 'welches', 'welcome', 'welders', 'welding', 'weldons', 'welfare', 'welkins', 'welland', 'wellers', 'welling', 'welshed', 'welshes', 'welters', 'welting', 'wenches', 'wendell', 'wending', 'werther', 'wesleys', 'wessons', 'western', 'westons', 'wetback', 'wetland', 'wetness', 'wettest', 'wetting', 'weydens', 'whacked', 'whalers', 'whaling', 'whammed', 'whammys', 'wharton', 'wharves', 'whatley', 'whatnot', 'wheaten', 'wheedle', 'wheeled', 'wheeler', 'wheezed', 'wheezes', 'whelked', 'wheller', 'whelped', 'whereas', 'whereat', 'whereby', 'wherein', 'whereof', 'whereon', 'wherere', 'whether', 'whetted', 'whiffed', 'whiling', 'whimper', 'whimsey', 'whimsic', 'whimsys', 'whiners', 'whinier', 'whining', 'whinnys', 'whipped', 'whipper', 'whippet', 'whipple', 'whipsaw', 'whirled', 'whirred', 'whisked', 'whisker', 'whiskey', 'whiskys', 'whisper', 'whistle', 'whitely', 'whitens', 'whitest', 'whither', 'whiting', 'whitish', 'whitley', 'whitman', 'whitney', 'whittle', 'whizzed', 'whizzes', 'whoever', 'whooped', 'whoopee', 'whooshs', 'whopper', 'whorled', 'wichita', 'wickers', 'wickets', 'widened', 'widener', 'widgeon', 'widowed', 'widower', 'wielded', 'wielder', 'wiemars', 'wieners', 'wiesels', 'wigeons', 'wigging', 'wiggins', 'wiggled', 'wiggler', 'wiggles', 'wigmake', 'wigners', 'wigwags', 'wigwams', 'wilbert', 'wilburn', 'wilburs', 'wilcoxs', 'wildcat', 'wildest', 'wilford', 'wilfred', 'wilhelm', 'wiliest', 'wilkins', 'willard', 'willful', 'william', 'willies', 'willing', 'willows', 'willowy', 'wilmers', 'wilsons', 'wilting', 'wiltons', 'wimpier', 'wimpled', 'wimples', 'wimseys', 'winched', 'winches', 'wincing', 'windbag', 'winders', 'windexs', 'windier', 'winding', 'windows', 'windsor', 'windups', 'winerys', 'winesap', 'winfred', 'winfrey', 'wingers', 'winging', 'wingman', 'wingmen', 'wingtip', 'winking', 'winkles', 'winners', 'winning', 'winnows', 'winslow', 'winsome', 'winston', 'winters', 'wintery', 'wireman', 'wiremen', 'wiretap', 'wiriest', 'wirings', 'wisdoms', 'wishers', 'wishful', 'wishing', 'wispier', 'wistful', 'witched', 'witches', 'withers', 'withins', 'without', 'witless', 'witness', 'wittier', 'wittily', 'witting', 'wizards', 'wizened', 'wobbled', 'wobbles', 'wobegon', 'wolcott', 'wolfing', 'wolfish', 'wolfram', 'womanly', 'wombats', 'wonders', 'woodard', 'woodcut', 'woodhen', 'woodier', 'woodies', 'wooding', 'woodlot', 'woodman', 'woodmen', 'woodrow', 'woofers', 'woofing', 'woolens', 'woolier', 'woolies', 'woolite', 'woollen', 'woollys', 'wooster', 'wootens', 'woozier', 'wordier', 'wordily', 'wording', 'workday', 'workers', 'working', 'workman', 'workmen', 'workout', 'worldly', 'wormier', 'worming', 'worried', 'worrier', 'worries', 'worsens', 'worship', 'worsted', 'worthys', 'wouldnt', 'wouldve', 'wounded', 'wounder', 'wovokas', 'wozniak', 'wozzeck', 'wraiths', 'wrangle', 'wrapped', 'wrapper', 'wreaked', 'wreathe', 'wreaths', 'wrecked', 'wrecker', 'wrenchs', 'wrested', 'wrestle', 'wretchs', 'wriggle', 'wriggly', 'wrigley', 'wringer', 'wrinkle', 'wrinkly', 'writers', 'writeup', 'writhed', 'writhes', 'writing', 'written', 'wroclaw', 'wrongdo', 'wronged', 'wronger', 'wrongly', 'wrought', 'wryness', 'wyoming', 'xemacss', 'xenakis', 'xeroxes', 'ximenes', 'xiongnu', 'xuzhous', 'yachted', 'yacking', 'yahtzee', 'yahwehs', 'yakking', 'yakutsk', 'yamahas', 'yammers', 'yangons', 'yangtze', 'yankees', 'yanking', 'yankton', 'yaobang', 'yaounde', 'yapping', 'yardage', 'yardarm', 'yataros', 'yawning', 'yeagers', 'yearlys', 'yearned', 'yelling', 'yellows', 'yelping', 'yeltsin', 'yemenis', 'yenisei', 'yeomans', 'yerevan', 'yerkess', 'yesenia', 'yeshiva', 'yessing', 'yiddish', 'yielded', 'yipping', 'yodeled', 'yodeler', 'yoghurt', 'yogurts', 'yolanda', 'yonkers', 'yorkers', 'yorubas', 'younger', 'youngly', 'youtube', 'yowling', 'yttrium', 'yucatan', 'yuckier', 'yucking', 'yukking', 'yummier', 'yunnans', 'yuppies', 'yvettes', 'yvonnes', 'yxcvbnm', 'zachary', 'zachery', 'zagging', 'zagrebs', 'zairian', 'zambezi', 'zambian', 'zambias', 'zamboni', 'zaniest', 'zanucks', 'zapotec', 'zapping', 'zealand', 'zealots', 'zealous', 'zebedee', 'zedongs', 'zengers', 'zeniths', 'zephyrs', 'zeroing', 'zestful', 'zhivago', 'ziegler', 'zigging', 'zigzags', 'zillion', 'zincing', 'zincked', 'zingers', 'zinging', 'zinnias', 'zionism', 'zionist', 'zippers', 'zippier', 'zipping', 'zircons', 'zithers', 'zodiacs', 'zombies', 'zonally', 'zoology', 'zooming', 'zwingli', 'zxcvbnm', 'zygotes', 'zyrtecs', 'aaliyahs', 'aardvark', 'abacuses', 'abalones', 'abandons', 'abashing', 'abattoir', 'abbesses', 'abdicate', 'abdomens', 'abducted', 'abductor', 'abelsons', 'aberdeen', 'aberrant', 'aberrate', 'abetters', 'abetting', 'abettors', 'abeyance', 'abhorred', 'abhorrer', 'abidjans', 'abilitys', 'abjectly', 'abjuring', 'ablating', 'ablation', 'ablative', 'ablution', 'abnegate', 'abnormal', 'aborning', 'aborting', 'abortion', 'abortive', 'abounded', 'abrading', 'abrahams', 'abramson', 'abrasion', 'abrasive', 'abridged', 'abridges', 'abrogate', 'abrupter', 'abruptly', 'abscesss', 'abscissa', 'absconds', 'absences', 'absented', 'absentee', 'absentia', 'absently', 'absinthe', 'absinths', 'absolute', 'absolved', 'absolves', 'absorbed', 'absorber', 'abstains', 'abstract', 'abstruse', 'absurder', 'absurdly', 'abundant', 'abusable', 'abutment', 'abutters', 'abutting', 'academia', 'academic', 'academys', 'acanthus', 'acapulco', 'acceding', 'accented', 'accepted', 'accepter', 'acceptor', 'accessed', 'accesses', 'accessor', 'accident', 'acclaims', 'accolade', 'accorded', 'accorder', 'accosted', 'accounts', 'accouter', 'accredit', 'accruals', 'accruing', 'accuracy', 'accurate', 'accursed', 'accusers', 'accusing', 'accustom', 'acerbity', 'acetates', 'acetones', 'acevedos', 'achaeans', 'achernar', 'achesons', 'achieved', 'achiever', 'achieves', 'achilles', 'aciditys', 'ackerman', 'acolytes', 'aconites', 'acoustic', 'acquaint', 'acquired', 'acquires', 'acreages', 'acridest', 'acrimony', 'acrobacy', 'acrobats', 'acronyms', 'acrostic', 'acrylate', 'acrylics', 'actinide', 'actinium', 'activate', 'actively', 'activism', 'activist', 'activity', 'actresss', 'actually', 'actuarys', 'actuated', 'actuates', 'actuator', 'adamants', 'adapters', 'adapting', 'adaptive', 'adaptors', 'addendum', 'adderley', 'addicted', 'addition', 'additive', 'addresss', 'adducing', 'adducted', 'adductor', 'adelaide', 'adelines', 'adenauer', 'adenoids', 'adequacy', 'adequate', 'adherent', 'adherers', 'adhering', 'adhesion', 'adhesive', 'adjacent', 'adjoined', 'adjourns', 'adjudged', 'adjudges', 'adjuncts', 'adjuring', 'adjusted', 'adjuster', 'adjustor', 'adjutant', 'admirals', 'admirers', 'admiring', 'admitted', 'admitter', 'admonish', 'adolphus', 'adonises', 'adopters', 'adopting', 'adoption', 'adoptive', 'adorable', 'adorably', 'adorning', 'adrenals', 'adrianas', 'adriatic', 'adrienne', 'adroitly', 'adsorbed', 'adulated', 'adulates', 'adultery', 'advanced', 'advances', 'adverser', 'adverted', 'advisees', 'advisers', 'advising', 'advisors', 'advisory', 'advocacy', 'advocate', 'aelfrics', 'aerating', 'aeration', 'aerators', 'aerobics', 'aeroflot', 'aerofoil', 'aerogene', 'aerosols', 'aesthete', 'affected', 'affector', 'afferent', 'affiance', 'affinity', 'affirmed', 'affixing', 'afflicts', 'affluent', 'afforded', 'afforest', 'affright', 'affronts', 'aflutter', 'africans', 'agassizs', 'agencies', 'aggrieve', 'agilitys', 'agitated', 'agitates', 'agitator', 'aglitter', 'agnostic', 'agonised', 'agonises', 'agonized', 'agonizes', 'agrarian', 'agreeing', 'agricola', 'agrimony', 'agrippas', 'agronomy', 'aguilars', 'aguirres', 'agustins', 'ahrimans', 'ailerons', 'ailments', 'airborne', 'airbrush', 'aircraft', 'airdrops', 'airedale', 'airfares', 'airfield', 'airfoils', 'airframe', 'airheads', 'airiness', 'airlifts', 'airliner', 'airlines', 'airlocks', 'airmails', 'airplane', 'airports', 'airships', 'airspace', 'airspeed', 'airstrip', 'airtight', 'airwaves', 'alabaman', 'alabamas', 'alacrity', 'aladdins', 'alarming', 'alarmist', 'alaskans', 'albacore', 'albanian', 'albanias', 'alberich', 'alberios', 'albertas', 'albertos', 'albireos', 'albrecht', 'albright', 'albumens', 'albumins', 'alcatraz', 'alcestis', 'alchemys', 'alcindor', 'alcmenas', 'alcohols', 'aldehyde', 'alderman', 'aldermen', 'aleichem', 'alembert', 'alerters', 'alerting', 'aleutian', 'alfalfas', 'alfonsos', 'alfonzos', 'alfredas', 'alfresco', 'algebras', 'algenibs', 'algerian', 'algerias', 'algiebas', 'algierss', 'alginate', 'alhambra', 'aliasing', 'alibiing', 'alienate', 'aliening', 'alighted', 'aligning', 'aliments', 'alimonys', 'alistair', 'alizarin', 'alkalies', 'alkaline', 'alkaloid', 'allaying', 'allegate', 'alleging', 'allegory', 'allegras', 'allegros', 'alleluia', 'allemand', 'allendes', 'allergen', 'allergic', 'allergys', 'alleyway', 'alliance', 'allisons', 'allocate', 'allotted', 'allotter', 'allowing', 'alloying', 'allspice', 'allstate', 'alluding', 'alluring', 'allusion', 'allusive', 'alluvial', 'alluvium', 'allysons', 'almagest', 'almanacs', 'almighty', 'almohads', 'alnilams', 'alnitaks', 'alphabet', 'alphards', 'alphecca', 'alphonse', 'alphonso', 'alsatian', 'altamira', 'alterate', 'alterers', 'altering', 'alterman', 'although', 'altitude', 'altoidss', 'altruism', 'altruist', 'aluminum', 'alumnuss', 'alvarado', 'alvarezs', 'alveolar', 'alveolus', 'amadeuss', 'amalgams', 'amaranth', 'amarillo', 'amassing', 'amateurs', 'amazedly', 'ambiance', 'ambience', 'ambition', 'ambrosia', 'ambulant', 'ambulate', 'ambushed', 'ambushes', 'amenable', 'amending', 'amenitys', 'american', 'americas', 'amerinds', 'ameslans', 'amethyst', 'amharics', 'amicable', 'amicably', 'ammerman', 'ammeters', 'ammoniac', 'ammonias', 'ammonium', 'amnesiac', 'amnesias', 'amnestys', 'amorally', 'amortise', 'amortize', 'amounted', 'amounter', 'amperage', 'ampoules', 'amputate', 'amputees', 'amritsar', 'amundsen', 'amusedly', 'anaconda', 'anacreon', 'anaemias', 'anaglyph', 'anagrams', 'analects', 'analogue', 'analogys', 'analysed', 'analyser', 'analyses', 'analysis', 'analysts', 'analytic', 'analyzed', 'analyzer', 'analyzes', 'ananiass', 'anapests', 'anaphora', 'anarchic', 'anarchys', 'anathema', 'anatoles', 'anatolia', 'anatomic', 'anatomys', 'ancestor', 'ancestry', 'anchored', 'anchovys', 'ancients', 'andantes', 'andersen', 'anderson', 'andesine', 'andesite', 'andirons', 'andorras', 'andretti', 'androgen', 'androids', 'andropov', 'anecdota', 'anecdote', 'anechoic', 'anemones', 'aneurism', 'aneurysm', 'angelias', 'angelica', 'angelico', 'angelina', 'angeline', 'angelita', 'angering', 'angevins', 'anglican', 'anglings', 'angolans', 'angriest', 'angstrom', 'anguilla', 'anguishs', 'anheuser', 'animated', 'animates', 'animator', 'animisms', 'animists', 'animized', 'aniseeds', 'annabels', 'annealed', 'annettes', 'annexing', 'annmarie', 'annotate', 'announce', 'annoyers', 'annoying', 'annually', 'annuitys', 'annulled', 'anodized', 'anodizes', 'anodynes', 'anointed', 'anomalys', 'anorexia', 'anorexic', 'anorthic', 'anothers', 'anselmos', 'answered', 'answerer', 'antacids', 'antaress', 'anteater', 'antedate', 'antelope', 'antennae', 'antennas', 'anterior', 'anteroom', 'anthills', 'anthraxs', 'antibody', 'anticked', 'antidote', 'antietam', 'antigens', 'antigone', 'antiguas', 'antihero', 'antilles', 'antimony', 'antinomy', 'antipass', 'antipode', 'antiqued', 'antiques', 'antisera', 'antlered', 'antoines', 'antonias', 'antonios', 'antonius', 'antonyms', 'antwerps', 'anxietys', 'anybodyd', 'anybodys', 'anyplace', 'anything', 'anywhere', 'aperitif', 'aperture', 'aphasias', 'aphasics', 'aphelion', 'aphorism', 'apiaries', 'apologia', 'apologys', 'apoplexy', 'apostasy', 'apostate', 'apostles', 'apothegm', 'appalled', 'appanage', 'apparels', 'apparent', 'appealed', 'appealer', 'appeared', 'appearer', 'appeased', 'appeaser', 'appeases', 'appended', 'appender', 'appendix', 'appetite', 'applauds', 'applause', 'appleton', 'appliers', 'appliqud', 'applique', 'appliqus', 'applying', 'appointe', 'appoints', 'apposite', 'appraise', 'apprised', 'apprises', 'approach', 'approval', 'approved', 'approver', 'approves', 'apricots', 'aptitude', 'aptnesss', 'apuleius', 'aquanaut', 'aquarium', 'aquarius', 'aquatics', 'aquavits', 'aqueduct', 'aquifers', 'aquiline', 'aquinass', 'arabians', 'aracelis', 'arachnid', 'araguaya', 'aramaics', 'arapahos', 'arawakan', 'arbiters', 'arbitron', 'arboreal', 'arboreta', 'arbutuss', 'arcadian', 'arcadias', 'archaism', 'archaize', 'archduke', 'archerys', 'archfool', 'archival', 'archived', 'archiver', 'archives', 'archness', 'archways', 'arcturus', 'ardently', 'areawide', 'arequipa', 'arginine', 'argonaut', 'argonnes', 'argosies', 'arguable', 'arguably', 'argument', 'ariadnes', 'arianism', 'arianist', 'ariditys', 'arisings', 'arizonan', 'arizonas', 'arkansan', 'arkansas', 'armagnac', 'armament', 'armandos', 'armature', 'armbands', 'armchair', 'armenian', 'armenias', 'armholes', 'arminius', 'armorers', 'armories', 'armoring', 'armoured', 'armourer', 'armourys', 'armrests', 'arnulfos', 'aromatic', 'arousals', 'arousing', 'arpeggio', 'arraigns', 'arranged', 'arranger', 'arranges', 'arraying', 'arrearss', 'arrested', 'arrester', 'arrestor', 'arrivals', 'arriving', 'arrogant', 'arrogate', 'arsehole', 'arsenals', 'arsenate', 'arsenics', 'arsenide', 'arsonist', 'artefact', 'artemiss', 'arterial', 'arteries', 'artfully', 'articles', 'artifact', 'artifice', 'artisans', 'artistes', 'artistic', 'artistry', 'artsiest', 'artworks', 'asbestos', 'ascellas', 'ascended', 'ascender', 'ascetics', 'ascribed', 'ascribes', 'ashcroft', 'ashikaga', 'ashtrays', 'asiatics', 'asilomar', 'aspartic', 'asperity', 'asphalts', 'aspheric', 'asphyxia', 'aspirant', 'aspirate', 'aspiring', 'aspirins', 'assailed', 'assamese', 'assassin', 'assaults', 'assaying', 'assemble', 'assembly', 'assented', 'assenter', 'asserted', 'asserter', 'assessed', 'assesses', 'assessor', 'assholes', 'assigned', 'assignee', 'assigner', 'assisted', 'assonant', 'assorted', 'assuaged', 'assuages', 'assuming', 'assureds', 'assurers', 'assuring', 'assyrian', 'assyrias', 'astartes', 'astatine', 'asterisk', 'asteroid', 'astigmat', 'astonish', 'astounds', 'asturias', 'astutely', 'astutest', 'asuncins', 'asuncion', 'atacamas', 'atalanta', 'atavisms', 'atchison', 'ateliers', 'atheisms', 'atheists', 'athenian', 'athletes', 'athletic', 'atkinson', 'atlantas', 'atlantes', 'atlantic', 'atlantis', 'atomiser', 'atomized', 'atomizer', 'atomizes', 'atonally', 'atrocity', 'atrophic', 'atrophys', 'atroposs', 'attached', 'attacher', 'attaches', 'attacked', 'attacker', 'attained', 'attainer', 'attempts', 'attended', 'attendee', 'attender', 'attested', 'attiring', 'attitude', 'attorney', 'attracts', 'attuning', 'atwitter', 'atypical', 'auckland', 'auctions', 'audacity', 'audibles', 'audience', 'auditing', 'audition', 'auditors', 'auditory', 'auerbach', 'augments', 'augsburg', 'auguries', 'auguring', 'augustan', 'augustas', 'auguster', 'augustly', 'augustus', 'aurelias', 'aurelios', 'aurelius', 'aureolas', 'aureoles', 'auricles', 'auspices', 'austerer', 'austrian', 'austrias', 'authored', 'autistic', 'autocrat', 'automata', 'automate', 'autonomy', 'autopsys', 'autumnal', 'availers', 'availing', 'avarices', 'avengers', 'avenging', 'aventine', 'averaged', 'averages', 'averring', 'averroes', 'aversion', 'averting', 'avertive', 'aviaries', 'aviation', 'aviators', 'aviatrix', 'avicenna', 'aviditys', 'avionics', 'avocados', 'avogadro', 'avoiders', 'avoiding', 'avowedly', 'awaiting', 'awakened', 'awarders', 'awarding', 'awfuller', 'axiology', 'axolotls', 'ayrshire', 'ayurveda', 'ayyubids', 'azimuths', 'aztecans', 'baathist', 'babblers', 'babbling', 'babushka', 'babyhood', 'babylons', 'babysits', 'baccarat', 'bacchuss', 'bachelor', 'bacillus', 'backache', 'backbend', 'backbite', 'backbone', 'backdate', 'backdrop', 'backfill', 'backfire', 'backhand', 'backhoes', 'backings', 'backlash', 'backless', 'backlogs', 'backpack', 'backrest', 'backside', 'backslid', 'backspin', 'backstop', 'backward', 'backwash', 'backwood', 'backyard', 'bacteria', 'badgered', 'badinage', 'badlands', 'badmouth', 'badnesss', 'baedeker', 'bafflers', 'baffling', 'baggages', 'baggiest', 'baghdads', 'bagpipes', 'bahamass', 'bahamian', 'bahrains', 'bailiffs', 'bailouts', 'bakelite', 'bakeries', 'balanced', 'balancer', 'balances', 'balconys', 'baldness', 'baldpate', 'baldwins', 'balearic', 'balinese', 'balkhash', 'balkiest', 'ballards', 'ballasts', 'balletic', 'ballgown', 'balloons', 'balloted', 'ballpark', 'ballroom', 'ballsier', 'ballyhoo', 'balmiest', 'baloneys', 'baluster', 'banality', 'bancroft', 'bandaged', 'bandages', 'bandanas', 'bandanna', 'bandiest', 'banditry', 'banditti', 'bandpass', 'bandstop', 'bandungs', 'bandying', 'bangkoks', 'banished', 'banishes', 'banister', 'banjoist', 'bankbook', 'bankings', 'banknote', 'bankroll', 'bankrupt', 'banneker', 'banquets', 'banshees', 'bantered', 'baptised', 'baptises', 'baptisms', 'baptiste', 'baptists', 'baptized', 'baptizes', 'barabbas', 'barbados', 'barbaras', 'barbaric', 'barbarys', 'barbecue', 'barbells', 'barbeque', 'barbered', 'barberry', 'barbital', 'barbours', 'barbudas', 'barclays', 'bardeens', 'bareback', 'barefoot', 'bareness', 'barentss', 'barflies', 'bargains', 'baritone', 'barkleys', 'barmaids', 'barnabas', 'barnabys', 'barnacle', 'barnetts', 'barnhard', 'barnyard', 'baroness', 'baronets', 'baronial', 'baronies', 'baroques', 'barracks', 'barraged', 'barrages', 'barreled', 'barrener', 'barreras', 'barrette', 'barretts', 'barriers', 'barrings', 'barrooms', 'bartered', 'bartlett', 'baseball', 'baseband', 'baseless', 'baseline', 'basemans', 'basement', 'baseness', 'bashings', 'basilica', 'basilisk', 'bassinet', 'bassists', 'bassoons', 'basswood', 'bastards', 'bastille', 'bastions', 'batching', 'bathmats', 'bathrobe', 'bathroom', 'bathtubs', 'bathurst', 'batsmans', 'battelle', 'battened', 'battered', 'batterys', 'battiest', 'battings', 'battlers', 'battling', 'baudouin', 'bauhauss', 'baulking', 'bauxites', 'bavarian', 'bavarias', 'bawdiest', 'bayberry', 'bayesian', 'bayonets', 'bayonnes', 'bayreuth', 'baywatch', 'bazookas', 'beaching', 'beadiest', 'beanbags', 'bearable', 'bearably', 'bearding', 'bearings', 'bearskin', 'beasleys', 'beastlys', 'beatable', 'beatably', 'beatific', 'beatings', 'beatless', 'beatniks', 'beatrice', 'beatrixs', 'beatrizs', 'beaufort', 'beaumont', 'beauties', 'beautify', 'beauvoir', 'beavered', 'becalmed', 'bechtels', 'becketts', 'beckoned', 'becoming', 'bedazzle', 'beddings', 'bedecked', 'bedevils', 'bedimmed', 'bedouins', 'bedposts', 'bedrocks', 'bedrolls', 'bedrooms', 'bedsides', 'bedsores', 'bedstead', 'bedstraw', 'bedtimes', 'beebread', 'beechnut', 'beefiest', 'beehives', 'beelines', 'beerbohm', 'beeswaxs', 'beetling', 'befallen', 'befitted', 'befogged', 'befouled', 'befriend', 'befuddle', 'beggared', 'beggarly', 'beginner', 'begonias', 'begotten', 'begrudge', 'beguiled', 'beguiles', 'behalves', 'behaving', 'behavior', 'beheaded', 'behemoth', 'beholden', 'beholder', 'behooved', 'behooves', 'behoving', 'beijings', 'belabors', 'belabour', 'belaruss', 'belaying', 'belching', 'belfasts', 'belfries', 'belgians', 'belgiums', 'belgrade', 'believed', 'believer', 'believes', 'belindas', 'belittle', 'bellamys', 'bellboys', 'bellhops', 'bellowed', 'bellyful', 'bellying', 'belmonts', 'belmopan', 'belonged', 'beloveds', 'beltways', 'belushis', 'bemadden', 'bemoaned', 'bemusing', 'benching', 'benchley', 'bendable', 'benedict', 'benedikt', 'benefice', 'benefits', 'beneluxs', 'benetton', 'bengalis', 'benghazi', 'benignly', 'benjamin', 'benumbed', 'benzenes', 'bequeath', 'bequests', 'berating', 'bereaved', 'bereaves', 'berenice', 'berettas', 'bergamot', 'bergerac', 'bergland', 'berglund', 'beribbon', 'beriberi', 'berkeley', 'berliner', 'berlitzs', 'bermudas', 'bernanke', 'bernardo', 'bernayss', 'bernbach', 'bernhard', 'bernices', 'berniece', 'berrying', 'berthing', 'bertrams', 'bertrand', 'besieged', 'besieger', 'besieges', 'besmirch', 'besotted', 'besotter', 'besought', 'bespeaks', 'bespoken', 'bessemer', 'bestiary', 'bestowal', 'bestowed', 'bestride', 'bestrode', 'betaking', 'betatron', 'bethesda', 'bethinks', 'betiding', 'betokens', 'betrayal', 'betrayed', 'betrayer', 'betroths', 'bettered', 'beveling', 'bevelled', 'beverage', 'beverley', 'beverlys', 'bewailed', 'bewaring', 'bewilder', 'biannual', 'biassing', 'biathlon', 'biblical', 'bibulous', 'bicepses', 'bickered', 'biconvex', 'bicuspid', 'bicycled', 'bicycler', 'bicycles', 'biddable', 'biddings', 'biennial', 'biennium', 'bifocals', 'bigamist', 'bigamous', 'bigfoots', 'biggless', 'bighorns', 'bigmouth', 'bignesss', 'bigotrys', 'bilabial', 'bilinear', 'billeted', 'billfold', 'billiard', 'billiken', 'billings', 'billions', 'billowed', 'biltmore', 'binaries', 'binaural', 'binderys', 'bindings', 'bindweed', 'bingeing', 'binnacle', 'binomial', 'biograph', 'biologys', 'biometry', 'biopsied', 'biopsies', 'biplanes', 'biracial', 'birching', 'birdbath', 'birdcage', 'birdlike', 'birdseed', 'birdseye', 'birettas', 'birthday', 'birthing', 'biscayne', 'biscuits', 'bisected', 'bisector', 'bisexual', 'bismarck', 'bismarks', 'bismuths', 'bisquick', 'bistable', 'bitchier', 'bitching', 'bitingly', 'bitterer', 'bitterly', 'bitterns', 'bitterss', 'bitumens', 'bivalves', 'bivouacs', 'biweekly', 'bjerknes', 'blabbing', 'blackens', 'blackest', 'blacking', 'blackish', 'blackman', 'blackout', 'blacktop', 'bladders', 'blamable', 'blanched', 'blanches', 'blandest', 'blandish', 'blankest', 'blankets', 'blanking', 'blantyre', 'blarneys', 'blasters', 'blasting', 'blastoff', 'blastula', 'blatting', 'blazoned', 'bleached', 'bleacher', 'bleaches', 'bleakest', 'blearier', 'blearily', 'bleating', 'bleeders', 'bleeding', 'bleeping', 'blemishs', 'blenched', 'blenches', 'blenders', 'blending', 'blenheim', 'blessing', 'blevinss', 'blighted', 'blinders', 'blindest', 'blinding', 'blinkers', 'blinking', 'blintzes', 'blissful', 'blisters', 'blithely', 'blithest', 'blitzing', 'blizzard', 'bloating', 'blobbing', 'blockade', 'blockage', 'blockers', 'blocking', 'bloggers', 'blogging', 'blomberg', 'blondels', 'blondest', 'blondies', 'bloodied', 'bloodier', 'bloodies', 'blooding', 'bloomers', 'blooming', 'bloopers', 'blossoms', 'blotched', 'blotches', 'blotters', 'blotting', 'blousing', 'blowback', 'blowfish', 'blowguns', 'blowouts', 'blowsier', 'blowzier', 'blubbers', 'bluchers', 'bludgeon', 'blueback', 'bluebell', 'bluebill', 'bluebird', 'bluebook', 'bluebush', 'bluefish', 'bluegill', 'blueings', 'bluejays', 'blueness', 'bluenose', 'bluffers', 'bluffest', 'bluffing', 'blunders', 'bluntest', 'blunting', 'blurrier', 'blurring', 'blurting', 'blushers', 'blushing', 'blusters', 'blustery', 'boarders', 'boarding', 'boasters', 'boastful', 'boasting', 'boatload', 'boatmans', 'boatsman', 'boatsmen', 'boatyard', 'bobbitts', 'bobbling', 'bobolink', 'bobsleds', 'bobtails', 'bobwhite', 'bodleian', 'bodywork', 'boeotian', 'boeotias', 'boethius', 'bogeying', 'bogeyman', 'bogeymen', 'boggiest', 'boggling', 'bohemian', 'boilings', 'boldface', 'boldness', 'bolivars', 'bolivian', 'bolivias', 'bolognas', 'boloneys', 'bolshois', 'bolsters', 'bombards', 'bombasts', 'bombings', 'bonanzas', 'bondages', 'bondings', 'bondsman', 'bondsmen', 'bonehead', 'boneless', 'boneyest', 'bonfires', 'boniface', 'bonitoes', 'bonneted', 'bonniest', 'bookbind', 'bookcase', 'bookends', 'bookings', 'bookkeep', 'booklets', 'bookmark', 'bookshop', 'bookworm', 'boomtown', 'boosters', 'boosting', 'bootlegs', 'bootless', 'booziest', 'bordeaux', 'bordello', 'bordered', 'borealis', 'boredoms', 'boringly', 'borlaugs', 'boroughs', 'borrowed', 'borrower', 'borschts', 'bosporus', 'bossiest', 'botanist', 'botchers', 'botching', 'bothered', 'botswana', 'bottlers', 'bottling', 'bottomed', 'botulism', 'boudoirs', 'bouffant', 'bouillon', 'boulders', 'bouncers', 'bouncier', 'bouncing', 'boundary', 'bounders', 'bounding', 'bounties', 'bouquets', 'bourbaki', 'bourbons', 'boutique', 'bowditch', 'bowlders', 'bowlines', 'bowlings', 'bowsprit', 'boxwoods', 'boycotts', 'boyhoods', 'boyishly', 'boylston', 'bracelet', 'brackens', 'brackets', 'brackish', 'bradbury', 'braddock', 'bradford', 'bradshaw', 'braggart', 'braggers', 'bragging', 'brahmans', 'brahmins', 'braiding', 'brailles', 'brainard', 'brainier', 'braining', 'braising', 'brakeman', 'brakemen', 'brambles', 'brampton', 'branched', 'branches', 'brandeis', 'brandens', 'brandied', 'brandies', 'branding', 'brandish', 'brandons', 'brashest', 'brasilia', 'brassier', 'brattain', 'brattier', 'bravados', 'braverys', 'bravuras', 'brawlers', 'brawling', 'brawnier', 'brazened', 'brazenly', 'braziers', 'breached', 'breacher', 'breaches', 'breadbox', 'breading', 'breadths', 'breakage', 'breakers', 'breaking', 'breakoff', 'breakups', 'breasted', 'breathed', 'breather', 'breathes', 'breeches', 'breeders', 'breeding', 'breezier', 'breezily', 'breezing', 'brendans', 'brennans', 'brenners', 'brentons', 'brethren', 'breveted', 'breviary', 'brevitys', 'brewerys', 'brewster', 'brezhnev', 'briannas', 'briberys', 'brickbat', 'bricking', 'bricklay', 'bridgers', 'bridgets', 'bridgett', 'bridging', 'bridgman', 'bridling', 'briefest', 'briefing', 'brigades', 'brigands', 'brighams', 'brighten', 'brighter', 'brightly', 'brighton', 'brigitte', 'brimfull', 'brimming', 'brindisi', 'brindled', 'bringers', 'bringing', 'briniest', 'brinkley', 'briquets', 'brisbane', 'briskest', 'briskets', 'brisking', 'bristled', 'bristles', 'bristols', 'britains', 'britches', 'britishs', 'britneys', 'brittany', 'brittler', 'brittles', 'brittney', 'broached', 'broaches', 'broadens', 'broadest', 'broadway', 'brocaded', 'brocades', 'broccoli', 'brochure', 'broilers', 'broiling', 'brokenly', 'brokered', 'bromides', 'bromines', 'bronchos', 'bronchus', 'bronsons', 'bronzing', 'brooches', 'brooders', 'brooding', 'brooking', 'brooklyn', 'brothels', 'brothers', 'brouhaha', 'browbeat', 'brownell', 'brownest', 'brownian', 'brownies', 'browning', 'brownish', 'brownout', 'browsers', 'browsing', 'bruckner', 'brueghel', 'bruisers', 'bruising', 'brummels', 'brunched', 'brunches', 'brunette', 'brushing', 'bruskest', 'brusquer', 'brussels', 'brutally', 'brynners', 'bubblier', 'bubbling', 'buchanan', 'buchwald', 'buckaroo', 'bucketed', 'buckeyes', 'buckhorn', 'bucklers', 'buckleys', 'buckling', 'bucknell', 'buckners', 'buckrams', 'bucksaws', 'buckshot', 'buckskin', 'bucolics', 'budapest', 'buddhism', 'buddhist', 'buddings', 'budgeted', 'budgeter', 'buffalos', 'buffered', 'buffeted', 'buffoons', 'bugaboos', 'bugattis', 'bugbears', 'buggiest', 'bugzilla', 'builders', 'building', 'buildups', 'bukharin', 'bulawayo', 'bulfinch', 'bulganin', 'bulgaria', 'bulgaris', 'bulgiest', 'bulimias', 'bulimics', 'bulkhead', 'bulkiest', 'bulldogs', 'bulldoze', 'bulletin', 'bullfrog', 'bullhead', 'bullhide', 'bullhorn', 'bullions', 'bullocks', 'bullpens', 'bullring', 'bullseye', 'bullshit', 'bullyboy', 'bullying', 'bulrushs', 'bultmann', 'bulwarks', 'bumblers', 'bumbling', 'bumpiest', 'bumpkins', 'bunching', 'buncombe', 'bundling', 'bundoora', 'bungalow', 'bunghole', 'bunglers', 'bungling', 'bunkered', 'bunkmate', 'buntings', 'buoyancy', 'burberry', 'burbling', 'burdened', 'burdocks', 'burgeons', 'burgesss', 'burghers', 'burglars', 'burglary', 'burgling', 'burgoyne', 'burgundy', 'burliest', 'burmeses', 'burnings', 'burnishs', 'burnoose', 'burnouss', 'burnouts', 'burnside', 'burritos', 'burrowed', 'burrower', 'bursitis', 'bursting', 'burundis', 'busheled', 'bushiest', 'bushings', 'bushmans', 'bushnell', 'business', 'bussings', 'bustards', 'bustling', 'busybody', 'busyness', 'busywork', 'butchers', 'butchery', 'buttered', 'butterer', 'butterys', 'butthead', 'buttocks', 'buttoned', 'buttress', 'buttrick', 'butyrate', 'buzzards', 'buzzword', 'bypassed', 'bypasses', 'cabarets', 'cabbages', 'cabernet', 'cabinets', 'caboodle', 'cabooses', 'cabreras', 'cachalot', 'cackling', 'cactuses', 'cadavers', 'caddying', 'cadenced', 'cadences', 'cadenzas', 'cadillac', 'cadmiums', 'caduceus', 'caedmons', 'caesiums', 'caesurae', 'caesuras', 'caffeine', 'caginess', 'cahokias', 'caiaphas', 'caissons', 'caitlins', 'cajolery', 'cajoling', 'calabash', 'calamine', 'calamity', 'calcined', 'calcines', 'calcites', 'calciums', 'calculus', 'calcutta', 'calderon', 'caldrons', 'caldwell', 'calendar', 'calfskin', 'calgarys', 'calibers', 'calibres', 'calicoes', 'caligula', 'calipers', 'calkings', 'callable', 'callahan', 'callings', 'calliope', 'calliper', 'callisto', 'callower', 'callused', 'calluses', 'calmness', 'caloocan', 'calories', 'calumnys', 'calvarys', 'calypsos', 'camachos', 'cambered', 'cambiums', 'cambodia', 'cambrian', 'cambrics', 'camellia', 'camelots', 'camerons', 'cameroon', 'cameroun', 'camillas', 'camilles', 'camisole', 'camoenss', 'camomile', 'campaign', 'campbell', 'campfire', 'camphors', 'campiest', 'campinas', 'campings', 'campsite', 'campuses', 'camshaft', 'canadian', 'canaries', 'canastas', 'canberra', 'canceled', 'candaces', 'candices', 'candides', 'candidly', 'candling', 'candours', 'candying', 'canfield', 'canister', 'cankered', 'cannabis', 'cannerys', 'cannibal', 'canniest', 'cannoned', 'canoeing', 'canoeist', 'canonise', 'canonize', 'canopied', 'canopies', 'cantatas', 'canteens', 'cantered', 'canticle', 'cantrell', 'canvased', 'canvases', 'canvasss', 'capacity', 'capellas', 'capering', 'capetian', 'capetown', 'capitals', 'capitols', 'caprices', 'capsized', 'capsizes', 'capstans', 'capstone', 'capsuled', 'capsules', 'captains', 'captions', 'captious', 'captives', 'captured', 'capturer', 'captures', 'capuchin', 'capulets', 'capybara', 'caracass', 'caraculs', 'caramels', 'carapace', 'caravans', 'caraways', 'carbides', 'carbines', 'carbolic', 'carboloy', 'carbonic', 'carbonyl', 'carcasss', 'cardamom', 'cardenas', 'cardiffs', 'cardigan', 'cardinal', 'cardioid', 'cardozos', 'careened', 'careered', 'carefree', 'careless', 'caressed', 'caresser', 'caresses', 'careworn', 'carfares', 'caribous', 'carillon', 'carissas', 'carjacks', 'carlenes', 'carleton', 'carlisle', 'carlsbad', 'carlsons', 'carmelas', 'carmella', 'carmelos', 'carmines', 'carnages', 'carnally', 'carnegie', 'carnival', 'carolers', 'carolina', 'caroline', 'caroling', 'carolled', 'caroller', 'carolyns', 'caroming', 'carotids', 'carousal', 'caroused', 'carousel', 'carouser', 'carouses', 'carpeted', 'carports', 'carranza', 'carriage', 'carriers', 'carrillo', 'carrions', 'carrolls', 'carryall', 'carrying', 'carryout', 'carthage', 'cartoons', 'carvings', 'caryatid', 'casandra', 'casanova', 'cascaded', 'cascades', 'casebook', 'caseload', 'casement', 'casework', 'cashiers', 'cashmere', 'cassavas', 'cassette', 'cassinos', 'cassiuss', 'cassocks', 'castanet', 'castaway', 'castillo', 'castings', 'castling', 'castoffs', 'castrate', 'castries', 'casually', 'casualty', 'casuists', 'catacomb', 'catalans', 'catalina', 'catalogs', 'catalpas', 'catalyse', 'catalyst', 'catalyze', 'catapult', 'cataract', 'catarrhs', 'catawbas', 'catbirds', 'catboats', 'catcalls', 'catchall', 'catchers', 'catchier', 'catching', 'catchups', 'category', 'catenate', 'caterers', 'catering', 'catfishs', 'cathedra', 'catheter', 'cathleen', 'cathodes', 'cathodic', 'catholic', 'cathryns', 'catiline', 'cationic', 'catskill', 'cattails', 'cattiest', 'catullus', 'catwalks', 'caucasus', 'caucused', 'caucuses', 'cauldron', 'caulking', 'causally', 'causeway', 'caustics', 'cautions', 'cautious', 'cavalier', 'cavalrys', 'cavemans', 'caviares', 'caviling', 'cavilled', 'caviness', 'cavitate', 'cavities', 'cavorted', 'cayennes', 'cebuanos', 'cecelias', 'cecropia', 'cedillas', 'ceilings', 'celanese', 'celebess', 'celerity', 'celestas', 'celestes', 'celibacy', 'celibate', 'cellists', 'cellular', 'cemented', 'cemetery', 'cenotaph', 'cenozoic', 'censored', 'censured', 'censurer', 'censures', 'censused', 'censuses', 'centaurs', 'centered', 'centimes', 'centrals', 'centring', 'centrist', 'centroid', 'centurys', 'cephalic', 'cepheuss', 'ceramics', 'ceramium', 'cerberus', 'cerebral', 'cerebrum', 'ceremony', 'cerenkov', 'cerulean', 'cervical', 'cervices', 'cervixes', 'cesarean', 'cesarian', 'cessions', 'cesspool', 'cetacean', 'chabliss', 'chadwick', 'chaffing', 'chagrins', 'chaining', 'chainsaw', 'chairing', 'chairman', 'chairmen', 'chaitins', 'chaldean', 'chalices', 'chalkier', 'chalking', 'chalmers', 'chambers', 'chambray', 'chammies', 'chamoiss', 'champing', 'champion', 'chancels', 'chancery', 'chancier', 'chancing', 'chandler', 'chandons', 'chandras', 'changers', 'changing', 'changsha', 'channels', 'chanters', 'chanteys', 'chanties', 'chanting', 'chanukah', 'chaperon', 'chaplain', 'chaplets', 'chapping', 'chapters', 'charades', 'charbray', 'charcoal', 'chargers', 'charging', 'chariest', 'chariots', 'charisma', 'charitys', 'charlene', 'charless', 'charmers', 'charming', 'charmins', 'charring', 'charters', 'charting', 'chartism', 'chartres', 'chasitys', 'chassiss', 'chastely', 'chastens', 'chastest', 'chastise', 'chastity', 'chasuble', 'chateaus', 'chateaux', 'chattels', 'chatters', 'chattier', 'chattily', 'chatting', 'chaucers', 'chauncey', 'cheapens', 'cheapest', 'cheaters', 'cheating', 'chechnya', 'checkers', 'checking', 'checkout', 'checksum', 'checkups', 'cheddars', 'cheekier', 'cheekily', 'cheeking', 'cheeping', 'cheerful', 'cheerier', 'cheerily', 'cheering', 'cheerios', 'cheesier', 'cheesing', 'cheetahs', 'cheetoss', 'chekhovs', 'chemical', 'chemises', 'chemists', 'chenille', 'chennais', 'chequers', 'chequing', 'cherokee', 'cheroots', 'cherries', 'cherubic', 'cherubim', 'chervils', 'cheshire', 'chessman', 'chessmen', 'chesters', 'chestnut', 'cheviots', 'chevrons', 'chewiest', 'cheyenne', 'chiantis', 'chicagos', 'chickens', 'chickpea', 'chiclets', 'chicorys', 'chiefdom', 'chiefest', 'chiffons', 'chiggers', 'chignons', 'childish', 'children', 'chileans', 'chillers', 'chillest', 'chillier', 'chillies', 'chilling', 'chimaera', 'chimeras', 'chimeric', 'chimique', 'chimneys', 'chinaman', 'chinamen', 'chineses', 'chinking', 'chinners', 'chinning', 'chinooks', 'chipmunk', 'chippers', 'chippewa', 'chipping', 'chiquita', 'chirping', 'chirrups', 'chiseled', 'chiseler', 'chisholm', 'chisinau', 'chitchat', 'chitlins', 'chivalry', 'chlorate', 'chloride', 'chlorine', 'chocking', 'choctaws', 'choicest', 'choleras', 'choleric', 'chomping', 'choosers', 'choosier', 'choosing', 'choppers', 'choppier', 'choppily', 'chopping', 'chorales', 'chordata', 'chordate', 'chortled', 'chortles', 'chorused', 'choruses', 'chowders', 'chretien', 'christas', 'christen', 'christie', 'christis', 'chromate', 'chroming', 'chromium', 'chrysler', 'chrystal', 'chubbier', 'chucking', 'chuckled', 'chuckles', 'chugging', 'chummier', 'chumming', 'chunkier', 'churches', 'churchgo', 'churchly', 'churlish', 'churning', 'chutneys', 'chutzpah', 'chutzpas', 'chuvashs', 'cicatrix', 'cigarets', 'cilantro', 'cimabues', 'cinching', 'cinchona', 'cincture', 'cindered', 'cinerama', 'cinnabar', 'cinnamon', 'ciphered', 'circlets', 'circling', 'circuits', 'circular', 'circuses', 'cisterns', 'citadels', 'citation', 'citibank', 'citizens', 'citroens', 'citruses', 'citywide', 'civilian', 'civilise', 'civility', 'civilize', 'civviess', 'clacking', 'cladding', 'claimant', 'claiming', 'clairols', 'clambake', 'clambers', 'clammier', 'clamming', 'clamored', 'clamours', 'clamping', 'clanging', 'clangors', 'clangour', 'clanking', 'clannish', 'clappers', 'clapping', 'claptons', 'claptrap', 'clarence', 'clarices', 'clarinet', 'clarions', 'clarissa', 'claritys', 'clashing', 'clasping', 'classics', 'classier', 'classify', 'classing', 'clatters', 'clattery', 'claudias', 'claudine', 'claudios', 'claudius', 'clausius', 'clavicle', 'clayiest', 'claytons', 'cleaners', 'cleanest', 'cleaning', 'cleansed', 'cleanser', 'cleanses', 'cleanups', 'clearest', 'clearing', 'cleavage', 'cleavers', 'cleaving', 'clematis', 'clemency', 'clements', 'clemsons', 'clenched', 'clenches', 'clergies', 'clerical', 'clerking', 'cleverer', 'cleverly', 'cliburns', 'clicking', 'clientle', 'clifford', 'cliftons', 'climates', 'climatic', 'climaxed', 'climaxes', 'climbers', 'climbing', 'clinched', 'clincher', 'clinches', 'clingier', 'clinging', 'clinical', 'clinkers', 'clinking', 'clintons', 'clippers', 'clipping', 'cliquish', 'clitoral', 'clitoris', 'cloaking', 'clobbers', 'clockers', 'clocking', 'cloddish', 'clogging', 'cloister', 'clomping', 'clopping', 'cloretss', 'closeout', 'closeted', 'closures', 'clothier', 'clothing', 'clotting', 'clotures', 'cloudier', 'clouding', 'clouseau', 'clouting', 'clowning', 'clownish', 'clubbing', 'clubfeet', 'clubfoot', 'clubroom', 'clucking', 'clueless', 'clumping', 'clumsier', 'clumsily', 'clunkers', 'clunkier', 'clunking', 'clusters', 'clutched', 'clutches', 'clutters', 'coaching', 'coachman', 'coachmen', 'coalesce', 'coarsely', 'coarsens', 'coarsest', 'coasters', 'coasting', 'coatings', 'coattail', 'coauthor', 'cobblers', 'cobbling', 'cocaines', 'coccyges', 'coccyxes', 'cochleae', 'cochleas', 'cochrane', 'cochrans', 'cockades', 'cockatoo', 'cockcrow', 'cockerel', 'cockeyed', 'cockiest', 'cockneys', 'cockpits', 'cocksure', 'cocktail', 'cocoanut', 'coconuts', 'cocooned', 'coddling', 'codeines', 'codeword', 'codfishs', 'codicils', 'codified', 'codifier', 'codifies', 'codomain', 'codpiece', 'coeditor', 'coequals', 'coercing', 'coercion', 'coercive', 'coexists', 'cofactor', 'coffined', 'cogencys', 'cogently', 'cogitate', 'cognates', 'cognomen', 'cogwheel', 'cohabits', 'coherent', 'cohering', 'cohesion', 'cohesive', 'coiffing', 'coiffure', 'coinages', 'coincide', 'colander', 'colberts', 'coldness', 'colemans', 'coleslaw', 'colgates', 'coliform', 'coliseum', 'colitiss', 'collagen', 'collages', 'collapse', 'collared', 'collated', 'collates', 'collects', 'colleens', 'colleges', 'collided', 'collides', 'colliers', 'colliery', 'colloids', 'colloquy', 'colluded', 'colludes', 'colognes', 'colombia', 'colombos', 'colonels', 'colonial', 'colonies', 'colonise', 'colonist', 'colonize', 'colorado', 'colorate', 'coloreds', 'colorers', 'colorful', 'coloring', 'colossal', 'colossus', 'coloured', 'coltrane', 'columbia', 'columbus', 'columnar', 'columned', 'comanche', 'comatose', 'combated', 'combined', 'combines', 'combings', 'comeback', 'comedian', 'comedies', 'comedown', 'comelier', 'cometary', 'comfiest', 'comforts', 'commando', 'commands', 'commence', 'commends', 'comments', 'commerce', 'commodes', 'commoner', 'commonly', 'communal', 'communed', 'communes', 'commuted', 'commuter', 'commutes', 'comoross', 'compacts', 'companys', 'compared', 'compares', 'compasss', 'competed', 'competes', 'compiled', 'compiler', 'compiles', 'complain', 'compleat', 'complete', 'complexs', 'complied', 'complies', 'compline', 'comports', 'composed', 'composer', 'composes', 'composts', 'compotes', 'compound', 'compress', 'comprise', 'computed', 'computer', 'computes', 'comrades', 'conakrys', 'conceals', 'conceded', 'concedes', 'conceits', 'conceive', 'concepts', 'concerns', 'concerti', 'concerto', 'concerts', 'concetta', 'conciser', 'conclave', 'conclude', 'concocts', 'concorde', 'concords', 'concrete', 'condemns', 'condense', 'condoled', 'condoles', 'condoned', 'condones', 'conduced', 'conduces', 'conducts', 'conduits', 'conferee', 'confetti', 'confided', 'confides', 'confined', 'confiner', 'confines', 'confirms', 'conflict', 'confocal', 'conforms', 'confound', 'confrere', 'confront', 'confrres', 'confused', 'confuser', 'confuses', 'confuted', 'confutes', 'congaing', 'congeals', 'congener', 'congests', 'congress', 'congreve', 'conifers', 'conjoins', 'conjoint', 'conjugal', 'conjunct', 'conjured', 'conjurer', 'conjures', 'conjuror', 'connally', 'connects', 'connerys', 'connived', 'conniver', 'connives', 'connolly', 'connoted', 'connotes', 'conquers', 'conquest', 'conrails', 'consents', 'conserve', 'consider', 'consigns', 'consists', 'consoled', 'consoler', 'consoles', 'consomms', 'consorts', 'conspire', 'constant', 'construe', 'consuelo', 'consular', 'consults', 'consumed', 'consumer', 'consumes', 'contacts', 'contains', 'contempt', 'contends', 'contents', 'contests', 'contexts', 'continua', 'continue', 'continuo', 'contorts', 'contours', 'contract', 'contrail', 'contrary', 'contrast', 'contrite', 'contrive', 'controls', 'contused', 'contuses', 'convened', 'convenes', 'convents', 'converge', 'converse', 'converts', 'conveyed', 'conveyer', 'conveyor', 'convicts', 'convince', 'convoked', 'convokes', 'convolve', 'convoyed', 'convulse', 'cookbook', 'cookerys', 'cookings', 'cookouts', 'coolants', 'coolidge', 'coolness', 'coopered', 'copeland', 'copilots', 'coplanar', 'copperas', 'coppices', 'coppolas', 'coprinus', 'copulate', 'copybook', 'copycats', 'coquette', 'corcoran', 'cordelia', 'cordials', 'cordites', 'cordless', 'cordobas', 'cordoned', 'corduroy', 'corinnes', 'corinths', 'coriolis', 'corleone', 'cormacks', 'cornball', 'corncobs', 'cornelia', 'cornells', 'cornered', 'cornices', 'corniest', 'cornings', 'cornishs', 'cornmeal', 'cornrows', 'cornwall', 'corollas', 'coronado', 'coronary', 'coronate', 'coroners', 'coronets', 'corporal', 'corpsman', 'corpsmen', 'corpuses', 'corrects', 'corridor', 'corrines', 'corroded', 'corrodes', 'corrupts', 'corsages', 'corsairs', 'corseted', 'corsican', 'corsicas', 'corteses', 'cortexes', 'cortical', 'cortices', 'cortland', 'corundum', 'corvette', 'cosgrove', 'cosigned', 'cosigner', 'cosiness', 'cosmetic', 'cosmoses', 'costello', 'costings', 'costlier', 'costners', 'costumed', 'costumer', 'costumes', 'coteries', 'cotopaxi', 'cotswold', 'cottager', 'cottages', 'cottoned', 'cottrell', 'couching', 'coughing', 'coulters', 'councils', 'counsels', 'counters', 'countess', 'counties', 'counting', 'countrys', 'couperin', 'couplers', 'couplets', 'coupling', 'courages', 'couriers', 'coursing', 'courters', 'courtesy', 'courtier', 'courting', 'courtney', 'couscous', 'cousteau', 'covalent', 'covenant', 'coventry', 'coverage', 'coverall', 'covering', 'coverlet', 'covertly', 'coveting', 'covetous', 'cowardly', 'cowbirds', 'cowerers', 'cowering', 'cowgirls', 'cowhands', 'cowhides', 'cowlicks', 'cowlings', 'coworker', 'cowpokes', 'cowpunch', 'cowslips', 'coxcombs', 'coxswain', 'coynesss', 'cozening', 'coziness', 'cozumels', 'crabbier', 'crabbily', 'crabbing', 'crabmeat', 'crackers', 'cracking', 'crackled', 'crackles', 'crackpot', 'crackups', 'cradling', 'craftier', 'craftily', 'crafting', 'craggier', 'cramming', 'cramping', 'crandall', 'cranford', 'craniums', 'crankier', 'crankily', 'cranking', 'crannies', 'cranston', 'crappier', 'crapping', 'crashers', 'crashing', 'crassest', 'cratered', 'cravenly', 'cravings', 'crawfish', 'crawford', 'crawlers', 'crawling', 'crayfish', 'crayolas', 'crayoned', 'craziest', 'creakier', 'creaking', 'creamers', 'creamery', 'creamier', 'creaming', 'creasing', 'creating', 'creation', 'creative', 'creators', 'creature', 'credence', 'credenza', 'credible', 'credibly', 'credited', 'creditor', 'creepers', 'creepier', 'creepily', 'creeping', 'cremated', 'cremates', 'creosote', 'crescent', 'cresting', 'crevasse', 'crevices', 'crewmans', 'cribbage', 'cribbing', 'crichton', 'crickets', 'cricking', 'criminal', 'crimping', 'crimsons', 'cringing', 'crinkled', 'crinkles', 'crippled', 'cripples', 'crispest', 'crispier', 'crisping', 'cristina', 'criteria', 'critical', 'critique', 'critters', 'croaking', 'croatian', 'croatias', 'crochets', 'crockery', 'crockett', 'crocuses', 'cromwell', 'cronkite', 'crooking', 'crooners', 'crooning', 'croppers', 'cropping', 'croquets', 'crosiers', 'crossarm', 'crossbar', 'crossbow', 'crosscut', 'crossers', 'crossest', 'crossing', 'crossway', 'crotches', 'crotchet', 'crouched', 'crouches', 'croupier', 'crowbait', 'crowbars', 'crowding', 'crowfoot', 'crowleys', 'crowning', 'croziers', 'crucible', 'crucifix', 'cruddier', 'cruditss', 'cruditys', 'cruelest', 'crueller', 'crueltys', 'cruisers', 'cruising', 'crullers', 'crumbier', 'crumbing', 'crumbled', 'crumbles', 'crummier', 'crumpets', 'crumpled', 'crumples', 'crunched', 'cruncher', 'crunches', 'crusaded', 'crusader', 'crusades', 'crushers', 'crushing', 'crustier', 'crusting', 'crutches', 'crybabys', 'cryostat', 'crystals', 'cthulhus', 'cubicles', 'cuckolds', 'cucumber', 'cuddlier', 'cuddling', 'cudgeled', 'cufflink', 'cuisines', 'culinary', 'culottes', 'culpable', 'culprits', 'cultural', 'cultured', 'cultures', 'culverts', 'cummings', 'cumquats', 'cumulate', 'cumuluss', 'cunnings', 'cupboard', 'cupcakes', 'cupidity', 'curacaos', 'curacies', 'curative', 'curators', 'curbside', 'curdling', 'curitiba', 'curlicue', 'curliest', 'curlycue', 'currants', 'currency', 'currents', 'curriers', 'currying', 'cursives', 'curtails', 'curtains', 'curtness', 'curtseys', 'curtsied', 'curtsies', 'curviest', 'cushiest', 'cushions', 'custards', 'custodys', 'customer', 'cutbacks', 'cuteness', 'cutesier', 'cuticles', 'cutlasss', 'cutlerys', 'cuttings', 'cyanamid', 'cyanides', 'cyclades', 'cyclamen', 'cyclical', 'cyclists', 'cycloids', 'cyclones', 'cyclonic', 'cyclopss', 'cylinder', 'cynicism', 'cynosure', 'cynthias', 'cypresss', 'cyprians', 'cypriots', 'cyrillic', 'cysteine', 'cytology', 'cytosine', 'czarinas', 'czerniak', 'dabblers', 'dabbling', 'dactylic', 'dadaisms', 'daedalus', 'daffiest', 'daffodil', 'daguerre', 'dahomeys', 'daimlers', 'daintier', 'dainties', 'daintily', 'daiquiri', 'dairying', 'dairylea', 'dairyman', 'dairymen', 'dallying', 'damagers', 'damagess', 'damaging', 'damascus', 'damasked', 'damnable', 'damnably', 'damndest', 'damocles', 'dampened', 'dampness', 'dancings', 'dandiest', 'dandling', 'dandruff', 'dangling', 'danielle', 'dankness', 'danubian', 'dapperer', 'dappling', 'daringly', 'darkened', 'darkness', 'darkroom', 'darlenes', 'darlings', 'darneder', 'darnells', 'darrells', 'dartmoor', 'dashikis', 'database', 'dateline', 'daughter', 'daunting', 'dauphine', 'dauphins', 'davidson', 'dawdlers', 'dawdling', 'daybreak', 'daydream', 'daylight', 'daytimes', 'dazzling', 'dbutante', 'deadbeat', 'deadbolt', 'deadened', 'deadhead', 'deadlier', 'deadline', 'deadlock', 'deadness', 'deadpans', 'deadwood', 'deafened', 'deafness', 'dealings', 'deandres', 'dearborn', 'dearness', 'deathbed', 'debacles', 'debarked', 'debarred', 'debasing', 'debaters', 'debating', 'debauchs', 'debility', 'debiting', 'debonair', 'debriefs', 'debugged', 'debugger', 'debunked', 'debuting', 'decadent', 'decamped', 'decanted', 'decanter', 'decaying', 'deceased', 'deceases', 'decedent', 'deceived', 'deceiver', 'deceives', 'december', 'decencys', 'decently', 'decibels', 'deciding', 'decimals', 'decimate', 'decipher', 'decision', 'decisive', 'deckhand', 'deckings', 'declaims', 'declared', 'declarer', 'declares', 'declined', 'decliner', 'declines', 'decoders', 'decoding', 'decorate', 'decorous', 'decorums', 'decouple', 'decoying', 'decrease', 'decrepit', 'decrying', 'dedekind', 'dedicate', 'deducing', 'deducted', 'deepened', 'deepness', 'deerskin', 'defacing', 'defaming', 'defaults', 'defeated', 'defecate', 'defected', 'defector', 'defenced', 'defences', 'defended', 'defender', 'defensed', 'defenses', 'deferent', 'deferral', 'deferred', 'deferrer', 'defiance', 'deficits', 'defiling', 'definers', 'defining', 'definite', 'deflated', 'deflater', 'deflates', 'deflects', 'defogger', 'deforest', 'deformed', 'defrauds', 'defrayal', 'defrayed', 'defrosts', 'deftness', 'defusing', 'degraded', 'degrades', 'degrease', 'deifying', 'deigning', 'dejected', 'dejesuss', 'delacruz', 'delaneys', 'delaware', 'delaying', 'delberts', 'delegate', 'deleting', 'deletion', 'delicacy', 'delicate', 'delights', 'delilahs', 'delimits', 'delirium', 'delivers', 'delivery', 'delmarva', 'deloress', 'deloriss', 'delphine', 'deluding', 'deluging', 'delusion', 'delusive', 'demagogs', 'demagogy', 'demanded', 'demander', 'demavend', 'demeaned', 'demeanor', 'demented', 'dementia', 'demerits', 'demerols', 'demesnes', 'demeters', 'demigods', 'demijohn', 'demising', 'demitted', 'democrat', 'demolish', 'demoniac', 'demoting', 'demotion', 'demurely', 'demurest', 'demurred', 'demurrer', 'denature', 'dendrite', 'denebola', 'deniable', 'denizens', 'denmarks', 'denoting', 'denounce', 'densitys', 'dentally', 'dentines', 'dentists', 'dentures', 'denuding', 'departed', 'depended', 'depicted', 'deplaned', 'deplanes', 'depleted', 'depletes', 'deplored', 'deplores', 'deployed', 'deported', 'deportee', 'deposing', 'deposits', 'depraved', 'depraves', 'deprived', 'deprives', 'deputies', 'deputing', 'deputise', 'deputize', 'dequeued', 'dequeues', 'derailed', 'deranged', 'deranges', 'derelict', 'deriding', 'derision', 'derisive', 'derisory', 'derivate', 'deriving', 'derogate', 'derricks', 'derridas', 'derriere', 'derrires', 'dervishs', 'descants', 'descends', 'descents', 'describe', 'descried', 'descries', 'deserted', 'deserter', 'deserved', 'deserves', 'desicate', 'designed', 'designer', 'desirees', 'desiring', 'desirous', 'desisted', 'desktops', 'desmonds', 'desolate', 'despairs', 'despatch', 'despised', 'despises', 'despoils', 'despotic', 'desserts', 'destaing', 'destined', 'destines', 'destinys', 'destroys', 'destruct', 'detached', 'detacher', 'detaches', 'detailed', 'detained', 'detected', 'detector', 'detentes', 'deterred', 'detested', 'dethrone', 'detonate', 'detoured', 'detoxify', 'detoxing', 'detracts', 'detritus', 'detroits', 'deuteron', 'devalued', 'devalues', 'develops', 'deviance', 'deviants', 'deviated', 'deviates', 'deviling', 'devilish', 'devilled', 'devilrys', 'deviltry', 'devising', 'devolved', 'devolves', 'devonian', 'devotees', 'devoting', 'devotion', 'devoured', 'devourer', 'devouter', 'devoutly', 'dewaynes', 'dewberry', 'dewdrops', 'dextrose', 'dextrous', 'diabetes', 'diabetic', 'diabolic', 'diagnose', 'diagonal', 'diagrams', 'dialects', 'dialings', 'dialling', 'dialogue', 'dialyses', 'dialysis', 'dialyzes', 'diameter', 'diamonds', 'diapered', 'diarists', 'diarrhea', 'diaspora', 'diatomic', 'diatonic', 'diatribe', 'dibbling', 'dicaprio', 'dickered', 'dicksons', 'dictated', 'dictates', 'dictator', 'dictions', 'didactic', 'diddling', 'diehards', 'dieldrin', 'diereses', 'dieresis', 'dieseled', 'dietarys', 'dietetic', 'dietrich', 'differed', 'differen', 'differer', 'diffract', 'diffused', 'diffuser', 'diffuses', 'digested', 'diggings', 'digitate', 'digitise', 'digitize', 'dignitys', 'digraphs', 'dihedral', 'dijkstra', 'dilating', 'dilation', 'dilatory', 'dilberts', 'dilemmas', 'diligent', 'dillards', 'diluting', 'dilution', 'dimaggio', 'dimethyl', 'diminish', 'dimnesss', 'dimpling', 'dinettes', 'dinghies', 'dingiest', 'dinkiest', 'dinnered', 'dinosaur', 'diocesan', 'dioceses', 'diogenes', 'dionysus', 'dioramas', 'diploidy', 'diplomas', 'diplomat', 'dippings', 'dipstick', 'directed', 'directer', 'directly', 'director', 'dirtiest', 'dirtying', 'disabled', 'disabler', 'disables', 'disabuse', 'disagree', 'disallow', 'disarmed', 'disarray', 'disaster', 'disavows', 'disbands', 'disburse', 'discards', 'discerns', 'disciple', 'disclaim', 'disclose', 'discoing', 'discolor', 'discords', 'discount', 'discover', 'discreet', 'discrete', 'discuses', 'disdains', 'diseased', 'diseases', 'disfavor', 'disgorge', 'disgrace', 'disguise', 'disgusts', 'dishevel', 'dishonor', 'dishpans', 'dishrags', 'disinter', 'disjoint', 'disjunct', 'diskette', 'disliked', 'dislikes', 'dislodge', 'disloyal', 'dismally', 'dismayed', 'dismount', 'disobeys', 'disorder', 'disowned', 'dispatch', 'dispells', 'dispense', 'disperse', 'dispirit', 'displace', 'displays', 'disports', 'disposal', 'disposed', 'disposer', 'disposes', 'disproof', 'disprove', 'disputed', 'disputer', 'disputes', 'disquiet', 'disraeli', 'disrobed', 'disrobes', 'disrupts', 'dissects', 'dissents', 'dissolve', 'dissuade', 'distaffs', 'distally', 'distance', 'distaste', 'distends', 'distills', 'distinct', 'distorts', 'distract', 'distrait', 'distress', 'district', 'distrust', 'disturbs', 'disunite', 'disunity', 'disusing', 'ditching', 'dithered', 'dittoing', 'diuretic', 'divalent', 'diverged', 'diverges', 'diverted', 'divested', 'dividend', 'dividers', 'dividing', 'divinely', 'diviners', 'divinest', 'divining', 'divinity', 'division', 'divisive', 'divisors', 'divorced', 'divorcee', 'divorces', 'divulged', 'divulges', 'divvying', 'dizziest', 'dizzying', 'djakarta', 'djibouti', 'dniester', 'doberman', 'docilely', 'docility', 'docketed', 'dockside', 'dockyard', 'doctoral', 'doctored', 'doctorow', 'doctrine', 'document', 'doddered', 'dodgsons', 'dogberry', 'dogfight', 'dogfishs', 'doggedly', 'doggerel', 'doggiest', 'doggoned', 'doggoner', 'doggones', 'doghouse', 'dogmatic', 'dogtooth', 'dogtrots', 'dogwoods', 'doldrums', 'dolloped', 'dolomite', 'doloress', 'dolorous', 'dolphins', 'domenico', 'domesday', 'domestic', 'domicile', 'dominant', 'dominate', 'domineer', 'domingos', 'dominica', 'dominick', 'dominion', 'dominoes', 'domitian', 'donahues', 'donating', 'donation', 'donetsks', 'donnells', 'donnelly', 'donovans', 'doodlers', 'doodling', 'doomsday', 'doorbell', 'doorkeep', 'doorknob', 'doormans', 'doormats', 'doorstep', 'doorways', 'doritoss', 'dorkiest', 'dormancy', 'dormouse', 'dorothea', 'dorothys', 'dortmund', 'dossiers', 'dotingly', 'doublers', 'doublets', 'doubling', 'doubloon', 'doubters', 'doubtful', 'doubting', 'douching', 'doughier', 'doughnut', 'douglass', 'dovetail', 'dowagers', 'dowdiest', 'doweling', 'dowelled', 'downbeat', 'downcast', 'downfall', 'downhill', 'downiest', 'download', 'downplay', 'downpour', 'downside', 'downsize', 'downtime', 'downtown', 'downturn', 'downward', 'downwind', 'doxology', 'drabbest', 'drabness', 'drachmae', 'drachmai', 'drachmas', 'draculas', 'draftees', 'drafters', 'draftier', 'drafting', 'dragging', 'dragnets', 'dragoons', 'drainage', 'drainers', 'draining', 'dramatic', 'drambuie', 'draperys', 'draughts', 'draughty', 'drawback', 'drawings', 'drawling', 'dreadful', 'dreading', 'dreamers', 'dreamier', 'dreamily', 'dreaming', 'drearier', 'drearily', 'dredgers', 'dredging', 'drenched', 'drenches', 'dresdens', 'dressage', 'dressers', 'dressier', 'dressing', 'dreyfuss', 'dribbled', 'dribbler', 'dribbles', 'driblets', 'drifters', 'drifting', 'drilling', 'drinkers', 'drinking', 'dripping', 'driscoll', 'dristans', 'driveled', 'driveway', 'drivings', 'drizzled', 'drizzles', 'drollery', 'drollest', 'drooling', 'droopier', 'drooping', 'drophead', 'droplets', 'dropouts', 'droppers', 'dropping', 'droughts', 'drouthes', 'drowning', 'drowsier', 'drowsily', 'drowsing', 'drubbing', 'drudgery', 'drudging', 'drugging', 'druggist', 'drumhead', 'drummers', 'drumming', 'drummond', 'drunkard', 'drunkest', 'drynesss', 'drywalls', 'dschubba', 'dualitys', 'dubietys', 'duchesss', 'duckbill', 'duckling', 'ductless', 'ductwork', 'dudgeons', 'duelists', 'duelling', 'duellist', 'duisburg', 'dukedoms', 'dulcimer', 'dullards', 'dullness', 'dulnesss', 'dumbbell', 'dumbness', 'dumfound', 'dumpiest', 'dumpling', 'dumpster', 'dungaree', 'dungeons', 'dunkirks', 'duodenal', 'duodenum', 'duplexes', 'duquesne', 'duracell', 'durantes', 'duration', 'durkheim', 'durocher', 'dushanbe', 'duskiest', 'dustbins', 'dustiest', 'dustless', 'dustpans', 'dutchess', 'dutchman', 'dutchmen', 'dutiable', 'duvalier', 'dwarfing', 'dwarfish', 'dwarfism', 'dwellers', 'dwelling', 'dwindled', 'dwindles', 'dyestuff', 'dynamics', 'dynamism', 'dynamite', 'dynastic', 'dynastys', 'dyslexia', 'dyslexic', 'eagerest', 'earaches', 'eardrums', 'earldoms', 'earlenes', 'earliest', 'earlines', 'earlobes', 'earmarks', 'earmuffs', 'earnests', 'earnings', 'earphone', 'earplugs', 'earrings', 'earshots', 'earthier', 'earthing', 'earthmen', 'easement', 'easiness', 'easterly', 'eastland', 'eastward', 'eastwood', 'eatables', 'eateries', 'ebonicss', 'echelons', 'eclectic', 'eclipsed', 'eclipses', 'ecliptic', 'ecologys', 'economic', 'economys', 'ecstasys', 'ecstatic', 'ectoderm', 'ecuadors', 'ecumenic', 'edgardos', 'edgerton', 'edgeways', 'edgewise', 'edginess', 'edifices', 'edifying', 'editable', 'editions', 'edmonton', 'eduardos', 'educable', 'educated', 'educates', 'educator', 'edwardos', 'eelgrass', 'eeriness', 'effacing', 'effected', 'effector', 'efferent', 'efficacy', 'effigies', 'effluent', 'effluvia', 'effusion', 'effusive', 'eggheads', 'eggplant', 'eggshell', 'egoistic', 'egotisms', 'egotists', 'egresses', 'egyptian', 'eichmann', 'eighteen', 'eighthes', 'eighties', 'einstein', 'ejecting', 'ejection', 'elapsing', 'elastics', 'elations', 'elbowing', 'eleanors', 'eleazars', 'electing', 'election', 'elective', 'electors', 'electras', 'electret', 'electric', 'electron', 'elegance', 'elegiacs', 'elements', 'elephant', 'elevated', 'elevates', 'elevator', 'eleventh', 'elicited', 'eligible', 'elisions', 'elitisms', 'elitists', 'elliotts', 'ellipses', 'ellipsis', 'elliptic', 'ellisons', 'elmhurst', 'elmsford', 'elongate', 'eloquent', 'elsevier', 'elsinore', 'eltanins', 'elysiums', 'emaciate', 'emailing', 'emanated', 'emanates', 'emanuels', 'embalmed', 'embalmer', 'embargos', 'embarked', 'embassys', 'embattle', 'embedded', 'embedder', 'embezzle', 'embitter', 'emblazon', 'embodied', 'embodies', 'embolden', 'embolism', 'embossed', 'embosses', 'embraced', 'embraces', 'embroils', 'emceeing', 'emending', 'emeralds', 'emergent', 'emerging', 'emeritus', 'emigrant', 'emigrate', 'eminence', 'emirates', 'emissary', 'emission', 'emitting', 'emmanuel', 'emotions', 'empanels', 'empathys', 'emperors', 'emphases', 'emphasis', 'emphatic', 'employed', 'employee', 'employer', 'employes', 'emporium', 'empowers', 'empresss', 'emptiest', 'emptying', 'emulated', 'emulates', 'emulator', 'emulsify', 'emulsion', 'enablers', 'enabling', 'enacting', 'enameled', 'enamored', 'enamours', 'encamped', 'encartas', 'encasing', 'enchants', 'encipher', 'encircle', 'enclaves', 'enclosed', 'encloses', 'encoders', 'encoding', 'encomium', 'encoring', 'encroach', 'encrusts', 'encrypts', 'encumber', 'endanger', 'endeared', 'endeavor', 'endemics', 'endicott', 'endoderm', 'endogamy', 'endorsed', 'endorser', 'endorses', 'endowing', 'endpoint', 'enduring', 'endymion', 'energies', 'energise', 'energize', 'enervate', 'enfeeble', 'enfolded', 'enforced', 'enforcer', 'enforces', 'engaging', 'engender', 'engineer', 'englands', 'englishs', 'engorged', 'engorges', 'engraved', 'engraver', 'engraves', 'engulfed', 'enhanced', 'enhancer', 'enhances', 'eniwetok', 'enjoined', 'enjoying', 'enlarged', 'enlarger', 'enlarges', 'enlisted', 'enlistee', 'enlivens', 'enmeshed', 'enmeshes', 'enmities', 'ennobled', 'ennobles', 'enormity', 'enormous', 'enqueued', 'enqueues', 'enquired', 'enquirer', 'enquires', 'enquirys', 'enraging', 'enriched', 'enriches', 'enriques', 'enrolled', 'enrollee', 'ensconce', 'ensemble', 'enshrine', 'enshroud', 'enslaved', 'enslaves', 'ensnared', 'ensnares', 'ensurers', 'ensuring', 'entailed', 'entangle', 'entendre', 'ententes', 'entering', 'enthalpy', 'enthrall', 'enthrals', 'enthrone', 'enthused', 'enthuses', 'enticers', 'enticing', 'entirely', 'entirety', 'entities', 'entitled', 'entitles', 'entombed', 'entrails', 'entrance', 'entrants', 'entreats', 'entreaty', 'entrench', 'entropys', 'entrusts', 'entryway', 'entwined', 'entwines', 'envelope', 'envelops', 'enviable', 'enviably', 'environs', 'envisage', 'envision', 'eohippus', 'epaulets', 'ephesian', 'epicures', 'epicurus', 'epicycle', 'epidemic', 'epigrams', 'epigraph', 'epilepsy', 'epilogue', 'epiphany', 'episodes', 'episodic', 'epistles', 'epitaphs', 'epithets', 'epitomes', 'epoxying', 'equaling', 'equalise', 'equality', 'equalize', 'equalled', 'equating', 'equation', 'equators', 'equinoxs', 'equipage', 'equipped', 'equities', 'equuleus', 'erasable', 'erasmuss', 'erasures', 'erectile', 'erecting', 'erection', 'erectors', 'erewhons', 'ergative', 'erickson', 'ericsson', 'eridanus', 'eritreas', 'ernestos', 'erodible', 'erosible', 'erosions', 'eroticas', 'errantry', 'erratums', 'erringly', 'ersatzes', 'erupting', 'eruption', 'escalate', 'escapade', 'escapees', 'escaping', 'escapism', 'escapist', 'escarole', 'eschewed', 'escorted', 'esophagi', 'esoteric', 'especial', 'espinoza', 'esposito', 'espousal', 'espoused', 'espouses', 'espresso', 'esquires', 'essaying', 'essayist', 'essences', 'estebans', 'esteemed', 'estellas', 'estelles', 'esterhzy', 'esthetes', 'esthetic', 'estimate', 'estonian', 'estonias', 'estoppal', 'estradas', 'estrange', 'estrogen', 'estuarys', 'etchings', 'eternity', 'ethelred', 'ethereal', 'ethernet', 'ethiopia', 'ethology', 'ethylene', 'etiology', 'etruscan', 'eugenias', 'eugenics', 'eugenies', 'eugenios', 'eulerian', 'eulogies', 'eulogise', 'eulogize', 'euphonys', 'euphoria', 'euphoric', 'eurasian', 'eurasias', 'euridyce', 'european', 'europium', 'eurydice', 'eutectic', 'euterpes', 'evacuate', 'evacuees', 'evaluate', 'evanston', 'evasions', 'evenings', 'evenness', 'evensong', 'eventful', 'eventide', 'eventual', 'eveready', 'everests', 'everette', 'everetts', 'everhart', 'evermore', 'everyday', 'everyman', 'everyone', 'evicting', 'eviction', 'evidence', 'evildoer', 'evillest', 'evincing', 'evocable', 'evolutes', 'evolving', 'exactest', 'exacting', 'exaction', 'exalting', 'examined', 'examiner', 'examines', 'exampled', 'examples', 'excavate', 'excedrin', 'exceeded', 'excelled', 'excepted', 'excerpts', 'excesses', 'exchange', 'excising', 'excision', 'exciting', 'exclaims', 'excluded', 'excludes', 'excretas', 'excreted', 'excretes', 'excursus', 'excusing', 'execrate', 'executed', 'executes', 'executor', 'exegeses', 'exegesis', 'exemplar', 'exempted', 'exercise', 'exerting', 'exertion', 'exhaling', 'exhausts', 'exhibits', 'exhorted', 'exhuming', 'exigency', 'exiguous', 'existent', 'existing', 'exoduses', 'exorcise', 'exorcism', 'exorcist', 'exorcize', 'expanded', 'expander', 'expanses', 'expected', 'expedite', 'expelled', 'expended', 'expenses', 'expertly', 'expiable', 'expiated', 'expiates', 'expiring', 'explains', 'explicit', 'exploded', 'explodes', 'exploits', 'explored', 'explorer', 'explores', 'exponent', 'exported', 'exporter', 'exposers', 'exposing', 'exposure', 'expounds', 'expresss', 'expunged', 'expunges', 'extended', 'extensor', 'exterior', 'external', 'extincts', 'extolled', 'extoller', 'extorted', 'extracts', 'extremal', 'extremer', 'extremes', 'extremis', 'extremum', 'extruded', 'extrudes', 'exultant', 'exulting', 'eyeballs', 'eyebrows', 'eyeglass', 'eyelashs', 'eyeliner', 'eyepiece', 'eyesight', 'eyesores', 'eyeteeth', 'eyetooth', 'eysencks', 'fabulous', 'facebook', 'faceless', 'facelift', 'faceting', 'facetted', 'facially', 'facilely', 'facility', 'factions', 'factious', 'factored', 'factorys', 'factotum', 'facultys', 'failings', 'failsafe', 'failsoft', 'failures', 'faintest', 'fainting', 'fairgoer', 'fairness', 'fairport', 'fairways', 'faithful', 'falconer', 'falconry', 'falkland', 'fallacys', 'fallible', 'fallibly', 'falloffs', 'fallouts', 'fallowed', 'falmouth', 'falsetto', 'falsitys', 'falstaff', 'faltered', 'falwells', 'familial', 'familiar', 'families', 'familism', 'famished', 'famishes', 'famously', 'fanatics', 'fanciers', 'fanciest', 'fanciful', 'fancying', 'fanfares', 'fantasia', 'fantasys', 'faradays', 'farcical', 'farewell', 'farmhand', 'farmings', 'farmland', 'farmyard', 'farragut', 'farrells', 'farrowed', 'farthest', 'farthing', 'fascicle', 'fascisms', 'fascists', 'fashions', 'fastened', 'fastener', 'fastness', 'fatalism', 'fatalist', 'fatality', 'fatheads', 'fathered', 'fatherly', 'fathomed', 'fatigued', 'fatigues', 'fatnesss', 'fattened', 'fattener', 'fattiest', 'faulkner', 'faultier', 'faultily', 'faulting', 'faustian', 'faustino', 'faustuss', 'favoring', 'favorite', 'favoured', 'fearless', 'fearsome', 'feasible', 'feasibly', 'feasting', 'feathers', 'feathery', 'featured', 'features', 'february', 'feckless', 'federals', 'federate', 'federico', 'feeblest', 'feedback', 'feedbags', 'feedings', 'feelings', 'feigning', 'feinting', 'feistier', 'feldspar', 'felecias', 'felicias', 'felicity', 'fellatio', 'felonies', 'feminine', 'feminism', 'feminist', 'fencings', 'ferguson', 'ferments', 'fernando', 'ferocity', 'ferraris', 'ferraros', 'ferreira', 'ferrells', 'ferreted', 'ferrules', 'ferrying', 'fervency', 'fervidly', 'fervours', 'festered', 'festival', 'festoons', 'fetching', 'fetiches', 'fetishes', 'fetlocks', 'fettered', 'feverish', 'feynmans', 'fiascoes', 'fibrosis', 'ficklest', 'fictions', 'fiddlers', 'fiddling', 'fidelity', 'fidgeted', 'fiducial', 'fielders', 'fielding', 'fiendish', 'fiercely', 'fiercest', 'fieriest', 'fifteens', 'fiftieth', 'fighters', 'fighting', 'figments', 'figueroa', 'figurate', 'figurine', 'figuring', 'filament', 'filberts', 'filching', 'filename', 'filigree', 'filipino', 'fillable', 'filleted', 'fillings', 'filliped', 'fillmore', 'filmiest', 'filmmake', 'filtered', 'filthier', 'filtrate', 'finagled', 'finagler', 'finagles', 'finalise', 'finalist', 'finality', 'finalize', 'financed', 'finances', 'findings', 'fineness', 'finessed', 'finesses', 'fingered', 'finished', 'finisher', 'finishes', 'finitary', 'finitely', 'finlands', 'finnegan', 'finniest', 'finnishs', 'firearms', 'fireball', 'firebird', 'fireboat', 'firebomb', 'firebugs', 'fireflys', 'firefoxs', 'firemans', 'fireplug', 'fireside', 'firetrap', 'firewall', 'firewood', 'firework', 'firmness', 'firmware', 'fiscally', 'fishbowl', 'fisherys', 'fishhook', 'fishiest', 'fishings', 'fishnets', 'fishpond', 'fishtail', 'fishwife', 'fissions', 'fissured', 'fissures', 'fistfuls', 'fitfully', 'fitnesss', 'fittings', 'fitzroys', 'fivefold', 'fixating', 'fixation', 'fixative', 'fixingss', 'fixtures', 'fizziest', 'fizzling', 'flabbier', 'flagella', 'flagging', 'flagpole', 'flagrant', 'flagship', 'flailing', 'flakiest', 'flamenco', 'flamingo', 'flamings', 'flanagan', 'flanders', 'flanking', 'flannels', 'flapjack', 'flappers', 'flapping', 'flashers', 'flashest', 'flashgun', 'flashier', 'flashily', 'flashing', 'flatbeds', 'flatboat', 'flatcars', 'flatfeet', 'flatfish', 'flatfoot', 'flathead', 'flatiron', 'flatland', 'flatness', 'flattens', 'flatters', 'flattery', 'flattest', 'flatting', 'flattops', 'flatware', 'flatworm', 'flaubert', 'flaunted', 'flautist', 'flavored', 'flavours', 'flawless', 'flaxseed', 'fleabane', 'fleawort', 'flecking', 'fleecier', 'fleecing', 'fleetest', 'fleeting', 'flemishs', 'fleshier', 'fleshing', 'fletcher', 'flexible', 'flexibly', 'flextime', 'flexural', 'flickers', 'flicking', 'flimflam', 'flimsier', 'flimsily', 'flinched', 'flinches', 'flinging', 'flintier', 'flipflop', 'flippant', 'flippers', 'flippest', 'flipping', 'flirting', 'flitting', 'floaters', 'floating', 'flocking', 'flogging', 'flooding', 'floodlit', 'flooring', 'floozies', 'floppier', 'floppies', 'floppily', 'flopping', 'florence', 'florican', 'floridan', 'floridas', 'floridly', 'florines', 'florists', 'flossies', 'flossing', 'flotilla', 'flotsams', 'flounced', 'flounces', 'flounder', 'flouring', 'flourish', 'flouting', 'flowered', 'flubbing', 'fluencys', 'fluently', 'fluffier', 'fluffing', 'fluidity', 'flukiest', 'flunkeys', 'flunkies', 'flunking', 'fluoride', 'fluorine', 'fluorite', 'flurried', 'flurries', 'flushest', 'flushing', 'flusters', 'flutings', 'flutists', 'flutters', 'fluttery', 'flyleafs', 'flyovers', 'flypaper', 'flysheet', 'flyspeck', 'flywheel', 'foamiest', 'focusing', 'focussed', 'focusses', 'foetuses', 'fogbound', 'foggiest', 'foghorns', 'foisting', 'foldaway', 'foliages', 'folklore', 'folksier', 'folksong', 'follicle', 'followed', 'follower', 'fomented', 'fondants', 'fondling', 'fondness', 'fontaine', 'foolerys', 'foolscap', 'foosball', 'footages', 'football', 'footfall', 'foothill', 'foothold', 'footings', 'footmans', 'footnote', 'footpath', 'footrest', 'footsies', 'footsore', 'footstep', 'footwear', 'footwork', 'foragers', 'foraging', 'foraying', 'forbears', 'forborne', 'forceful', 'forcepss', 'forcible', 'forcibly', 'forearms', 'forebear', 'forebode', 'forecast', 'forefeet', 'forefoot', 'foregoes', 'foregone', 'forehand', 'forehead', 'foreigns', 'forelegs', 'forelock', 'foremans', 'foremast', 'foremost', 'forename', 'forenoon', 'forensic', 'foreplay', 'foresail', 'foreseen', 'foresees', 'foreskin', 'forested', 'forester', 'forestry', 'foretell', 'foretold', 'forevers', 'forewarn', 'forewent', 'foreword', 'forfeits', 'forgerys', 'forgiven', 'forgives', 'forgoing', 'forklift', 'formally', 'formants', 'formerly', 'formicas', 'formless', 'formosan', 'formosas', 'formulae', 'formulas', 'forsaken', 'forsakes', 'forsooth', 'forswear', 'forswore', 'forsworn', 'forsythe', 'fortieth', 'fortiori', 'fortrans', 'fortress', 'fortunes', 'forwards', 'fostered', 'fotomats', 'foucault', 'foulness', 'founders', 'founding', 'foundrys', 'fountain', 'fourfold', 'foursome', 'fourteen', 'fourthly', 'foxglove', 'foxholes', 'foxhound', 'foxtrots', 'fracases', 'fractals', 'fraction', 'fracture', 'fragment', 'fragrant', 'frailest', 'frailtys', 'francine', 'francium', 'francois', 'frankels', 'frankest', 'frankies', 'franking', 'franklin', 'fraziers', 'frazzled', 'frazzles', 'freakier', 'freaking', 'freakish', 'freckled', 'freckles', 'freddies', 'frederic', 'fredholm', 'fredrick', 'fredrics', 'freebase', 'freebees', 'freebies', 'freeboot', 'freedman', 'freedmen', 'freedoms', 'freehand', 'freehold', 'freeings', 'freeload', 'freemans', 'freeness', 'freeport', 'freetown', 'freeways', 'freewill', 'freezers', 'freezing', 'freights', 'frenches', 'frenetic', 'frenzied', 'frenzies', 'frequent', 'frescoes', 'freshens', 'freshest', 'freshets', 'freshman', 'freshmen', 'fresnels', 'fretting', 'fretwork', 'freudian', 'friction', 'friedman', 'friendly', 'frigates', 'frighted', 'frighten', 'frigidly', 'frillier', 'fringing', 'frippery', 'frisians', 'friskier', 'friskily', 'frisking', 'fritters', 'frizzier', 'frizzing', 'frizzled', 'frizzles', 'frogmans', 'frontage', 'frontier', 'fronting', 'frostbit', 'frostier', 'frostily', 'frosting', 'frothier', 'frothing', 'frowning', 'frowsier', 'frowzier', 'frozenly', 'fructify', 'fructose', 'fruehauf', 'frugally', 'fruitful', 'fruitier', 'fruiting', 'fruition', 'frumpier', 'fuchsias', 'fuddling', 'fuelling', 'fugitive', 'fujitsus', 'fujiwara', 'fukuokas', 'fulcrums', 'fulfills', 'fullback', 'fullness', 'fulnesss', 'fumblers', 'fumbling', 'fumigant', 'fumigate', 'funafuti', 'function', 'functors', 'fundings', 'funerals', 'funereal', 'fungible', 'funguses', 'funkiest', 'funneled', 'funniest', 'furbelow', 'furlongs', 'furlough', 'furnaces', 'furriers', 'furriest', 'furrowed', 'furthers', 'furthest', 'fuselage', 'fusiform', 'fussiest', 'fustians', 'fustiest', 'futilely', 'futility', 'futurity', 'fuzziest', 'gabbiest', 'gabbling', 'gaborone', 'gabriela', 'gadabout', 'gadflies', 'gadgetry', 'gadsdens', 'gaieties', 'gainsaid', 'gainsays', 'galactic', 'galahads', 'galaxies', 'galenite', 'galilean', 'galileos', 'gallants', 'gallegos', 'galleons', 'gallerys', 'galliums', 'galloped', 'galloper', 'galloway', 'gallowss', 'galoshes', 'galvanic', 'gamblers', 'gambling', 'gamboled', 'gamecock', 'gameness', 'gamesman', 'gandhian', 'ganeshas', 'gangland', 'ganglier', 'gangling', 'ganglion', 'gangrene', 'gangster', 'gangtoks', 'gangways', 'gantlets', 'gantries', 'ganymede', 'garaging', 'garbages', 'garbanzo', 'garbling', 'gardened', 'gardener', 'gardenia', 'gardners', 'garfield', 'gargling', 'gargoyle', 'garishly', 'garlands', 'garlicky', 'garments', 'garnered', 'garnishs', 'garoting', 'garotted', 'garottes', 'garretts', 'garrison', 'garroted', 'garrotes', 'garrotte', 'gasconys', 'gaslight', 'gasohols', 'gasolene', 'gasoline', 'gassiest', 'gassings', 'gasworks', 'gatekeep', 'gatepost', 'gateways', 'gathered', 'gatherer', 'gatlings', 'gatorade', 'gauchest', 'gaudiest', 'gauguins', 'gauntest', 'gauntlet', 'gaussian', 'gautamas', 'gauziest', 'gavottes', 'gawkiest', 'gaynesss', 'gazeboes', 'gazelles', 'gazetted', 'gazettes', 'gazpacho', 'gearboxs', 'gedanken', 'geekiest', 'gehennas', 'gelatine', 'gelatins', 'gelbvieh', 'geldings', 'geminate', 'gemstone', 'gendarme', 'generals', 'generate', 'generics', 'generous', 'genesiss', 'genetics', 'genghiss', 'genially', 'genitals', 'genitive', 'geniuses', 'genocide', 'genotype', 'gentians', 'gentiles', 'gentlest', 'gentling', 'gentries', 'gentrify', 'geodesic', 'geodetic', 'geoffrey', 'geologic', 'geologys', 'geometer', 'geometry', 'georgian', 'georgias', 'georgina', 'geranium', 'gerardos', 'gerhardt', 'geritols', 'germanic', 'germanys', 'germinal', 'geronimo', 'gershwin', 'gertrude', 'gestapos', 'gestated', 'gestates', 'gestured', 'gestures', 'getaways', 'ghanaian', 'ghanians', 'gherkins', 'ghettoes', 'ghosting', 'ghoulish', 'giannini', 'giantess', 'giauques', 'gibbered', 'gibbeted', 'giddiest', 'gigabits', 'gigabyte', 'gigaherz', 'gigantic', 'gigavolt', 'gigawatt', 'gigglers', 'gigglier', 'giggling', 'gilberto', 'gilberts', 'gillette', 'gilliams', 'gillians', 'gilligan', 'gilmores', 'gimcrack', 'gimleted', 'gimmicks', 'gimmicky', 'gimpiest', 'gingerly', 'ginghams', 'gingkoes', 'gingrich', 'ginkgoes', 'ginsberg', 'ginsburg', 'ginsengs', 'giovanni', 'giraffes', 'girdling', 'girlhood', 'giselles', 'giuliani', 'giuliano', 'giuseppe', 'giveaway', 'gizzards', 'glaciate', 'glaciers', 'gladdens', 'gladdest', 'gladiola', 'gladioli', 'gladness', 'glamored', 'glamours', 'glancing', 'glasgows', 'glassful', 'glassier', 'glassine', 'glassing', 'glaucoma', 'glaucous', 'glaziers', 'gleaming', 'gleaning', 'gleasons', 'glendale', 'glibbest', 'glibness', 'glimmers', 'glimpsed', 'glimpses', 'glinting', 'glissade', 'glistens', 'glitches', 'glitters', 'glittery', 'glitzier', 'gloaming', 'gloating', 'globally', 'globular', 'globules', 'globulin', 'gloomier', 'gloomily', 'gloriana', 'glorious', 'glorying', 'glossary', 'glossier', 'glossies', 'glossing', 'glottiss', 'glowered', 'glowworm', 'glucoses', 'glummest', 'glumness', 'glutamic', 'glutting', 'gluttons', 'gluttony', 'glycerin', 'glycerol', 'glycogen', 'gnarlier', 'gnarling', 'gnashing', 'gnomonic', 'goalpost', 'goatherd', 'goatskin', 'gobblers', 'gobbling', 'godchild', 'goddamed', 'goddesss', 'godhoods', 'godliest', 'godsends', 'godthaab', 'godzilla', 'goebbels', 'goethals', 'goggless', 'goggling', 'goianias', 'golconda', 'goldberg', 'goldener', 'goldenly', 'goldfish', 'goldmans', 'golgotha', 'gomorrah', 'gondolas', 'gonzales', 'gonzalez', 'gonzalos', 'goodalls', 'goodbyes', 'goodlier', 'goodness', 'goodrich', 'goodwill', 'goodwins', 'goodyear', 'goofiest', 'gordians', 'gordimer', 'gorgeous', 'gorillas', 'goriness', 'goslings', 'gossamer', 'gossiped', 'goulashs', 'gourmand', 'gourmets', 'goutiest', 'governed', 'governor', 'grabbers', 'grabbing', 'gracchus', 'graceful', 'graciela', 'gracious', 'grackles', 'gradient', 'gradings', 'graduate', 'graffias', 'graffiti', 'graffito', 'grafters', 'grafting', 'graftons', 'grainier', 'graining', 'grammars', 'granadas', 'granarys', 'grandads', 'granddad', 'grandees', 'grandest', 'grandeur', 'grandmas', 'grandpas', 'grandson', 'granites', 'granitic', 'grannies', 'granolas', 'granting', 'granular', 'granules', 'grapheme', 'graphics', 'graphing', 'graphite', 'grapnels', 'grappled', 'grapples', 'grasping', 'grassers', 'grassier', 'grassing', 'grateful', 'gratings', 'gratuity', 'graveled', 'gravelly', 'gravitys', 'grayness', 'greasier', 'greasing', 'greatest', 'greedier', 'greedily', 'greenery', 'greenest', 'greening', 'greenish', 'greeting', 'gregorio', 'gregorys', 'gremlins', 'grenadas', 'grenades', 'grenoble', 'gretchen', 'gretzkys', 'greyness', 'griddles', 'gridiron', 'gridlock', 'grievers', 'grieving', 'grievous', 'griffins', 'griffith', 'grilling', 'grimaced', 'grimaces', 'grimaldi', 'grimiest', 'grimmest', 'grimness', 'grinders', 'grinding', 'grinning', 'gripping', 'grislier', 'gristles', 'griswold', 'grittier', 'gritting', 'grizzled', 'grizzlys', 'grnewald', 'groaners', 'groaning', 'grocerys', 'groggier', 'groggily', 'grommets', 'grooming', 'groovier', 'grooving', 'gropiuss', 'grosbeak', 'grossest', 'grossing', 'grossman', 'grottoes', 'grouched', 'grouches', 'grounded', 'grounder', 'groupers', 'groupies', 'grouping', 'groupoid', 'grousing', 'grouting', 'groveled', 'groveler', 'growling', 'grownups', 'grubbier', 'grubbing', 'grudging', 'grueling', 'gruesome', 'gruffest', 'grumbled', 'grumbler', 'grumbles', 'grummans', 'grumpier', 'grumpily', 'grungier', 'grunting', 'gruyeres', 'gryphons', 'gteborgs', 'guaranis', 'guaranty', 'guardian', 'guarding', 'guenther', 'guerilla', 'guernsey', 'guerrero', 'guessers', 'guessing', 'guesting', 'guffawed', 'guidance', 'guilders', 'guileful', 'guilford', 'guiltier', 'guiltily', 'guineans', 'guinness', 'gujarati', 'gujarats', 'gullible', 'gulliver', 'gumdrops', 'gummiest', 'gumption', 'gunboats', 'gunfight', 'gunfires', 'gunflint', 'gunnerys', 'gunpoint', 'gunshots', 'gunsling', 'gunsmith', 'gunwales', 'guofengs', 'gurgling', 'gushiest', 'gusseted', 'gustavos', 'gustavus', 'gustiest', 'gutsiest', 'guttered', 'guttural', 'guyanese', 'guzzlers', 'guzzling', 'gymnasia', 'gymnasts', 'gyrating', 'gyration', 'habakkuk', 'haberman', 'habitant', 'habitats', 'habitual', 'hacienda', 'hackneys', 'hacksaws', 'hadamard', 'haddocks', 'hafniums', 'hagglers', 'haggling', 'hagstrom', 'haiphong', 'haircuts', 'hairiest', 'hairless', 'hairline', 'hairnets', 'hairpins', 'haitians', 'halberds', 'halfback', 'halftime', 'halibuts', 'halifaxs', 'hallmark', 'hallowed', 'hallways', 'halogens', 'halstead', 'haltered', 'halyards', 'hamburgs', 'hamilcar', 'hamilton', 'hamitics', 'hammered', 'hammetts', 'hammocks', 'hampered', 'hamsters', 'handbags', 'handball', 'handbill', 'handbook', 'handcars', 'handcart', 'handcuff', 'handfuls', 'handguns', 'handhold', 'handicap', 'handiest', 'handlers', 'handline', 'handling', 'handmade', 'handmaid', 'handouts', 'handpick', 'handrail', 'handsets', 'handsful', 'handsome', 'handwork', 'handyman', 'handymen', 'hangable', 'hangings', 'hangmans', 'hangnail', 'hangouts', 'hangover', 'hangzhou', 'hankered', 'hannibal', 'hanovers', 'hanukkah', 'haploidy', 'happened', 'happiest', 'hapsburg', 'harangue', 'harassed', 'harasses', 'harbored', 'harbours', 'harcourt', 'hardback', 'hardbake', 'hardball', 'hardcopy', 'hardcore', 'hardened', 'hardener', 'hardiest', 'hardings', 'hardline', 'hardness', 'hardship', 'hardtack', 'hardtops', 'hardware', 'hardwood', 'harelips', 'harkened', 'harmless', 'harmonic', 'harmonys', 'harnesss', 'harpists', 'harpoons', 'harrells', 'harridan', 'harriets', 'harriett', 'harriman', 'harrison', 'harrowed', 'harrying', 'harshest', 'hartford', 'hartline', 'hartmans', 'harvards', 'harvests', 'hasheesh', 'hashishs', 'hassling', 'hassocks', 'hastened', 'hastiest', 'hastings', 'hatchery', 'hatchets', 'hatching', 'hatchway', 'hatfield', 'hathaway', 'hatteras', 'haunches', 'haunting', 'hauteurs', 'havoline', 'hawaiian', 'hawthorn', 'haycocks', 'hayfield', 'haylofts', 'hayseeds', 'haystack', 'haywoods', 'hayworth', 'hazarded', 'hazelnut', 'haziness', 'headache', 'headband', 'headgear', 'headiest', 'headings', 'headland', 'headless', 'headline', 'headlock', 'headlong', 'headrest', 'headroom', 'headsets', 'headsman', 'headsmen', 'headwall', 'headways', 'headwind', 'headword', 'hearings', 'hearkens', 'hearsays', 'heartens', 'heartier', 'hearties', 'heartily', 'heatable', 'heatedly', 'heathens', 'heathers', 'heathkit', 'heavenly', 'heavenss', 'heaviest', 'heavyset', 'hebrides', 'hecatomb', 'hecklers', 'heckling', 'hectares', 'hectored', 'hedgehog', 'hedgerow', 'hedonism', 'hedonist', 'heedless', 'heehawed', 'heftiest', 'hegelian', 'hegemony', 'heighten', 'heimlich', 'heineken', 'heinlein', 'heinrich', 'heiresss', 'heirloom', 'heismans', 'heisting', 'heliport', 'hellenic', 'hellfire', 'hellhole', 'hellions', 'helmsman', 'helmsmen', 'helpings', 'helpless', 'helpmate', 'helpmeet', 'helsinki', 'hematite', 'hemlines', 'hemlocks', 'hemostat', 'henchman', 'henchmen', 'hendrick', 'henequen', 'hennaing', 'hennessy', 'henpecks', 'hensleys', 'hepatica', 'heptagon', 'heralded', 'heraldic', 'heraldry', 'herbages', 'hercules', 'herdsman', 'herdsmen', 'heredity', 'hereford', 'heresies', 'heretics', 'hereunto', 'hereupon', 'herewith', 'heritage', 'herkimer', 'hermetic', 'herminia', 'hermites', 'heroicss', 'heroines', 'heroisms', 'herreras', 'herrings', 'herschel', 'hershels', 'hersheys', 'heshvans', 'hesitant', 'hesitate', 'hesperus', 'heublein', 'hewletts', 'hexagons', 'hezekiah', 'hiatuses', 'hiawatha', 'hibachis', 'hibernia', 'hibiscus', 'hiccough', 'hiccuped', 'hickmans', 'hickorys', 'hideaway', 'hideouts', 'hieratic', 'higginss', 'highball', 'highborn', 'highboys', 'highbrow', 'highjack', 'highland', 'highness', 'highroad', 'hightail', 'highways', 'hijacked', 'hijacker', 'hilarios', 'hilarity', 'hilfiger', 'hilliest', 'hillocks', 'hillside', 'hilltops', 'himalaya', 'hinayana', 'hindered', 'hindmost', 'hinduism', 'hireling', 'hirobumi', 'hirohito', 'hispanic', 'historic', 'historys', 'hitachis', 'hitching', 'hitherto', 'hittites', 'hoagland', 'hoarders', 'hoarding', 'hoariest', 'hoarsely', 'hoarsest', 'hobbling', 'hobbyist', 'hobnails', 'hockneys', 'hockshop', 'hoedowns', 'hoffmans', 'hogshead', 'hogwarts', 'hogwashs', 'hoisting', 'hokkaido', 'holbrook', 'holcombs', 'holdings', 'holdouts', 'holdover', 'holeable', 'holidays', 'holiness', 'holistic', 'hollands', 'hollered', 'holloway', 'hollowed', 'hollower', 'hollowly', 'holocene', 'hologram', 'holstein', 'holsters', 'homburgs', 'homebody', 'homeboys', 'homecome', 'homeland', 'homeless', 'homelier', 'homemade', 'homemake', 'homepage', 'homering', 'homeroom', 'homesick', 'homespun', 'hometown', 'homeward', 'homework', 'homicide', 'homilies', 'hominess', 'homology', 'homonyms', 'homotopy', 'honduran', 'honduras', 'honecker', 'honester', 'honestly', 'honestys', 'honeybee', 'honeydew', 'honeying', 'honolulu', 'honorary', 'honoring', 'honoured', 'hoodlums', 'hoodooed', 'hoodwink', 'hoofmark', 'hookworm', 'hooligan', 'hoorayed', 'hoosegow', 'hoosiers', 'hooterss', 'hopefuls', 'hopeless', 'hopewell', 'horacios', 'horatios', 'horizons', 'hormonal', 'hormones', 'hornbeam', 'horniest', 'hornless', 'hornpipe', 'horntail', 'hornwort', 'horology', 'horowitz', 'horrible', 'horribly', 'horridly', 'horrific', 'horsedom', 'horsefly', 'horseman', 'horsemen', 'horsiest', 'hosannas', 'hosierys', 'hospices', 'hospital', 'hostages', 'hosteled', 'hosteler', 'hostelry', 'hostesss', 'hostiles', 'hostlers', 'hotcakes', 'hotelier', 'hotelman', 'hotheads', 'hothouse', 'hotnesss', 'hotpoint', 'hotshots', 'houghton', 'hounding', 'housefly', 'housetop', 'housings', 'houstons', 'hovering', 'howitzer', 'hrothgar', 'huckster', 'huddling', 'huffiest', 'huffmans', 'hugeness', 'huguenot', 'humanely', 'humanest', 'humanise', 'humanism', 'humanist', 'humanity', 'humanize', 'humanoid', 'humberto', 'humblest', 'humbling', 'humboldt', 'humdrums', 'humeruss', 'humidify', 'humidity', 'humidors', 'humility', 'hummocks', 'humorers', 'humoring', 'humorist', 'humorous', 'humoured', 'humpback', 'humphrey', 'hunching', 'hundreds', 'hungarys', 'hungered', 'hungover', 'hungrier', 'hungrily', 'hunkered', 'hunspell', 'huntings', 'huntleys', 'huntress', 'huntsman', 'huntsmen', 'hurdlers', 'hurdling', 'hurrahed', 'hurrayed', 'hurrying', 'hurtling', 'husbands', 'huskiest', 'hustings', 'hustlers', 'hustling', 'hutchins', 'hutzpahs', 'huxtable', 'hyacinth', 'hydrants', 'hydrated', 'hydrates', 'hydrogen', 'hydroxyl', 'hygienes', 'hygienic', 'hyperion', 'hyphened', 'hypnoses', 'hypnosis', 'hypnotic', 'hysteria', 'hysteric', 'hysteron', 'hyundais', 'iaccocas', 'iapetuss', 'icebergs', 'icebound', 'iceboxes', 'icelands', 'icinesss', 'idahoans', 'idealise', 'idealism', 'idealist', 'idealize', 'identify', 'identity', 'ideogram', 'ideolect', 'ideology', 'idiocies', 'idleness', 'idolater', 'idolatry', 'idolised', 'idolises', 'idolized', 'idolizes', 'ignacios', 'ignatius', 'igniting', 'ignition', 'ignominy', 'ignorant', 'ignoring', 'iguassus', 'ikhnaton', 'illegals', 'illinois', 'illnesss', 'illumine', 'illusion', 'illusive', 'illusory', 'iloveyou', 'ilyushin', 'imagerys', 'imagined', 'imagines', 'imbecile', 'imbedded', 'imbibing', 'imhoteps', 'imitable', 'imitated', 'imitates', 'imitator', 'immanent', 'immature', 'immersed', 'immerses', 'imminent', 'immobile', 'immodest', 'immolate', 'immortal', 'immunise', 'immunity', 'immunize', 'immuring', 'imodiums', 'imogenes', 'impacted', 'impactor', 'impaired', 'impaling', 'impanels', 'imparted', 'impasses', 'impeding', 'impelled', 'impeller', 'impended', 'imperate', 'imperial', 'imperils', 'impetigo', 'impetuss', 'impietys', 'impinged', 'impinges', 'impishly', 'implants', 'implicit', 'imploded', 'implodes', 'implored', 'implores', 'implying', 'impolite', 'imported', 'importer', 'imposing', 'imposter', 'impostor', 'impotent', 'impounds', 'impresss', 'imprints', 'imprison', 'improper', 'improved', 'improves', 'impudent', 'impugned', 'impulsed', 'impulses', 'impunity', 'impurely', 'impurest', 'impurity', 'imputing', 'inaction', 'inactive', 'inanitys', 'inasmuch', 'inboards', 'inbreeds', 'incensed', 'incenses', 'inceptor', 'inchoate', 'incident', 'incising', 'incision', 'incisive', 'incisors', 'inciting', 'inclined', 'inclines', 'inclosed', 'incloses', 'included', 'includes', 'incoming', 'increase', 'incrusts', 'incubate', 'incubuss', 'incurred', 'incurrer', 'indebted', 'indecent', 'indented', 'indexing', 'indianan', 'indianas', 'indicant', 'indicate', 'indicted', 'indicter', 'indigene', 'indigent', 'indirect', 'indolent', 'indorsed', 'indorses', 'inducing', 'inducted', 'inductee', 'inductor', 'indulged', 'indulges', 'industry', 'inedible', 'inequity', 'inertial', 'inertias', 'inexpert', 'infamies', 'infamous', 'infancys', 'infantry', 'infected', 'inferior', 'infernal', 'infernos', 'inferred', 'infested', 'infidels', 'infields', 'infinite', 'infinity', 'inflamed', 'inflames', 'inflated', 'inflater', 'inflates', 'inflects', 'inflicts', 'influent', 'influxes', 'informal', 'informed', 'informer', 'infrared', 'infringe', 'infusing', 'infusion', 'ingather', 'ingested', 'ingrains', 'ingrates', 'ingresss', 'inhabits', 'inhalant', 'inhalers', 'inhaling', 'inherent', 'inhering', 'inherits', 'inhibits', 'inhumane', 'inimical', 'iniquity', 'initials', 'initiate', 'injected', 'injector', 'injuries', 'injuring', 'inkblots', 'inkiness', 'inklings', 'inkwells', 'inlaying', 'innardss', 'innately', 'innocent', 'innovate', 'innuendo', 'inputted', 'inquests', 'inquired', 'inquirer', 'inquires', 'inquirys', 'insanely', 'insanest', 'insanity', 'inscribe', 'insecure', 'inserted', 'insetted', 'insiders', 'insights', 'insignes', 'insignia', 'insisted', 'insolent', 'insomnia', 'inspects', 'inspired', 'inspirer', 'inspires', 'instable', 'installs', 'instance', 'instants', 'instills', 'instinct', 'instruct', 'insulate', 'insulins', 'insulted', 'insureds', 'insurers', 'insuring', 'intaglio', 'integers', 'integral', 'intelsat', 'intended', 'intenser', 'intently', 'interact', 'intercom', 'interest', 'interims', 'interior', 'intermit', 'internal', 'interned', 'internee', 'internes', 'internet', 'interpol', 'interred', 'interval', 'intimacy', 'intimate', 'intonate', 'intoning', 'intrench', 'intrepid', 'intrigue', 'intruded', 'intruder', 'intrudes', 'intrusts', 'intubate', 'intuited', 'inundate', 'invaders', 'invading', 'invalids', 'invasion', 'invasive', 'inveighs', 'inveigle', 'invented', 'inventor', 'inverses', 'inverted', 'inverter', 'invested', 'investor', 'inviable', 'inviting', 'invocate', 'invoiced', 'invoices', 'invoking', 'involute', 'involved', 'involves', 'inwardly', 'iodinate', 'iodising', 'iodizing', 'ionising', 'ionizers', 'ionizing', 'iqaluits', 'iranians', 'irelands', 'iridiums', 'irishman', 'irishmen', 'ironclad', 'ironical', 'ironings', 'ironside', 'ironware', 'ironwood', 'ironwork', 'iroquois', 'irrigate', 'irritant', 'irritate', 'isaacson', 'isabella', 'isabelle', 'iscariot', 'islamism', 'islamist', 'islander', 'isocline', 'isolated', 'isolates', 'isomorph', 'isopleth', 'isotherm', 'isotopes', 'isotopic', 'isotropy', 'israelis', 'issachar', 'issuance', 'istanbul', 'isthmuss', 'italians', 'italicss', 'itchiest', 'itemised', 'itemises', 'itemized', 'itemizes', 'iterated', 'iterates', 'iterator', 'ivanhoes', 'izanagis', 'izanamis', 'izvestia', 'jabbered', 'jabberer', 'jackasss', 'jackboot', 'jackdaws', 'jacketed', 'jacklyns', 'jackpots', 'jacksons', 'jacobean', 'jacobian', 'jacobins', 'jacobite', 'jacobsen', 'jacobson', 'jacquard', 'jaggeder', 'jaggedly', 'jahangir', 'jainisms', 'jakartas', 'jalapeos', 'jalopies', 'jalousie', 'jamaican', 'jamaicas', 'jamboree', 'janaceks', 'janelles', 'janettes', 'jangling', 'janitors', 'januarys', 'japanese', 'japanned', 'jarretts', 'jasmines', 'jaundice', 'jauntier', 'jauntily', 'jaunting', 'javanese', 'javelins', 'jawboned', 'jawbones', 'jawbreak', 'jaxartes', 'jayapura', 'jaywalks', 'jazziest', 'jealousy', 'jeanette', 'jeanines', 'jeannies', 'jeannine', 'jefferey', 'jefferys', 'jehovahs', 'jellying', 'jenifers', 'jennifer', 'jennings', 'jeopardy', 'jephthah', 'jeremiad', 'jeremiah', 'jerichos', 'jerkiest', 'jerkings', 'jermaine', 'jeroboam', 'jerrolds', 'jessicas', 'jetliner', 'jettison', 'jewelers', 'jeweling', 'jewelled', 'jeweller', 'jewelrys', 'jezebels', 'jiggered', 'jiggling', 'jigsawed', 'jillians', 'jimenezs', 'jimmying', 'jingling', 'jingoism', 'jingoist', 'jitterss', 'jiujitsu', 'joaquins', 'jocelyns', 'jockeyed', 'jocosely', 'jocosity', 'jocundly', 'jodhpurs', 'joggings', 'joggling', 'johannas', 'johannes', 'johansen', 'johanson', 'johnsons', 'johnston', 'jointing', 'jokingly', 'jolliest', 'jollitys', 'jollying', 'jonathan', 'jonathon', 'jonquils', 'josefina', 'josephus', 'jostling', 'jottings', 'jouncing', 'journals', 'journeys', 'jousting', 'jovially', 'joyfully', 'joyously', 'joyrider', 'joyrides', 'joystick', 'juanitas', 'jubilant', 'jubilate', 'jubilees', 'judaisms', 'judgment', 'judicial', 'jugglers', 'juggling', 'jugulars', 'juiciest', 'jujitsus', 'jujutsus', 'jukeboxs', 'julianne', 'julienne', 'juliette', 'julliard', 'jumbling', 'jumpiest', 'jumpsuit', 'junction', 'juncture', 'jungfrau', 'junipers', 'junketed', 'junkiest', 'junkyard', 'jupiters', 'jurassic', 'justices', 'justines', 'justness', 'jutlands', 'juvenile', 'kaitlins', 'kalahari', 'kalevala', 'kamikaze', 'kampalas', 'kandahar', 'kangaroo', 'kankakee', 'kannadas', 'karachis', 'karakuls', 'karaokes', 'karenina', 'karloffs', 'karyatid', 'kashmirs', 'kasparov', 'katelyns', 'katheryn', 'kathleen', 'kathrine', 'kathryns', 'katmandu', 'katowice', 'katrinas', 'katydids', 'kauffman', 'kaufmans', 'kawabata', 'kawasaki', 'kayaking', 'keenness', 'keepings', 'keepsake', 'keeshond', 'keewatin', 'keillors', 'kemerovo', 'kendalls', 'kendrick', 'kenmores', 'kennedys', 'kenneled', 'kenneths', 'kenniths', 'kentucky', 'kenyatta', 'keratins', 'kerchief', 'kerensky', 'kerosene', 'kerosine', 'kestrels', 'ketchups', 'keyboard', 'keyholes', 'keynoted', 'keynotes', 'keypunch', 'keystone', 'keywords', 'kharkovs', 'khartoum', 'khayyams', 'khoikhoi', 'khoisans', 'khomeini', 'khoranas', 'kibbutzs', 'kibitzed', 'kibitzer', 'kibitzes', 'kickapoo', 'kickback', 'kickiest', 'kickoffs', 'kidnaped', 'kidnaper', 'kielbasa', 'kielbasy', 'killdeer', 'killings', 'killjoys', 'kilobuck', 'kilobyte', 'kilogram', 'kilotons', 'kilovolt', 'kilowatt', 'kiloword', 'kimberly', 'kindlier', 'kindling', 'kindness', 'kindreds', 'kinfolks', 'kingbird', 'kingdoms', 'kinglier', 'kingpins', 'kingship', 'kingsley', 'kingston', 'kinkiest', 'kinshasa', 'kinships', 'kinsmans', 'kiplings', 'kippered', 'kirchner', 'kirchoff', 'kirghizs', 'kiribati', 'kirkland', 'kirstens', 'kishinev', 'kitchens', 'klansman', 'kleenexs', 'klingons', 'klondike', 'klutzier', 'klystron', 'knapsack', 'knaverys', 'kneaders', 'kneading', 'kneecaps', 'kneeling', 'knelling', 'knessets', 'knickers', 'knievels', 'knighted', 'knightly', 'knitters', 'knitting', 'knitwear', 'knobbier', 'knockers', 'knocking', 'knockout', 'knothole', 'knottier', 'knotting', 'knowable', 'knowings', 'knowlton', 'knuckled', 'knuckles', 'knudsens', 'koestler', 'kohinoor', 'kohlrabi', 'koinonia', 'koizumis', 'kookiest', 'kornberg', 'koshered', 'kowalski', 'kowtowed', 'krakatoa', 'kringles', 'krishnas', 'kristens', 'kristies', 'kristina', 'kristine', 'kristins', 'kryptons', 'krystals', 'kulthumm', 'kumquats', 'kurdishs', 'kurosawa', 'kuwaitis', 'kuznetsk', 'kuznetss', 'kwakiutl', 'kwanzaas', 'labeling', 'labelled', 'lability', 'laborers', 'laboring', 'laboured', 'labourer', 'labrador', 'laburnum', 'lacerate', 'lacewing', 'lachesis', 'lacquers', 'lacrimal', 'lacrosse', 'lactated', 'lactates', 'lactoses', 'laddered', 'ladonnas', 'ladybird', 'ladybugs', 'ladyfern', 'ladylike', 'ladyship', 'lafittes', 'laggards', 'lagrange', 'laguerre', 'lakeisha', 'lakeside', 'lakewood', 'lakishas', 'lakshmis', 'lallygag', 'lamarcks', 'lamasery', 'lambaste', 'lambasts', 'lambkins', 'lambskin', 'lamellar', 'lameness', 'lamented', 'laminate', 'lampoons', 'lamppost', 'lampreys', 'lancelot', 'landfall', 'landfill', 'landhold', 'landings', 'landlady', 'landlord', 'landmark', 'landmass', 'landslid', 'landward', 'langland', 'langmuir', 'language', 'languish', 'languors', 'lankiest', 'lanolins', 'lansings', 'lanterns', 'lanyards', 'lanzhous', 'laocoons', 'laotians', 'lapelled', 'lapidary', 'laplands', 'lapwings', 'laramies', 'larboard', 'larcenys', 'lardners', 'largesse', 'largesss', 'larkspur', 'larousse', 'larynges', 'larynxes', 'lasagnas', 'lasagnes', 'lascauxs', 'lashings', 'lassoing', 'latashas', 'latching', 'latencys', 'lateness', 'laterals', 'laterans', 'laterite', 'lathered', 'latinate', 'latishas', 'latitude', 'latonyas', 'latrines', 'latrobes', 'latterly', 'latticed', 'lattices', 'latvians', 'laudable', 'laudably', 'laudanum', 'laughing', 'laughlin', 'laughter', 'launched', 'launcher', 'launches', 'launders', 'laundrys', 'laurasia', 'laureate', 'laurence', 'laurents', 'lausanne', 'lavatory', 'lavender', 'lavernes', 'lavished', 'lavisher', 'lavishes', 'lavishly', 'lavonnes', 'lawandas', 'lawbreak', 'lawfully', 'lawgiver', 'lawmaker', 'lawrence', 'lawsuits', 'laxative', 'laxnesss', 'layaways', 'layering', 'layettes', 'layovers', 'laywoman', 'laywomen', 'lazaruss', 'laziness', 'leachate', 'leaching', 'leadings', 'leadsman', 'leadsmen', 'leafiest', 'leafless', 'leaflets', 'leaguers', 'leaguing', 'leakages', 'leakiest', 'leanings', 'leanness', 'leapfrog', 'learjets', 'learners', 'learning', 'leashing', 'leathern', 'leathers', 'leathery', 'leavened', 'leavings', 'lebanese', 'lebanons', 'lebesgue', 'leblancs', 'lecherys', 'lecithin', 'lecterns', 'lectured', 'lecturer', 'lectures', 'leeching', 'leeriest', 'leewards', 'leftisms', 'leftists', 'leftmost', 'leftover', 'leftward', 'legacies', 'legalese', 'legalise', 'legalism', 'legality', 'legalize', 'legatees', 'legation', 'legendre', 'leggiest', 'leggings', 'legrooms', 'legworks', 'leibnizs', 'leighton', 'leipzigs', 'leisures', 'lemaitre', 'lemmings', 'lemonade', 'lemurias', 'lengthen', 'lengthly', 'leniency', 'leninism', 'leninist', 'leonardo', 'leonards', 'leonidas', 'leopards', 'leopoldo', 'leopolds', 'leotards', 'leprosys', 'lesbians', 'lesothos', 'lessened', 'lestrade', 'letdowns', 'lethally', 'lethargy', 'leticias', 'letitias', 'lettered', 'letterer', 'lettuces', 'leukemia', 'levelers', 'leveling', 'levelled', 'leveller', 'leverage', 'levering', 'levesque', 'levitate', 'levulose', 'lewdness', 'lewinsky', 'lexicons', 'liaising', 'liaisons', 'libation', 'libelers', 'libeling', 'libelled', 'libeller', 'libelous', 'liberace', 'liberals', 'liberate', 'liberian', 'liberias', 'libertys', 'librarys', 'libretti', 'libretto', 'libriums', 'licenced', 'licences', 'licensed', 'licensee', 'licenses', 'licensor', 'lickings', 'licorice', 'lifeboat', 'lifeless', 'lifelike', 'lifeline', 'lifelong', 'lifespan', 'lifetime', 'lifework', 'liftoffs', 'ligament', 'ligature', 'lightens', 'lighters', 'lightest', 'lighting', 'lignites', 'likeable', 'likelier', 'likeness', 'likening', 'likewise', 'lilianas', 'lillians', 'lilliput', 'lilongwe', 'limbaugh', 'limbered', 'limbless', 'limeades', 'limerick', 'limitate', 'limiters', 'limiting', 'limousin', 'limpidly', 'limpness', 'limpopos', 'linchpin', 'lincolns', 'lindberg', 'lindholm', 'lineages', 'lineally', 'linearly', 'linefeed', 'linemans', 'linesman', 'linesmen', 'lingered', 'lingerer', 'lingerie', 'linguist', 'liniment', 'linkages', 'linnaeus', 'linoleum', 'linotype', 'linseeds', 'linwoods', 'lionesss', 'lionised', 'lionises', 'lionized', 'lionizes', 'lippmann', 'lipreads', 'lipscomb', 'lipstick', 'liqueurs', 'liquidus', 'liquored', 'listened', 'listener', 'listings', 'listless', 'litanies', 'literacy', 'literals', 'literary', 'literate', 'literati', 'lithiums', 'litigant', 'litigate', 'littered', 'littlest', 'littoral', 'liturgic', 'liturgys', 'liveable', 'livelier', 'livelong', 'liveness', 'livening', 'liveried', 'liveries', 'livonias', 'loadable', 'loadings', 'loadstar', 'loamiest', 'loanword', 'loathing', 'lobbying', 'lobbyist', 'loblolly', 'lobotomy', 'lobsters', 'localise', 'locality', 'localize', 'locating', 'location', 'locative', 'locators', 'lockable', 'lockhart', 'lockheed', 'lockings', 'lockjaws', 'lockouts', 'lockstep', 'lockwood', 'locomote', 'locoweed', 'locution', 'lodestar', 'lodgings', 'lodowick', 'loftiest', 'logbooks', 'loggings', 'logician', 'logistic', 'logotype', 'loitered', 'loiterer', 'lollipop', 'lollygag', 'lollypop', 'lombardi', 'lombards', 'lombardy', 'londoner', 'lonelier', 'lonesome', 'longboat', 'longhair', 'longhand', 'longhorn', 'longings', 'longtime', 'lookouts', 'looniest', 'loophole', 'loopiest', 'loosened', 'lopsided', 'loraines', 'lordlier', 'lordosis', 'lordship', 'loreleis', 'lorenzos', 'lorettas', 'lorraine', 'lossiest', 'lothario', 'lotterys', 'loudness', 'louellas', 'lounging', 'lousiest', 'louvered', 'loveable', 'lovebird', 'lovelace', 'loveland', 'loveless', 'lovelier', 'lovelies', 'lovelorn', 'lovesick', 'lovingly', 'lowbrows', 'lowdowns', 'lowering', 'lowlands', 'lowliest', 'lownesss', 'loyalest', 'loyalist', 'loyaller', 'loyaltys', 'lozenges', 'lucianos', 'lucidity', 'lucifers', 'lucilles', 'lucindas', 'luckiest', 'luckless', 'lucknows', 'lucretia', 'luddites', 'ludhiana', 'luggages', 'lukewarm', 'lullabys', 'lumbagos', 'lumbered', 'luminary', 'luminous', 'lummoxes', 'lumpiest', 'lunacies', 'lunatics', 'lunchbox', 'luncheon', 'lunching', 'lundberg', 'lurching', 'luscious', 'lushness', 'lustiest', 'lustrous', 'lutanist', 'lutetium', 'lutheran', 'luxuries', 'lycurgus', 'lymphoma', 'lynching', 'lynchpin', 'lynettes', 'lynnette', 'lyricism', 'lyricist', 'lysergic', 'macadams', 'macaroni', 'macaroon', 'macassar', 'macaulay', 'macbride', 'macedons', 'macerate', 'machetes', 'machined', 'machines', 'machismo', 'mackerel', 'mackinac', 'mackinaw', 'macleish', 'macumbas', 'maddened', 'madeiras', 'madeline', 'madelyns', 'madhouse', 'madisons', 'madnesss', 'madonnas', 'madrases', 'madrigal', 'madstone', 'madurais', 'madwoman', 'madwomen', 'maestros', 'magazine', 'magellan', 'magentas', 'maghrebs', 'magician', 'maginots', 'magnates', 'magnesia', 'magnetic', 'magnetos', 'magnolia', 'magnuson', 'magritte', 'magruder', 'maharaja', 'maharani', 'mahatmas', 'mahavira', 'mahayana', 'mahfouzs', 'mahicans', 'mahjongs', 'mahogany', 'maidenly', 'maigrets', 'mailable', 'mailboxs', 'mailings', 'mailmans', 'mainland', 'mainline', 'mainmast', 'mainsail', 'mainstay', 'maintain', 'maitreya', 'majestic', 'majestys', 'majorcas', 'majoring', 'majority', 'makarios', 'malabars', 'maladapt', 'maladies', 'malagasy', 'malaises', 'malaprop', 'malarial', 'malarias', 'malarkey', 'malayans', 'malaysia', 'maldives', 'maledict', 'maleness', 'maligned', 'malindas', 'malinger', 'mallards', 'mallorys', 'malposed', 'malteses', 'malthuss', 'maltreat', 'mamboing', 'mameluke', 'mammoths', 'manacled', 'manacles', 'managers', 'managing', 'managuas', 'manasseh', 'manatees', 'mancinis', 'mandalay', 'mandamus', 'mandarin', 'mandated', 'mandates', 'mandible', 'mandingo', 'mandolin', 'mandrake', 'mandrell', 'mandrill', 'maneuver', 'manfreds', 'manfully', 'mangiest', 'mangling', 'mangrove', 'manholes', 'manhoods', 'manhunts', 'maniacal', 'manicure', 'manifest', 'manifold', 'manikins', 'manillas', 'manitoba', 'mankinds', 'manliest', 'mannered', 'mannerly', 'mannheim', 'mannikin', 'manorial', 'manpower', 'mansards', 'mansions', 'mantegna', 'mantilla', 'mantises', 'mantissa', 'mantling', 'manually', 'manuelas', 'manumits', 'manuring', 'manville', 'mappable', 'mappings', 'marabous', 'marathas', 'marathis', 'marathon', 'marauded', 'marauder', 'marbling', 'marcella', 'marcello', 'marcelos', 'marchers', 'marching', 'marciano', 'margaret', 'margerys', 'marginal', 'margrets', 'mariachi', 'marianas', 'marianne', 'marianos', 'maribels', 'maricela', 'marietta', 'marigold', 'marilyns', 'marimbas', 'marinade', 'marinate', 'mariners', 'marisols', 'marissas', 'maritain', 'maritime', 'maritzas', 'marjoram', 'marjorie', 'marjorys', 'markable', 'markdown', 'markedly', 'marketed', 'marketer', 'markings', 'marksman', 'marksmen', 'marlboro', 'marlenes', 'marmaras', 'marmoset', 'maronite', 'marooned', 'marquees', 'marquess', 'marquezs', 'marquise', 'marquiss', 'marquita', 'marriage', 'marrieds', 'marriott', 'marrying', 'marsalas', 'marshall', 'marshals', 'marshier', 'martians', 'martinas', 'martinet', 'martinez', 'martinis', 'martyred', 'marveled', 'marvells', 'marxisms', 'marxists', 'maryanne', 'maryanns', 'maryland', 'marylous', 'marzipan', 'mascagni', 'mascaras', 'maserati', 'mashhads', 'maskings', 'masonite', 'masonrys', 'massacre', 'massaged', 'massages', 'massenet', 'masseurs', 'masseuse', 'mastered', 'masterly', 'masterys', 'masthead', 'mastiffs', 'mastodon', 'mastoids', 'matadors', 'matchbox', 'matchers', 'matching', 'material', 'materiel', 'maternal', 'matrices', 'matriels', 'matrixes', 'matronly', 'mattered', 'matthews', 'matthias', 'mattings', 'mattocks', 'mattress', 'maturate', 'maturely', 'maturest', 'maturing', 'maturity', 'maunders', 'maureens', 'mauricio', 'maurines', 'mauryans', 'mausolea', 'maverick', 'maxillae', 'maxillas', 'maximise', 'maximize', 'maximums', 'mayapple', 'mayflies', 'maynards', 'maypoles', 'mazatlan', 'mazourka', 'mazurkas', 'mazzinis', 'mbabanes', 'mcbrides', 'mccallum', 'mccarthy', 'mccartys', 'mccauley', 'mcclains', 'mcclures', 'mcconnel', 'mcdaniel', 'mcdonald', 'mcdowell', 'mcenroes', 'mcfadden', 'mcginnis', 'mcgovern', 'mcgowans', 'mcgregor', 'mcguffey', 'mcguires', 'mcintosh', 'mcintyre', 'mckenzie', 'mckesson', 'mckinley', 'mckinney', 'mcknight', 'mcluhans', 'mcmahons', 'mcmillan', 'mcmullen', 'mcnamara', 'mcqueens', 'mcveighs', 'meagerly', 'mealiest', 'mealtime', 'meanders', 'meanings', 'meanness', 'meantime', 'measless', 'measlier', 'measured', 'measurer', 'measures', 'meatball', 'meatiest', 'meatloaf', 'mechanic', 'medalist', 'meddlers', 'meddling', 'medellin', 'mediated', 'mediates', 'mediator', 'medicaid', 'medicals', 'medicare', 'medicate', 'medicine', 'medieval', 'mediocre', 'meditate', 'medullae', 'medullas', 'meekness', 'meetings', 'megabyte', 'megalith', 'megatons', 'megavolt', 'megawatt', 'megaword', 'meighens', 'melamine', 'melanges', 'melanies', 'melanins', 'melanoma', 'melchior', 'melendez', 'melindas', 'melissas', 'mellowed', 'mellower', 'melodies', 'meltdown', 'melville', 'membrane', 'mementos', 'memorial', 'memories', 'memorise', 'memorize', 'memphiss', 'menacing', 'menander', 'menarche', 'menelaus', 'meneliks', 'menfolks', 'menhaden', 'menially', 'meniscus', 'menkents', 'menorahs', 'menswear', 'mentally', 'menthols', 'mentions', 'mentored', 'menuhins', 'mercados', 'mercator', 'mercedes', 'merchant', 'merciful', 'mercuric', 'mercurys', 'meredith', 'meridian', 'meringue', 'meriting', 'mermaids', 'merriams', 'merricks', 'merriest', 'merrills', 'merritts', 'mesdames', 'mesmeric', 'mesoderm', 'mesozoic', 'mesquite', 'messages', 'messiaen', 'messiahs', 'messiest', 'mestizos', 'metabole', 'metallic', 'metaphor', 'meteoric', 'metering', 'methadon', 'methanes', 'methanol', 'methinks', 'methodic', 'metrical', 'mexicali', 'mexicans', 'miaowing', 'miasmata', 'micawber', 'micheals', 'micheles', 'michelin', 'michelle', 'michelob', 'michigan', 'microbes', 'middling', 'midlands', 'midnight', 'midpoint', 'midrange', 'midriffs', 'midscale', 'midterms', 'midtowns', 'midweeks', 'midwests', 'midwifed', 'midwifes', 'midwived', 'midwives', 'midyears', 'mightier', 'mightily', 'migraine', 'migrants', 'migrated', 'migrates', 'mikhails', 'mikoyans', 'milagros', 'mildewed', 'mildness', 'mildreds', 'mileages', 'milepost', 'milfords', 'militant', 'military', 'militate', 'militias', 'milkiest', 'milkmaid', 'milkmans', 'milksops', 'milkweed', 'millages', 'millards', 'millenia', 'millikan', 'milliner', 'millions', 'millrace', 'miltonic', 'miltowns', 'mimicked', 'mimicrys', 'minamoto', 'minarets', 'minatory', 'mindanao', 'mindless', 'mindoros', 'minerals', 'minervas', 'mingling', 'minibike', 'minibuss', 'minicams', 'minimise', 'minimize', 'minimums', 'minister', 'ministry', 'minivans', 'minnelli', 'minoltas', 'minoring', 'minority', 'minotaur', 'minstrel', 'mintakas', 'mintiest', 'minuends', 'minutely', 'minutest', 'minutiae', 'minutias', 'minuting', 'miocenes', 'mirabeau', 'miracles', 'mirrored', 'mirthful', 'misapply', 'miscalls', 'miscarry', 'miscasts', 'mischief', 'miscible', 'miscount', 'miscuing', 'misdeals', 'misdealt', 'misdeeds', 'misdoing', 'miseries', 'misfired', 'misfires', 'misguide', 'mishmash', 'misjudge', 'misleads', 'mismatch', 'misnomer', 'misogyny', 'misplace', 'misplays', 'misprint', 'misquote', 'misreads', 'misruled', 'misrules', 'missiles', 'missions', 'missives', 'missoula', 'missouri', 'misspell', 'misspelt', 'misspend', 'misspent', 'misstate', 'missteps', 'mistaken', 'mistakes', 'mistiest', 'mistimed', 'mistimes', 'mistreat', 'mistress', 'mistrial', 'mistrust', 'mistyped', 'mistypes', 'misusing', 'mitchell', 'mitchels', 'mitering', 'mitfords', 'mitigate', 'mitosiss', 'mixtures', 'mnemonic', 'mobilise', 'mobility', 'mobilize', 'mobsters', 'moccasin', 'mockerys', 'modality', 'modeling', 'modelled', 'moderate', 'modernly', 'modestly', 'modestys', 'modicums', 'modified', 'modifier', 'modifies', 'modishly', 'modulate', 'mohameds', 'mohammad', 'mohammed', 'mohicans', 'moieties', 'moiseyev', 'moistens', 'moistest', 'moisture', 'molasses', 'moldavia', 'moldered', 'moldiest', 'moldings', 'moldovas', 'molecule', 'molehill', 'moleskin', 'molested', 'molester', 'molieres', 'molluscs', 'mollusks', 'molokais', 'molotovs', 'moluccas', 'mombasas', 'momentum', 'monarchs', 'monarchy', 'monastic', 'monaural', 'mondales', 'mondrian', 'monetary', 'moneybag', 'mongeese', 'mongered', 'mongolia', 'mongoose', 'mongrels', 'monicker', 'monikers', 'moniques', 'monitors', 'monitory', 'monkeyed', 'monmouth', 'monocles', 'monogamy', 'monogram', 'monolith', 'monologs', 'monomial', 'monopoly', 'monorail', 'monotone', 'monotony', 'monoxide', 'monrovia', 'monsanto', 'monsieur', 'monsoons', 'monsters', 'montages', 'montague', 'montanan', 'montanas', 'montcalm', 'monterey', 'monthlys', 'montoyas', 'montreal', 'monument', 'moochers', 'mooching', 'moodiest', 'moonbeam', 'moonlike', 'moonshot', 'moorings', 'moorishs', 'moorland', 'moraines', 'moraless', 'moralise', 'moralist', 'morality', 'moralize', 'morasses', 'moravian', 'morbidly', 'mordants', 'moreland', 'moreover', 'moriarty', 'moribund', 'morisons', 'mornings', 'moroccan', 'moroccos', 'morosely', 'morpheme', 'morpheus', 'morphine', 'morphism', 'morrison', 'mortally', 'mortared', 'mortgage', 'morticed', 'mortices', 'mortimer', 'mortised', 'mortises', 'mortuary', 'moselles', 'moseying', 'mosquito', 'mossiest', 'mothball', 'mothered', 'motherer', 'motherly', 'motioned', 'motivate', 'motliest', 'motorcar', 'motoring', 'motorise', 'motorist', 'motorize', 'motorman', 'motormen', 'motorola', 'motorway', 'mottling', 'moulders', 'mouldier', 'moulding', 'moulting', 'mounding', 'mountain', 'mounties', 'mounting', 'mourners', 'mournful', 'mourning', 'mousiest', 'moussing', 'mouthful', 'mouthing', 'movables', 'moveable', 'movement', 'movingly', 'mozillas', 'muawiyas', 'mubaraks', 'mucilage', 'muckiest', 'muckrake', 'muddiest', 'muddlers', 'muddling', 'muddying', 'mudguard', 'mudslide', 'mudsling', 'muellers', 'muenster', 'muezzins', 'mufflers', 'muffling', 'muggiest', 'muggings', 'muhammad', 'mulattos', 'mulberry', 'mulching', 'muleteer', 'mulishly', 'mulligan', 'mullikan', 'mullions', 'mulroney', 'multiple', 'multiply', 'mumblers', 'mumbling', 'mummerys', 'munchies', 'munching', 'munition', 'muralist', 'murasaki', 'murdered', 'murderer', 'muriatic', 'murkiest', 'murmansk', 'murmured', 'murmurer', 'muscatel', 'muscling', 'muscovys', 'muscular', 'mushiest', 'mushroom', 'musicale', 'musicals', 'musician', 'muskegon', 'musketry', 'muskiest', 'muskogee', 'muskoxen', 'muskrats', 'mussiest', 'mustache', 'mustangs', 'mustards', 'mustered', 'mustiest', 'mutandis', 'mutating', 'mutation', 'mutative', 'muteness', 'mutilate', 'mutineer', 'mutinied', 'mutinies', 'mutinous', 'muttered', 'mutterer', 'mutually', 'muzzling', 'myanmars', 'mycenaes', 'mycology', 'myspaces', 'mysterys', 'mystical', 'mystique', 'mythical', 'nabiscos', 'nagasaki', 'nahuatls', 'naipauls', 'nairobis', 'naismith', 'nakayama', 'nameable', 'nameless', 'namesake', 'namibian', 'namibias', 'nanchang', 'nanettes', 'nanjings', 'nankings', 'napalmed', 'naphtali', 'naphthas', 'napoleon', 'nappiest', 'napsters', 'narbonne', 'narcissi', 'narcosis', 'narcotic', 'narmadas', 'narrated', 'narrates', 'narrator', 'narrowed', 'narrower', 'narrowly', 'narwhals', 'nasalise', 'nasalize', 'nastiest', 'natalias', 'natalies', 'natashas', 'national', 'natively', 'nativity', 'nattiest', 'naturals', 'nauseate', 'nauseous', 'nautical', 'nautilus', 'navahoes', 'navajoes', 'navarros', 'navigate', 'naysayer', 'nazarene', 'nazareth', 'naziisms', 'ndjamena', 'nearness', 'neatness', 'nebraska', 'nebulous', 'necklace', 'neckline', 'neckties', 'necropsy', 'necrosis', 'necrotic', 'neediest', 'needlers', 'needless', 'needling', 'negating', 'negation', 'negative', 'negators', 'neglects', 'negligee', 'negroids', 'nehemiah', 'neighbor', 'neighing', 'nematode', 'nembutal', 'nemesiss', 'neonatal', 'neonates', 'neophyte', 'neoprene', 'nepalese', 'nepenthe', 'nepotism', 'neptunes', 'nerdiest', 'nerviest', 'nescafes', 'nestling', 'netflixs', 'netscape', 'nettings', 'nettling', 'networks', 'neuritis', 'neuronal', 'neuroses', 'neurosis', 'neurotic', 'neutered', 'neutrals', 'neutrino', 'neutrons', 'nevadans', 'newborns', 'newcomer', 'newfound', 'newlywed', 'newnesss', 'newports', 'newsboys', 'newscast', 'newsiest', 'newsmans', 'newsreel', 'newsweek', 'ngaliema', 'niagaras', 'nibblers', 'nibbling', 'nibelung', 'niccolos', 'niceness', 'niceties', 'nichiren', 'nicholas', 'nicholes', 'nicholls', 'nichrome', 'nicklaus', 'nicknack', 'nickname', 'nickolas', 'nicobars', 'nicosias', 'nicotine', 'niebuhrs', 'niftiest', 'nigerian', 'nigerias', 'niggards', 'niggling', 'nightcap', 'nighties', 'nihilism', 'nihilist', 'nijinsky', 'nikolais', 'nimblest', 'nimbuses', 'ninebark', 'ninefold', 'ninepins', 'nineteen', 'nineties', 'ninevehs', 'nintendo', 'nippiest', 'nirvanas', 'nitpicks', 'nitrated', 'nitrates', 'nitrogen', 'nobelist', 'nobelium', 'nobility', 'nobleman', 'noblemen', 'noblesse', 'nobodies', 'nocturne', 'noisiest', 'nominate', 'nominees', 'nomogram', 'nondairy', 'nonempty', 'nonesuch', 'nonevent', 'nonfatal', 'nonhuman', 'nonlocal', 'nonrigid', 'nonsense', 'nonstick', 'nontoxic', 'nonunion', 'nonusers', 'nonwhite', 'noodling', 'noondays', 'noontide', 'noontime', 'norberto', 'norberts', 'nordhoff', 'norfolks', 'noriegas', 'normalcy', 'normally', 'normands', 'normandy', 'norplant', 'norseman', 'norsemen', 'northern', 'northrop', 'northrup', 'nosedive', 'nosedove', 'nosegays', 'nosiness', 'nostrand', 'nostrils', 'nostrums', 'notables', 'notaries', 'notarise', 'notarize', 'notation', 'notching', 'notebook', 'nothings', 'noticing', 'notified', 'notifier', 'notifies', 'notional', 'notocord', 'novartis', 'novelist', 'novellas', 'noveltys', 'november', 'novgorod', 'novocain', 'nowadays', 'nowheres', 'noxzemas', 'nucleant', 'nucleate', 'nucleoli', 'nucleuss', 'nugatory', 'nuisance', 'nullitys', 'numbered', 'numberer', 'numberss', 'numbness', 'numeracy', 'numerals', 'numerate', 'numerics', 'numerous', 'numinous', 'numskull', 'nunavuts', 'nunnerys', 'nuptials', 'nurserys', 'nursings', 'nurtured', 'nurtures', 'nutcrack', 'nuthatch', 'nutmeats', 'nutrient', 'nutshell', 'nuttiest', 'nuzzling', 'nyereres', 'oaklands', 'oarlocks', 'oarsmans', 'oatmeals', 'obduracy', 'obdurate', 'obedient', 'obeisant', 'obelisks', 'oberlins', 'obesitys', 'obituary', 'objected', 'objecter', 'objector', 'oblation', 'obligate', 'obliging', 'obliques', 'oblivion', 'obloquys', 'obscener', 'obscured', 'obscurer', 'obscures', 'obsequys', 'observed', 'observer', 'observes', 'obsessed', 'obsesses', 'obsidian', 'obsolete', 'obstacle', 'obstruct', 'obtained', 'obtruded', 'obtrudes', 'obtusely', 'obtusest', 'obverses', 'obviated', 'obviates', 'ocarinas', 'occasion', 'occident', 'occluded', 'occludes', 'occupant', 'occupied', 'occupier', 'occupies', 'occurred', 'oceanias', 'oceanics', 'oceanuss', 'oconnell', 'octagons', 'octavios', 'octettes', 'octobers', 'octopuss', 'octoroon', 'oculists', 'oddballs', 'oddities', 'oddnesss', 'odiously', 'odometer', 'odonnell', 'odorless', 'odysseus', 'odysseys', 'oedipuss', 'oersteds', 'offbeats', 'offences', 'offended', 'offender', 'offenses', 'offerers', 'offering', 'officers', 'official', 'offprint', 'offshoot', 'offshore', 'offstage', 'oftenest', 'ohiggins', 'ohmmeter', 'oilcloth', 'oilfield', 'oiliness', 'oilskins', 'ointment', 'okinawas', 'oklahoma', 'olajuwon', 'oldfield', 'olduvais', 'oleander', 'oligarch', 'olivetti', 'olmsteds', 'olympiad', 'olympian', 'olympias', 'olympics', 'olympuss', 'omdurman', 'omelette', 'omission', 'omitting', 'omnibuss', 'omnivore', 'oncology', 'oncoming', 'onenesss', 'onlooker', 'onondaga', 'onrushes', 'onsagers', 'ontarios', 'ontogeny', 'ontology', 'opacitys', 'opaquely', 'opaquest', 'opaquing', 'openings', 'openness', 'openwork', 'operable', 'operandi', 'operands', 'operated', 'operates', 'operatic', 'operator', 'operetta', 'ophelias', 'ophiucus', 'opinions', 'opossums', 'opponent', 'opposing', 'opposite', 'optician', 'optimise', 'optimism', 'optimist', 'optimize', 'optimums', 'optional', 'optioned', 'opulence', 'oracular', 'orations', 'oratoric', 'oratorio', 'oratorys', 'orbisons', 'orbitals', 'orbiters', 'orbiting', 'orchards', 'ordained', 'ordering', 'orderlys', 'ordinals', 'ordinary', 'ordinate', 'ordnance', 'oreganos', 'oresteia', 'organdie', 'organdys', 'organics', 'organise', 'organism', 'organist', 'organize', 'orgasmic', 'oriental', 'oriented', 'orifices', 'origamis', 'original', 'orinocos', 'orizabas', 'orlandos', 'orleanss', 'ornament', 'ornately', 'ornerier', 'orphaned', 'orpheuss', 'orthicon', 'orthodox', 'orvilles', 'oshkoshs', 'osmosiss', 'ossified', 'ossifies', 'ostracod', 'ostrichs', 'osvaldos', 'othellos', 'ottomans', 'outbacks', 'outbound', 'outbreak', 'outburst', 'outcasts', 'outclass', 'outcomes', 'outcries', 'outcrops', 'outdated', 'outdoing', 'outdoors', 'outfield', 'outflank', 'outfoxed', 'outfoxes', 'outgoing', 'outgrown', 'outgrows', 'outhouse', 'outlasts', 'outlawed', 'outlawry', 'outlined', 'outlines', 'outlived', 'outlives', 'outlooks', 'outlying', 'outmoded', 'outplays', 'outposts', 'outraged', 'outrages', 'outranks', 'outreach', 'outrider', 'outright', 'outsells', 'outshine', 'outshone', 'outsider', 'outsides', 'outsized', 'outsizes', 'outskirt', 'outsmart', 'outstays', 'outstrip', 'outtakes', 'outvoted', 'outvotes', 'outwards', 'outwears', 'outweigh', 'ovations', 'ovenbird', 'overacts', 'overages', 'overalls', 'overawed', 'overawes', 'overbear', 'overbite', 'overbook', 'overbore', 'overcame', 'overcast', 'overcoat', 'overcome', 'overcook', 'overdoes', 'overdone', 'overdose', 'overdraw', 'overdrew', 'overeats', 'overflow', 'overfull', 'overgrew', 'overgrow', 'overhand', 'overhang', 'overhaul', 'overhead', 'overhear', 'overheat', 'overhung', 'overjoys', 'overkill', 'overlaid', 'overlain', 'overland', 'overlaps', 'overlays', 'overlies', 'overload', 'overlong', 'overlook', 'overlord', 'overmuch', 'overpaid', 'overpass', 'overpays', 'overplay', 'overrate', 'override', 'overripe', 'overrode', 'overrule', 'overruns', 'overseas', 'overseen', 'overseer', 'oversees', 'oversell', 'overshoe', 'overshot', 'oversize', 'oversold', 'overstay', 'overstep', 'overtake', 'overtime', 'overtone', 'overtook', 'overture', 'overturn', 'overused', 'overuses', 'overview', 'overwork', 'oviducts', 'ovulated', 'ovulates', 'oxidised', 'oxidiser', 'oxidises', 'oxidized', 'oxidizer', 'oxidizes', 'oxonians', 'oxymoron', 'pacemake', 'pachecos', 'pacifics', 'pacified', 'pacifier', 'pacifies', 'pacifism', 'pacifist', 'packaged', 'packager', 'packages', 'packards', 'packings', 'paddings', 'paddling', 'paddocks', 'padillas', 'padlocks', 'paganini', 'paganism', 'pageants', 'paginate', 'pailfuls', 'pailsful', 'painless', 'painters', 'painting', 'pairings', 'pairwise', 'paisleys', 'pajamass', 'pakistan', 'palatals', 'palatial', 'palatine', 'palavers', 'paleface', 'paleness', 'palermos', 'palettes', 'palikirs', 'palimony', 'palisade', 'palladia', 'palladio', 'palliate', 'palmetto', 'palmiest', 'palmists', 'palmyras', 'palomars', 'palomino', 'palpable', 'palpably', 'palpated', 'palpates', 'palsying', 'paltrier', 'pampered', 'pamphlet', 'panaceas', 'panaches', 'pancaked', 'pancakes', 'pancreas', 'pandanus', 'pandemic', 'pandered', 'panderer', 'pandoras', 'paneling', 'panelist', 'panelled', 'pangaeas', 'panicked', 'panniers', 'panoplys', 'panorama', 'pantheon', 'panthers', 'pantries', 'pantsuit', 'papacies', 'paperboy', 'paperers', 'papering', 'papillae', 'papillas', 'papooses', 'paprikas', 'papyruss', 'parables', 'parabola', 'paradigm', 'parading', 'paradise', 'paradoxs', 'paraffin', 'paragons', 'paraguay', 'parakeet', 'parallax', 'parallel', 'paralyse', 'paralyze', 'paramour', 'paranoia', 'paranoid', 'parapets', 'parasite', 'parasols', 'paraxial', 'parboils', 'parceled', 'parching', 'pardoned', 'pardoner', 'parental', 'parented', 'parfaits', 'parishes', 'parisian', 'parkings', 'parkland', 'parklike', 'parkways', 'parlance', 'parlayed', 'parleyed', 'parlours', 'parmesan', 'parodied', 'parodies', 'parolees', 'paroling', 'paroxysm', 'parquets', 'parroted', 'parrying', 'parsifal', 'parsings', 'parsleys', 'parsnips', 'partaken', 'partaker', 'partakes', 'parterre', 'parthias', 'partials', 'particle', 'partings', 'partisan', 'partizan', 'partners', 'partying', 'parvenus', 'pasadena', 'pasquale', 'passable', 'passably', 'passages', 'passband', 'passbook', 'passerby', 'passings', 'passions', 'passives', 'passkeys', 'passover', 'passport', 'password', 'pasterns', 'pasteurs', 'pastiche', 'pastiest', 'pastimes', 'pastness', 'pastoral', 'pastrami', 'pastries', 'pastured', 'pastures', 'patchier', 'patching', 'patellae', 'patellas', 'patented', 'patentee', 'patenter', 'patently', 'paternal', 'paterson', 'pathetic', 'pathfind', 'pathogen', 'pathways', 'patience', 'patients', 'patricas', 'patrices', 'patricia', 'patricks', 'patriots', 'pattered', 'patterns', 'paucitys', 'paulette', 'paunches', 'pavement', 'pavilion', 'pawnshop', 'paycheck', 'payloads', 'payments', 'payrolls', 'peabodys', 'peaceful', 'peacocks', 'peafowls', 'pearlier', 'pearlies', 'pearling', 'pearlite', 'pearsons', 'peasants', 'pebblier', 'pebbling', 'peccarys', 'pectoral', 'peculate', 'peculiar', 'pedagogs', 'pedagogy', 'pedaling', 'pedalled', 'pedantic', 'pedantry', 'peddlers', 'peddling', 'pederast', 'pedestal', 'pedicure', 'pedigree', 'pediment', 'peekaboo', 'peelings', 'peephole', 'peerages', 'peerless', 'pegasuss', 'pegboard', 'peipings', 'pekinese', 'pelicans', 'pellagra', 'pelleted', 'pellucid', 'pelvises', 'pembroke', 'pemmican', 'penalise', 'penalize', 'penaltys', 'penances', 'penchant', 'penciled', 'pendants', 'pendents', 'pendulum', 'penelope', 'penguins', 'penitent', 'penknife', 'penlight', 'penlites', 'pennants', 'pennzoil', 'penology', 'pensions', 'pentagon', 'pentiums', 'penumbra', 'peonages', 'peopling', 'peppered', 'peppiest', 'percales', 'perceive', 'percents', 'perching', 'percival', 'perelman', 'perfects', 'perfidys', 'perforce', 'performs', 'perfumed', 'perfumes', 'pergamon', 'pericles', 'perigees', 'periling', 'perilled', 'perilous', 'periodic', 'perished', 'perisher', 'perishes', 'periwigs', 'perjured', 'perjurer', 'perjures', 'perjurys', 'perkiest', 'permeate', 'permians', 'permuted', 'permutes', 'peroxide', 'perseuss', 'pershing', 'persians', 'persists', 'personae', 'personal', 'personas', 'perspire', 'persuade', 'pertains', 'pertness', 'perturbs', 'perusals', 'perusers', 'perusing', 'peruvian', 'pervaded', 'pervades', 'perverse', 'perverts', 'peshawar', 'peskiest', 'pessimal', 'pessimum', 'pestered', 'pestling', 'petering', 'petersen', 'peterson', 'petioles', 'petition', 'petrarch', 'pettiest', 'pettifog', 'petulant', 'petunias', 'peugeots', 'phaethon', 'phalanxs', 'phalluss', 'phantasm', 'phantasy', 'phantoms', 'pharaohs', 'pharisee', 'pharmacy', 'pharynxs', 'pheasant', 'phenolic', 'philippe', 'phillipa', 'phillips', 'philters', 'philtres', 'phishers', 'phishing', 'phoenixs', 'phonemes', 'phonemic', 'phonetic', 'phoneyed', 'phonicss', 'phoniest', 'phonying', 'phosgene', 'phosphor', 'photoing', 'phrasing', 'phrygias', 'phylliss', 'physical', 'physicss', 'physique', 'pianists', 'pianolas', 'picassos', 'picayune', 'piccolos', 'pickaxed', 'pickaxes', 'pickerel', 'picketed', 'picketer', 'pickford', 'pickiest', 'pickings', 'pickling', 'pickwick', 'pictured', 'pictures', 'piddling', 'piebalds', 'piedmont', 'piercing', 'pierrots', 'piggiest', 'pigments', 'pigskins', 'pigsties', 'pigtails', 'pilaster', 'pilchard', 'pilewort', 'pilfered', 'pilferer', 'pilgrims', 'pillaged', 'pillages', 'pillared', 'pillboxs', 'pillions', 'pillorys', 'pillowed', 'piloting', 'pimentos', 'pimiento', 'pimplier', 'pinafore', 'pinatubo', 'pinballs', 'pinching', 'pinheads', 'pinholes', 'pinioned', 'pinkeyes', 'pinkness', 'pinnacle', 'pinnings', 'pinochet', 'pinochle', 'pinpoint', 'pinprick', 'pinscher', 'pinwheel', 'pioneers', 'pipeline', 'piquancy', 'piranhas', 'pirating', 'pissaros', 'pitcairn', 'pitchers', 'pitching', 'pitchman', 'pitchmen', 'pitfalls', 'pithiest', 'pitiable', 'pitiably', 'pitiless', 'pittance', 'pittmans', 'pittston', 'pivoting', 'pizzazzs', 'pizzeria', 'placards', 'placated', 'placater', 'placates', 'placebos', 'placenta', 'placidly', 'plackets', 'plaguing', 'plainest', 'plaiting', 'plangent', 'planking', 'plankton', 'planners', 'planning', 'plantain', 'planters', 'planting', 'plasters', 'plastics', 'plastron', 'plataeas', 'plateaus', 'plateaux', 'plateful', 'platelet', 'platform', 'platings', 'platinum', 'platonic', 'platoons', 'platters', 'platting', 'platypus', 'plaudits', 'plautuss', 'playable', 'playacts', 'playback', 'playbill', 'playboys', 'playgoer', 'playmate', 'playoffs', 'playpens', 'playroom', 'playtexs', 'playtime', 'pleaders', 'pleading', 'pleasant', 'pleasing', 'pleasure', 'pleating', 'plebeian', 'plectrum', 'pledging', 'pleiades', 'plenarys', 'plethora', 'pleurisy', 'plexuses', 'pliancys', 'plighted', 'pliocene', 'plodders', 'plodding', 'plopping', 'plotters', 'plotting', 'ploughed', 'plowmans', 'pluckier', 'plucking', 'plugging', 'plumages', 'plumbago', 'plumbate', 'plumbers', 'plumbing', 'plummest', 'plummets', 'plumpest', 'plumping', 'plunders', 'plungers', 'plunging', 'plunking', 'plushest', 'plushier', 'plutarch', 'plymouth', 'plyscore', 'plywoods', 'poachers', 'poaching', 'pocketed', 'pockmark', 'podiatry', 'poetesss', 'poetical', 'poetries', 'poignant', 'poincare', 'poincars', 'pointers', 'pointier', 'pointing', 'poisoned', 'poisoner', 'poissons', 'poitiers', 'polanski', 'polarise', 'polariss', 'polarity', 'polarize', 'polaroid', 'polecats', 'polemics', 'polestar', 'policies', 'policing', 'polished', 'polisher', 'polishes', 'politely', 'politest', 'politico', 'politics', 'polities', 'polkadot', 'polkaing', 'pollards', 'polliwog', 'pollster', 'polluted', 'polluter', 'pollutes', 'pollywog', 'polonium', 'polopony', 'poltavas', 'poltroon', 'polygamy', 'polyglot', 'polygons', 'polymath', 'polymers', 'polytope', 'polytypy', 'pomading', 'pommeled', 'pompeiis', 'pondered', 'poniards', 'pontiacs', 'pontiffs', 'pontific', 'pontoons', 'ponytail', 'pooching', 'poorness', 'popcorns', 'popinjay', 'popovers', 'poppinss', 'popsicle', 'populace', 'populate', 'populism', 'populist', 'populous', 'porfirio', 'porosity', 'porphyry', 'porpoise', 'porridge', 'porrimas', 'porsches', 'portable', 'portaged', 'portages', 'portends', 'portents', 'porthole', 'porticos', 'portions', 'portland', 'portlier', 'portrait', 'portrays', 'portugal', 'poseidon', 'positing', 'position', 'positive', 'positron', 'posseman', 'possemen', 'possible', 'possibly', 'postages', 'postcard', 'postcode', 'postdate', 'postlude', 'postmans', 'postmark', 'postpaid', 'postpone', 'postured', 'postures', 'potables', 'potatoes', 'potbelly', 'potemkin', 'potencys', 'potholes', 'pothooks', 'potlatch', 'potlucks', 'potomacs', 'potsherd', 'potshots', 'pottages', 'pottered', 'potterys', 'pottiest', 'pouching', 'poultice', 'poultrys', 'pouncing', 'pounders', 'pounding', 'povertys', 'powdered', 'powerful', 'powering', 'powerset', 'powhatan', 'powwowed', 'poynting', 'practice', 'practise', 'prairies', 'praisers', 'praising', 'pralines', 'prancers', 'prancing', 'pratfall', 'prattled', 'prattles', 'prawning', 'prcising', 'preached', 'preacher', 'preaches', 'preamble', 'preceded', 'precedes', 'precepts', 'precinct', 'precious', 'preciser', 'precises', 'preclude', 'predated', 'predates', 'predator', 'predicts', 'preempts', 'preening', 'preexist', 'prefaced', 'prefaces', 'prefects', 'prefixed', 'prefixes', 'pregnant', 'preheats', 'prejudge', 'prelates', 'preludes', 'premiere', 'premiers', 'premised', 'premises', 'premisss', 'premiums', 'prenatal', 'prentice', 'prepared', 'prepares', 'preppier', 'preppies', 'prepping', 'prequels', 'presaged', 'presages', 'prescott', 'presence', 'presents', 'preserve', 'presided', 'presides', 'pressing', 'pressman', 'pressmen', 'pressure', 'prestige', 'presumed', 'presumes', 'preteens', 'pretence', 'pretends', 'pretense', 'preterit', 'pretexts', 'pretoria', 'prettied', 'prettier', 'pretties', 'prettify', 'prettily', 'pretzels', 'prevails', 'prevents', 'previews', 'previous', 'pribilof', 'priciest', 'pricking', 'prickled', 'prickles', 'priestly', 'priggish', 'primacys', 'primarys', 'primates', 'primeval', 'primmest', 'primness', 'primping', 'primrose', 'princely', 'princess', 'principe', 'printers', 'printing', 'printout', 'prioress', 'priories', 'priority', 'prisoner', 'prissier', 'pristine', 'privacys', 'privater', 'privates', 'priviest', 'probable', 'probably', 'probated', 'probates', 'probings', 'probitys', 'problems', 'procaine', 'proceeds', 'processs', 'proclaim', 'procters', 'proctors', 'procured', 'procurer', 'procures', 'procyons', 'prodding', 'prodigal', 'prodigys', 'produced', 'producer', 'produces', 'products', 'profaned', 'profanes', 'proffers', 'profiled', 'profiles', 'profited', 'proforma', 'profound', 'progenys', 'programs', 'progress', 'prohibit', 'projects', 'prolific', 'prologue', 'prolongs', 'promised', 'promises', 'promoted', 'promoter', 'promotes', 'prompted', 'prompter', 'promptly', 'pronouns', 'proofing', 'propanes', 'properer', 'properly', 'property', 'prophecy', 'prophesy', 'prophets', 'proposal', 'proposed', 'proposer', 'proposes', 'propound', 'propping', 'prorated', 'prorates', 'prorogue', 'prosiest', 'prosodic', 'prosodys', 'prospect', 'prospers', 'prostate', 'protease', 'protects', 'proteges', 'proteins', 'protests', 'proteuss', 'protocol', 'protozoa', 'protract', 'protrude', 'proudest', 'proudhon', 'provable', 'provably', 'provenal', 'provence', 'proverbs', 'provided', 'provider', 'provides', 'province', 'provisos', 'provoked', 'provokes', 'provosts', 'prowesss', 'prowlers', 'prowling', 'proximal', 'prudence', 'pruderys', 'prurient', 'prussian', 'prussias', 'psalmist', 'psalters', 'psaltery', 'psychics', 'psyching', 'psyllium', 'ptolemys', 'ptomaine', 'pubertys', 'publican', 'publicly', 'puckered', 'pucketts', 'puddings', 'puddling', 'pudgiest', 'puffball', 'puffiest', 'pugilism', 'pugilist', 'puissant', 'pulitzer', 'pullback', 'pullings', 'pullmans', 'pullouts', 'pullover', 'pulpiest', 'pulsated', 'pulsates', 'pummeled', 'pumpkins', 'punchier', 'punching', 'punctual', 'puncture', 'punditry', 'pungency', 'punished', 'punishes', 'punitive', 'punjabis', 'punsters', 'puppetry', 'puppyish', 'purblind', 'purchase', 'purebred', 'pureeing', 'pureness', 'purified', 'purifier', 'purifies', 'puritans', 'purloins', 'purplest', 'purplish', 'purports', 'purposed', 'purposes', 'purslane', 'pursuant', 'pursuers', 'pursuing', 'pursuits', 'purulent', 'purveyed', 'purveyor', 'purviews', 'pushcart', 'pushdown', 'pushiest', 'pushover', 'pussiest', 'pussycat', 'pustules', 'putative', 'putsches', 'puttered', 'puttying', 'puzzlers', 'puzzling', 'pyjamass', 'pyknotic', 'pynchons', 'pyorrhea', 'pyramids', 'pyrenees', 'pyridine', 'pyrolyse', 'pyroxene', 'qaddafis', 'qiqihars', 'quaalude', 'quackery', 'quacking', 'quadrant', 'quaffing', 'quagmire', 'quahaugs', 'quailing', 'quainter', 'quaintly', 'qualitys', 'quandary', 'quantico', 'quantify', 'quantile', 'quantity', 'quantize', 'quantums', 'quarrels', 'quarried', 'quarries', 'quarters', 'quartets', 'quartile', 'quashing', 'quatrain', 'quavered', 'qubecois', 'queasier', 'queasily', 'quechuas', 'queening', 'queerest', 'queering', 'quelling', 'quenched', 'quenches', 'quentins', 'querying', 'questers', 'questing', 'question', 'queueing', 'quibbled', 'quibbler', 'quibbles', 'quickens', 'quickest', 'quickies', 'quietest', 'quieting', 'quietude', 'quietuss', 'quilters', 'quilting', 'quinines', 'quintets', 'quintons', 'quipping', 'quirinal', 'quirkier', 'quirking', 'quisling', 'quitters', 'quitting', 'quivered', 'quixotic', 'quizzing', 'quoiting', 'quotable', 'quotient', 'qwertyui', 'qwertzui', 'rabbited', 'rabelais', 'raccoons', 'raceways', 'rachaels', 'rachelle', 'racially', 'raciness', 'racketed', 'racquets', 'radially', 'radiance', 'radiated', 'radiates', 'radiator', 'radicals', 'radioing', 'radishes', 'radiuses', 'rafferty', 'raffless', 'raffling', 'raggeder', 'raggedly', 'ragnarks', 'ragtimes', 'ragweeds', 'railbird', 'railhead', 'railings', 'raillery', 'railroad', 'railways', 'raiments', 'rainbows', 'raincoat', 'raindrop', 'rainfall', 'rainiest', 'rakishly', 'raleighs', 'rallying', 'ramadans', 'ramayana', 'ramblers', 'rambling', 'ramified', 'ramifies', 'ramirezs', 'rampaged', 'rampages', 'ramparts', 'ranchers', 'ranching', 'rancours', 'randalls', 'randells', 'randiest', 'randolph', 'randomly', 'rangiest', 'rangoons', 'rankines', 'rankings', 'rankling', 'rankness', 'ransacks', 'ransomed', 'ransomer', 'rapacity', 'rapidest', 'rapidity', 'rapports', 'raptures', 'rapunzel', 'rarefied', 'rarefies', 'rareness', 'rareties', 'rarities', 'rascally', 'rashness', 'raspiest', 'rasputin', 'rastaban', 'ratchets', 'ratified', 'ratifies', 'rational', 'rationed', 'ratliffs', 'rattiest', 'rattlers', 'rattling', 'rattraps', 'ravagers', 'ravaging', 'raveling', 'ravelled', 'ravening', 'ravenous', 'raviolis', 'ravished', 'ravishes', 'rawboned', 'rawhides', 'rawnesss', 'rayburns', 'rayleigh', 'raymonds', 'raymundo', 'raytheon', 'reaching', 'reactant', 'reacting', 'reaction', 'reactive', 'reactors', 'readable', 'readiest', 'readings', 'readjust', 'readmits', 'readouts', 'readying', 'reaffirm', 'reagents', 'realigns', 'realised', 'realises', 'realisms', 'realists', 'realitys', 'realized', 'realizes', 'realness', 'realtors', 'reappear', 'rearming', 'rearmost', 'rearrest', 'rearward', 'reasoned', 'reasoner', 'reassert', 'reassess', 'reassign', 'reassure', 'reawaken', 'rebating', 'rebelled', 'rebirths', 'rebounds', 'rebuffed', 'rebuilds', 'rebuking', 'rebuttal', 'rebutted', 'recalled', 'recanted', 'recapped', 'receding', 'receipts', 'received', 'receiver', 'receives', 'recenter', 'recently', 'receptor', 'recessed', 'recesses', 'recharge', 'rechecks', 'recherch', 'recitals', 'reciting', 'reckless', 'reckoned', 'reckoner', 'reclaims', 'reclined', 'recliner', 'reclines', 'recluses', 'recoding', 'recoiled', 'recopied', 'recopies', 'recorded', 'recorder', 'recounts', 'recouped', 'recourse', 'recovers', 'recovery', 'recreant', 'recreate', 'recruits', 'rectorys', 'recurred', 'recursed', 'recurses', 'recusant', 'recycled', 'recycles', 'redactor', 'redcoats', 'reddened', 'redeemed', 'redeemer', 'redefine', 'redeploy', 'redesign', 'redfords', 'redgrave', 'redheads', 'redirect', 'rednecks', 'rednesss', 'redolent', 'redouble', 'redoubts', 'redounds', 'redrafts', 'redresss', 'redshank', 'redskins', 'redstart', 'redstone', 'reducers', 'reducing', 'redwoods', 'reedbuck', 'reediest', 'reelects', 'reemerge', 'reenacts', 'reenlist', 'reenters', 'reentrys', 'refereed', 'referees', 'referent', 'referral', 'referred', 'refiling', 'refilled', 'refiners', 'refinery', 'refining', 'refinish', 'refitted', 'reflects', 'reflexes', 'reforest', 'reformat', 'reformed', 'reformer', 'refracts', 'refrains', 'refueled', 'refugees', 'refugios', 'refunded', 'refusals', 'refusing', 'refuting', 'regained', 'regalias', 'regaling', 'regarded', 'regardss', 'regattas', 'regencys', 'regicide', 'regimens', 'regiment', 'reginald', 'regional', 'register', 'registry', 'regresss', 'regroups', 'regulars', 'regulate', 'reguluss', 'rehabbed', 'rehashed', 'rehashes', 'rehearse', 'reheated', 'rehiring', 'reigning', 'reimpose', 'reinaldo', 'reindeer', 'reinhold', 'reinsert', 'reinvent', 'reinvest', 'reissued', 'reissues', 'rejected', 'rejecter', 'rejector', 'rejoiced', 'rejoicer', 'rejoices', 'rejoined', 'rekindle', 'relabels', 'relapsed', 'relapses', 'relating', 'relation', 'relative', 'relaxant', 'relaxing', 'relaying', 'relearns', 'released', 'releases', 'relegate', 'relented', 'relevant', 'reliable', 'reliably', 'reliance', 'relieved', 'reliever', 'relieves', 'religion', 'relished', 'relishes', 'reliving', 'reloaded', 'reloader', 'relocate', 'remained', 'remaking', 'remanded', 'remarked', 'remarque', 'rematchs', 'remedial', 'remedied', 'remedies', 'remember', 'reminded', 'reminder', 'remitted', 'remnants', 'remodels', 'remorses', 'remotely', 'remotest', 'remounts', 'removals', 'removers', 'removing', 'renaming', 'renaults', 'rendered', 'renegade', 'reneging', 'renewals', 'renewing', 'renounce', 'renovate', 'renowned', 'renumber', 'reoccupy', 'reoccurs', 'reopened', 'reorders', 'repaints', 'repaired', 'repairer', 'repartee', 'repaying', 'repealed', 'repealer', 'repeated', 'repeater', 'repelled', 'repented', 'rephrase', 'replaced', 'replacer', 'replaces', 'replayed', 'repleted', 'repletes', 'replicas', 'replying', 'reported', 'reporter', 'reposing', 'reprieve', 'reprints', 'reprisal', 'reprised', 'reprises', 'reprized', 'reproach', 'reproofs', 'reproved', 'reprover', 'reproves', 'reptiles', 'republic', 'repulsed', 'repulses', 'reputing', 'requests', 'requiems', 'required', 'requires', 'requital', 'requited', 'requites', 'rerouted', 'reroutes', 'rescinds', 'rescuers', 'rescuing', 'research', 'reselect', 'resemble', 'resented', 'reserved', 'reserver', 'reserves', 'resettle', 'resident', 'residing', 'residual', 'residues', 'residuum', 'resigned', 'resinous', 'resisted', 'resister', 'resistor', 'resolute', 'resolved', 'resolver', 'resolves', 'resonant', 'resonate', 'resorted', 'resounds', 'resource', 'respects', 'respells', 'respired', 'respires', 'respites', 'responds', 'response', 'restarts', 'restated', 'restates', 'restless', 'restocks', 'restored', 'restorer', 'restores', 'restrain', 'restrict', 'restroom', 'resubmit', 'resulted', 'resuming', 'resupply', 'retailed', 'retailer', 'retained', 'retainer', 'retaking', 'retarded', 'retarder', 'retching', 'rethinks', 'reticent', 'reticles', 'retinues', 'retirees', 'retiring', 'retooled', 'retorted', 'retouchs', 'retraced', 'retraces', 'retracts', 'retrains', 'retreads', 'retreats', 'retrench', 'retrials', 'retriers', 'retrieve', 'retrofit', 'retrying', 'returned', 'returnee', 'returner', 'retyping', 'reunions', 'reunited', 'reunites', 'reusable', 'reuthers', 'revalued', 'revalues', 'revamped', 'revealed', 'reveille', 'revelers', 'reveling', 'revelled', 'reveller', 'revelrys', 'revenged', 'revenger', 'revenges', 'revenues', 'reverend', 'reverent', 'reveries', 'reverify', 'revering', 'reversal', 'reversed', 'reverser', 'reverses', 'reverted', 'reviewed', 'reviewer', 'revilers', 'reviling', 'revising', 'revision', 'revisits', 'revivals', 'revivify', 'reviving', 'revoking', 'revolted', 'revolter', 'revolved', 'revolver', 'revolves', 'rewarded', 'rewiring', 'reworded', 'reworked', 'rewrites', 'reynaldo', 'reynolds', 'rhapsody', 'rheingau', 'rheology', 'rheostat', 'rhetoric', 'rheumier', 'rhiannon', 'rhizomes', 'rhodesia', 'rhodiums', 'rhomboid', 'rhombuss', 'rhubarbs', 'rhythmic', 'ribaldry', 'ribosome', 'richards', 'richmond', 'richness', 'ricketss', 'rickover', 'rickshas', 'rickshaw', 'ricochet', 'ricottas', 'riddance', 'riddling', 'ridicule', 'riemanns', 'riesling', 'riffling', 'riffraff', 'rifleman', 'riflemen', 'riggings', 'rightest', 'rightful', 'righting', 'rightist', 'rigidity', 'rigorous', 'rinehart', 'ringings', 'ringlets', 'ringling', 'ringside', 'ringworm', 'riotings', 'riparian', 'ripeness', 'ripening', 'riposted', 'ripostes', 'rippling', 'riskiest', 'ritalins', 'ritually', 'ritziest', 'rivaling', 'rivalled', 'rivalrys', 'riverbed', 'riverine', 'riveting', 'rivetted', 'rivieras', 'rivulets', 'roadbeds', 'roadkill', 'roadshow', 'roadside', 'roadster', 'roadways', 'roadwork', 'roarings', 'roasters', 'roasting', 'robberys', 'roberson', 'robertas', 'robertos', 'robinson', 'robotics', 'robuster', 'robustly', 'rochelle', 'rockabye', 'rockaway', 'rocketed', 'rocketry', 'rockford', 'rockiess', 'rockiest', 'rockland', 'rocklike', 'rockwell', 'roderick', 'rodolfos', 'rodricks', 'rodrigos', 'roebucks', 'roentgen', 'rogelios', 'rogering', 'roguerys', 'roisters', 'rolaidss', 'rolandos', 'rollback', 'rollicks', 'rolvaags', 'romaines', 'romanced', 'romancer', 'romances', 'romanian', 'romanias', 'romanies', 'romanovs', 'romantic', 'romuluss', 'ronstadt', 'roofings', 'rooftops', 'rooftree', 'rookerys', 'roomfuls', 'roomiest', 'roommate', 'roosters', 'roosting', 'rootless', 'rosaless', 'rosalies', 'rosalind', 'rosalyns', 'rosannas', 'rosannes', 'rosaries', 'roseanns', 'rosebuds', 'rosebush', 'roseland', 'rosellas', 'rosemary', 'rosendos', 'rosettes', 'rosewood', 'rosiness', 'rosining', 'rossetti', 'rossinis', 'rostrums', 'roswells', 'rotarian', 'rotaries', 'rotating', 'rotation', 'rotenone', 'rototill', 'rottener', 'rotundas', 'roughage', 'roughens', 'roughest', 'roughing', 'roughish', 'roulette', 'roumania', 'roundest', 'rounding', 'roundish', 'roundoff', 'roundups', 'rousseau', 'routeing', 'routines', 'routings', 'rowboats', 'rowdiest', 'rowdyism', 'roweling', 'rowelled', 'rowlands', 'rowlings', 'roxannes', 'royalist', 'royaltys', 'rozelles', 'rubaiyat', 'rubbishs', 'rubbishy', 'rubdowns', 'rubellas', 'rubicons', 'rubicund', 'rubidium', 'ruchbahs', 'rucksack', 'ruckuses', 'ruddiest', 'rudeness', 'rudiment', 'rudolphs', 'rudyards', 'ruefully', 'ruffians', 'ruffling', 'ruggeder', 'ruggedly', 'rukeyser', 'rumanias', 'rumbaing', 'rumbling', 'ruminant', 'ruminate', 'rummaged', 'rummages', 'rumoring', 'rumoured', 'rumpling', 'rumpuses', 'rumsfeld', 'runabout', 'runaways', 'rundowns', 'runniest', 'runnings', 'ruptured', 'ruptures', 'rushdies', 'rushmore', 'russells', 'russians', 'rustbelt', 'rustiest', 'rustlers', 'rustling', 'rutabaga', 'ruthless', 'rutledge', 'rwandans', 'rydbergs', 'saarinen', 'saatchis', 'sabbaths', 'sabotage', 'saboteur', 'sabrinas', 'sackfuls', 'sackings', 'sacredly', 'sacristy', 'saddened', 'saddling', 'sadducee', 'sadistic', 'sadnesss', 'safaried', 'safeness', 'safeties', 'safeways', 'saffrons', 'sagacity', 'saginaws', 'sagittal', 'saguaros', 'sailboat', 'sailfish', 'sailings', 'sailorly', 'sakhalin', 'sakharov', 'salaamed', 'salaried', 'salaries', 'salazars', 'saleable', 'salernos', 'salesian', 'salesman', 'salesmen', 'salients', 'salinger', 'salinity', 'salivary', 'salivate', 'sallower', 'sallying', 'saltbush', 'saltiest', 'saltines', 'salutary', 'saluting', 'salvador', 'salvaged', 'salvager', 'salvages', 'salweens', 'samantha', 'samarium', 'sambaing', 'sameness', 'samosets', 'samovars', 'samoyeds', 'samplers', 'sampling', 'sampsons', 'samsungs', 'samurais', 'sanchezs', 'sanctify', 'sanction', 'sanctity', 'sanctums', 'sandbags', 'sandbank', 'sandbars', 'sandboxs', 'sandburg', 'sandhill', 'sandhogs', 'sandiest', 'sandlots', 'sandmans', 'sandoval', 'sandpile', 'sandusky', 'sandwich', 'sanfords', 'sangaree', 'sanguine', 'sanitary', 'sanitate', 'sanitise', 'sanitize', 'sankaras', 'sanserif', 'sanskrit', 'santanas', 'santeria', 'santiago', 'sapience', 'saplings', 'saponify', 'sapphire', 'sappiest', 'sapporos', 'saracens', 'sarajevo', 'sarasota', 'saratoga', 'saratovs', 'sarawaks', 'sarcasms', 'sarcomas', 'sardines', 'sardinia', 'sardonic', 'sargasso', 'sarnoffs', 'saroyans', 'sashayed', 'sassiest', 'satanism', 'satanist', 'satchels', 'satiable', 'satiated', 'satiates', 'satietys', 'satirise', 'satirist', 'satirize', 'saturate', 'saturday', 'saucepan', 'sauciest', 'saunaing', 'saunders', 'saundras', 'saunters', 'sausages', 'saussure', 'sauterne', 'savagely', 'savagers', 'savagery', 'savagest', 'savaging', 'savannah', 'savannas', 'savingss', 'saviours', 'savorier', 'savories', 'savoring', 'savoured', 'savourys', 'savoyard', 'savviest', 'savvying', 'sawbelly', 'sawdusts', 'sawhorse', 'sawmills', 'sawtooth', 'scabbard', 'scabbier', 'scabbing', 'scabiess', 'scabious', 'scabrous', 'scaffold', 'scalable', 'scalawag', 'scalding', 'scaliest', 'scalings', 'scallion', 'scallops', 'scalpels', 'scalpers', 'scalping', 'scamming', 'scampers', 'scampies', 'scandals', 'scandium', 'scanners', 'scanning', 'scansion', 'scantest', 'scantier', 'scanties', 'scantily', 'scanting', 'scapulae', 'scapular', 'scapulas', 'scarcely', 'scarcest', 'scarcity', 'scarface', 'scarfing', 'scariest', 'scarlets', 'scarring', 'scathing', 'scatters', 'scatting', 'scavenge', 'scenario', 'scenerys', 'scenting', 'scepters', 'sceptics', 'sceptres', 'schaefer', 'schedars', 'schedule', 'schemata', 'schemers', 'scheming', 'scherzos', 'schiller', 'schizoid', 'schlepps', 'schlitzs', 'schlocks', 'schlocky', 'schmaltz', 'schmalzs', 'schmalzy', 'schmooze', 'schmucks', 'schnabel', 'schnapps', 'scholars', 'schooled', 'schooler', 'schooner', 'schottky', 'schticks', 'schubert', 'schultzs', 'schumann', 'schussed', 'schusses', 'schuster', 'schuyler', 'schwartz', 'schwinns', 'sciatica', 'sciences', 'scimitar', 'scissors', 'scoffing', 'scofflaw', 'scolding', 'scollops', 'scooping', 'scooters', 'scooting', 'scorched', 'scorcher', 'scorches', 'scorings', 'scornful', 'scorning', 'scorpion', 'scorpios', 'scorpius', 'scorsese', 'scotched', 'scotches', 'scotland', 'scotsman', 'scotsmen', 'scotties', 'scottish', 'scourged', 'scourges', 'scouring', 'scouting', 'scowling', 'scrabble', 'scraggly', 'scramble', 'scrammed', 'scranton', 'scrapers', 'scraping', 'scrapped', 'scratchs', 'scratchy', 'scrawled', 'screamed', 'screamer', 'screechs', 'screechy', 'screened', 'screwier', 'screwing', 'scriabin', 'scribble', 'scribing', 'scribner', 'scrimped', 'scripted', 'scrofula', 'scrolled', 'scrooges', 'scrotums', 'scrounge', 'scrubbed', 'scrubber', 'scruggss', 'scrunchs', 'scrupled', 'scruples', 'scrutiny', 'scubaing', 'scudding', 'scuffing', 'scuffled', 'scuffles', 'scullery', 'sculleys', 'sculling', 'scullion', 'sculpted', 'sculptor', 'scumbags', 'scummier', 'scumming', 'scuppers', 'scurfier', 'scurried', 'scurries', 'scurvier', 'scuttled', 'scuttles', 'scuzzier', 'scythian', 'scything', 'seabirds', 'seaboard', 'seacoast', 'seafarer', 'seafoods', 'seagoing', 'seagrams', 'seahorse', 'sealants', 'sealevel', 'sealskin', 'seamiest', 'seamless', 'seaplane', 'seaports', 'seaquake', 'searched', 'searcher', 'searches', 'seascape', 'seashell', 'seashore', 'seasides', 'seasonal', 'seasoned', 'seasoner', 'seatings', 'seattles', 'seawards', 'seaweeds', 'seceding', 'secluded', 'secludes', 'seconals', 'seconded', 'seconder', 'secondly', 'secrecys', 'secreted', 'secretes', 'secretly', 'sections', 'sectoral', 'securely', 'securest', 'securing', 'security', 'sedately', 'sedatest', 'sedating', 'sedation', 'sedative', 'sediment', 'sedition', 'seducers', 'seducing', 'sedulous', 'seebecks', 'seediest', 'seedings', 'seedless', 'seedling', 'seemlier', 'seepages', 'seesawed', 'seething', 'segments', 'segovias', 'segueing', 'segundos', 'seinfeld', 'seizures', 'selassie', 'selected', 'selector', 'selenate', 'selenite', 'selenium', 'seleucid', 'seleucus', 'selfless', 'selfsame', 'selkirks', 'sellerss', 'sellouts', 'seltzers', 'selvages', 'selvedge', 'selznick', 'semantic', 'semarang', 'semester', 'seminars', 'seminary', 'seminole', 'semitics', 'semitone', 'senators', 'senegals', 'senility', 'sennetts', 'senorita', 'sensible', 'sensibly', 'sensuous', 'sentence', 'sentient', 'sentinel', 'sentries', 'separate', 'sephardi', 'septette', 'sequence', 'sequined', 'sequitur', 'sequoias', 'seraglio', 'seraphic', 'seraphim', 'serbians', 'serenade', 'serenely', 'serenest', 'serenity', 'serfdoms', 'sergeant', 'serially', 'seriatim', 'serology', 'serpents', 'serranos', 'serrated', 'servants', 'serviced', 'services', 'servings', 'servitor', 'sessions', 'setbacks', 'setscrew', 'settable', 'settings', 'settlers', 'settling', 'sevenths', 'seventys', 'severals', 'severely', 'severest', 'severing', 'severity', 'sevilles', 'sewerage', 'sexiness', 'sextants', 'sextette', 'sextuple', 'sexually', 'seymours', 'shabbier', 'shabbily', 'shackled', 'shackles', 'shadbush', 'shadiest', 'shadings', 'shadowed', 'shaffers', 'shafting', 'shagbark', 'shaggier', 'shagging', 'shakable', 'shakably', 'shakeups', 'shakiest', 'shallots', 'shallows', 'shambled', 'shambles', 'shameful', 'shammies', 'shamming', 'shampoos', 'shamrock', 'shanghai', 'shankara', 'shanties', 'shantung', 'shapiros', 'sharable', 'shareown', 'sharking', 'sharlene', 'sharpens', 'sharpers', 'sharpest', 'sharping', 'sharrons', 'shatters', 'shattuck', 'shavians', 'shavings', 'shavuots', 'shawnees', 'shearers', 'shearing', 'sheathed', 'sheathes', 'shebangs', 'shebelis', 'shedding', 'sheepdog', 'sheepish', 'sheerest', 'sheering', 'sheeting', 'sheikdom', 'sheldons', 'shellacs', 'shelling', 'shelters', 'sheltons', 'shelving', 'shenyang', 'shepards', 'shepherd', 'sheppard', 'sheratan', 'sheraton', 'sherbert', 'sherbets', 'sheridan', 'sheriffs', 'sherlock', 'sherries', 'sherrill', 'sherwood', 'shetland', 'shielded', 'shieldss', 'shifters', 'shiftier', 'shiftily', 'shifting', 'shikokus', 'shilling', 'shillong', 'shimmers', 'shimmery', 'shimmied', 'shimmies', 'shimming', 'shinbone', 'shindigs', 'shingled', 'shingles', 'shiniest', 'shinnied', 'shinnies', 'shinning', 'shipload', 'shipmate', 'shipment', 'shippers', 'shipping', 'shipyard', 'shirkers', 'shirking', 'shirleys', 'shirring', 'shirting', 'shittier', 'shitting', 'shivered', 'shiverer', 'shlemiel', 'shlepped', 'shoaling', 'shockers', 'shocking', 'shockley', 'shoddier', 'shoddily', 'shoehorn', 'shoelace', 'shoemake', 'shooters', 'shooting', 'shootout', 'shopkeep', 'shoplift', 'shoppers', 'shopping', 'shoptalk', 'shopworn', 'shortage', 'shortcut', 'shortens', 'shortest', 'shorting', 'shortish', 'shoshone', 'shotbush', 'shotguns', 'shoulder', 'shouldnt', 'shouters', 'shouting', 'shoveled', 'showbizs', 'showboat', 'showcase', 'showdown', 'showered', 'showgirl', 'showiest', 'showings', 'showmans', 'showoffs', 'showroom', 'shrapnel', 'shredded', 'shredder', 'shrewder', 'shrewdly', 'shrewish', 'shrieked', 'shrilled', 'shriller', 'shrimped', 'shrivels', 'shriving', 'shrouded', 'shrugged', 'shrunken', 'shucking', 'shuckses', 'shudders', 'shuddery', 'shuffled', 'shuffler', 'shuffles', 'shunning', 'shunting', 'shushing', 'shutdown', 'shuteyes', 'shutouts', 'shutters', 'shutting', 'shuttled', 'shuttles', 'shynesss', 'shysters', 'siameses', 'sibelius', 'siberian', 'siberias', 'sibilant', 'siblings', 'sicilian', 'sickbeds', 'sickened', 'sicklier', 'sickness', 'sickroom', 'sidearms', 'sideband', 'sidebars', 'sideburn', 'sidecars', 'sidekick', 'sideline', 'sidelong', 'sidereal', 'siderite', 'sideshow', 'sidestep', 'sidewalk', 'sidewall', 'sideways', 'sidewise', 'siegmund', 'sighting', 'sightsee', 'signaled', 'signally', 'signings', 'signpost', 'sihanouk', 'sikorsky', 'silenced', 'silencer', 'silences', 'silenter', 'silently', 'silicate', 'silicide', 'silicone', 'silicons', 'silkiest', 'silkworm', 'silliest', 'silurian', 'silvered', 'simenons', 'simmered', 'simmonss', 'simonson', 'simpered', 'simplest', 'simplify', 'simpsons', 'simulate', 'sincerer', 'sinclair', 'sindbads', 'sinecure', 'sinfully', 'singable', 'singeing', 'singings', 'singless', 'singling', 'singsong', 'singular', 'sinister', 'sinkable', 'sinkhole', 'sinkiang', 'sinusoid', 'siphoned', 'sirloins', 'siroccos', 'sissiest', 'sisterly', 'sisyphus', 'sittings', 'situated', 'situates', 'sixpence', 'sixteens', 'sixtieth', 'sizeable', 'sizzling', 'skeletal', 'skeleton', 'skeptics', 'sketched', 'sketches', 'skewered', 'skidding', 'skillets', 'skillful', 'skimming', 'skimpier', 'skimping', 'skindive', 'skinhead', 'skinless', 'skinners', 'skinnier', 'skinning', 'skipjack', 'skippers', 'skipping', 'skirmish', 'skirting', 'skitters', 'skittish', 'skivvied', 'skivvies', 'skulking', 'skullcap', 'skunking', 'skydived', 'skydiver', 'skydives', 'skyjacks', 'skylarks', 'skylight', 'skylines', 'skywards', 'slabbing', 'slackens', 'slackers', 'slackest', 'slacking', 'slalomed', 'slammers', 'slamming', 'slanders', 'slangier', 'slanting', 'slapdash', 'slapping', 'slashdot', 'slashing', 'slathers', 'slattern', 'slatting', 'slavered', 'slaverys', 'slavonic', 'slayings', 'sleazier', 'sleazily', 'sledding', 'sledging', 'sleekest', 'sleeking', 'sleepers', 'sleepier', 'sleepily', 'sleeping', 'sleetier', 'sleeting', 'sleighed', 'slickers', 'slickest', 'slicking', 'slighted', 'slighter', 'slightly', 'slimiest', 'slimmest', 'slimming', 'slimness', 'slinging', 'slinkier', 'slinking', 'slipknot', 'slippage', 'slippers', 'slippery', 'slipping', 'slipshod', 'slithers', 'slithery', 'slitting', 'slivered', 'slobbers', 'slogging', 'sloppier', 'sloppily', 'slopping', 'sloshing', 'slothful', 'slotting', 'slouched', 'slouches', 'sloughed', 'slovakia', 'slovenia', 'slovenly', 'slowdown', 'slowness', 'slowpoke', 'sluggard', 'sluggers', 'slugging', 'sluggish', 'sluicing', 'slumbers', 'slumlord', 'slumming', 'slumping', 'slurpees', 'slurping', 'slurring', 'slushier', 'sluttish', 'slynesss', 'smackers', 'smacking', 'smallest', 'smallish', 'smallpox', 'smarmier', 'smartens', 'smartest', 'smarting', 'smashers', 'smashing', 'smearing', 'smellier', 'smelling', 'smelters', 'smelting', 'smidgens', 'smidgeon', 'smidgins', 'smirched', 'smirches', 'smirking', 'smirnoff', 'smithies', 'smithson', 'smocking', 'smoggier', 'smokable', 'smokiest', 'smokings', 'smolders', 'smolensk', 'smollett', 'smooched', 'smooches', 'smoothed', 'smoother', 'smoothes', 'smoothly', 'smothers', 'smoulder', 'smudgier', 'smudging', 'smuggest', 'smuggled', 'smuggler', 'smuggles', 'smugness', 'smuttier', 'snacking', 'snaffled', 'snaffles', 'snagging', 'snailing', 'snakiest', 'snapback', 'snappers', 'snappier', 'snappily', 'snapping', 'snappish', 'snapples', 'snapshot', 'snarling', 'snatched', 'snatches', 'snazzier', 'sneakers', 'sneakier', 'sneakily', 'sneaking', 'sneering', 'sneezing', 'snickers', 'sniffing', 'sniffled', 'sniffles', 'snifters', 'sniggers', 'snippets', 'snippier', 'snipping', 'snitched', 'snitches', 'sniveled', 'snobbery', 'snobbier', 'snobbish', 'snoopers', 'snoopier', 'snooping', 'snootier', 'snoozing', 'snorkels', 'snorting', 'snottier', 'snowball', 'snowbelt', 'snowdrop', 'snowfall', 'snowiest', 'snowmans', 'snowplow', 'snowshed', 'snowshoe', 'snowsuit', 'snubbing', 'snuffbox', 'snuffers', 'snuffing', 'snuffled', 'snuffles', 'snuggest', 'snugging', 'snuggled', 'snuggles', 'snugness', 'snyaptic', 'soakings', 'soapboxs', 'soapiest', 'soapsuds', 'soberest', 'sobering', 'sobriety', 'sociable', 'sociably', 'socially', 'societal', 'societys', 'socorros', 'socrates', 'socratic', 'sodomite', 'softball', 'softened', 'softener', 'softness', 'software', 'softwood', 'soggiest', 'sojourns', 'solacing', 'solarium', 'soldered', 'soldiers', 'soldiery', 'solecism', 'solemner', 'solemnly', 'solenoid', 'solicits', 'solidest', 'solidify', 'solidity', 'solitary', 'solitude', 'soloists', 'solstice', 'solubles', 'solution', 'solvable', 'solvency', 'solvents', 'somalian', 'somalias', 'somberly', 'sombrely', 'sombrero', 'somebody', 'someones', 'somerset', 'sometime', 'somewhat', 'sondheim', 'songbird', 'songbook', 'songhais', 'songhuas', 'songster', 'sonogram', 'sonority', 'sonorous', 'soothing', 'soothsay', 'sootiest', 'sophisms', 'sophists', 'soppiest', 'sopranos', 'sopwiths', 'sorbonne', 'sorcerer', 'sorcerys', 'sordidly', 'sorehead', 'soreness', 'sorensen', 'sorenson', 'sorghums', 'sorority', 'sorption', 'sorriest', 'sorrowed', 'soughing', 'soulless', 'soundest', 'sounding', 'soupiest', 'sourcing', 'sourness', 'sourpuss', 'sourwood', 'southern', 'southpaw', 'souvenir', 'sowbelly', 'soybeans', 'soyinkas', 'spaceman', 'spacemen', 'spaciest', 'spacings', 'spacious', 'spadeful', 'spalding', 'spammers', 'spandexs', 'spandrel', 'spangled', 'spangles', 'spaniard', 'spaniels', 'spanishs', 'spanking', 'spanners', 'spanning', 'sparking', 'sparkled', 'sparkler', 'sparkles', 'sparkman', 'sparling', 'sparring', 'sparrows', 'sparsely', 'sparsest', 'sparsity', 'spartans', 'spastics', 'spatters', 'spatting', 'spatulas', 'spawning', 'speakers', 'speaking', 'spearing', 'speccing', 'specials', 'speciess', 'specific', 'specimen', 'specious', 'specking', 'speckled', 'speckles', 'specters', 'spectral', 'spectres', 'spectrum', 'specular', 'speeches', 'speeders', 'speedier', 'speedily', 'speeding', 'speedups', 'speedway', 'spellers', 'spelling', 'spenders', 'spending', 'spengler', 'spensers', 'sphagnum', 'spheroid', 'spherule', 'sphinges', 'sphinxes', 'spiciest', 'spieling', 'spiffier', 'spikiest', 'spillage', 'spillane', 'spilling', 'spillway', 'spinachs', 'spinally', 'spindled', 'spindles', 'spiniest', 'spinners', 'spinning', 'spinodal', 'spinoffs', 'spinster', 'spiraeas', 'spiraled', 'spirally', 'spirited', 'spitball', 'spiteful', 'spitfire', 'spitting', 'spittles', 'spittoon', 'splashed', 'splashes', 'splatted', 'splatter', 'splaying', 'splendid', 'splendor', 'splicers', 'splicing', 'splinted', 'splinter', 'splitter', 'splotchs', 'splotchy', 'splurged', 'splurges', 'splutter', 'spoilage', 'spoilers', 'spoiling', 'spongers', 'spongier', 'sponging', 'sponsors', 'spoofing', 'spookier', 'spooking', 'spooling', 'spoonful', 'spooning', 'spooring', 'sporadic', 'sportier', 'sporting', 'sportive', 'spotless', 'spotters', 'spottier', 'spotting', 'spouting', 'sprained', 'sprawled', 'sprayers', 'spraying', 'spreader', 'spreeing', 'springer', 'sprinkle', 'sprinted', 'sprinter', 'spritzed', 'spritzes', 'sprocket', 'sprouted', 'sprucest', 'sprucing', 'spryness', 'spumones', 'spumonis', 'spunkier', 'spurious', 'spurning', 'spurring', 'spurting', 'sputters', 'spyglass', 'squabble', 'squadron', 'squalled', 'squalors', 'squamous', 'squander', 'squarely', 'squarest', 'squaring', 'squashed', 'squashes', 'squatted', 'squatter', 'squawked', 'squeaked', 'squealed', 'squealer', 'squeegee', 'squeezed', 'squeezer', 'squeezes', 'squelchs', 'squiggle', 'squiggly', 'squinted', 'squinter', 'squiring', 'squirmed', 'squirrel', 'squirted', 'squished', 'squishes', 'srinagar', 'srinivas', 'stabbing', 'stablest', 'stabling', 'staccati', 'staccato', 'stacking', 'stadiums', 'staffers', 'staffing', 'stafford', 'staggers', 'stagings', 'stagnant', 'stagnate', 'staidest', 'staining', 'stairway', 'stakeout', 'stalkers', 'stalking', 'stalling', 'stallion', 'stallone', 'stalwart', 'stamford', 'staminas', 'stammers', 'stampede', 'stampers', 'stamping', 'stanched', 'stancher', 'stanches', 'standard', 'standbys', 'standeth', 'standing', 'standish', 'standoff', 'standout', 'stanford', 'stanhope', 'stannous', 'staplers', 'stapless', 'stapling', 'starched', 'starches', 'stardoms', 'starfish', 'stargaze', 'starkest', 'starkeys', 'starless', 'starlets', 'starling', 'starrier', 'starring', 'starters', 'starting', 'startled', 'startles', 'startups', 'starving', 'starwars', 'stashing', 'stations', 'statuary', 'statures', 'statuses', 'statutes', 'staubach', 'stauffer', 'staunton', 'steadied', 'steadier', 'steadies', 'steadily', 'stealing', 'stealths', 'stealthy', 'steamers', 'steamier', 'steaming', 'stearate', 'steelers', 'steelier', 'steeling', 'steepest', 'steeping', 'steeples', 'steerage', 'steering', 'stefanie', 'steinems', 'steinway', 'stemming', 'stenches', 'stencils', 'stendhal', 'stengels', 'stephans', 'stephens', 'stepping', 'stepsons', 'stepwise', 'sterling', 'sternest', 'sternums', 'steroids', 'stetsons', 'steubens', 'stewards', 'stewarts', 'stickers', 'stickier', 'stickies', 'stickily', 'sticking', 'stickler', 'stickpin', 'stickups', 'stiffens', 'stiffest', 'stiffing', 'stifling', 'stigmata', 'stiletto', 'stillest', 'stilling', 'stiltons', 'stimsons', 'stimulus', 'stingers', 'stingier', 'stingily', 'stinging', 'stingray', 'stinkers', 'stinking', 'stinkpot', 'stinting', 'stipends', 'stippled', 'stipples', 'stirling', 'stirrers', 'stirring', 'stirrups', 'stitched', 'stitches', 'stockade', 'stockers', 'stockier', 'stocking', 'stockton', 'stodgier', 'stoicism', 'stolider', 'stolidly', 'stolypin', 'stomachs', 'stomping', 'stoniest', 'stooping', 'stopband', 'stopcock', 'stopgaps', 'stopover', 'stoppage', 'stoppard', 'stoppers', 'stopping', 'storages', 'stormier', 'stormily', 'storming', 'stoutest', 'stowaway', 'straddle', 'strafing', 'straggle', 'straggly', 'straight', 'strained', 'strainer', 'straiten', 'stranded', 'stranger', 'strangle', 'strapped', 'strategy', 'stratify', 'stratton', 'stratums', 'strawing', 'straying', 'streaked', 'streamed', 'streamer', 'strength', 'stressed', 'stresses', 'stretchs', 'stretchy', 'strewing', 'striated', 'stricken', 'stricter', 'strictly', 'stridden', 'strident', 'striding', 'strikers', 'striking', 'stringed', 'stringer', 'striping', 'stripped', 'stripper', 'striving', 'strokers', 'stroking', 'strolled', 'stroller', 'stronger', 'strongly', 'strophes', 'stropped', 'strudels', 'struggle', 'strummed', 'strumpet', 'strutted', 'stubbier', 'stubbing', 'stubbles', 'stubborn', 'stuccoed', 'stuccoes', 'studding', 'students', 'studious', 'studying', 'stuffier', 'stuffily', 'stuffing', 'stultify', 'stumbled', 'stumbler', 'stumbles', 'stumpage', 'stumpier', 'stumping', 'stunning', 'stunting', 'stupider', 'stupidly', 'sturdier', 'sturdily', 'sturgeon', 'stutters', 'stylised', 'stylises', 'stylists', 'stylites', 'stylized', 'stylizes', 'styluses', 'stymying', 'styptics', 'suavitys', 'subclass', 'subduing', 'subfield', 'subfiles', 'subgoals', 'subgraph', 'subgroup', 'subheads', 'subhuman', 'subjects', 'subjoins', 'sublease', 'sublimed', 'sublimer', 'sublimes', 'sublists', 'submerge', 'submerse', 'submodes', 'suborned', 'subplots', 'subpoena', 'subproof', 'subrange', 'subsided', 'subsides', 'subsidys', 'subsists', 'subsoils', 'subsonic', 'subspace', 'subsumed', 'subsumes', 'subtasks', 'subteens', 'subtitle', 'subtlest', 'subtlety', 'subtotal', 'subtract', 'subtrees', 'subunits', 'suburban', 'suburbia', 'subverts', 'succeeds', 'successs', 'succinct', 'succored', 'succours', 'succubus', 'succumbs', 'suchlike', 'suckered', 'suckling', 'sucretss', 'sucroses', 'suctions', 'sudanese', 'suddenly', 'sudsiest', 'suffered', 'sufferer', 'sufficed', 'suffices', 'suffixed', 'suffixer', 'suffixes', 'suffrage', 'suffused', 'suffuses', 'sugarier', 'sugaring', 'suggests', 'suhartos', 'suicidal', 'suicides', 'suitable', 'suitably', 'suitcase', 'suitings', 'sukiyaki', 'sukkoths', 'sulawesi', 'suleiman', 'sulfates', 'sulfides', 'sulfured', 'sulfuric', 'sulkiest', 'sullener', 'sullenly', 'sullivan', 'sullying', 'sulphate', 'sulphide', 'sulphurs', 'sultanas', 'sultrier', 'sumatras', 'sumerian', 'sumerias', 'summands', 'summarys', 'summered', 'summitry', 'summoned', 'summoner', 'summonss', 'sunbathe', 'sunbeams', 'sunbelts', 'sunblock', 'sunburns', 'sunburnt', 'sundered', 'sundials', 'sundowns', 'sundries', 'sunfishs', 'sunglass', 'sunkists', 'sunlamps', 'sunlight', 'sunniest', 'sunrises', 'sunroofs', 'sunshade', 'sunshine', 'sunshiny', 'sunspots', 'superber', 'superbly', 'superego', 'superior', 'superman', 'supermen', 'superset', 'supplant', 'supplest', 'supplied', 'supplier', 'supplies', 'supports', 'supposed', 'supposes', 'suppress', 'supremum', 'surabaya', 'surcease', 'surefire', 'sureness', 'sureties', 'surfaced', 'surfaces', 'surfeits', 'surfings', 'surgeons', 'surgerys', 'surgical', 'suriname', 'surinams', 'surliest', 'surmised', 'surmises', 'surmount', 'surnames', 'surplice', 'surpluss', 'surprise', 'surround', 'surtaxed', 'surtaxes', 'surveyed', 'surveyor', 'survival', 'survived', 'survives', 'survivor', 'susannes', 'suspects', 'suspends', 'suspense', 'sustains', 'suturing', 'suwanees', 'suzannes', 'suzerain', 'suzettes', 'svalbard', 'sveltest', 'svengali', 'swabbing', 'swaddled', 'swaddles', 'swaggers', 'swagging', 'swahilis', 'swallows', 'swampier', 'swamping', 'swankest', 'swankier', 'swanking', 'swanlike', 'swanseas', 'swansons', 'swapping', 'swarming', 'swashing', 'swastika', 'swatches', 'swathing', 'swatters', 'swatting', 'swearers', 'swearing', 'sweaters', 'sweatier', 'sweating', 'swedishs', 'sweeneys', 'sweepers', 'sweeping', 'sweetens', 'sweetest', 'sweeties', 'sweetish', 'swellest', 'swelling', 'swelters', 'swerving', 'swiftest', 'swigging', 'swilling', 'swimmers', 'swimming', 'swimsuit', 'swindled', 'swindler', 'swindles', 'swingers', 'swinging', 'swirlier', 'swirling', 'swishest', 'swishing', 'swissair', 'switched', 'switcher', 'switches', 'swiveled', 'swooning', 'swooping', 'swopping', 'sybarite', 'sycamore', 'syllabic', 'syllable', 'syllabus', 'sylvania', 'symbolic', 'symmetry', 'sympathy', 'symphony', 'symposia', 'symptoms', 'synagogs', 'synapses', 'synaptic', 'synching', 'syndrome', 'synergys', 'synonyms', 'synonymy', 'synopses', 'synopsis', 'synoptic', 'syphilis', 'syphoned', 'syracuse', 'syringed', 'syringes', 'systemic', 'systolic', 'szechuan', 'szilards', 'tabascos', 'tabathas', 'tabithas', 'tableaus', 'tableaux', 'tabloids', 'tabooing', 'tabulate', 'tachinid', 'taciturn', 'tackiest', 'tacklers', 'tackling', 'tactical', 'tactless', 'tadpoles', 'tadzhiks', 'taffetas', 'tagalogs', 'tahitian', 'taichung', 'tailcoat', 'tailgate', 'tailless', 'tailored', 'tailpipe', 'tailspin', 'tailwind', 'tainting', 'takeoffs', 'takeouts', 'takeover', 'takingss', 'talented', 'talibans', 'taliesin', 'talisman', 'tallinns', 'tallness', 'tallyhos', 'tallying', 'talmudic', 'tamarack', 'tamarind', 'tameable', 'tameness', 'tammanys', 'tampered', 'tamworth', 'tanagers', 'tangelos', 'tangents', 'tangible', 'tangibly', 'tangiers', 'tangiest', 'tangling', 'tangoing', 'tangshan', 'tanishas', 'tankards', 'tankfuls', 'tannerys', 'tantalum', 'tantalus', 'tantrums', 'tanzania', 'tapering', 'tapestry', 'tapeworm', 'tapiocas', 'taprooms', 'taproots', 'tarazeds', 'tarbells', 'tardiest', 'targeted', 'tarnishs', 'tarpaper', 'tarragon', 'tarriest', 'tarrying', 'tartness', 'tartuffe', 'tashkent', 'tasmania', 'tasseled', 'tasteful', 'tastiest', 'tattered', 'tattings', 'tattlers', 'tattling', 'tattooed', 'taunting', 'tauruses', 'tautness', 'tawdrier', 'tawniest', 'taxation', 'taxicabs', 'taxonomy', 'taxpayer', 'tbilisis', 'teachers', 'teaching', 'teahouse', 'teakwood', 'teammate', 'teamster', 'teamwork', 'teardrop', 'teargass', 'teariest', 'tearooms', 'teasdale', 'teaspoon', 'technion', 'tectonic', 'tecumseh', 'teenaged', 'teenager', 'teeniest', 'teensier', 'teetered', 'teething', 'teetotal', 'teherans', 'telecast', 'teledyne', 'telegram', 'telemann', 'telethon', 'teletype', 'televise', 'telexing', 'telltale', 'temblors', 'temerity', 'temperas', 'tempered', 'tempests', 'templars', 'template', 'temporal', 'tempters', 'tempting', 'tempuras', 'tenacity', 'tenancys', 'tenanted', 'tendency', 'tendered', 'tenderer', 'tenderly', 'tendrils', 'tenement', 'tennyson', 'tenoning', 'tenpinss', 'tensions', 'tentacle', 'tenuring', 'tequilas', 'terabits', 'terabyte', 'terminal', 'terminus', 'termites', 'termwise', 'terraced', 'terraces', 'terrains', 'terrance', 'terrapin', 'terraria', 'terrells', 'terrence', 'terrible', 'terribly', 'terriers', 'terrific', 'tertiary', 'testable', 'testates', 'testicle', 'testiest', 'testings', 'tetanuss', 'tethered', 'teutonic', 'textbook', 'textiles', 'textural', 'textured', 'textures', 'thaddeus', 'thailand', 'thalamus', 'thallium', 'thankful', 'thanking', 'thatched', 'thatcher', 'thatches', 'theaters', 'theatres', 'theatric', 'theilers', 'theistic', 'thematic', 'theodora', 'theodore', 'theology', 'theorems', 'theories', 'theorise', 'theorist', 'theorize', 'therapys', 'therefor', 'thereses', 'thermals', 'thermoss', 'thesauri', 'theseuss', 'thespian', 'thespiss', 'thessaly', 'thiamine', 'thiamins', 'thickens', 'thickest', 'thickets', 'thickish', 'thickset', 'thievery', 'thieving', 'thievish', 'thimbles', 'thinkers', 'thinking', 'thinners', 'thinness', 'thinnest', 'thinning', 'thinnish', 'thirsted', 'thirteen', 'thirties', 'thistles', 'thomisms', 'thompson', 'thoraces', 'thoracic', 'thoraxes', 'thoreaus', 'thoriate', 'thoriums', 'thornier', 'thornton', 'thorough', 'thoughts', 'thousand', 'thracian', 'thraldom', 'thralled', 'thrashed', 'thrasher', 'thrashes', 'threaded', 'threader', 'threaten', 'threnody', 'threshed', 'thresher', 'threshes', 'thrilled', 'thriller', 'thriving', 'throated', 'throbbed', 'thronged', 'throttle', 'throwers', 'throwing', 'thrummed', 'thrushes', 'thrusted', 'thruster', 'thruways', 'thudding', 'thumbing', 'thumping', 'thunders', 'thurmans', 'thurmond', 'thursday', 'thutmose', 'thwacked', 'thwarted', 'thymuses', 'thyroids', 'tianjins', 'tiberius', 'tibetans', 'ticketed', 'tickings', 'tickling', 'ticklish', 'tideland', 'tidiness', 'tidingss', 'tientsin', 'tightens', 'tightest', 'tightwad', 'tigresss', 'tijuanas', 'tillable', 'tillages', 'tillmans', 'timbered', 'timbuktu', 'timeless', 'timelier', 'timeworn', 'timezone', 'timidest', 'timidity', 'timorous', 'timpanis', 'timurids', 'tincture', 'tinfoils', 'tingeing', 'tinglier', 'tingling', 'tininess', 'tinkered', 'tinkling', 'tinniest', 'tinseled', 'tinsmith', 'tipplers', 'tippling', 'tipsiest', 'tipsters', 'tiredest', 'tireless', 'tiresias', 'tiresome', 'titanate', 'titanium', 'titicaca', 'titmouse', 'tittered', 'tlingits', 'toadying', 'toasters', 'toastier', 'toasting', 'tobaccos', 'toboggan', 'toddlers', 'toddling', 'toeholds', 'toenails', 'together', 'toggling', 'toileted', 'toiletry', 'toilette', 'toilsome', 'tokenism', 'tokugawa', 'tolerant', 'tolerate', 'tollgate', 'tolstoys', 'tolyatti', 'tomahawk', 'tomatoes', 'tombaugh', 'tomblike', 'tomorrow', 'tompkins', 'tonality', 'toneless', 'tonguing', 'tonights', 'tonnages', 'tonsured', 'tonsures', 'toolboxs', 'toolmake', 'toothier', 'topcoats', 'topknots', 'topmasts', 'topnotch', 'topology', 'toppings', 'toppling', 'topsails', 'topsides', 'topsoils', 'torching', 'toreador', 'torments', 'tornados', 'toroidal', 'torontos', 'torpedos', 'torquing', 'torrance', 'torrents', 'torrider', 'torsions', 'tortilla', 'tortoise', 'tortuous', 'tortured', 'torturer', 'tortures', 'torvalds', 'toshibas', 'totaling', 'totality', 'totalled', 'totaller', 'tottered', 'touchier', 'touchily', 'touching', 'toughens', 'toughest', 'toulouse', 'tourisms', 'tourists', 'tourneys', 'tousling', 'toweling', 'towelled', 'towering', 'towheads', 'townsend', 'township', 'townsman', 'townsmen', 'towpaths', 'toxaemia', 'toxemias', 'toxicity', 'toynbees', 'tracerys', 'tracheae', 'tracheas', 'tracings', 'trackage', 'trackers', 'tracking', 'traction', 'tractive', 'tractors', 'tradeoff', 'traduced', 'traduces', 'traffics', 'tragedys', 'trailers', 'trailing', 'trainees', 'trainers', 'training', 'trainman', 'trainmen', 'traipsed', 'traipses', 'traitors', 'trammels', 'tramming', 'tramping', 'trampled', 'trampler', 'tramples', 'tranquil', 'transact', 'transect', 'transept', 'transfer', 'transfix', 'transite', 'transits', 'transmit', 'transoms', 'trapdoor', 'trapezes', 'trappers', 'trapping', 'trappist', 'trashcan', 'trashier', 'trashing', 'traumata', 'travails', 'traveled', 'traveler', 'travelog', 'traverse', 'travesty', 'travolta', 'trawlers', 'trawling', 'treacles', 'treading', 'treadled', 'treadles', 'treasons', 'treasure', 'treasury', 'treaties', 'treating', 'treatise', 'trebling', 'treeless', 'treelike', 'treetops', 'trefoils', 'trekkies', 'trekking', 'trelliss', 'trembled', 'trembles', 'tremolos', 'trenched', 'trencher', 'trenches', 'trendier', 'trendies', 'trending', 'trentons', 'trespass', 'trestles', 'trevinos', 'trialing', 'trialled', 'triangle', 'triassic', 'tribunal', 'tribunes', 'tributes', 'tricepss', 'trickery', 'trickier', 'tricking', 'trickled', 'trickles', 'tricolor', 'tricycle', 'tridents', 'triflers', 'trifling', 'triggers', 'trigonal', 'trilling', 'trillion', 'trilogys', 'trimaran', 'trimmers', 'trimmest', 'trimming', 'trimness', 'trimurti', 'trinidad', 'trinitys', 'trinkets', 'trioxide', 'triplets', 'triplett', 'tripling', 'tripolis', 'tripping', 'triptych', 'trisects', 'tristans', 'tristate', 'triumphs', 'trochees', 'trolleys', 'trollies', 'trolling', 'trollope', 'trollops', 'trombone', 'tromping', 'troopers', 'trooping', 'trophies', 'tropical', 'tropicss', 'tropisms', 'trotters', 'trotting', 'troubled', 'troubles', 'trounced', 'trounces', 'troupers', 'trouping', 'trousers', 'troutman', 'troweled', 'truancys', 'truanted', 'truckees', 'truckers', 'trucking', 'truckled', 'truckles', 'trudging', 'truffaut', 'truffles', 'trujillo', 'trumbull', 'trumpery', 'trumpets', 'trumping', 'truncate', 'trundled', 'trundles', 'trunking', 'trussing', 'trustees', 'trustful', 'trustier', 'trusties', 'trusting', 'truthful', 'trysting', 'tsarinas', 'tsingtao', 'tsunamis', 'tuamotus', 'tubbiest', 'tubeless', 'tubercle', 'tuberous', 'tuckered', 'tucumans', 'tuesdays', 'tugboats', 'tuitions', 'tulsidas', 'tumblers', 'tumbling', 'tumbrels', 'tumbrils', 'tuneless', 'tungsten', 'tunguska', 'tunisian', 'tunisias', 'tunneled', 'turbines', 'turbofan', 'turbojet', 'turgenev', 'turgidly', 'turkishs', 'turmeric', 'turmoils', 'turnable', 'turncoat', 'turnings', 'turnkeys', 'turnoffs', 'turnouts', 'turnover', 'turnpike', 'tuscanys', 'tuskegee', 'tussauds', 'tussling', 'tussocks', 'tutelage', 'tutorial', 'tutoring', 'tuxedoes', 'twaddled', 'twaddles', 'twanging', 'tweaking', 'tweedier', 'tweeters', 'tweeting', 'tweezers', 'twelfths', 'twenties', 'twiddled', 'twiddles', 'twiggier', 'twigging', 'twilight', 'twinging', 'twinkies', 'twinkled', 'twinkler', 'twinkles', 'twinning', 'twirlers', 'twirling', 'twisters', 'twisting', 'twitched', 'twitches', 'twitters', 'twitting', 'twosomes', 'tylenols', 'tympanum', 'typecast', 'typeface', 'typesets', 'typhoids', 'typhoons', 'typified', 'typifies', 'typology', 'tyrannic', 'tyrannys', 'tyrosine', 'tzarinas', 'ubiquity', 'uccellos', 'ugandans', 'ugliness', 'ukeleles', 'ukraines', 'ukuleles', 'ulcerate', 'ulcerous', 'ulterior', 'ultimata', 'ultimate', 'ululated', 'ululates', 'ulyssess', 'umbilici', 'umbrages', 'umbrella', 'umbriels', 'umpiring', 'unabated', 'unafraid', 'unawares', 'unbarred', 'unbeaten', 'unbelief', 'unbiased', 'unbidden', 'unblocks', 'unbolted', 'unbosoms', 'unbroken', 'unbuckle', 'unburden', 'unbutton', 'uncalled', 'uncaring', 'uncaught', 'unclasps', 'unclosed', 'unclothe', 'uncoiled', 'uncommon', 'uncooked', 'uncorked', 'uncouple', 'uncovers', 'unctions', 'unctuous', 'underact', 'underage', 'underarm', 'underbid', 'undercut', 'underdog', 'underfed', 'undergos', 'underlay', 'underlie', 'underpay', 'underpin', 'undersea', 'undertow', 'underway', 'undoings', 'undresss', 'undulant', 'undulate', 'unearned', 'unearths', 'uneasier', 'uneasily', 'unedited', 'unending', 'unerring', 'unevener', 'unevenly', 'unfairer', 'unfairly', 'unfasten', 'unfetter', 'unfilled', 'unfitted', 'unfolded', 'unformed', 'unfrocks', 'unfurled', 'ungainly', 'unguents', 'unguided', 'ungulate', 'unhanded', 'unharmed', 'unheeded', 'unhinged', 'unhinges', 'unholier', 'unhooked', 'unhorsed', 'unhorses', 'uniaxial', 'unicodes', 'unicorns', 'unicycle', 'unifiers', 'uniforms', 'unifying', 'unilever', 'unimodal', 'unionise', 'unionize', 'unipolar', 'uniquely', 'uniquest', 'uniroyal', 'univalve', 'universe', 'unjustly', 'unkinder', 'unkindly', 'unknowns', 'unlacing', 'unlawful', 'unleaded', 'unlearns', 'unlearnt', 'unlikely', 'unlinked', 'unlisted', 'unloaded', 'unlocked', 'unloosed', 'unlooses', 'unmaking', 'unmanned', 'unmarked', 'unmasked', 'unneeded', 'unnerved', 'unnerves', 'unopened', 'unpacked', 'unparsed', 'unpinned', 'unprimed', 'unproved', 'unproven', 'unquoted', 'unquotes', 'unravels', 'unripest', 'unrolled', 'unrulier', 'unsaddle', 'unsafely', 'unsafest', 'unsalted', 'unsavory', 'unsaying', 'unscrews', 'unsealed', 'unseated', 'unseeded', 'unseeing', 'unseemly', 'unsettle', 'unshaken', 'unshared', 'unshaven', 'unsigned', 'unsnarls', 'unsolved', 'unspoilt', 'unspoken', 'unstable', 'unstated', 'unsteady', 'unstrung', 'unsubtle', 'unsuited', 'untangle', 'untapped', 'untaught', 'untested', 'untidier', 'untimely', 'untiring', 'untitled', 'untoward', 'untruest', 'untruths', 'untwists', 'unusable', 'unveiled', 'unvoiced', 'unwanted', 'unwarier', 'unwashed', 'unwieldy', 'unwinder', 'unwisely', 'unwisest', 'unwonted', 'unworthy', 'unzipped', 'upbraids', 'upchucks', 'upcoming', 'updating', 'updrafts', 'upending', 'upgraded', 'upgrades', 'upheaval', 'upholder', 'uplifted', 'upmarket', 'uppercut', 'upraised', 'upraises', 'uprights', 'uprising', 'uprooted', 'upstaged', 'upstages', 'upstairs', 'upstarts', 'upstater', 'upstates', 'upstream', 'upsurged', 'upsurges', 'upswings', 'upturned', 'upwardly', 'uraniums', 'urbanest', 'urbanise', 'urbanite', 'urbanity', 'urbanize', 'urethane', 'urethrae', 'urethras', 'urgencys', 'urgently', 'urinated', 'urinates', 'urologys', 'urquhart', 'ursuline', 'uruguays', 'usefully', 'ushering', 'usurious', 'usurpers', 'usurping', 'utensils', 'uteruses', 'utilised', 'utilises', 'utilitys', 'utilized', 'utilizes', 'utopians', 'utrechts', 'utrillos', 'uttering', 'vacancys', 'vacantly', 'vacating', 'vacation', 'vaccines', 'vacuitys', 'vacuumed', 'vagabond', 'vagaries', 'vagrancy', 'vagrants', 'valances', 'valaries', 'valences', 'valencia', 'valentin', 'valentis', 'valerian', 'valerias', 'valeries', 'valeting', 'valhalla', 'validate', 'validity', 'valkyrie', 'valletta', 'valorous', 'valuable', 'valuably', 'vamoosed', 'vamooses', 'vampires', 'vanadium', 'vanessas', 'vanguard', 'vanillas', 'vanished', 'vanisher', 'vanishes', 'vanities', 'vanquish', 'vantages', 'vanuatus', 'vanzetti', 'vapidity', 'vaporing', 'vaporise', 'vaporize', 'vaporous', 'varanasi', 'variable', 'variably', 'variance', 'variants', 'varicose', 'varietys', 'varistor', 'varitype', 'varmints', 'varnishs', 'varsitys', 'varyings', 'vascular', 'vaseline', 'vasquezs', 'vastness', 'vaticans', 'vaulters', 'vaulting', 'vaunting', 'vazquezs', 'vectored', 'vegemite', 'vegetate', 'vehement', 'vehicles', 'velocity', 'velourss', 'velsquez', 'velveeta', 'velzquez', 'venality', 'vendetta', 'vendible', 'veneered', 'venerate', 'venereal', 'venetian', 'vengeful', 'venisons', 'venomous', 'ventolin', 'ventured', 'venturer', 'ventures', 'venusian', 'veracity', 'veracruz', 'verandah', 'verandas', 'verbally', 'verbatim', 'verbenas', 'verbiage', 'verdicts', 'verdures', 'verified', 'verifier', 'verifies', 'verities', 'verizons', 'verlaine', 'vermonts', 'vermouth', 'veronese', 'veronica', 'versatec', 'versions', 'vertebra', 'vertexes', 'vertical', 'vertices', 'vertigos', 'vesalius', 'vesicles', 'vespucci', 'vestiges', 'vestment', 'vestries', 'vesuvius', 'veterans', 'vexation', 'viaducts', 'vibrancy', 'vibrated', 'vibrates', 'vibrator', 'vibratos', 'viburnum', 'vicarage', 'vicelike', 'vicentes', 'viceroys', 'vicinity', 'victoria', 'victorys', 'victrola', 'victuals', 'viennese', 'vietcong', 'vietminh', 'vietnams', 'viewable', 'viewings', 'viewport', 'vigilant', 'vignette', 'vigorous', 'vileness', 'vilified', 'vilifies', 'villager', 'villages', 'villains', 'villainy', 'villeins', 'vilniuss', 'vincents', 'vinegars', 'vinegary', 'vineyard', 'vintages', 'vintners', 'violable', 'violated', 'violates', 'violator', 'violence', 'violists', 'viragoes', 'virginal', 'virginia', 'virgules', 'virility', 'virology', 'virtuosi', 'virtuoso', 'virtuous', 'virulent', 'visayans', 'visceral', 'viscount', 'viselike', 'visigoth', 'visioned', 'visiting', 'visitors', 'vistulas', 'visually', 'vitalise', 'vitality', 'vitalize', 'vitamins', 'vitiated', 'vitiates', 'vitreous', 'vitriols', 'vivacity', 'vividest', 'vivienne', 'vivified', 'vivifies', 'vixenish', 'vladimir', 'vlaminck', 'vocalise', 'vocalist', 'vocalize', 'vocation', 'vocative', 'volatile', 'volcanic', 'volcanos', 'volckers', 'volition', 'volleyed', 'volstead', 'voltages', 'voltaire', 'volterra', 'vomiting', 'vonnegut', 'voodooed', 'voracity', 'voronezh', 'vorsters', 'vortexes', 'vortices', 'votaries', 'vouchers', 'vouching', 'voyagers', 'voyaging', 'vreeland', 'vuittons', 'vulgarer', 'vulgarly', 'vulgates', 'vultures', 'wackiest', 'waddings', 'waddling', 'waffling', 'wagering', 'waggling', 'wagoneer', 'wagoners', 'wainscot', 'waitress', 'wakening', 'waldemar', 'waldheim', 'waldorfs', 'walgreen', 'walkouts', 'walkover', 'walkways', 'wallabys', 'walleyed', 'walleyes', 'walloped', 'wallowed', 'walmarts', 'walpoles', 'walruses', 'waltzing', 'wandered', 'wanderer', 'wangling', 'wannabes', 'wantoned', 'wantonly', 'warblers', 'warbling', 'wardrobe', 'wardroom', 'warfares', 'warheads', 'warhorse', 'wariness', 'warlocks', 'warlords', 'warnings', 'warpaths', 'warplane', 'warrants', 'warranty', 'warriors', 'warships', 'warthogs', 'wartiest', 'wartimes', 'wasatchs', 'washable', 'washbowl', 'washburn', 'washings', 'washouts', 'washroom', 'washtubs', 'wassails', 'wastages', 'wasteful', 'wastrels', 'watanabe', 'watchdog', 'watchers', 'watchful', 'watching', 'watchman', 'watchmen', 'waterbed', 'waterier', 'watering', 'waterloo', 'waterman', 'waterway', 'wattages', 'wattling', 'waveform', 'wavelets', 'wavering', 'waviness', 'waxiness', 'waxwings', 'waxworks', 'wayfarer', 'waysides', 'weakened', 'weakfish', 'weakling', 'weakness', 'weaponry', 'wearable', 'weariest', 'wearying', 'weaseled', 'weathers', 'webbings', 'websites', 'websters', 'weddells', 'weddings', 'wedgwood', 'wedlocks', 'weediest', 'weekdays', 'weekends', 'weeklies', 'weepiest', 'weepings', 'weighing', 'weighted', 'weinberg', 'weirdest', 'weizmann', 'welching', 'welcomed', 'welcomes', 'welfares', 'wellands', 'welshing', 'welshman', 'welshmen', 'weltered', 'wendells', 'werewolf', 'wesleyan', 'westerly', 'westerns', 'westward', 'wetbacks', 'wetlands', 'wetnesss', 'whackier', 'whacking', 'whalings', 'whammies', 'whamming', 'whatever', 'whatnots', 'wheaties', 'wheedled', 'wheedles', 'wheelers', 'wheeling', 'wheezier', 'wheezing', 'whelping', 'whenever', 'wherever', 'whetting', 'whiffing', 'whimpers', 'whimseys', 'whimsies', 'whiniest', 'whinnied', 'whinnies', 'whipcord', 'whiplash', 'whippany', 'whippers', 'whippets', 'whipping', 'whipples', 'whirling', 'whirring', 'whiskers', 'whiskeys', 'whiskies', 'whisking', 'whispers', 'whistled', 'whistler', 'whistles', 'whitaker', 'whitcomb', 'whitecap', 'whiteley', 'whitened', 'whitener', 'whitings', 'whitleys', 'whitlock', 'whitneys', 'whittier', 'whittled', 'whittler', 'whittles', 'whizzing', 'whodunit', 'whomever', 'whoopees', 'whooping', 'whooshed', 'whooshes', 'whoppers', 'whopping', 'wichitas', 'wickeder', 'wickedly', 'wideness', 'widening', 'widgeons', 'widowers', 'widowing', 'wielding', 'wifelier', 'wigglers', 'wigglier', 'wiggling', 'wightman', 'wilberts', 'wilburns', 'wildcats', 'wildfire', 'wildfowl', 'wildlife', 'wildness', 'wilfords', 'wilfredo', 'wilfreds', 'wilfully', 'wilhelms', 'wiliness', 'williams', 'williess', 'wilshire', 'wimpiest', 'wimpling', 'winchell', 'winching', 'windbags', 'windburn', 'windfall', 'windhoek', 'windiest', 'windings', 'windlass', 'windmill', 'windowed', 'windpipe', 'windsock', 'windsors', 'windsurf', 'windward', 'winemake', 'wineries', 'winesaps', 'wineskin', 'winfield', 'winfreds', 'winfreys', 'wingback', 'wingless', 'wingspan', 'wingtips', 'winifred', 'winnetka', 'winnings', 'winnipeg', 'winnowed', 'winsomer', 'winstons', 'wintered', 'winthrop', 'wintrier', 'wireless', 'wiretaps', 'wiriness', 'wiseacre', 'wishbone', 'wispiest', 'wistaria', 'wisteria', 'witchery', 'witching', 'withdraw', 'withdrew', 'withered', 'witherss', 'withheld', 'withhold', 'witnesss', 'wittiest', 'wizardry', 'wobblier', 'wobbling', 'wobegons', 'woefully', 'wolfgang', 'wolframs', 'womanise', 'womanish', 'womanize', 'wondered', 'wondrous', 'woodards', 'woodbine', 'woodbury', 'woodcock', 'woodcuts', 'woodener', 'woodenly', 'woodhull', 'woodiest', 'woodland', 'woodlawn', 'woodmans', 'woodpeck', 'woodpile', 'woodrows', 'woodruff', 'woodshed', 'woodside', 'woodsier', 'woodsman', 'woodsmen', 'woodward', 'woodwind', 'woodwork', 'woodworm', 'woodyard', 'wooliest', 'woolites', 'woollens', 'woollier', 'woollies', 'woosters', 'wooziest', 'wordiest', 'wordings', 'wordplay', 'workable', 'workably', 'workaday', 'workbook', 'workdays', 'workfare', 'workings', 'workload', 'workmans', 'workouts', 'workshop', 'workweek', 'wormhole', 'wormiest', 'wormwood', 'worriers', 'worrying', 'worsened', 'worships', 'worsteds', 'worsting', 'worthier', 'worthies', 'worthily', 'wounding', 'wozniaks', 'wozzecks', 'wrangell', 'wrangled', 'wrangler', 'wrangles', 'wrappers', 'wrapping', 'wrathful', 'wreaking', 'wreathed', 'wreathes', 'wreckage', 'wreckers', 'wrecking', 'wrenched', 'wrenches', 'wresting', 'wrestled', 'wrestler', 'wrestles', 'wretched', 'wretches', 'wriggled', 'wriggler', 'wriggles', 'wrigleys', 'wringers', 'wringing', 'wrinkled', 'wrinkles', 'wrinklys', 'writable', 'writhing', 'writings', 'wroclaws', 'wrongest', 'wrongful', 'wronging', 'wrynesss', 'wycliffe', 'wyomings', 'xenakiss', 'xenophon', 'xiaoping', 'xiongnus', 'yachting', 'yahtzees', 'yamagata', 'yammered', 'yangtzes', 'yaobangs', 'yaoundes', 'yardages', 'yardarms', 'yarmouth', 'yarmulke', 'yearbook', 'yearlies', 'yearling', 'yearning', 'yeastier', 'yellowed', 'yellower', 'yeniseis', 'yeomanry', 'yesenias', 'yeshivah', 'yeshivas', 'yeshivot', 'yiddishs', 'yielding', 'yodelers', 'yodeling', 'yodelled', 'yodeller', 'yoghourt', 'yoghurts', 'yokohama', 'yolandas', 'yorktown', 'yosemite', 'youngest', 'youngish', 'yourself', 'youthful', 'youtubes', 'yttriums', 'yucatans', 'yuckiest', 'yugoslav', 'yuletide', 'yummiest', 'zacharys', 'zacherys', 'zambezis', 'zambians', 'zamenhof', 'zaniness', 'zanzibar', 'zedekiah', 'zephyrus', 'zeppelin', 'zhivagos', 'ziegfeld', 'zieglers', 'zillions', 'zimbabwe', 'zincking', 'zionisms', 'zionists', 'zippered', 'zippiest', 'zodiacal', 'zoologys', 'zucchini', 'zwieback', 'zwinglis', 'zworykin', 'zyuganov', 'aardvarks', 'abandoned', 'abasement', 'abatement', 'abattoirs', 'abdicated', 'abdicates', 'abdominal', 'abducting', 'abduction', 'abductors', 'aberdeens', 'abernathy', 'abeyances', 'abhorrent', 'abhorring', 'abilities', 'abjection', 'ablatives', 'ablutions', 'abnegated', 'abnegates', 'abolished', 'abolisher', 'abolishes', 'abolition', 'abominate', 'aborigine', 'abortions', 'abounding', 'abrasions', 'abrasives', 'abridging', 'abrogated', 'abrogates', 'abruptest', 'abscessed', 'abscesses', 'abscissae', 'abscissas', 'absconded', 'absentees', 'absenting', 'absinthes', 'absolutes', 'absolving', 'absorbent', 'absorbing', 'abstained', 'abstainer', 'abstinent', 'abstracts', 'absurdest', 'absurdity', 'abuilding', 'abundance', 'abusively', 'abutments', 'abysmally', 'abyssinia', 'academias', 'academics', 'academies', 'acanthuss', 'acapulcos', 'accenting', 'accentual', 'accenture', 'acceptant', 'accepters', 'accepting', 'acceptors', 'accessing', 'accession', 'accessors', 'accessory', 'accidents', 'accipiter', 'acclaimed', 'acclimate', 'accolades', 'accompany', 'accordant', 'accorders', 'according', 'accordion', 'accosting', 'accounted', 'accredits', 'accretion', 'accuracys', 'accustoms', 'acerbitys', 'acetylene', 'achievers', 'achieving', 'achilless', 'acidified', 'acidifies', 'acidities', 'acidulous', 'aconcagua', 'acoustics', 'acquaints', 'acquiesce', 'acquiring', 'acquittal', 'acquitted', 'acquitter', 'acrimonys', 'acrobatic', 'acropolis', 'acrostics', 'actiniums', 'activated', 'activates', 'activator', 'activisms', 'activists', 'activitys', 'actresses', 'actualise', 'actuality', 'actualize', 'actuarial', 'actuaries', 'actuating', 'actuators', 'acuteness', 'adamantly', 'adaptable', 'addendums', 'adderleys', 'addicting', 'addiction', 'addictive', 'additions', 'additives', 'addressed', 'addressee', 'addresser', 'addresses', 'adducible', 'adducting', 'adduction', 'adelaides', 'adenoidal', 'adenosine', 'adeptness', 'adequacys', 'adherence', 'adherents', 'adhesions', 'adhesives', 'adiabatic', 'adjacency', 'adjective', 'adjoining', 'adjourned', 'adjudging', 'adjusters', 'adjusting', 'adjustors', 'adjutants', 'admirable', 'admirably', 'admiralty', 'admission', 'admitters', 'admitting', 'admixture', 'adoptions', 'adoration', 'adoringly', 'adornment', 'adriatics', 'adriennes', 'adsorbate', 'adsorbing', 'adulating', 'adulation', 'adulterer', 'adulterys', 'adulthood', 'adumbrate', 'advancing', 'advantage', 'adventist', 'adventure', 'adverbial', 'adversary', 'adversely', 'adversest', 'adversity', 'adverting', 'advertise', 'advisable', 'advisably', 'advisedly', 'advisorys', 'advocacys', 'advocated', 'advocates', 'aerations', 'aerialist', 'aerobicss', 'aeroflots', 'aerofoils', 'aeroplane', 'aerospace', 'aeschylus', 'aesthetes', 'aesthetic', 'aetiology', 'affectate', 'affecting', 'affection', 'affective', 'affianced', 'affidavit', 'affiliate', 'affinitys', 'affirming', 'afflicted', 'affluence', 'affording', 'afforests', 'affricate', 'affronted', 'aforesaid', 'afrikaans', 'afrikaner', 'aftercare', 'afterglow', 'afterlife', 'aftermath', 'aftermost', 'afternoon', 'afterward', 'afterword', 'agamemnon', 'aggravate', 'aggregate', 'aggressor', 'aggrieved', 'aggrieves', 'agitating', 'agitation', 'agitators', 'agnostics', 'agonising', 'agonizing', 'agrarians', 'agreeable', 'agreeably', 'agreement', 'agrippina', 'agronomys', 'aguinaldo', 'ahmadabad', 'ahmedabad', 'ailanthus', 'aimlessly', 'airbrushs', 'aircrafts', 'airedales', 'airfields', 'airframes', 'airinesss', 'airlifted', 'airliners', 'airmailed', 'airplanes', 'airspaces', 'airstrips', 'airwavess', 'airworthy', 'akhmatova', 'alabamans', 'alabamian', 'alabaster', 'alacritys', 'alarmists', 'albacores', 'albanians', 'albatross', 'alchemist', 'alcindors', 'alcoholic', 'aldebaran', 'alderamin', 'aldermans', 'aleichems', 'alejandra', 'alejandro', 'alemberts', 'alertedly', 'alertness', 'aleutians', 'alexander', 'alexandra', 'alexandre', 'algaecide', 'algebraic', 'algerians', 'algonquin', 'algorithm', 'alienable', 'alienated', 'alienates', 'alighieri', 'alighting', 'alignment', 'alinement', 'aliphatic', 'alistairs', 'alkaloids', 'allahabad', 'allegedly', 'allegheny', 'allegiant', 'allegoric', 'allegorys', 'alleluias', 'allemande', 'allentown', 'allergens', 'allergies', 'allergist', 'alleviate', 'alleyways', 'alliances', 'alligator', 'allocable', 'allocated', 'allocates', 'allocator', 'allophone', 'allotment', 'allotting', 'allowable', 'allowably', 'allowance', 'allspices', 'allstates', 'allusions', 'alluvials', 'alluviums', 'almightys', 'almoravid', 'aloneness', 'alongside', 'aloofness', 'alphabets', 'alpheccas', 'alpheratz', 'alphonses', 'alphonsos', 'alsatians', 'alterable', 'altercate', 'alternate', 'altimeter', 'altiplano', 'altitudes', 'altruisms', 'altruists', 'aluminate', 'aluminium', 'aluminums', 'alvarados', 'alzheimer', 'amaranths', 'amaryllis', 'amaterasu', 'amazement', 'amazingly', 'ambergris', 'ambiances', 'ambiences', 'ambiguity', 'ambiguous', 'ambitions', 'ambitious', 'ambrosial', 'ambrosias', 'ambulance', 'ambuscade', 'ambushing', 'amendable', 'amendment', 'amenhotep', 'amenities', 'amerasian', 'americana', 'americans', 'americium', 'amethysts', 'amidships', 'amnesiacs', 'amnestied', 'amnesties', 'amorality', 'amorously', 'amorphous', 'amortised', 'amortises', 'amortized', 'amortizes', 'amounters', 'amounting', 'amperages', 'ampersand', 'amphibian', 'amphibole', 'amphioxis', 'amplified', 'amplifier', 'amplifies', 'amplitude', 'amputated', 'amputates', 'amsterdam', 'amusement', 'amusingly', 'anacondas', 'anaerobic', 'analectss', 'analeptic', 'analgesia', 'analgesic', 'analogies', 'analogous', 'analogues', 'analysers', 'analysing', 'analysiss', 'analyzers', 'analyzing', 'anaphoric', 'anarchism', 'anarchist', 'anastasia', 'anathemas', 'anatolian', 'anatolias', 'anatomies', 'anatomist', 'ancestors', 'ancestral', 'ancestrys', 'anchorage', 'anchoring', 'anchorite', 'anchorman', 'anchormen', 'anchovies', 'ancienter', 'anciently', 'ancillary', 'andalusia', 'andersens', 'andrettis', 'androgens', 'andromeda', 'anecdotal', 'anecdotes', 'aneurisms', 'aneurysms', 'angelfish', 'angelinas', 'angelines', 'angelique', 'angelitas', 'angleworm', 'anglicans', 'anglicize', 'angstroms', 'anguillas', 'anguished', 'anguishes', 'angularly', 'anhydride', 'anhydrite', 'anhydrous', 'aniakchak', 'animately', 'animating', 'animation', 'animators', 'animistic', 'animosity', 'annabelle', 'annapolis', 'annapurna', 'annealing', 'annmaries', 'annotated', 'annotates', 'announced', 'announcer', 'announces', 'annoyance', 'annuities', 'annulling', 'annulment', 'anointing', 'anomalies', 'anomalous', 'anonymity', 'anonymous', 'anopheles', 'anorexias', 'anorexics', 'anorthite', 'answerers', 'answering', 'antarctic', 'anteaters', 'antedated', 'antedates', 'antelopes', 'anterooms', 'anthology', 'antibodys', 'anticking', 'antidotes', 'antigones', 'antiheros', 'antiknock', 'antilless', 'antimonys', 'antipasti', 'antipasto', 'antipathy', 'antipodes', 'antiquary', 'antiquate', 'antiquing', 'antiquity', 'antiserum', 'antitoxin', 'antitrust', 'antiviral', 'antoninus', 'anxieties', 'anxiously', 'anybodies', 'anythings', 'apartheid', 'apartment', 'apathetic', 'apennines', 'aperiodic', 'aperitifs', 'apertures', 'aphelions', 'aphorisms', 'aphrodite', 'apocrypha', 'apologias', 'apologies', 'apologise', 'apologist', 'apologize', 'apoplexys', 'apostasys', 'apostates', 'apostolic', 'appalling', 'appaloosa', 'apparatus', 'appareled', 'appealers', 'appealing', 'appearers', 'appearing', 'appeasers', 'appeasing', 'appellant', 'appellate', 'appendage', 'appenders', 'appending', 'appendixs', 'appertain', 'appetiser', 'appetites', 'appetizer', 'applauded', 'applauses', 'applejack', 'appleseed', 'appliance', 'applicant', 'applicate', 'appointed', 'appointee', 'appointer', 'apportion', 'appraisal', 'appraised', 'appraiser', 'appraises', 'apprehend', 'apprising', 'approachs', 'approbate', 'approvals', 'approvers', 'approving', 'aptitudes', 'aquafresh', 'aquanauts', 'aquaplane', 'aquariums', 'aquariuss', 'aqueducts', 'aquitaine', 'arabesque', 'arachnids', 'araguayas', 'arawakans', 'arbitrage', 'arbitrary', 'arbitrate', 'arbitrons', 'arboretum', 'arbutuses', 'arcadians', 'arccosine', 'archaisms', 'archangel', 'archdukes', 'archenemy', 'archetype', 'archibald', 'architect', 'archivers', 'archiving', 'archivist', 'archnesss', 'arclength', 'arcturuss', 'arduously', 'argentina', 'argentine', 'argonauts', 'arguments', 'arianisms', 'arianists', 'aristides', 'aristotle', 'arizonans', 'arizonian', 'arkansans', 'arkansass', 'arkwright', 'arlington', 'armadillo', 'armagnacs', 'armaments', 'armatures', 'armchairs', 'armenians', 'arminiuss', 'armistice', 'armourers', 'armouries', 'armouring', 'armstrong', 'aromatics', 'arpeggios', 'arraigned', 'arrangers', 'arranging', 'arresters', 'arresting', 'arrestors', 'arrhenius', 'arrogance', 'arrogated', 'arrogates', 'arrowhead', 'arrowroot', 'arseholes', 'arsonists', 'artefacts', 'artemisia', 'arteriole', 'arthogram', 'arthritic', 'arthritis', 'arthropod', 'arthurian', 'artichoke', 'artifacts', 'artificer', 'artifices', 'artillery', 'artistrys', 'artlessly', 'asbestoss', 'ascendant', 'ascendent', 'ascenders', 'ascending', 'ascension', 'ascertain', 'ascribing', 'asexually', 'ashamedly', 'asheville', 'ashikagas', 'ashkhabad', 'ashmolean', 'asparagus', 'aspartame', 'asperitys', 'aspersion', 'asphalted', 'asphyxias', 'aspidiske', 'aspirants', 'aspirated', 'aspirates', 'aspirator', 'asplenium', 'assailant', 'assailing', 'assameses', 'assassins', 'assaulted', 'assaulter', 'assembled', 'assembler', 'assembles', 'assemblys', 'assenting', 'asserters', 'asserting', 'assertion', 'assertive', 'assessing', 'assessors', 'assiduity', 'assiduous', 'assignees', 'assigners', 'assigning', 'assistant', 'assisting', 'associate', 'assonance', 'assorting', 'assuaging', 'assurance', 'assuredly', 'assyrians', 'asterisks', 'asteroids', 'asthmatic', 'astounded', 'astraddle', 'astrakhan', 'astrology', 'astronaut', 'astronomy', 'astroturf', 'asymmetry', 'asymptote', 'atahualpa', 'atavistic', 'atemporal', 'athabasca', 'atheistic', 'athenians', 'athletics', 'atlantica', 'atlantics', 'atlantiss', 'atomisers', 'atomizers', 'atomizing', 'atonality', 'atonement', 'atrocious', 'atrocitys', 'atrophied', 'atrophies', 'attachers', 'attaching', 'attackers', 'attacking', 'attainder', 'attainers', 'attaining', 'attempted', 'attempter', 'attendant', 'attendees', 'attenders', 'attending', 'attention', 'attentive', 'attenuate', 'attesting', 'attitudes', 'attorneys', 'attracted', 'attractor', 'attribute', 'attrition', 'auctioned', 'audacious', 'audacitys', 'audiences', 'audiogram', 'audiology', 'audiotape', 'auditions', 'auditoria', 'augmented', 'augustest', 'augustine', 'augustuss', 'aurangzeb', 'auschwitz', 'austenite', 'austerely', 'austerest', 'austerity', 'australia', 'australis', 'austrians', 'authentic', 'authoring', 'authorise', 'authority', 'authorize', 'autoclave', 'autocracy', 'autocrats', 'autograph', 'automated', 'automates', 'automatic', 'automaton', 'autonomic', 'autonomys', 'autopilot', 'autopsied', 'autopsies', 'auxiliary', 'available', 'availably', 'avalanche', 'averaging', 'aversions', 'aviations', 'aviatrixs', 'avionicss', 'avocadoes', 'avocation', 'avoidable', 'avoidably', 'avoidance', 'avuncular', 'awakening', 'awareness', 'awesomely', 'awestruck', 'awfullest', 'awfulness', 'awkwarder', 'awkwardly', 'axiomatic', 'ayatollah', 'aylesbury', 'ayrshires', 'azimuthal', 'babushkas', 'babyhoods', 'bacchanal', 'bachelors', 'bacilluss', 'backaches', 'backarrow', 'backbends', 'backbiter', 'backbites', 'backboard', 'backbones', 'backdated', 'backdates', 'backdrops', 'backfield', 'backfired', 'backfires', 'backhands', 'backlashs', 'backorder', 'backpacks', 'backpedal', 'backplane', 'backplate', 'backrests', 'backsides', 'backslash', 'backslide', 'backspace', 'backspins', 'backstage', 'backstops', 'backtrack', 'backwards', 'backwashs', 'backwater', 'backwoods', 'backyards', 'bacterial', 'bacterias', 'bacterium', 'badgering', 'badinages', 'badlandss', 'badminton', 'badmouths', 'baedekers', 'bagatelle', 'bagginess', 'bahamians', 'bahaullah', 'bailiwick', 'bakelites', 'bakhtiari', 'balalaika', 'balancers', 'balancing', 'balconies', 'baldnesss', 'balearics', 'balefully', 'balineses', 'balkanize', 'balkiness', 'balladeer', 'ballasted', 'ballerina', 'ballfield', 'ballgowns', 'ballistic', 'ballooned', 'ballooner', 'balloting', 'ballparks', 'ballpoint', 'ballrooms', 'ballsiest', 'ballyhoos', 'balminess', 'balthazar', 'baltimore', 'balusters', 'bamberger', 'bamboozle', 'banalitys', 'bancrofts', 'bandaging', 'bandannas', 'banditrys', 'bandlimit', 'bandoleer', 'bandolier', 'bandstand', 'bandwagon', 'bandwidth', 'baneberry', 'bangalore', 'banishing', 'banisters', 'banjoists', 'bankbooks', 'banknotes', 'bankrolls', 'bankrupts', 'bannekers', 'bannister', 'banqueted', 'bantering', 'baptising', 'baptismal', 'baptistes', 'baptistry', 'baptizing', 'barbadian', 'barbadoss', 'barbarian', 'barbarism', 'barbarity', 'barbarous', 'barbecued', 'barbecues', 'barbequed', 'barbeques', 'barbering', 'barberrys', 'barcelona', 'barefaced', 'barenesss', 'bargained', 'bargainer', 'baritones', 'barnacles', 'barnstorm', 'barnyards', 'barometer', 'baronesss', 'barracuda', 'barraging', 'barreling', 'barrelled', 'barrenest', 'barrettes', 'barricade', 'barringer', 'barrister', 'barrymore', 'bartender', 'bartering', 'bartholdi', 'baseballs', 'baseboard', 'baselines', 'basements', 'basenesss', 'baseplate', 'basepoint', 'bashfully', 'basically', 'basilicas', 'bassinets', 'bastilles', 'bathhouse', 'bathrobes', 'bathrooms', 'bathsheba', 'battalion', 'battening', 'batteries', 'battering', 'baudouins', 'bawdiness', 'bayberrys', 'bayoneted', 'baywatchs', 'bazillion', 'beachcomb', 'beachhead', 'bearberry', 'beardless', 'beardmore', 'beardsley', 'bearnaise', 'bearskins', 'beastlier', 'beatified', 'beatifies', 'beatitude', 'beatrices', 'beauteous', 'beautiful', 'beavering', 'becalming', 'beckoning', 'becquerel', 'bedazzled', 'bedazzles', 'bedecking', 'bedeviled', 'bedfellow', 'bedimming', 'bedraggle', 'bedridden', 'bedspread', 'bedspring', 'bedsteads', 'beechnuts', 'beechwood', 'beefaroni', 'beefsteak', 'beekeeper', 'beelzebub', 'beethoven', 'befalling', 'befitting', 'befogging', 'befouling', 'befriends', 'befuddled', 'befuddles', 'begetting', 'beggaring', 'beginners', 'beginning', 'begrudged', 'begrudges', 'beguiling', 'behaviors', 'behaviour', 'beheading', 'behemoths', 'beholders', 'beholding', 'behooving', 'belabored', 'belabours', 'belatedly', 'beleaguer', 'belgrades', 'believers', 'believing', 'belittled', 'belittles', 'bellatrix', 'bellicose', 'bellowing', 'bellyache', 'bellyfull', 'bellyfuls', 'belonging', 'belvedere', 'belvidere', 'bemoaning', 'benchleys', 'benchmark', 'benedicts', 'benefices', 'benefited', 'benettons', 'benghazis', 'benighted', 'benumbing', 'beplaster', 'bequeaths', 'bereaving', 'berenices', 'beresford', 'bergstrom', 'beriberis', 'berkeleys', 'berkelium', 'berkowitz', 'berkshire', 'berliners', 'bernadine', 'bernankes', 'bernardos', 'bernbachs', 'bernhardt', 'bernoulli', 'bernstein', 'bertillon', 'bertrands', 'beryllium', 'berzelius', 'beseeched', 'beseeches', 'besetting', 'besiegers', 'besieging', 'besotting', 'bessemers', 'bestiarys', 'bestirred', 'bestowals', 'bestowing', 'bestrides', 'bestubble', 'bethlehem', 'bethought', 'betokened', 'betrayals', 'betrayers', 'betraying', 'betrothal', 'betrothed', 'bettering', 'bevelling', 'beverages', 'beverleys', 'bewailing', 'bewhisker', 'bewilders', 'bewitched', 'bewitches', 'bialystok', 'biathlons', 'bicameral', 'bickering', 'biconcave', 'bicuspids', 'bicyclers', 'bicycling', 'bicyclist', 'biennials', 'bifocalss', 'bifurcate', 'bigamists', 'bigmouths', 'bigotries', 'bijection', 'bijective', 'bilateral', 'bilingual', 'billboard', 'billeting', 'billfolds', 'billiards', 'billingss', 'billionth', 'billowier', 'billowing', 'bimonthly', 'binderies', 'binnacles', 'binocular', 'binomials', 'binuclear', 'biochemic', 'biography', 'biologist', 'biometric', 'biophysic', 'biopsying', 'biorhythm', 'biosphere', 'bipartite', 'birdbaths', 'birdcages', 'birdhouse', 'birdieing', 'birdseeds', 'birdseyes', 'birdwatch', 'birthdays', 'birthmark', 'birthrate', 'biscaynes', 'bisecting', 'bisection', 'bisectors', 'bisexuals', 'bishopric', 'bismarcks', 'bisquicks', 'bitchiest', 'bitterest', 'bitternut', 'bivariate', 'biweeklys', 'bizarrely', 'bjerkness', 'blackball', 'blackbird', 'blackbody', 'blackburn', 'blackened', 'blackfeet', 'blackfoot', 'blackhead', 'blackjack', 'blacklist', 'blackmail', 'blackness', 'blackouts', 'blacktops', 'blackwell', 'blameless', 'blanchard', 'blanching', 'blandness', 'blanketed', 'blanketer', 'blankness', 'blantyres', 'blarneyed', 'blaspheme', 'blasphemy', 'blastoffs', 'blatantly', 'blavatsky', 'blazoning', 'bleachers', 'bleaching', 'bleakness', 'bleariest', 'bleedings', 'blemished', 'blemishes', 'blenching', 'blenheims', 'blessedly', 'blessings', 'blighting', 'blindfold', 'blindness', 'blindside', 'blinkered', 'blistered', 'blizzards', 'blockaded', 'blockades', 'blockages', 'blockhead', 'blomquist', 'blondness', 'bloodbath', 'bloodiest', 'bloodless', 'bloodline', 'bloodroot', 'bloodshed', 'bloodshot', 'bloodying', 'blossomed', 'blotchier', 'blotching', 'blowsiest', 'blowtorch', 'blowziest', 'blubbered', 'bludgeons', 'bluebeard', 'bluebells', 'blueberry', 'bluebirds', 'bluefishs', 'bluegrass', 'bluenoses', 'blueprint', 'bluetooth', 'blundered', 'blunderer', 'bluntness', 'blurriest', 'blustered', 'blutwurst', 'boardroom', 'boardwalk', 'boastings', 'boathouse', 'boatloads', 'boatswain', 'boatyards', 'bobolinks', 'bobwhites', 'boccaccio', 'bodybuild', 'bodyguard', 'bodyworks', 'bogeymans', 'bohemians', 'bojangles', 'boldfaces', 'boldnesss', 'bolivians', 'bollywood', 'bolometer', 'bolshevik', 'bolstered', 'boltzmann', 'bombarded', 'bombastic', 'bombproof', 'bombshell', 'bonaparte', 'bondsmans', 'boneheads', 'boogieing', 'bookcases', 'bookmaker', 'bookmarks', 'bookplate', 'bookshelf', 'bookshops', 'bookstore', 'bookworms', 'boomerang', 'boomtowns', 'boondocks', 'boorishly', 'bootblack', 'bootleger', 'bootstrap', 'bordeauxs', 'bordellos', 'bordering', 'borobudur', 'borroughs', 'borrowers', 'borrowing', 'bosporuss', 'bossiness', 'bostonian', 'botanical', 'botanists', 'bothering', 'botswanas', 'bottoming', 'botulinus', 'botulisms', 'bouffants', 'bouillons', 'boulevard', 'bounciest', 'boundarys', 'boundless', 'bounteous', 'bountiful', 'bourbakis', 'bourgeois', 'boutiques', 'bowditchs', 'bowlegged', 'bowsprits', 'bowstring', 'boycotted', 'boyfriend', 'bracelets', 'bracketed', 'braddocks', 'bradshaws', 'braggarts', 'brahmsian', 'brainiest', 'brainless', 'brainstem', 'brainwash', 'brakemans', 'bramptons', 'branching', 'brandying', 'brashness', 'brasilias', 'brassiere', 'brassiest', 'brattains', 'brattiest', 'bratwurst', 'braveness', 'brawniest', 'brazening', 'brazilian', 'breachers', 'breaching', 'breadboxs', 'breadroot', 'breakable', 'breakages', 'breakaway', 'breakdown', 'breakfast', 'breakneck', 'breasting', 'breathers', 'breathier', 'breathing', 'breedings', 'breeziest', 'breveting', 'breviarys', 'breweries', 'brickbats', 'bridgette', 'bridgetts', 'briefcase', 'briefings', 'briefness', 'brigadier', 'brigadoon', 'brightens', 'brightest', 'brightons', 'brigittes', 'brilliant', 'brillouin', 'brimstone', 'brinkleys', 'briquette', 'brisbanes', 'briskness', 'bristlier', 'bristling', 'britannia', 'britannic', 'britchess', 'britisher', 'brittanys', 'brittlest', 'brittneys', 'broaching', 'broadband', 'broadcast', 'broadened', 'broadener', 'broadloom', 'broadness', 'broadside', 'broadways', 'brocading', 'broccolis', 'brochures', 'brokerage', 'brokering', 'bromfield', 'bronchial', 'bronchuss', 'brookline', 'brooklyns', 'brookside', 'broomcorn', 'brotherly', 'brouhahas', 'browbeats', 'brownians', 'brownness', 'brownouts', 'brunching', 'brunettes', 'brunhilde', 'brunswick', 'brushfire', 'brushlike', 'brushwood', 'brushwork', 'bruskness', 'brusquely', 'brusquest', 'brusselss', 'brutalise', 'brutality', 'brutalize', 'brutishly', 'bryophyta', 'bryophyte', 'bubbliest', 'buccaneer', 'buchanans', 'bucharest', 'buchwalds', 'buckboard', 'bucketful', 'bucketing', 'buckshots', 'buckskins', 'buckteeth', 'buckthorn', 'bucktooth', 'buckwheat', 'budapests', 'buddhisms', 'buddhists', 'budgetary', 'budgeters', 'budgeting', 'budweiser', 'buffaloed', 'buffaloes', 'buffering', 'bufferrer', 'buffeting', 'bugzillas', 'buildings', 'bujumbura', 'bulgarian', 'bulgarias', 'bulkheads', 'bulkiness', 'bulldozed', 'bulldozer', 'bulldozes', 'bulletins', 'bullfight', 'bullfinch', 'bullfrogs', 'bullhorns', 'bullrings', 'bullshits', 'bullwhack', 'bulrushes', 'bultmanns', 'bumblebee', 'bumptious', 'buncombes', 'bundestag', 'bungalows', 'bungholes', 'bunkhouse', 'bunkmates', 'buoyancys', 'buoyantly', 'burberrys', 'burdening', 'burgeoned', 'burgesses', 'burglarys', 'burgoynes', 'burgundys', 'burlesque', 'burliness', 'burningly', 'burnished', 'burnishes', 'burnooses', 'burnouses', 'burntness', 'burroughs', 'burrowing', 'bursitiss', 'busheling', 'bushelled', 'bushiness', 'bushnells', 'bushwhack', 'businesss', 'busybodys', 'busynesss', 'busyworks', 'butadiene', 'butchered', 'butcherys', 'buttercup', 'butterers', 'butterfat', 'butterfly', 'butterier', 'butteries', 'buttering', 'butternut', 'buttoning', 'buttresss', 'buxtehude', 'buzzwords', 'bypassing', 'byproduct', 'bystander', 'byzantine', 'byzantium', 'cabdriver', 'cabernets', 'cabinetry', 'cablecast', 'cablegram', 'caboodles', 'cacophony', 'caduceuss', 'caesarean', 'caesarian', 'cafeteria', 'caffeines', 'cageyness', 'caginesss', 'cajolerys', 'calabashs', 'calamines', 'calamitys', 'calcified', 'calcifies', 'calcining', 'calculate', 'calculuss', 'calcuttas', 'calderons', 'caledonia', 'calendars', 'calfskins', 'calibrate', 'calipered', 'caliphate', 'callaghan', 'callahans', 'calliopes', 'callipers', 'callistos', 'calloused', 'callouses', 'callously', 'callowest', 'callusing', 'calmingly', 'calmnesss', 'caloocans', 'calorific', 'calumnies', 'calvinism', 'calvinist', 'cambering', 'cambodian', 'cambodias', 'cambrians', 'cambridge', 'camcorder', 'camelback', 'camellias', 'camembert', 'cameraman', 'cameramen', 'cameroons', 'camisoles', 'camomiles', 'campaigns', 'campanile', 'campanili', 'campfires', 'campsites', 'campusses', 'camshafts', 'canadians', 'canaletto', 'canariess', 'canaveral', 'canberras', 'canceling', 'cancelled', 'cancerous', 'candidacy', 'candidate', 'candlelit', 'canisters', 'cankering', 'cankerous', 'cannabiss', 'canneries', 'cannibals', 'canniness', 'cannister', 'cannonade', 'cannoning', 'canoeists', 'canonical', 'canonised', 'canonises', 'canonized', 'canonizes', 'canopying', 'cantaloup', 'cantering', 'canticles', 'cantonese', 'cantrells', 'canvasing', 'canvassed', 'canvasser', 'canvasses', 'capacious', 'capacitor', 'capacitys', 'caparison', 'capetowns', 'capillary', 'capitally', 'capricorn', 'capsizing', 'capsuling', 'captaincy', 'captained', 'captioned', 'captivate', 'captivity', 'capturers', 'capturing', 'caracalla', 'carapaces', 'carboloys', 'carbonate', 'carbonium', 'carbonize', 'carbuncle', 'carcasses', 'carcinoma', 'cardboard', 'cardenass', 'cardigans', 'cardinals', 'cardsharp', 'careening', 'careering', 'carefully', 'caregiver', 'caressing', 'caretaker', 'caribbean', 'carillons', 'carjacked', 'carjacker', 'carmellas', 'carnation', 'carnegies', 'carnelian', 'carnivals', 'carnivore', 'carolinas', 'carollers', 'carolling', 'carousals', 'carousels', 'carousers', 'carousing', 'carpathia', 'carpenter', 'carpentry', 'carpetbag', 'carpeting', 'carrageen', 'carranzas', 'carriages', 'carrillos', 'carrousel', 'carryalls', 'carryover', 'cartesian', 'carthages', 'cartilage', 'cartooned', 'cartridge', 'cartwheel', 'caryatids', 'casandras', 'casanovas', 'cascadess', 'cascading', 'caseloads', 'casements', 'caseworks', 'cashiered', 'cashmeres', 'cassandra', 'casserole', 'cassettes', 'castaneda', 'castanets', 'castaways', 'castigate', 'castillos', 'castrated', 'castrates', 'castriess', 'casualtys', 'casuistry', 'catabolic', 'cataclysm', 'catacombs', 'catalepsy', 'catalinas', 'cataloged', 'cataloger', 'catalogue', 'catalonia', 'catalysed', 'catalyses', 'catalysis', 'catalysts', 'catalytic', 'catalyzed', 'catalyzes', 'catamaran', 'catapults', 'cataracts', 'catatonia', 'catatonic', 'catcalled', 'catchable', 'catchalls', 'catchiest', 'catchings', 'catchment', 'catchword', 'catechise', 'catechism', 'catechize', 'categoric', 'categorys', 'caterings', 'caterwaul', 'catfishes', 'catharses', 'catharsis', 'cathartic', 'cathedral', 'catherine', 'catheters', 'cathleens', 'catholics', 'catnapped', 'catskills', 'cattiness', 'cattleman', 'cattlemen', 'caucasian', 'caucasoid', 'caucasuss', 'caucusing', 'caucussed', 'cauldrons', 'caulkings', 'causality', 'causation', 'causative', 'causeless', 'causeways', 'causticly', 'cauterise', 'cauterize', 'cautioned', 'cautioner', 'cavalcade', 'cavaliers', 'cavalries', 'cavendish', 'cavernous', 'cavilling', 'cavorting', 'ceasefire', 'ceaseless', 'ceausescu', 'celandine', 'celebrant', 'celebrate', 'celebrity', 'celeritys', 'celestial', 'celibacys', 'celibates', 'cellulars', 'cellulite', 'celluloid', 'cellulose', 'cementing', 'cemeterys', 'cenotaphs', 'cenozoics', 'censorial', 'censoring', 'censuring', 'censusing', 'centaurus', 'centenary', 'centering', 'centigram', 'centipede', 'centrally', 'centrists', 'centuries', 'centurion', 'ceramicss', 'cerberuss', 'cerebella', 'cerebrate', 'cerebrums', 'ceremonys', 'certainly', 'certainty', 'certified', 'certifier', 'certifies', 'certitude', 'ceruleans', 'cervantes', 'cesareans', 'cesarians', 'cessation', 'cesspools', 'cetaceans', 'chaffinch', 'chagrined', 'chainsaws', 'chairlady', 'chairlift', 'chairmans', 'chaitanya', 'chalkiest', 'chalkline', 'challenge', 'chambered', 'chambrays', 'chameleon', 'chamomile', 'champagne', 'champaign', 'champions', 'champlain', 'chancerys', 'chanciest', 'chandlers', 'changchun', 'channeled', 'chantilly', 'chanukahs', 'chaparral', 'chaperone', 'chaperons', 'chaplains', 'character', 'charbrays', 'charbroil', 'charcoals', 'charismas', 'charities', 'charlatan', 'charlenes', 'charlotte', 'charmaine', 'charolais', 'chartable', 'chartered', 'chartings', 'chartisms', 'chartroom', 'charwoman', 'charwomen', 'charybdis', 'chastened', 'chastised', 'chastiser', 'chastises', 'chastitys', 'chasubles', 'chattered', 'chatterer', 'chattiest', 'chauffeur', 'chaunceys', 'chayefsky', 'cheapened', 'cheapness', 'chechnyas', 'checkable', 'checkbook', 'checkered', 'checkerss', 'checklist', 'checkmate', 'checkouts', 'checkroom', 'checksums', 'cheekbone', 'cheekiest', 'cheeriest', 'cheerioss', 'cheerlead', 'cheerless', 'cheesiest', 'chemicals', 'chemisorb', 'chemistry', 'chenilles', 'chequered', 'chequerss', 'cherished', 'cherishes', 'chernenko', 'chernobyl', 'cherokees', 'cherubims', 'chessmans', 'chestnuts', 'chevalier', 'chevrolet', 'cheyennes', 'chicagoan', 'chicanery', 'chickadee', 'chickasaw', 'chickened', 'chickpeas', 'chickweed', 'chicletss', 'chicories', 'chieftain', 'chihuahua', 'chilblain', 'childbear', 'childcare', 'childhood', 'childless', 'childlike', 'chilliest', 'chillings', 'chimaeras', 'chinatown', 'chinstrap', 'chintzier', 'chipboard', 'chipewyan', 'chipmunks', 'chippewas', 'chiquitas', 'chiropody', 'chirruped', 'chiselers', 'chiseling', 'chiselled', 'chiseller', 'chisholms', 'chisinaus', 'chitchats', 'chitlings', 'chitlinss', 'chivalrys', 'chlordane', 'chlorides', 'chlorines', 'chocolate', 'chongqing', 'choosiest', 'choppered', 'choppiest', 'chopstick', 'chorister', 'chortling', 'chorusing', 'chorussed', 'chretiens', 'christens', 'christian', 'christina', 'christine', 'christmas', 'christoph', 'chromatic', 'chromatin', 'chromiums', 'chronicle', 'chrysalis', 'chryslers', 'chrystals', 'chtelaine', 'chubbiest', 'chuckhole', 'chuckling', 'chummiest', 'chungking', 'chunkiest', 'churchill', 'churchman', 'churchmen', 'chutzpahs', 'cicatrice', 'cicatrixs', 'cigarette', 'cigarillo', 'cilantros', 'cinchonas', 'cinctures', 'cindering', 'cinematic', 'cinnabars', 'cinnamons', 'ciphering', 'circadian', 'circuited', 'circuitry', 'circulant', 'circulars', 'circulate', 'cirrhosis', 'citations', 'citibanks', 'citigroup', 'citizenry', 'cityscape', 'civilians', 'civilised', 'civilises', 'civilitys', 'civilized', 'civilizes', 'claiborne', 'claimable', 'claimants', 'clambakes', 'clambered', 'clammiest', 'clamoring', 'clamorous', 'clamoured', 'clampdown', 'clamshell', 'clangours', 'clapboard', 'clapeyron', 'claptraps', 'claremont', 'clarences', 'clarendon', 'clarified', 'clarifies', 'clarinets', 'clarioned', 'clarissas', 'classical', 'classiest', 'classless', 'classmate', 'classroom', 'clattered', 'claudette', 'claudines', 'claudiuss', 'clavicles', 'cleanings', 'cleanlier', 'cleanness', 'cleansers', 'cleansing', 'clearance', 'clearasil', 'clearings', 'clearness', 'cleavages', 'clematiss', 'clemencys', 'clenching', 'cleopatra', 'clergyman', 'clergymen', 'cleveland', 'cleverest', 'clientele', 'clientles', 'cliffhang', 'climactic', 'climaxing', 'clinchers', 'clinching', 'clingiest', 'clinician', 'clipboard', 'clippings', 'clitoriss', 'cloakroom', 'clobbered', 'clockings', 'clockwise', 'clockwork', 'cloisters', 'closeness', 'closeouts', 'closeting', 'clothiers', 'clothings', 'cloudiest', 'cloudless', 'clouseaus', 'clubfoots', 'clubhouse', 'clumsiest', 'clunkiest', 'clustered', 'clutching', 'cluttered', 'coachmans', 'coachwork', 'coadjutor', 'coagulant', 'coagulate', 'coalesced', 'coalesces', 'coalition', 'coarsened', 'coastline', 'coauthors', 'cochineal', 'cockatoos', 'cockerels', 'cockfight', 'cockiness', 'cocklebur', 'cockroach', 'cockscomb', 'cocktails', 'cocoanuts', 'cocooning', 'codebreak', 'codeposit', 'codewords', 'codfishes', 'codifiers', 'codifying', 'coercible', 'coercions', 'coexisted', 'coffeecup', 'coffeepot', 'coffining', 'cogitated', 'cogitates', 'cognisant', 'cognition', 'cognitive', 'cognizant', 'cognomens', 'cognomina', 'cogwheels', 'cohabited', 'coherence', 'cohesions', 'coiffured', 'coiffures', 'coincided', 'coincides', 'cointreau', 'colanders', 'coldnesss', 'coleridge', 'coleslaws', 'coliseums', 'collapsed', 'collapses', 'collaring', 'collating', 'collation', 'colleague', 'collected', 'collector', 'collegial', 'collegian', 'colliding', 'collierys', 'collimate', 'collinear', 'collision', 'collocate', 'colloidal', 'colloquia', 'colloquys', 'colluding', 'collusion', 'collusive', 'colombian', 'colombias', 'colonials', 'colonised', 'coloniser', 'colonises', 'colonists', 'colonized', 'colonizer', 'colonizes', 'colonnade', 'colorados', 'colorfast', 'colorings', 'colorless', 'colosseum', 'colossuss', 'coloureds', 'colourful', 'colouring', 'coltsfoot', 'columbias', 'columbine', 'columbuss', 'columnate', 'columnist', 'columnize', 'comanches', 'combatant', 'combating', 'combative', 'combatted', 'combinate', 'combining', 'comebacks', 'comedians', 'comedowns', 'comeliest', 'comforted', 'comforter', 'comically', 'cominform', 'comintern', 'commanded', 'commander', 'commandos', 'commenced', 'commences', 'commended', 'commented', 'commerces', 'commingle', 'commissar', 'committal', 'committed', 'committee', 'commodity', 'commodore', 'commoners', 'commonest', 'commotion', 'communing', 'communion', 'communism', 'communist', 'community', 'commutate', 'commuters', 'commuting', 'compacted', 'compacter', 'compactly', 'compactor', 'compagnie', 'companies', 'companion', 'comparing', 'compassed', 'compasses', 'compelled', 'compendia', 'competent', 'competing', 'compilers', 'compiling', 'complains', 'complaint', 'completed', 'completer', 'completes', 'complexes', 'complexly', 'compliant', 'complying', 'component', 'comported', 'composers', 'composing', 'composite', 'composted', 'composure', 'compounds', 'compresss', 'comprised', 'comprises', 'computers', 'computing', 'comradely', 'concavity', 'concealed', 'concealer', 'conceding', 'conceited', 'conceived', 'conceives', 'concepcin', 'concerned', 'concerted', 'concertos', 'concettas', 'concierge', 'concisely', 'concisest', 'concision', 'conclaves', 'concluded', 'concludes', 'concocted', 'concocter', 'concourse', 'concreted', 'concretes', 'concubine', 'concurred', 'condemned', 'condemner', 'condensed', 'condenser', 'condenses', 'condillac', 'condiment', 'condition', 'condoling', 'condoning', 'condorcet', 'conducing', 'conducive', 'conducted', 'conductor', 'conestoga', 'confabbed', 'conferred', 'conferrer', 'confessed', 'confesses', 'confessor', 'confettis', 'confidant', 'confident', 'confiding', 'configure', 'confining', 'confirmed', 'conflicts', 'confluent', 'conformal', 'conformed', 'confounds', 'confronts', 'confucian', 'confucius', 'confusers', 'confusing', 'confusion', 'confuting', 'congealed', 'congenial', 'congested', 'congolese', 'congresss', 'congruent', 'congruity', 'congruous', 'conjoined', 'conjugacy', 'conjugate', 'conjuncts', 'conjurers', 'conjuring', 'conjurors', 'connected', 'connecter', 'connector', 'connemara', 'connivers', 'conniving', 'connollys', 'connoting', 'connubial', 'conquered', 'conquerer', 'conqueror', 'conquests', 'conscious', 'conscript', 'consensus', 'consented', 'consenter', 'conserved', 'conserves', 'considers', 'consigned', 'consignee', 'consignor', 'consisted', 'consolers', 'consoling', 'consonant', 'consorted', 'consortia', 'conspired', 'conspires', 'constable', 'constance', 'constancy', 'constants', 'constrain', 'constrict', 'construct', 'construed', 'construes', 'consuelos', 'consulate', 'consulted', 'consumers', 'consuming', 'contacted', 'contagion', 'contained', 'container', 'contempts', 'contended', 'contender', 'contented', 'contently', 'contested', 'contester', 'continent', 'continual', 'continued', 'continues', 'continuum', 'contorted', 'contoured', 'contracts', 'contrails', 'contralto', 'contrarys', 'contrasts', 'contreras', 'contrived', 'contriver', 'contrives', 'contumacy', 'contumely', 'contusing', 'contusion', 'conundrum', 'convening', 'converged', 'converges', 'conversed', 'converses', 'converted', 'converter', 'convertor', 'convexity', 'conveyers', 'conveying', 'conveyors', 'convicted', 'convinced', 'convincer', 'convinces', 'convivial', 'convocate', 'convoking', 'convolute', 'convoying', 'convulsed', 'convulses', 'cookbooks', 'cookeries', 'coolidges', 'coolnesss', 'cooperate', 'coopering', 'copelands', 'copiously', 'copolymer', 'coproduct', 'copulated', 'copulates', 'copyright', 'coquetted', 'coquettes', 'coralline', 'cordelias', 'cordially', 'cordoning', 'corduroys', 'coriander', 'corioliss', 'corkscrew', 'corleones', 'cormorant', 'cornballs', 'cornbread', 'corneille', 'cornelias', 'cornelius', 'cornering', 'cornfield', 'cornmeals', 'cornrowed', 'cornstalk', 'cornwalls', 'corollary', 'coronarys', 'coroutine', 'corporacy', 'corporals', 'corporate', 'corporeal', 'corpulent', 'corpuscle', 'corralled', 'corrected', 'correcter', 'correctly', 'corrector', 'correggio', 'correlate', 'corridors', 'corroding', 'corrosion', 'corrosive', 'corrugate', 'corrupted', 'corrupter', 'corruptly', 'corseting', 'cortisone', 'cortlands', 'coruscate', 'corvallis', 'corvettes', 'cosigners', 'cosigning', 'cosinesss', 'cosmetics', 'cosmogony', 'cosmology', 'cosmonaut', 'cosponsor', 'costarred', 'costellos', 'costliest', 'costuming', 'cotangent', 'cotillion', 'cotopaxis', 'cotswolds', 'cottoning', 'cotyledon', 'councilor', 'counseled', 'counselor', 'countable', 'countably', 'countdown', 'countered', 'countesss', 'countless', 'countries', 'countrify', 'couplings', 'courteous', 'courtesan', 'courtesys', 'courtiers', 'courtlier', 'courtneys', 'courtroom', 'courtship', 'courtyard', 'couturier', 'covariant', 'covariate', 'covenants', 'coventrys', 'coverable', 'coverages', 'coveralls', 'coverings', 'coverlets', 'cowardice', 'coworkers', 'coxswains', 'cozinesss', 'crabapple', 'crabbiest', 'crackdown', 'cracklier', 'crackling', 'crackpots', 'craftiest', 'craftsman', 'craftsmen', 'craggiest', 'cranberry', 'cranelike', 'crankcase', 'crankiest', 'crappiest', 'crassness', 'cratering', 'crawfishs', 'crawfords', 'crayfishs', 'crayoning', 'craziness', 'creakiest', 'creamerys', 'creamiest', 'creations', 'creatives', 'creatures', 'credences', 'credenzas', 'crediting', 'creditors', 'credulity', 'credulous', 'creekside', 'creepiest', 'creighton', 'cremating', 'cremation', 'crematory', 'creosoted', 'creosotes', 'crescendi', 'crescendo', 'crescents', 'crestview', 'cretinous', 'crevasses', 'cribbages', 'cricketer', 'criminals', 'crimsoned', 'crinklier', 'crinkling', 'crinoline', 'crippling', 'crispiest', 'crispness', 'cristinas', 'criterion', 'criticise', 'criticism', 'criticize', 'critiqued', 'critiques', 'croatians', 'crocheted', 'crockerys', 'crocodile', 'croissant', 'cromwells', 'cronkites', 'crookeder', 'crookedly', 'croquette', 'crossable', 'crossbars', 'crossbeam', 'crossbill', 'crossbows', 'crossbred', 'crossfire', 'crossings', 'crosslink', 'crossness', 'crossover', 'crossroad', 'crosstalk', 'crosstown', 'crosswalk', 'crossways', 'crosswise', 'crossword', 'crosswort', 'crotchets', 'crotchety', 'crouching', 'croupiers', 'croupiest', 'crowberry', 'crucially', 'crucibles', 'crucified', 'crucifies', 'crucifixs', 'cruciform', 'cruddiest', 'crudeness', 'crudities', 'cruellest', 'cruelties', 'crumbiest', 'crumblier', 'crumbling', 'crummiest', 'crumpling', 'crunchier', 'crunching', 'crusaders', 'crusading', 'crushable', 'crustiest', 'crybabies', 'cryogenic', 'ctesiphon', 'cubbyhole', 'cuchulain', 'cuckolded', 'cucumbers', 'cuddliest', 'cudgeling', 'cudgelled', 'cuisinart', 'cullender', 'culminate', 'cultivate', 'culturing', 'cuneiform', 'cunninger', 'cunningly', 'cupboards', 'cupiditys', 'curatives', 'curiosity', 'curiouser', 'curiously', 'curlicued', 'curlicues', 'curliness', 'curlycues', 'currencys', 'currently', 'curricula', 'currycomb', 'cursorily', 'curtailed', 'curtained', 'curtnesss', 'curtseyed', 'curtsying', 'curvature', 'cushioned', 'custodial', 'custodian', 'customary', 'customers', 'customise', 'customize', 'cutaneous', 'cutenesss', 'cutesiest', 'cutlasses', 'cutthroat', 'cuttingly', 'cyberpunk', 'cycladess', 'cyclamens', 'cycloidal', 'cyclopean', 'cyclorama', 'cyclotron', 'cylinders', 'cylindric', 'cymbeline', 'cynically', 'cynicisms', 'cynosures', 'cypresses', 'cyrillics', 'cytologys', 'cytolysis', 'cytoplasm', 'dachshund', 'dactylics', 'daedaluss', 'daffodils', 'daintiest', 'daiquiris', 'dairyings', 'dairymaid', 'dairymans', 'dalhousie', 'dalliance', 'dalmatian', 'damascuss', 'damasking', 'damnation', 'damnedest', 'dampening', 'dampnesss', 'dandelion', 'dandruffs', 'dangerous', 'danielles', 'danielson', 'danknesss', 'dapperest', 'daredevil', 'darkening', 'darknesss', 'darkrooms', 'darnedest', 'dartboard', 'dartmouth', 'darwinian', 'darwinism', 'dashboard', 'dashingly', 'dastardly', 'databases', 'datelined', 'datelines', 'daugherty', 'daughters', 'dauntless', 'davenport', 'davidsons', 'daybreaks', 'daydreams', 'daydreamt', 'daylights', 'dbutantes', 'deaconess', 'deadbeats', 'deadbolts', 'deadening', 'deadheads', 'deadliest', 'deadlines', 'deadlocks', 'deadwoods', 'deafening', 'deafnesss', 'dearnesss', 'deathbeds', 'deathblow', 'deathless', 'deathlike', 'deathrate', 'deathtrap', 'deathward', 'debarking', 'debarment', 'debarring', 'debatable', 'debauched', 'debauches', 'debenture', 'debilitys', 'debriefed', 'debuggers', 'debugging', 'debunking', 'debutante', 'decadence', 'decadents', 'decalogue', 'decamping', 'decanters', 'decanting', 'decathlon', 'deceaseds', 'deceasing', 'decedents', 'deceitful', 'deceivers', 'deceiving', 'decembers', 'decencies', 'decennial', 'deception', 'deceptive', 'decertify', 'decidable', 'decidedly', 'deciduous', 'decimated', 'decimates', 'deciphers', 'decisions', 'deckhands', 'declaimed', 'declarers', 'declaring', 'decliners', 'declining', 'declivity', 'decodings', 'decompile', 'decompose', 'decontrol', 'decorated', 'decorates', 'decorator', 'decoupled', 'decouples', 'decreased', 'decreases', 'decreeing', 'decrement', 'dedekinds', 'dedicated', 'dedicates', 'deducible', 'deducting', 'deduction', 'deductive', 'deepening', 'deepnesss', 'deerskins', 'defaulted', 'defaulter', 'defeating', 'defeatism', 'defeatist', 'defecated', 'defecates', 'defecting', 'defection', 'defective', 'defectors', 'defencing', 'defendant', 'defenders', 'defending', 'defensing', 'defensive', 'deference', 'deferment', 'deferrers', 'deferring', 'defiances', 'defiantly', 'deficient', 'definable', 'deflating', 'deflation', 'deflected', 'deflector', 'defoggers', 'defoliant', 'defoliate', 'deforests', 'deforming', 'deformity', 'defrauded', 'defrayals', 'defraying', 'defrosted', 'defroster', 'deftnesss', 'degassing', 'degeneres', 'degrading', 'degumming', 'dehydrate', 'dejecting', 'dejection', 'delacroix', 'delacruzs', 'delawares', 'delectate', 'delegable', 'delegated', 'delegates', 'deletions', 'delicacys', 'delicious', 'delighted', 'delimited', 'delimiter', 'delineate', 'delirious', 'deliriums', 'delivered', 'deliverer', 'deliverys', 'delmarvas', 'delmonico', 'delphinia', 'delphinus', 'delusions', 'demagnify', 'demagogic', 'demagogry', 'demagogue', 'demagogys', 'demanding', 'demarcate', 'demavends', 'demeaning', 'demeanors', 'demeanour', 'dementias', 'demetrius', 'demijohns', 'demitasse', 'demitting', 'democracy', 'democrats', 'demotions', 'demurring', 'demystify', 'denatured', 'denatures', 'dendrites', 'dendritic', 'denebolas', 'denigrate', 'denotable', 'denounced', 'denounces', 'denseness', 'densities', 'dentistry', 'deodorant', 'deodorise', 'deodorize', 'departeds', 'departing', 'departure', 'dependant', 'dependent', 'depending', 'depicting', 'depiction', 'deplaning', 'depleting', 'depletion', 'deploring', 'deploying', 'deporting', 'deposited', 'depositor', 'depraving', 'depravity', 'deprecate', 'depredate', 'depressed', 'depresses', 'depressor', 'depriving', 'deprogram', 'deputised', 'deputises', 'deputized', 'deputizes', 'dequeuing', 'derailing', 'deranging', 'derelicts', 'derisions', 'derivable', 'derogated', 'derogates', 'derringer', 'dervishes', 'descanted', 'descartes', 'descended', 'descender', 'described', 'describer', 'describes', 'descrying', 'desdemona', 'desecrate', 'deserters', 'deserting', 'desertion', 'deserving', 'desiccate', 'designate', 'designers', 'designing', 'desirable', 'desirably', 'desisting', 'desolated', 'desolater', 'desolates', 'despaired', 'despatchs', 'desperado', 'desperate', 'despising', 'despoiled', 'despotism', 'dessicate', 'destinate', 'destinies', 'destining', 'destitute', 'destroyed', 'destroyer', 'destructs', 'desuetude', 'desultory', 'detaching', 'detailing', 'detaining', 'detecting', 'detection', 'detective', 'detectors', 'detention', 'detergent', 'determine', 'deterrent', 'deterring', 'detesting', 'dethroned', 'dethrones', 'detonable', 'detonated', 'detonates', 'detonator', 'detouring', 'detracted', 'detractor', 'detriment', 'detrituss', 'deuterate', 'deuterium', 'devaluing', 'devastate', 'developed', 'developer', 'deviances', 'deviating', 'deviation', 'devilling', 'devilment', 'devilries', 'deviltrys', 'deviously', 'devisings', 'devolving', 'devonians', 'devotedly', 'devotions', 'devouring', 'devoutest', 'dewberrys', 'dexedrine', 'dexterity', 'dexterous', 'dextroses', 'diabetess', 'diabetics', 'diacritic', 'diaghilev', 'diagnosed', 'diagnoses', 'diagnosis', 'diagonals', 'diagramed', 'dialectal', 'dialectic', 'diallings', 'dialogues', 'dialysiss', 'diameters', 'diametric', 'diapering', 'diaphragm', 'diarrheas', 'diarrhoea', 'diasporas', 'diastolic', 'diathermy', 'diathesis', 'diatribes', 'dicaprios', 'dichondra', 'dichotomy', 'dickering', 'dickerson', 'dickinson', 'dictating', 'dictation', 'dictators', 'didrikson', 'dieresiss', 'dieseling', 'dietaries', 'dietetics', 'dietician', 'dietitian', 'different', 'differers', 'differing', 'difficult', 'diffident', 'diffusely', 'diffusers', 'diffusing', 'diffusion', 'diffusive', 'digesting', 'digestion', 'digestive', 'digitalis', 'digitally', 'digitised', 'digitises', 'digitized', 'digitizes', 'dignified', 'dignifies', 'dignitary', 'dignities', 'digressed', 'digresses', 'dijkstras', 'dilations', 'diligence', 'dillinger', 'dilutions', 'dimension', 'dimwitted', 'dinginess', 'dinnering', 'dinosaurs', 'diocesans', 'dionysian', 'dionysuss', 'diphthong', 'diplomacy', 'diplomata', 'diplomats', 'dipsticks', 'directest', 'directing', 'direction', 'directive', 'directors', 'directory', 'directrix', 'dirichlet', 'dirigible', 'dirtiness', 'disablers', 'disabling', 'disabused', 'disabuses', 'disaffect', 'disagreed', 'disagrees', 'disallows', 'disappear', 'disarming', 'disarrays', 'disasters', 'disavowal', 'disavowed', 'disbanded', 'disbarred', 'disbelief', 'disbursed', 'disburses', 'discarded', 'discerned', 'discharge', 'disciples', 'disclaims', 'disclosed', 'discloses', 'discolors', 'discolour', 'discomfit', 'discorded', 'discounts', 'discourse', 'discovers', 'discovery', 'discredit', 'discussed', 'discusses', 'disdained', 'disembark', 'disembody', 'disengage', 'disfavors', 'disfavour', 'disfigure', 'disgorged', 'disgorges', 'disgraced', 'disgraces', 'disguised', 'disguises', 'disgusted', 'dishcloth', 'dishevels', 'dishonest', 'dishonors', 'dishonour', 'dishtowel', 'dishwater', 'disinfect', 'disinters', 'disjoints', 'disjuncts', 'diskettes', 'disliking', 'dislocate', 'dislodged', 'dislodges', 'dismantle', 'dismaying', 'dismember', 'dismissal', 'dismissed', 'dismisser', 'dismisses', 'dismounts', 'disobeyed', 'disoblige', 'disorders', 'disorient', 'disowning', 'disparage', 'disparate', 'disparity', 'dispatchs', 'dispelled', 'dispensed', 'dispenser', 'dispenses', 'dispersal', 'dispersed', 'disperses', 'dispirits', 'displaced', 'displaces', 'displayed', 'displease', 'disported', 'disposals', 'disposing', 'disproved', 'disproven', 'disproves', 'disputant', 'disputers', 'disputing', 'disquiets', 'disregard', 'disrepair', 'disrepute', 'disrobing', 'disrupted', 'dissected', 'dissemble', 'dissented', 'dissenter', 'dissident', 'dissipate', 'dissolute', 'dissolved', 'dissolves', 'dissonant', 'dissuaded', 'dissuades', 'distanced', 'distances', 'distantly', 'distastes', 'distemper', 'distended', 'distilled', 'distiller', 'distorted', 'distorter', 'distracts', 'distresss', 'districts', 'distrusts', 'disturbed', 'disturber', 'disulfide', 'disunited', 'disunites', 'disunitys', 'dithering', 'diuretics', 'diurnally', 'divergent', 'diverging', 'diversely', 'diversify', 'diversion', 'diversity', 'diverting', 'divesting', 'dividends', 'divinitys', 'divisible', 'divisions', 'divorcing', 'divulging', 'dixiecrat', 'dixieland', 'dizziness', 'djakartas', 'djiboutis', 'dobermans', 'docilitys', 'docketing', 'dockyards', 'doctorate', 'doctoring', 'doctorows', 'doctrinal', 'doctrines', 'docudrama', 'documents', 'doddering', 'dogfights', 'dogfishes', 'doggerels', 'doggonest', 'doggoning', 'doghouses', 'dogmatism', 'dogmatist', 'doldrumss', 'dolefully', 'dollhouse', 'dolloping', 'dolomitic', 'domesdays', 'domestics', 'domiciled', 'domiciles', 'dominance', 'dominants', 'dominated', 'dominates', 'domineers', 'dominguez', 'dominican', 'dominicas', 'dominicks', 'dominions', 'dominique', 'donaldson', 'donatello', 'donations', 'donizetti', 'doohickey', 'doolittle', 'doomsdays', 'doorbells', 'doorknobs', 'doorsteps', 'dormancys', 'dormitory', 'dormouses', 'dorotheas', 'dosimeter', 'doubleday', 'doubleton', 'doubloons', 'doubtable', 'doubtless', 'dougherty', 'doughiest', 'doughnuts', 'doughtier', 'dovetails', 'dowdiness', 'dowelling', 'dowitcher', 'downbeats', 'downdraft', 'downfalls', 'downgrade', 'downhills', 'downloads', 'downplays', 'downpours', 'downright', 'downriver', 'downscale', 'downsized', 'downsizes', 'downslope', 'downspout', 'downstage', 'downstate', 'downswing', 'downtimes', 'downtowns', 'downtrend', 'downturns', 'downwards', 'doxologys', 'drabnesss', 'draconian', 'draftiest', 'draftsman', 'draftsmen', 'dragonfly', 'dragooned', 'drailleur', 'drainages', 'drainpipe', 'dramamine', 'dramatics', 'dramatise', 'dramatist', 'dramatize', 'draperies', 'dravidian', 'drawbacks', 'drawnness', 'dreamboat', 'dreamiest', 'dreamland', 'dreamless', 'dreamlike', 'dreariest', 'drenching', 'dressages', 'dressiest', 'dressings', 'dressmake', 'dribblers', 'dribbling', 'driftwood', 'drinkable', 'drinkings', 'drippings', 'driveling', 'drivelled', 'driveways', 'drizzlier', 'drizzling', 'drollerys', 'drollness', 'dromedary', 'droopiest', 'droppings', 'drownings', 'drowsiest', 'drubbings', 'drudgerys', 'druggists', 'drugstore', 'drumstick', 'drunkards', 'drunkenly', 'dschubbas', 'dsseldorf', 'dualities', 'dubiously', 'dubitable', 'dubrovnik', 'duchesses', 'duckbills', 'ducklings', 'ductility', 'duellings', 'duellists', 'dulcimers', 'dullnesss', 'dumbbells', 'dumbfound', 'dumbnesss', 'dumfounds', 'dumplings', 'dungarees', 'duodenums', 'duopolist', 'duplicate', 'duplicity', 'duracells', 'durations', 'durochers', 'dusenberg', 'dusenbury', 'dushanbes', 'duskiness', 'dustiness', 'dutchmans', 'dutifully', 'dwarfisms', 'dwellings', 'dwindling', 'dyestuffs', 'dynamical', 'dynamicss', 'dynamisms', 'dynamited', 'dynamites', 'dynasties', 'dysentery', 'dyslexias', 'dyslexics', 'dyspepsia', 'dyspeptic', 'dysplasia', 'dystrophy', 'dzungaria', 'eagerness', 'earliness', 'earmarked', 'earnestly', 'earnhardt', 'earningss', 'earphones', 'earthiest', 'earthlier', 'earthling', 'earthmove', 'earthward', 'earthwork', 'earthworm', 'easements', 'easinesss', 'eastbound', 'easterlys', 'easterner', 'eastwards', 'eastwoods', 'easygoing', 'eavesdrop', 'ebeneezer', 'ebullient', 'eccentric', 'eclectics', 'eclipsing', 'ecliptics', 'ecologist', 'economics', 'economies', 'economise', 'economist', 'economize', 'ecosystem', 'ecstasies', 'ecuadoran', 'ecumenist', 'eddington', 'edelweiss', 'edematous', 'edginesss', 'edibility', 'edinburgh', 'editorial', 'edmondson', 'edmontons', 'educating', 'education', 'educators', 'edwardian', 'edwardine', 'eerinesss', 'effecting', 'effective', 'effectors', 'effectual', 'efficacys', 'efficient', 'effluents', 'effluvium', 'effulgent', 'effusions', 'eggbeater', 'eggplants', 'eggshells', 'eglantine', 'egotistic', 'egregious', 'egyptians', 'ehrenberg', 'eiderdown', 'eighteens', 'eightfold', 'eightieth', 'einsteins', 'ejaculate', 'ejections', 'elaborate', 'elastomer', 'elbowroom', 'elections', 'electives', 'electoral', 'electress', 'electrify', 'electrode', 'electrons', 'elegances', 'elegantly', 'elemental', 'elephants', 'elevating', 'elevation', 'elevators', 'elevenths', 'eliciting', 'eliminate', 'elisabeth', 'elizabeth', 'ellesmere', 'ellington', 'ellipsiss', 'ellipsoid', 'ellsworth', 'elocution', 'elongated', 'elongates', 'elopement', 'eloquence', 'elsewhere', 'elucidate', 'elusively', 'emaciated', 'emaciates', 'emanating', 'emanation', 'embalmers', 'embalming', 'embargoed', 'embargoes', 'embarking', 'embarrass', 'embassies', 'embattled', 'embedding', 'embellish', 'embezzled', 'embezzler', 'embezzles', 'embitters', 'emblazons', 'embodying', 'emboldens', 'embolisms', 'embossing', 'embracing', 'embrittle', 'embroider', 'embroiled', 'embryonic', 'emendable', 'emergence', 'emergency', 'emigrants', 'emigrated', 'emigrates', 'eminences', 'eminently', 'emissarys', 'emissions', 'emittance', 'emollient', 'emolument', 'emotional', 'empaneled', 'empathise', 'empathize', 'emphasise', 'emphasiss', 'emphasize', 'emphysema', 'empirical', 'employees', 'employers', 'employing', 'emporiums', 'empowered', 'empresses', 'emptiness', 'emulating', 'emulation', 'emulators', 'emulsions', 'enactment', 'enameling', 'enamelled', 'enamoring', 'enamoured', 'encamping', 'enchanted', 'enchanter', 'enchilada', 'enciphers', 'encircled', 'encircles', 'enclosing', 'enclosure', 'encodings', 'encompass', 'encounter', 'encourage', 'encrusted', 'encrypted', 'encumbers', 'endangers', 'endearing', 'endeavors', 'endeavour', 'endlessly', 'endocrine', 'endorsers', 'endorsing', 'endosperm', 'endowment', 'endurable', 'endurably', 'endurance', 'energetic', 'energised', 'energiser', 'energises', 'energized', 'energizer', 'energizes', 'enervated', 'enervates', 'enfeebled', 'enfeebles', 'enfolding', 'enforcers', 'enforcing', 'engenders', 'engineers', 'englander', 'englewood', 'englisher', 'englishes', 'engorging', 'engravers', 'engraving', 'engrossed', 'engrosses', 'engulfing', 'enhancing', 'enigmatic', 'eniwetoks', 'enjoinder', 'enjoining', 'enjoyable', 'enjoyably', 'enjoyment', 'enlargers', 'enlarging', 'enlighten', 'enlistees', 'enlisting', 'enlivened', 'enmeshing', 'ennobling', 'enormitys', 'enquiries', 'enquiring', 'enrapture', 'enriching', 'enrolling', 'enrolment', 'ensconced', 'ensconces', 'ensembles', 'enshrined', 'enshrines', 'enshrouds', 'enslaving', 'ensnaring', 'enstatite', 'entailing', 'entangled', 'entangles', 'entertain', 'enthralls', 'enthroned', 'enthrones', 'enthusing', 'entiretys', 'entitling', 'entombing', 'entourage', 'entrailss', 'entranced', 'entrances', 'entrapped', 'entreated', 'entreatys', 'entrusted', 'entryways', 'entwining', 'enumerate', 'enunciate', 'enveloped', 'enveloper', 'envelopes', 'enviously', 'environss', 'envisaged', 'envisages', 'envisions', 'enzymatic', 'epaulette', 'ephemeral', 'ephemeris', 'epicenter', 'epicentre', 'epictetus', 'epicurean', 'epicuruss', 'epicyclic', 'epidemics', 'epidermal', 'epidermic', 'epidermis', 'epilepsys', 'epileptic', 'epilogues', 'epiphanys', 'epiphysis', 'episcopal', 'epitaxial', 'epitomise', 'epitomize', 'equalised', 'equaliser', 'equalises', 'equalitys', 'equalized', 'equalizer', 'equalizes', 'equalling', 'equations', 'equinoxes', 'equipages', 'equipment', 'equipoise', 'equipping', 'equitable', 'equitably', 'equivocal', 'eradicate', 'erections', 'erectness', 'ergonomic', 'ericksons', 'ernestine', 'erogenous', 'eroticism', 'erroneous', 'erstwhile', 'eruditely', 'erudition', 'eruptions', 'escalated', 'escalates', 'escalator', 'escapable', 'escapades', 'escapisms', 'escapists', 'escaroles', 'eschewing', 'escorting', 'esmeralda', 'esophagus', 'esperanto', 'esperanza', 'espinozas', 'espionage', 'esplanade', 'espousals', 'espousing', 'espressos', 'essayists', 'essential', 'essequibo', 'establish', 'esteeming', 'esterhzys', 'esthetics', 'estimable', 'estimated', 'estimates', 'estimator', 'estonians', 'estranged', 'estranges', 'estrogens', 'estuaries', 'estuarine', 'eternally', 'eternitys', 'ethelreds', 'ethically', 'ethiopian', 'ethiopias', 'ethnicity', 'ethnology', 'etiologys', 'etiquette', 'etymology', 'eucalypti', 'eucharist', 'euclidean', 'eugenicss', 'eukaryote', 'eulogised', 'eulogises', 'eulogized', 'eulogizes', 'eumenides', 'euphemism', 'euphemist', 'euphorbia', 'euphorias', 'euphrates', 'eurasians', 'euripides', 'europeans', 'eurydices', 'evacuated', 'evacuates', 'evaluable', 'evaluated', 'evaluates', 'evaluator', 'evangelic', 'evaporate', 'evasively', 'evennesss', 'eventides', 'eventuate', 'everettes', 'everglade', 'evergreen', 'everready', 'everybody', 'everyones', 'evictions', 'evidenced', 'evidences', 'evidently', 'evildoers', 'evocation', 'evocative', 'evolution', 'exactions', 'exactness', 'examiners', 'examining', 'exampling', 'excalibur', 'excavated', 'excavates', 'excavator', 'excedrins', 'exceeding', 'excellent', 'excelling', 'excelsior', 'excepting', 'exception', 'excerpted', 'excessive', 'exchanged', 'exchanges', 'exchequer', 'excisable', 'excisions', 'excitable', 'excitedly', 'exclaimed', 'exclaimer', 'excluding', 'exclusion', 'exclusive', 'excoriate', 'excrement', 'excreting', 'excretion', 'excretory', 'exculpate', 'excursion', 'excusable', 'excusably', 'execrable', 'execrated', 'execrates', 'executing', 'execution', 'executive', 'executors', 'executrix', 'exegesiss', 'exemplars', 'exemplary', 'exemplify', 'exempting', 'exemption', 'exercised', 'exerciser', 'exercises', 'exercycle', 'exertions', 'exhausted', 'exhibited', 'exhibitor', 'exhorting', 'exigencys', 'existence', 'exogamous', 'exogenous', 'exonerate', 'exorcised', 'exorcises', 'exorcisms', 'exorcists', 'exorcized', 'exorcizes', 'expanders', 'expanding', 'expansion', 'expansive', 'expatiate', 'expectant', 'expecting', 'expedient', 'expedited', 'expediter', 'expedites', 'expeditor', 'expelling', 'expending', 'expensive', 'expertise', 'expiating', 'expiation', 'explained', 'explainer', 'expletive', 'explicate', 'exploding', 'exploited', 'exploiter', 'explorers', 'exploring', 'explosion', 'explosive', 'exponents', 'exporters', 'exporting', 'expositor', 'exposures', 'expounded', 'expounder', 'expressed', 'expresses', 'expressly', 'expulsion', 'expunging', 'expurgate', 'exquisite', 'extempore', 'extending', 'extension', 'extensive', 'extenuate', 'exteriors', 'externals', 'extincted', 'extirpate', 'extolling', 'extorting', 'extortion', 'extracted', 'extractor', 'extradite', 'extravert', 'extremely', 'extremest', 'extremism', 'extremist', 'extremity', 'extricate', 'extrinsic', 'extrovert', 'extruding', 'extrusion', 'extrusive', 'exuberant', 'exudation', 'eyeballed', 'eyebright', 'eyeglasss', 'eyelashes', 'eyeliners', 'eyepieces', 'eyesights', 'eyestrain', 'eyetooths', 'fabricate', 'facebooks', 'facelifts', 'faceplate', 'facetious', 'facetting', 'facilitys', 'facsimile', 'factional', 'factorial', 'factories', 'factoring', 'factorise', 'factorize', 'factotums', 'factually', 'faculties', 'faintness', 'fairbanks', 'fairchild', 'fairfield', 'fairnesss', 'fairyland', 'faithfuls', 'faithless', 'falconers', 'falconrys', 'falklands', 'fallacies', 'fallopian', 'fallowing', 'falsehood', 'falseness', 'falsettos', 'falsified', 'falsifies', 'falsities', 'falstaffs', 'faltering', 'familiars', 'famishing', 'fanatical', 'fanciness', 'fantasied', 'fantasies', 'fantasise', 'fantasist', 'fantasize', 'fantastic', 'farewells', 'farmhands', 'farmhouse', 'farmlands', 'farmyards', 'farrakhan', 'farrowing', 'farthings', 'fascinate', 'fashioned', 'fasteners', 'fastening', 'fastnesss', 'fatalisms', 'fatalists', 'fatalitys', 'fatefully', 'fathering', 'fathoming', 'fatiguess', 'fatiguing', 'fatteners', 'fattening', 'fatuously', 'faulkners', 'faultiest', 'faultless', 'faustinos', 'favorable', 'favorably', 'favorites', 'favouring', 'favourite', 'fearfully', 'feathered', 'featherer', 'featuring', 'februarys', 'fecundity', 'federally', 'federated', 'federates', 'federicos', 'feedbacks', 'feelingly', 'feistiest', 'feldspars', 'felicitys', 'fellatios', 'felonious', 'feminines', 'feminisms', 'feminists', 'fencepost', 'fenugreek', 'ferdinand', 'fergusons', 'fermented', 'fernandez', 'fernandos', 'ferocious', 'ferocitys', 'ferreting', 'ferryboat', 'fertilely', 'fertilise', 'fertility', 'fertilize', 'fervencys', 'fervently', 'festering', 'festivals', 'festively', 'festivity', 'festooned', 'fetishism', 'fetishist', 'fettering', 'feudalism', 'feudatory', 'fiberglas', 'fibonacci', 'fibration', 'fibrosity', 'fibrously', 'fictional', 'fidelitys', 'fidgeting', 'fiduciary', 'fieldwork', 'fieriness', 'fifteenth', 'fiftieths', 'fightings', 'figueroas', 'figurines', 'figurings', 'filaments', 'filenames', 'filigreed', 'filigrees', 'filipinos', 'filleting', 'filliping', 'fillmores', 'filmmaker', 'filmstrip', 'filtering', 'filthiest', 'filtrable', 'filtrated', 'filtrates', 'finaglers', 'finagling', 'finalised', 'finalises', 'finalists', 'finalitys', 'finalized', 'finalizes', 'financial', 'financier', 'financing', 'finenesss', 'finessing', 'fingering', 'fingertip', 'finickier', 'finishers', 'finishing', 'finnegans', 'fireballs', 'firebombs', 'firebrand', 'firebreak', 'firefight', 'fireflies', 'firehouse', 'firelight', 'fireplace', 'fireplugs', 'firepower', 'fireproof', 'firesides', 'firestone', 'firestorm', 'firetraps', 'firewalls', 'firewater', 'firewoods', 'fireworks', 'firmament', 'firmnesss', 'firstborn', 'firsthand', 'fischbein', 'fishbowls', 'fisheries', 'fisherman', 'fishermen', 'fishhooks', 'fishtails', 'fishwifes', 'fishwives', 'fisticuff', 'fitchburg', 'fittingly', 'fixations', 'fixatives', 'fixedness', 'flabbiest', 'flagellum', 'flageolet', 'flagpoles', 'flagships', 'flagstaff', 'flagstone', 'flakiness', 'flambeing', 'flamencos', 'flamingos', 'flammable', 'flanagans', 'flanderss', 'flanneled', 'flannelet', 'flapjacks', 'flashback', 'flashbulb', 'flashguns', 'flashiest', 'flashings', 'flatboats', 'flatfishs', 'flatfoots', 'flatirons', 'flatnesss', 'flattened', 'flattered', 'flatterer', 'flatterys', 'flatulent', 'flatwares', 'flaunting', 'flautists', 'flavorful', 'flavoring', 'flavoured', 'fledgling', 'fleeciest', 'fleetness', 'fleischer', 'fleshiest', 'fleshlier', 'flexitime', 'flextimes', 'flickered', 'flightier', 'flimflams', 'flimsiest', 'flinching', 'flintiest', 'flintlock', 'flippancy', 'floggings', 'floodgate', 'floorings', 'flophouse', 'floppiest', 'florences', 'floridian', 'florsheim', 'flotation', 'flotillas', 'flouncing', 'flounders', 'flourishs', 'flowchart', 'flowerbed', 'flowerier', 'flowering', 'flowerpot', 'fluctuate', 'fluffiest', 'fluiditys', 'flummoxed', 'flummoxes', 'fluoresce', 'fluorides', 'fluorines', 'fluorites', 'fluorspar', 'flurrying', 'flustered', 'fluttered', 'flyleaves', 'flypapers', 'flyspecks', 'flyweight', 'flywheels', 'focussing', 'fogginess', 'folklores', 'folksiest', 'follicles', 'followers', 'followeth', 'following', 'fomalhaut', 'fomenting', 'fondnesss', 'foodstuff', 'fooleries', 'foolhardy', 'foolishly', 'foolproof', 'foolscaps', 'foosballs', 'footballs', 'footfalls', 'foothills', 'footholds', 'footloose', 'footnoted', 'footnotes', 'footpaths', 'footprint', 'footrests', 'footsteps', 'footstool', 'footwears', 'footworks', 'forbidden', 'forearmed', 'forebears', 'foreboded', 'forebodes', 'forecasts', 'foreclose', 'forefoots', 'forefront', 'foregoing', 'forehands', 'foreheads', 'foreigner', 'forelocks', 'foremasts', 'forenames', 'forenoons', 'forensics', 'foreplays', 'foresails', 'foresight', 'foreskins', 'forestall', 'foresters', 'foresting', 'forestrys', 'foreswear', 'foreswore', 'foresworn', 'foretaste', 'foretells', 'forewarns', 'forewoman', 'forewomen', 'forewords', 'forfeited', 'forgather', 'forgeries', 'forgetful', 'forgiving', 'forgotten', 'forklifts', 'forlornly', 'formalise', 'formalism', 'formality', 'formalize', 'formation', 'formative', 'formatted', 'formatter', 'formosans', 'formulaic', 'formulate', 'fornicate', 'forsaking', 'forswears', 'forsythia', 'fortaleza', 'fortescue', 'forthcome', 'forthwith', 'fortieths', 'fortified', 'fortifies', 'fortitude', 'fortnight', 'fortresss', 'fortunate', 'forwarded', 'forwarder', 'fossilise', 'fossilize', 'fostering', 'fosterite', 'foulmouth', 'foulnesss', 'foundered', 'foundling', 'foundries', 'fountains', 'fourscore', 'foursomes', 'fourteens', 'foxgloves', 'foxhounds', 'fractions', 'fractious', 'fractured', 'fractures', 'fragility', 'fragments', 'fragonard', 'fragrance', 'frailties', 'frambesia', 'framework', 'francesca', 'franchise', 'francines', 'francisca', 'francisco', 'francoise', 'francoiss', 'franglais', 'frankfort', 'frankfurt', 'frankness', 'fraternal', 'frazzling', 'freakiest', 'freckling', 'frederick', 'frederics', 'fredricks', 'freebased', 'freebases', 'freedmans', 'freeholds', 'freelance', 'freeloads', 'freemason', 'freestone', 'freestyle', 'freethink', 'freetowns', 'freewheel', 'freezings', 'freighted', 'freighter', 'frenchman', 'frenchmen', 'frequency', 'frequents', 'freshened', 'freshener', 'freshmans', 'freshness', 'fretfully', 'fretworks', 'fricassee', 'frication', 'fricative', 'frictions', 'friedrich', 'friendlys', 'frightens', 'frightful', 'frighting', 'frigidity', 'frilliest', 'fripperys', 'friskiest', 'frittered', 'frivolity', 'frivolous', 'frizziest', 'frizzling', 'frobisher', 'froissart', 'frolicked', 'frontages', 'frontally', 'frontenac', 'frontiers', 'frostbelt', 'frostbite', 'frostiest', 'frostings', 'frothiest', 'frowsiest', 'frowziest', 'fructoses', 'frugality', 'fruitcake', 'fruitiest', 'fruitions', 'fruitless', 'frumpiest', 'frustrate', 'fugitives', 'fujiwaras', 'fulbright', 'fulfilled', 'fullbacks', 'fullerton', 'fullnesss', 'fulminate', 'fumigated', 'fumigates', 'fumigator', 'functions', 'fundraise', 'fungicide', 'funicular', 'funneling', 'funnelled', 'funniness', 'furbelows', 'furbished', 'furbishes', 'furiouser', 'furiously', 'furloughs', 'furnished', 'furnishes', 'furniture', 'furrowing', 'furthered', 'furtively', 'fuselages', 'fusillade', 'fussiness', 'futilitys', 'futuritys', 'fuzziness', 'gabardine', 'gaberdine', 'gaberones', 'gaborones', 'gabrielas', 'gabrielle', 'gadabouts', 'gadgetrys', 'gagwriter', 'gainfully', 'galactose', 'galapagos', 'galatians', 'galbraith', 'galbreath', 'galileans', 'gallagher', 'gallantly', 'gallantry', 'gallberry', 'gallegoss', 'galleried', 'galleries', 'gallinule', 'gallivant', 'gallonage', 'galloping', 'galloways', 'gallowses', 'gallstone', 'galvanise', 'galvanism', 'galvanize', 'galveston', 'gamblings', 'gamboling', 'gambolled', 'gamecocks', 'gamenesss', 'ganglands', 'gangliest', 'ganglions', 'gangplank', 'gangrened', 'gangrenes', 'gangsters', 'ganymedes', 'garbanzos', 'gardeners', 'gardenias', 'gardening', 'garfields', 'garfunkel', 'gargantua', 'gargoyles', 'garibaldi', 'garlanded', 'garnering', 'garnished', 'garnishee', 'garnishes', 'garotting', 'garrisons', 'garroting', 'garrotted', 'garrottes', 'garrulity', 'garrulous', 'gaseously', 'gaslights', 'gasolenes', 'gasolines', 'gastritis', 'gasworkss', 'gateposts', 'gatherers', 'gathering', 'gatorades', 'gaucherie', 'gaudiness', 'gaugeable', 'gauleiter', 'gauntlets', 'gauntness', 'gawkiness', 'gazetteer', 'gazetting', 'gaziantep', 'gazillion', 'gazpachos', 'gearboxes', 'gearshift', 'gearwheel', 'gelatines', 'gelbviehs', 'gemstones', 'gendarmes', 'genealogy', 'generally', 'generated', 'generater', 'generates', 'generator', 'geneticss', 'genevieve', 'geniality', 'genitalia', 'genitalss', 'genitives', 'genocides', 'gentility', 'gentleman', 'gentlemen', 'genuflect', 'genuinely', 'geodesics', 'geoffreys', 'geography', 'geologies', 'geologist', 'geometric', 'geometrys', 'georgette', 'georgians', 'georginas', 'geraldine', 'geraniums', 'geriatric', 'germanics', 'germanium', 'germicide', 'germinals', 'germinate', 'gertrudes', 'gerundial', 'gerundive', 'gestating', 'gestation', 'gesturing', 'ghastlier', 'ghazvanid', 'ghostlier', 'ghostlike', 'gianninis', 'giantesss', 'gibbering', 'gibberish', 'gibbeting', 'gibraltar', 'giddiness', 'gigabytes', 'gigacycle', 'gigahertz', 'giggliest', 'gilbertos', 'gilchrist', 'gilgamesh', 'gillespie', 'gillettes', 'gilligans', 'gimcracks', 'gimleting', 'gimmickry', 'gingrichs', 'ginsburgs', 'giorgione', 'giovannis', 'giraudoux', 'girlhoods', 'girlishly', 'giulianis', 'giuseppes', 'giveaways', 'glacially', 'gladdened', 'gladiator', 'gladiolas', 'gladiolus', 'gladnesss', 'gladstone', 'glamoring', 'glamorise', 'glamorize', 'glamorous', 'glamoured', 'glandular', 'glaringly', 'glassfuls', 'glassiest', 'glassware', 'glasswort', 'glaucomas', 'gleamings', 'gleanings', 'gleefully', 'glenlivet', 'glibnesss', 'glimmered', 'glimpsing', 'glissandi', 'glissando', 'glistened', 'glittered', 'glitziest', 'gloamings', 'gloomiest', 'glorified', 'glorifies', 'glossarys', 'glossiest', 'glottides', 'glottises', 'glowering', 'glowingly', 'glowworms', 'glumnesss', 'glutamate', 'glutamine', 'glutinous', 'gluttonys', 'glyceride', 'glycerine', 'glycerins', 'glycerols', 'glycogens', 'gnarliest', 'goalposts', 'goatherds', 'goatskins', 'godchilds', 'goddamned', 'goddesses', 'godfather', 'godliness', 'godmother', 'godparent', 'godzillas', 'goethalss', 'goldbergs', 'goldbrick', 'goldenest', 'goldeneye', 'goldenrod', 'goldfinch', 'goldfishs', 'goldsmith', 'goldstein', 'goldstine', 'goldwater', 'golgothas', 'gomorrahs', 'gondolier', 'gonorrhea', 'gonzalezs', 'goodliest', 'goodnesss', 'goodnight', 'goodrichs', 'goodwills', 'goolagong', 'gorbachev', 'gorinesss', 'gospelers', 'gossamers', 'gossiping', 'gossipped', 'gottfried', 'goulashes', 'gourmands', 'governess', 'governing', 'governors', 'grabbings', 'graceland', 'graceless', 'gracielas', 'gradation', 'gradients', 'gradually', 'graduated', 'graduates', 'graffiass', 'graffitos', 'grainiest', 'grammatic', 'grampians', 'granaries', 'granddads', 'grandeurs', 'grandiose', 'grandness', 'grandsons', 'granulate', 'granville', 'grapevine', 'graphical', 'graphites', 'grappling', 'graspable', 'grassiest', 'grassland', 'gratified', 'gratifies', 'gratitude', 'gratuitys', 'graveling', 'gravelled', 'graveness', 'graveyard', 'gravitate', 'graybeard', 'graynesss', 'graywacke', 'greasiest', 'greatcoat', 'greatness', 'greediest', 'greenback', 'greenbelt', 'greenberg', 'greenerys', 'greenhorn', 'greenland', 'greenness', 'greenspan', 'greenware', 'greenwich', 'greenwood', 'greetings', 'gregorian', 'gregorios', 'grenadier', 'gretchens', 'greyhound', 'greynesss', 'gridirons', 'gridlocks', 'grievance', 'grillwork', 'grimacing', 'grimnesss', 'grindings', 'grisliest', 'gristlier', 'gristmill', 'grittiest', 'grizzlier', 'grizzlies', 'grnewalds', 'groceries', 'groggiest', 'groomings', 'grooviest', 'grosbeaks', 'grossness', 'grosvenor', 'grotesque', 'grouchier', 'grouching', 'grounders', 'groundhog', 'grounding', 'groundsel', 'groupings', 'grovelers', 'groveling', 'grovelled', 'groveller', 'grubbiest', 'grubstake', 'gruelings', 'gruelling', 'gruesomer', 'gruffness', 'grumblers', 'grumbling', 'grumpiest', 'grungiest', 'guacamole', 'guadalupe', 'guangzhou', 'guanidine', 'guarantee', 'guarantor', 'guarantys', 'guardedly', 'guardians', 'guardrail', 'guardroom', 'guardsman', 'guardsmen', 'guarnieri', 'guatemala', 'guayaquil', 'guerillas', 'guernseys', 'guerrilla', 'guessable', 'guesswork', 'guffawing', 'guidances', 'guidebook', 'guideline', 'guidepost', 'guildhall', 'guileless', 'guillemot', 'guillermo', 'guiltiest', 'guiltless', 'guinevere', 'guinnesss', 'guitarist', 'gujaratis', 'gullivers', 'gumptions', 'gunderson', 'gunfights', 'gunnysack', 'gunpoints', 'gunpowder', 'gunrunner', 'gunsmiths', 'gusseting', 'gustafson', 'gustatory', 'gustavuss', 'gutenberg', 'gutierrez', 'guttering', 'gutturals', 'guyaneses', 'gwendolyn', 'gymnasium', 'gymnastic', 'gyrations', 'gyrfalcon', 'gyroscope', 'habitable', 'habituate', 'haciendas', 'hackberry', 'hackneyed', 'haggardly', 'hailstone', 'hailstorm', 'hairbrush', 'hairdryer', 'hairiness', 'hairlines', 'hairpiece', 'hairstyle', 'haleakala', 'halfbacks', 'halfpence', 'halfpenny', 'halftimes', 'halitosis', 'hallmarks', 'halloween', 'hallowing', 'hallstatt', 'haltering', 'haltingly', 'halverson', 'hamburger', 'hamilcars', 'hamiltons', 'hammering', 'hammurabi', 'hampering', 'hampshire', 'hamstring', 'hamstrung', 'handballs', 'handbills', 'handbooks', 'handcarts', 'handclasp', 'handcraft', 'handcuffs', 'handicaps', 'handiness', 'handiwork', 'handlebar', 'handmaids', 'handpicks', 'handrails', 'handshake', 'handsomer', 'handspike', 'handstand', 'handworks', 'handwrite', 'handymans', 'hangnails', 'hangovers', 'hangzhous', 'hankering', 'hannibals', 'hanukkahs', 'haphazard', 'haplessly', 'haplology', 'happening', 'happiness', 'hapsburgs', 'harangued', 'harangues', 'harassing', 'harbinger', 'harboring', 'harboured', 'hardbacks', 'hardballs', 'hardboard', 'hardcover', 'hardeners', 'hardening', 'hardiness', 'hardliner', 'hardnesss', 'hardships', 'hardtacks', 'hardwares', 'hardwired', 'hardwoods', 'harkening', 'harlequin', 'harmfully', 'harmonica', 'harmonics', 'harmonies', 'harmonise', 'harmonize', 'harnessed', 'harnesses', 'harpooned', 'harridans', 'harrietts', 'harrisons', 'harrowing', 'harshness', 'hartfords', 'hartlines', 'harvested', 'harvester', 'hasheeshs', 'hastening', 'hastiness', 'hastingss', 'hatchback', 'hatcherys', 'hatchings', 'hatchways', 'hatefully', 'hatsheput', 'haughtier', 'haughtily', 'hauptmann', 'hausdorff', 'haversack', 'havilland', 'havolines', 'hawaiians', 'hawthorne', 'hawthorns', 'haystacks', 'hayworths', 'hazarding', 'hazardous', 'hazelnuts', 'hazinesss', 'headaches', 'headbands', 'headboard', 'headdress', 'headfirst', 'headgears', 'headlands', 'headlight', 'headlined', 'headlines', 'headlocks', 'headphone', 'headrests', 'headrooms', 'headstand', 'headstone', 'headwater', 'headwinds', 'headwords', 'healthful', 'healthier', 'healthily', 'hearkened', 'heartache', 'heartbeat', 'heartburn', 'heartened', 'heartfelt', 'heartiest', 'heartland', 'heartless', 'heartsick', 'heaviness', 'heaviside', 'hebridess', 'hecklings', 'hectoring', 'hedgehogs', 'hedgerows', 'hedonisms', 'hedonists', 'heehawing', 'hegemonys', 'heidegger', 'heightens', 'heimlichs', 'heinekens', 'heinleins', 'heinously', 'heinrichs', 'heiresses', 'heirlooms', 'heliports', 'hellebore', 'hellenics', 'hellenise', 'hellenism', 'hellenize', 'hellholes', 'hellishly', 'helmholtz', 'helmsmans', 'helpfully', 'helpmates', 'helpmeets', 'helsinkis', 'helvetica', 'helvetius', 'hemingway', 'hemolytic', 'hemostats', 'hempstead', 'hemstitch', 'henchmans', 'henderson', 'hendricks', 'hennessys', 'henpecked', 'henrietta', 'hepatitis', 'heptagons', 'heralding', 'heraldrys', 'herbalist', 'herbicide', 'herbivore', 'herculean', 'herculess', 'herdsmans', 'hereabout', 'hereafter', 'hereditys', 'herefords', 'heretical', 'hereunder', 'heriberto', 'heritable', 'heritages', 'herminias', 'hermitage', 'hermitian', 'hernandez', 'herodotus', 'hesitancy', 'hesitated', 'hesitater', 'hesitates', 'heterodox', 'heuristic', 'hexagonal', 'hexameter', 'heyerdahl', 'hezbollah', 'hiawathas', 'hibernate', 'hibernias', 'hibiscuss', 'hiccoughs', 'hiccuping', 'hickories', 'hideaways', 'hidebound', 'hideously', 'hierarchy', 'hifalutin', 'highballs', 'highbrows', 'highchair', 'highjacks', 'highlands', 'highlight', 'highnesss', 'hightails', 'hijackers', 'hijacking', 'hilarious', 'hilaritys', 'hilfigers', 'hillbilly', 'hillcrest', 'hillsides', 'himalayas', 'hinayanas', 'hindemith', 'hindering', 'hindrance', 'hindsight', 'hinduisms', 'hindustan', 'hirelings', 'hirobumis', 'hiroshima', 'hispanics', 'histamine', 'histidine', 'histogram', 'histology', 'historian', 'histories', 'hitchcock', 'hitchhike', 'hoarfrost', 'hoariness', 'hobbyists', 'hobgoblin', 'hobnailed', 'hobnobbed', 'hockshops', 'hogsheads', 'hogwartss', 'hohenlohe', 'hokkaidos', 'holdovers', 'holidayed', 'holinesss', 'hollering', 'hollerith', 'hollister', 'holloways', 'hollowest', 'hollowing', 'hollyhock', 'hollywood', 'holocaust', 'holocenes', 'holograms', 'holograph', 'holsteins', 'holstered', 'holystone', 'homebodys', 'homebound', 'homebuild', 'homegrown', 'homelands', 'homelesss', 'homeliest', 'homemaker', 'homeopath', 'homeowner', 'homepages', 'homerooms', 'homespuns', 'homestead', 'hometowns', 'homewards', 'homeworks', 'homeyness', 'homicidal', 'homicides', 'hominesss', 'homograph', 'homologue', 'homophone', 'hondurans', 'hondurass', 'honeckers', 'honestest', 'honeybees', 'honeycomb', 'honeydews', 'honeymoon', 'honeywell', 'honolulus', 'honorable', 'honorably', 'honoraria', 'honorific', 'honouring', 'hoodooing', 'hoodwinks', 'hookworms', 'hooligans', 'hooraying', 'hopefully', 'hopewells', 'hopscotch', 'horehound', 'hornmouth', 'hornpipes', 'horologys', 'horoscope', 'horrified', 'horrifies', 'horseback', 'horseflys', 'horsehair', 'horsehide', 'horselike', 'horsemans', 'horseplay', 'horseshoe', 'horsetail', 'horsewhip', 'hospitals', 'hostelers', 'hosteling', 'hostelled', 'hostelrys', 'hostessed', 'hostesses', 'hostilely', 'hostility', 'hoteliers', 'hotheaded', 'hothouses', 'hotpoints', 'hottentot', 'houdaille', 'hourglass', 'houseboat', 'housecoat', 'houseflys', 'household', 'housekeep', 'housemaid', 'housetops', 'housewife', 'housework', 'houyhnhnm', 'hovhaness', 'howitzers', 'howsoever', 'hoydenish', 'hrothgars', 'hucksters', 'hugenesss', 'huguenots', 'humanised', 'humaniser', 'humanises', 'humanisms', 'humanists', 'humanitys', 'humanized', 'humanizer', 'humanizes', 'humankind', 'humanness', 'humanoids', 'humbertos', 'humblings', 'humbugged', 'humdinger', 'humiditys', 'humiliate', 'humilitys', 'humongous', 'humorists', 'humorless', 'humouring', 'humpbacks', 'humungous', 'hunchback', 'hundredth', 'hungarian', 'hungering', 'hungriest', 'hunkering', 'hunspells', 'huntresss', 'huntsmans', 'hurrahing', 'hurraying', 'hurricane', 'hurriedly', 'husbanded', 'husbandry', 'huskiness', 'hustingss', 'hutchison', 'hyacinths', 'hybridise', 'hybridize', 'hyderabad', 'hydrangea', 'hydrating', 'hydraulic', 'hydrofoil', 'hydrogens', 'hydrology', 'hydronium', 'hydroxide', 'hygienist', 'hyperbola', 'hyperbole', 'hyperions', 'hypertext', 'hyphenate', 'hyphening', 'hypnosiss', 'hypnotics', 'hypnotise', 'hypnotism', 'hypnotist', 'hypnotize', 'hypocrisy', 'hypocrite', 'hysterias', 'hysterics', 'ibuprofen', 'icelander', 'icelandic', 'ichneumon', 'idealised', 'idealises', 'idealisms', 'idealists', 'idealized', 'idealizes', 'identical', 'identitys', 'ideograms', 'ideograph', 'ideologue', 'ideologys', 'idiomatic', 'idlenesss', 'idolaters', 'idolatrys', 'idolising', 'idolizing', 'ignitions', 'ignominys', 'ignoramus', 'ignorance', 'illegally', 'illegible', 'illegibly', 'illiberal', 'illicitly', 'illinoiss', 'illnesses', 'illogical', 'illumined', 'illumines', 'illusions', 'ilyushins', 'imaginary', 'imaginate', 'imagining', 'imbalance', 'imbeciles', 'imbecilic', 'imbedding', 'imbroglio', 'imitating', 'imitation', 'imitative', 'imitators', 'immanence', 'immediacy', 'immediate', 'immensely', 'immensity', 'immersing', 'immersion', 'immigrant', 'immigrate', 'imminence', 'immodesty', 'immolated', 'immolates', 'immorally', 'immortals', 'immovable', 'immovably', 'immunised', 'immunises', 'immunitys', 'immunized', 'immunizes', 'immutable', 'immutably', 'impacting', 'impaction', 'impactors', 'impairing', 'impaneled', 'impartial', 'imparting', 'impassion', 'impassive', 'impatient', 'impeached', 'impeaches', 'impedance', 'impelling', 'impending', 'imperfect', 'imperials', 'imperiled', 'imperious', 'impetigos', 'impetuous', 'impetuses', 'impieties', 'impinging', 'impiously', 'implanted', 'implement', 'implicant', 'implicate', 'imploding', 'imploring', 'implosion', 'impolitic', 'important', 'importers', 'importing', 'importune', 'imposters', 'impostors', 'imposture', 'impotence', 'impounded', 'imprecate', 'imprecise', 'impressed', 'impresser', 'impresses', 'imprinted', 'imprisons', 'impromptu', 'improving', 'improvise', 'imprudent', 'impudence', 'impugning', 'impulsing', 'impulsion', 'impulsive', 'impunitys', 'impuritys', 'inability', 'inactions', 'inamorata', 'inanimate', 'inanities', 'inaudible', 'inaudibly', 'inaugural', 'incapable', 'incarnate', 'incaution', 'incensing', 'incentive', 'inception', 'incessant', 'incidence', 'incidents', 'incipient', 'incisions', 'inclement', 'inclining', 'inclosing', 'inclosure', 'including', 'inclusion', 'inclusive', 'incognito', 'incorrect', 'increased', 'increases', 'increment', 'incrusted', 'incubated', 'incubates', 'incubator', 'incubuses', 'inculcate', 'inculpate', 'incumbent', 'incurable', 'incurably', 'incurious', 'incurring', 'incursion', 'indecency', 'indelible', 'indelibly', 'indemnify', 'indemnity', 'indenting', 'indenture', 'indexable', 'indianans', 'indicated', 'indicates', 'indicator', 'indicting', 'indigence', 'indigents', 'indignant', 'indignity', 'indirects', 'indispose', 'indochina', 'indolence', 'indonesia', 'indorsing', 'inducible', 'inductees', 'inducting', 'induction', 'inductive', 'inductors', 'indulgent', 'indulging', 'industrys', 'inebriate', 'ineffable', 'ineffably', 'inelastic', 'inelegant', 'ineptness', 'inequitys', 'inertance', 'inertness', 'infantile', 'infantrys', 'infatuate', 'infecting', 'infection', 'infective', 'inference', 'inferiors', 'inferring', 'infertile', 'infesting', 'infielder', 'infinites', 'infinitum', 'infinitys', 'infirmary', 'infirmity', 'inflaming', 'inflating', 'inflation', 'inflected', 'inflexion', 'inflicted', 'inflicter', 'influence', 'influenza', 'informant', 'informers', 'informing', 'infrareds', 'infringed', 'infringes', 'infuriate', 'infusible', 'infusions', 'ingenious', 'ingenuity', 'ingenuous', 'ingersoll', 'ingesting', 'ingestion', 'inglewood', 'ingrained', 'ingresses', 'inhabited', 'inhalants', 'inhalator', 'inherited', 'inheritor', 'inhibited', 'inhibitor', 'inholding', 'inhumanly', 'iniquitys', 'initialed', 'initially', 'initiated', 'initiates', 'initiator', 'injecting', 'injection', 'injective', 'injectors', 'injurious', 'injustice', 'inkinesss', 'innermost', 'innkeeper', 'innocence', 'innocents', 'innocuous', 'innovated', 'innovates', 'innovator', 'innuendos', 'inoculate', 'inorganic', 'inpatient', 'inputting', 'inquirers', 'inquiries', 'inquiring', 'insanitys', 'inscribed', 'inscribes', 'insensate', 'inserting', 'insertion', 'insetting', 'insidious', 'insignias', 'insincere', 'insinuate', 'insistent', 'insisting', 'insolence', 'insoluble', 'insolvent', 'insomniac', 'insomnias', 'inspected', 'inspector', 'inspiring', 'installed', 'installer', 'instanced', 'instances', 'instanter', 'instantly', 'instigate', 'instilled', 'instincts', 'institute', 'instructs', 'insulated', 'insulates', 'insulator', 'insulting', 'insurance', 'insurgent', 'insurrect', 'intaglios', 'integrals', 'integrand', 'integrate', 'integrity', 'intellect', 'intendant', 'intendeds', 'intending', 'intensely', 'intensest', 'intensify', 'intensity', 'intensive', 'intention', 'interacts', 'interbred', 'intercede', 'intercept', 'intercity', 'intercoms', 'interdict', 'interests', 'interface', 'interfere', 'interiors', 'interject', 'interlace', 'interlard', 'interlink', 'interlock', 'interlude', 'interment', 'internals', 'internees', 'interning', 'internist', 'interplay', 'interpose', 'interpret', 'interring', 'interrupt', 'intersect', 'intervals', 'intervene', 'interview', 'interwove', 'intestate', 'intestine', 'intimacys', 'intimated', 'intimater', 'intimates', 'intracity', 'intricacy', 'intricate', 'intrigued', 'intrigues', 'intrinsic', 'introduce', 'introject', 'introvert', 'intruders', 'intruding', 'intrusion', 'intrusive', 'intrusted', 'intubated', 'intubates', 'intuiting', 'intuition', 'intuitive', 'inuktitut', 'inundated', 'inundates', 'invalided', 'invalidly', 'invariant', 'invasions', 'invective', 'inveighed', 'inveigled', 'inveigles', 'inventing', 'invention', 'inventive', 'inventors', 'inventory', 'inverness', 'inversely', 'inversion', 'inverters', 'inverting', 'investing', 'investors', 'invidious', 'inviolate', 'invisible', 'invisibly', 'invocable', 'invoicing', 'involving', 'iphigenia', 'irascible', 'irateness', 'irishmans', 'ironclads', 'ironstone', 'ironwares', 'ironworks', 'iroquoian', 'iroquoiss', 'irradiate', 'irrawaddy', 'irregular', 'irrigated', 'irrigates', 'irritable', 'irritably', 'irritants', 'irritated', 'irritates', 'irruption', 'isabelles', 'isherwood', 'isinglass', 'islamabad', 'islamisms', 'islanders', 'isolating', 'isolation', 'isometric', 'isosceles', 'isotropic', 'israelite', 'issuances', 'istanbuls', 'isthmuses', 'italicise', 'italicize', 'itchiness', 'itemising', 'itemizing', 'iterating', 'iteration', 'iterative', 'iterators', 'itinerant', 'itinerary', 'izvestias', 'jabberers', 'jabbering', 'jablonsky', 'jackasses', 'jackboots', 'jackknife', 'jacobeans', 'jacobites', 'jacobsons', 'jacquelyn', 'jaggedest', 'jagiellon', 'jahangirs', 'jailbreak', 'jalousies', 'jamaicans', 'jamborees', 'jamestown', 'janissary', 'janjaweed', 'jansenist', 'januaries', 'japaneses', 'japanning', 'jardinire', 'jarlsberg', 'jarringly', 'jaundiced', 'jaundices', 'jauntiest', 'javaneses', 'jawboning', 'jayapuras', 'jaywalked', 'jaywalker', 'jealously', 'jealousys', 'jeanettes', 'jeannette', 'jeannines', 'jeeringly', 'jeffereys', 'jefferson', 'jellybean', 'jellyfish', 'jennifers', 'jenningss', 'jeopardys', 'jeremiads', 'jeremiahs', 'jerkiness', 'jerkwater', 'jermaines', 'jerusalem', 'jessamine', 'jettisons', 'jewellers', 'jewellery', 'jewelling', 'jewelries', 'jiggering', 'jigsawing', 'jingoisms', 'jingoists', 'jitterbug', 'jitterier', 'jiujitsus', 'jobholder', 'jockeying', 'jockstrap', 'jocositys', 'jocularly', 'jocundity', 'jodhpurss', 'johnathan', 'johnathon', 'johnstons', 'johnstown', 'jolliness', 'jonathans', 'jonathons', 'jordanian', 'jorgensen', 'jorgenson', 'josefinas', 'josephine', 'josephson', 'journeyed', 'joviality', 'joyfuller', 'joyridden', 'joyriders', 'joyriding', 'joysticks', 'judgement', 'judgeship', 'judgments', 'judicable', 'judiciary', 'judicious', 'juiciness', 'jukeboxes', 'juliannes', 'juliettes', 'julliards', 'jumpiness', 'jumpsuits', 'junctions', 'junctures', 'junkerdom', 'junketeer', 'junketing', 'junkyards', 'jurassics', 'juridical', 'justified', 'justifier', 'justifies', 'justinian', 'justnesss', 'juveniles', 'juxtapose', 'kagoshima', 'kalaharis', 'kalamazoo', 'kamchatka', 'kamikazes', 'kampuchea', 'kandinsky', 'kangaroos', 'kaohsiung', 'kaolinite', 'karaganda', 'karakorum', 'karamazov', 'kareninas', 'kaskaskia', 'kasparovs', 'katharine', 'katherine', 'katheryns', 'kathiawar', 'kathleens', 'kathrines', 'katmandus', 'kawabatas', 'keennesss', 'keepsakes', 'kendricks', 'kennecott', 'kenneling', 'kennelled', 'kentuckys', 'kerchiefs', 'kerenskys', 'kernighan', 'kerosenes', 'kerosines', 'kettering', 'kevorkian', 'keyboards', 'keynesian', 'keynoting', 'keypunchs', 'keystones', 'keystroke', 'khartoums', 'khoikhois', 'khomeinis', 'khwarizmi', 'kibbutzim', 'kibitzers', 'kibitzing', 'kickbacks', 'kickstand', 'kidnapers', 'kidnaping', 'kidnapped', 'kidnapper', 'kielbasas', 'killdeers', 'killingly', 'kilobytes', 'kilocycle', 'kilogauss', 'kilograms', 'kilohertz', 'kilojoule', 'kilometer', 'kilometre', 'kilowatts', 'kimberley', 'kimberlys', 'kindliest', 'kindlings', 'kindnesss', 'kinematic', 'kinfolkss', 'kingliest', 'kingsbury', 'kingships', 'kingstons', 'kingstown', 'kinshasas', 'kinshasha', 'kinswoman', 'kinswomen', 'kippering', 'kirchhoff', 'kirchners', 'kiribatis', 'kirinyaga', 'kirklands', 'kisangani', 'kishinevs', 'kissinger', 'kitchener', 'kittenish', 'klansmans', 'kleenexes', 'klondikes', 'klutziest', 'knapsacks', 'knickerss', 'knifelike', 'knighting', 'knittings', 'knitwears', 'knobbiest', 'knockdown', 'knockouts', 'knotholes', 'knottiest', 'knowingly', 'knowledge', 'knoxville', 'knuckling', 'kobayashi', 'kohlrabis', 'kookiness', 'kornbergs', 'korzybski', 'kosciusko', 'koshering', 'kowtowing', 'krakatoas', 'krasnodar', 'kristinas', 'kristines', 'kronecker', 'kropotkin', 'kshatriya', 'kuibyshev', 'kulthumms', 'kurdistan', 'kuznetsks', 'kwakiutls', 'labelling', 'laborings', 'laborious', 'labourers', 'labouring', 'labradors', 'laburnums', 'labyrinth', 'lacerated', 'lacerates', 'lachesiss', 'lachrymal', 'lacquered', 'lacrosses', 'lactating', 'lactation', 'laddering', 'ladybirds', 'ladyships', 'lafayette', 'lagniappe', 'lakehurst', 'lakeishas', 'lallygags', 'lamaserys', 'lambasted', 'lambastes', 'lambrusco', 'lambskins', 'lamebrain', 'lamenesss', 'lamenting', 'laminated', 'laminates', 'lampblack', 'lamplight', 'lampooned', 'lampposts', 'lampshade', 'lancaster', 'lancelots', 'landfalls', 'landfills', 'landladys', 'landlords', 'landmarks', 'landmasss', 'landowner', 'landscape', 'landslide', 'landwards', 'languages', 'languidly', 'lankiness', 'lanthanum', 'lapidarys', 'laplacian', 'larboards', 'larcenies', 'larcenous', 'largeness', 'largesses', 'larkspurs', 'laryngeal', 'lassitude', 'lastingly', 'latecomer', 'latenesss', 'lateraled', 'laterally', 'lathering', 'latitudes', 'laudanums', 'laudatory', 'laughable', 'laughably', 'laughters', 'launchers', 'launching', 'laundered', 'launderer', 'laundress', 'laundries', 'laurasias', 'laureates', 'laurences', 'lavatorys', 'lavenders', 'lavishest', 'lavishing', 'lavoisier', 'lawgivers', 'lawgiving', 'lawlessly', 'lawmakers', 'laxatives', 'laypeople', 'layperson', 'laywomans', 'lazinesss', 'lazybones', 'leadbelly', 'leafleted', 'leannesss', 'leapfrogs', 'learnings', 'leasehold', 'leastwise', 'leathered', 'leavening', 'leavingss', 'lebaneses', 'lebesgues', 'lecherous', 'lecithins', 'lecturers', 'lecturing', 'lederberg', 'leftovers', 'leftwards', 'legaleses', 'legalised', 'legalises', 'legalisms', 'legalitys', 'legalized', 'legalizes', 'legations', 'legendary', 'legislate', 'leicester', 'leisurely', 'leitmotif', 'leitmotiv', 'lemaitres', 'lemonades', 'lengthens', 'lengthier', 'lengthily', 'leniencys', 'leniently', 'leningrad', 'leninisms', 'leonardos', 'leonidass', 'leopoldos', 'lessening', 'lestrades', 'lethargic', 'lethargys', 'letterbox', 'lettering', 'letterman', 'lettermen', 'leukaemia', 'leukemias', 'leukocyte', 'levellers', 'levellest', 'levelling', 'levelness', 'leveraged', 'leverages', 'levesques', 'leviathan', 'levitated', 'levitates', 'leviticus', 'lewdnesss', 'lewinskys', 'lexically', 'lexington', 'liability', 'libations', 'libellers', 'libelling', 'libellous', 'liberaces', 'liberally', 'liberated', 'liberates', 'liberator', 'liberians', 'liberties', 'libertine', 'librarian', 'libraries', 'librettos', 'licencing', 'licensees', 'licensing', 'licorices', 'lieberman', 'lifeblood', 'lifeboats', 'lifeforms', 'lifeguard', 'lifelines', 'lifesaver', 'lifespans', 'lifestyle', 'lifetimes', 'lifeworks', 'ligaments', 'ligatured', 'ligatures', 'lightened', 'lightface', 'lightings', 'lightness', 'lightning', 'likeliest', 'likenesss', 'lilliputs', 'lilongwes', 'limbaughs', 'limbering', 'limburger', 'limelight', 'limericks', 'limestone', 'limitably', 'limitings', 'limitless', 'limousine', 'limousins', 'limpidity', 'limpnesss', 'linchpins', 'lindbergh', 'lindquist', 'lindstrom', 'lineament', 'linearity', 'linearize', 'linesmans', 'lingerers', 'lingeries', 'lingering', 'linguists', 'liniments', 'linnaeuss', 'linoleums', 'lionesses', 'lionising', 'lionizing', 'lipschitz', 'lipscombs', 'lipsticks', 'liquefied', 'liquefies', 'liquidate', 'liquidise', 'liquidity', 'liquidize', 'liquified', 'liquifier', 'liquifies', 'liquoring', 'lissajous', 'listeners', 'listening', 'listerine', 'literacys', 'literally', 'literates', 'literatis', 'lithology', 'lithuania', 'litigants', 'litigated', 'litigates', 'litigious', 'litterbug', 'littering', 'littleton', 'littorals', 'liturgies', 'liveliest', 'livelongs', 'livermore', 'liverpool', 'liverwort', 'livestock', 'ljubljana', 'llewellyn', 'loadstars', 'loadstone', 'loanwords', 'loathings', 'loathsome', 'lobbyists', 'lobotomys', 'lobscouse', 'localised', 'localises', 'localitys', 'localized', 'localizes', 'locations', 'locatives', 'lochinvar', 'lockheeds', 'locksmith', 'locksteps', 'lockwoods', 'locomotor', 'locoweeds', 'locutions', 'lodestars', 'lodestone', 'lodgepole', 'lodgingss', 'loftiness', 'logarithm', 'logically', 'logicians', 'logistics', 'logotypes', 'lohengrin', 'loincloth', 'loiterers', 'loitering', 'lollipops', 'lollygags', 'lollypops', 'lombardis', 'lombardys', 'londoners', 'loneliest', 'longboats', 'longevity', 'longhairs', 'longhands', 'longhorns', 'longingly', 'longitude', 'lookahead', 'lookalike', 'looneyier', 'looneyies', 'loopholes', 'looseleaf', 'looseness', 'loosening', 'loquacity', 'lordliest', 'lordships', 'lorgnette', 'lorraines', 'lotharios', 'lotteries', 'loudmouth', 'loudnesss', 'loudspeak', 'louisiana', 'lounsbury', 'lousewort', 'lousiness', 'lovebirds', 'lovecraft', 'loveliest', 'lowenbrau', 'lowercase', 'lowliness', 'loyalists', 'loyallest', 'loyalties', 'lubricant', 'lubricate', 'lubricity', 'luciditys', 'lucidness', 'luckiness', 'lucrative', 'lucretius', 'ludicrous', 'lufthansa', 'luftwaffe', 'lullabies', 'lumbering', 'lumberman', 'lumbermen', 'luminance', 'luminarys', 'lumpiness', 'luncheons', 'lunchroom', 'lunchtime', 'lundquist', 'luridness', 'lushnesss', 'lusitania', 'lustfully', 'lustiness', 'lutherans', 'luxuriant', 'luxuriate', 'luxurious', 'lymphatic', 'lymphomas', 'lynchburg', 'lynchings', 'lynchpins', 'lynnettes', 'lyrically', 'lyricists', 'macaronis', 'macaroons', 'macarthur', 'macbrides', 'maccabeus', 'macdonald', 'macedonia', 'macerated', 'macerates', 'macgregor', 'machinery', 'machining', 'machinist', 'machismos', 'macintosh', 'mackenzie', 'mackerels', 'mackinacs', 'mackinaws', 'macleishs', 'macmillan', 'macrocosm', 'maddening', 'madeleine', 'madelines', 'madhouses', 'madrigals', 'madwomans', 'maelstrom', 'magazines', 'magdalena', 'magdalene', 'magellans', 'magically', 'magicians', 'magnesias', 'magnesite', 'magnesium', 'magnetise', 'magnetism', 'magnetite', 'magnetize', 'magnetron', 'magnified', 'magnifier', 'magnifies', 'magnitude', 'magnolias', 'magsaysay', 'maharajah', 'maharajas', 'maharanee', 'maharanis', 'maharishi', 'mahaviras', 'mahayanas', 'mahoganys', 'mailboxes', 'mainframe', 'mainlands', 'mainlined', 'mainlines', 'mainmasts', 'mainsails', 'mainstays', 'maintains', 'maitreyas', 'majesties', 'majorette', 'majoritys', 'makarioss', 'makeshift', 'maladjust', 'maladroit', 'malaprops', 'malarkeys', 'malayalam', 'malaysian', 'malaysias', 'maldivess', 'maldivian', 'maldonado', 'malenesss', 'malformed', 'malicious', 'malignant', 'maligning', 'malignity', 'malingers', 'malleable', 'mallomars', 'maltreats', 'mammalian', 'mammogram', 'manacling', 'manchuria', 'mandalays', 'mandarins', 'mandating', 'mandatory', 'mandibles', 'mandolins', 'mandrakes', 'mandrells', 'mandrills', 'maneuvers', 'manganese', 'mangroves', 'manhandle', 'manhattan', 'manichean', 'manicured', 'manicures', 'manifesto', 'manifests', 'manifolds', 'manitobas', 'manliness', 'mannequin', 'mannerism', 'mannheims', 'mannikins', 'mannishly', 'manoeuvre', 'manometer', 'manpowers', 'mansfield', 'mantillas', 'mantissas', 'manzanita', 'maracaibo', 'marathons', 'marauders', 'marauding', 'marblings', 'marcelino', 'marcellas', 'margarine', 'margarita', 'margarito', 'margrethe', 'mariachis', 'maricelas', 'mariettas', 'marigolds', 'marihuana', 'marijuana', 'marinaded', 'marinades', 'marinated', 'marinates', 'marjorams', 'marjories', 'markdowns', 'marketeer', 'marketers', 'marketing', 'markovian', 'marksmans', 'marlboros', 'marmalade', 'marmosets', 'marooning', 'marquesas', 'marquesss', 'marquetry', 'marquette', 'marquises', 'marquitas', 'marrakesh', 'marriages', 'marrietta', 'marriotts', 'marshaled', 'marshalls', 'marshiest', 'marshland', 'marsupial', 'martinets', 'martinezs', 'martinson', 'martyrdom', 'martyring', 'marveling', 'marvelled', 'marvelous', 'maryannes', 'maryellen', 'marylands', 'marzipans', 'mascaraed', 'masculine', 'masefield', 'maseratis', 'masochism', 'masochist', 'masonites', 'massacred', 'massacres', 'massaging', 'massasoit', 'masseuses', 'massively', 'masterful', 'mastering', 'mastheads', 'masticate', 'mastodons', 'matchable', 'matchbook', 'matchboxs', 'matchings', 'matchless', 'matchmake', 'materials', 'maternity', 'mathewson', 'matriarch', 'matricide', 'matrimony', 'matsumoto', 'mattering', 'mattresss', 'maturitys', 'maundered', 'mauricios', 'mauritius', 'mausoleum', 'mavericks', 'mawkishly', 'maxillary', 'maximally', 'maximised', 'maximises', 'maximized', 'maximizer', 'maximizes', 'mayflower', 'mayoralty', 'mazatlans', 'mazourkas', 'mccartney', 'mcclellan', 'mccluskey', 'mcconnell', 'mccormick', 'mccracken', 'mcdaniels', 'mcdermott', 'mcdonalds', 'mcdonnell', 'mcdougall', 'mcdowells', 'mcfaddens', 'mcfarland', 'mcgoverns', 'mcguffeys', 'mcintoshs', 'mcintyres', 'mckenzies', 'mckinleys', 'mckinneys', 'mcknights', 'mcmillans', 'mcnamaras', 'mcpherson', 'mealtimes', 'meandered', 'meannesss', 'meantimes', 'meanwhile', 'measliest', 'measuring', 'meatballs', 'meatloafs', 'mechanics', 'mechanise', 'mechanism', 'mechanist', 'mechanize', 'medalists', 'medallion', 'medallist', 'mediaeval', 'mediating', 'mediation', 'mediators', 'medicaids', 'medically', 'medicares', 'medicated', 'medicates', 'medicinal', 'medicines', 'meditated', 'meditates', 'meeknesss', 'megabytes', 'megacycle', 'megahertz', 'megaliths', 'megaphone', 'megapixel', 'melanesia', 'melanomas', 'melbourne', 'melendezs', 'meliorate', 'melisande', 'mellowest', 'mellowing', 'melodious', 'melodrama', 'melpomene', 'meltdowns', 'meltingly', 'meltwater', 'melvilles', 'membranes', 'mementoes', 'memorable', 'memorably', 'memoranda', 'memorials', 'memorised', 'memorises', 'memorized', 'memorizer', 'memorizes', 'menagerie', 'mendacity', 'mendeleev', 'mendelian', 'mendicant', 'mendocino', 'menelauss', 'menhadens', 'mennonite', 'menominee', 'menopause', 'menstrual', 'menswears', 'mentality', 'mentioned', 'mentioner', 'mentoring', 'mercenary', 'mercerise', 'mercerize', 'merchants', 'merciless', 'mercurial', 'mercuries', 'merganser', 'meridians', 'meringues', 'merrimack', 'merriment', 'merriness', 'merrymake', 'mescaline', 'mesmerise', 'mesmerism', 'mesmerize', 'mesozoics', 'mesquites', 'messenger', 'messianic', 'messieurs', 'messiness', 'mestizoes', 'metabolic', 'metacarpi', 'metallica', 'metalloid', 'metalwork', 'metamucil', 'metaphors', 'meteorite', 'meteoroid', 'methadone', 'methadons', 'methanols', 'methodism', 'methodist', 'methought', 'methylene', 'metronome', 'meyerbeer', 'mezzanine', 'michelins', 'michelles', 'michelobs', 'michelson', 'michigans', 'mickelson', 'microbial', 'microchip', 'microcode', 'microcosm', 'microfilm', 'microsoft', 'microwave', 'microword', 'middleman', 'middlemen', 'middlesex', 'middleton', 'midnights', 'midpoints', 'midstream', 'midsummer', 'midwifery', 'midwifing', 'midwinter', 'midwiving', 'mightiest', 'migraines', 'migrating', 'migration', 'migratory', 'milagross', 'mildewing', 'mildnesss', 'mileposts', 'milestone', 'militancy', 'militants', 'militarys', 'militated', 'militates', 'milkiness', 'milkmaids', 'milkshake', 'milkweeds', 'millennia', 'millepede', 'millicent', 'milligram', 'milliners', 'millinery', 'millionth', 'millipede', 'millivolt', 'milliwatt', 'millraces', 'millstone', 'milosevic', 'miltiades', 'milwaukee', 'mimicking', 'mimicries', 'minamotos', 'mincemeat', 'mindfully', 'minefield', 'miniature', 'minibikes', 'minibuses', 'minimally', 'minimised', 'minimises', 'minimized', 'minimizer', 'minimizes', 'miniscule', 'miniskirt', 'ministers', 'ministrys', 'minnellis', 'minnesota', 'minoritys', 'minotaurs', 'minstrels', 'minuscule', 'minuteman', 'minutemen', 'mirroring', 'mirthless', 'misbehave', 'miscalled', 'mischance', 'mischiefs', 'miscounts', 'miscreant', 'misdirect', 'misdoings', 'miserable', 'miserably', 'misfiring', 'misfitted', 'misgiving', 'misgovern', 'misguided', 'misguides', 'mishandle', 'mishmashs', 'misinform', 'misjudged', 'misjudges', 'mislaying', 'mismanage', 'mismatchs', 'misnomers', 'misogynys', 'misplaced', 'misplaces', 'misplayed', 'misprints', 'misquoted', 'misquotes', 'misruling', 'misshapen', 'missilery', 'missioner', 'missouris', 'misspells', 'misspends', 'misstated', 'misstates', 'mistaking', 'mistakion', 'mistiming', 'mistiness', 'mistletoe', 'mistreats', 'mistresss', 'mistrials', 'mistrusts', 'mistyping', 'miterwort', 'mitigated', 'mitigates', 'mnemonics', 'mnemosyne', 'mobilised', 'mobilises', 'mobilitys', 'mobilized', 'mobilizes', 'moccasins', 'mockeries', 'mockernut', 'mockingly', 'modalitys', 'modelings', 'modelling', 'moderated', 'moderates', 'moderator', 'modernise', 'modernism', 'modernist', 'modernity', 'modernize', 'modifiers', 'modifying', 'modularly', 'modulated', 'modulates', 'modulator', 'mogadishu', 'mohammads', 'mohammeds', 'moiseyevs', 'moistened', 'moistness', 'moistures', 'molassess', 'moldavias', 'moldboard', 'moldering', 'moldiness', 'molecular', 'molecules', 'molehills', 'moleskins', 'molesters', 'molesting', 'mollified', 'mollifies', 'molybdate', 'momentary', 'momentous', 'momentums', 'monarchic', 'monarchys', 'monastery', 'monastics', 'moneybags', 'moneymake', 'moneywort', 'mongering', 'mongolian', 'mongolias', 'mongolism', 'mongoloid', 'mongooses', 'monickers', 'monitored', 'monkeying', 'monoceros', 'monocular', 'monogamys', 'monograms', 'monograph', 'monoliths', 'monologue', 'monomania', 'monomeric', 'monopolys', 'monorails', 'monotones', 'monotonic', 'monotonys', 'monotreme', 'monoxides', 'monrovias', 'monsantos', 'monsieurs', 'monsignor', 'monstrous', 'montaigne', 'montanans', 'montclair', 'monterrey', 'montezuma', 'monthlies', 'montreals', 'monuments', 'moodiness', 'moonbeams', 'moonlight', 'moonscape', 'moonshine', 'moonshots', 'moonstone', 'moralised', 'moralises', 'moralists', 'moralitys', 'moralized', 'moralizes', 'moratoria', 'morbidity', 'moriartys', 'mormonism', 'moroccans', 'morphemes', 'morphemic', 'morpheuss', 'morphines', 'morphisms', 'morrissey', 'mortality', 'mortaring', 'mortgaged', 'mortgagee', 'mortgager', 'mortgages', 'mortgagor', 'mortician', 'morticing', 'mortified', 'mortifies', 'mortising', 'mortuarys', 'mosquitos', 'mothballs', 'motherers', 'mothering', 'motioning', 'motivated', 'motivates', 'motivator', 'motocross', 'motorbike', 'motorboat', 'motorcade', 'motorcars', 'motorised', 'motorises', 'motorists', 'motorized', 'motorizes', 'motormans', 'motorolas', 'motorways', 'mouldered', 'mouldiest', 'mouldings', 'mountains', 'mountings', 'mournings', 'mousetrap', 'mousiness', 'moustache', 'mouthfuls', 'mouthwash', 'moveables', 'movements', 'mucilages', 'muckraked', 'muckraker', 'muckrakes', 'muddiness', 'mudguards', 'mudslides', 'muensters', 'mugginess', 'muhammads', 'mulattoes', 'mulberrys', 'muleteers', 'mulligans', 'mullikans', 'mulroneys', 'multiples', 'multiplet', 'multiplex', 'multitude', 'mumblings', 'mummified', 'mummifies', 'munchiess', 'mundanely', 'municipal', 'munitions', 'muralists', 'murasakis', 'murchison', 'murderers', 'murderess', 'murdering', 'murderous', 'murkiness', 'murmuring', 'muscatels', 'muscovite', 'musharraf', 'mushiness', 'mushrooms', 'musicales', 'musically', 'musicians', 'musketeer', 'musketrys', 'muskiness', 'muskmelon', 'muskogees', 'mussolini', 'mustached', 'mustaches', 'mustachio', 'mustering', 'mustiness', 'mutations', 'mutenesss', 'mutilated', 'mutilates', 'mutineers', 'mutinying', 'mutsuhito', 'mutterers', 'muttering', 'mutuality', 'mycenaean', 'myofibril', 'myoglobin', 'mysteries', 'mysticism', 'mystified', 'mystifies', 'mystiques', 'mythology', 'nagasakis', 'nailbrush', 'naismiths', 'naiveness', 'nakedness', 'nameplate', 'namesakes', 'namibians', 'nanometer', 'nantucket', 'napalming', 'naphtalis', 'napoleons', 'narcissus', 'narcosiss', 'narcotics', 'narrating', 'narration', 'narrative', 'narrators', 'narrowest', 'narrowing', 'nasalised', 'nasalises', 'nasalized', 'nasalizes', 'nashville', 'nastiness', 'nathaniel', 'nationals', 'nativitys', 'naturally', 'naugahyde', 'naughtier', 'naughtily', 'nauseated', 'nauseates', 'nautiluss', 'navigable', 'navigated', 'navigates', 'navigator', 'naysayers', 'ndjamenas', 'nearnesss', 'neatnesss', 'nebraskan', 'nebraskas', 'necessary', 'necessity', 'necklaces', 'necklines', 'necrosiss', 'nectarine', 'neediness', 'nefarious', 'nefertiti', 'negations', 'negatived', 'negatives', 'neglected', 'neglecter', 'negligees', 'negligent', 'negotiate', 'neighbors', 'neighbour', 'nematodes', 'nembutals', 'neodymium', 'neolithic', 'neologism', 'neophytes', 'neoprenes', 'nepaleses', 'nephritis', 'nepotisms', 'neptunium', 'nerveless', 'nervously', 'nestlings', 'nestorius', 'netscapes', 'networked', 'neuralgia', 'neuralgic', 'neuritiss', 'neurology', 'neurosiss', 'neurotics', 'neutering', 'neutrally', 'neutrinos', 'nevermore', 'newcastle', 'newcomers', 'newlyweds', 'newscasts', 'newsflash', 'newspaper', 'newsprint', 'newsreels', 'newsstand', 'newsweeks', 'newtonian', 'ngaliemas', 'nicaragua', 'nicenesss', 'nichirens', 'nicholson', 'nicknacks', 'nicknamed', 'nicknames', 'nicodemus', 'nicotines', 'nietzsche', 'nigerians', 'niggardly', 'nightcaps', 'nightclub', 'nightfall', 'nightgown', 'nighthawk', 'nightlife', 'nightmare', 'nighttime', 'nihilisms', 'nihilists', 'nikolayev', 'nilpotent', 'ninepinss', 'nineteens', 'ninetieth', 'nirenberg', 'nitpicked', 'nitpicker', 'nitrating', 'nitrogens', 'nobelists', 'nobilitys', 'noblemans', 'nobleness', 'nocturnal', 'nocturnes', 'noiseless', 'noisemake', 'noisiness', 'nominally', 'nominated', 'nominates', 'nomograph', 'noncyclic', 'nonentity', 'nonesuchs', 'nonevents', 'nonexempt', 'nonlinear', 'nonliving', 'nonmember', 'nonpareil', 'nonplused', 'nonpluses', 'nonprofit', 'nonsenses', 'nonsensic', 'nonsexist', 'nonsmoker', 'nonverbal', 'nonvoting', 'nonwhites', 'noontimes', 'norbertos', 'nordstrom', 'normalcys', 'normalise', 'normality', 'normalize', 'normandys', 'normative', 'norsemans', 'northeast', 'northerly', 'northland', 'northrops', 'northrups', 'northward', 'northwest', 'norwegian', 'nosebleed', 'nosedived', 'nosedives', 'nosferatu', 'nosinesss', 'nostalgia', 'nostalgic', 'notarised', 'notarises', 'notarized', 'notarizes', 'notations', 'notebooks', 'notepaper', 'notifiers', 'notifying', 'notoriety', 'notorious', 'nourished', 'nourishes', 'novartiss', 'novelette', 'novelists', 'novelties', 'novembers', 'novitiate', 'novocaine', 'novocains', 'nowadayss', 'nucleolus', 'nucleuses', 'nuisances', 'nukualofa', 'nullified', 'nullifies', 'numbering', 'numbnesss', 'numbskull', 'numerable', 'numerated', 'numerates', 'numerator', 'numerical', 'numskulls', 'nunneries', 'nuremberg', 'nursemaid', 'nurseries', 'nurturing', 'nuthatchs', 'nutrients', 'nutriment', 'nutrition', 'nutritive', 'nutshells', 'nuttiness', 'obduracys', 'obedience', 'obeisance', 'obfuscate', 'obituarys', 'objectify', 'objecting', 'objection', 'objective', 'objectors', 'oblations', 'obligated', 'obligates', 'obliquely', 'oblivions', 'oblivious', 'obnoxious', 'obscenely', 'obscenest', 'obscenity', 'obscurely', 'obscurest', 'obscuring', 'obscurity', 'obsequies', 'observant', 'observers', 'observing', 'obsessing', 'obsession', 'obsessive', 'obsidians', 'obsoleted', 'obsoletes', 'obstacles', 'obstetric', 'obstinacy', 'obstinate', 'obstructs', 'obstruent', 'obtaining', 'obtruding', 'obtrusion', 'obtrusive', 'obviating', 'obviation', 'obviously', 'occasions', 'occipital', 'occluding', 'occlusion', 'occlusive', 'occultate', 'occupancy', 'occupants', 'occupying', 'occurrent', 'occurring', 'oceanside', 'octagonal', 'octahedra', 'octennial', 'octillion', 'octopuses', 'odometers', 'odorously', 'odourless', 'odysseuss', 'oesophagi', 'oestrogen', 'offenbach', 'offenders', 'offending', 'offensive', 'offerings', 'offertory', 'officemax', 'officials', 'officiate', 'officious', 'offsaddle', 'offshoots', 'offspring', 'offstages', 'ogbomosho', 'oilcloths', 'oilfields', 'oilinesss', 'ointments', 'oklahoman', 'oklahomas', 'olajuwons', 'oldenburg', 'oldfields', 'oleanders', 'olfactory', 'oligarchs', 'oligarchy', 'oligocene', 'oligopoly', 'olivettis', 'olympiads', 'olympians', 'ombudsman', 'ombudsmen', 'omdurmans', 'omelettes', 'ominously', 'omissions', 'omnibuses', 'omnivores', 'oncologys', 'onionskin', 'onlookers', 'onlooking', 'onondagas', 'onrushing', 'onslaught', 'opennesss', 'openworks', 'operating', 'operation', 'operative', 'operators', 'operettas', 'ophiuchus', 'opponents', 'opportune', 'opposable', 'opposites', 'oppressed', 'oppresses', 'oppressor', 'opthalmic', 'optically', 'opticians', 'optimally', 'optimised', 'optimiser', 'optimises', 'optimisms', 'optimists', 'optimized', 'optimizer', 'optimizes', 'optioning', 'optometry', 'opulences', 'orangeade', 'orangutan', 'oratories', 'oratorios', 'orbitally', 'orchestra', 'ordaining', 'orderings', 'orderlies', 'ordinance', 'ordinarys', 'ordinates', 'ordnances', 'oregonian', 'organdies', 'organelle', 'organised', 'organiser', 'organises', 'organisms', 'organists', 'organized', 'organizer', 'organizes', 'orgiastic', 'orientals', 'orientate', 'orienting', 'originals', 'originate', 'ornaments', 'orneriest', 'orography', 'orphanage', 'orphaning', 'orthodoxy', 'orwellian', 'oscillate', 'ossifying', 'osteology', 'osteopath', 'ostracise', 'ostracism', 'ostracize', 'ostrander', 'ostriches', 'ostrogoth', 'osullivan', 'otherwise', 'ourselves', 'outbreaks', 'outbursts', 'outdoorss', 'outermost', 'outfields', 'outfitted', 'outfitter', 'outflanks', 'outfoxing', 'outgrowth', 'outhouses', 'outlasted', 'outlawing', 'outlaying', 'outlining', 'outliving', 'outnumber', 'outplayed', 'outputted', 'outraging', 'outranked', 'outreachs', 'outriders', 'outrigger', 'outshined', 'outshines', 'outsiders', 'outskirts', 'outsmarts', 'outsource', 'outspoken', 'outspread', 'outstayed', 'outstrips', 'outstript', 'outvoting', 'outwardly', 'outweighs', 'outwitted', 'overacted', 'overallss', 'overawing', 'overbears', 'overbites', 'overblown', 'overboard', 'overbooks', 'overborne', 'overcasts', 'overcoats', 'overcomes', 'overcooks', 'overcrowd', 'overdoing', 'overdosed', 'overdoses', 'overdraft', 'overdrawn', 'overdraws', 'overdress', 'overdrive', 'overeager', 'overeaten', 'overflows', 'overgrown', 'overgrows', 'overhands', 'overhangs', 'overhauls', 'overheads', 'overheard', 'overhears', 'overheats', 'overjoyed', 'overkills', 'overlayed', 'overloads', 'overlooks', 'overlords', 'overlying', 'overnight', 'overpasss', 'overplays', 'overpower', 'overprice', 'overprint', 'overrated', 'overrates', 'overreach', 'overreact', 'overrides', 'overripes', 'overruled', 'overrules', 'overseers', 'oversells', 'oversexed', 'overshoes', 'overshoot', 'oversight', 'oversized', 'oversleep', 'overslept', 'overspend', 'overspent', 'overspill', 'overstate', 'overstays', 'oversteps', 'overstock', 'overtaken', 'overtaker', 'overtakes', 'overtaxed', 'overtaxes', 'overthrew', 'overthrow', 'overtimes', 'overtones', 'overtures', 'overturns', 'overusing', 'overviews', 'overwhelm', 'overworks', 'overwrite', 'oviparous', 'ovulating', 'ovulation', 'ownership', 'oxidation', 'oxidisers', 'oxidising', 'oxidizers', 'oxidizing', 'oxycontin', 'oxygenate', 'oxymorons', 'pacemaker', 'pachyderm', 'pacifiers', 'pacifisms', 'pacifists', 'pacifying', 'packagers', 'packaging', 'paddocked', 'padlocked', 'paganisms', 'pageantry', 'paginated', 'paginates', 'painfully', 'paintings', 'paintwork', 'pakistani', 'pakistans', 'palatable', 'palavered', 'palefaces', 'palembang', 'palenesss', 'paleocene', 'paleogene', 'paleozoic', 'palestine', 'palimonys', 'palisades', 'palladian', 'palladium', 'palliated', 'palliates', 'palmettos', 'palmistry', 'palmolive', 'palominos', 'palpating', 'palpation', 'palpitate', 'paltriest', 'pampering', 'pamphlets', 'panasonic', 'pancaking', 'pancreass', 'pandemics', 'panderers', 'pandering', 'panegyric', 'panelings', 'panelists', 'panelling', 'panellist', 'panhandle', 'panickier', 'panicking', 'pankhurst', 'panmunjom', 'panoplies', 'panoramas', 'panoramic', 'pantaloon', 'pantheism', 'pantheist', 'pantheons', 'pantomime', 'pantsuits', 'pantyhose', 'paperback', 'paperboys', 'papergirl', 'paperings', 'paperwork', 'papillary', 'papyruses', 'parabolas', 'parabolic', 'parachute', 'paraclete', 'paradigms', 'paradises', 'paradoxes', 'paradoxic', 'paraffins', 'paragraph', 'paraguays', 'parakeets', 'paralegal', 'parallaxs', 'parallels', 'paralysed', 'paralyses', 'paralysis', 'paralytic', 'paralyzed', 'paralyzes', 'paramecia', 'paramedic', 'parameter', 'paramount', 'paramours', 'paranoiac', 'paranoias', 'paranoids', 'parasites', 'parasitic', 'paratroop', 'parboiled', 'parceling', 'parcelled', 'parcheesi', 'parchment', 'pardoners', 'pardoning', 'paregoric', 'parentage', 'parenting', 'parisians', 'parkinson', 'parlances', 'parlaying', 'parleying', 'parmesans', 'parnassus', 'parochial', 'parodying', 'paroxysms', 'parqueted', 'parquetry', 'parrakeet', 'parricide', 'parroting', 'parsifals', 'parsimony', 'parsonage', 'partakers', 'partaking', 'parterres', 'parthenon', 'partially', 'particles', 'partisans', 'partition', 'partizans', 'partnered', 'partridge', 'pasadenas', 'pasquales', 'passbooks', 'passenger', 'passerbys', 'passersby', 'passivate', 'passively', 'passivity', 'passovers', 'passports', 'passwords', 'pasternak', 'pastiches', 'pastorals', 'pastorate', 'pastramis', 'pasturage', 'pasturing', 'patagonia', 'patchiest', 'patchwork', 'patenters', 'patenting', 'paternity', 'pathogens', 'pathology', 'patiences', 'patienter', 'patiently', 'patriarch', 'patrician', 'patricias', 'patricide', 'patrimony', 'patriotic', 'patristic', 'patrolled', 'patrolman', 'patrolmen', 'patronage', 'patroness', 'patronise', 'patronize', 'pattering', 'patterned', 'patterson', 'paulettes', 'paunchier', 'pauperise', 'pauperism', 'pauperize', 'pavarotti', 'pavements', 'pavilions', 'pavlovian', 'pawnshops', 'pawtucket', 'paychecks', 'paymaster', 'peaceable', 'peaceably', 'peacemake', 'peacetime', 'peachtree', 'pearliest', 'peasantry', 'pebbliest', 'peccaries', 'peckinpah', 'pectorals', 'pecuniary', 'pedagogic', 'pedagogue', 'pedagogys', 'pedalling', 'pedantrys', 'pederasts', 'pederasty', 'pedestals', 'pediatric', 'pedicured', 'pedicures', 'pedigreed', 'pedigrees', 'pediments', 'pedometer', 'peekaboos', 'peepholes', 'peevishly', 'pegasuses', 'pekineses', 'pekingese', 'pellagras', 'pelleting', 'pembrokes', 'penalised', 'penalises', 'penalized', 'penalizes', 'penalties', 'penchants', 'penciling', 'pencilled', 'pendulous', 'pendulums', 'penelopes', 'penetrate', 'peninsula', 'penitence', 'penitents', 'penknifes', 'penknives', 'penlights', 'penniless', 'pennzoils', 'penologys', 'pensacola', 'pensioned', 'pensioner', 'pensively', 'pentagons', 'pentagram', 'pentecost', 'penthouse', 'penurious', 'peppering', 'pepperoni', 'perceived', 'perceiver', 'perceives', 'perchance', 'percheron', 'percolate', 'perdition', 'peregrine', 'perelmans', 'perennial', 'perfected', 'perfecter', 'perfectly', 'perfidies', 'perforate', 'performed', 'performer', 'perfumery', 'perfuming', 'perfusion', 'periclean', 'perihelia', 'perilling', 'perimeter', 'periphery', 'periscope', 'perishers', 'perishing', 'peritonea', 'perjurers', 'perjuries', 'perjuring', 'perkiness', 'permalloy', 'permanent', 'permeable', 'permeated', 'permeates', 'permitted', 'permuting', 'peroxided', 'peroxides', 'perpetual', 'perplexed', 'perplexes', 'persecute', 'persevere', 'persimmon', 'persisted', 'personage', 'personals', 'personify', 'personnel', 'perspired', 'perspires', 'persuaded', 'persuader', 'persuades', 'pertained', 'pertinent', 'pertnesss', 'perturbed', 'peruvians', 'pervading', 'pervasion', 'pervasive', 'perverted', 'pessimism', 'pessimist', 'pestering', 'pesticide', 'pestilent', 'petersens', 'petersons', 'petitions', 'petrarchs', 'petrified', 'petrifies', 'petroleum', 'petrology', 'petticoat', 'pettifogs', 'pettiness', 'petulance', 'phaethons', 'phagocyte', 'phalanger', 'phalanges', 'phalanxes', 'phalarope', 'phalluses', 'phantasms', 'phantasys', 'pharisees', 'pharmacys', 'pharynges', 'pharynxes', 'pheasants', 'phenomena', 'phenotype', 'pheromone', 'philander', 'philately', 'philippes', 'philippic', 'phillipas', 'philology', 'philosoph', 'phlebitis', 'phoenicia', 'phoenixes', 'phonetics', 'phoneying', 'phoniness', 'phonology', 'phosphate', 'phosphide', 'phosphine', 'phosphors', 'photocopy', 'photostat', 'phrasings', 'phthalate', 'phylogeny', 'physicals', 'physician', 'physicist', 'physicked', 'physiques', 'pickaback', 'pickaxing', 'pickerels', 'pickering', 'picketers', 'picketing', 'pickfords', 'pickingss', 'pickwicks', 'picnicked', 'picnicker', 'picofarad', 'picojoule', 'pictorial', 'picturing', 'piecemeal', 'piecewise', 'piecework', 'piedmonts', 'piercings', 'piggyback', 'pigheaded', 'pigmented', 'pilasters', 'pilchards', 'pilcomayo', 'pilferage', 'pilferers', 'pilfering', 'pillaging', 'pillboxes', 'pilloried', 'pillories', 'pillowing', 'pillsbury', 'pimientos', 'pimpernel', 'pimpliest', 'pinafores', 'pinatubos', 'pineapple', 'pinehurst', 'pinioning', 'pinkerton', 'pinnacles', 'pinocchio', 'pinochets', 'pinochles', 'pinpoints', 'pinpricks', 'pinstripe', 'pinwheels', 'pioneered', 'pipelined', 'pipelines', 'pipsqueak', 'piquancys', 'piratical', 'pirouette', 'pistachio', 'pitcairns', 'pitchfork', 'pitchmans', 'piteously', 'pithiness', 'pitifully', 'pittances', 'pituitary', 'pityingly', 'pizzerias', 'pizzicati', 'pizzicato', 'placarded', 'placating', 'placation', 'placeable', 'placement', 'placentae', 'placental', 'placentas', 'placidity', 'plainness', 'plaintiff', 'plaintive', 'planarity', 'planeload', 'planetary', 'planetoid', 'plankings', 'planktons', 'plannings', 'plantains', 'plantings', 'plastered', 'plasterer', 'plastisol', 'plateaued', 'platefuls', 'platelets', 'platforms', 'platinize', 'platinums', 'platitude', 'platonism', 'platonist', 'platooned', 'platypuss', 'plausible', 'plausibly', 'playacted', 'playbacks', 'playbills', 'playfully', 'playgoers', 'playhouse', 'playmates', 'playrooms', 'plaything', 'pleasings', 'pleasured', 'pleasures', 'plebeians', 'plectrums', 'pleiadess', 'plenaries', 'plenitude', 'plenteous', 'plentiful', 'plethoras', 'pleurisys', 'plexiglas', 'plighting', 'pliocenes', 'ploddings', 'ploughing', 'ploughman', 'ploughmen', 'plowshare', 'pluckiest', 'plugboard', 'pluggable', 'plumbings', 'plummeted', 'plumpness', 'plundered', 'plunderer', 'pluralise', 'pluralism', 'plurality', 'pluralize', 'plushiest', 'plutarchs', 'plutocrat', 'plutonium', 'plymouths', 'pneumatic', 'pneumonia', 'pocketful', 'pocketing', 'pockmarks', 'podgorica', 'podhoretz', 'podiatrys', 'poetesses', 'poignancy', 'pointedly', 'pointiest', 'pointless', 'pointwise', 'poisoners', 'poisoning', 'poisonous', 'pokerface', 'polanskis', 'polarised', 'polarises', 'polariton', 'polaritys', 'polarized', 'polarizes', 'polaroids', 'polemical', 'polestars', 'policeman', 'policemen', 'polishers', 'polishing', 'politburo', 'politesse', 'political', 'politicos', 'politicss', 'pollcadot', 'pollinate', 'polliwogs', 'pollsters', 'pollutant', 'polluters', 'polluting', 'pollution', 'pollyanna', 'pollywogs', 'polonaise', 'poloniums', 'poltroons', 'polyester', 'polygamys', 'polyglots', 'polygonal', 'polygraph', 'polyhedra', 'polymaths', 'polymeric', 'polymorph', 'polynesia', 'polyphony', 'polythene', 'pomerania', 'pommeling', 'pommelled', 'pompadour', 'pomposity', 'pompously', 'pondering', 'ponderous', 'pontianak', 'ponytails', 'poorhouse', 'popinjays', 'poppycock', 'populaces', 'popularly', 'populated', 'populates', 'populisms', 'populists', 'porcelain', 'porcupine', 'porfirios', 'porositys', 'porphyrys', 'porpoised', 'porpoises', 'porridges', 'porringer', 'portables', 'portaging', 'portended', 'portfolio', 'portholes', 'porticoes', 'portioned', 'portlands', 'portliest', 'portraits', 'portrayal', 'portrayed', 'portugals', 'portulaca', 'poseidons', 'positions', 'positives', 'positrons', 'possessed', 'possesses', 'possessor', 'possibles', 'postcards', 'postcodes', 'postdated', 'postdates', 'posterior', 'posterity', 'posthaste', 'postludes', 'postmarks', 'postnatal', 'postorder', 'postponed', 'postpones', 'postulate', 'posturing', 'potassium', 'potbellys', 'potboiler', 'potentate', 'potential', 'potholder', 'potpourri', 'potsherds', 'potteries', 'pottering', 'poulticed', 'poultices', 'powdering', 'powerboat', 'powerless', 'powersets', 'powhatans', 'powwowing', 'practical', 'practiced', 'practices', 'practised', 'practises', 'pragmatic', 'prankster', 'pratchett', 'pratfalls', 'prattling', 'prayerful', 'preachers', 'preachier', 'preaching', 'preakness', 'preambled', 'preambles', 'preassign', 'precedent', 'preceding', 'preceptor', 'precincts', 'precipice', 'precisely', 'precisest', 'precision', 'precluded', 'precludes', 'precocity', 'precursor', 'predating', 'predators', 'predatory', 'predefine', 'predicate', 'predicted', 'predictor', 'predilect', 'preempted', 'preemptor', 'preexists', 'prefabbed', 'prefacing', 'prefatory', 'preferred', 'prefigure', 'prefixing', 'pregnancy', 'preheated', 'prejudged', 'prejudges', 'prejudice', 'premature', 'premiered', 'premieres', 'preminger', 'premising', 'premisses', 'premyslid', 'prentices', 'preoccupy', 'preordain', 'preparing', 'prepaying', 'preppiest', 'prerecord', 'presaging', 'preschool', 'prescient', 'prescotts', 'prescribe', 'prescript', 'preselect', 'presences', 'presented', 'presenter', 'presently', 'preserved', 'preserver', 'preserves', 'preshrank', 'preshrink', 'preshrunk', 'president', 'presiding', 'pressings', 'pressmans', 'pressured', 'pressures', 'prestiges', 'presuming', 'pretences', 'pretended', 'pretender', 'pretenses', 'preterite', 'preterits', 'pretorias', 'prettiest', 'prettying', 'prevailed', 'prevalent', 'prevented', 'previewed', 'previewer', 'pribilofs', 'priceless', 'pricklier', 'prickling', 'priestess', 'priestley', 'primaeval', 'primaries', 'primarily', 'primeness', 'primitive', 'primnesss', 'primroses', 'princesss', 'princeton', 'principal', 'principes', 'principia', 'principle', 'printable', 'printably', 'printings', 'printmake', 'printouts', 'prioresss', 'prioritys', 'priscilla', 'prismatic', 'prisoners', 'prissiest', 'pritchard', 'privacies', 'privateer', 'privately', 'privatest', 'privation', 'privatise', 'privatize', 'privilege', 'proactive', 'probables', 'probating', 'probation', 'probative', 'proboscis', 'procedure', 'proceeded', 'proceedss', 'processed', 'processes', 'processor', 'proclaims', 'procreate', 'proctored', 'procurers', 'procuring', 'prodigals', 'prodigies', 'producers', 'producing', 'profanely', 'profaning', 'profanity', 'professed', 'professes', 'professor', 'proffered', 'profiling', 'profiteer', 'profiting', 'profitted', 'profitter', 'profusely', 'profusion', 'prognoses', 'prognosis', 'programed', 'programer', 'programme', 'progresss', 'prohibits', 'projected', 'projector', 'prokofiev', 'prolixity', 'prologues', 'prolonged', 'prolusion', 'promenade', 'prominent', 'promising', 'promoters', 'promoting', 'promotion', 'prompters', 'promptest', 'prompting', 'proneness', 'pronghorn', 'pronounce', 'proofread', 'propagate', 'propelled', 'propeller', 'properest', 'propertys', 'prophecys', 'prophesys', 'prophetic', 'proponent', 'proposals', 'proposing', 'propounds', 'propriety', 'propylene', 'prorating', 'proscenia', 'proscribe', 'prosecute', 'proselyte', 'prosodics', 'prosodies', 'prospects', 'prospered', 'prostates', 'prostrate', 'protected', 'protector', 'protested', 'protester', 'protestor', 'protocols', 'prototype', 'protozoan', 'protozoon', 'protracts', 'protruded', 'protrudes', 'provenals', 'provences', 'provender', 'provident', 'providers', 'providing', 'provinces', 'provision', 'provisoes', 'provoking', 'proximate', 'proximity', 'prudences', 'prudently', 'prudishly', 'prurience', 'prussians', 'psalmists', 'pseudonym', 'psoriasis', 'psychical', 'psychoses', 'psychosis', 'psychotic', 'ptarmigan', 'ptolemaic', 'ptolemies', 'ptomaines', 'pubescent', 'publicans', 'publicise', 'publicist', 'publicity', 'publicize', 'published', 'publisher', 'publishes', 'puckering', 'puerility', 'puffballs', 'puffiness', 'pugilisms', 'pugilists', 'pugnacity', 'pullbacks', 'pullovers', 'pulmonary', 'pulsating', 'pulsation', 'pulverise', 'pulverize', 'pummeling', 'pummelled', 'punchiest', 'punchline', 'punctuate', 'punctured', 'punctures', 'pungencys', 'pungently', 'punishing', 'puppeteer', 'puppetrys', 'purchased', 'purchaser', 'purchases', 'purebreds', 'purenesss', 'purgation', 'purgative', 'purgatory', 'purifiers', 'purifying', 'puritanic', 'purloined', 'purported', 'purporter', 'purposely', 'purposing', 'purposive', 'pursuance', 'purulence', 'purveying', 'purveyors', 'pushcarts', 'pushiness', 'pushovers', 'pussycats', 'pussyfoot', 'putrefied', 'putrefies', 'puttering', 'puzzlings', 'pygmalion', 'pyongyang', 'pyorrheas', 'pyorrhoea', 'pyracanth', 'pyramidal', 'pyramided', 'pyreneess', 'pyrolysis', 'pyromania', 'pyrometer', 'pyrometry', 'quaaludes', 'quackerys', 'quadrants', 'quadratic', 'quadrille', 'quadruped', 'quadruple', 'quagmires', 'quaintest', 'quakeress', 'qualified', 'qualifier', 'qualifies', 'qualities', 'quandarys', 'quantitys', 'quantized', 'quantizes', 'quarreled', 'quarrying', 'quarryman', 'quarrymen', 'quartered', 'quarterly', 'quartette', 'quartzite', 'quasimodo', 'quatrains', 'quavering', 'queasiest', 'queenlier', 'queerness', 'quenching', 'querulous', 'questions', 'quibblers', 'quibbling', 'quickened', 'quicklime', 'quickness', 'quicksand', 'quickstep', 'quiescent', 'quietness', 'quietudes', 'quietuses', 'quillwort', 'quiltings', 'quintuple', 'quirkiest', 'quislings', 'quivering', 'quixotism', 'quizzical', 'quotation', 'quotidian', 'quotients', 'rabbinate', 'rabbiting', 'rabelaiss', 'racehorse', 'racetrack', 'rachelles', 'racinesss', 'racketeer', 'racketing', 'raconteur', 'radcliffe', 'radiances', 'radiantly', 'radiating', 'radiation', 'radiators', 'radically', 'radiogram', 'radiology', 'raggedest', 'raggedier', 'raillerys', 'railroads', 'raincoats', 'raindrops', 'rainfalls', 'rainmaker', 'rainstorm', 'rainwater', 'ramanujan', 'ramblings', 'ramifying', 'rampaging', 'rampantly', 'ramrodded', 'ranchings', 'rancidity', 'rancorous', 'randolphs', 'randomise', 'randomize', 'rangeland', 'ranginess', 'ranknesss', 'ransacked', 'ransoming', 'rapacious', 'rapacitys', 'rapiditys', 'rapturous', 'rapunzels', 'rarefying', 'rarenesss', 'rashnesss', 'rasmussen', 'raspberry', 'rastabans', 'ratcheted', 'ratepayer', 'ratifying', 'rationale', 'rationals', 'rationing', 'rattlings', 'raucously', 'raunchier', 'ravelling', 'ravishing', 'rawlinson', 'raymundos', 'razorback', 'reachable', 'reachably', 'reactions', 'readiness', 'readjusts', 'reaffirms', 'realigned', 'realising', 'realistic', 'realities', 'realizing', 'reanalyze', 'reanimate', 'reappears', 'reapplied', 'reapplies', 'reappoint', 'rearrange', 'rearwards', 'reasoners', 'reasoning', 'reasserts', 'reassigns', 'reassured', 'reassures', 'reawakens', 'rebelling', 'rebellion', 'rebinding', 'rebounded', 'rebuffing', 'rebuttals', 'rebutting', 'recalling', 'recanting', 'recapping', 'recapture', 'recasting', 'receipted', 'receivers', 'receiving', 'recentest', 'reception', 'receptive', 'receptors', 'recessing', 'recession', 'recessive', 'recharged', 'recharges', 'rechecked', 'recherche', 'recipient', 'reckoning', 'reclaimed', 'reclaimer', 'recliners', 'reclining', 'reclusive', 'recognise', 'recognize', 'recoiling', 'recollect', 'recombine', 'recommend', 'recompile', 'recompute', 'reconcile', 'recondite', 'reconnect', 'reconquer', 'reconvene', 'recopying', 'recorders', 'recording', 'recounted', 'recouping', 'recourses', 'recovered', 'recoverys', 'recreants', 'recreated', 'recreates', 'recruited', 'recruiter', 'rectangle', 'rectified', 'rectifier', 'rectifies', 'rectitude', 'rectories', 'recumbent', 'recurrent', 'recurring', 'recursing', 'recursion', 'recursive', 'recycling', 'redbreast', 'reddening', 'redeclare', 'redeemers', 'redeeming', 'redefined', 'redefines', 'redeploys', 'redesigns', 'redevelop', 'redgraves', 'redheaded', 'redirects', 'redisplay', 'redolence', 'redoubled', 'redoubles', 'redounded', 'redrafted', 'redrawing', 'redressed', 'redresses', 'reducible', 'reducibly', 'reduction', 'redundant', 'reeducate', 'reelected', 'reemerged', 'reemerges', 'reenacted', 'reenforce', 'reenlists', 'reentered', 'reentrant', 'reentries', 'reexamine', 'refashion', 'refection', 'refectory', 'referable', 'reference', 'referenda', 'referents', 'referrals', 'referring', 'refilling', 'refinance', 'refinerys', 'refitting', 'reflected', 'reflector', 'reflexive', 'refocused', 'refocuses', 'reforests', 'reformats', 'reformers', 'reforming', 'refracted', 'refrained', 'refreshed', 'refresher', 'refreshes', 'refueling', 'refuelled', 'refulgent', 'refunding', 'refurbish', 'refurnish', 'refutable', 'regaining', 'regarding', 'regencies', 'regicides', 'regiments', 'reginalds', 'registers', 'registrar', 'registrys', 'regressed', 'regresses', 'regretful', 'regretted', 'regrouped', 'regularly', 'regulated', 'regulates', 'regulator', 'rehabbing', 'rehashing', 'rehearsal', 'rehearsed', 'rehearser', 'rehearses', 'reheating', 'rehnquist', 'reichstag', 'reimburse', 'reimposed', 'reimposes', 'reinaldos', 'reindeers', 'reinforce', 'reinhardt', 'reinholds', 'reinserts', 'reinstate', 'reinvents', 'reinvests', 'reissuing', 'reiterate', 'rejecting', 'rejection', 'rejectors', 'rejoicing', 'rejoinder', 'rejoining', 'rekindled', 'rekindles', 'relabeled', 'relapsing', 'relations', 'relatives', 'relaxants', 'relearned', 'releasing', 'relegated', 'relegates', 'relenting', 'relevance', 'relevancy', 'reliances', 'relievers', 'relieving', 'religions', 'religious', 'reliquary', 'relishing', 'reloading', 'relocated', 'relocates', 'reluctant', 'remainder', 'remaining', 'remanding', 'remarking', 'remarried', 'remarries', 'rematches', 'rembrandt', 'remedying', 'remembers', 'reminders', 'reminding', 'remington', 'reminisce', 'remission', 'remitting', 'remodeled', 'remounted', 'removable', 'renascent', 'rendering', 'rendition', 'renegaded', 'renegades', 'renewable', 'renounced', 'renounces', 'renovated', 'renovates', 'renovator', 'renumbers', 'reopening', 'reordered', 'repackage', 'repainted', 'repairing', 'repairman', 'repairmen', 'repartees', 'repayable', 'repayment', 'repealing', 'repeaters', 'repeating', 'repellant', 'repellent', 'repelling', 'repentant', 'repenting', 'repertory', 'rephrased', 'rephrases', 'replacing', 'replaying', 'replenish', 'repleting', 'repletion', 'replicate', 'reportage', 'reporters', 'reporting', 'reposeful', 'repossess', 'reprehend', 'represent', 'repressed', 'represses', 'reprieved', 'reprieves', 'reprimand', 'reprinted', 'reprisals', 'reprising', 'reproachs', 'reprobate', 'reprocess', 'reproduce', 'reprogram', 'reproofed', 'reproving', 'reptilian', 'republics', 'republish', 'repudiate', 'repugnant', 'repulsing', 'repulsion', 'repulsive', 'reputable', 'reputably', 'reputedly', 'requested', 'requester', 'requiring', 'requisite', 'requitals', 'requiting', 'rereading', 'rerouting', 'rerunning', 'rescinded', 'researchs', 'reselects', 'reselling', 'resembled', 'resembles', 'resentful', 'resenting', 'reserpine', 'reserving', 'reservist', 'reservoir', 'resetting', 'resettled', 'resettles', 'reshuffle', 'residence', 'residency', 'residents', 'residuals', 'residuary', 'resigning', 'resilient', 'resinlike', 'resistant', 'resisters', 'resisting', 'resistive', 'resistors', 'resolvers', 'resolving', 'resonance', 'resonated', 'resonates', 'resonator', 'resorting', 'resounded', 'resourced', 'resources', 'respected', 'respecter', 'respelled', 'respiring', 'responded', 'responder', 'responses', 'restarted', 'restating', 'restfully', 'restively', 'restocked', 'restorers', 'restoring', 'restrains', 'restraint', 'restricts', 'restrooms', 'restudied', 'restudies', 'resubmits', 'resultant', 'resulting', 'resumable', 'resurface', 'resurgent', 'resurrect', 'retailers', 'retailing', 'retainers', 'retaining', 'retaliate', 'retardant', 'retarding', 'retelling', 'retention', 'retentive', 'rethought', 'reticence', 'reticular', 'reticulum', 'retooling', 'retorting', 'retouched', 'retouches', 'retracing', 'retracted', 'retrained', 'retreaded', 'retreated', 'retrieval', 'retrieved', 'retriever', 'retrieves', 'retrodden', 'retrofits', 'returnees', 'returning', 'reunified', 'reunifies', 'reuniting', 'revaluing', 'revamping', 'revealing', 'reveilles', 'revellers', 'revelling', 'revelries', 'revenging', 'revenuers', 'reverence', 'reverends', 'reversals', 'reversely', 'reversing', 'reversion', 'reverting', 'revertive', 'reviewers', 'reviewing', 'revisable', 'revisions', 'revisited', 'revocable', 'revokable', 'revolting', 'revolvers', 'revolving', 'revulsion', 'rewarding', 'rewinding', 'rewording', 'reworking', 'rewriting', 'rewritten', 'reykjavik', 'reynaldos', 'rhapsodic', 'rhapsodys', 'rheingaus', 'rheostats', 'rhetorics', 'rheumatic', 'rheumiest', 'rhiannons', 'rhineland', 'rhinoceri', 'rhodesias', 'rhodolite', 'rhodonite', 'rhomboids', 'rhombuses', 'ribaldrys', 'richelieu', 'richfield', 'richmonds', 'richnesss', 'ricketier', 'rickshaws', 'ricochets', 'riddances', 'ridgepole', 'ridiculed', 'ridicules', 'rieslings', 'riffraffs', 'riflemans', 'righteous', 'rightists', 'rightmost', 'rightness', 'rightward', 'rigiditys', 'rigidness', 'rigmarole', 'rigoberto', 'rigoletto', 'ringingly', 'ringlings', 'ringsides', 'ringworms', 'ripenesss', 'riposting', 'riskiness', 'ritualism', 'rivalling', 'rivalries', 'riverbank', 'riverbeds', 'riverside', 'rivetting', 'roadblock', 'roadhouse', 'roadkills', 'roadsides', 'roadsters', 'roadworks', 'robberies', 'robersons', 'robertson', 'roboticss', 'robustest', 'rochelles', 'rochester', 'rockbound', 'rocketing', 'rocketrys', 'rockiness', 'rodericks', 'rodriguez', 'rodriquez', 'roentgens', 'roguishly', 'roistered', 'roisterer', 'rollbacks', 'rollicked', 'romancers', 'romancing', 'romanians', 'romantics', 'ronstadts', 'rookeries', 'roominess', 'roommates', 'roosevelt', 'roquefort', 'rorschach', 'rosalinda', 'rosalinds', 'rosebushs', 'rosecrans', 'rosemarie', 'rosemarys', 'rosenberg', 'rosenblum', 'rosenthal', 'rosewoods', 'rosinesss', 'rossettis', 'rotarians', 'rotations', 'rottenest', 'rotterdam', 'rotundity', 'roughages', 'roughcast', 'roughened', 'roughneck', 'roughness', 'roughshod', 'roulettes', 'roumanias', 'roundelay', 'roundhead', 'roundness', 'roundworm', 'rousseaus', 'routinely', 'routinise', 'routinize', 'rowdiness', 'rowdyisms', 'rowelling', 'royalists', 'royalties', 'rubaiyats', 'rubberier', 'rubberise', 'rubberize', 'rubbished', 'rubbishes', 'rucksacks', 'ruddiness', 'rudenesss', 'rudiments', 'ruffianly', 'ruggedest', 'ruination', 'ruinously', 'rukeysers', 'rumblings', 'ruminants', 'ruminated', 'ruminates', 'rummaging', 'rumouring', 'rumsfelds', 'runabouts', 'runaround', 'runnymede', 'rupturing', 'rushmores', 'rustbelts', 'rusticate', 'rusticity', 'rustiness', 'rustproof', 'rutabagas', 'ruthenium', 'rutledges', 'sabotaged', 'sabotages', 'saboteurs', 'sacajawea', 'saccharin', 'sackcloth', 'sacrament', 'sacrifice', 'sacrilege', 'sacristan', 'sacristys', 'saddening', 'saddlebag', 'safariing', 'safeguard', 'safenesss', 'safflower', 'sagacious', 'sagacitys', 'sagebrush', 'sailboard', 'sailboats', 'sailcloth', 'sailfishs', 'sainthood', 'saintlier', 'sakhalins', 'salaaming', 'salacious', 'salesgirl', 'saleslady', 'salesmans', 'salinitys', 'salisbury', 'salivated', 'salivates', 'sallowest', 'saltiness', 'saltpeter', 'saltpetre', 'saltwater', 'salvadors', 'salvaging', 'salvation', 'salvatore', 'samanthas', 'samaritan', 'samarkand', 'samenesss', 'samplings', 'samsonite', 'samuelson', 'sanatoria', 'sanctions', 'sanctitys', 'sanctuary', 'sandbanks', 'sandblast', 'sandboxes', 'sanderson', 'sandiness', 'sandovals', 'sandpaper', 'sandpiper', 'sandstone', 'sandstorm', 'sandwichs', 'sangfroid', 'sanhedrin', 'sanitaria', 'sanitised', 'sanitises', 'sanitized', 'sanitizes', 'sanskrits', 'santayana', 'santiagos', 'sapiences', 'sapphires', 'sapsucker', 'saragossa', 'sarajevos', 'sarasotas', 'sarcastic', 'sarcomata', 'sardinias', 'sargassos', 'sartorial', 'sashaying', 'saskatoon', 'sasquatch', 'sassafras', 'sassanian', 'satanisms', 'satanists', 'satellite', 'satiating', 'satinwood', 'satirical', 'satirised', 'satirises', 'satirists', 'satirized', 'satirizes', 'satisfied', 'satisfies', 'saturable', 'saturated', 'saturater', 'saturates', 'saturdays', 'saturnine', 'saucepans', 'sauciness', 'sauntered', 'sauternes', 'savagerys', 'savannahs', 'savoriest', 'savourier', 'savouries', 'savouring', 'savoyards', 'sawhorses', 'sawtimber', 'saxifrage', 'saxophone', 'scabbards', 'scabbiest', 'scaffolds', 'scalawags', 'scallions', 'scalloped', 'scallywag', 'scampered', 'scansions', 'scantiest', 'scapegoat', 'scarcitys', 'scarecrow', 'scarified', 'scarifies', 'scarlatti', 'scarsdale', 'scattered', 'scavenged', 'scavenger', 'scavenges', 'scenarios', 'sceptical', 'scheduled', 'scheduler', 'schedules', 'schelling', 'schematic', 'schindler', 'schizoids', 'schlemiel', 'schlepped', 'schlieren', 'schmaltzs', 'schmaltzy', 'schmoozed', 'schmoozes', 'schnappss', 'schnauzer', 'schneider', 'schofield', 'scholarly', 'schoolboy', 'schoolers', 'schooling', 'schooners', 'schroeder', 'schussing', 'schuylers', 'schwartzs', 'schweppes', 'schwinger', 'sciaticas', 'scientist', 'scimitars', 'scintilla', 'scissored', 'sclerosis', 'sclerotic', 'scofflaws', 'scoldings', 'scoliosis', 'scolloped', 'scorchers', 'scorching', 'scorecard', 'scoreless', 'scorpions', 'scorpiuss', 'scorseses', 'scotching', 'scotchman', 'scotchmen', 'scotlands', 'scotsmans', 'scottishs', 'scoundrel', 'scourging', 'scoutings', 'scrabbled', 'scrabbles', 'scrambled', 'scrambler', 'scrambles', 'scramming', 'scrapbook', 'scrapings', 'scrappier', 'scrapping', 'scratched', 'scratcher', 'scratches', 'scrawling', 'scrawnier', 'screamers', 'screaming', 'screeched', 'screeches', 'screening', 'screwball', 'screwbean', 'screwiest', 'screwworm', 'scribbled', 'scribbler', 'scribbles', 'scribners', 'scrimmage', 'scrimping', 'scrimshaw', 'scripting', 'scription', 'scripture', 'scrofulas', 'scrolling', 'scrounged', 'scrounger', 'scrounges', 'scrubbers', 'scrubbier', 'scrubbing', 'scruffier', 'scrunched', 'scrunches', 'scrupling', 'scrutable', 'scrutinys', 'scuffling', 'scullerys', 'scullions', 'sculpting', 'sculptors', 'sculpture', 'scummiest', 'scuppered', 'scurfiest', 'scurrying', 'scurviest', 'scuttling', 'scuzziest', 'seaboards', 'seacoasts', 'seafarers', 'seafaring', 'sealskins', 'seaplanes', 'searchers', 'searching', 'searingly', 'seascapes', 'seashells', 'seashores', 'seasoners', 'seasoning', 'seaworthy', 'sebaceous', 'sebastian', 'secession', 'secluding', 'seclusion', 'seclusive', 'secondary', 'seconders', 'seconding', 'secretary', 'secreting', 'secretion', 'secretive', 'sectarian', 'sectional', 'sectioned', 'securings', 'securitys', 'sedations', 'sedatives', 'sedentary', 'sediments', 'seditions', 'seditious', 'seduction', 'seductive', 'seediness', 'seedlings', 'seemingly', 'seemliest', 'seesawing', 'segmented', 'segregant', 'segregate', 'seinfelds', 'selassies', 'selecting', 'selection', 'selective', 'selectman', 'selectmen', 'selectors', 'selectric', 'seleniums', 'seleucuss', 'selfishly', 'selfridge', 'selvedges', 'selznicks', 'semantics', 'semaphore', 'semblance', 'semesters', 'semicolon', 'semifinal', 'seminarys', 'seminoles', 'semiramis', 'semitones', 'senilitys', 'seniority', 'sensation', 'senseless', 'sensitise', 'sensitive', 'sensitize', 'sensually', 'sentenced', 'sentences', 'sentience', 'sentiment', 'sentinels', 'separable', 'separated', 'separates', 'separator', 'september', 'septettes', 'sepuchral', 'sepulcher', 'sepulchre', 'sequenced', 'sequencer', 'sequences', 'sequester', 'seraglios', 'serenaded', 'serenades', 'serengeti', 'serenitys', 'sergeants', 'serialise', 'serialize', 'seriously', 'sermonise', 'sermonize', 'servicing', 'serviette', 'servility', 'servitude', 'sevenfold', 'seventeen', 'seventies', 'severally', 'severalty', 'severance', 'severitys', 'sewerages', 'sexinesss', 'sextettes', 'sextuplet', 'sexuality', 'sforzando', 'shabbiest', 'shackling', 'shadiness', 'shadowbox', 'shadowier', 'shadowing', 'shaggiest', 'shakeable', 'shakedown', 'shakiness', 'shallower', 'shallowly', 'shambless', 'shambling', 'shameface', 'shameless', 'shampooed', 'shamrocks', 'shanghais', 'shankaras', 'shantungs', 'shapeless', 'shapelier', 'shareable', 'sharecrop', 'sharkskin', 'sharlenes', 'sharpened', 'sharpener', 'sharpness', 'shattered', 'sheathing', 'sheepdogs', 'sheepfold', 'sheepskin', 'sheetings', 'sheetrock', 'sheffield', 'sheikdoms', 'sheikhdom', 'shellfish', 'sheltered', 'shelvings', 'shenyangs', 'shepherds', 'sheppards', 'sheratans', 'sheratons', 'sherberts', 'shetlands', 'shielding', 'shiftiest', 'shiftless', 'shillalah', 'shillings', 'shimmered', 'shimmying', 'shinbones', 'shingling', 'shininess', 'shiningly', 'shinnying', 'shintoism', 'shipboard', 'shipbuild', 'shiploads', 'shipmates', 'shipments', 'shippings', 'shipshape', 'shipwreck', 'shipyards', 'shirrings', 'shirtmake', 'shirttail', 'shitepoke', 'shittiest', 'shivering', 'shlemiels', 'shlepping', 'shockleys', 'shoddiest', 'shoehorns', 'shoelaces', 'shoemaker', 'shoeshine', 'shootings', 'shootouts', 'shoplifts', 'shoppings', 'shoptalks', 'shoreline', 'shortages', 'shortcake', 'shortcuts', 'shortened', 'shortfall', 'shorthand', 'shorthorn', 'shortlist', 'shortness', 'shortstop', 'shortwave', 'shoshones', 'shoulders', 'shovelful', 'shoveling', 'shovelled', 'showboats', 'showcased', 'showcases', 'showdowns', 'showering', 'showgirls', 'showiness', 'showpiece', 'showplace', 'showrooms', 'shrapnels', 'shredders', 'shredding', 'shrewdest', 'shrieking', 'shrillest', 'shrilling', 'shrimping', 'shrinkage', 'shrinking', 'shriveled', 'shrouding', 'shrubbery', 'shrubbier', 'shrugging', 'shuddered', 'shufflers', 'shuffling', 'shutdowns', 'shuttered', 'shuttling', 'siberians', 'sibilants', 'sicilians', 'sickening', 'sickliest', 'sicknesss', 'sideboard', 'sideburns', 'sidekicks', 'sidelight', 'sidelined', 'sidelines', 'sideshows', 'sidesteps', 'sideswipe', 'sidetrack', 'sidewalks', 'sidewalls', 'siegfried', 'sieglinda', 'sightings', 'sightless', 'sightread', 'sightseer', 'sigismund', 'signaling', 'signalise', 'signalize', 'signalled', 'signatory', 'signature', 'signboard', 'signified', 'signifies', 'signposts', 'sihanouks', 'sikkimese', 'silencers', 'silencing', 'silentest', 'silicates', 'siliceous', 'silicious', 'silicones', 'silicosis', 'silkworms', 'silliness', 'siltation', 'siltstone', 'silurians', 'silvering', 'silverman', 'similarly', 'simmental', 'simmering', 'simpatico', 'simpering', 'simpleton', 'simulated', 'simulates', 'simulator', 'simulcast', 'sincerely', 'sincerest', 'sincerity', 'sinecures', 'singapore', 'singingly', 'singleton', 'singsongs', 'singulars', 'sinhalese', 'sinistral', 'sinkholes', 'sinkiangs', 'sinusitis', 'sinusoids', 'siphoning', 'sisyphean', 'sisyphuss', 'situating', 'situation', 'sixpences', 'sixteenth', 'sixtieths', 'sjaelland', 'skedaddle', 'skeletons', 'skeptical', 'sketchier', 'sketchily', 'sketching', 'sketchpad', 'skewering', 'skimpiest', 'skinflint', 'skinheads', 'skinniest', 'skintight', 'skippered', 'skirmishs', 'skittered', 'skivvying', 'skullcaps', 'skydivers', 'skydiving', 'skyjacked', 'skyjacker', 'skylarked', 'skylights', 'skyrocket', 'skyscrape', 'skywriter', 'slackened', 'slackness', 'slackware', 'slaloming', 'slandered', 'slanderer', 'slangiest', 'slantwise', 'slaphappy', 'slapstick', 'slashdots', 'slathered', 'slatterns', 'slaughter', 'slavering', 'slavishly', 'slavonics', 'sleaziest', 'sleekness', 'sleepiest', 'sleepless', 'sleepwalk', 'sleepwear', 'sleetiest', 'sleighing', 'slenderer', 'slickness', 'slightest', 'slighting', 'slimnesss', 'slingshot', 'slinkiest', 'slipcover', 'slipknots', 'slippages', 'slithered', 'slivering', 'slobbered', 'sloganeer', 'sloppiest', 'slouchier', 'slouching', 'sloughing', 'slovakian', 'slovenian', 'slovenias', 'slowdowns', 'slownesss', 'slowpokes', 'sluggards', 'slumbered', 'slumbrous', 'slumlords', 'slushiest', 'smallness', 'smallpoxs', 'smalltime', 'smarmiest', 'smartened', 'smartness', 'smelliest', 'smidgeons', 'smilingly', 'smirching', 'smirnoffs', 'smockings', 'smoggiest', 'smokeless', 'smokiness', 'smoldered', 'smooching', 'smoothest', 'smoothing', 'smothered', 'smoulders', 'smrgsbord', 'smudgiest', 'smugglers', 'smuggling', 'smugnesss', 'smuttiest', 'snaffling', 'snakebird', 'snakebite', 'snakelike', 'snakeroot', 'snappiest', 'snapshots', 'snatching', 'snazziest', 'sneakiest', 'snickered', 'snickerss', 'sniffling', 'sniggered', 'snippiest', 'snitching', 'sniveling', 'snivelled', 'snobberys', 'snobbiest', 'snoopiest', 'snootiest', 'snorkeled', 'snorkeler', 'snottiest', 'snowballs', 'snowboard', 'snowbound', 'snowdrift', 'snowdrops', 'snowfalls', 'snowflake', 'snowplows', 'snowshoed', 'snowshoes', 'snowstorm', 'snowsuits', 'snuffboxs', 'snuffling', 'snuggling', 'soapboxes', 'soapiness', 'soapstone', 'soapsudss', 'soberness', 'sobrietys', 'sobriquet', 'sociables', 'socialise', 'socialism', 'socialist', 'socialite', 'socialize', 'societies', 'sociology', 'sociopath', 'socratess', 'sodomites', 'softballs', 'softeners', 'softening', 'softnesss', 'softwares', 'softwoods', 'sogginess', 'sojourned', 'sojourner', 'solariums', 'soldering', 'soldiered', 'soldierly', 'solecisms', 'solemnest', 'solemnise', 'solemnity', 'solemnize', 'solenoids', 'solicited', 'solicitor', 'soliditys', 'solidness', 'soliloquy', 'solipsism', 'solitaire', 'solitarys', 'solitudes', 'solstices', 'solutions', 'solvencys', 'somalians', 'sombreros', 'somebodys', 'someonell', 'someplace', 'something', 'sometimes', 'somewhats', 'somewhere', 'sommelier', 'somnolent', 'songbirds', 'songsters', 'sonoritys', 'sophistry', 'sophocles', 'sophomore', 'soporific', 'sorbonnes', 'sorcerers', 'sorceress', 'soreheads', 'sorenesss', 'sororitys', 'sorrowful', 'sorrowing', 'sortieing', 'soulfully', 'soundings', 'soundless', 'soundness', 'sourberry', 'sourdough', 'sournesss', 'sourpusss', 'southeast', 'southerly', 'southerns', 'southland', 'southpaws', 'southward', 'southwest', 'souvenirs', 'souwester', 'sovereign', 'spacemans', 'spaceship', 'spacesuit', 'spacetime', 'spacewalk', 'spadefuls', 'spadework', 'spaghetti', 'spangling', 'spaniards', 'spankings', 'spareness', 'spareribs', 'sparingly', 'sparklers', 'sparkling', 'sparsitys', 'spartacus', 'spasmodic', 'spatially', 'spattered', 'spaulding', 'speakable', 'speakeasy', 'spearhead', 'spearmint', 'specially', 'specialty', 'specifics', 'specified', 'specifier', 'specifies', 'specimens', 'speckling', 'spectacle', 'spectator', 'spectrums', 'speculate', 'speedboat', 'speediest', 'speedings', 'speedster', 'speedways', 'speedwell', 'spellbind', 'spellings', 'spelunker', 'spendings', 'spenglers', 'spherical', 'spheroids', 'sphincter', 'spicebush', 'spiciness', 'spiderier', 'spielberg', 'spiffiest', 'spikenard', 'spillages', 'spillanes', 'spillways', 'spindlier', 'spindling', 'spineless', 'spinnaker', 'spinneret', 'spinsters', 'spiraling', 'spiralled', 'spiriting', 'spiritual', 'spitballs', 'spitfires', 'spittoons', 'splashier', 'splashing', 'splatters', 'splatting', 'splendors', 'splendour', 'splenetic', 'splicings', 'splinters', 'splintery', 'splinting', 'splitters', 'splitting', 'splotched', 'splotches', 'splurging', 'splutters', 'spoilages', 'spokesman', 'spokesmen', 'spongiest', 'sponsored', 'spookiest', 'spoonbill', 'spoonfuls', 'spoonsful', 'sportiest', 'sportsman', 'sportsmen', 'spotlight', 'spottiest', 'spraining', 'sprawling', 'spreaders', 'spreading', 'sprightly', 'springers', 'springier', 'springing', 'sprinkled', 'sprinkler', 'sprinkles', 'sprinters', 'sprinting', 'spritzing', 'sprockets', 'sprouting', 'sprynesss', 'spunkiest', 'sputtered', 'spyglasss', 'squabbled', 'squabbles', 'squadrons', 'squalider', 'squalling', 'squanders', 'squashier', 'squashing', 'squatters', 'squattest', 'squatting', 'squawbush', 'squawking', 'squawroot', 'squeakier', 'squeaking', 'squealers', 'squealing', 'squeamish', 'squeegeed', 'squeegees', 'squeezers', 'squeezing', 'squelched', 'squelches', 'squiggled', 'squiggles', 'squintest', 'squinting', 'squirmier', 'squirming', 'squirrels', 'squirting', 'squishier', 'squishing', 'srivijaya', 'stabbings', 'stabilise', 'stability', 'stabilize', 'stableman', 'stablemen', 'staccatos', 'staffings', 'stagehand', 'staggered', 'stagnated', 'stagnates', 'stainless', 'staircase', 'stairways', 'stairwell', 'stakeouts', 'stalemate', 'staleness', 'stalinist', 'stalkings', 'stallings', 'stallions', 'stallones', 'stalwarts', 'staminate', 'stammered', 'stammerer', 'stampeded', 'stampedes', 'stanchest', 'stanching', 'stanchion', 'standards', 'standings', 'standoffs', 'standouts', 'stanfords', 'stapleton', 'starboard', 'starbucks', 'starchier', 'starching', 'starfishs', 'stargazer', 'starkness', 'starlight', 'starlings', 'starriest', 'startling', 'starvings', 'statehood', 'stateless', 'statelier', 'statement', 'stateroom', 'stateside', 'statesman', 'statesmen', 'statewide', 'stationed', 'stationer', 'statistic', 'statuarys', 'statuette', 'statutory', 'staubachs', 'staunched', 'stauncher', 'staunches', 'staunchly', 'steadfast', 'steadicam', 'steadiest', 'steadying', 'steamboat', 'steamiest', 'steamroll', 'steamship', 'steeliest', 'steelmake', 'steepness', 'steerages', 'steerings', 'stefanies', 'steinbeck', 'steinberg', 'steinmetz', 'steinways', 'stenciled', 'stenotype', 'stepchild', 'stephanie', 'steradian', 'sterilise', 'sterility', 'sterilize', 'sterlings', 'sternberg', 'sternness', 'stevedore', 'stevenson', 'stewarded', 'stickiest', 'sticklers', 'stickpins', 'stieglitz', 'stiffened', 'stiffener', 'stiffness', 'stiflings', 'stilettos', 'stillborn', 'stillness', 'stimulant', 'stimulate', 'stimuluss', 'stingiest', 'stingrays', 'stippling', 'stipulate', 'stirrings', 'stitching', 'stockaded', 'stockades', 'stockholm', 'stockiest', 'stockings', 'stockpile', 'stockroom', 'stockyard', 'stodgiest', 'stoically', 'stoicisms', 'stolidest', 'stolidity', 'stolypins', 'stomached', 'stomacher', 'stomaches', 'stonecrop', 'stonewall', 'stoneware', 'stonework', 'stonewort', 'stopcocks', 'stoplight', 'stopovers', 'stoppable', 'stoppages', 'stoppards', 'stoppered', 'stopwatch', 'storekeep', 'storeroom', 'stormiest', 'storybook', 'stoutness', 'stovepipe', 'stowaways', 'straddled', 'straddles', 'straggled', 'straggler', 'straggles', 'straights', 'strainers', 'straining', 'straitens', 'stranding', 'strangely', 'strangers', 'strangest', 'strangled', 'strangler', 'strangles', 'strapless', 'strapping', 'stratagem', 'strategic', 'strategys', 'stratford', 'streakier', 'streaking', 'streamers', 'streaming', 'streetcar', 'streeters', 'streisand', 'strengths', 'strenuous', 'stressful', 'stressing', 'stretched', 'stretcher', 'stretches', 'strictest', 'stricture', 'strikeout', 'strikings', 'stringent', 'stringers', 'stringier', 'stringing', 'stripling', 'strippers', 'stripping', 'strivings', 'strollers', 'strolling', 'stromberg', 'stromboli', 'strongbox', 'strongest', 'strontium', 'stropping', 'structure', 'struggled', 'struggles', 'strumming', 'strumpets', 'strutting', 'stubbiest', 'stubblier', 'stuccoing', 'stuffiest', 'stuffings', 'stumblers', 'stumbling', 'stumpiest', 'stupefied', 'stupefies', 'stupidest', 'stupidity', 'sturdiest', 'sturgeons', 'stuttered', 'stutterer', 'stuttgart', 'stylishly', 'stylising', 'stylistic', 'stylizing', 'stymieing', 'styrofoam', 'subatomic', 'subclasss', 'subdivide', 'subfields', 'subgraphs', 'subgroups', 'subhumans', 'subjected', 'subjoined', 'subjugate', 'subleased', 'subleases', 'sublimate', 'sublimely', 'sublimest', 'subliming', 'sublimity', 'submarine', 'submerged', 'submerges', 'submersed', 'submerses', 'submittal', 'submitted', 'submitter', 'submodule', 'subnormal', 'suborning', 'subpoenas', 'subproofs', 'subranges', 'subschema', 'subscribe', 'subscript', 'subsidies', 'subsiding', 'subsidise', 'subsidize', 'subsisted', 'subspaces', 'substance', 'substrata', 'substrate', 'substring', 'subsuming', 'subsystem', 'subtitled', 'subtitles', 'subtletys', 'subtotals', 'subtracts', 'suburbans', 'suburbias', 'subverted', 'subverter', 'succeeded', 'successes', 'successor', 'succoring', 'succotash', 'succoured', 'succulent', 'succumbed', 'suckering', 'sucklings', 'suctioned', 'sudaneses', 'suetonius', 'sufferers', 'suffering', 'sufficing', 'suffixing', 'suffocate', 'suffragan', 'suffrages', 'suffusing', 'suffusion', 'sugarcane', 'sugarcoat', 'sugariest', 'sugarings', 'sugarless', 'suggested', 'suggester', 'suitcases', 'sukiyakis', 'sulawesis', 'suleimans', 'sulfuring', 'sulfurous', 'sulkiness', 'sullenest', 'sullivans', 'sulphates', 'sulphides', 'sulphured', 'sulphuric', 'sultanate', 'sultriest', 'sumerians', 'summaries', 'summarily', 'summarise', 'summarize', 'summation', 'summerier', 'summering', 'summitrys', 'summoners', 'summoning', 'summonsed', 'summonses', 'sumptuous', 'sunbathed', 'sunbather', 'sunbathes', 'sunblocks', 'sunbonnet', 'sunburned', 'sundanese', 'sundering', 'sundriess', 'sunfishes', 'sunflower', 'sunlights', 'sunnyvale', 'sunscreen', 'sunshines', 'sunstroke', 'suntanned', 'superbest', 'superbowl', 'superegos', 'superfund', 'superglue', 'superiors', 'supermans', 'supernova', 'superpose', 'supersede', 'supersets', 'superstar', 'supervene', 'supervise', 'supplants', 'suppliant', 'suppliers', 'supplying', 'supported', 'supporter', 'supposing', 'suppurate', 'supremacy', 'supremely', 'supremity', 'surceased', 'surceases', 'surcharge', 'surenesss', 'surfacing', 'surfboard', 'surfeited', 'surgeries', 'surinames', 'surliness', 'surmising', 'surmounts', 'surpassed', 'surpasses', 'surplices', 'surplused', 'surpluses', 'surprised', 'surprises', 'surrender', 'surrogate', 'surrounds', 'surtaxing', 'surveying', 'surveyors', 'survivals', 'surviving', 'survivors', 'suspected', 'suspended', 'suspender', 'suspenses', 'suspensor', 'suspicion', 'sustained', 'svalbards', 'swaddling', 'swaggered', 'swaggerer', 'swallowed', 'swampiest', 'swankiest', 'swarthier', 'swarthout', 'swastikas', 'swattered', 'swaziland', 'swearword', 'sweatband', 'sweatiest', 'sweatshop', 'sweepings', 'sweetened', 'sweetener', 'sweetmeat', 'sweetness', 'swellhead', 'swellings', 'sweltered', 'swiftness', 'swimmings', 'swimsuits', 'swinburne', 'swindlers', 'swindling', 'swingable', 'swirliest', 'swissairs', 'switchers', 'switching', 'switchman', 'swiveling', 'swivelled', 'swordfish', 'swordplay', 'swordsman', 'swordsmen', 'swordtail', 'sybarites', 'sybaritic', 'sycamores', 'sycophant', 'syllabify', 'syllables', 'syllabuss', 'syllogism', 'sylvester', 'symbioses', 'symbiosis', 'symbiotic', 'symbolise', 'symbolism', 'symbolize', 'symmetric', 'symmetrys', 'sympathys', 'symphonic', 'symphonys', 'symposium', 'synagogue', 'synchrony', 'syncopate', 'syndicate', 'syndromes', 'synergism', 'synopsiss', 'syntactic', 'syntheses', 'synthesis', 'synthetic', 'syphiliss', 'syphoning', 'syracuses', 'syringing', 'systemics', 'szechuans', 'tableland', 'tableware', 'tabulated', 'tabulates', 'tabulator', 'tacitness', 'tackiness', 'tactfully', 'tactician', 'tahitians', 'taichungs', 'tailcoats', 'tailgated', 'tailgates', 'taillight', 'tailoring', 'tailpipes', 'tailspins', 'tailwinds', 'taiwanese', 'takeaways', 'takeovers', 'talismans', 'talkative', 'tallchief', 'tallnesss', 'tallyhoed', 'tamarinds', 'tamenesss', 'tamerlane', 'tampering', 'tangerine', 'tangibles', 'tanneries', 'tannhuser', 'tantalise', 'tantalize', 'tantaluss', 'tanzanian', 'tanzanias', 'tapestrys', 'tapeworms', 'tarantara', 'tarantino', 'tarantula', 'tardiness', 'targeting', 'tarkenton', 'tarmacked', 'tarnished', 'tarnishes', 'tarpaulin', 'tarragons', 'tarrytown', 'tartnesss', 'tashkents', 'tasmanian', 'tasmanias', 'tasseling', 'tasselled', 'tasteless', 'tastiness', 'tattering', 'tattooing', 'tattooist', 'tautnesss', 'tautology', 'tawdriest', 'taxations', 'taxidermy', 'taxonomic', 'taxonomys', 'taxpayers', 'taxpaying', 'teachable', 'teachings', 'teakettle', 'teammates', 'teamsters', 'teamworks', 'teardrops', 'tearfully', 'teargases', 'teasdales', 'teaspoons', 'technical', 'technique', 'tectonics', 'tecumsehs', 'tediously', 'teenagers', 'teensiest', 'teetering', 'tektronix', 'telecasts', 'telegrams', 'telegraph', 'telemeter', 'telemetry', 'teleology', 'telepathy', 'telephone', 'telephony', 'telephoto', 'telescope', 'telethons', 'teletypes', 'televised', 'televises', 'televisor', 'tellingly', 'telltales', 'tellurium', 'temeritys', 'temperate', 'tempering', 'templates', 'templeton', 'temporary', 'temporise', 'temporize', 'temptress', 'tenacious', 'tenacitys', 'tenancies', 'tenanting', 'tendencys', 'tenderest', 'tendering', 'tenderise', 'tenderize', 'tenebrous', 'tenements', 'tennessee', 'tenseness', 'tensional', 'tentacled', 'tentacles', 'tentative', 'tenuously', 'terabytes', 'termagant', 'terminals', 'terminate', 'terminuss', 'terracing', 'terrances', 'terrapins', 'terrarium', 'terrences', 'terrified', 'terrifies', 'territory', 'terrorise', 'terrorism', 'terrorist', 'terrorize', 'terseness', 'tertiarys', 'testament', 'testicles', 'testified', 'testifier', 'testifies', 'testimony', 'testiness', 'tethering', 'textbooks', 'textually', 'texturing', 'thackeray', 'thailands', 'thalamuss', 'thalliums', 'thankless', 'thatching', 'theocracy', 'theodores', 'theodoric', 'theologys', 'theoretic', 'theorised', 'theorises', 'theorists', 'theorized', 'theorizer', 'theorizes', 'theosophy', 'therapies', 'therapist', 'theravada', 'therefore', 'therefrom', 'thereupon', 'therewith', 'thermally', 'thermofax', 'thermoses', 'thesaurus', 'thespians', 'thessalys', 'thiamines', 'thickened', 'thickener', 'thickness', 'thieverys', 'thighbone', 'thinkable', 'thinkably', 'thinkings', 'thinnesss', 'thirstier', 'thirstily', 'thirsting', 'thirteens', 'thirtieth', 'thomistic', 'thorazine', 'thorniest', 'thorntons', 'thorstein', 'thousands', 'thracians', 'thraldoms', 'thralldom', 'thralling', 'thrashers', 'thrashing', 'threaders', 'threading', 'threatens', 'threefold', 'threesome', 'threnodys', 'threonine', 'threshers', 'threshing', 'threshold', 'thriftier', 'thriftily', 'thrillers', 'thrilling', 'throatier', 'throatily', 'throbbing', 'thronging', 'throttled', 'throttles', 'throwaway', 'throwback', 'thrumming', 'thrusters', 'thrusting', 'thumbnail', 'thumbtack', 'thundered', 'thunderer', 'thurmonds', 'thursdays', 'thutmoses', 'thwacking', 'thwarting', 'thyratron', 'thyroidal', 'thyronine', 'thyroxine', 'ticketing', 'tidewater', 'tidinesss', 'tienanmen', 'tientsins', 'tightened', 'tightener', 'tightness', 'tightrope', 'tightwads', 'tigresses', 'timbering', 'timbuktus', 'timeliest', 'timepiece', 'timescale', 'timeshare', 'timetable', 'timiditys', 'timpanist', 'tinctured', 'tinctures', 'tinderbox', 'tingliest', 'tinglings', 'tinkering', 'tinkertoy', 'tinniness', 'tinseling', 'tinselled', 'tinsmiths', 'tipperary', 'tiptoeing', 'tiredness', 'tiresiass', 'titaniums', 'titillate', 'titmouses', 'tittering', 'toadstool', 'toastiest', 'tobaccoes', 'toboggans', 'tocantins', 'toileting', 'toiletrys', 'toilettes', 'tokenisms', 'tolerable', 'tolerably', 'tolerance', 'tolerated', 'tolerates', 'tollbooth', 'tollgates', 'tollhouse', 'tolyattis', 'tomahawks', 'tombaughs', 'tombstone', 'tomlinson', 'tomograph', 'tomorrows', 'tompkinss', 'tonalitys', 'tonsorial', 'tonsuring', 'toolboxes', 'toolsmith', 'toothache', 'toothiest', 'toothless', 'toothpick', 'toothsome', 'topically', 'toreadors', 'tormented', 'tormenter', 'tormentor', 'tornadoes', 'torpedoed', 'torpedoes', 'torpidity', 'torridest', 'tortillas', 'tortoises', 'torturers', 'torturing', 'torvaldss', 'toscanini', 'totalitys', 'totallers', 'totalling', 'tottering', 'touchable', 'touchdown', 'touchiest', 'touchings', 'toughened', 'toughness', 'towelings', 'towelling', 'towheaded', 'townhouse', 'townsends', 'townsfolk', 'townships', 'townsmans', 'toxaemias', 'toxicitys', 'traceable', 'traceries', 'tractable', 'tractions', 'trademark', 'tradesman', 'tradesmen', 'tradition', 'traducing', 'trafalgar', 'tragedian', 'tragedies', 'trailhead', 'trailings', 'trailside', 'trailways', 'trainings', 'traipsing', 'trammeled', 'trampling', 'transacts', 'transcend', 'transepts', 'transfers', 'transfixt', 'transform', 'transfuse', 'transient', 'transited', 'translate', 'transmits', 'transmute', 'transpire', 'transpond', 'transport', 'transpose', 'transship', 'transvaal', 'trapdoors', 'trapezium', 'trapezoid', 'trappable', 'trappings', 'trappists', 'trashcans', 'trashiest', 'traumatic', 'travailed', 'travelers', 'traveling', 'travelled', 'traveller', 'travelogs', 'traversal', 'traversed', 'traverses', 'travestys', 'travoltas', 'treachery', 'treadling', 'treadmill', 'treasured', 'treasurer', 'treasures', 'treasurys', 'treatable', 'treatises', 'treatment', 'treblinka', 'trellised', 'trellises', 'trembling', 'tremulous', 'trenchant', 'trenching', 'trendiest', 'trespasss', 'trevelyan', 'trialling', 'triangles', 'triassics', 'triathlon', 'triatomic', 'tribalism', 'tribesman', 'tribesmen', 'tribulate', 'tribunals', 'tributary', 'tricepses', 'trichrome', 'trickerys', 'trickiest', 'trickling', 'trickster', 'tricolors', 'tricolour', 'tricycles', 'triennial', 'trifocals', 'triggered', 'trihedral', 'trillions', 'trilobite', 'trilogies', 'trimarans', 'trimester', 'trimmings', 'trimnesss', 'trimurtis', 'trinidads', 'trinities', 'tripitaka', 'triptychs', 'trisected', 'trisodium', 'triteness', 'triumphal', 'triumphed', 'trivalent', 'trivially', 'trobriand', 'trombones', 'trondheim', 'troopship', 'tropicana', 'troubador', 'troubling', 'trouncing', 'trouserss', 'trousseau', 'troweling', 'trowelled', 'truanting', 'truckings', 'truckling', 'truckload', 'truculent', 'truffauts', 'trumbulls', 'trumperys', 'trumpeted', 'trumpeter', 'truncated', 'truncates', 'truncheon', 'trundling', 'trustiest', 'trytophan', 'tsimshian', 'tsitsihar', 'tubelesss', 'tubercles', 'tuckering', 'tularemia', 'tulsidass', 'tunefully', 'tungstate', 'tungstens', 'tunguskas', 'tunisians', 'tunneling', 'tunnelled', 'tupungato', 'turbidity', 'turbinate', 'turbojets', 'turboprop', 'turbulent', 'turgidity', 'turkestan', 'turmerics', 'turnabout', 'turncoats', 'turnovers', 'turnpikes', 'turnstile', 'turnstone', 'turntable', 'turpitude', 'turquoise', 'tuscarora', 'tuskegees', 'tutelages', 'tutorials', 'twaddling', 'tweediest', 'tweezerss', 'twentieth', 'twiddling', 'twiggiest', 'twilights', 'twingeing', 'twinkling', 'twitching', 'twittered', 'twizzlers', 'tympanums', 'typecasts', 'typefaces', 'typewrite', 'typewrote', 'typically', 'typifying', 'tyrannies', 'tyrannise', 'tyrannize', 'tyrannous', 'ubiquitys', 'uglinesss', 'ukrainian', 'ulcerated', 'ulcerates', 'ultimates', 'ultimatum', 'ultrafast', 'ululating', 'ulyanovsk', 'umbilical', 'umbilicus', 'umbrellas', 'umpteenth', 'unabashed', 'unadorned', 'unadvised', 'unaltered', 'unanimity', 'unanimous', 'unashamed', 'unbarring', 'unbeknown', 'unbeliefs', 'unbending', 'unbiassed', 'unbinding', 'unblocked', 'unbolting', 'unbosomed', 'unbounded', 'unbranded', 'unbridled', 'unbuckled', 'unbuckles', 'unburdens', 'unbuttons', 'uncannier', 'uncannily', 'unceasing', 'uncertain', 'unchanged', 'uncharted', 'unchecked', 'unclaimed', 'unclasped', 'uncleaner', 'uncleanly', 'uncleared', 'unclearer', 'unclothed', 'unclothes', 'uncoiling', 'unconcern', 'uncorking', 'uncounted', 'uncoupled', 'uncouples', 'uncovered', 'undamaged', 'undaunted', 'undeceive', 'undecided', 'undefined', 'undeleted', 'underacts', 'underarms', 'underbids', 'undercoat', 'undercuts', 'underdogs', 'underdone', 'underfeed', 'underflow', 'underfoot', 'undergoes', 'undergone', 'undergrad', 'underhand', 'underlain', 'underlays', 'underlies', 'underline', 'underling', 'undermine', 'undermost', 'underpaid', 'underpass', 'underpays', 'underpins', 'underplay', 'underrate', 'undersell', 'undershot', 'underside', 'undersign', 'undersize', 'undersold', 'undertake', 'undertone', 'undertook', 'undertows', 'underused', 'underwear', 'underwent', 'underwood', 'undiluted', 'undivided', 'undoubted', 'undressed', 'undresses', 'undulated', 'undulates', 'unearthed', 'unearthly', 'uneasiest', 'unequaled', 'unequally', 'unethical', 'unevenest', 'unexcused', 'unfailing', 'unfairest', 'unfastens', 'unfeeling', 'unfeigned', 'unfetters', 'unfitness', 'unfitting', 'unfolding', 'unfounded', 'unfrocked', 'unfurling', 'ungodlier', 'unguarded', 'ungulates', 'unhanding', 'unhappier', 'unhappily', 'unhealthy', 'unhelpful', 'unhinging', 'unhitched', 'unhitches', 'unholiest', 'unhooking', 'unhorsing', 'unhurried', 'unicycles', 'uniformed', 'uniformly', 'unilevers', 'unimpeded', 'uninjured', 'uninstall', 'uninsured', 'uninvited', 'unionised', 'unionises', 'unionized', 'unionizer', 'unionizes', 'uniroyals', 'unitarian', 'univalent', 'univalves', 'universal', 'universes', 'unkindest', 'unknowing', 'unlabeled', 'unlatched', 'unlatches', 'unleadeds', 'unlearned', 'unleashed', 'unleashes', 'unlimited', 'unlinking', 'unloading', 'unlocking', 'unloosing', 'unluckier', 'unluckily', 'unmanlier', 'unmanning', 'unmarried', 'unmasking', 'unmatched', 'unmindful', 'unnatural', 'unnerving', 'unnoticed', 'unopposed', 'unordered', 'unpacking', 'unpainted', 'unpinning', 'unplanned', 'unplugged', 'unplumbed', 'unpopular', 'unquoting', 'unraveled', 'unreadier', 'unrefined', 'unrelated', 'unrivaled', 'unrolling', 'unruffled', 'unruliest', 'unsaddled', 'unsaddles', 'unsavoury', 'unscathed', 'unscrewed', 'unsealing', 'unseating', 'unselfish', 'unsettled', 'unsettles', 'unsheathe', 'unsightly', 'unskilled', 'unsmiling', 'unsnapped', 'unsnarled', 'unsounder', 'unsparing', 'unspoiled', 'unstabler', 'unstopped', 'unstudied', 'untainted', 'untangled', 'untangles', 'untenable', 'untidiest', 'untouched', 'untrained', 'untreated', 'untutored', 'untwisted', 'unukalhai', 'unusually', 'unvarying', 'unveiling', 'unwariest', 'unwelcome', 'unwilling', 'unwinders', 'unwinding', 'unwitting', 'unworldly', 'unwrapped', 'unwritten', 'unzipping', 'upbraided', 'upchucked', 'upcountry', 'updraught', 'upgrading', 'upheavals', 'upholders', 'upholding', 'upholster', 'uplifting', 'uppercase', 'uppercuts', 'uppermost', 'upraising', 'uprightly', 'uprisings', 'uprooting', 'upsetting', 'upstaging', 'upstarted', 'upsurging', 'upturning', 'urbanised', 'urbanises', 'urbanitys', 'urbanized', 'urbanizes', 'urinating', 'urination', 'urologist', 'uruguayan', 'usability', 'uselessly', 'usherette', 'utilising', 'utilities', 'utilizing', 'utterance', 'uttermost', 'vacancies', 'vacations', 'vaccinate', 'vacillate', 'vacuolate', 'vacuously', 'vacuuming', 'vagabonds', 'vagrancys', 'vagrantly', 'vagueness', 'vainglory', 'valencias', 'valentine', 'valentino', 'valentins', 'valerians', 'valhallas', 'valiantly', 'validated', 'validates', 'validitys', 'validness', 'valkyries', 'vallettas', 'valuables', 'valuation', 'valueless', 'valvoline', 'vamoosing', 'vanadiums', 'vancouver', 'vandalise', 'vandalism', 'vandalize', 'vanguards', 'vanishing', 'vanzettis', 'vapiditys', 'vapidness', 'vaporised', 'vaporiser', 'vaporises', 'vaporized', 'vaporizer', 'vaporizes', 'variables', 'variances', 'variantly', 'variation', 'variegate', 'varieties', 'variously', 'varnished', 'varnishes', 'varsities', 'vasectomy', 'vaselines', 'vassalage', 'vastnesss', 'vaultings', 'vectorial', 'vectoring', 'vegemites', 'vegetable', 'vegetated', 'vegetates', 'vehemence', 'vehicular', 'velasquez', 'velocitys', 'velsquezs', 'velveetas', 'velveteen', 'velvetier', 'venalitys', 'vendettas', 'veneering', 'venerable', 'venerated', 'venerates', 'venetians', 'venezuela', 'vengeance', 'ventilate', 'ventolins', 'ventricle', 'venturers', 'venturing', 'venturous', 'veracious', 'veracitys', 'veracruzs', 'verandahs', 'verbalise', 'verbalize', 'verbiages', 'verbosity', 'verdigris', 'verifiers', 'verifying', 'veritable', 'veritably', 'verlaines', 'vermilion', 'verminous', 'vermonter', 'vermouths', 'versatile', 'versified', 'versifies', 'vertebrae', 'vertebral', 'vertebras', 'verticals', 'vesaliuss', 'vesicular', 'vespasian', 'vespuccis', 'vestibule', 'vestigial', 'vestments', 'vesuviuss', 'vexations', 'vexatious', 'viability', 'vibrancys', 'vibrantly', 'vibrating', 'vibration', 'vibrators', 'viburnums', 'vicarages', 'vicarious', 'vicinitys', 'viciously', 'vicksburg', 'victimise', 'victimize', 'victorian', 'victorias', 'victories', 'victrolas', 'victualed', 'victualer', 'videodisc', 'videotape', 'vientiane', 'viewpoint', 'vigilance', 'vigilante', 'vignetted', 'vignettes', 'vilenesss', 'vilifying', 'villagers', 'villainys', 'vindicate', 'vineyards', 'violating', 'violation', 'violators', 'violences', 'violently', 'violinist', 'virginals', 'virginian', 'virginias', 'virginity', 'virilitys', 'virologys', 'virtually', 'virtuosos', 'virulence', 'viscosity', 'viscounts', 'visigoths', 'visionary', 'visioning', 'visualise', 'visualize', 'vitalised', 'vitalises', 'vitalitys', 'vitalized', 'vitalizes', 'vitiating', 'vitiation', 'vitriolic', 'vivacious', 'vivacitys', 'vividness', 'viviennes', 'vivifying', 'vocalised', 'vocalises', 'vocalists', 'vocalized', 'vocalizes', 'vocations', 'vocatives', 'voiceband', 'voiceless', 'volcanism', 'volcanoes', 'voldemort', 'volgograd', 'volitions', 'volleying', 'volsteads', 'voltaires', 'voltmeter', 'voluntary', 'volunteer', 'vonneguts', 'voodooing', 'voodooism', 'voracious', 'voracitys', 'vorticity', 'vouchsafe', 'voyagings', 'voyeurism', 'vulcanise', 'vulcanize', 'vulgarest', 'vulgarise', 'vulgarism', 'vulgarity', 'vulgarize', 'wackiness', 'wadsworth', 'wagnerian', 'wainscots', 'waistband', 'waistcoat', 'waistline', 'waitresss', 'wakefield', 'wakerobin', 'waldemars', 'walgreens', 'wallabies', 'wallboard', 'walloping', 'wallowing', 'wallpaper', 'wanamaker', 'wanderers', 'wandering', 'wantoning', 'wappinger', 'wardrobes', 'wardrooms', 'warehouse', 'warhorses', 'warinesss', 'warmonger', 'warningly', 'warranted', 'warrantys', 'washables', 'washbasin', 'washboard', 'washbowls', 'washcloth', 'washrooms', 'washstand', 'wassailed', 'wasserman', 'wasteland', 'watchband', 'watchdogs', 'watchings', 'watchmake', 'watchmans', 'watchword', 'waterbeds', 'waterbury', 'waterfall', 'waterford', 'waterfowl', 'watergate', 'wateriest', 'waterings', 'waterline', 'waterloos', 'watermark', 'watershed', 'waterside', 'watertown', 'waterways', 'waveforms', 'wavefront', 'waveguide', 'wavinesss', 'waxinesss', 'wayfarers', 'wayfaring', 'waylaying', 'waywardly', 'weakening', 'weakfishs', 'weaklings', 'weaknesss', 'wealthier', 'weaponrys', 'weariness', 'wearisome', 'weaseling', 'weaselled', 'weathered', 'webmaster', 'wednesday', 'weekended', 'weeknight', 'wehrmacht', 'weighings', 'weightier', 'weighting', 'weinbergs', 'weinstein', 'weirdness', 'welcoming', 'wellbeing', 'wellesley', 'welshmans', 'weltering', 'werewolfs', 'wesleyans', 'westbound', 'westerlys', 'westerner', 'westfield', 'westwards', 'whackiest', 'whalebone', 'wheatiess', 'wheedling', 'wheelbase', 'wheelings', 'wheeziest', 'wherefore', 'whereupon', 'wherewith', 'whetstone', 'whichever', 'whimpered', 'whimsical', 'whinnying', 'whipcords', 'whiplashs', 'whippings', 'whirligig', 'whirlpool', 'whirlwind', 'whiskered', 'whispered', 'whistlers', 'whistling', 'whitecaps', 'whiteface', 'whitefish', 'whitehall', 'whitehead', 'whiteleys', 'whiteners', 'whiteness', 'whitening', 'whitetail', 'whitewall', 'whitewash', 'whitfield', 'whittaker', 'whittlers', 'whittling', 'whodunits', 'whodunnit', 'wholeness', 'wholesale', 'wholesome', 'whooshing', 'whosoever', 'wickedest', 'widenesss', 'widowhood', 'widthwise', 'wifeliest', 'wiggliest', 'wigwagged', 'wikipedia', 'wildfires', 'wildfowls', 'wildlifes', 'wildnesss', 'wilfredos', 'wilinesss', 'wilkerson', 'wilkinson', 'willfully', 'willingly', 'willowier', 'willpower', 'wilsonian', 'wimbledon', 'winchells', 'windbreak', 'windburns', 'windfalls', 'windiness', 'windlasss', 'windmills', 'windowing', 'windpipes', 'windsocks', 'windstorm', 'windsurfs', 'windswept', 'windwards', 'wineglass', 'wingspans', 'winifreds', 'winnebago', 'winningly', 'winnipegs', 'winnowing', 'winsomely', 'winsomest', 'winterier', 'wintering', 'winterise', 'winterize', 'winthrops', 'wintriest', 'wirelesss', 'wirinesss', 'wisconsin', 'wiseacres', 'wisecrack', 'wishbones', 'wishfully', 'wistarias', 'wisterias', 'wistfully', 'witcherys', 'withdrawn', 'withdraws', 'withering', 'withholds', 'withstand', 'withstood', 'witlessly', 'witnessed', 'witnesses', 'witticism', 'wittiness', 'wittingly', 'wizardrys', 'wobbliest', 'wodehouse', 'woebegone', 'woefuller', 'wolfgangs', 'wolfhound', 'wolverine', 'womanhood', 'womanised', 'womaniser', 'womanises', 'womanized', 'womanizer', 'womanizes', 'womankind', 'womanlier', 'womanlike', 'womenfolk', 'wonderbra', 'wonderful', 'wondering', 'woodbines', 'woodchuck', 'woodcocks', 'woodcraft', 'woodenest', 'woodgrain', 'woodhulls', 'woodiness', 'woodlands', 'woodpiles', 'woodsheds', 'woodsiest', 'woodsmans', 'woodstock', 'woodwards', 'woodwinds', 'woodworks', 'woolliest', 'woolworth', 'wooziness', 'worcester', 'wordiness', 'wordplays', 'workbench', 'workbooks', 'workfares', 'workforce', 'workhorse', 'workhouse', 'workingss', 'workloads', 'workpiece', 'workplace', 'worksheet', 'workshops', 'workspace', 'worktable', 'workweeks', 'worldlier', 'worldwide', 'wormholes', 'wormwoods', 'worrisome', 'worryings', 'worrywart', 'worsening', 'worshiped', 'worshiper', 'worthiest', 'worthless', 'wrangells', 'wranglers', 'wrangling', 'wrappings', 'wreathing', 'wreckages', 'wrenching', 'wrestlers', 'wrestling', 'wrigglers', 'wrigglier', 'wriggling', 'wrinklier', 'wrinklies', 'wrinkling', 'wristband', 'wrongdoer', 'wrongness', 'wronskian', 'wurlitzer', 'wyandotte', 'wycherley', 'wycliffes', 'xanthippe', 'xiaopings', 'xylophone', 'yachtings', 'yachtsman', 'yachtsmen', 'yamagatas', 'yammering', 'yardstick', 'yarmulkes', 'yaroslavl', 'yearbooks', 'yearlings', 'yearnings', 'yeastiest', 'yellowest', 'yellowing', 'yellowish', 'yeshivahs', 'yeshivoth', 'yesterday', 'yggdrasil', 'yieldings', 'yodellers', 'yodelling', 'yoghourts', 'yorkshire', 'yorktowns', 'yosemites', 'yossarian', 'youngster', 'ypsilanti', 'ytterbium', 'yugoslavs', 'yuletides', 'zachariah', 'zamenhofs', 'zaninesss', 'zanzibars', 'zealously', 'zechariah', 'zedekiahs', 'zephaniah', 'zeppelins', 'zestfully', 'zhengzhou', 'zigzagged', 'zimbabwes', 'zimmerman', 'zinfandel', 'zippering', 'zirconium', 'zoologist', 'zoroaster', 'zsigmondy', 'zucchinis', 'zwiebacks', 'zyuganovs', 'abandoning', 'abasements', 'abatements', 'abbreviate', 'abdicating', 'abdication', 'abductions', 'abernathys', 'aberration', 'abhorrence', 'abjections', 'abjectness', 'abjuration', 'abnegating', 'abnegation', 'abnormally', 'abolishers', 'abolishing', 'abolitions', 'abominable', 'abominably', 'abominated', 'abominates', 'aboriginal', 'aborigines', 'abortively', 'aboveboard', 'abrasively', 'abreaction', 'abridgment', 'abrogating', 'abrogation', 'abruptness', 'abscessing', 'absconding', 'absolutely', 'absolutest', 'absolution', 'absolutism', 'absorbency', 'absorbents', 'absorption', 'absorptive', 'abstainers', 'abstaining', 'abstemious', 'abstention', 'abstinence', 'abstracted', 'abstracter', 'abstractly', 'abstractor', 'abstrusely', 'absurditys', 'abundances', 'abundantly', 'abyssinian', 'abyssinias', 'academical', 'acanthuses', 'accelerate', 'accentuate', 'accentures', 'acceptable', 'acceptably', 'acceptance', 'accessible', 'accessibly', 'accessions', 'accessorys', 'accidental', 'accidently', 'acclaiming', 'acclimated', 'acclimates', 'accomplice', 'accomplish', 'accordance', 'accordions', 'accountant', 'accounting', 'accredited', 'accretions', 'accumulate', 'accuracies', 'accurately', 'accusation', 'accusative', 'accusatory', 'accusingly', 'accustomed', 'acetylenes', 'achievable', 'achromatic', 'acidifying', 'aconcaguas', 'acoustical', 'acousticss', 'acquainted', 'acquiesced', 'acquiesces', 'acquirable', 'acquittals', 'acquitting', 'acrobatics', 'actinolite', 'actionable', 'activating', 'activation', 'activators', 'activities', 'actualised', 'actualises', 'actualitys', 'actualized', 'actualizes', 'acutenesss', 'adaptation', 'adaptively', 'addictions', 'additional', 'additivity', 'addressees', 'addressers', 'addressing', 'adeptnesss', 'adequacies', 'adequately', 'adherences', 'adirondack', 'adjacently', 'adjectival', 'adjectives', 'adjourning', 'adjudicate', 'adjuration', 'adjustable', 'adjustably', 'adjustment', 'administer', 'admiraltys', 'admiration', 'admiringly', 'admissible', 'admissions', 'admittance', 'admittedly', 'admixtures', 'admonished', 'admonishes', 'admonition', 'admonitory', 'adolescent', 'adorations', 'adornments', 'adposition', 'adrenaline', 'adroitness', 'adsorption', 'adsorptive', 'adulations', 'adulterant', 'adulterate', 'adulterers', 'adulteress', 'adulteries', 'adulterous', 'adulthoods', 'adumbrated', 'adumbrates', 'advantaged', 'advantages', 'adventists', 'adventured', 'adventurer', 'adventures', 'adverbials', 'adversarys', 'adversitys', 'advertised', 'advertiser', 'advertises', 'advisement', 'advisories', 'advocating', 'aerialists', 'aerobacter', 'aerobatics', 'aeronautic', 'aeroplanes', 'aerosolize', 'aerospaces', 'aeschyluss', 'aesthetics', 'aetiologys', 'affability', 'affections', 'affidavits', 'affiliated', 'affiliates', 'affinities', 'afflicting', 'affliction', 'afflictive', 'affluences', 'affluently', 'affordable', 'afforested', 'affricates', 'affronting', 'aficionado', 'afrikaanss', 'afrikaners', 'afterbirth', 'aftercares', 'afterglows', 'afterimage', 'afterlifes', 'afterlives', 'aftermaths', 'afternoons', 'aftershave', 'aftershock', 'aftertaste', 'afterwards', 'afterwords', 'agamemnons', 'agglutinin', 'aggrandise', 'aggrandize', 'aggravated', 'aggravates', 'aggregated', 'aggregates', 'aggression', 'aggressive', 'aggressors', 'aggrieving', 'agitations', 'agreements', 'agrippinas', 'agronomist', 'aguinaldos', 'airbrushed', 'airbrushes', 'airdropped', 'airlifting', 'airmailing', 'akhmatovas', 'alabamians', 'alabasters', 'alamogordo', 'alarmingly', 'albatrosss', 'alchemists', 'alcibiades', 'alcoholics', 'alcoholism', 'aldebarans', 'alderamins', 'alderwoman', 'alderwomen', 'alejandras', 'alejandros', 'alertnesss', 'alexanders', 'alexandria', 'algonquian', 'algonquins', 'algorithms', 'alienating', 'alienation', 'alighieris', 'alignments', 'alimentary', 'alinements', 'alkalinity', 'allegation', 'allegiance', 'allegories', 'allegretto', 'allergenic', 'allergists', 'alleviated', 'alleviater', 'alleviates', 'alligators', 'alliterate', 'allocating', 'allocation', 'allocators', 'allophones', 'allophonic', 'allotments', 'allotropic', 'allowances', 'allurement', 'allusively', 'almoravids', 'aloofnesss', 'alpenstock', 'alphabetic', 'alphameric', 'alpheratzs', 'alteration', 'alternated', 'alternates', 'alternator', 'altimeters', 'altiplanos', 'altogether', 'altruistic', 'aluminiums', 'alzheimers', 'amalgamate', 'amanuenses', 'amanuensis', 'amarylliss', 'amaterasus', 'amateurish', 'amateurism', 'amazements', 'ambassador', 'ambergriss', 'ambiguitys', 'ambivalent', 'ambulances', 'ambulatory', 'ameliorate', 'amendments', 'amenhoteps', 'amenorrhea', 'americanas', 'amerindian', 'amiability', 'ammunition', 'amnestying', 'amoralitys', 'amortising', 'amortizing', 'ampersands', 'amphibians', 'amphibious', 'amplifiers', 'amplifying', 'amplitudes', 'amputating', 'amputation', 'amsterdams', 'amusements', 'amygdaloid', 'anabaptist', 'analgesias', 'analgesics', 'analogical', 'analytical', 'analyzable', 'anamorphic', 'anarchical', 'anarchisms', 'anarchists', 'anastigmat', 'anatolians', 'anatomical', 'anatomists', 'anaxagoras', 'ancestress', 'ancestries', 'anchorages', 'anchorites', 'anchormans', 'ancientest', 'ancillarys', 'andalusian', 'andalusias', 'andromache', 'andromedas', 'anemometer', 'anemometry', 'anesthesia', 'anesthetic', 'angeliques', 'angiosperm', 'angleworms', 'anglophile', 'anguishing', 'angularity', 'anharmonic', 'aniakchaks', 'animadvert', 'animatedly', 'animations', 'animositys', 'anisotropy', 'annabelles', 'annapoliss', 'annapurnas', 'annexation', 'annihilate', 'annotating', 'annotation', 'announcers', 'announcing', 'annoyances', 'annoyingly', 'annulments', 'annunciate', 'anointment', 'anonymitys', 'anopheless', 'answerable', 'antagonise', 'antagonism', 'antagonist', 'antagonize', 'antarctica', 'antarctics', 'antebellum', 'antecedent', 'antedating', 'anthologys', 'anthracite', 'anthropoid', 'antibiotic', 'antibodies', 'antichrist', 'anticipate', 'anticlimax', 'antifreeze', 'antigorite', 'antiheroes', 'antiknocks', 'antimatter', 'antinomian', 'antipastos', 'antipathys', 'antiphonal', 'antipodean', 'antipodess', 'antiquarys', 'antiquated', 'antiquates', 'antiquitys', 'antisemite', 'antiseptic', 'antisocial', 'antitheses', 'antithesis', 'antithetic', 'antitoxins', 'antivirals', 'antoinette', 'apartheids', 'apartments', 'aphoristic', 'aphrodites', 'apocalypse', 'apocryphal', 'apocryphas', 'apolitical', 'apollonian', 'apologetic', 'apologised', 'apologises', 'apologists', 'apologized', 'apologizes', 'apoplectic', 'apoplexies', 'apostasies', 'apostrophe', 'apothecary', 'apotheoses', 'apotheosis', 'appalachia', 'appaloosas', 'apparatuss', 'appareling', 'apparelled', 'apparently', 'apparition', 'appearance', 'appeasable', 'appellants', 'appendages', 'appendices', 'appendixes', 'appertains', 'appetisers', 'appetising', 'appetizers', 'appetizing', 'applauding', 'applejacks', 'applesauce', 'appliances', 'applicable', 'applicants', 'applicator', 'appliquing', 'appointees', 'appointers', 'appointing', 'appointive', 'appomattox', 'apportions', 'appositely', 'apposition', 'appositive', 'appraisals', 'appraisers', 'appraising', 'appreciate', 'apprehends', 'apprentice', 'approached', 'approacher', 'approaches', 'aquafreshs', 'aquamarine', 'aquaplaned', 'aquaplanes', 'aquariuses', 'aquitaines', 'arabesques', 'araucanian', 'arbitrated', 'arbitrates', 'arbitrator', 'arboretums', 'arborvitae', 'archangels', 'archbishop', 'archdeacon', 'archenemys', 'archeology', 'archetypal', 'archetypes', 'archibalds', 'archimedes', 'architects', 'archivists', 'arctangent', 'arenaceous', 'argentinas', 'aristocrat', 'aristotles', 'arithmetic', 'arizonians', 'armadillos', 'armageddon', 'armillaria', 'armistices', 'armstrongs', 'arraigning', 'arrogances', 'arrogantly', 'arrogating', 'arrogation', 'arrowheads', 'arrowroots', 'artaxerxes', 'arteriolar', 'arterioles', 'artfulness', 'arthritics', 'arthritiss', 'arthropods', 'artichokes', 'articulate', 'artificers', 'artificial', 'artillerys', 'ascendancy', 'ascendants', 'ascendency', 'ascendents', 'ascensions', 'ascertains', 'asceticism', 'ascribable', 'ascription', 'ashkenazim', 'ashkhabads', 'ashmoleans', 'asparagine', 'asparaguss', 'aspartames', 'asperities', 'aspersions', 'asphalting', 'asphyxiate', 'aspidiskes', 'aspidistra', 'aspirating', 'aspiration', 'aspirators', 'assailable', 'assailants', 'assaulting', 'assemblage', 'assemblers', 'assemblies', 'assembling', 'assertions', 'assessment', 'asseverate', 'assignable', 'assignment', 'assimilate', 'assistance', 'assistants', 'associable', 'associated', 'associates', 'associator', 'assonances', 'assortment', 'assumption', 'assurances', 'assuringly', 'asterisked', 'asteroidal', 'asthmatics', 'astigmatic', 'astonished', 'astonishes', 'astounding', 'astrakhans', 'astringent', 'astrologer', 'astrologys', 'astronauts', 'astronomer', 'astronomic', 'astronomys', 'astuteness', 'asymmetric', 'asymmetrys', 'asymptotes', 'asymptotic', 'asynchrony', 'athabascan', 'athabascas', 'athleticss', 'atmosphere', 'atomically', 'atonalitys', 'atonements', 'atrocities', 'atrophying', 'attachment', 'attackable', 'attainable', 'attainably', 'attainment', 'attempters', 'attempting', 'attendance', 'attendants', 'attentions', 'attenuated', 'attenuates', 'attenuator', 'attracting', 'attraction', 'attractive', 'attractors', 'attributed', 'attributes', 'attritions', 'atypically', 'auctioneer', 'auctioning', 'audibility', 'audiograms', 'audiometer', 'audiometry', 'audiophile', 'auditioned', 'auditorium', 'augmenting', 'augustines', 'augustness', 'aureomycin', 'auscultate', 'auspicious', 'austeritys', 'austerlitz', 'australian', 'australias', 'australite', 'australoid', 'authorised', 'authorises', 'authoritys', 'authorized', 'authorizer', 'authorizes', 'authorship', 'autocracys', 'autocratic', 'autographs', 'autoimmune', 'automatics', 'automating', 'automation', 'automatons', 'automobile', 'automotive', 'autonomous', 'autopilots', 'autopsying', 'autoworker', 'auxiliarys', 'avalanched', 'avalanches', 'avaricious', 'aviatrices', 'aviatrixes', 'avocations', 'avoidances', 'awakenings', 'awarenesss', 'awfulnesss', 'awkwardest', 'axiomatize', 'ayatollahs', 'azerbaijan', 'babylonian', 'babysitter', 'bacchanals', 'backarrows', 'backbiters', 'backbiting', 'backbitten', 'backboards', 'backdating', 'backfields', 'backfiring', 'backgammon', 'background', 'backhanded', 'backlashes', 'backlogged', 'backpacked', 'backpacker', 'backpedals', 'backplanes', 'backslider', 'backslides', 'backspaced', 'backspaces', 'backstages', 'backstairs', 'backstitch', 'backstroke', 'backtracks', 'backwaters', 'backwoodss', 'bacteriums', 'badmintons', 'badmouthed', 'bafflement', 'bagatelles', 'bagginesss', 'bailiwicks', 'balalaikas', 'balanchine', 'balderdash', 'balkanized', 'balladeers', 'ballasting', 'ballerinas', 'ballistics', 'ballooners', 'ballooning', 'balloonist', 'ballplayer', 'ballpoints', 'ballyhooed', 'balminesss', 'baltimores', 'balustrade', 'bamboozled', 'bamboozles', 'banalities', 'bandlimits', 'bandoleers', 'bandoliers', 'bandstands', 'bandwagons', 'bandwidths', 'bangladesh', 'banishment', 'bankrolled', 'bankruptcy', 'bankrupted', 'bannisters', 'banqueting', 'baptistery', 'baptistrys', 'barbadians', 'barbarella', 'barbarians', 'barbarisms', 'barbaritys', 'barbarossa', 'barbecuing', 'barbequing', 'barberries', 'barbershop', 'barcelonas', 'barefooted', 'barehanded', 'bareheaded', 'bargaining', 'barnstorms', 'barometers', 'barometric', 'baronesses', 'barracudas', 'barrelling', 'barrenness', 'barricaded', 'barricades', 'barrington', 'barristers', 'bartenders', 'bartholdis', 'baseboards', 'basketball', 'basophilic', 'basseterre', 'bassoonist', 'bastardise', 'bastardize', 'batchelder', 'bathhouses', 'battalions', 'battlement', 'battleship', 'baudelaire', 'bawdinesss', 'bayberries', 'bayoneting', 'bayonetted', 'bazillions', 'beachheads', 'beardmores', 'bearnaises', 'beastliest', 'beatifying', 'beatitudes', 'beaujolais', 'beauregard', 'beautician', 'beautified', 'beautifier', 'beautifies', 'becomingly', 'bedazzling', 'bedclothes', 'bedeviling', 'bedevilled', 'bedfellows', 'bedraggled', 'bedraggles', 'bedspreads', 'bedsprings', 'beefaronis', 'beefburger', 'beefsteaks', 'beekeepers', 'beekeeping', 'beelzebubs', 'beethovens', 'beforehand', 'befriended', 'befuddling', 'beginnings', 'begrudging', 'behavioral', 'behaviours', 'belaboring', 'belaboured', 'beleaguers', 'believable', 'believably', 'belittling', 'belladonna', 'bellatrixs', 'bellflower', 'bellingham', 'bellwether', 'bellyached', 'bellyaches', 'belongings', 'belshazzar', 'beltsville', 'benacerraf', 'benchmarks', 'benefactor', 'beneficent', 'beneficial', 'benefiting', 'benefitted', 'benevolent', 'bennington', 'benzedrine', 'bequeathal', 'bequeathed', 'beribboned', 'berkshires', 'bernadette', 'bernadines', 'bernardino', 'bertillons', 'berylliums', 'beseeching', 'besmirched', 'besmirches', 'bespeaking', 'bestiality', 'bestiaries', 'bestirring', 'bestridden', 'bestriding', 'bestseller', 'betelgeuse', 'bethinking', 'betokening', 'betrothals', 'betrotheds', 'betrothing', 'betterment', 'bevellings', 'bewildered', 'bewitching', 'biannually', 'biblically', 'bichromate', 'bicyclists', 'bidiagonal', 'biennially', 'bifurcated', 'bifurcates', 'bighearted', 'biharmonic', 'bijections', 'bijouterie', 'bilinguals', 'billboards', 'billiardss', 'billionths', 'billowiest', 'bimetallic', 'bimonthlys', 'binghamton', 'binoculars', 'biochemist', 'biographer', 'biographic', 'biographys', 'biological', 'biologists', 'biomedical', 'biometrika', 'biophysics', 'biorhythms', 'bioscience', 'biospheres', 'bipartisan', 'birdhouses', 'birmingham', 'birthmarks', 'birthplace', 'birthrates', 'birthright', 'birthstone', 'bisections', 'bishoprics', 'bitterness', 'bitterroot', 'bituminous', 'bivouacked', 'biweeklies', 'blackballs', 'blackbeard', 'blackberry', 'blackbirds', 'blackboard', 'blackburns', 'blackening', 'blackfoots', 'blackguard', 'blackheads', 'blackjacks', 'blacklists', 'blackmails', 'blacknesss', 'blackshirt', 'blacksmith', 'blackstone', 'blackthorn', 'bladdernut', 'blanchards', 'blancmange', 'blandnesss', 'blanketers', 'blanketing', 'blanknesss', 'blarneying', 'blasphemed', 'blasphemer', 'blasphemes', 'blasphemys', 'bleaknesss', 'blemishing', 'blindfolds', 'blindingly', 'blindnesss', 'blindsided', 'blindsides', 'blinkering', 'blissfully', 'blistering', 'blitzkrieg', 'blockading', 'blockheads', 'blockhouse', 'blondnesss', 'bloodbaths', 'bloodhound', 'bloodsheds', 'bloodstain', 'bloodstone', 'bloomfield', 'bloomsbury', 'blossoming', 'blotchiest', 'blowtorchs', 'blubbering', 'bludgeoned', 'bluebeards', 'blueberrys', 'bluebonnet', 'bluebottle', 'bluefishes', 'bluegrasss', 'bluejacket', 'blueprints', 'bluetooths', 'blumenthal', 'blunderers', 'blundering', 'bluntnesss', 'blustering', 'boardrooms', 'boardwalks', 'boastfully', 'boathouses', 'boatswains', 'bobsledded', 'bocklogged', 'bodyguards', 'bodyweight', 'boisterous', 'bojangless', 'bollywoods', 'bolsheviks', 'bolshevism', 'bolshevist', 'bolstering', 'bombardier', 'bombarding', 'bombshells', 'bondholder', 'bonhoeffer', 'bonneville', 'bookkeeper', 'bookmakers', 'bookmaking', 'bookmarked', 'bookmobile', 'bookseller', 'bookshelfs', 'bookstores', 'boomerangs', 'boondockss', 'boondoggle', 'bootblacks', 'bootlegged', 'bootlegger', 'bootstraps', 'borderings', 'borderland', 'borderline', 'borobudurs', 'bossinesss', 'bostonians', 'bothersome', 'botticelli', 'bottleneck', 'bottomless', 'bottommost', 'boulevards', 'boundaries', 'bourgeoiss', 'boutonnire', 'bowdlerise', 'bowdlerize', 'bowstrings', 'boycotting', 'boyfriends', 'boyishness', 'bracketing', 'bradstreet', 'brahmanism', 'brainchild', 'brainstems', 'brainstorm', 'branchings', 'brandished', 'brandishes', 'brandywine', 'brashnesss', 'brassieres', 'bratislava', 'brawniness', 'brazenness', 'brazilians', 'breadboard', 'breadboxes', 'breadfruit', 'breakables', 'breakdowns', 'breakfasts', 'breakpoint', 'breakspear', 'breakwater', 'breastbone', 'breastwork', 'breathable', 'breathiest', 'breathings', 'breathless', 'breeziness', 'breviaries', 'bricklayer', 'bridalveil', 'bridegroom', 'bridesmaid', 'bridgeable', 'bridgehead', 'bridgeport', 'bridgetown', 'bridgettes', 'bridgework', 'briefcases', 'briefnesss', 'brigadiers', 'brigandage', 'brigantine', 'brightened', 'brightener', 'brightness', 'brilliance', 'brilliancy', 'brilliants', 'brimstones', 'briquettes', 'brisknesss', 'bristliest', 'britannica', 'broadcasts', 'broadcloth', 'broadeners', 'broadening', 'broadlooms', 'broadnesss', 'broadsided', 'broadsides', 'broadsword', 'brokenness', 'brokerages', 'bronchiole', 'bronchitis', 'brontosaur', 'brookhaven', 'broomstick', 'browbeaten', 'brownshirt', 'brownstone', 'brunhildes', 'brunswicks', 'brushfires', 'brushwoods', 'brusknesss', 'brutalised', 'brutalises', 'brutalitys', 'brutalized', 'brutalizes', 'brzezinski', 'buccaneers', 'bucharests', 'buchenwald', 'buckboards', 'bucketfull', 'bucketfuls', 'buckingham', 'bucktooths', 'buckwheats', 'budgerigar', 'budweisers', 'buffaloing', 'bufferrers', 'buffetings', 'bufflehead', 'buffoonery', 'bujumburas', 'bulgarians', 'bulkinesss', 'bulldogged', 'bulldozers', 'bulldozing', 'bulletined', 'bullfights', 'bullfinchs', 'bullheaded', 'bullwinkle', 'bumblebees', 'bundesbank', 'bunkhouses', 'burdensome', 'bureaucrat', 'burgeoning', 'burglaries', 'burglarise', 'burglarize', 'burgundian', 'burgundies', 'burlesqued', 'burlesques', 'burlinesss', 'burlington', 'burnishing', 'bushelling', 'bushinesss', 'bushmaster', 'bushwhacks', 'businesses', 'busybodies', 'butcheries', 'butchering', 'butterball', 'buttercups', 'butterfats', 'butterflys', 'butteriest', 'buttermilk', 'butternuts', 'buttonhole', 'buttonweed', 'buttressed', 'buttresses', 'byproducts', 'bystanders', 'byzantines', 'byzantiums', 'cablecasts', 'cablegrams', 'cacophonys', 'cadaverous', 'caerphilly', 'caesareans', 'caesarians', 'cafeterias', 'cageynesss', 'calabashes', 'calamities', 'calamitous', 'calcareous', 'calcifying', 'calculable', 'calculated', 'calculates', 'calculator', 'calculuses', 'calendared', 'calibrated', 'calibrates', 'calibrator', 'california', 'calipering', 'caliphates', 'calligraph', 'callipered', 'callousing', 'calumniate', 'calvinisms', 'calvinists', 'cambodians', 'cambridges', 'camcorders', 'camelopard', 'camemberts', 'cameramans', 'camouflage', 'campaigned', 'campaigner', 'campanella', 'campaniles', 'campground', 'cancellate', 'cancelling', 'candelabra', 'candidacys', 'candidates', 'candidness', 'candlewick', 'cankerworm', 'cannabises', 'canninesss', 'cannisters', 'cannonaded', 'cannonades', 'cannonball', 'canonicals', 'canonising', 'canonizing', 'cantaloupe', 'cantaloups', 'canterbury', 'canterelle', 'cantilever', 'cantoneses', 'canvasback', 'canvassers', 'canvassing', 'capability', 'capablanca', 'capacitate', 'capacities', 'capacitive', 'capacitors', 'caparisons', 'capillarys', 'capistrano', 'capitalise', 'capitalism', 'capitalist', 'capitalize', 'capitoline', 'capitulate', 'cappuccino', 'capricious', 'capricorns', 'captaincys', 'captaining', 'captioning', 'captivated', 'captivates', 'captivitys', 'caravaggio', 'carbonated', 'carbonates', 'carbondale', 'carbonized', 'carbonizer', 'carbonizes', 'carboxylic', 'carbuncles', 'carburetor', 'carcinogen', 'carcinomas', 'cardboards', 'cardinally', 'cardiogram', 'cardiology', 'cardsharps', 'carefuller', 'caregivers', 'carelessly', 'caretakers', 'caribbeans', 'caricature', 'carjackers', 'carjacking', 'carmichael', 'carnations', 'carnelians', 'carnivores', 'carolinian', 'carpathian', 'carpenters', 'carpentrys', 'carpetbags', 'carpetings', 'carrousels', 'carruthers', 'carryovers', 'cartilages', 'cartooning', 'cartoonist', 'cartridges', 'cartwheels', 'cartwright', 'caryatides', 'casablanca', 'caseworker', 'cashiering', 'cassandras', 'casseroled', 'casseroles', 'cassiopeia', 'castanedas', 'castigated', 'castigates', 'castigator', 'castrating', 'castration', 'casualness', 'casualties', 'casuistrys', 'cataclysms', 'catafalque', 'catalepsys', 'cataleptic', 'catalogers', 'cataloging', 'catalogued', 'cataloguer', 'catalogues', 'catalonias', 'catalysing', 'catalysiss', 'catalytics', 'catalyzing', 'catamarans', 'catapulted', 'catatonics', 'catcalling', 'catchwords', 'catechised', 'catechises', 'catechisms', 'catechized', 'catechizes', 'categories', 'categorise', 'categorize', 'caterwauls', 'catharsiss', 'cathartics', 'cathedrals', 'catherines', 'catherwood', 'catnapping', 'catskillss', 'cattinesss', 'cattlemans', 'caucasians', 'caucussing', 'causalitys', 'causations', 'cauterised', 'cauterises', 'cauterized', 'cauterizes', 'cautionary', 'cautioners', 'cautioning', 'cautiously', 'cavalcades', 'cavalierly', 'cavalryman', 'cavalrymen', 'cavillings', 'ceausescus', 'celebrants', 'celebrated', 'celebrates', 'celebritys', 'cellophane', 'cellulites', 'celluloids', 'celluloses', 'cemeteries', 'censorious', 'censorship', 'centauruss', 'centenarys', 'centennial', 'centerfold', 'centerline', 'centigrade', 'centigrams', 'centiliter', 'centilitre', 'centimeter', 'centimetre', 'centipedes', 'centralise', 'centralize', 'centrefold', 'centrifuge', 'centurions', 'cerebellum', 'ceremonial', 'ceremonies', 'certaintys', 'certifiers', 'certifying', 'certiorari', 'certitudes', 'cervantess', 'cessations', 'chaffinchs', 'chagrining', 'chagrinned', 'chainsawed', 'chairlifts', 'chairwoman', 'chairwomen', 'chaitanyas', 'chalcedony', 'chalcocite', 'chalkboard', 'challenged', 'challenger', 'challenges', 'chameleons', 'chamomiles', 'champagnes', 'championed', 'chancellor', 'chanceries', 'chandelier', 'chandigarh', 'changeable', 'changeably', 'changeling', 'changeover', 'channeling', 'channelled', 'channeller', 'chaparrals', 'chaperoned', 'chaperones', 'chaplaincy', 'characters', 'charbroils', 'charcoaled', 'chardonnay', 'chargeable', 'charioteer', 'charitable', 'charitably', 'charlatans', 'charleston', 'charlottes', 'charmaines', 'charmingly', 'charolaiss', 'chartering', 'chartreuse', 'charwomans', 'charybdiss', 'chasteness', 'chastening', 'chastisers', 'chastising', 'chatterbox', 'chatterers', 'chattererz', 'chattering', 'chatterley', 'chatterton', 'chattiness', 'chauffeurs', 'chautauqua', 'chauvinism', 'chauvinist', 'chayefskys', 'cheapening', 'cheapnesss', 'cheapskate', 'checkbooks', 'checkering', 'checklists', 'checkmated', 'checkmates', 'checkpoint', 'checkrooms', 'cheekbones', 'cheekiness', 'cheerfully', 'cheeriness', 'cheesecake', 'chemically', 'chemistrys', 'chequebook', 'chequering', 'cherishing', 'chernenkos', 'chernobyls', 'chesapeake', 'chessboard', 'chesterton', 'chevrolets', 'chicanerys', 'chickadees', 'chickasaws', 'chickening', 'chickenpox', 'chickweeds', 'chieftains', 'chihuahuas', 'chilblains', 'childbirth', 'childcares', 'childhoods', 'childishly', 'childproof', 'chilliness', 'chillingly', 'chimborazo', 'chimerical', 'chimpanzee', 'chinchilla', 'chinquapin', 'chinstraps', 'chintziest', 'chipewyans', 'chiropodys', 'chirruping', 'chirrupped', 'chisellers', 'chiselling', 'chitlingss', 'chittagong', 'chivalrous', 'chlorinate', 'chloroform', 'chocolates', 'chokeberry', 'choppering', 'choppiness', 'chopsticks', 'choristers', 'chorussing', 'christened', 'christiana', 'christians', 'christines', 'christlike', 'christmass', 'christoper', 'chromosome', 'chronicled', 'chronicler', 'chronicles', 'chronology', 'chrysaliss', 'chrysolite', 'chrysostom', 'chtelaines', 'chubbiness', 'chuckholes', 'chuckwalla', 'chumminess', 'chungkings', 'chunkiness', 'churchgoer', 'churchills', 'churchmans', 'churchyard', 'churlishly', 'cicatrices', 'ciceronian', 'cigarettes', 'cigarillos', 'cincinnati', 'cinderella', 'cinquefoil', 'circuiting', 'circuitous', 'circuitrys', 'circularly', 'circulated', 'circulates', 'circumcise', 'circumflex', 'circumvent', 'cirrhosiss', 'citigroups', 'citizenrys', 'citronella', 'civilising', 'civilities', 'civilizing', 'cladophora', 'claibornes', 'clambering', 'clamminess', 'clamouring', 'clampdowns', 'clapboards', 'clapeyrons', 'clarifying', 'clarioning', 'classicals', 'classicism', 'classicist', 'classified', 'classifier', 'classifies', 'classiness', 'classmates', 'classrooms', 'clattering', 'claudettes', 'clausewitz', 'clavichord', 'cleanliest', 'cleannesss', 'clearances', 'clearasils', 'clearnesss', 'clearwater', 'clematises', 'clemenceau', 'clementine', 'cleopatras', 'clerestory', 'clergymans', 'clevelands', 'cleverness', 'clinically', 'clinicians', 'clipboards', 'clitorises', 'cloakrooms', 'clobbering', 'clockworks', 'clodhopper', 'cloistered', 'closenesss', 'clothbound', 'clothesman', 'clothesmen', 'clothespin', 'cloudburst', 'cloudiness', 'cloverleaf', 'clownishly', 'clubhouses', 'clumsiness', 'clustering', 'cluttering', 'clydesdale', 'coagulable', 'coagulants', 'coagulated', 'coagulates', 'coalescent', 'coalescing', 'coalitions', 'coarseness', 'coarsening', 'coastlines', 'coauthored', 'cochabamba', 'cockamamie', 'cockfights', 'cockinesss', 'cockroachs', 'cockscombs', 'cocksucker', 'coddington', 'coexistent', 'coexisting', 'coffeecake', 'coffeepots', 'cogitating', 'cogitation', 'cognisance', 'cognitions', 'cognizable', 'cognizance', 'cohabitate', 'cohabiting', 'coherences', 'coherently', 'cohesively', 'cohomology', 'coiffuring', 'coimbatore', 'coincident', 'coinciding', 'colatitude', 'coleridges', 'collapsing', 'collarbone', 'collateral', 'collations', 'colleagues', 'collecting', 'collection', 'collective', 'collectors', 'collegians', 'collegiate', 'collieries', 'collisions', 'collocated', 'collocates', 'colloquial', 'colloquies', 'colloquium', 'collusions', 'colombians', 'colonially', 'colonisers', 'colonising', 'colonizers', 'colonizing', 'colonnades', 'coloration', 'coloratura', 'colorblind', 'colorfully', 'colossally', 'colossuses', 'colourfast', 'colourings', 'colourless', 'columbines', 'columnated', 'columnates', 'columnists', 'columnized', 'columnizes', 'combatants', 'combatting', 'combinator', 'combustion', 'comedienne', 'comeliness', 'comestible', 'comforters', 'comforting', 'commandant', 'commandeer', 'commanders', 'commanding', 'commandoes', 'commencing', 'commending', 'commentary', 'commentate', 'commenting', 'commercial', 'commingled', 'commingles', 'commissars', 'commissary', 'commission', 'commitment', 'committals', 'committees', 'committing', 'commodious', 'commoditys', 'commodores', 'commonness', 'commonweal', 'commotions', 'communally', 'communions', 'communique', 'communisms', 'communists', 'communitys', 'compactest', 'compactify', 'compacting', 'compaction', 'compactors', 'companions', 'comparable', 'comparably', 'comparator', 'comparison', 'compassing', 'compassion', 'compatible', 'compatibly', 'compatriot', 'compelling', 'compendium', 'compensate', 'competence', 'competency', 'competitor', 'complacent', 'complained', 'complainer', 'complaints', 'complected', 'complement', 'completely', 'completest', 'completing', 'completion', 'complexion', 'complexity', 'compliance', 'complicate', 'complicity', 'compliment', 'components', 'comporting', 'composedly', 'composites', 'compositor', 'composting', 'composures', 'compounded', 'comprehend', 'compressed', 'compresses', 'compressor', 'comprising', 'compromise', 'compulsion', 'compulsive', 'compulsory', 'compuserve', 'computable', 'computings', 'concavitys', 'concealers', 'concealing', 'conceiving', 'concentric', 'conception', 'conceptual', 'concerning', 'concertina', 'concerting', 'concession', 'concierges', 'conciliate', 'concluding', 'conclusion', 'conclusive', 'concocting', 'concoction', 'concordant', 'concourses', 'concretely', 'concreting', 'concretion', 'concubines', 'concurrent', 'concurring', 'concussion', 'condemnate', 'condemners', 'condemning', 'condensate', 'condensers', 'condensing', 'condescend', 'condiments', 'conditions', 'condolence', 'conducting', 'conduction', 'conductive', 'conductors', 'coneflower', 'conestogas', 'confabbing', 'confection', 'conference', 'conferment', 'conferrers', 'conferring', 'confessing', 'confession', 'confessors', 'confidante', 'confidants', 'confidence', 'configured', 'configures', 'confirming', 'confiscate', 'conflicted', 'confluence', 'conforming', 'conformist', 'conformity', 'confounded', 'confronted', 'confronter', 'confucians', 'confuciuss', 'confusedly', 'confusions', 'congealing', 'congenital', 'congesting', 'congestion', 'congestive', 'congoleses', 'congregate', 'congresses', 'congruence', 'congruitys', 'coniferous', 'conjecture', 'conjoining', 'conjugated', 'conjugates', 'conjuncted', 'connecters', 'connecting', 'connection', 'connective', 'connectors', 'connivance', 'conquerers', 'conquering', 'conquerors', 'conscience', 'conscripts', 'consecrate', 'consensual', 'consensuss', 'consenters', 'consenting', 'consequent', 'conserving', 'considered', 'consigning', 'consistent', 'consisting', 'consolable', 'consonance', 'consonants', 'consorting', 'consortium', 'conspiracy', 'conspiring', 'constables', 'constancys', 'constantly', 'constipate', 'constitute', 'constrains', 'constraint', 'constricts', 'constructs', 'construing', 'consulates', 'consultant', 'consulting', 'consumable', 'consummate', 'contacting', 'contagions', 'contagious', 'containers', 'containing', 'contenders', 'contending', 'contenting', 'contention', 'contestant', 'contesters', 'contesting', 'contextual', 'contiguity', 'contiguous', 'continence', 'continents', 'contingent', 'continuant', 'continuing', 'continuity', 'continuous', 'continuums', 'contorting', 'contortion', 'contouring', 'contraband', 'contrabass', 'contracted', 'contractor', 'contradict', 'contraltos', 'contraries', 'contrarily', 'contrasted', 'contraster', 'contravene', 'contrerass', 'contribute', 'contritely', 'contrition', 'contriving', 'controlled', 'controller', 'controvert', 'contumelys', 'contusions', 'conundrums', 'convalesce', 'convection', 'convenient', 'convention', 'convergent', 'converging', 'conversant', 'conversely', 'conversing', 'conversion', 'converters', 'converting', 'convertors', 'convexitys', 'conveyance', 'convicting', 'conviction', 'convincers', 'convincing', 'convoluted', 'convulsing', 'convulsion', 'convulsive', 'coolheaded', 'cooperated', 'cooperates', 'cooperator', 'coordinate', 'copacabana', 'copenhagen', 'copernican', 'copernicus', 'copperhead', 'coppertone', 'copulating', 'copulation', 'copycatted', 'copyrights', 'copywriter', 'coquetting', 'coquettish', 'coralberry', 'cordiality', 'corduroyss', 'corianders', 'corinthian', 'coriolanus', 'corkscrews', 'cormorants', 'cornbreads', 'corneliuss', 'cornfields', 'cornflakes', 'cornflower', 'cornrowing', 'cornstalks', 'cornstarch', 'cornucopia', 'cornwallis', 'corollarys', 'coronaries', 'coronation', 'coroutines', 'corpulence', 'corpuscles', 'corralling', 'correctest', 'correcting', 'correction', 'corrective', 'correlated', 'correlates', 'correspond', 'corrigenda', 'corrigible', 'corroboree', 'corrodible', 'corrosions', 'corrosives', 'corrugated', 'corrugates', 'corruptest', 'corrupting', 'corruption', 'cortisones', 'coruscated', 'coruscates', 'corvalliss', 'cosmically', 'cosmogonys', 'cosmologys', 'cosmonauts', 'cosponsors', 'costarring', 'costliness', 'cotillions', 'cottonseed', 'cottontail', 'cottonwood', 'cotyledons', 'councillor', 'councilman', 'councilmen', 'councilors', 'counseling', 'counselled', 'counsellor', 'counselors', 'countdowns', 'counteract', 'countering', 'counterman', 'countermen', 'countesses', 'countryman', 'countrymen', 'countywide', 'courageous', 'courtesans', 'courtesies', 'courthouse', 'courtliest', 'courtrooms', 'courtships', 'courtyards', 'covenanted', 'coventries', 'covetously', 'cowardices', 'coweringly', 'cowpuncher', 'crabbiness', 'crackdowns', 'crackliest', 'craftiness', 'craftsmans', 'cranberrys', 'crankcases', 'crankiness', 'crankshaft', 'crassnesss', 'crawfishes', 'crawlspace', 'crayfishes', 'crazinesss', 'creameries', 'creaminess', 'creatively', 'creativity', 'credential', 'creditable', 'creditably', 'credulitys', 'creepiness', 'creightons', 'cremations', 'crematoria', 'crematorys', 'creosoting', 'crescendos', 'cretaceous', 'cricketers', 'criminally', 'crimsoning', 'crinkliest', 'crinolines', 'crispnesss', 'crisscross', 'criterions', 'critically', 'criticised', 'criticises', 'criticisms', 'criticized', 'criticizes', 'critiquing', 'crocheting', 'crocodiles', 'croissants', 'crookedest', 'croquettes', 'crossbeams', 'crossbones', 'crossbreed', 'crosscheck', 'crossfires', 'crosshatch', 'crossnesss', 'crossovers', 'crosspiece', 'crosspoint', 'crossroads', 'crosswalks', 'crosswords', 'crucifixes', 'cruciforms', 'crucifying', 'crudenesss', 'cruikshank', 'crumbliest', 'crunchiest', 'crushingly', 'crustacean', 'cryogenics', 'cryptogram', 'cryptology', 'cryptozoic', 'crystalize', 'cubbyholes', 'cuchulains', 'cuckolding', 'cudgelling', 'culbertson', 'cullenders', 'culminated', 'culminates', 'cultivable', 'cultivated', 'cultivates', 'cultivator', 'culturally', 'cumberland', 'cumbersome', 'cummerbund', 'cumulative', 'cuneiforms', 'cunningest', 'cunningham', 'curiositys', 'curiousest', 'curlicuing', 'curlinesss', 'curmudgeon', 'currencies', 'curricular', 'curriculum', 'currycombs', 'curtailing', 'curtaining', 'curtseying', 'curvaceous', 'curvacious', 'curvatures', 'cushioning', 'custodians', 'customised', 'customises', 'customized', 'customizer', 'customizes', 'cutthroats', 'cuttlebone', 'cuttlefish', 'cybernetic', 'cyberpunks', 'cyberspace', 'cyclically', 'cyclotomic', 'cyclotrons', 'cymbelines', 'cytoplasms', 'dachshunds', 'daintiness', 'dairymaids', 'dalliances', 'dalmatians', 'damnations', 'dandelions', 'daredevils', 'darjeeling', 'dartboards', 'darwinisms', 'dashboards', 'datelining', 'daughertys', 'daughterly', 'davenports', 'daydreamed', 'daydreamer', 'dazzlingly', 'deaconesss', 'deactivate', 'deadliness', 'deadlocked', 'deadpanned', 'dealership', 'deallocate', 'deathblows', 'deathrates', 'deathtraps', 'debarments', 'debasement', 'debauchery', 'debauching', 'debentures', 'debilitate', 'debilities', 'debonairly', 'debouillet', 'debriefing', 'decadences', 'decadently', 'decalogues', 'decapitate', 'decathlons', 'decelerate', 'deceptions', 'decimating', 'decimation', 'deciphered', 'decipherer', 'decisional', 'decisively', 'declaiming', 'declarator', 'declassify', 'declension', 'declivitys', 'decolonise', 'decolonize', 'decomposed', 'decomposes', 'decompress', 'deconvolve', 'decorating', 'decoration', 'decorative', 'decorators', 'decorously', 'decoupling', 'decreasing', 'decrements', 'decryption', 'dedicating', 'dedication', 'deductible', 'deductions', 'deescalate', 'defacement', 'defamation', 'defamatory', 'defaulters', 'defaulting', 'defeatisms', 'defeatists', 'defecating', 'defecation', 'defections', 'defectives', 'defendants', 'defensible', 'defensives', 'deferences', 'deferments', 'deferrable', 'deficiency', 'defilement', 'definitely', 'definition', 'definitive', 'deflations', 'deflecting', 'deflection', 'deflectors', 'defoliants', 'defoliated', 'defoliates', 'deforested', 'deformitys', 'defrauding', 'defrosters', 'defrosting', 'degeneracy', 'degenerate', 'degeneress', 'degradable', 'dehumanise', 'dehumanize', 'dehumidify', 'dehydrated', 'dehydrates', 'dejectedly', 'dejections', 'delawarean', 'delectable', 'delegating', 'delegation', 'deliberate', 'delicacies', 'delicately', 'deliciouss', 'delightful', 'delighting', 'delimiters', 'delimiting', 'delineated', 'delineates', 'delinquent', 'deliquesce', 'deliverers', 'deliveries', 'delivering', 'delphinium', 'delphinuss', 'demagogues', 'demarcated', 'demarcates', 'demeanours', 'dementedly', 'demetriuss', 'demiscible', 'demitasses', 'demobilise', 'demobilize', 'democracys', 'democratic', 'democritus', 'demodulate', 'demography', 'demolished', 'demolishes', 'demolition', 'demoniacal', 'demoralise', 'demoralize', 'denaturing', 'denigrated', 'denigrates', 'denominate', 'denotation', 'denotative', 'denouement', 'denouncing', 'densenesss', 'dentifrice', 'dentistrys', 'denudation', 'denunciate', 'deodorants', 'deodorised', 'deodoriser', 'deodorises', 'deodorized', 'deodorizer', 'deodorizes', 'department', 'departures', 'dependable', 'dependably', 'dependance', 'dependants', 'dependence', 'dependency', 'dependents', 'depictions', 'depilatory', 'depletions', 'deplorable', 'deplorably', 'deployment', 'depopulate', 'deportment', 'depositary', 'depositing', 'deposition', 'depositors', 'depository', 'depravitys', 'deprecated', 'deprecates', 'depreciate', 'depressant', 'depressing', 'depression', 'depressive', 'deprograms', 'deputation', 'deputising', 'deputizing', 'derailment', 'derbyshire', 'deregulate', 'derisively', 'derivation', 'derivative', 'dermatitis', 'derogating', 'derogation', 'derogatory', 'derringers', 'desalinate', 'descanting', 'descartess', 'descendant', 'descendent', 'descenders', 'descending', 'describing', 'descriptor', 'desdemonas', 'desecrated', 'desecrater', 'desecrates', 'desertions', 'deservedly', 'deservings', 'desiccated', 'desiccates', 'desiderata', 'designated', 'designates', 'designator', 'designings', 'desolately', 'desolating', 'desolation', 'desorption', 'despairing', 'despatched', 'despatches', 'desperados', 'despicable', 'despicably', 'despoiling', 'despondent', 'despotisms', 'destroyers', 'destroying', 'destructed', 'destructor', 'detachable', 'detachment', 'detainment', 'detectable', 'detectably', 'detections', 'detectives', 'detentions', 'detergents', 'determined', 'determiner', 'determines', 'deterrence', 'deterrents', 'detestable', 'dethroning', 'detonating', 'detonation', 'detonators', 'detoxified', 'detoxifies', 'detracting', 'detraction', 'detractors', 'detriments', 'deuteriums', 'devanagari', 'devastated', 'devastates', 'developers', 'developing', 'deviations', 'devilishly', 'devilments', 'deviltries', 'devolution', 'devonshire', 'devotional', 'devoutness', 'dewberries', 'dexedrines', 'dexteritys', 'dextrously', 'dhaulagiri', 'diabolical', 'diachronic', 'diacritics', 'diagnosing', 'diagnosiss', 'diagnostic', 'diagonally', 'diagraming', 'diagrammed', 'diagrammer', 'dialectics', 'diaphanous', 'diaphragms', 'diarrhoeas', 'dichloride', 'dichotomys', 'dickcissel', 'dickersons', 'dictaphone', 'dictations', 'dictionary', 'didriksons', 'dielectric', 'dieteticss', 'dieticians', 'dietitians', 'difference', 'difficulty', 'diffidence', 'diffusible', 'diffusions', 'difluoride', 'digestible', 'digestions', 'digitaliss', 'digitising', 'digitizing', 'dignifying', 'dignitarys', 'digressing', 'digression', 'digressive', 'dilapidate', 'dilatation', 'dilettante', 'dilettanti', 'diligences', 'diligently', 'dillingers', 'dillydally', 'dimensions', 'diminished', 'diminishes', 'diminuendo', 'diminution', 'diminutive', 'dinginesss', 'dinnertime', 'dinnerware', 'diocletian', 'diphtheria', 'diphthongs', 'diplomacys', 'diplomatic', 'dipsomania', 'directions', 'directives', 'directness', 'directorys', 'dirigibles', 'dirtinesss', 'disability', 'disabusing', 'disaffects', 'disagreing', 'disallowed', 'disappears', 'disappoint', 'disapprove', 'disarrange', 'disarrayed', 'disastrous', 'disavowals', 'disavowing', 'disbanding', 'disbarment', 'disbarring', 'disbeliefs', 'disbelieve', 'disbursing', 'discarding', 'discerning', 'discharged', 'discharges', 'discipline', 'disclaimed', 'disclaimer', 'disclosing', 'disclosure', 'discolored', 'discolours', 'discomfits', 'discomfort', 'discommode', 'discompose', 'disconcert', 'disconnect', 'discontent', 'discordant', 'discording', 'discounted', 'discourage', 'discoursed', 'discourses', 'discovered', 'discoverer', 'discoverys', 'discredits', 'discreeter', 'discreetly', 'discrepant', 'discretely', 'discretion', 'discursive', 'discussant', 'discussing', 'discussion', 'disdainful', 'disdaining', 'disembarks', 'disembowel', 'disenchant', 'disengaged', 'disengages', 'disfavored', 'disfavours', 'disfigured', 'disfigures', 'disgorging', 'disgracing', 'disgruntle', 'disguising', 'disgustful', 'disgusting', 'disharmony', 'dishcloths', 'dishearten', 'disheveled', 'dishonesty', 'dishonored', 'dishonours', 'dishtowels', 'dishwasher', 'dishwaters', 'disincline', 'disinfects', 'disinherit', 'disjointed', 'dislocated', 'dislocates', 'dislodging', 'disloyally', 'disloyalty', 'dismantled', 'dismantles', 'dismembers', 'dismissals', 'dismissers', 'dismissing', 'dismissive', 'dismounted', 'disneyland', 'disobeying', 'disobliged', 'disobliges', 'disordered', 'disorderly', 'disorients', 'disparaged', 'disparages', 'disparitys', 'dispatched', 'dispatcher', 'dispatches', 'dispelling', 'dispensary', 'dispensate', 'dispensers', 'dispensing', 'dispersals', 'dispersing', 'dispersion', 'dispersive', 'dispirited', 'displacing', 'displaying', 'displeased', 'displeases', 'disporting', 'disposable', 'dispossess', 'disproving', 'disputable', 'disputants', 'disqualify', 'disquieted', 'disregards', 'disrepairs', 'disreputes', 'disrespect', 'disrupting', 'disruption', 'disruptive', 'dissatisfy', 'dissecting', 'dissection', 'dissembled', 'dissembles', 'dissension', 'dissenters', 'dissenting', 'disservice', 'dissidence', 'dissidents', 'dissimilar', 'dissipated', 'dissipates', 'dissociate', 'dissolving', 'dissonance', 'dissuading', 'dissuasion', 'distancing', 'distempers', 'distending', 'distension', 'distention', 'distillate', 'distillers', 'distillery', 'distilling', 'distincter', 'distinctly', 'distorting', 'distortion', 'distracted', 'distraught', 'distressed', 'distresses', 'distribute', 'distrusted', 'disturbing', 'disuniting', 'disyllable', 'divergence', 'diversions', 'diversitys', 'divination', 'divinities', 'divisional', 'divisively', 'dixielands', 'dizzinesss', 'doctorates', 'docudramas', 'documented', 'documenter', 'dogcatcher', 'doggedness', 'doggoneder', 'dogmatisms', 'dogmatists', 'dogtrotted', 'dollhouses', 'domiciling', 'dominances', 'dominantly', 'dominating', 'domination', 'domineered', 'dominguezs', 'dominicans', 'dominiques', 'donaldsons', 'donizettis', 'donnybrook', 'doohickeys', 'doonesbury', 'doorkeeper', 'dorchester', 'dormitorys', 'dostoevsky', 'doubledays', 'doubtfully', 'doughtiest', 'dovetailed', 'dowdinesss', 'downfallen', 'downgraded', 'downgrades', 'downloaded', 'downplayed', 'downsizing', 'downstairs', 'downstates', 'downstream', 'downswings', 'doxologies', 'draftiness', 'draftsmans', 'dragonflys', 'dragonhead', 'dragooning', 'drailleurs', 'drainpipes', 'dramamines', 'dramaticss', 'dramatised', 'dramatises', 'dramatists', 'dramatized', 'dramatizes', 'dramaturgy', 'draughtier', 'dravidians', 'drawbridge', 'drawstring', 'dreadfully', 'dreadlocks', 'dreamlands', 'dreariness', 'dressiness', 'dressmaker', 'driftwoods', 'drivelling', 'drizzliest', 'drolleries', 'drollnesss', 'dromedarys', 'droppingss', 'drosophila', 'drowsiness', 'drugstores', 'drumsticks', 'dsseldorfs', 'dubrovniks', 'ductilitys', 'dumbfounds', 'dumbledore', 'dumbwaiter', 'dumfounded', 'duplicable', 'duplicated', 'duplicates', 'duplicator', 'duplicitys', 'durability', 'dusseldorf', 'dustbuster', 'dustinesss', 'dynamiting', 'dysenterys', 'dyspepsias', 'dyspeptics', 'dysprosium', 'eagernesss', 'earlinesss', 'earmarking', 'earnestine', 'earnhardts', 'earthiness', 'earthliest', 'earthlings', 'earthmover', 'earthquake', 'earthworks', 'earthworms', 'easterlies', 'easterners', 'eavesdrops', 'ebeneezers', 'ebullience', 'eccentrics', 'echinoderm', 'ecmascript', 'ecological', 'ecologists', 'economical', 'economicss', 'economised', 'economises', 'economists', 'economized', 'economizer', 'economizes', 'ecosystems', 'ecuadorans', 'ecuadorian', 'ecumenical', 'eddingtons', 'edelweisss', 'edibilitys', 'edinburghs', 'editorials', 'editorship', 'educations', 'edwardians', 'effaceable', 'effacement', 'effectuate', 'effeminacy', 'effeminate', 'effervesce', 'efficiency', 'effloresce', 'effortless', 'effrontery', 'effulgence', 'effusively', 'eggbeaters', 'eglantines', 'egocentric', 'egyptology', 'ehrenbergs', 'eiderdowns', 'eigenspace', 'eigenstate', 'eigenvalue', 'eighteenth', 'eightieths', 'eisenhower', 'eisenstein', 'ejaculated', 'ejaculates', 'ektachrome', 'elaborated', 'elaborates', 'elasticity', 'elbowrooms', 'elderberry', 'electorate', 'electrical', 'electrodes', 'electronic', 'elementals', 'elementary', 'elevations', 'eliminated', 'eliminates', 'eliminator', 'elizabeths', 'ellesmeres', 'ellipsoids', 'elliptical', 'elocutions', 'elongating', 'elongation', 'elopements', 'eloquences', 'eloquently', 'elucidated', 'elucidates', 'emaciating', 'emaciation', 'emanations', 'emancipate', 'emasculate', 'embankment', 'embargoing', 'embeddable', 'embezzlers', 'embezzling', 'embittered', 'emblazoned', 'emblematic', 'embodiment', 'emboldened', 'embouchure', 'embroiders', 'embroidery', 'embroiling', 'embryology', 'emendation', 'emergences', 'emergencys', 'emigrating', 'emigration', 'emissaries', 'emissivity', 'emollients', 'emoluments', 'empaneling', 'empathetic', 'empathised', 'empathises', 'empathized', 'empathizes', 'emphasised', 'emphasises', 'emphasized', 'emphasizes', 'emphysemas', 'empiricism', 'empiricist', 'employable', 'employment', 'empowering', 'emptinesss', 'emulations', 'emulsified', 'emulsifies', 'enactments', 'enamelling', 'enamouring', 'encampment', 'enchanters', 'enchanting', 'enchiladas', 'enciphered', 'encircling', 'enclosures', 'encounters', 'encouraged', 'encourages', 'encroached', 'encroaches', 'encrusting', 'encrypting', 'encryption', 'encumbered', 'encyclical', 'endangered', 'endearment', 'endeavored', 'endeavours', 'endocrines', 'endogamous', 'endogenous', 'endowments', 'endurances', 'enduringly', 'energisers', 'energising', 'energizers', 'energizing', 'enervating', 'enervation', 'enfeebling', 'enforcible', 'engagement', 'engagingly', 'engendered', 'engineered', 'englanders', 'englishman', 'englishmen', 'engravings', 'engrossing', 'enjoyments', 'enlightens', 'enlistment', 'enlivening', 'enormities', 'enormously', 'enraptured', 'enraptures', 'enrichment', 'enrollment', 'enrolments', 'ensconcing', 'enshrining', 'enshrouded', 'entangling', 'enterprise', 'entertains', 'enthralled', 'enthroning', 'enthusiasm', 'enthusiast', 'enticement', 'entireties', 'entombment', 'entomology', 'entourages', 'entrancing', 'entrapment', 'entrapping', 'entreaties', 'entreating', 'entrenched', 'entrenches', 'entrusting', 'enumerable', 'enumerated', 'enumerates', 'enumerator', 'enunciable', 'enunciated', 'enunciates', 'enveloping', 'environing', 'envisaging', 'envisioned', 'enzymology', 'epaulettes', 'epicenters', 'epicentres', 'epicureans', 'epidermiss', 'epigenetic', 'epiglottis', 'epileptics', 'epimethius', 'epiphanies', 'epiphyseal', 'episcopacy', 'episcopate', 'epistolary', 'epithelial', 'epithelium', 'epitomised', 'epitomises', 'epitomized', 'epitomizes', 'equability', 'equalisers', 'equalising', 'equalities', 'equalizers', 'equalizing', 'equanimity', 'equatorial', 'equestrian', 'equilibria', 'equipments', 'equipoises', 'equipotent', 'equitation', 'equivalent', 'equivocate', 'eradicable', 'eradicated', 'eradicates', 'erectnesss', 'ergonomics', 'erlenmeyer', 'ernestines', 'erotically', 'eroticisms', 'eruditions', 'escadrille', 'escalating', 'escalation', 'escalators', 'escarpment', 'escritoire', 'escutcheon', 'esmeraldas', 'esophaguss', 'espadrille', 'especially', 'esperantos', 'esperanzas', 'espionages', 'esplanades', 'essentials', 'estimating', 'estimation', 'estimators', 'estranging', 'eternities', 'ethereally', 'ethiopians', 'ethnically', 'ethnicitys', 'ethnologys', 'etiologies', 'etiquettes', 'etymologys', 'eucalyptus', 'eucharists', 'eulogising', 'eulogistic', 'eulogizing', 'eumenidess', 'euphemisms', 'euphratess', 'eurodollar', 'eustachian', 'euthanasia', 'evacuating', 'evacuation', 'evaluating', 'evaluation', 'evaluative', 'evaluators', 'evanescent', 'evangelina', 'evangeline', 'evangelise', 'evangelism', 'evangelist', 'evangelize', 'evansville', 'evaporated', 'evaporates', 'evenhanded', 'eventfully', 'eventually', 'eventuated', 'eventuates', 'everglades', 'evergreens', 'everreadys', 'everybodys', 'everyplace', 'everything', 'everywhere', 'evidencing', 'evidential', 'eviscerate', 'evocations', 'evolutions', 'exacerbate', 'exactingly', 'exactitude', 'exactnesss', 'exaggerate', 'exaltation', 'exasperate', 'excaliburs', 'excavating', 'excavation', 'excavators', 'excellence', 'excellency', 'exceptions', 'excerpting', 'exchanging', 'exchequers', 'excitation', 'excitatory', 'excitement', 'excitingly', 'exclaimers', 'exclaiming', 'exclusions', 'exclusives', 'excoriated', 'excoriates', 'excrements', 'excrescent', 'excresence', 'excretions', 'excruciate', 'exculpated', 'exculpates', 'excursions', 'execrating', 'executable', 'executions', 'executives', 'executrixs', 'exemptions', 'exercisers', 'exercising', 'exhalation', 'exhausting', 'exhaustion', 'exhaustive', 'exhibiting', 'exhibition', 'exhibitors', 'exhilarate', 'exhumation', 'exigencies', 'existences', 'exonerated', 'exonerates', 'exorbitant', 'exorcising', 'exorcizing', 'exothermic', 'exotically', 'expandable', 'expansible', 'expansions', 'expatiated', 'expatiates', 'expatriate', 'expectancy', 'expectedly', 'expedience', 'expediency', 'expedients', 'expediters', 'expediting', 'expedition', 'expeditors', 'expellable', 'expendable', 'experience', 'experiment', 'expertises', 'expertness', 'expiations', 'expiration', 'explainers', 'explaining', 'expletives', 'explicable', 'explicated', 'explicates', 'explicitly', 'exploiters', 'exploiting', 'explosions', 'explosives', 'exposition', 'expository', 'expounding', 'expressing', 'expression', 'expressive', 'expressway', 'expulsions', 'expurgated', 'expurgates', 'extendable', 'extendible', 'extensible', 'extensions', 'extenuated', 'extenuates', 'externally', 'extincting', 'extinction', 'extinguish', 'extirpated', 'extirpates', 'extortions', 'extracting', 'extraction', 'extractors', 'extradited', 'extradites', 'extralegal', 'extramural', 'extraneous', 'extraverts', 'extremisms', 'extremists', 'extremitys', 'extricable', 'extricated', 'extricates', 'extroverts', 'extrusions', 'exuberance', 'exultantly', 'exultation', 'eyeballing', 'eyeglasses', 'eyestrains', 'eyewitness', 'fabricated', 'fabricates', 'fabulously', 'facilitate', 'facilities', 'facsimiled', 'facsimiles', 'factitious', 'fahrenheit', 'faintnesss', 'fairground', 'fairylands', 'faisalabad', 'faithfully', 'fallacious', 'fallopians', 'falsehoods', 'falsenesss', 'falsifying', 'falterings', 'familiarly', 'fanaticism', 'fancifully', 'fancinesss', 'fantasised', 'fantasises', 'fantasized', 'fantasizes', 'fantasying', 'farfetched', 'farmhouses', 'farmington', 'farnsworth', 'farrakhans', 'farsighted', 'fascinated', 'fascinates', 'fashioning', 'fassbinder', 'fastenings', 'fastidious', 'fastnesses', 'fatalistic', 'fatalities', 'fatherhood', 'fatherland', 'fatherless', 'fathomable', 'fathomless', 'faultiness', 'fauntleroy', 'favoritism', 'favourable', 'favourably', 'favourites', 'fearlessly', 'featherbed', 'featherers', 'featherier', 'feathering', 'feathertop', 'februaries', 'fecunditys', 'federalism', 'federalist', 'federating', 'federation', 'feebleness', 'felicities', 'felicitous', 'fellowship', 'femininity', 'fermenting', 'fernandezs', 'ferryboats', 'fertilised', 'fertiliser', 'fertilises', 'fertilitys', 'fertilized', 'fertilizer', 'fertilizes', 'festivitys', 'festooning', 'fetchingly', 'fetishisms', 'fetishists', 'feudalisms', 'feverishly', 'fiberboard', 'fiberglass', 'fibonaccis', 'fibreboard', 'fibreglass', 'fickleness', 'fictitious', 'fiduciarys', 'fieldstone', 'fieldworks', 'fiendishly', 'fierceness', 'fierinesss', 'fifteenths', 'figurative', 'figurehead', 'filibuster', 'filmmakers', 'filmstrips', 'filterable', 'filthiness', 'filtrating', 'filtration', 'finalising', 'finalizing', 'financiers', 'financings', 'fingerings', 'fingernail', 'fingertips', 'finickiest', 'finiteness', 'firebombed', 'firebrands', 'firebreaks', 'firefights', 'firehouses', 'fireplaces', 'firepowers', 'fireproofs', 'firestones', 'firestorms', 'firewaters', 'firmaments', 'firstborns', 'fishermans', 'fishmonger', 'fishtailed', 'fisticuffs', 'fitzgerald', 'flabbiness', 'flagellate', 'flagellums', 'flagrantly', 'flagstaffs', 'flagstones', 'flakinesss', 'flamboyant', 'flamingoes', 'flammables', 'flannelets', 'flanneling', 'flannelled', 'flashbacks', 'flashbulbs', 'flashiness', 'flashlight', 'flatfishes', 'flatfooted', 'flattening', 'flatterers', 'flattering', 'flatulence', 'flavorings', 'flavorless', 'flavourful', 'flavouring', 'flawlessly', 'fledgeling', 'fledglings', 'fleetingly', 'fleetnesss', 'fleischers', 'fleshliest', 'flexitimes', 'flickering', 'flightiest', 'flightless', 'flimsiness', 'flintlocks', 'flippancys', 'flippantly', 'flirtation', 'floatation', 'flocculate', 'floodgates', 'floodlight', 'floorboard', 'flophouses', 'floppiness', 'florentine', 'florsheims', 'flotations', 'floundered', 'flourished', 'flourishes', 'flowcharts', 'flowerbeds', 'floweriest', 'flowerpots', 'fluctuated', 'fluctuates', 'fluffiness', 'flummoxing', 'fluoresced', 'fluoresces', 'fluoridate', 'flustering', 'fluttering', 'flycatcher', 'flyspecked', 'flyswatter', 'flyweights', 'foamflower', 'fogginesss', 'follicular', 'followings', 'foodstuffs', 'footballer', 'footbridge', 'footlights', 'footlocker', 'footnoting', 'footprints', 'footstools', 'forbearing', 'forbidding', 'forcefully', 'forearming', 'foreboding', 'forecasted', 'forecaster', 'forecastle', 'foreclosed', 'forecloses', 'forefather', 'forefinger', 'forefronts', 'foregather', 'foreground', 'foreigners', 'foreordain', 'forerunner', 'foreseeing', 'foreshadow', 'foresights', 'forestalls', 'foreswears', 'foretasted', 'foretastes', 'forewarned', 'forewomans', 'forfeiting', 'forfeiture', 'forgathers', 'forgetting', 'forgivable', 'forgivably', 'formalised', 'formalises', 'formalisms', 'formalitys', 'formalized', 'formalizes', 'formations', 'formatters', 'formatting', 'formidable', 'formidably', 'formlessly', 'formulated', 'formulates', 'formulator', 'fornicated', 'fornicates', 'forsythias', 'forthright', 'fortifying', 'fortissimo', 'fortitudes', 'fortnights', 'fortresses', 'fortuitous', 'forwardest', 'forwarding', 'fossilised', 'fossilises', 'fossilized', 'fossilizes', 'foundation', 'foundering', 'foundlings', 'fourneyron', 'fourscores', 'foursquare', 'fourteenth', 'foxtrotted', 'fractional', 'fracturing', 'fragilitys', 'fragmented', 'fragrances', 'fragrantly', 'frameworks', 'franchised', 'franchisee', 'franchiser', 'franchises', 'franciscan', 'franciscas', 'franciscos', 'francoises', 'frangipani', 'frankforts', 'frankfurts', 'franknesss', 'fraternise', 'fraternity', 'fraternize', 'fratricide', 'fraudulent', 'fredericks', 'freebasing', 'freebooter', 'freeholder', 'freelanced', 'freelancer', 'freelances', 'freeloaded', 'freeloader', 'freemasons', 'freestyles', 'freewheels', 'freighters', 'freighting', 'frenchmans', 'frenziedly', 'frequencys', 'frequented', 'frequenter', 'frequently', 'fresheners', 'freshening', 'freshnesss', 'freshwater', 'fricasseed', 'fricassees', 'fricatives', 'frictional', 'friendless', 'friendlier', 'friendlies', 'friendship', 'frightened', 'frigidaire', 'frigiditys', 'fripperies', 'friskiness', 'fritillary', 'frittering', 'frivolitys', 'frolicking', 'frolicsome', 'frontenacs', 'frostbites', 'frostiness', 'fructified', 'fructifies', 'frugalitys', 'fruitcakes', 'fruitfully', 'frustrated', 'frustrater', 'frustrates', 'fulfilling', 'fulfilment', 'fulminated', 'fulminates', 'fumigating', 'fumigation', 'fumigators', 'functional', 'functioned', 'functorial', 'funereally', 'fungicidal', 'fungicides', 'funiculars', 'funnelling', 'funninesss', 'furbishing', 'furloughed', 'furnishing', 'furnitures', 'furthering', 'furtwngler', 'fusillades', 'fussbudget', 'fussinesss', 'futuristic', 'futurities', 'fuzzbuster', 'fuzzinesss', 'gabardines', 'gaberdines', 'gabrielles', 'gadolinium', 'gaillardia', 'gainsaying', 'galapagoss', 'gallaghers', 'gallantrys', 'gallivants', 'gallstones', 'galsworthy', 'galvanised', 'galvanises', 'galvanized', 'galvanizes', 'galvestons', 'gambolling', 'gamekeeper', 'gangplanks', 'gangrening', 'gangrenous', 'garbageman', 'gardenings', 'garfunkels', 'gargantuan', 'garibaldis', 'garishness', 'garlanding', 'garnisheed', 'garnishees', 'garnishing', 'garrisoned', 'garrotting', 'garrulitys', 'gastritiss', 'gastronome', 'gastronomy', 'gatherings', 'gatlinburg', 'gaudinesss', 'gauntnesss', 'gawkinesss', 'gazetteers', 'gazillions', 'gearshifts', 'gearwheels', 'gelatinous', 'genealogys', 'generalise', 'generalist', 'generality', 'generalize', 'generating', 'generation', 'generative', 'generators', 'generosity', 'generously', 'geneticist', 'genevieves', 'genialitys', 'genitalias', 'gentilitys', 'gentlefolk', 'gentlemans', 'gentleness', 'gentrified', 'gentrifies', 'genuflects', 'geocentric', 'geographer', 'geographic', 'geographys', 'geological', 'geologists', 'geometries', 'geophysics', 'geopolitic', 'georgetown', 'geothermal', 'geraldines', 'geriatrics', 'germaniums', 'germantown', 'germicidal', 'germicides', 'germinated', 'germinates', 'gestations', 'gesundheit', 'gethsemane', 'gettysburg', 'ghastliest', 'ghazvanids', 'ghibelline', 'ghostliest', 'ghostwrite', 'ghostwrote', 'giacometti', 'giantesses', 'gibberishs', 'gibraltars', 'giddinesss', 'gigahertzs', 'gilbertson', 'gilchrists', 'gimmickrys', 'gingersnap', 'gingivitis', 'girlfriend', 'gladdening', 'gladiators', 'gladioluss', 'gladstones', 'glamorised', 'glamorises', 'glamorized', 'glamorizes', 'glamouring', 'glamourize', 'glamourous', 'glasswares', 'glaswegian', 'glenlivets', 'glimmering', 'glissandos', 'glistening', 'glittering', 'glomerular', 'gloominess', 'glorifying', 'gloriously', 'glossaries', 'glossiness', 'gloucester', 'gluttonous', 'glycerines', 'gnosticism', 'goalkeeper', 'goaltender', 'godfathers', 'godlinesss', 'godmothers', 'godparents', 'goldbricks', 'goldenness', 'goldenrods', 'goldenseal', 'goldfinchs', 'goldfishes', 'goldilocks', 'goldsmiths', 'goldwaters', 'gondoliers', 'goniometer', 'gonorrheas', 'gonorrhoea', 'goolagongs', 'gooseberry', 'gorgeously', 'gorgonzola', 'gossipping', 'governable', 'governance', 'governesss', 'government', 'gracefully', 'gracelands', 'graciously', 'gradations', 'graduating', 'graduation', 'grammarian', 'gramophone', 'grandchild', 'grandnesss', 'grandniece', 'grandstand', 'granulated', 'granulates', 'grapefruit', 'grapevines', 'graphology', 'graspingly', 'grasslands', 'gratefully', 'gratifying', 'gratitudes', 'gratuities', 'gratuitous', 'gravelling', 'gravestone', 'graveyards', 'gravitated', 'gravitates', 'graybeards', 'greasiness', 'greatnesss', 'greediness', 'greenbacks', 'greenblatt', 'greenbriar', 'greenfield', 'greenhorns', 'greenhouse', 'greenlands', 'greennesss', 'greenpeace', 'greensboro', 'greenspans', 'greensward', 'greenwichs', 'gregarious', 'grenadiers', 'grenadines', 'greyhounds', 'grievances', 'grievingly', 'grievously', 'grindstone', 'grippingly', 'gristliest', 'grizzliest', 'grogginess', 'grossnesss', 'grotesques', 'grouchiest', 'groundhogs', 'groundings', 'groundless', 'groundwork', 'grovellers', 'grovelling', 'grubbiness', 'grubstakes', 'grudgingly', 'gruellings', 'gruesomely', 'gruesomest', 'gruffnesss', 'grumpiness', 'guacamoles', 'guadalupes', 'guadeloupe', 'guallatiri', 'guangzhous', 'guantanamo', 'guaranteed', 'guaranteer', 'guarantees', 'guarantied', 'guaranties', 'guarantors', 'guardhouse', 'guardrails', 'guardrooms', 'guardsmans', 'guarnieris', 'guatemalan', 'guatemalas', 'guayaquils', 'guerrillas', 'guessworks', 'guggenheim', 'guidebooks', 'guidelines', 'guillermos', 'guillotine', 'guiltiness', 'guineveres', 'guitarists', 'gujranwala', 'gunnysacks', 'gunpowders', 'gunrunners', 'gunrunning', 'gunslinger', 'gutierrezs', 'gwendoline', 'gwendolyns', 'gymnasiums', 'gymnastics', 'gymnosperm', 'gynecology', 'gyroscopes', 'habitation', 'habitually', 'habituated', 'habituates', 'hackmatack', 'hackneying', 'hailstones', 'hailstorms', 'hairbrushs', 'hairdryers', 'hairinesss', 'hairpieces', 'hairspring', 'hairstyles', 'halfpennys', 'halitosiss', 'halleluiah', 'hallelujah', 'hallmarked', 'halloweens', 'halocarbon', 'hamburgers', 'hammerhead', 'hammerings', 'hampshires', 'hamstrings', 'handcrafts', 'handcuffed', 'handedness', 'handicraft', 'handinesss', 'handiworks', 'handleable', 'handlebars', 'handmaiden', 'handpicked', 'handshakes', 'handsomely', 'handsomest', 'handspring', 'handstands', 'handwaving', 'hankerings', 'hanoverian', 'happenings', 'happinesss', 'haranguing', 'harassment', 'harbingers', 'harbouring', 'hardboiled', 'hardcovers', 'hardheaded', 'hardinesss', 'hardliners', 'hargreaves', 'harlequins', 'harmlessly', 'harmonicas', 'harmonious', 'harmonised', 'harmonises', 'harmonized', 'harmonizes', 'harnessing', 'harpooning', 'harrington', 'harrisburg', 'harshnesss', 'harvesters', 'harvesting', 'harvestman', 'hastinesss', 'hatchbacks', 'hatcheries', 'hatsheputs', 'haughtiest', 'hauntingly', 'hausdorffs', 'haversacks', 'headboards', 'headdresss', 'headhunter', 'headlights', 'headlining', 'headmaster', 'headphones', 'headstones', 'headstrong', 'headwaiter', 'headwaters', 'healthiest', 'hearkening', 'heartaches', 'heartbeats', 'heartbreak', 'heartburns', 'heartening', 'heartiness', 'heartlands', 'heartthrob', 'heathenish', 'heatstroke', 'heavenlier', 'heavenward', 'heavinesss', 'hectically', 'hedonistic', 'heedlessly', 'heidelberg', 'heightened', 'heisenberg', 'helicopter', 'heliopolis', 'heliotrope', 'hellbender', 'hellebores', 'hellenisms', 'hellespont', 'helmholtzs', 'helplessly', 'helvetiuss', 'hematology', 'hemingways', 'hemisphere', 'hemoglobin', 'hemophilia', 'hemorrhage', 'hemorrhoid', 'hemstitchs', 'henceforth', 'hendersons', 'henpecking', 'henriettas', 'hepatitiss', 'hephaestus', 'heraclitus', 'herbaceous', 'herbalists', 'herbicides', 'herbivores', 'hereabouts', 'hereafters', 'hereditary', 'heretofore', 'heribertos', 'hermitages', 'hermosillo', 'hernandezs', 'herodotuss', 'heroically', 'hesitancys', 'hesitantly', 'hesitating', 'hesitation', 'heterodoxy', 'heterodyne', 'heuristics', 'hexameters', 'hezbollahs', 'hibernated', 'hibernates', 'hibiscuses', 'hiccoughed', 'hierarchal', 'hierarchic', 'hierarchys', 'hieronymus', 'highchairs', 'highhanded', 'highjacked', 'highjacker', 'highlander', 'highlights', 'highnesses', 'hightailed', 'highwayman', 'highwaymen', 'hijackings', 'hildebrand', 'hillbillys', 'hindenburg', 'hindrances', 'hindsights', 'hindustani', 'hindustans', 'hinterland', 'hipparchus', 'hippodrome', 'hiroshimas', 'hispaniola', 'histamines', 'histograms', 'historians', 'historical', 'histrionic', 'hitchhiked', 'hitchhiker', 'hitchhikes', 'hoarfrosts', 'hoarinesss', 'hoarseness', 'hobbyhorse', 'hobgoblins', 'hobnailing', 'hobnobbing', 'hodgepodge', 'hofstadter', 'holidaying', 'holleriths', 'hollowness', 'hollowware', 'hollyhocks', 'hollywoods', 'holocausts', 'holographs', 'holography', 'holstering', 'homebodies', 'homecoming', 'homeliness', 'homemakers', 'homeomorph', 'homeopathy', 'homeowners', 'homesteads', 'homeynesss', 'homogenate', 'homogenise', 'homogenize', 'homographs', 'homologous', 'homophobia', 'homophobic', 'homophones', 'homosexual', 'homozygous', 'homunculus', 'honeycombs', 'honeymoons', 'honeywells', 'honoraries', 'honorarium', 'honorifics', 'honourable', 'honourably', 'hoodwinked', 'hopelessly', 'hopkinsian', 'hopscotchs', 'horizontal', 'hornblende', 'hornblower', 'horoscopes', 'horrendous', 'horrifying', 'horsebacks', 'horseflesh', 'horseflies', 'horsehairs', 'horsehides', 'horseplays', 'horsepower', 'horseshoed', 'horseshoer', 'horseshoes', 'horsetails', 'horsewhips', 'horsewoman', 'horsewomen', 'hospitable', 'hospitably', 'hostelling', 'hostelries', 'hostessing', 'hostilitys', 'hottentots', 'hourglasss', 'houseboats', 'housebound', 'housebreak', 'housebroke', 'houseclean', 'housecoats', 'houseflies', 'households', 'housemaids', 'houseplant', 'housewares', 'housewifes', 'housewives', 'houseworks', 'houyhnhnms', 'hovercraft', 'hovhanesss', 'howsomever', 'huckstered', 'hullabaloo', 'humaneness', 'humanisers', 'humanising', 'humanistic', 'humanities', 'humanizers', 'humanizing', 'humankinds', 'humannesss', 'humbleness', 'humbugging', 'humdingers', 'humidified', 'humidifier', 'humidifies', 'humidistat', 'humiliated', 'humiliates', 'humorously', 'humourless', 'humpbacked', 'hunchbacks', 'hundredths', 'hungarians', 'huntington', 'huntresses', 'huntsville', 'hurricanes', 'husbanding', 'husbandman', 'husbandmen', 'husbandrys', 'huskinesss', 'hutchinson', 'hybridised', 'hybridises', 'hybridized', 'hybridizes', 'hydrangeas', 'hydraulics', 'hydrofoils', 'hydrologys', 'hydrolysis', 'hydrometer', 'hydroplane', 'hydroponic', 'hygienists', 'hygrometer', 'hyperbolae', 'hyperbolas', 'hyperboles', 'hyperbolic', 'hyperspace', 'hypertexts', 'hyphenated', 'hyphenates', 'hypnotised', 'hypnotises', 'hypnotisms', 'hypnotists', 'hypnotized', 'hypnotizes', 'hypoactive', 'hypocrisys', 'hypocrites', 'hypocritic', 'hypodermic', 'hypotenuse', 'hypotheses', 'hypothesis', 'hypothetic', 'hysteresis', 'hysterical', 'hystericss', 'ibuprofens', 'icebreaker', 'icelanders', 'icelandics', 'iconoclasm', 'iconoclast', 'icosahedra', 'idealising', 'idealistic', 'idealizing', 'idempotent', 'identified', 'identifier', 'identifies', 'identities', 'ideographs', 'ideologies', 'ideologist', 'idolatrous', 'ignominies', 'ignoramuss', 'ignorances', 'ignorantly', 'ijsselmeer', 'illegality', 'illiteracy', 'illiterate', 'illuminate', 'illuminati', 'illumining', 'illusively', 'illustrate', 'imaginable', 'imaginably', 'imaginings', 'imbalanced', 'imbalances', 'imbecility', 'imbroglios', 'imitations', 'immaculate', 'immanences', 'immaterial', 'immaturely', 'immaturity', 'immediacys', 'immemorial', 'immensitys', 'immersions', 'immigrants', 'immigrated', 'immigrates', 'imminences', 'imminently', 'immiscible', 'immobilise', 'immobility', 'immobilize', 'immoderate', 'immodestly', 'immodestys', 'immolating', 'immolation', 'immorality', 'immortally', 'immoveable', 'immunising', 'immunities', 'immunizing', 'immunology', 'impairment', 'impalement', 'impalpable', 'impaneling', 'impanelled', 'impassable', 'impatience', 'impeaching', 'impeccable', 'impeccably', 'impedances', 'impediment', 'impenitent', 'imperative', 'imperfects', 'imperially', 'imperiling', 'imperilled', 'impersonal', 'impervious', 'impishness', 'implacable', 'implacably', 'implanting', 'implements', 'implicants', 'implicated', 'implicates', 'implicitly', 'implosions', 'impolitely', 'importance', 'importuned', 'importunes', 'imposingly', 'imposition', 'impossible', 'impossibly', 'impostures', 'impotences', 'impotently', 'impounding', 'impoverish', 'impregnate', 'impresario', 'impressing', 'impression', 'impressive', 'imprimatur', 'imprinting', 'imprisoned', 'improbable', 'improbably', 'impromptus', 'improperly', 'improvable', 'improvised', 'improviser', 'improvises', 'imprudence', 'impudences', 'impudently', 'impulsions', 'impurities', 'imputation', 'inabilitys', 'inaccuracy', 'inaccurate', 'inactivate', 'inactivity', 'inadequacy', 'inadequate', 'inamoratas', 'inaptitude', 'inaugurals', 'inaugurate', 'inbreeding', 'incapacity', 'incarnated', 'incarnates', 'incautious', 'incendiary', 'incentives', 'inceptions', 'incestuous', 'incidences', 'incidental', 'incinerate', 'incisively', 'incitement', 'incivility', 'inclemency', 'inclosures', 'inclusions', 'incognitos', 'incoherent', 'incomplete', 'inconstant', 'increasing', 'incredible', 'incredibly', 'increments', 'incrusting', 'incubating', 'incubation', 'incubators', 'inculcated', 'inculcates', 'inculpable', 'inculpated', 'inculpates', 'incumbency', 'incumbents', 'incurables', 'incursions', 'indecencys', 'indecently', 'indecision', 'indecisive', 'indecorous', 'indefinite', 'indelicacy', 'indelicate', 'indemnitys', 'indentured', 'indentures', 'indicating', 'indication', 'indicative', 'indicators', 'indictable', 'indictment', 'indigences', 'indigenous', 'indignitys', 'indirected', 'indirectly', 'indiscreet', 'indisposed', 'indistinct', 'individual', 'indochinas', 'indolences', 'indolently', 'indonesian', 'indonesias', 'inducement', 'inductance', 'inductions', 'indulgence', 'industrial', 'industries', 'inebriated', 'inebriates', 'ineducable', 'inefficacy', 'inelegance', 'ineligible', 'ineptitude', 'ineptnesss', 'inequality', 'inequities', 'inertnesss', 'inevitable', 'inevitably', 'inexorable', 'inexorably', 'inexpiable', 'inexplicit', 'infallible', 'infallibly', 'infamously', 'infantries', 'infarction', 'infatuated', 'infatuates', 'infeasible', 'infections', 'infectious', 'infelicity', 'inferences', 'infernally', 'infidelity', 'infielders', 'infighting', 'infiltrate', 'infinitely', 'infinities', 'infinitive', 'infinitude', 'infirmarys', 'infirmitys', 'inflatable', 'inflations', 'inflecting', 'inflection', 'inflexible', 'inflexibly', 'inflexions', 'inflicting', 'infliction', 'influenced', 'influences', 'influenzas', 'informally', 'informants', 'infraction', 'infrequent', 'infringing', 'infuriated', 'infuriates', 'ingenuitys', 'ingestible', 'ingestions', 'inglorious', 'ingraining', 'ingratiate', 'ingredient', 'inhabitant', 'inhabiting', 'inhalation', 'inhalators', 'inherently', 'inheriting', 'inheritors', 'inheritrix', 'inhibiting', 'inhibition', 'inhibitors', 'inhibitory', 'inhumanely', 'inhumanity', 'inimically', 'inimitable', 'inimitably', 'iniquities', 'iniquitous', 'initialing', 'initialise', 'initialize', 'initialled', 'initiating', 'initiation', 'initiative', 'initiators', 'injections', 'injunction', 'injustices', 'innkeepers', 'innocences', 'innocently', 'innovating', 'innovation', 'innovative', 'innovators', 'innuendoes', 'inoculated', 'inoculates', 'inoperable', 'inordinate', 'inpatients', 'inquietude', 'inquisitor', 'insatiable', 'insatiably', 'inscribing', 'insecurely', 'insecurity', 'inseminate', 'insensible', 'insensibly', 'insentient', 'insertions', 'insightful', 'insinuated', 'insinuates', 'insistence', 'insolences', 'insolently', 'insolvable', 'insolvency', 'insolvents', 'insomniacs', 'insouciant', 'inspecting', 'inspection', 'inspectors', 'installers', 'installing', 'instalment', 'instamatic', 'instancing', 'instigated', 'instigates', 'instigator', 'instilling', 'instituted', 'instituter', 'institutes', 'instructed', 'instructor', 'instrument', 'insularity', 'insulating', 'insulation', 'insulators', 'insurances', 'insurgence', 'insurgency', 'insurgents', 'intangible', 'intangibly', 'integrable', 'integrated', 'integrates', 'integrator', 'integritys', 'integument', 'intellects', 'intensitys', 'intensives', 'intentions', 'intentness', 'interacted', 'interbreed', 'interceded', 'intercedes', 'intercepts', 'interdicts', 'interested', 'interfaced', 'interfacer', 'interfaces', 'interfaith', 'interfered', 'interferes', 'interferon', 'interjects', 'interlaced', 'interlaces', 'interlards', 'interleave', 'interlinks', 'interlocks', 'interloper', 'interluded', 'interludes', 'intermarry', 'interments', 'intermezzi', 'intermezzo', 'internally', 'internists', 'internment', 'internship', 'interplays', 'interposed', 'interposes', 'interprets', 'interrupts', 'intersects', 'interstage', 'interstate', 'interstice', 'intertwine', 'interurban', 'intervened', 'intervenes', 'intervenor', 'interviews', 'interweave', 'interwoven', 'intestinal', 'intestines', 'intimacies', 'intimately', 'intimating', 'intimation', 'intimidate', 'intolerant', 'intonation', 'intoxicant', 'intoxicate', 'intramural', 'intranasal', 'intrastate', 'intrenched', 'intrenches', 'intrepidly', 'intricacys', 'intriguing', 'introduced', 'introduces', 'introspect', 'introverts', 'intrusions', 'intrusting', 'intubation', 'intuitable', 'intuitions', 'inuktituts', 'inundating', 'inundation', 'invalidate', 'invaliding', 'invalidity', 'invaluable', 'invariable', 'invariably', 'invariance', 'invariants', 'invectives', 'inveighing', 'inveigling', 'inventions', 'inventorys', 'inversions', 'invertible', 'investment', 'inveterate', 'invigorate', 'invincible', 'invincibly', 'inviolable', 'invitation', 'invitingly', 'invocation', 'involution', 'involutory', 'inwardness', 'ionisation', 'ionization', 'ionosphere', 'iratenesss', 'iridescent', 'irishwoman', 'irishwomen', 'ironically', 'iroquoians', 'irradiated', 'irradiates', 'irrational', 'irregulars', 'irrelevant', 'irresolute', 'irreverent', 'irrigating', 'irrigation', 'irritating', 'irritation', 'irruptions', 'isentropic', 'isinglasss', 'islamabads', 'isochronal', 'isolations', 'isometrics', 'isomorphic', 'isothermal', 'italicised', 'italicises', 'italicized', 'italicizes', 'itchinesss', 'iterations', 'itinerants', 'itinerarys', 'jackanapes', 'jackhammer', 'jackknifed', 'jackknifes', 'jackknives', 'jackrabbit', 'jacksonian', 'jacqueline', 'jacquelyns', 'jaggedness', 'jagiellons', 'jailbreaks', 'janissarys', 'janitorial', 'janjaweeds', 'jansenists', 'jardinires', 'jaundicing', 'jauntiness', 'javascript', 'jawbreaker', 'jaywalkers', 'jaywalking', 'jealousies', 'jeannettes', 'jeffersons', 'jellybeans', 'jellyfishs', 'jeopardise', 'jeopardize', 'jerusalems', 'jessamines', 'jettisoned', 'jewellerys', 'jewishness', 'jingoistic', 'jinricksha', 'jinrikisha', 'jitterbugs', 'jitteriest', 'jockstraps', 'jocularity', 'jocunditys', 'jogjakarta', 'johnathans', 'johnathons', 'jollinesss', 'jordanians', 'josephsons', 'journalese', 'journalism', 'journalist', 'journalize', 'journeying', 'journeyman', 'journeymen', 'jovanovich', 'jovialitys', 'joyfullest', 'joyfulness', 'joyousness', 'joyridings', 'jubilantly', 'jubilation', 'judgements', 'judgeships', 'judgmental', 'judicatory', 'judicature', 'judicially', 'judiciarys', 'juggernaut', 'jugoslavia', 'juicinesss', 'jumpinesss', 'justifiers', 'justifying', 'justinians', 'juxtaposed', 'juxtaposes', 'kafkaesque', 'kalgoorlie', 'kamehameha', 'kampucheas', 'karamazovs', 'katharines', 'katherines', 'kazakhstan', 'kennelling', 'kensington', 'kentuckian', 'kerchieves', 'kettledrum', 'kevorkians', 'keyboarded', 'keyboarder', 'keypunched', 'keypunches', 'keystrokes', 'khabarovsk', 'khrushchev', 'khwarizmis', 'kickstands', 'kidnappers', 'kidnapping', 'kilocycles', 'kilohertzs', 'kilometers', 'kilometres', 'kindliness', 'kindnesses', 'kinematics', 'kingfisher', 'kingstowns', 'kinswomans', 'kirghistan', 'kirinyagas', 'kitakyushu', 'knackwurst', 'kneecapped', 'kngwarreye', 'knickknack', 'knighthood', 'knockwurst', 'knowledges', 'kodachrome', 'kohlrabies', 'kommunizma', 'kookaburra', 'kookinesss', 'kowalewski', 'kristopher', 'kroneckers', 'krugerrand', 'kshatriyas', 'kuomintang', 'kyrgyzstan', 'laboratory', 'labyrinths', 'lacerating', 'laceration', 'lachrymose', 'lackluster', 'lacklustre', 'lacquering', 'lactations', 'lacustrine', 'ladyfinger', 'lagniappes', 'lagrangian', 'lamaseries', 'lambasting', 'lamebrains', 'lamentable', 'lamentably', 'laminating', 'lamination', 'lampblacks', 'lampooning', 'lampshades', 'lancashire', 'lancasters', 'landholder', 'landladies', 'landlocked', 'landlubber', 'landmasses', 'landowners', 'landscaped', 'landscaper', 'landscapes', 'landslides', 'langerhans', 'languished', 'languishes', 'languorous', 'lankinesss', 'lanthanide', 'lapidaries', 'largemouth', 'largenesss', 'laryngitis', 'lascivious', 'lassitudes', 'latecomers', 'lateraling', 'lateralled', 'lauderdale', 'laughingly', 'launchings', 'launderers', 'laundering', 'laundresss', 'laundromat', 'laundryman', 'laundrymen', 'laurentian', 'lavatories', 'lavishness', 'lawbreaker', 'lawfulness', 'lawrencium', 'laypersons', 'lazyboness', 'leadership', 'leafleting', 'leafletted', 'leaseholds', 'leavenings', 'lebensraum', 'lectionary', 'lederbergs', 'legalising', 'legalistic', 'legalizing', 'legibility', 'legislated', 'legislates', 'legislator', 'legitimacy', 'legitimate', 'legitimise', 'legitimize', 'leguminous', 'leicesters', 'leitmotifs', 'lengthened', 'lengthiest', 'lengthways', 'lengthwise', 'leningrads', 'lenticular', 'lepidolite', 'leprechaun', 'lesbianism', 'letterhead', 'letterings', 'lettermans', 'leukaemias', 'leukocytes', 'levelnesss', 'leveraging', 'leviathans', 'levitating', 'levitation', 'leviticuss', 'lexingtons', 'liabilitys', 'liberalise', 'liberalism', 'liberality', 'liberalize', 'liberating', 'liberation', 'liberators', 'libertines', 'libidinous', 'librarians', 'librettist', 'libreville', 'licensable', 'licentiate', 'licentious', 'liebermans', 'lieutenant', 'lifebloods', 'lifeguards', 'lifesavers', 'lifesaving', 'lifestyles', 'ligaturing', 'lightening', 'lighthouse', 'lightnesss', 'lightnings', 'lightproof', 'likelihood', 'likeliness', 'likenesses', 'limelights', 'limestones', 'limitation', 'limousines', 'limpiditys', 'lineaments', 'linearized', 'linearizes', 'linebacker', 'lingerings', 'linguistic', 'lipizzaner', 'lippincott', 'lipreading', 'lipsticked', 'liquefying', 'liquidated', 'liquidates', 'liquidator', 'liquidised', 'liquidises', 'liquiditys', 'liquidized', 'liquidizes', 'liquifiers', 'liquifying', 'lissajouss', 'listerines', 'listlessly', 'literature', 'lithograph', 'lithuanian', 'lithuanias', 'litigating', 'litigation', 'litterbugs', 'littleneck', 'littleness', 'liturgical', 'livability', 'livelihood', 'liveliness', 'liverpools', 'liverwurst', 'livestocks', 'livingston', 'ljubljanas', 'loadstones', 'lobotomies', 'localising', 'localities', 'localizing', 'locksmiths', 'locomotion', 'locomotive', 'locomotory', 'lodestones', 'loftinesss', 'loganberry', 'logarithms', 'loggerhead', 'logistical', 'logisticss', 'logrolling', 'loincloths', 'loneliness', 'longevitys', 'longfellow', 'longitudes', 'longstreet', 'lookalikes', 'loosenesss', 'lopsidedly', 'loquacious', 'loquacitys', 'lorgnettes', 'loudmouths', 'louisianan', 'louisianas', 'louisville', 'lousinesss', 'louverture', 'lovecrafts', 'loveliness', 'lovemaking', 'lowenbraus', 'lowercases', 'lowlinesss', 'lubricants', 'lubricated', 'lubricates', 'lubricator', 'lubricious', 'lubumbashi', 'lucidnesss', 'luckinesss', 'lufthansas', 'lugubrious', 'lumberings', 'lumberjack', 'lumbermans', 'lumberyard', 'luminaries', 'luminosity', 'luminously', 'lumpinesss', 'lunchrooms', 'lunchtimes', 'lupercalia', 'luridnesss', 'lusciously', 'lusitanias', 'lustinesss', 'luxembourg', 'luxuriance', 'luxuriated', 'luxuriates', 'lycopodium', 'lymphatics', 'lymphocyte', 'lymphomata', 'lysistrata', 'macaronies', 'maccabeuss', 'macdougall', 'macedonian', 'macedonias', 'macerating', 'maceration', 'machinerys', 'machinists', 'macintoshs', 'mackenzies', 'mackintosh', 'macrocosms', 'macrophage', 'madagascan', 'madagascar', 'madeleines', 'maelstroms', 'magdalenes', 'magellanic', 'magistrate', 'magnesiums', 'magnetised', 'magnetises', 'magnetisms', 'magnetized', 'magnetizes', 'magnifiers', 'magnifying', 'magnitudes', 'magsaysays', 'maharajahs', 'maharanees', 'maharishis', 'mahayanist', 'mahoganies', 'maidenform', 'maidenhair', 'maidenhead', 'maidenhood', 'maimonides', 'mainframes', 'mainlining', 'mainspring', 'mainstream', 'maintained', 'maintainer', 'majorettes', 'majorities', 'makeshifts', 'malayalams', 'malaysians', 'malconduct', 'malcontent', 'maldivians', 'maldonados', 'malefactor', 'malevolent', 'malfeasant', 'malignancy', 'malignitys', 'malingered', 'malingerer', 'malinowski', 'mallomarss', 'malodorous', 'malplaquet', 'malthusian', 'maltreated', 'mammalians', 'mammograms', 'manageable', 'management', 'managerial', 'manchester', 'manchurian', 'manchurias', 'mandelbrot', 'maneuvered', 'manganeses', 'manhandled', 'manhandles', 'manhattans', 'manicuring', 'manicurist', 'manifested', 'manifestly', 'manifestos', 'manifolded', 'manipulate', 'manitoulin', 'manlinesss', 'mannequins', 'mannerisms', 'manoeuvred', 'manoeuvres', 'manometers', 'manometric', 'manservant', 'manumitted', 'manuscript', 'marathoner', 'marcelinos', 'margarines', 'margaritas', 'margaritos', 'marginalia', 'marginally', 'margrethes', 'marguerite', 'marihuanas', 'marijuanas', 'marinading', 'marinating', 'marionette', 'marketable', 'marketings', 'marketwise', 'marmalades', 'marquesass', 'marquesses', 'marquetrys', 'marrakeshs', 'marrowbone', 'marseilles', 'marshaling', 'marshalled', 'marsupials', 'martensite', 'martingale', 'martinique', 'martyrdoms', 'marvelling', 'marvellous', 'maryellens', 'marylander', 'mascaraing', 'masculines', 'masochisms', 'masochists', 'masquerade', 'massacring', 'mastectomy', 'mastercard', 'masterings', 'mastermind', 'masterwork', 'masticated', 'masticates', 'masturbate', 'matchbooks', 'matchboxes', 'matchmaker', 'matchstick', 'materially', 'maternally', 'maternitys', 'mathematic', 'mathematik', 'mathewsons', 'matriarchs', 'matriarchy', 'matricides', 'matrimonys', 'matterhorn', 'mattresses', 'maturation', 'maturities', 'maundering', 'maupassant', 'mauritania', 'mauritiuss', 'mausoleums', 'maximilian', 'maximising', 'maximizers', 'maximizing', 'maxwellian', 'mayflowers', 'mayonnaise', 'mayoraltys', 'mcallister', 'mccartneys', 'mcconnells', 'mccullough', 'mcdonnells', 'mcfarlands', 'mclaughlin', 'mcnaughton', 'mcphersons', 'meadowland', 'meadowlark', 'meagerness', 'meandering', 'meaningful', 'meanwhiles', 'measurable', 'measurably', 'meatloaves', 'mechanical', 'mechanicss', 'mechanised', 'mechanises', 'mechanisms', 'mechanized', 'mechanizes', 'medallions', 'medallists', 'meddlesome', 'mediations', 'medicating', 'medication', 'mediocrity', 'meditating', 'meditation', 'meditative', 'megacycles', 'megahertzs', 'megaphoned', 'megaphones', 'megapixels', 'melancholy', 'melanesian', 'melanesias', 'melanomata', 'melbournes', 'melisandes', 'mellowness', 'melodramas', 'melpomenes', 'membership', 'membranous', 'memorandum', 'memorially', 'memorising', 'memorizing', 'memoryless', 'menacingly', 'menageries', 'mendacious', 'mendacitys', 'mendeleevs', 'mendicants', 'mendocinos', 'meningitis', 'menkalinan', 'mennonites', 'menominees', 'menopausal', 'menopauses', 'menstruate', 'mensurable', 'mentalitys', 'mentioners', 'mentioning', 'mercantile', 'mercenarys', 'mercerised', 'mercerises', 'mercerized', 'mercerizes', 'mercifully', 'mergansers', 'meridional', 'merrimacks', 'merriments', 'merrinesss', 'merrymaker', 'mescalines', 'mesenteric', 'mesmerised', 'mesmerises', 'mesmerisms', 'mesmerized', 'mesmerizes', 'mesolithic', 'messengers', 'messinesss', 'metabolise', 'metabolism', 'metabolite', 'metabolize', 'metacarpal', 'metacarpus', 'metallicas', 'metallurgy', 'metamucils', 'metaphoric', 'metastases', 'metastasis', 'metatarsal', 'meteorites', 'meteoritic', 'meteoroids', 'methadones', 'methionine', 'methodical', 'methodisms', 'methodists', 'methuselah', 'meticulous', 'metrically', 'metronomes', 'metropolis', 'metternich', 'mettlesome', 'mezzanines', 'microchips', 'microcoded', 'microcodes', 'microcosms', 'microfiche', 'microfilms', 'microjoule', 'micrometer', 'micrometre', 'micronesia', 'microphone', 'microscope', 'microscopy', 'microsofts', 'microstore', 'microwaved', 'microwaves', 'microwords', 'middlebrow', 'middlebury', 'middlemans', 'middletown', 'midsection', 'midshipman', 'midshipmen', 'midstreams', 'midsummers', 'midwestern', 'midwiferys', 'midwinters', 'mightiness', 'migrations', 'milestones', 'militancys', 'militantly', 'militaries', 'militarily', 'militarise', 'militarism', 'militarist', 'militarize', 'militating', 'militiaman', 'militiamen', 'milkinesss', 'milkshakes', 'millennial', 'millennium', 'millepedes', 'millicents', 'milligrams', 'millihenry', 'millijoule', 'milliliter', 'millilitre', 'millimeter', 'millimetre', 'millinerys', 'millionths', 'millipedes', 'millstones', 'milosevics', 'milwaukees', 'mimeograph', 'mincemeats', 'mindedness', 'mindlessly', 'minefields', 'mineralogy', 'minestrone', 'miniatures', 'minibusses', 'minimalism', 'minimalist', 'minimising', 'minimizers', 'minimizing', 'miniscules', 'miniseries', 'miniskirts', 'ministered', 'ministrant', 'ministries', 'minnesotan', 'minnesotas', 'minorities', 'minstrelsy', 'minuscules', 'minutemans', 'minuteness', 'miraculous', 'mirthfully', 'misapplied', 'misapplies', 'misbehaved', 'misbehaves', 'miscalling', 'miscarried', 'miscarries', 'miscasting', 'miscellany', 'mischances', 'misconduct', 'miscounted', 'miscreants', 'misdealing', 'misdirects', 'misfitting', 'misfortune', 'misgivings', 'misgoverns', 'misguiding', 'mishandled', 'mishandles', 'mishmashes', 'misinforms', 'misjudging', 'misleading', 'mismanaged', 'mismanages', 'mismatched', 'mismatches', 'misogynist', 'misplacing', 'misplaying', 'misprinted', 'misquoting', 'misreading', 'missilerys', 'missionary', 'missourian', 'misspelled', 'misstating', 'mistakable', 'mistakenly', 'mistassini', 'mistinesss', 'mistletoes', 'mistreated', 'mistresses', 'mistrusted', 'mitigating', 'mitigation', 'mitigative', 'mitsubishi', 'mitterrand', 'mizzenmast', 'mnchhausen', 'mnemosynes', 'mobilising', 'mobilizing', 'modalities', 'modellings', 'moderately', 'moderating', 'moderation', 'moderators', 'modernised', 'modernises', 'modernisms', 'modernists', 'modernitys', 'modernized', 'modernizer', 'modernizes', 'modernness', 'modifiable', 'modigliani', 'modularity', 'modularize', 'modulating', 'modulation', 'modulators', 'mogadiscio', 'mohammedan', 'moistening', 'moistnesss', 'moisturise', 'moisturize', 'moldinesss', 'mollifying', 'molybdenum', 'monarchies', 'monarchism', 'monarchist', 'monasterys', 'monetarily', 'monetarism', 'monetarist', 'moneymaker', 'mongolians', 'mongolisms', 'monitoring', 'monochrome', 'monogamous', 'monographs', 'monolithic', 'monologist', 'monologues', 'monomaniac', 'monomanias', 'monophonic', 'monopolies', 'monopolise', 'monopolist', 'monopolize', 'monotheism', 'monotheist', 'monotonous', 'monsignori', 'monsignors', 'monstrance', 'montenegro', 'montessori', 'monteverdi', 'montevideo', 'montezumas', 'montgomery', 'monticello', 'montmartre', 'montpelier', 'montrachet', 'montserrat', 'monumental', 'moodinesss', 'moonlights', 'moonscapes', 'moonshines', 'moonstones', 'moonstruck', 'moralising', 'moralistic', 'moralities', 'moralizing', 'moratorium', 'morbiditys', 'morbidness', 'mormonisms', 'moroseness', 'morphology', 'morristown', 'mortalitys', 'mortgagees', 'mortgagers', 'mortgaging', 'mortgagors', 'morticians', 'mortifying', 'mortuaries', 'mosquitoes', 'mothballed', 'motherhood', 'motherland', 'motherless', 'motionless', 'motivating', 'motivation', 'motivators', 'motocrosss', 'motorbiked', 'motorbikes', 'motorboats', 'motorcades', 'motorcycle', 'motorising', 'motorizing', 'motormouth', 'mouldering', 'mountebank', 'mournfully', 'mousetraps', 'mousinesss', 'moustaches', 'mouthpiece', 'mouthwashs', 'mozambican', 'mozambique', 'mozzarella', 'muckrakers', 'muckraking', 'muddinesss', 'muddlehead', 'mudslinger', 'mugginesss', 'muhammadan', 'mulberries', 'mulishness', 'multilevel', 'multimedia', 'multiplexs', 'multiplied', 'multiplier', 'multiplies', 'multistage', 'multitudes', 'mummifying', 'municipals', 'munificent', 'murchisons', 'murderesss', 'murkinesss', 'muscovites', 'musharrafs', 'mushinesss', 'mushroomed', 'musicianly', 'musicology', 'musketeers', 'muskinesss', 'muskmelons', 'mussolinis', 'mussorgsky', 'mustinesss', 'mutability', 'mutilating', 'mutilation', 'mutinously', 'mutsuhitos', 'mutualitys', 'myocardial', 'myocardium', 'mysterious', 'mystically', 'mysticisms', 'mystifying', 'mythologys', 'nailbrushs', 'nakednesss', 'namelessly', 'nanosecond', 'nantuckets', 'napoleonic', 'narcissism', 'narcissist', 'narcissuss', 'narrations', 'narratives', 'narrowness', 'nasalising', 'nasalizing', 'nashvilles', 'nastinesss', 'nasturtium', 'nathaniels', 'nationally', 'nationhood', 'nationwide', 'nativities', 'naturalise', 'naturalism', 'naturalist', 'naturalize', 'naturopath', 'naughtiest', 'nauseating', 'nautically', 'nautiluses', 'navigating', 'navigation', 'navigators', 'neapolitan', 'nebraskans', 'necessarys', 'necessitys', 'necromancy', 'nectareous', 'nectarines', 'needinesss', 'needlessly', 'needlework', 'negatively', 'negativing', 'negativity', 'neglectful', 'neglecting', 'negligence', 'negligible', 'negligibly', 'negotiable', 'negotiated', 'negotiates', 'negotiator', 'neighbored', 'neighborly', 'neighbours', 'neoclassic', 'neodymiums', 'neologisms', 'nephritiss', 'neptuniums', 'nesselrode', 'nethermost', 'nettlesome', 'networking', 'neuralgias', 'neurologys', 'neutralise', 'neutrality', 'neutralize', 'newcastles', 'newfangled', 'newsagents', 'newscaster', 'newsletter', 'newspapers', 'newsprints', 'newsstands', 'newsworthy', 'newtonians', 'nicaraguan', 'nicaraguas', 'nicknaming', 'nightclubs', 'nightdress', 'nightfalls', 'nightgowns', 'nighthawks', 'nightlifes', 'nightmares', 'nightshade', 'nightshirt', 'nightstick', 'nighttimes', 'nihilistic', 'nimbleness', 'nincompoop', 'nineteenth', 'ninetieths', 'nirenbergs', 'nitpickers', 'nitpicking', 'noblenesss', 'noblewoman', 'noblewomen', 'noetherian', 'noisemaker', 'noisinesss', 'nominating', 'nomination', 'nominative', 'nonaligned', 'nonchalant', 'nondrinker', 'nonentitys', 'nonesuches', 'nonexempts', 'nonfiction', 'nonlivings', 'nonmembers', 'nonpareils', 'nonpayment', 'nonplusing', 'nonplussed', 'nonplusses', 'nonprofits', 'nonsmokers', 'nonsmoking', 'nonsupport', 'nontaxable', 'nontrivial', 'nonuniform', 'nonviolent', 'normalised', 'normalises', 'normalitys', 'normalized', 'normalizes', 'northbound', 'northeasts', 'northerlys', 'northerner', 'northernly', 'northwards', 'northwests', 'norwegians', 'nosebleeds', 'nosediving', 'nosferatus', 'nostalgias', 'notarising', 'notarizing', 'notational', 'noteworthy', 'noticeable', 'noticeably', 'notionally', 'notorietys', 'nottingham', 'nouakchott', 'nourishing', 'novelettes', 'novitiates', 'nucleotide', 'nullifiers', 'nullifying', 'numberless', 'numbskulls', 'numerating', 'numeration', 'numerators', 'numerische', 'numerology', 'numismatic', 'nursemaids', 'nurseryman', 'nurserymen', 'nutcracker', 'nuthatches', 'nutrasweet', 'nutriments', 'nutritions', 'nutritious', 'nuttinesss', 'obdurately', 'obediences', 'obediently', 'obeisances', 'obfuscated', 'obfuscates', 'obituaries', 'objections', 'objectives', 'obligating', 'obligation', 'obligatory', 'obligingly', 'obliterate', 'obscenitys', 'obscuritys', 'obsequious', 'observable', 'observably', 'observance', 'obsessions', 'obsessives', 'obsoleting', 'obstetrics', 'obstinacys', 'obstructed', 'obtainable', 'obtainably', 'obtuseness', 'obviations', 'occasional', 'occasioned', 'occidental', 'occlusions', 'occupancys', 'occupation', 'occurrence', 'oceangoing', 'octahedral', 'octahedron', 'odiousness', 'oestrogens', 'offensives', 'offertorys', 'officemate', 'officemaxs', 'officially', 'officiated', 'officiates', 'offsetting', 'offsprings', 'oftentimes', 'oglethorpe', 'okeechobee', 'okefenokee', 'oldsmobile', 'oleaginous', 'olfactorys', 'oligarchic', 'oligarchys', 'oligocenes', 'oligoclase', 'ombudsmans', 'omnibusses', 'omnipotent', 'omniscient', 'omnivorous', 'onionskins', 'onslaughts', 'opalescent', 'opaqueness', 'openhanded', 'operations', 'operatives', 'ophthalmic', 'opinionate', 'oppositely', 'opposition', 'oppressing', 'oppression', 'oppressive', 'oppressors', 'opprobrium', 'optimality', 'optimising', 'optimistic', 'optimizers', 'optimizing', 'optionally', 'optometric', 'optometrys', 'orangeades', 'orangeroot', 'orangutang', 'orangutans', 'oranjestad', 'oratorical', 'orchestral', 'orchestras', 'ordinances', 'ordinaries', 'ordinarily', 'ordination', 'ordovician', 'oregonians', 'organelles', 'organisers', 'organising', 'organismic', 'organizers', 'organizing', 'orientated', 'orientates', 'originally', 'originated', 'originates', 'originator', 'ornamental', 'ornamented', 'ornateness', 'orographic', 'orphanages', 'orthoclase', 'orthodoxys', 'orthogonal', 'orthopedic', 'oscillated', 'oscillates', 'oscillator', 'ostensible', 'ostensibly', 'osteopaths', 'osteopathy', 'ostracised', 'ostracises', 'ostracisms', 'ostracized', 'ostracizes', 'ostrogoths', 'otherworld', 'outbalance', 'outbidding', 'outclassed', 'outclasses', 'outcropped', 'outfielder', 'outfitters', 'outfitting', 'outflanked', 'outgrowing', 'outgrowths', 'outlandish', 'outlasting', 'outnumbers', 'outpatient', 'outperform', 'outplaying', 'outpouring', 'outputting', 'outrageous', 'outranking', 'outreached', 'outreaches', 'outriggers', 'outrunning', 'outselling', 'outshining', 'outsmarted', 'outsourced', 'outsources', 'outspreads', 'outstation', 'outstaying', 'outstretch', 'outwearing', 'outweighed', 'outwitting', 'overacting', 'overactive', 'overbooked', 'overburden', 'overcharge', 'overcoming', 'overcooked', 'overcrowds', 'overdosing', 'overdrafts', 'overdresss', 'overdrives', 'overeating', 'overexpose', 'overextend', 'overflowed', 'overgrowth', 'overhauled', 'overheated', 'overjoying', 'overlapped', 'overlaying', 'overloaded', 'overlooked', 'overmuches', 'overnights', 'overpasses', 'overpaying', 'overplayed', 'overpowers', 'overpriced', 'overprices', 'overprints', 'overrating', 'overreacts', 'overridden', 'overriding', 'overruling', 'overseeing', 'overshadow', 'overshoots', 'oversights', 'oversleeps', 'overspends', 'overspread', 'overstated', 'overstates', 'overstayed', 'overstocks', 'oversupply', 'overtakers', 'overtaking', 'overtaxing', 'overthrown', 'overthrows', 'overturned', 'overweight', 'overwhelms', 'overworked', 'overwrites', 'ovulations', 'ownerships', 'oxidations', 'oxycontins', 'oxygenated', 'oxygenates', 'ozymandias', 'pacemakers', 'pacesetter', 'pachyderms', 'packagings', 'paddocking', 'paderewski', 'padlocking', 'paediatric', 'pageantrys', 'paginating', 'pagination', 'painfuller', 'painkiller', 'painlessly', 'paintbrush', 'pakistanis', 'palavering', 'paleocenes', 'paleozoics', 'palestines', 'palestrina', 'palimpsest', 'palindrome', 'palisadess', 'palladiums', 'pallbearer', 'palliating', 'palliation', 'palliative', 'palmerston', 'palmettoes', 'palmistrys', 'palmolives', 'palpations', 'palpitated', 'palpitates', 'paltriness', 'panamanian', 'panasonics', 'pancreases', 'pancreatic', 'panegyrics', 'panellings', 'panellists', 'panhandled', 'panhandler', 'panhandles', 'panickiest', 'panjandrum', 'panmunjoms', 'pantagruel', 'pantaloons', 'pantheisms', 'pantheists', 'pantomimed', 'pantomimes', 'pantomimic', 'pantyhoses', 'paperbacks', 'paperbound', 'papergirls', 'paperworks', 'paraboloid', 'paracelsus', 'parachuted', 'parachutes', 'paragonite', 'paragraphs', 'paraguayan', 'paralegals', 'parallaxes', 'paralleled', 'paralysing', 'paralysiss', 'paralytics', 'paralyzing', 'paramagnet', 'paramaribo', 'paramecium', 'paramedics', 'parameters', 'parametric', 'paramounts', 'paranormal', 'paraphrase', 'paraplegia', 'paraplegic', 'parasitics', 'paratroops', 'parboiling', 'parcelling', 'parcheesis', 'parchments', 'pardonable', 'pardonably', 'parentages', 'parenthood', 'parentings', 'parimutuel', 'parkinsons', 'parliament', 'parnassuss', 'parqueting', 'parquetrys', 'parrakeets', 'parricides', 'parrotlike', 'parsimonys', 'parsonages', 'parthenons', 'partiality', 'participle', 'particular', 'partitions', 'partnering', 'partridges', 'passageway', 'passengers', 'passionate', 'passivitys', 'pasteboard', 'pasteurise', 'pasteurize', 'pastorates', 'pasturages', 'patagonian', 'patagonias', 'patchiness', 'patchworks', 'patentable', 'paternally', 'paternitys', 'pathogenic', 'pathologys', 'patientest', 'patriarchs', 'patriarchy', 'patricians', 'patricides', 'patrimonys', 'patriotism', 'patrolling', 'patrolmans', 'patronages', 'patronised', 'patronises', 'patronized', 'patronizes', 'patronymic', 'patterings', 'patterning', 'pattersons', 'paunchiest', 'pauperised', 'pauperises', 'pauperisms', 'pauperized', 'pauperizes', 'pawnbroker', 'paymasters', 'peacefully', 'peacemaker', 'peacetimes', 'pearlstone', 'peasantrys', 'peccadillo', 'peckinpahs', 'pectoralis', 'peculiarly', 'pedagogues', 'pederastys', 'pedestrian', 'pediatrics', 'pediatrist', 'pedicuring', 'pedometers', 'pejorative', 'pekingeses', 'penalising', 'penalizing', 'pencilling', 'penderecki', 'penetrable', 'penetrated', 'penetrates', 'penetrator', 'penicillin', 'peninsular', 'peninsulas', 'penitences', 'penitently', 'penmanship', 'pennington', 'pennyroyal', 'penologist', 'pensacolas', 'pensioners', 'pensioning', 'pentagonal', 'pentameter', 'pentateuch', 'pentathlon', 'pentecosts', 'penthouses', 'peppercorn', 'peppermint', 'pepperonis', 'perceivers', 'perceiving', 'percentage', 'percentile', 'perception', 'perceptive', 'perceptual', 'percolated', 'percolates', 'percolator', 'percussion', 'percussive', 'perditions', 'peremptory', 'perennials', 'perfectest', 'perfecting', 'perfection', 'perfidious', 'perforated', 'perforates', 'performers', 'performing', 'perfumerys', 'pericardia', 'peridotite', 'perihelion', 'perilously', 'perimeters', 'periodical', 'peripheral', 'peripherys', 'periscopes', 'perishable', 'peritectic', 'peritoneum', 'periwinkle', 'perkinesss', 'permafrost', 'permalloys', 'permanence', 'permanents', 'permeating', 'permeation', 'permission', 'permissive', 'permitting', 'pernicious', 'peroration', 'peroxiding', 'perpetrate', 'perpetuals', 'perpetuate', 'perpetuity', 'perplexing', 'perplexity', 'perquisite', 'persecuted', 'persecutes', 'persecutor', 'persephone', 'persepolis', 'persevered', 'perseveres', 'persiflage', 'persimmons', 'persistent', 'persisting', 'personable', 'personages', 'personally', 'personnels', 'perspicous', 'perspiring', 'persuaders', 'persuading', 'persuasion', 'persuasive', 'pertaining', 'pertinence', 'perturbate', 'perturbing', 'perversely', 'perversion', 'perversity', 'perverting', 'pessimisms', 'pessimists', 'pesticides', 'pestilence', 'petersburg', 'petitioned', 'petitioner', 'petrifying', 'petroglyph', 'petrolatum', 'petroleums', 'petticoats', 'pettinesss', 'petulances', 'petulantly', 'phantasied', 'phantasies', 'pharmacies', 'pharmacist', 'pharyngeal', 'phenomenal', 'phenomenon', 'pheromones', 'philanders', 'philatelic', 'philatelys', 'philippics', 'philippine', 'philistine', 'philologys', 'philosophy', 'phlebitiss', 'phlegmatic', 'phoenicias', 'phoneticss', 'phonically', 'phoninesss', 'phonograph', 'phonologys', 'phosphates', 'phosphoric', 'phosphorus', 'photocopys', 'photogenic', 'photograph', 'photolysis', 'photolytic', 'photometry', 'photostats', 'phrasemake', 'phrenology', 'physically', 'physicians', 'physicists', 'physicking', 'physiology', 'pianissimi', 'pianissimo', 'pianoforte', 'picaresque', 'piccadilly', 'piccalilli', 'pickabacks', 'pickerings', 'pickpocket', 'picnickers', 'picnicking', 'picosecond', 'pictograph', 'pictorials', 'pieceworks', 'piercingly', 'pigeonfoot', 'pigeonhole', 'piggybacks', 'pilgrimage', 'pillorying', 'pillowcase', 'pillsburys', 'pilothouse', 'pimpernels', 'pincushion', 'pineapples', 'pinfeather', 'pinocchios', 'pinpointed', 'pinstriped', 'pinstripes', 'pinwheeled', 'pioneering', 'pipelining', 'pipsissewa', 'pipsqueaks', 'pirandello', 'pirouetted', 'pirouettes', 'piscataway', 'pistachios', 'pistillate', 'pitchforks', 'pitchstone', 'pitilessly', 'pittsburgh', 'pittsfield', 'pituitarys', 'pizzicatos', 'placarding', 'placations', 'placements', 'placentals', 'placiditys', 'plagiarise', 'plagiarism', 'plagiarist', 'plagiarize', 'plainfield', 'plainnesss', 'plaintiffs', 'planetaria', 'plantation', 'plasterers', 'plastering', 'plasticine', 'plasticity', 'plateauing', 'platformed', 'platitudes', 'platonisms', 'platonists', 'platooning', 'platypuses', 'playacting', 'playground', 'playhouses', 'playthings', 'playwright', 'pleasanter', 'pleasantly', 'pleasantry', 'pleasingly', 'pleasuring', 'plebiscite', 'plenitudes', 'plexiglass', 'pliability', 'ploughmans', 'plowshares', 'pluckiness', 'plummeting', 'plumpnesss', 'plunderers', 'plundering', 'pluperfect', 'pluralised', 'pluralises', 'pluralisms', 'pluralitys', 'pluralized', 'pluralizes', 'plutocracy', 'plutocrats', 'plutoniums', 'pneumonias', 'pocahontas', 'pocketbook', 'pocketfuls', 'pockmarked', 'podhoretzs', 'podiatrist', 'poetically', 'poignancys', 'poignantly', 'poinsettia', 'poisonings', 'polarising', 'polarities', 'polarizing', 'polarogram', 'policemans', 'politeness', 'politesses', 'politician', 'politicise', 'politicize', 'politicoes', 'pollinated', 'pollinates', 'pollutants', 'pollutions', 'polonaises', 'polyesters', 'polygamist', 'polygamous', 'polygraphs', 'polygynous', 'polyhedral', 'polyhedron', 'polyhymnia', 'polymerase', 'polynesian', 'polynesias', 'polynomial', 'polyphemus', 'polyphonic', 'polyphonys', 'polyploidy', 'polytheism', 'polytheist', 'pomeranian', 'pommelling', 'pompadours', 'pompositys', 'pontifical', 'poorhouses', 'poppycocks', 'popularise', 'popularity', 'popularize', 'populating', 'population', 'porcelains', 'porcupines', 'porpoising', 'porringers', 'portcullis', 'portending', 'portentous', 'portfolios', 'portioning', 'portliness', 'portrayals', 'portraying', 'portsmouth', 'portuguese', 'positional', 'positioned', 'positively', 'positivism', 'possessing', 'possession', 'possessive', 'possessors', 'postdating', 'posteriori', 'posteriors', 'posteritys', 'posthumous', 'postmarked', 'postmaster', 'postmodern', 'postmortem', 'postoffice', 'postpartum', 'postponing', 'postscript', 'postulated', 'postulates', 'potassiums', 'potbellied', 'potbellies', 'potboilers', 'potentates', 'potentials', 'potholders', 'potpourris', 'poulticing', 'powderpuff', 'powerboats', 'powerfully', 'powerhouse', 'powerpoint', 'practicals', 'practicing', 'practising', 'praetorian', 'pragmatics', 'pragmatism', 'pragmatist', 'praisingly', 'pranksters', 'pratchetts', 'praxiteles', 'preachiest', 'preaknesss', 'preambling', 'prearrange', 'preassigns', 'precarious', 'precaution', 'precedence', 'precedents', 'preceptors', 'precession', 'preciosity', 'preciously', 'precipices', 'precisions', 'precluding', 'preclusion', 'precocious', 'precocitys', 'precursors', 'predecease', 'predefined', 'predefines', 'predestine', 'predicated', 'predicates', 'predicting', 'prediction', 'predictive', 'predispose', 'preeminent', 'preempting', 'preemption', 'preemptive', 'preexisted', 'prefabbing', 'prefecture', 'preferable', 'preferably', 'preference', 'preferment', 'preferring', 'prefigured', 'prefigures', 'pregnancys', 'preheating', 'prehensile', 'prehistory', 'prejudging', 'prejudiced', 'prejudices', 'premarital', 'premiering', 'premingers', 'premyslids', 'preordains', 'prepackage', 'prepayment', 'prepossess', 'prerecords', 'presbytery', 'preschools', 'prescience', 'prescribed', 'prescribes', 'preselects', 'presenting', 'preservers', 'preserving', 'presetting', 'preshrinks', 'presidency', 'presidents', 'pressuring', 'pressurise', 'pressurize', 'presumable', 'presumably', 'presuppose', 'pretenders', 'pretending', 'pretension', 'preterites', 'prettified', 'prettifies', 'prettiness', 'prevailing', 'prevalence', 'preventing', 'prevention', 'preventive', 'previewers', 'previewing', 'previously', 'prickliest', 'priestesss', 'priesthood', 'priestlier', 'primitives', 'primordial', 'princelier', 'princesses', 'princetons', 'principals', 'principled', 'principles', 'prioresses', 'priorities', 'prioritise', 'prioritize', 'priscillas', 'prissiness', 'privateers', 'privations', 'privatised', 'privatises', 'privatized', 'privatizes', 'privileged', 'privileges', 'prizefight', 'probations', 'probosciss', 'procedural', 'procedures', 'proceeding', 'processing', 'procession', 'processors', 'proclaimed', 'proclaimer', 'proclivity', 'procreated', 'procreates', 'procrustes', 'proctoring', 'procurator', 'prodigally', 'prodigious', 'producible', 'production', 'productive', 'profanitys', 'professing', 'profession', 'professors', 'proffering', 'proficient', 'profitable', 'profitably', 'profiteers', 'profitters', 'profligacy', 'profligate', 'profounder', 'profoundly', 'profundity', 'profusions', 'progenitor', 'prognosiss', 'prognostic', 'programers', 'programing', 'programmed', 'programmer', 'programmes', 'progressed', 'progresses', 'prohibited', 'projectile', 'projecting', 'projection', 'projective', 'projectors', 'prokaryote', 'prokofieff', 'prolixitys', 'prolongate', 'prolonging', 'promenaded', 'promenades', 'promethean', 'prometheus', 'promethium', 'prominence', 'promissory', 'promontory', 'promotions', 'promptings', 'promptness', 'promulgate', 'pronenesss', 'pronghorns', 'pronounced', 'pronounces', 'proofreads', 'propaganda', 'propagated', 'propagates', 'propellant', 'propellent', 'propellers', 'propelling', 'propensity', 'properness', 'propertied', 'properties', 'prophecies', 'prophesied', 'prophesier', 'prophesies', 'prophetess', 'propionate', 'propitiate', 'propitious', 'proponents', 'proportion', 'propounded', 'proprietor', 'proprietys', 'propulsion', 'propulsive', 'proscenium', 'proscribed', 'proscribes', 'prosecuted', 'prosecutes', 'prosecutor', 'proselyted', 'proselytes', 'proserpine', 'prospected', 'prospector', 'prospectus', 'prospering', 'prosperity', 'prosperous', 'prostheses', 'prosthesis', 'prosthetic', 'prostitute', 'prostrated', 'prostrates', 'protagoras', 'protecting', 'protection', 'protective', 'protectors', 'protestant', 'protesters', 'protesting', 'protestors', 'protophyta', 'protoplasm', 'prototyped', 'prototypes', 'prototypic', 'protozoans', 'protozoons', 'protracted', 'protractor', 'protruding', 'protrusion', 'protrusive', 'provenance', 'provencals', 'provenders', 'proverbial', 'providence', 'provincial', 'provisions', 'proximitys', 'prudential', 'pruriences', 'pseudonyms', 'psoriasiss', 'psychiatry', 'psychology', 'psychopath', 'psychopomp', 'psychosiss', 'psychotics', 'ptarmigans', 'pubescence', 'publicised', 'publicises', 'publicists', 'publicitys', 'publicized', 'publicizes', 'publishers', 'publishing', 'puerilitys', 'puffinesss', 'pugilistic', 'pugnacious', 'pugnacitys', 'pulsations', 'pulverable', 'pulverised', 'pulverises', 'pulverized', 'pulverizes', 'pummelling', 'punctually', 'punctuated', 'punctuates', 'puncturing', 'punishable', 'punishment', 'puppeteers', 'purchasers', 'purchasing', 'purgatives', 'purgatorys', 'puritanism', 'purloining', 'purporters', 'purporting', 'purposeful', 'pursuances', 'purulences', 'pushbutton', 'pushinesss', 'pussyfoots', 'putrefying', 'putrescent', 'puzzlement', 'pygmalions', 'pyongyangs', 'pyorrhoeas', 'pyramiding', 'pyrimidine', 'pyromaniac', 'pyromanias', 'pyroxenite', 'pythagoras', 'quadrangle', 'quadratics', 'quadrature', 'quadriceps', 'quadrilles', 'quadrivium', 'quadrupeds', 'quadrupled', 'quadruples', 'quadruplet', 'quadrupole', 'quaintness', 'qualifiers', 'qualifying', 'quandaries', 'quantified', 'quantifier', 'quantifies', 'quantities', 'quantizing', 'quarantine', 'quarreling', 'quarrelled', 'quartering', 'quarterlys', 'quartettes', 'quasiorder', 'quaternary', 'queasiness', 'queenliest', 'queensland', 'queernesss', 'questioned', 'questioner', 'quickening', 'quicklimes', 'quicknesss', 'quicksands', 'quiescence', 'quietnesss', 'quintilian', 'quintupled', 'quintuples', 'quintuplet', 'quixotisms', 'quotations', 'rabbinates', 'rabbinical', 'racecourse', 'racehorses', 'racetracks', 'racketeers', 'raconteurs', 'radcliffes', 'radiations', 'radicalism', 'radiograms', 'radiologys', 'radiometer', 'radiometry', 'radiosonde', 'ragamuffin', 'raggediest', 'raggedness', 'railleries', 'railroaded', 'railroader', 'rainforest', 'rainmakers', 'rainstorms', 'rainwaters', 'rakishness', 'ramanujans', 'ramrodding', 'ramshackle', 'ranciditys', 'randomised', 'randomises', 'randomized', 'randomizes', 'randomness', 'ranginesss', 'ransacking', 'rasalgethi', 'rasalhague', 'rasmussens', 'raspberrys', 'ratcheting', 'rationales', 'rationally', 'rattletrap', 'raunchiest', 'ravellings', 'ravenously', 'ravishment', 'rawalpindi', 'reactivate', 'reactively', 'reactivity', 'readership', 'readinesss', 'readjusted', 'readmitted', 'reaffirmed', 'realigning', 'realisable', 'realizable', 'realizably', 'reallocate', 'reanalyzes', 'reanimated', 'reanimates', 'reappeared', 'reapplying', 'reappoints', 'reappraise', 'rearmament', 'rearranged', 'rearranges', 'rearrested', 'reasonable', 'reasonably', 'reasonings', 'reassemble', 'reasserted', 'reassessed', 'reassesses', 'reassigned', 'reassuring', 'reawakened', 'rebellions', 'rebellious', 'rebounding', 'rebuilding', 'recappable', 'recaptured', 'recaptures', 'receipting', 'receivable', 'recentness', 'receptacle', 'receptions', 'recessions', 'recessives', 'recharging', 'rechecking', 'recidivism', 'recidivist', 'recipients', 'reciprocal', 'recitation', 'recitative', 'recklessly', 'reckonings', 'reclaimers', 'reclaiming', 'reclassify', 'recognised', 'recogniser', 'recognises', 'recognized', 'recognizer', 'recognizes', 'recollects', 'recombined', 'recombines', 'recommence', 'recommends', 'recompense', 'recompiled', 'recomputed', 'recomputes', 'reconciled', 'reconciler', 'reconciles', 'reconnects', 'reconquers', 'reconsider', 'reconvened', 'reconvenes', 'recordings', 'recounting', 'recoveries', 'recovering', 'recreating', 'recreation', 'recreative', 'recruiters', 'recruiting', 'rectangles', 'rectifiers', 'rectifying', 'rectitudes', 'recuperate', 'recurrence', 'recursions', 'recyclable', 'recyclings', 'redbreasts', 'redeclared', 'redeclares', 'redecorate', 'rededicate', 'redeemable', 'redefining', 'redemption', 'redemptive', 'redeployed', 'redesigned', 'redevelops', 'redirected', 'rediscover', 'redisplays', 'redistrict', 'redolences', 'redoubling', 'redounding', 'redrafting', 'redressing', 'reductions', 'redundancy', 'reeducated', 'reeducates', 'reelecting', 'reelection', 'reemerging', 'reenacting', 'reenforced', 'reenforces', 'reenlisted', 'reentering', 'reevaluate', 'reexamined', 'reexamines', 'refashions', 'refectorys', 'refereeing', 'referenced', 'referencer', 'references', 'referendum', 'refillable', 'refinanced', 'refinances', 'refinement', 'refineries', 'refinished', 'refinishes', 'reflecting', 'reflection', 'reflective', 'reflectors', 'reflexives', 'refocusing', 'refocussed', 'refocusses', 'reforested', 'reformable', 'refracting', 'refraction', 'refractory', 'refraining', 'refreshers', 'refreshing', 'refuelling', 'refulgence', 'refundable', 'refutation', 'regardless', 'regenerate', 'regimental', 'regimented', 'regionally', 'registered', 'registrant', 'registrars', 'registries', 'regressing', 'regression', 'regressive', 'regretting', 'regrouping', 'regularise', 'regularity', 'regularize', 'regulating', 'regulation', 'regulative', 'regulators', 'regulatory', 'rehearsals', 'rehearsing', 'reimbursed', 'reimburses', 'reimposing', 'reinforced', 'reinforcer', 'reinforces', 'reinserted', 'reinstated', 'reinstates', 'reinvented', 'reinvested', 'reiterated', 'reiterates', 'rejections', 'rejoicings', 'rejoinders', 'rejuvenate', 'rekindling', 'relabeling', 'relabelled', 'relational', 'relatively', 'relativism', 'relativity', 'relaxation', 'relearning', 'releasable', 'relegating', 'relegation', 'relentless', 'relevances', 'relevancys', 'relevantly', 'religiouss', 'relinquish', 'relocating', 'relocation', 'reluctance', 'remainders', 'remarkable', 'remarkably', 'remarriage', 'remarrying', 'rembrandts', 'remediable', 'remembered', 'reminisced', 'reminisces', 'remissions', 'remissness', 'remittance', 'remodeling', 'remodelled', 'remorseful', 'remoteness', 'remounting', 'remunerate', 'renascence', 'renderings', 'rendezvous', 'renditions', 'renegading', 'renouncing', 'renovating', 'renovation', 'renovators', 'rensselaer', 'renumbered', 'renunciate', 'reoccupied', 'reoccupies', 'reoccurred', 'reordering', 'reorganise', 'reorganize', 'repackaged', 'repackages', 'repainting', 'repairable', 'repairmans', 'reparation', 'repatriate', 'repayments', 'repeatable', 'repeatably', 'repeatedly', 'repellants', 'repellents', 'repentance', 'repertoire', 'repertorys', 'repetition', 'repetitive', 'rephrasing', 'repletions', 'replicated', 'replicates', 'reportages', 'reportedly', 'reposition', 'repository', 'reprehends', 'represents', 'repressing', 'repression', 'repressive', 'reprieving', 'reprimands', 'reprinting', 'reproached', 'reproaches', 'reprobates', 'reproduced', 'reproducer', 'reproduces', 'reprograms', 'reproofing', 'reptilians', 'republican', 'repudiated', 'repudiates', 'repugnance', 'repulsions', 'reputation', 'requesters', 'requesting', 'requisites', 'reschedule', 'rescinding', 'rescission', 'researched', 'researcher', 'researches', 'reselected', 'resemblant', 'resembling', 'resentment', 'reservedly', 'reservists', 'reservoirs', 'resettings', 'resettling', 'reshuffled', 'reshuffles', 'residences', 'residencys', 'resignedly', 'resilience', 'resiliency', 'resistable', 'resistably', 'resistance', 'resistible', 'resolutely', 'resolution', 'resolvable', 'resonances', 'resonantly', 'resonating', 'resonators', 'resorcinol', 'resounding', 'resourcing', 'respectful', 'respecting', 'respective', 'respelling', 'respirator', 'respondent', 'responding', 'responsive', 'restarting', 'restaurant', 'restfuller', 'restlessly', 'restocking', 'restrained', 'restrainer', 'restraints', 'restricted', 'restudying', 'resultants', 'resumption', 'resupplied', 'resupplies', 'resurfaced', 'resurfaces', 'resurgence', 'resurrects', 'retainment', 'retaliated', 'retaliates', 'retardants', 'retentions', 'rethinking', 'reticences', 'reticulate', 'retirement', 'retouching', 'retracting', 'retraction', 'retraining', 'retransmit', 'retreading', 'retreating', 'retrenched', 'retrenches', 'retrievals', 'retrievers', 'retrieving', 'retrograde', 'retrogress', 'retrospect', 'returnable', 'reunifying', 'revealings', 'revelation', 'revelatory', 'revellings', 'revengeful', 'reverenced', 'reverences', 'reverently', 'reverified', 'reverifies', 'reversible', 'reversions', 'revilement', 'revisiting', 'revitalise', 'revitalize', 'revivalist', 'revivified', 'revivifies', 'revocation', 'revolution', 'revulsions', 'rewindable', 'reykjaviks', 'rhapsodies', 'rhapsodise', 'rhapsodize', 'rhetorical', 'rheumatics', 'rheumatism', 'rhinelands', 'rhinestone', 'rhinoceros', 'rhythmical', 'ribbentrop', 'riboflavin', 'richardson', 'richelieus', 'richthofen', 'ricketiest', 'rickettsia', 'ricocheted', 'ridgepoles', 'ridiculing', 'ridiculous', 'riemannian', 'rigamarole', 'rightfully', 'rightnesss', 'rigidnesss', 'rigmaroles', 'rigobertos', 'rigolettos', 'rigorously', 'ringleader', 'ringmaster', 'riskinesss', 'ritualisms', 'riverfront', 'riversides', 'roadblocks', 'roadhouses', 'roadrunner', 'roadworthy', 'robertsons', 'robitussin', 'robustness', 'rochambeau', 'rochesters', 'rockinesss', 'rodriguezs', 'rodriquezs', 'roisterers', 'roistering', 'rollicking', 'romanesque', 'roominesss', 'roosevelts', 'roqueforts', 'rosalindas', 'rosebushes', 'rosecranss', 'rosemaries', 'rosenbergs', 'rosenzweig', 'rotational', 'rothschild', 'rotisserie', 'rottenness', 'rotterdams', 'rottweiler', 'rotunditys', 'rotundness', 'roughening', 'roughhouse', 'roughnecks', 'roughnesss', 'roundabout', 'roundelays', 'roundhouse', 'roundnesss', 'roundtable', 'roundworms', 'roustabout', 'routinised', 'routinises', 'routinized', 'routinizes', 'rowdinesss', 'royaltiess', 'rubberiest', 'rubberised', 'rubberises', 'rubberized', 'rubberizes', 'rubbermaid', 'rubberneck', 'rubbishing', 'rubinstein', 'ruddinesss', 'ruggedness', 'ruinations', 'ruminating', 'rumination', 'runarounds', 'rustically', 'rusticated', 'rusticates', 'rusticitys', 'rustinesss', 'rustproofs', 'rutherford', 'ruthlessly', 'sabbatical', 'sabotaging', 'saccharine', 'saccharins', 'sacerdotal', 'sackcloths', 'sacramento', 'sacraments', 'sacredness', 'sacrificed', 'sacrificer', 'sacrifices', 'sacrileges', 'sacristans', 'sacristies', 'sacrosanct', 'saddlebags', 'safeguards', 'safflowers', 'sagebrushs', 'sailboards', 'sailcloths', 'sailfishes', 'sainthoods', 'saintliest', 'salamander', 'salesclerk', 'salesgirls', 'saleswoman', 'saleswomen', 'salisburys', 'salivating', 'salivation', 'salmonella', 'saloonkeep', 'saltcellar', 'saltinesss', 'saltpeters', 'saltpetres', 'saltshaker', 'saltwaters', 'salubrious', 'salutation', 'salvadoran', 'salvations', 'salvatores', 'samaritans', 'samarkands', 'samsonites', 'samuelsons', 'sanatorium', 'sanctified', 'sanctifies', 'sanctioned', 'sanctuarys', 'sandalwood', 'sandbagged', 'sandblasts', 'sandcastle', 'sanderling', 'sandinesss', 'sandinista', 'sandpapers', 'sandpipers', 'sandstones', 'sandstorms', 'sandwiched', 'sandwiches', 'sanforized', 'sangfroids', 'sanguinary', 'sanitarium', 'sanitation', 'sanitising', 'sanitizing', 'saprophyte', 'sapsuckers', 'saragossas', 'sarcophagi', 'saskatoons', 'sasquatchs', 'sassafrass', 'satellited', 'satellites', 'satinwoods', 'satirising', 'satirizing', 'satisfying', 'saturating', 'saturation', 'saturnalia', 'saucinesss', 'sauerkraut', 'sauntering', 'savageness', 'savageries', 'savannahes', 'savonarola', 'savouriest', 'saxophones', 'scalloping', 'scallywags', 'scampering', 'scandalise', 'scandalize', 'scandalous', 'scantiness', 'scapegoats', 'scaramouch', 'scarceness', 'scarecrows', 'scarifying', 'scathingly', 'scattergun', 'scattering', 'scavengers', 'scavenging', 'scenically', 'scepticism', 'schedulers', 'scheduling', 'schematics', 'schindlers', 'schismatic', 'schlemiels', 'schlepping', 'schliemann', 'schmoozing', 'schnauzers', 'schneiders', 'schoenberg', 'scholastic', 'schoolbook', 'schoolboys', 'schooldays', 'schoolgirl', 'schoolings', 'schoolmarm', 'schoolmate', 'schoolroom', 'schoolwork', 'schoolyard', 'schrdinger', 'schrieffer', 'schroeders', 'schumacher', 'schumpeter', 'schuylkill', 'schweitzer', 'schweppess', 'schwingers', 'scientific', 'scientists', 'scintillas', 'scissoring', 'sclerosiss', 'scoliosiss', 'scolloping', 'scoreboard', 'scorecards', 'scornfully', 'scotchmans', 'scotswoman', 'scotswomen', 'scottsdale', 'scoundrels', 'scrabbling', 'scragglier', 'scramblers', 'scrambling', 'scrapbooks', 'scrappiest', 'scratchers', 'scratchier', 'scratching', 'scratchpad', 'scrawniest', 'screechier', 'screeching', 'screenings', 'screenplay', 'screwballs', 'scribblers', 'scribbling', 'scrimmaged', 'scrimmages', 'scrimshaws', 'scriptural', 'scriptures', 'scroungers', 'scrounging', 'scrubbiest', 'scruffiest', 'scrunching', 'scrupulous', 'scrutinise', 'scrutinize', 'sculleries', 'sculptural', 'sculptured', 'sculptures', 'scuppering', 'scurrilous', 'seafarings', 'seamanship', 'seamstress', 'searchings', 'seasonable', 'seasonably', 'seasonally', 'seasonings', 'sebastians', 'secessions', 'seclusions', 'secondarys', 'secondhand', 'secretarys', 'secretions', 'sectarians', 'sectionals', 'sectioning', 'secularise', 'secularism', 'secularize', 'securities', 'seductions', 'seedinesss', 'seemliness', 'seersucker', 'segmenting', 'segregated', 'segregates', 'seismology', 'selections', 'selectmans', 'selectrics', 'selflessly', 'semantical', 'semanticss', 'semaphored', 'semaphores', 'semblances', 'semiannual', 'semicircle', 'semicolons', 'semifinals', 'seminarian', 'seminaries', 'semiweekly', 'senatorial', 'senegalese', 'senioritys', 'sensations', 'sensitised', 'sensitises', 'sensitives', 'sensitized', 'sensitizes', 'sensuality', 'sensuously', 'sentencing', 'sentential', 'sentiments', 'separately', 'separating', 'separation', 'separatism', 'separatist', 'separators', 'septembers', 'septennial', 'septicemia', 'septillion', 'septuagint', 'sepulchers', 'sepulchral', 'sepulchred', 'sepulchres', 'sequencers', 'sequencing', 'sequential', 'sequesters', 'serenading', 'sereneness', 'serengetis', 'serialised', 'serialises', 'serialized', 'serializes', 'sermonised', 'sermonises', 'sermonized', 'sermonizes', 'serpentine', 'serviceman', 'servicemen', 'serviettes', 'servilitys', 'servitudes', 'settlement', 'sevastopol', 'seventeens', 'seventieth', 'severances', 'severities', 'sextillion', 'sexualitys', 'seychelles', 'shabbiness', 'shackleton', 'shadflower', 'shadinesss', 'shadowiest', 'shagginess', 'shakedowns', 'shakinesss', 'shallowest', 'shamefaced', 'shamefully', 'shampooing', 'shanghaied', 'shantytown', 'shapeliest', 'sharkskins', 'sharpeners', 'sharpening', 'sharpnesss', 'sharpshoot', 'shattering', 'sheathings', 'sheepfolds', 'sheepishly', 'sheepskins', 'sheetrocks', 'sheffields', 'sheikhdoms', 'shellacked', 'shellfishs', 'sheltering', 'shenandoah', 'shenanigan', 'shepherded', 'shibboleth', 'shiftiness', 'shillalahs', 'shillelagh', 'shimmering', 'shininesss', 'shintoisms', 'shipboards', 'shipwrecks', 'shipwright', 'shirttails', 'shirtwaist', 'shockingly', 'shockproof', 'shoddiness', 'shoehorned', 'shoemakers', 'shoeshines', 'shoestring', 'shopkeeper', 'shoplifted', 'shoplifter', 'shorelines', 'shortbread', 'shortcakes', 'shortening', 'shortfalls', 'shorthands', 'shorthorns', 'shortnesss', 'shortstops', 'shortwaves', 'shotgunned', 'shouldered', 'shovelfuls', 'shovelling', 'showboated', 'showcasing', 'showinesss', 'showpieces', 'showplaces', 'shreveport', 'shrewdness', 'shrillness', 'shrinkable', 'shrinkages', 'shriveling', 'shrivelled', 'shropshire', 'shrubberys', 'shrubbiest', 'shuddering', 'shutterbug', 'shuttering', 'shylockian', 'sicklewort', 'sicknesses', 'siddhartha', 'sideboards', 'sideburnss', 'sidelights', 'sidelining', 'sidesaddle', 'sidestroke', 'sideswiped', 'sideswipes', 'sidetracks', 'sidewinder', 'sierpinski', 'sightseers', 'signalised', 'signalises', 'signalized', 'signalizes', 'signalling', 'signatorys', 'signatures', 'signboards', 'signifying', 'signposted', 'silhouette', 'silicosiss', 'sillinesss', 'silverfish', 'silverware', 'similarity', 'similitude', 'simplectic', 'simpleness', 'simpletons', 'simplicial', 'simplicity', 'simplified', 'simplifier', 'simplifies', 'simplistic', 'simulating', 'simulation', 'simulators', 'simulcasts', 'sinceritys', 'sinfulness', 'singapores', 'singleness', 'singletons', 'singsonged', 'singularly', 'sinhaleses', 'sinusitiss', 'sinusoidal', 'sisterhood', 'situations', 'sixteenths', 'sjaellands', 'skateboard', 'skedaddled', 'skedaddles', 'skepticism', 'sketchbook', 'sketchiest', 'skillfully', 'skimpiness', 'skinflints', 'skinniness', 'skippering', 'skirmished', 'skirmisher', 'skirmishes', 'skittering', 'skydivings', 'skyjackers', 'skyjacking', 'skylarking', 'skyrockets', 'skyscraper', 'skywriters', 'skywriting', 'slackening', 'slacknesss', 'slackwares', 'slanderers', 'slandering', 'slanderous', 'slapsticks', 'slathering', 'slatternly', 'slaughters', 'sleaziness', 'sleeknesss', 'sleepiness', 'sleepwalks', 'sleepwears', 'sleepyhead', 'sleeveless', 'slenderest', 'slenderise', 'slenderize', 'slicknesss', 'slightness', 'slingshots', 'slipcovers', 'slipperier', 'slithering', 'slobbering', 'sloppiness', 'slouchiest', 'slovenians', 'slovenlier', 'sluggishly', 'slumbering', 'slumberous', 'smallnesss', 'smartening', 'smartnesss', 'smashingly', 'smattering', 'smithfield', 'smokehouse', 'smokestack', 'smokinesss', 'smoldering', 'smoothbore', 'smoothness', 'smothering', 'smouldered', 'smrgsbords', 'smugglings', 'snakebites', 'snapdragon', 'sneakiness', 'sneeringly', 'snickering', 'sniggering', 'snivelling', 'snootiness', 'snorkelers', 'snorkeling', 'snorkelled', 'snowballed', 'snowboards', 'snowdrifts', 'snowflakes', 'snowmobile', 'snowplough', 'snowplowed', 'snowstorms', 'snuffboxes', 'soapinesss', 'soapstones', 'sobernesss', 'sobriquets', 'socialised', 'socialises', 'socialisms', 'socialists', 'socialites', 'socialized', 'socializes', 'sociologys', 'sociometry', 'sociopaths', 'sogginesss', 'sojourners', 'sojourning', 'soldiering', 'solemnised', 'solemnises', 'solemnitys', 'solemnized', 'solemnizes', 'solemnness', 'soliciting', 'solicitors', 'solicitous', 'solicitude', 'solidarity', 'solidified', 'solidifies', 'solidnesss', 'soliloquys', 'solitaires', 'solitaries', 'solubility', 'somebodies', 'somebodyll', 'somersault', 'somerville', 'somethings', 'sommerfeld', 'somnolence', 'songwriter', 'soothingly', 'soothsayer', 'sophistrys', 'sophoclean', 'sophomores', 'sophomoric', 'soporifics', 'sorceresss', 'sordidness', 'sororities', 'soubriquet', 'soundnesss', 'soundproof', 'soundtrack', 'sourdoughs', 'sourpusses', 'southbound', 'southeasts', 'southerlys', 'southerner', 'southwards', 'southwests', 'sovereigns', 'spacecraft', 'spaceships', 'spacesuits', 'spacewalks', 'spaciously', 'spadeworks', 'spaghettis', 'spankingly', 'sparenesss', 'spareribss', 'sparseness', 'spattering', 'speakeasys', 'spearheads', 'spearmints', 'specialise', 'specialist', 'speciality', 'specialize', 'specialtys', 'specifiers', 'specifying', 'speciously', 'spectacled', 'spectacles', 'spectators', 'speculated', 'speculates', 'speculator', 'speechless', 'speedboats', 'speedsters', 'spellbinds', 'spellbound', 'spelunkers', 'spencerian', 'spenserian', 'spermicide', 'sphalerite', 'spheroidal', 'sphincters', 'spicinesss', 'spideriest', 'spiderwort', 'spielbergs', 'spindliest', 'spinnakers', 'spiralling', 'spiritedly', 'spiritless', 'spirituals', 'spirituous', 'spirograph', 'spitefully', 'splashdown', 'splashiest', 'splattered', 'spleenwort', 'splendider', 'splendidly', 'splendours', 'splintered', 'splittings', 'splotchier', 'splotching', 'spluttered', 'spoilsport', 'spokesmans', 'spoliation', 'sponsoring', 'spoonbills', 'spoonerism', 'sportingly', 'sportscast', 'sportsmans', 'sportswear', 'spotlessly', 'spotlights', 'spottiness', 'spreadings', 'springiest', 'springtail', 'springtime', 'sprinklers', 'sprinkling', 'spuriously', 'sputtering', 'spyglasses', 'squabbling', 'squalidest', 'squandered', 'squareness', 'squashiest', 'squeakiest', 'squelching', 'squigglier', 'squiggling', 'squirehood', 'squirmiest', 'squirreled', 'squishiest', 'srivijayas', 'stabilised', 'stabiliser', 'stabilises', 'stabilitys', 'stabilized', 'stabilizer', 'stabilizes', 'stagecoach', 'stagehands', 'staggering', 'stagnating', 'stagnation', 'stainlesss', 'staircases', 'stairwells', 'stalactite', 'stalagmite', 'stalemated', 'stalemates', 'stalenesss', 'stalingrad', 'stalwartly', 'stammerers', 'stammering', 'stampeding', 'stanchions', 'standardly', 'standpoint', 'standstill', 'starboards', 'starchiest', 'starfishes', 'stargazers', 'starknesss', 'starlights', 'starvation', 'statehoods', 'statehouse', 'stateliest', 'statements', 'staterooms', 'statesmans', 'statically', 'stationary', 'stationers', 'stationery', 'stationing', 'statistics', 'statuesque', 'statuettes', 'staunchest', 'staunching', 'steadiness', 'steakhouse', 'stealthier', 'stealthily', 'steamboats', 'steamrolls', 'steamships', 'steepnesss', 'steinmetzs', 'stenciling', 'stencilled', 'stentorian', 'stepchilds', 'stepfather', 'stephanies', 'stephenson', 'stepladder', 'stepmother', 'stepparent', 'stepsister', 'stereotype', 'sterilised', 'steriliser', 'sterilises', 'sterilitys', 'sterilized', 'sterilizer', 'sterilizes', 'sternnesss', 'stevedores', 'stewardess', 'stewarding', 'stickiness', 'sticktight', 'stieglitzs', 'stiffeners', 'stiffening', 'stiffnesss', 'stigmatise', 'stigmatize', 'stilettoes', 'stillbirth', 'stillnesss', 'stillwater', 'stimulants', 'stimulated', 'stimulates', 'stinginess', 'stipulated', 'stipulates', 'stirringly', 'stitchings', 'stochastic', 'stockading', 'stockholms', 'stockiness', 'stockpiled', 'stockpiles', 'stockrooms', 'stockyards', 'stodginess', 'stoliditys', 'stomaching', 'stonehenge', 'stonewalls', 'stonewares', 'stoneworks', 'stoplights', 'stoppering', 'stopwatchs', 'storefront', 'storehouse', 'storerooms', 'stormbound', 'storminess', 'storyboard', 'storybooks', 'stoutnesss', 'stovepipes', 'strabismic', 'strabismus', 'straddling', 'stragglers', 'stragglier', 'straggling', 'straighten', 'straighter', 'straitened', 'stranglers', 'strangling', 'straplesss', 'strappings', 'strasbourg', 'stratagems', 'strategies', 'strategist', 'stratified', 'stratifies', 'stravinsky', 'strawberry', 'streakiest', 'streamline', 'streamside', 'streetcars', 'streetwise', 'streisands', 'strengthen', 'stretchers', 'stretchier', 'stretching', 'strickland', 'strictness', 'strictures', 'stridently', 'strikeouts', 'strikingly', 'strindberg', 'stringency', 'stringiest', 'striplings', 'striptease', 'strongboxs', 'stronghold', 'strongroom', 'strontiums', 'structural', 'structured', 'structurer', 'structures', 'struggling', 'strychnine', 'stubbliest', 'stubborner', 'stubbornly', 'studebaker', 'studiously', 'stuffiness', 'stultified', 'stultifies', 'stunningly', 'stupefying', 'stupendous', 'stupiditys', 'sturbridge', 'sturdiness', 'stutterers', 'stuttering', 'stuttgarts', 'stuyvesant', 'styrofoams', 'subclasses', 'subcompact', 'subculture', 'subdivided', 'subdivides', 'subheading', 'subjecting', 'subjection', 'subjective', 'subjoining', 'subjugated', 'subjugates', 'subleasing', 'subletting', 'sublimated', 'sublimates', 'subliminal', 'sublimitys', 'submariner', 'submarines', 'submerging', 'submersing', 'submersion', 'submission', 'submissive', 'submitting', 'submodules', 'subnetwork', 'suborbital', 'subpoenaed', 'subproblem', 'subprogram', 'subproject', 'subroutine', 'subschemas', 'subscribed', 'subscriber', 'subscribes', 'subscripts', 'subsection', 'subsegment', 'subsequent', 'subsidence', 'subsidiary', 'subsidised', 'subsidises', 'subsidized', 'subsidizes', 'subsistent', 'subsisting', 'substances', 'substation', 'substitute', 'substrates', 'substratum', 'substrings', 'subsystems', 'subterfuge', 'subtitling', 'subtleness', 'subtleties', 'subtotaled', 'subtracted', 'subtracter', 'subtractor', 'subtrahend', 'subversion', 'subversive', 'subverting', 'succeeding', 'successful', 'succession', 'successive', 'successors', 'succincter', 'succinctly', 'succotashs', 'succouring', 'succulence', 'succulents', 'succumbing', 'suctioning', 'suddenness', 'sufferance', 'sufferings', 'sufficient', 'suffocated', 'suffocates', 'suffragans', 'suffragist', 'suffusions', 'sugarcanes', 'sugarcoats', 'suggesting', 'suggestion', 'suggestive', 'suicidally', 'sulkinesss', 'sullenness', 'sulphuring', 'sulphurous', 'sultanates', 'summarised', 'summarises', 'summarized', 'summarizes', 'summations', 'summeriest', 'summertime', 'summonsing', 'sunbathers', 'sunbathing', 'sunbonnets', 'sunburning', 'sundaneses', 'sunflowers', 'sunglasses', 'sunscreens', 'sunstrokes', 'suntanning', 'superbowls', 'superfunds', 'superglues', 'superhuman', 'supernovae', 'supernovas', 'superposed', 'superposes', 'superpower', 'superseded', 'supersedes', 'supersonic', 'superstars', 'supervened', 'supervenes', 'supervised', 'supervises', 'supervisor', 'supplanted', 'supplement', 'suppleness', 'suppliants', 'supplicant', 'supplicate', 'supporters', 'supporting', 'supportive', 'supposable', 'supposedly', 'suppressed', 'suppressen', 'suppresses', 'suppressor', 'suppurated', 'suppurates', 'supremacys', 'surceasing', 'surcharged', 'surcharges', 'surefooted', 'surfactant', 'surfboards', 'surfeiting', 'surgically', 'surjection', 'surjective', 'surlinesss', 'surmounted', 'surpassing', 'surplusing', 'surplussed', 'surprising', 'surrealism', 'surrealist', 'surrenders', 'surrogates', 'surrounded', 'suspecting', 'suspenders', 'suspending', 'suspension', 'suspicions', 'suspicious', 'sustaining', 'sustenance', 'sutherland', 'suzerainty', 'swaggering', 'swallowing', 'swammerdam', 'swarthiest', 'swarthmore', 'swattering', 'swaybacked', 'swazilands', 'swearwords', 'sweatpants', 'sweatshirt', 'sweatshops', 'swedenborg', 'sweepingss', 'sweepstake', 'sweetbread', 'sweetbriar', 'sweetbrier', 'sweeteners', 'sweetening', 'sweetheart', 'sweetmeats', 'sweetnesss', 'swellheads', 'sweltering', 'swiftnesss', 'swimmingly', 'swinburnes', 'switchable', 'switchback', 'switchgear', 'switchings', 'swivelling', 'swordfishs', 'swordplays', 'swordsmans', 'sycophants', 'syllabuses', 'syllogisms', 'sylvesters', 'symbiosiss', 'symbolised', 'symbolises', 'symbolisms', 'symbolized', 'symbolizes', 'symmetries', 'sympathies', 'sympathise', 'sympathize', 'symphonies', 'symplectic', 'symposiums', 'synagogues', 'syncopated', 'syncopates', 'syndicated', 'syndicates', 'synergisms', 'synonymous', 'synthesise', 'synthesiss', 'synthesize', 'synthetics', 'syphilitic', 'systematic', 'systemwide', 'szymborska', 'tabernacle', 'tablecloth', 'tablelands', 'tablespoon', 'tablewares', 'tabulating', 'tabulation', 'tabulators', 'tachometer', 'tacitnesss', 'tackinesss', 'tactically', 'tacticians', 'tactlessly', 'tailgating', 'taillights', 'tailorings', 'taiwaneses', 'tajikistan', 'taklamakan', 'talismanic', 'tallchiefs', 'talleyrand', 'tallyhoing', 'tambourine', 'tamerlanes', 'tananarive', 'tanganyika', 'tangential', 'tangerines', 'tannhusers', 'tantalised', 'tantalises', 'tantalized', 'tantalizes', 'tantamount', 'tanzanians', 'tapestries', 'tarantinos', 'tarantulae', 'tarantulas', 'tardinesss', 'tarkentons', 'tarkington', 'tarmacking', 'tarnishing', 'tarpaulins', 'taskmaster', 'tasselling', 'tastefully', 'tastinesss', 'tattletale', 'tattooists', 'tautologys', 'tawdriness', 'taxidermys', 'taxonomies', 'teakettles', 'teargassed', 'teargasses', 'tearjerker', 'technetium', 'technician', 'techniques', 'technocrat', 'technology', 'tectonicss', 'teetotaler', 'telecasted', 'telecaster', 'telefunken', 'telegraphs', 'telegraphy', 'telemachus', 'telemeters', 'telemetric', 'telemetrys', 'telepathic', 'telepathys', 'telephoned', 'telephoner', 'telephones', 'telephonic', 'telephonys', 'telephotos', 'telescoped', 'telescopes', 'telescopic', 'televising', 'television', 'televisors', 'temperance', 'temporally', 'temporarys', 'temporised', 'temporises', 'temporized', 'temporizes', 'temptation', 'temptingly', 'temptresss', 'tenability', 'tendencies', 'tenderfeet', 'tenderfoot', 'tenderised', 'tenderiser', 'tenderises', 'tenderized', 'tenderizer', 'tenderizes', 'tenderloin', 'tenderness', 'tendinitis', 'tendonitis', 'tennessees', 'tensenesss', 'teratology', 'tereshkova', 'termagants', 'terminable', 'terminally', 'terminated', 'terminates', 'terminator', 'terminuses', 'terramycin', 'terrariums', 'terrifying', 'territorys', 'terrorised', 'terrorises', 'terrorisms', 'terrorists', 'terrorized', 'terrorizes', 'tersenesss', 'tessellate', 'testaments', 'testicular', 'testifiers', 'testifying', 'testimonys', 'testinesss', 'tetragonal', 'tetrahedra', 'thankfully', 'thatchings', 'theatrical', 'themselves', 'theocracys', 'theocratic', 'theocritus', 'theodorics', 'theodosian', 'theodosius', 'theologian', 'theologies', 'theorising', 'theorizers', 'theorizing', 'theosophys', 'therapists', 'thereabout', 'thereafter', 'thereunder', 'thermionic', 'thermistor', 'thermopile', 'thermostat', 'thesauruss', 'thickeners', 'thickening', 'thicknesss', 'thighbones', 'thimbleful', 'thiouracil', 'thirstiest', 'thirteenth', 'thirtieths', 'thorazines', 'thorougher', 'thoroughly', 'thoughtful', 'thousandth', 'thralldoms', 'thrashings', 'threadbare', 'threatened', 'threescore', 'threesomes', 'threnodies', 'thresholds', 'thriftiest', 'throatiest', 'thromboses', 'thrombosis', 'throttling', 'throughout', 'throughput', 'throughway', 'throwaways', 'throwbacks', 'thucydides', 'thumbnails', 'thumbscrew', 'thumbtacks', 'thunderers', 'thundering', 'thunderous', 'thyrotoxic', 'tidewaters', 'tiebreaker', 'tienanmens', 'tighteners', 'tightening', 'tightnesss', 'tightropes', 'timberland', 'timberline', 'timekeeper', 'timeliness', 'timepieces', 'timescales', 'timetabled', 'timetables', 'timorously', 'timpanists', 'tincturing', 'tinderboxs', 'tinkerbell', 'tinselling', 'tinseltown', 'tintoretto', 'tippecanoe', 'tirednesss', 'tirelessly', 'tiresomely', 'titillated', 'titillates', 'toadstools', 'tobogganed', 'toiletries', 'tolerances', 'tolerantly', 'tolerating', 'toleration', 'tollbooths', 'tomahawked', 'tombstones', 'tomfoolery', 'tomography', 'tonalities', 'toothaches', 'toothbrush', 'toothpaste', 'toothpicks', 'topgallant', 'topography', 'topologies', 'topologize', 'torchlight', 'tormenters', 'tormenting', 'tormentors', 'torpedoing', 'torpiditys', 'torquemada', 'torrential', 'torricelli', 'tortuously', 'totalities', 'touchdowns', 'touchiness', 'touchingly', 'touchstone', 'toughening', 'toughnesss', 'tourmaline', 'tournament', 'tourniquet', 'towellings', 'townhouses', 'townsfolks', 'toxicology', 'trademarks', 'tradesmans', 'traditions', 'trafalgars', 'trafficked', 'trafficker', 'tragedians', 'tragically', 'tragicomic', 'trailblaze', 'trailwayss', 'traitorous', 'trajectory', 'trammeling', 'trammelled', 'trampoline', 'tranquiler', 'tranquilly', 'transacted', 'transcends', 'transcribe', 'transcript', 'transducer', 'transferal', 'transferee', 'transferor', 'transfixed', 'transfixes', 'transforms', 'transfused', 'transfuses', 'transgress', 'transience', 'transiency', 'transients', 'transistor', 'transiting', 'transition', 'transitive', 'transitory', 'transitted', 'translated', 'translates', 'translator', 'transmuted', 'transmutes', 'transpired', 'transpires', 'transplant', 'transports', 'transposed', 'transposes', 'transships', 'transvaals', 'transverse', 'trapezoids', 'trappingss', 'trastevere', 'traumatise', 'traumatize', 'travailing', 'travelings', 'travellers', 'travelling', 'travelogue', 'traversals', 'traversing', 'travertine', 'travestied', 'travesties', 'treacherys', 'treadmills', 'treasonous', 'treasurers', 'treasuries', 'treasuring', 'treatments', 'trellising', 'tremendous', 'trespassed', 'trespasser', 'trespasses', 'triangular', 'triangulum', 'triathlons', 'tribalisms', 'tribesmans', 'tributarys', 'trichotomy', 'trickiness', 'tricksters', 'tricolours', 'triennials', 'trifocalss', 'triggering', 'trilateral', 'trillionth', 'trimesters', 'trimmingss', 'tripartite', 'triplicate', 'trisecting', 'tritenesss', 'triumphant', 'triumphing', 'trivialise', 'triviality', 'trivialize', 'trobriands', 'troglodyte', 'trombonist', 'trondheims', 'troopships', 'tropicanas', 'tropopause', 'troubadour', 'trousseaus', 'trousseaux', 'trowelling', 'truckloads', 'truculence', 'trumpeters', 'trumpeting', 'truncating', 'truncation', 'truncheons', 'trustfully', 'trustingly', 'truthfully', 'tsimshians', 'tsitsihars', 'tsongkhapa', 'tubercular', 'tuberculin', 'tumbledown', 'tumbleweed', 'tumultuous', 'tunelessly', 'tunnelings', 'tunnelling', 'tupperware', 'tupungatos', 'turboprops', 'turbulence', 'turgiditys', 'turkestans', 'turnabouts', 'turnaround', 'turnstiles', 'turntables', 'turpentine', 'turpitudes', 'turquoises', 'turtleback', 'turtledove', 'turtleneck', 'tuscaloosa', 'tuscaroras', 'tweedledee', 'tweedledum', 'twentieths', 'twinklings', 'twittering', 'twizzlerss', 'typescript', 'typesetter', 'typewriter', 'typewrites', 'typography', 'tyrannical', 'tyrannised', 'tyrannises', 'tyrannized', 'tyrannizes', 'ubiquitous', 'ukrainians', 'ulcerating', 'ulceration', 'ultimately', 'ultimatums', 'ultrashort', 'ultrasonic', 'ultrasound', 'ultrasuede', 'umbilicuss', 'unabridged', 'unaccented', 'unaccepted', 'unaffected', 'unanimitys', 'unanswered', 'unassigned', 'unassisted', 'unassuming', 'unattached', 'unattended', 'unavailing', 'unbalanced', 'unbearable', 'unbearably', 'unbeatable', 'unbecoming', 'unbeliever', 'unblocking', 'unblushing', 'unbosoming', 'unbuckling', 'unbuffered', 'unburdened', 'unbuttoned', 'uncanniest', 'uncensored', 'unchanging', 'unclasping', 'uncleanest', 'unclearest', 'unclothing', 'uncommoner', 'uncommonly', 'unconcerns', 'uncoupling', 'uncovering', 'uncritical', 'unctuously', 'uncultured', 'undeceived', 'undeceives', 'undecideds', 'undeclared', 'undefeated', 'undefended', 'undeniable', 'undeniably', 'underacted', 'underbelly', 'underbrush', 'underclass', 'undercoats', 'undercover', 'underfeeds', 'underflows', 'undergoing', 'undergrads', 'underlined', 'underlines', 'underlings', 'underlying', 'undermined', 'undermines', 'underneath', 'underpants', 'underpasss', 'underplays', 'underrated', 'underrates', 'underscore', 'undersells', 'undershirt', 'undershoot', 'undersides', 'undersigns', 'undersized', 'underskirt', 'understand', 'understate', 'understood', 'understudy', 'undertaken', 'undertaker', 'undertakes', 'undertones', 'undervalue', 'underwater', 'underwears', 'underwoods', 'underworld', 'underwrite', 'underwrote', 'undeserved', 'undetected', 'undeterred', 'undirected', 'undisputed', 'undressing', 'undulating', 'undulation', 'unearthing', 'uneasiness', 'uneconomic', 'uneducated', 'unemployed', 'unenviable', 'unequalled', 'unerringly', 'unevenness', 'uneventful', 'unexampled', 'unexciting', 'unexpanded', 'unexpected', 'unexplored', 'unextended', 'unfairness', 'unfaithful', 'unfamiliar', 'unfastened', 'unfeasible', 'unfettered', 'unfinished', 'unflagging', 'unforeseen', 'unfriendly', 'unfrocking', 'ungainlier', 'ungodliest', 'ungracious', 'ungrateful', 'ungrounded', 'ungrudging', 'unhappiest', 'unhindered', 'unhitching', 'unicameral', 'uniforming', 'uniformity', 'unilateral', 'unimodular', 'unimpaired', 'unindented', 'uninformed', 'uninominal', 'uninspired', 'uninstalls', 'unintended', 'uninviting', 'unionising', 'unionizers', 'unionizing', 'uniqueness', 'unitarians', 'univariate', 'universals', 'university', 'unkindlier', 'unkindness', 'unknowable', 'unknowings', 'unlabelled', 'unlatching', 'unlawfully', 'unlearning', 'unleashing', 'unleavened', 'unlettered', 'unlicensed', 'unlikelier', 'unlikeness', 'unluckiest', 'unmanliest', 'unmannerly', 'unmerciful', 'unmodified', 'unnumbered', 'unobserved', 'unoccupied', 'unofficial', 'unoriginal', 'unorthodox', 'unpleasant', 'unplugging', 'unpolluted', 'unprepared', 'unprompted', 'unprovable', 'unprovoked', 'unpunished', 'unraveling', 'unravelled', 'unreadable', 'unreadiest', 'unrealised', 'unrealized', 'unrecorded', 'unreleased', 'unreliable', 'unrelieved', 'unreported', 'unrequited', 'unreserved', 'unresolved', 'unrivalled', 'unromantic', 'unruliness', 'unsaddling', 'unsanitary', 'unschooled', 'unscramble', 'unscrewing', 'unseasoned', 'unseemlier', 'unselected', 'unsettling', 'unshakable', 'unsheathed', 'unsheathes', 'unskillful', 'unsnapping', 'unsnarling', 'unsociable', 'unsolvable', 'unsoundest', 'unspecific', 'unstablest', 'unsteadier', 'unsteadily', 'unstopping', 'unstressed', 'unsuitable', 'unsuitably', 'unswerving', 'untangling', 'unthinking', 'untidiness', 'untimelier', 'untiringly', 'untroubled', 'untruthful', 'untwisting', 'unukalhais', 'unverified', 'unwariness', 'unwavering', 'unwieldier', 'unworkable', 'unworthier', 'unwrapping', 'unyielding', 'upanishads', 'upbraiding', 'upbringing', 'upchucking', 'upcountrys', 'updraughts', 'upholsters', 'upholstery', 'upliftings', 'uppercases', 'uproarious', 'upstanding', 'upstarting', 'urbanising', 'urbanizing', 'urinalyses', 'urinalysis', 'urinations', 'urologists', 'uruguayans', 'usefulness', 'usherettes', 'usurpation', 'utterances', 'uttermosts', 'uzbekistan', 'vacationed', 'vacationer', 'vaccinated', 'vaccinates', 'vacillated', 'vacillates', 'vagabonded', 'vaguenesss', 'vainglorys', 'valentines', 'valenzuela', 'validating', 'validation', 'validnesss', 'valparaiso', 'valuations', 'valvolines', 'vancouvers', 'vandalised', 'vandalises', 'vandalisms', 'vandalized', 'vandalizes', 'vandenberg', 'vanderbilt', 'vanderpoel', 'vanishings', 'vanquished', 'vanquishes', 'vapidnesss', 'vaporisers', 'vaporising', 'vaporizers', 'vaporizing', 'variations', 'variegated', 'variegates', 'varnishing', 'vasectomys', 'vassalages', 'vaudeville', 'vegetables', 'vegetarian', 'vegetating', 'vegetation', 'vegetative', 'vehemences', 'vehemently', 'velocities', 'velveteens', 'velvetiest', 'venerating', 'veneration', 'venezuelan', 'venezuelas', 'vengeances', 'vengefully', 'venomously', 'ventilated', 'ventilates', 'ventilator', 'ventricles', 'venturings', 'verbalised', 'verbalises', 'verbalized', 'verbalizes', 'verbositys', 'verdigriss', 'verifiable', 'vermicelli', 'vermilions', 'vermillion', 'vermonters', 'vernacular', 'versailles', 'versifying', 'vertebrate', 'vertically', 'vestibules', 'veterinary', 'viabilitys', 'vibraphone', 'vibrations', 'vicksburgs', 'victimised', 'victimises', 'victimized', 'victimizer', 'victimizes', 'victorians', 'victorious', 'victualing', 'victualled', 'videodiscs', 'videotaped', 'videotapes', 'vientianes', 'vietnamese', 'viewfinder', 'viewpoints', 'vigilances', 'vigilantes', 'vigilantly', 'vignetting', 'vigorously', 'vijayawada', 'villainies', 'villainous', 'villarreal', 'vindicated', 'vindicates', 'vindicator', 'vindictive', 'violations', 'violinists', 'virginians', 'virginitys', 'virtuosity', 'virtuously', 'virulences', 'virulently', 'viscometer', 'viscositys', 'visibility', 'visionarys', 'visitation', 'visualised', 'visualises', 'visualized', 'visualizer', 'visualizes', 'vitalising', 'vitalizing', 'vitiations', 'vituperate', 'vividnesss', 'viviparous', 'vocabulary', 'vocalising', 'vocalizing', 'vocational', 'vociferate', 'vociferous', 'volatility', 'voldemorts', 'volgograds', 'volkswagen', 'volleyball', 'voltmeters', 'volubility', 'volumetric', 'voluminous', 'voluntarys', 'volunteers', 'voluptuary', 'voluptuous', 'voodooisms', 'vouchsafed', 'vouchsafes', 'voyeurisms', 'vulcanised', 'vulcanises', 'vulcanized', 'vulcanizes', 'vulgarised', 'vulgarises', 'vulgarisms', 'vulgaritys', 'vulgarized', 'vulgarizes', 'vulnerable', 'vulnerably', 'wackinesss', 'wainscoted', 'wainwright', 'waistbands', 'waistcoats', 'waistlines', 'waitresses', 'waiverable', 'waldensian', 'wallboards', 'wallflower', 'wallopings', 'wallpapers', 'wanamakers', 'wanderings', 'wanderlust', 'wantonness', 'warehoused', 'warehouses', 'warmongers', 'warrantied', 'warranties', 'warranting', 'washbasins', 'washboards', 'washcloths', 'washington', 'washstands', 'wassailing', 'wassermann', 'wastefully', 'wastelands', 'wastepaper', 'wastewater', 'watchbands', 'watchfully', 'watchmaker', 'watchtower', 'watchwords', 'watercolor', 'watercraft', 'watercress', 'waterfalls', 'waterfowls', 'waterfront', 'waterhouse', 'waterlines', 'watermarks', 'watermelon', 'waterpower', 'waterproof', 'watersheds', 'watersides', 'waterspout', 'watertight', 'waterworks', 'wavefronts', 'wavelength', 'wavenumber', 'wayfarings', 'weakfishes', 'weaknesses', 'wealthiest', 'weaponless', 'wearinesss', 'weaselling', 'weathering', 'weatherise', 'weatherize', 'weatherman', 'weathermen', 'webmasters', 'wednesdays', 'weekending', 'weeknights', 'weightiest', 'weightless', 'weirdnesss', 'wellington', 'wellspring', 'werewolves', 'westerlies', 'westerners', 'westernise', 'westernize', 'westphalia', 'whalebones', 'whatsoever', 'wheatstone', 'wheelbases', 'wheelchair', 'wheelhouse', 'whereabout', 'wherefores', 'whetstones', 'whimpering', 'whiplashes', 'whirligigs', 'whirlpools', 'whirlwinds', 'whispering', 'whitefield', 'whitefishs', 'whitehorse', 'whitenesss', 'whitespace', 'whitewalls', 'whitewashs', 'whitfields', 'whitsunday', 'whodunnits', 'wholenesss', 'wholesaled', 'wholesaler', 'wholesales', 'whomsoever', 'whorehouse', 'wickedness', 'wickerwork', 'widespread', 'widowhoods', 'wiesenthal', 'wigwagging', 'wikipedias', 'wildcatted', 'wildcatter', 'wildebeest', 'wilderness', 'wildflower', 'wilfulness', 'wilhelmina', 'wilkersons', 'wilkinsons', 'willamette', 'willemstad', 'williamson', 'willoughby', 'willowiest', 'willpowers', 'wilmington', 'wimbledons', 'winchester', 'windbreaks', 'windinesss', 'windjammer', 'windlasses', 'windmilled', 'windowpane', 'windowsill', 'windscreen', 'windshield', 'windstorms', 'windsurfed', 'wineglasss', 'winemaster', 'wingspread', 'winnebagos', 'winteriest', 'winterised', 'winterises', 'winterized', 'winterizes', 'wintertime', 'wirelesses', 'wiretapped', 'wiretapper', 'wisconsins', 'wisecracks', 'witchcraft', 'withdrawal', 'withholder', 'withstands', 'witnessing', 'witticisms', 'wittinesss', 'wodehouses', 'woefullest', 'wolfhounds', 'wollongong', 'wolverines', 'womanhoods', 'womanisers', 'womanising', 'womanizers', 'womanizing', 'womankinds', 'womanliest', 'womanlikes', 'womenfolks', 'wonderbras', 'wonderland', 'wonderment', 'wondrously', 'woodcarver', 'woodchucks', 'woodcrafts', 'woodcutter', 'woodenness', 'woodinesss', 'woodpecker', 'woodstocks', 'woolgather', 'woolliness', 'woolongong', 'woozinesss', 'worcesters', 'wordinesss', 'wordsworth', 'workaholic', 'workbenchs', 'workforces', 'workhorses', 'workhouses', 'workingman', 'workingmen', 'workplaces', 'worksheets', 'worldliest', 'worryingly', 'worrywarts', 'worshipers', 'worshipful', 'worshiping', 'worshipped', 'worshipper', 'worthiness', 'worthwhile', 'wraparound', 'wrathfully', 'wrestlings', 'wretcheder', 'wretchedly', 'wriggliest', 'wrinkliest', 'wristbands', 'wristwatch', 'wrongdoers', 'wrongdoing', 'wrongfully', 'wrongnesss', 'wurlitzers', 'wycherleys', 'wyomingite', 'xenophobia', 'xenophobic', 'xerography', 'xochipilli', 'xylophones', 'yachtsmans', 'yardsticks', 'yellowness', 'yesterdays', 'yesteryear', 'yorkshires', 'yossarians', 'youngsters', 'youngstown', 'yourselves', 'youthfully', 'yugoslavia', 'zachariahs', 'zaporozhye', 'zeffirelli', 'zellerbach', 'zigzagging', 'zimbabwean', 'zimmermans', 'zinfandels', 'zirconiums', 'zollverein', 'zoological', 'zoologists', 'zoroasters', 'abandonment', 'abbreviated', 'abbreviates', 'abdications', 'aberrations', 'abhorrences', 'abjurations', 'abnegations', 'abnormality', 'abolishment', 'abominating', 'abomination', 'aboriginals', 'abortionist', 'aboveground', 'abracadabra', 'abreactions', 'abridgement', 'abridgments', 'abrogations', 'abruptnesss', 'absenteeism', 'absolutions', 'absolutisms', 'absorbencys', 'absorptions', 'abstentions', 'abstinences', 'abstracting', 'abstraction', 'abstractors', 'absurdities', 'abusiveness', 'abyssinians', 'academician', 'accelerated', 'accelerates', 'accelerator', 'accentuated', 'accentuates', 'acceptances', 'accessioned', 'accessories', 'accidentals', 'acclamation', 'acclimating', 'acclimation', 'acclimatise', 'acclimatize', 'accommodate', 'accompanied', 'accompanies', 'accompanist', 'accomplices', 'accordances', 'accordingly', 'accountable', 'accountably', 'accountancy', 'accountants', 'accountings', 'accreditate', 'accrediting', 'acculturate', 'accumulated', 'accumulates', 'accumulator', 'accusations', 'accusatives', 'accustoming', 'achievement', 'acknowledge', 'acoustician', 'acquainting', 'acquiescent', 'acquiescing', 'acquirement', 'acquisition', 'acquisitive', 'acrimonious', 'acrobaticss', 'actinometer', 'activations', 'actualising', 'actualities', 'actualizing', 'actuarially', 'acupuncture', 'acyclically', 'adaptations', 'addressable', 'adirondacks', 'adjournment', 'adjudicated', 'adjudicates', 'adjudicator', 'adjurations', 'adjustments', 'administers', 'admirations', 'admittances', 'admonishing', 'admonitions', 'adolescence', 'adolescents', 'adrenalines', 'adroitnesss', 'adulterants', 'adulterated', 'adulterates', 'adulteresss', 'adumbrating', 'adumbration', 'advancement', 'advantaging', 'adventurers', 'adventuress', 'adventuring', 'adventurous', 'adversarial', 'adversaries', 'adversities', 'advertisers', 'advertising', 'advisements', 'aerobaticss', 'aerodynamic', 'aeronautics', 'aesculapius', 'aestheticss', 'affabilitys', 'affectation', 'affectingly', 'affiliating', 'affiliation', 'affirmation', 'affirmative', 'afflictions', 'afforesting', 'afghanistan', 'aficionados', 'afterbirths', 'afterburner', 'aftereffect', 'aftershaves', 'aftershocks', 'aftertastes', 'agglomerate', 'agglutinate', 'agglutinins', 'aggrandised', 'aggrandises', 'aggrandized', 'aggrandizes', 'aggravating', 'aggravation', 'aggregately', 'aggregating', 'aggregation', 'aggressions', 'agnosticism', 'agonisingly', 'agonizingly', 'agriculture', 'agronomists', 'ahmadinejad', 'aimlessness', 'airbrushing', 'airdropping', 'airsickness', 'airworthier', 'alamogordos', 'albatrosses', 'albigensian', 'albuquerque', 'alcoholisms', 'alderwomans', 'alexandrias', 'algonquians', 'algorithmic', 'alienations', 'alkalinitys', 'allegations', 'alleghenies', 'allegiances', 'allegorical', 'allegrettos', 'alleviaters', 'alleviating', 'alleviation', 'allocations', 'alphabetics', 'alphabetise', 'alphabetize', 'alterations', 'altercation', 'alternately', 'alternating', 'alternation', 'alternative', 'alternators', 'amalgamated', 'amalgamates', 'amanuensiss', 'amaryllises', 'amateurisms', 'ambassadors', 'ambiguities', 'ambiguously', 'ambitiously', 'ambivalence', 'ambulatorys', 'ameliorated', 'ameliorates', 'americanise', 'americanism', 'americanize', 'amerindians', 'amethystine', 'amiabilitys', 'amicability', 'ammunitions', 'amorousness', 'amorphously', 'amphetamine', 'amphibology', 'amputations', 'anabaptists', 'anachronism', 'anaesthesia', 'anaesthetic', 'analogously', 'analyticity', 'anarchistic', 'anastomoses', 'anastomosis', 'anastomotic', 'ancestresss', 'anchoritism', 'anchorwoman', 'anchorwomen', 'ancillaries', 'androgynous', 'anemometers', 'anesthesias', 'anesthetics', 'anesthetist', 'anesthetize', 'angelically', 'angiography', 'angioplasty', 'angiosperms', 'anglicanism', 'anglophilia', 'anglophobia', 'angularitys', 'anhydrously', 'animateness', 'animosities', 'aniseikonic', 'anisotropic', 'annexations', 'annihilated', 'annihilates', 'annihilator', 'anniversary', 'annotations', 'annunciated', 'annunciates', 'annunciator', 'anointments', 'anomalously', 'anonymously', 'anorthosite', 'antagonised', 'antagonises', 'antagonisms', 'antagonists', 'antagonized', 'antagonizes', 'antarcticas', 'antecedents', 'antechamber', 'anthologies', 'anthologise', 'anthologist', 'anthologize', 'anthracites', 'anthracnose', 'anthropoids', 'antibiotics', 'antichrists', 'anticipated', 'anticipates', 'anticlimaxs', 'anticyclone', 'antiformant', 'antifreezes', 'antimatters', 'antipathies', 'antiphonals', 'antiquarian', 'antiquaries', 'antiquating', 'antiquities', 'antisemitic', 'antiseptics', 'antislavery', 'antithesiss', 'antithyroid', 'antofagasta', 'aphrodisiac', 'apocalypses', 'apocalyptic', 'apollinaire', 'apologising', 'apologizing', 'apostrophes', 'apothecarys', 'apotheosiss', 'appalachian', 'appalachias', 'appallingly', 'apparatuses', 'apparelling', 'apparitions', 'appealingly', 'appearances', 'appeasement', 'appellation', 'appertained', 'applesauces', 'application', 'applicative', 'applicators', 'appointment', 'apportioned', 'appositions', 'appositives', 'appreciable', 'appreciably', 'appreciated', 'appreciates', 'apprehended', 'apprenticed', 'apprentices', 'approachers', 'approaching', 'approbation', 'appropriate', 'approvingly', 'approximant', 'approximate', 'aquaculture', 'aquamarines', 'aquaplaning', 'aquiculture', 'arbitrarily', 'arbitrating', 'arbitration', 'arbitrators', 'arborvitaes', 'archaeology', 'archaically', 'archaicness', 'archbishops', 'archdeacons', 'archdiocese', 'archenemies', 'archeologys', 'archipelago', 'arduousness', 'argentinian', 'aristarchus', 'aristocracy', 'aristocrats', 'arithmetics', 'arithmetize', 'arkhangelsk', 'armageddons', 'arraignment', 'arrangeable', 'arrangement', 'arrestingly', 'artaxerxess', 'artfulnesss', 'articulated', 'articulates', 'articulator', 'artillerist', 'artlessness', 'ascendancys', 'ascendencys', 'ascertained', 'asceticisms', 'ascomycetes', 'ascriptions', 'asphyxiated', 'asphyxiates', 'aspirations', 'assassinate', 'assemblages', 'assemblyman', 'assemblymen', 'assertively', 'assessments', 'asseverated', 'asseverates', 'assiduously', 'assignation', 'assignments', 'assimilable', 'assimilated', 'assimilates', 'assistances', 'associating', 'association', 'associative', 'associators', 'assortments', 'assumptions', 'assyriology', 'asterisking', 'astigmatism', 'astonishing', 'astringency', 'astringents', 'astrologers', 'astronautic', 'astronomers', 'astutenesss', 'athabascans', 'athleticism', 'atmospheres', 'atmospheric', 'atomization', 'atrociously', 'attachments', 'attainments', 'attendances', 'attentional', 'attentively', 'attenuating', 'attenuation', 'attenuators', 'attestation', 'attitudinal', 'attractions', 'attributing', 'attribution', 'attributive', 'auctioneers', 'audaciously', 'audibilitys', 'audiologist', 'audiometers', 'audiometric', 'audiophiles', 'audiovisual', 'auditioning', 'auditoriums', 'aureomycins', 'auscultated', 'auscultates', 'austerities', 'austerlitzs', 'australasia', 'australians', 'authorising', 'authorities', 'authorizers', 'authorizing', 'authorships', 'autocracies', 'autographed', 'automations', 'automobiled', 'automobiles', 'automorphic', 'autoworkers', 'auxiliaries', 'avalanching', 'avoirdupois', 'awestricken', 'awkwardness', 'axiological', 'axiomatized', 'axiomatizes', 'azerbaijani', 'azerbaijans', 'babylonians', 'babysitters', 'babysitting', 'bacchanalia', 'backgammons', 'backgrounds', 'backhanding', 'backlogging', 'backpackers', 'backpacking', 'backpedaled', 'backpointer', 'backscatter', 'backslapper', 'backslashes', 'backslidden', 'backsliders', 'backsliding', 'backspacing', 'backstopped', 'backstretch', 'backstroked', 'backstrokes', 'backtracked', 'backtracker', 'badmouthing', 'bafflements', 'bakersfield', 'balderdashs', 'balkanizing', 'balletomane', 'ballisticss', 'balloonists', 'ballplayers', 'ballyhooing', 'baltimorean', 'baluchistan', 'balustrades', 'bamboozling', 'bandlimited', 'bangladeshi', 'bangladeshs', 'banishments', 'banjarmasin', 'bankrolling', 'bankruptcys', 'bankrupting', 'banquetings', 'baptisterys', 'baptistries', 'barbarellas', 'barbarities', 'barbarossas', 'barbarously', 'barbecueing', 'barbershops', 'barbiturate', 'barnstormed', 'baroqueness', 'barrennesss', 'barricading', 'bartholomew', 'barycentric', 'baryshnikov', 'bashfulness', 'basketballs', 'basseterres', 'bassoonists', 'bastardised', 'bastardises', 'bastardized', 'bastardizes', 'battlefield', 'battlefront', 'battlements', 'battleships', 'baudelaires', 'bayonetting', 'beachcomber', 'beastliness', 'beatlemania', 'beaujolaiss', 'beauregards', 'beauteously', 'beauticians', 'beautifiers', 'beautifully', 'beautifying', 'bedclothess', 'bedevilling', 'bedevilment', 'bedraggling', 'beekeepings', 'befriending', 'beguilingly', 'behaviorism', 'behavioural', 'beiderbecke', 'belabouring', 'beleaguered', 'belladonnas', 'bellicosity', 'belligerent', 'bellwethers', 'bellyaching', 'bellybutton', 'belshazzars', 'benacerrafs', 'benedictine', 'benediction', 'benefaction', 'benefactors', 'beneficence', 'beneficiary', 'benefitting', 'benevolence', 'benzedrines', 'bequeathing', 'bereavement', 'bertelsmann', 'besmirching', 'bestialitys', 'bestsellers', 'bestselling', 'betelgeuses', 'betterments', 'bewhiskered', 'bewildering', 'bibliophile', 'bicarbonate', 'biconnected', 'bifurcating', 'bifurcation', 'bijectively', 'bilaterally', 'billionaire', 'bimetallism', 'bimolecular', 'bimonthlies', 'biochemical', 'biochemists', 'biofeedback', 'biographers', 'biographies', 'biomedicine', 'biophysical', 'biophysicss', 'birdbrained', 'birdwatcher', 'birkenstock', 'birminghams', 'birthplaces', 'birthrights', 'birthstones', 'bisexuality', 'bitternesss', 'bittersweet', 'bivouacking', 'blackballed', 'blackbeards', 'blackberrys', 'blackboards', 'blackguards', 'blackjacked', 'blacklisted', 'blackmailed', 'blackmailer', 'blackshirts', 'blacksmiths', 'blackthorns', 'blacktopped', 'bladderwort', 'blamelessly', 'blameworthy', 'blankenship', 'blasphemers', 'blasphemies', 'blaspheming', 'blasphemous', 'blessedness', 'blindfolded', 'blindsiding', 'blockbuster', 'blockhouses', 'bloodhounds', 'bloodlessly', 'bloodmobile', 'bloodstains', 'bloodstream', 'bloodsucker', 'bloomington', 'blowtorches', 'bludgeoning', 'blueberries', 'bluebonnets', 'bluebottles', 'bluejackets', 'blueprinted', 'blunderbuss', 'blunderings', 'bobsledding', 'bodhidharma', 'bodhisattva', 'bodybuilder', 'boilerplate', 'bombardiers', 'bombardment', 'bonaventure', 'bonhoeffers', 'bonnevilles', 'bookkeepers', 'bookkeeping', 'bookmakings', 'bookmarking', 'bookmobiles', 'booksellers', 'bookshelves', 'boomeranged', 'boondoggled', 'boondoggles', 'bootleggers', 'bootlegging', 'borderlands', 'borderlines', 'bottlenecks', 'bounteously', 'bountifully', 'bourgeoisie', 'bournemouth', 'boutonnires', 'bowdlerised', 'bowdlerises', 'bowdlerized', 'bowdlerizes', 'boyishnesss', 'boysenberry', 'bradstreets', 'brahmagupta', 'brahmanisms', 'brahmaputra', 'brainchilds', 'brainstorms', 'brainteaser', 'brainwashed', 'brainwashes', 'brandenburg', 'brandishing', 'brawninesss', 'brazennesss', 'brazzaville', 'breadbasket', 'breadboards', 'breadfruits', 'breadwinner', 'breakfasted', 'breakfaster', 'breakpoints', 'breakspears', 'breakwaters', 'breastbones', 'breastplate', 'breastworks', 'breezinesss', 'bricklayers', 'bricklaying', 'bridalveils', 'bridegrooms', 'bridesmaids', 'bridgeheads', 'bridgeports', 'bridgewater', 'bridgeworks', 'brigandages', 'brigantines', 'brighteners', 'brightening', 'brightnesss', 'brilliances', 'brilliancys', 'brilliantly', 'britannicas', 'brittleness', 'broadcasted', 'broadcaster', 'broadcloths', 'broadenings', 'broadsiding', 'broadswords', 'brobdingnag', 'bronchiolar', 'bronchioles', 'bronchitiss', 'brontosauri', 'brontosaurs', 'broomsticks', 'brotherhood', 'browbeating', 'brownstones', 'brownsville', 'brucellosis', 'brusqueness', 'brutalising', 'brutalities', 'brutalizing', 'brzezinskis', 'buccaneered', 'bucktoothed', 'budgerigars', 'buffoonerys', 'bulldogging', 'bulletining', 'bulletproof', 'bullfighter', 'bullfinches', 'bullshitted', 'bullwinkles', 'bumptiously', 'bundesbanks', 'bureaucracy', 'bureaucrats', 'burglarised', 'burglarises', 'burglarized', 'burglarizes', 'burlesquing', 'bushellings', 'bushwhacked', 'bushwhacker', 'businessman', 'businessmen', 'butterfield', 'butterflied', 'butterflies', 'buttermilks', 'buttonholed', 'buttonholes', 'buttressing', 'byelorussia', 'cabinetmake', 'cablecasted', 'cacophonies', 'cacophonist', 'cacophonous', 'caffeinated', 'calculating', 'calculation', 'calculative', 'calculators', 'calendaring', 'calendrical', 'calibrating', 'calibration', 'calibrators', 'californian', 'californias', 'californium', 'calisthenic', 'calligraphy', 'callipering', 'callousness', 'calorimeter', 'calorimetry', 'calumniated', 'calumniates', 'calvinistic', 'camaraderie', 'camerawoman', 'camerawomen', 'camouflaged', 'camouflages', 'campaigners', 'campaigning', 'campanellas', 'campgrounds', 'cancelation', 'candelabras', 'candelabrum', 'candidacies', 'candidnesss', 'candlelight', 'candlestick', 'cannibalise', 'cannibalism', 'cannibalize', 'cannonading', 'cannonballs', 'canonically', 'cantaloupes', 'cantilevers', 'canvasbacks', 'capabilitys', 'capaciously', 'capacitance', 'caparisoned', 'capillaries', 'capistranos', 'capitalised', 'capitalises', 'capitalisms', 'capitalists', 'capitalized', 'capitalizer', 'capitalizes', 'capitulated', 'capitulates', 'cappuccinos', 'captaincies', 'captivating', 'captivation', 'captivities', 'carbonating', 'carbonation', 'carbonizers', 'carbonizing', 'carborundum', 'carburetors', 'carcinogens', 'carcinomata', 'cardinality', 'cardiograms', 'cardiologys', 'carefullest', 'carefulness', 'caricatured', 'caricatures', 'carjackings', 'carmichaels', 'carnivorous', 'carolingian', 'carolinians', 'carpathians', 'carpentered', 'carriageway', 'carsickness', 'cartography', 'cartoonists', 'cartwheeled', 'casablancas', 'caseworkers', 'casseroling', 'cassiopeias', 'castigating', 'castigation', 'castigators', 'castlereagh', 'castrations', 'casualnesss', 'cataclysmic', 'catafalques', 'cataleptics', 'cataloguers', 'cataloguing', 'catapulting', 'catastrophe', 'catchphrase', 'catechising', 'catechizing', 'categorical', 'categorised', 'categorises', 'categorized', 'categorizer', 'categorizes', 'caterpillar', 'caterwauled', 'catholicism', 'catholicity', 'cauliflower', 'causalities', 'caustically', 'cauterising', 'cauterizing', 'cautionings', 'cavalrymans', 'ceaselessly', 'celebrating', 'celebration', 'celebratory', 'celebrities', 'celestially', 'cellophanes', 'censorships', 'centenarian', 'centenaries', 'centennials', 'centerfolds', 'centerpiece', 'centigramme', 'centiliters', 'centilitres', 'centimeters', 'centimetres', 'centralised', 'centralises', 'centralized', 'centralizes', 'centrefolds', 'centrepiece', 'centrifugal', 'centrifuged', 'centrifuges', 'centripetal', 'cerebellums', 'ceremonials', 'ceremonious', 'certainties', 'certifiable', 'certificate', 'chaffinches', 'chagrinning', 'chainsawing', 'chairperson', 'chairwomans', 'chalkboards', 'challengers', 'challenging', 'chamberlain', 'chambermaid', 'championing', 'champollion', 'chancellery', 'chancellors', 'chandeliers', 'changelings', 'changeovers', 'channellers', 'channelling', 'chanticleer', 'chaotically', 'chaperoning', 'chaplaincys', 'chapultepec', 'charbroiled', 'chardonnays', 'charioteers', 'charismatic', 'charlemagne', 'charlestons', 'chartreuses', 'chattanooga', 'chatterboxs', 'chatterleys', 'chattinesss', 'chauffeured', 'chauvinisms', 'chauvinists', 'cheapskates', 'checkmating', 'checkpoints', 'checksummed', 'cheekinesss', 'cheerfuller', 'cheerinesss', 'cheerleader', 'cheerlessly', 'cheesecakes', 'cheesecloth', 'chelyabinsk', 'chemistries', 'chequebooks', 'chessboards', 'chiaroscuro', 'chicaneries', 'chickenpoxs', 'childbirths', 'childproofs', 'chillinesss', 'chimborazos', 'chimpanzees', 'chinchillas', 'chippendale', 'chiropodist', 'chirrupping', 'chitchatted', 'chlorinated', 'chlorinates', 'chloroforms', 'chlorophyll', 'chloroplast', 'choirmaster', 'cholesterol', 'choppinesss', 'choreograph', 'christendom', 'christening', 'christensen', 'christenson', 'christmases', 'christoffel', 'christopers', 'christopher', 'chromosomes', 'chronically', 'chroniclers', 'chronicling', 'chronograph', 'chronologys', 'chronometer', 'chrysalides', 'chrysalises', 'chubbinesss', 'chumminesss', 'chunkinesss', 'churchgoers', 'churchgoing', 'churchwoman', 'churchwomen', 'churchyards', 'churriguera', 'cinderellas', 'cinemascope', 'circularise', 'circularity', 'circularize', 'circulating', 'circulation', 'circulatory', 'circumcised', 'circumcises', 'circumflexs', 'circumpolar', 'circumspect', 'circumvents', 'citizenship', 'citronellas', 'clairvoyant', 'clamminesss', 'clandestine', 'clapboarded', 'clarinetist', 'classically', 'classicisms', 'classicists', 'classifieds', 'classifiers', 'classifying', 'classinesss', 'clavichords', 'cleanliness', 'clearheaded', 'clementines', 'clerestorys', 'clergywoman', 'clergywomen', 'clevernesss', 'cliffhanger', 'climatology', 'clodhoppers', 'cloistering', 'closefisted', 'closenesses', 'clothesline', 'clothespins', 'cloudbursts', 'cloudinesss', 'cloverleafs', 'clumsinesss', 'clusterings', 'clydesdales', 'coagulating', 'coagulation', 'coalescence', 'coarsenesss', 'coauthoring', 'cobblestone', 'coccidiosis', 'cockleshell', 'cockroaches', 'cocksuckers', 'codependent', 'codetermine', 'coeducation', 'coefficient', 'coexistence', 'coextensive', 'coffeecakes', 'coffeehouse', 'cogitations', 'cognisances', 'cognitively', 'cognizances', 'coincidence', 'collaborate', 'collapsible', 'collarbones', 'collaterals', 'collectable', 'collectible', 'collections', 'collectives', 'collocating', 'collocation', 'colloquiums', 'colonialism', 'colonialist', 'colorations', 'coloraturas', 'colorimeter', 'colorimetry', 'colouration', 'colourblind', 'colourfully', 'columnating', 'columnation', 'columnizing', 'combination', 'combinators', 'combustible', 'combustions', 'comediennes', 'comelinesss', 'comestibles', 'comeuppance', 'comfortable', 'comfortably', 'commandants', 'commandeers', 'commandment', 'commemorate', 'commendable', 'commendably', 'commentarys', 'commentated', 'commentates', 'commentator', 'commercials', 'commingling', 'commiserate', 'commissarys', 'commissions', 'commitments', 'committable', 'commodities', 'commonality', 'commonplace', 'communicant', 'communicate', 'communiques', 'communistic', 'communities', 'commutation', 'commutative', 'compactness', 'comparative', 'comparators', 'comparisons', 'compartment', 'compassions', 'compatibles', 'compatriots', 'compellable', 'compendiums', 'compensable', 'compensated', 'compensates', 'competences', 'competencys', 'competently', 'competition', 'competitive', 'competitors', 'compilation', 'complacence', 'complacency', 'complainant', 'complainers', 'complaining', 'complaisant', 'complements', 'completions', 'complexions', 'complexitys', 'compliances', 'complicated', 'complicates', 'complicator', 'complicitys', 'compliments', 'componentry', 'comportment', 'composition', 'compositors', 'compounding', 'comprehends', 'compressing', 'compression', 'compressive', 'compressors', 'compromised', 'compromiser', 'compromises', 'comptroller', 'compulsions', 'compulsorys', 'compunction', 'compuserves', 'computation', 'computerise', 'computerize', 'comradeship', 'concatenate', 'concavities', 'concealment', 'conceivable', 'conceivably', 'concentrate', 'conceptions', 'concernedly', 'concertinas', 'concessions', 'conciliated', 'conciliates', 'conciliator', 'conciseness', 'conclusions', 'concoctions', 'concomitant', 'concordance', 'concurrence', 'concurrency', 'concussions', 'condensible', 'condescends', 'conditional', 'conditioned', 'conditioner', 'condolences', 'condominium', 'conductance', 'conductions', 'confabulate', 'confections', 'confederacy', 'confederate', 'conferences', 'conferments', 'conferrable', 'confessedly', 'confessions', 'confidantes', 'confidences', 'confidently', 'confidingly', 'configuring', 'confinement', 'confiscable', 'confiscated', 'confiscates', 'conflagrate', 'conflicting', 'confluences', 'conformance', 'conformists', 'conformitys', 'confounding', 'confronters', 'confronting', 'confusingly', 'congenially', 'congestions', 'congregated', 'congregates', 'congressman', 'congressmen', 'congruences', 'congruities', 'conjectural', 'conjectured', 'conjectures', 'conjugating', 'conjugation', 'conjunction', 'conjunctive', 'conjuncture', 'connecticut', 'connections', 'connectives', 'connivances', 'connoisseur', 'connotation', 'connotative', 'conquerable', 'consanguine', 'consciences', 'consciously', 'conscripted', 'consecrated', 'consecrates', 'consecutive', 'consensuses', 'consequence', 'consequents', 'conservator', 'considerate', 'considering', 'consignment', 'consistency', 'consolation', 'consolidate', 'consolingly', 'consonances', 'consonantal', 'consortiums', 'conspicuous', 'conspiracys', 'conspirator', 'constantine', 'constellate', 'consternate', 'constipated', 'constipates', 'constituent', 'constituted', 'constitutes', 'constrained', 'constraints', 'constricted', 'constrictor', 'constructed', 'constructor', 'consultancy', 'consultants', 'consumables', 'consumerism', 'consummated', 'consummates', 'consumption', 'consumptive', 'contactable', 'containable', 'containment', 'contaminant', 'contaminate', 'contemplate', 'contentedly', 'contentions', 'contentious', 'contentment', 'contestable', 'contestants', 'contiguitys', 'continences', 'continental', 'contingency', 'contingents', 'continually', 'continuance', 'continuitys', 'contortions', 'contrabands', 'contractile', 'contracting', 'contraction', 'contractors', 'contractual', 'contradicts', 'contraption', 'contrariety', 'contrasters', 'contrasting', 'contravened', 'contravenes', 'contretemps', 'contributed', 'contributes', 'contributor', 'contritions', 'contrivance', 'controllers', 'controlling', 'controversy', 'controverts', 'contumelies', 'conurbation', 'convalesced', 'convalesces', 'convections', 'convenience', 'conventions', 'convergence', 'conversions', 'convertible', 'conveyances', 'convictions', 'convocation', 'convolution', 'convulsions', 'cooperating', 'cooperation', 'cooperative', 'cooperators', 'cooperstown', 'coordinated', 'coordinates', 'coordinator', 'copacabanas', 'copenhagens', 'copernicuss', 'copiousness', 'copperfield', 'copperheads', 'coppertones', 'copulations', 'copycatting', 'copyrighted', 'copywriters', 'cordialitys', 'cordilleras', 'corinthians', 'corkscrewed', 'cornerstone', 'cornflakess', 'cornflowers', 'cornstarchs', 'cornucopias', 'corollaries', 'coronations', 'corporacies', 'corporately', 'corporation', 'corpulences', 'corpuscular', 'correctable', 'corrections', 'correctives', 'correctness', 'correlating', 'correlation', 'correlative', 'corresponds', 'corrigendum', 'corroborate', 'corrugating', 'corrugation', 'corruptible', 'corruptions', 'corruptness', 'coruscating', 'cosignatory', 'cosmetology', 'cosmogonies', 'cosmologies', 'cosmologist', 'cosponsored', 'costlinesss', 'cotoneaster', 'cottonmouth', 'cottonseeds', 'cottontails', 'cottonwoods', 'councillors', 'councilmans', 'counselings', 'counselling', 'counsellors', 'countenance', 'counteracts', 'counterfeit', 'counterflow', 'countermand', 'counterpane', 'counterpart', 'countersank', 'countersign', 'countersink', 'countersunk', 'countervail', 'countrified', 'countrymans', 'countryside', 'countrywide', 'courteously', 'courthouses', 'courtliness', 'covenanting', 'cowpunchers', 'crabbinesss', 'crackerjack', 'craftinesss', 'cranberries', 'crankinesss', 'crankshafts', 'crawlspaces', 'creaminesss', 'creationism', 'creativitys', 'credentials', 'credibility', 'credulously', 'creepinesss', 'crematories', 'crematorium', 'crestfallen', 'cretaceouss', 'criminology', 'crisscrosss', 'criticising', 'criticizing', 'crocodilian', 'cromwellian', 'crookedness', 'crossboness', 'crossbreeds', 'crosschecks', 'crosspieces', 'crossroadss', 'crucifixion', 'cruickshank', 'crustaceans', 'cryogenicss', 'cryptically', 'cryptograms', 'cryptozoics', 'crystalized', 'crystalizes', 'crystalline', 'crystallise', 'crystallite', 'crystallize', 'cudgellings', 'culminating', 'culmination', 'culpability', 'cultivating', 'cultivation', 'cultivators', 'cumberlands', 'cummerbunds', 'cunnilingus', 'cunninghams', 'curiosities', 'curmudgeons', 'currentness', 'curriculums', 'currycombed', 'curtailment', 'curvilinear', 'customarily', 'customhouse', 'customising', 'customizers', 'customizing', 'cuttlefishs', 'cybernetics', 'cyberspaces', 'cylindrical', 'daintinesss', 'dangerfield', 'dangerously', 'dardanelles', 'dauntlessly', 'daydreamers', 'daydreaming', 'deaconesses', 'deactivated', 'deactivates', 'deadlinesss', 'deadlocking', 'deadpanning', 'dealerships', 'deallocated', 'debarkation', 'debasements', 'debaucherys', 'debilitated', 'debilitates', 'debouillets', 'debriefings', 'decapitated', 'decapitates', 'deceitfully', 'decelerated', 'decelerates', 'deceptively', 'decimations', 'deciphering', 'declamation', 'declamatory', 'declaration', 'declarative', 'declaratory', 'declensions', 'declination', 'declivities', 'decolletage', 'decollimate', 'decolonised', 'decolonises', 'decolonized', 'decolonizes', 'decomposing', 'decorations', 'decorticate', 'decremented', 'decrepitude', 'decrescendi', 'decrescendo', 'dedications', 'deductibles', 'deemphasize', 'deerstalker', 'deescalated', 'deescalates', 'defacements', 'defamations', 'defecations', 'defenceless', 'defenseless', 'defensively', 'deferential', 'deficiencys', 'defilements', 'definitions', 'deflections', 'defoliating', 'defoliation', 'deforesting', 'deformation', 'deformities', 'degeneracys', 'degenerated', 'degenerates', 'degradation', 'dehumanised', 'dehumanises', 'dehumanized', 'dehumanizes', 'dehydrating', 'dehydration', 'deification', 'delawareans', 'delectation', 'delegations', 'deleterious', 'deliberated', 'deliberates', 'deliberator', 'deliciously', 'delightedly', 'delineament', 'delineating', 'delineation', 'delinquency', 'delinquents', 'deliriously', 'deliverable', 'deliverance', 'delphiniums', 'demagnetise', 'demagnetize', 'demagoguery', 'demandingly', 'demarcating', 'demarcation', 'demobilised', 'demobilises', 'demobilized', 'demobilizes', 'democracies', 'democratise', 'democratize', 'demographer', 'demographic', 'demographys', 'demolishing', 'demolitions', 'demonstrate', 'demoralised', 'demoralises', 'demoralized', 'demoralizes', 'demosthenes', 'demountable', 'demultiplex', 'denigrating', 'denigration', 'denominated', 'denominates', 'denominator', 'denotations', 'denouements', 'dentifrices', 'denumerable', 'deodorisers', 'deodorising', 'deodorizers', 'deodorizing', 'deoxyribose', 'departments', 'dependances', 'dependences', 'dependencys', 'dependently', 'depilatorys', 'deployments', 'depopulated', 'depopulates', 'deportation', 'deportments', 'depositions', 'depositorys', 'depravities', 'deprecating', 'deprecation', 'deprecatory', 'depreciable', 'depreciated', 'depreciates', 'depredation', 'depressants', 'depressible', 'depressions', 'depressives', 'deprivation', 'deprogramed', 'deputations', 'derailments', 'derangement', 'dereference', 'deregulated', 'deregulates', 'dereliction', 'derivations', 'derivatives', 'dermatitiss', 'dermatology', 'derogations', 'desalinated', 'desalinates', 'descendants', 'descendents', 'describable', 'description', 'descriptive', 'descriptors', 'desecrating', 'desecration', 'desegregate', 'desensitise', 'desensitize', 'deservingly', 'desiccating', 'desiccation', 'desideratum', 'designating', 'designation', 'designators', 'desolations', 'despatching', 'desperadoes', 'desperately', 'desperation', 'despondency', 'destabilise', 'destabilize', 'destination', 'destitution', 'destructing', 'destruction', 'destructive', 'detachments', 'detainments', 'deteriorate', 'determinacy', 'determinant', 'determinate', 'determiners', 'determining', 'determinism', 'deterrences', 'detestation', 'detonations', 'detoxifying', 'detractions', 'detrimental', 'deuteronomy', 'devaluation', 'devanagaris', 'devastating', 'devastation', 'development', 'deviousness', 'devotionals', 'devoutnesss', 'dexterously', 'dhaulagiris', 'diacritical', 'diagnosable', 'diagnostics', 'diagrammers', 'diagramming', 'diamagnetic', 'diametrical', 'dichotomies', 'dichotomize', 'dichotomous', 'dicotyledon', 'dictaphones', 'dictatorial', 'dictionarys', 'diefenbaker', 'dielectrics', 'differences', 'differently', 'difficultly', 'difficultys', 'diffidences', 'diffidently', 'diffraction', 'diffuseness', 'dignitaries', 'digressions', 'dilapidated', 'dilettantes', 'dilogarithm', 'dimensional', 'dimensioned', 'diminishing', 'diminuendos', 'diminutions', 'diminutives', 'diophantine', 'diphtherias', 'dipsomaniac', 'dipsomanias', 'directional', 'directnesss', 'directorate', 'directorial', 'directories', 'directrices', 'disabilitys', 'disablement', 'disaffected', 'disagreeing', 'disallowing', 'disappeared', 'disappoints', 'disapproval', 'disapproved', 'disapproves', 'disarmament', 'disarranged', 'disarranges', 'disarraying', 'disassemble', 'disbarments', 'disbelieved', 'disbelieves', 'discernible', 'discernibly', 'discernment', 'discharging', 'disciplined', 'disciplines', 'disclaimers', 'disclaiming', 'disclosures', 'discoloring', 'discoloured', 'discomfited', 'discomforts', 'discommoded', 'discommodes', 'discomposed', 'discomposes', 'disconcerts', 'disconnects', 'discontents', 'discontinue', 'discotheque', 'discounting', 'discouraged', 'discourages', 'discoursing', 'discourtesy', 'discoverers', 'discoveries', 'discovering', 'discredited', 'discreetest', 'discrepancy', 'discretions', 'discussants', 'discussions', 'disembarked', 'disembodied', 'disembodies', 'disembowels', 'disenchants', 'disencumber', 'disengaging', 'disentangle', 'disfavoring', 'disfavoured', 'disfiguring', 'disgraceful', 'disgruntled', 'disgruntles', 'disgustedly', 'disharmonys', 'disheartens', 'disheveling', 'dishevelled', 'dishonestly', 'dishonestys', 'dishonoring', 'dishonoured', 'dishwashers', 'dishwashing', 'disillusion', 'disinclined', 'disinclines', 'disinfected', 'disinherits', 'disinterest', 'disinterred', 'disjointing', 'disjunction', 'disjunctive', 'dislocating', 'dislocation', 'disloyaltys', 'dismantling', 'dismembered', 'dismounting', 'disobedient', 'disobliging', 'disordering', 'disorganise', 'disorganize', 'disoriented', 'disparaging', 'disparities', 'dispatchers', 'dispatching', 'dispensable', 'dispensarys', 'dispersible', 'dispersions', 'dispiriting', 'displayable', 'displeasing', 'displeasure', 'disposables', 'disposition', 'disputation', 'disquieting', 'disquietude', 'disregarded', 'disrespects', 'disruptions', 'dissections', 'dissembling', 'disseminate', 'dissensions', 'disservices', 'dissidences', 'dissimulate', 'dissipating', 'dissipation', 'dissociable', 'dissociated', 'dissociates', 'dissolutely', 'dissolution', 'dissonances', 'dissuasions', 'distasteful', 'distensions', 'distentions', 'distillates', 'distillerys', 'distinctest', 'distinction', 'distinctive', 'distinguish', 'distortions', 'distracting', 'distraction', 'distressful', 'distressing', 'distributed', 'distributes', 'distributor', 'distritbute', 'distrustful', 'distrusting', 'disturbance', 'divergences', 'diversified', 'diversifies', 'diversities', 'divestiture', 'divinations', 'doctrinaire', 'documentary', 'documenters', 'documenting', 'dodecahedra', 'dogcatchers', 'doggednesss', 'doggonedest', 'dogtrotting', 'domesticate', 'domesticity', 'dominations', 'domineering', 'doonesburys', 'dormitories', 'dostoevskys', 'doubtlessly', 'dovetailing', 'downgrading', 'downhearted', 'downloading', 'downplaying', 'downsizings', 'downstairss', 'downtrodden', 'draftinesss', 'dragonflies', 'dramatising', 'dramatizing', 'drastically', 'draughtiest', 'draughtsman', 'draughtsmen', 'drawbridges', 'drawstrings', 'dreadlockss', 'dreadnought', 'drearinesss', 'dressinesss', 'dressmakers', 'dressmaking', 'dromedaries', 'drowsinesss', 'drunkenness', 'dubiousness', 'dumbfounded', 'dumbledores', 'dumbwaiters', 'dumfounding', 'duplicating', 'duplication', 'duplicators', 'durabilitys', 'dustbusters', 'dutifulness', 'dynamically', 'dysfunction', 'dzerzhinsky', 'earmarkings', 'earnestines', 'earnestness', 'earthenware', 'earthinesss', 'earthliness', 'earthmoving', 'earthquakes', 'easternmost', 'ebulliences', 'eclecticism', 'ecmascripts', 'econometric', 'economising', 'economizers', 'economizing', 'ecuadorians', 'edification', 'editorially', 'educational', 'effacements', 'effectively', 'effectually', 'effectuated', 'effectuates', 'effeminacys', 'effervesced', 'effervesces', 'efficacious', 'efficiencys', 'efficiently', 'effronterys', 'effulgences', 'egalitarian', 'egocentrics', 'egotistical', 'egregiously', 'egyptologys', 'eigenvalues', 'eigenvector', 'eighteenths', 'einsteinian', 'einsteinium', 'eisenhowers', 'ejaculating', 'ejaculation', 'elaborately', 'elaborating', 'elaboration', 'elaborators', 'elastically', 'elasticitys', 'elastoplast', 'elderberrys', 'electioneer', 'electorates', 'electrician', 'electricity', 'electrified', 'electrifies', 'electrocute', 'electrolyte', 'electronics', 'elephantine', 'eligibility', 'eliminating', 'elimination', 'eliminators', 'elizabethan', 'ellipsoidal', 'elongations', 'elucidating', 'elucidation', 'elusiveness', 'emaciations', 'emancipated', 'emancipates', 'emancipator', 'emasculated', 'emasculates', 'embankments', 'embarcadero', 'embarkation', 'embarrassed', 'embarrasses', 'embellished', 'embellishes', 'embittering', 'emblazoning', 'embodiments', 'emboldening', 'embraceable', 'embroidered', 'embroiderys', 'embryologys', 'emendations', 'emergencies', 'emigrations', 'emotionally', 'empathising', 'empathizing', 'emphasising', 'emphasizing', 'empirically', 'empiricisms', 'empiricists', 'emplacement', 'employments', 'empowerment', 'emulsifying', 'enamellings', 'encampments', 'encapsulate', 'enchantment', 'enchantress', 'enciphering', 'encompassed', 'encompasses', 'encountered', 'encouraging', 'encroaching', 'encumbering', 'encumbrance', 'encyclicals', 'endangering', 'endearingly', 'endearments', 'endeavoring', 'endeavoured', 'endlessness', 'endorsement', 'endothelial', 'endothermic', 'enervations', 'enforceable', 'enforcement', 'enfranchise', 'engagements', 'engendering', 'engineering', 'englishmans', 'enhancement', 'enlargeable', 'enlargement', 'enlightened', 'enlistments', 'ennoblement', 'enrapturing', 'enrichments', 'enrollments', 'enshrouding', 'enslavement', 'enterprises', 'entertained', 'entertainer', 'enthralling', 'enthusiasms', 'enthusiasts', 'enticements', 'entitlement', 'entombments', 'entomologys', 'entranceway', 'entrapments', 'entrenching', 'enumerating', 'enumeration', 'enumerative', 'enumerators', 'enunciating', 'enunciation', 'envelopment', 'enviousness', 'environment', 'envisioning', 'ephemerides', 'epidermises', 'epiglottiss', 'epimethiuss', 'epimorphism', 'episcopacys', 'episcopates', 'epitaxially', 'epitomising', 'epitomizing', 'equabilitys', 'equanimitys', 'equestrians', 'equidistant', 'equilateral', 'equilibrate', 'equilibrium', 'equinoctial', 'equivalence', 'equivalents', 'equivocally', 'equivocated', 'equivocates', 'eradicating', 'eradication', 'ergonomicss', 'erlenmeyers', 'erratically', 'erroneously', 'erythrocyte', 'escalations', 'escarpments', 'eschatology', 'escherichia', 'escutcheons', 'esophaguses', 'espadrilles', 'essentially', 'established', 'establishes', 'estimations', 'ethnography', 'ethnologist', 'etymologies', 'etymologist', 'eucalyptuss', 'eucharistic', 'euphemistic', 'eurodollars', 'eustachians', 'euthanasias', 'evacuations', 'evaluations', 'evangelical', 'evangelinas', 'evangelines', 'evangelised', 'evangelises', 'evangelisms', 'evangelists', 'evangelized', 'evangelizes', 'evaporating', 'evaporation', 'evaporative', 'evasiveness', 'eventuality', 'eventuating', 'evergladess', 'everlasting', 'everythings', 'eviscerated', 'eviscerates', 'exacerbated', 'exacerbates', 'exactitudes', 'exaggerated', 'exaggerates', 'exaltations', 'examination', 'exasperated', 'exasperater', 'exasperates', 'excavations', 'exceedingly', 'excellences', 'excellencys', 'excellently', 'exceptional', 'excessively', 'excitations', 'excitements', 'exclamation', 'exclamatory', 'exclusively', 'exclusivity', 'excoriating', 'excoriation', 'excrescence', 'exculpating', 'exculpatory', 'executional', 'executioner', 'executrices', 'executrixes', 'exemplified', 'exemplifier', 'exemplifies', 'exercisable', 'exhalations', 'exhaustable', 'exhaustedly', 'exhaustible', 'exhaustions', 'exhibitions', 'exhilarated', 'exhilarates', 'exhortation', 'exhumations', 'existential', 'exonerating', 'exoneration', 'exorbitance', 'exoskeleton', 'expansively', 'expatiating', 'expatriated', 'expatriates', 'expectancys', 'expectantly', 'expectation', 'expectingly', 'expectorant', 'expectorate', 'expediences', 'expediencys', 'expediently', 'expeditions', 'expeditious', 'expendables', 'expenditure', 'expensively', 'experienced', 'experiences', 'experiments', 'expertnesss', 'expirations', 'explainable', 'explanation', 'explanatory', 'explicating', 'explication', 'exploitable', 'exploration', 'exploratory', 'explosively', 'exponential', 'exportation', 'expositions', 'expostulate', 'expressible', 'expressibly', 'expressions', 'expressways', 'expropriate', 'expurgating', 'expurgation', 'exquisitely', 'extemporise', 'extemporize', 'extensional', 'extensively', 'extenuating', 'extenuation', 'exterminate', 'extinctions', 'extirpating', 'extirpation', 'extractions', 'extraditing', 'extradition', 'extrapolate', 'extravagant', 'extraverted', 'extremities', 'extricating', 'extrication', 'extroverted', 'exuberances', 'exuberantly', 'exultations', 'eyewitnesss', 'fabricating', 'fabrication', 'facetiously', 'facilitated', 'facilitates', 'factorising', 'factorizing', 'facultative', 'fairgrounds', 'faithlessly', 'fallibility', 'falsifiable', 'falteringly', 'familiarise', 'familiarity', 'familiarize', 'fanatically', 'fanaticisms', 'fantasising', 'fantasizing', 'farinaceous', 'fasciculate', 'fascinating', 'fascination', 'fashionable', 'fashionably', 'fassbinders', 'fatherhoods', 'fatherlands', 'fatuousness', 'faulknerian', 'faultinesss', 'faultlessly', 'fauntleroys', 'favoritisms', 'favouritism', 'fearfulness', 'feasibility', 'featheriest', 'featureless', 'federalisms', 'federalists', 'federations', 'feeblenesss', 'fellowships', 'femininitys', 'ferociously', 'ferromagnet', 'ferruginous', 'fertilisers', 'fertilising', 'fertilizers', 'fertilizing', 'festivities', 'fetishistic', 'feudalistic', 'fiberboards', 'fiberglasss', 'fibreboards', 'fibreglasss', 'fibrosities', 'ficklenesss', 'fictionally', 'fiddlestick', 'fiduciaries', 'fiercenesss', 'figureheads', 'filamentary', 'filamentous', 'filibusters', 'filigreeing', 'filthinesss', 'filtrations', 'financially', 'fingerboard', 'fingernails', 'fingerprint', 'firebombing', 'firecracker', 'firefighter', 'fireproofed', 'fishtailing', 'fisticuffss', 'fitzpatrick', 'flabbergast', 'flabbinesss', 'flagellated', 'flagellates', 'flamboyance', 'flannelette', 'flannelling', 'flashinesss', 'flashlights', 'flatulences', 'flavourings', 'flavourless', 'fledgelings', 'fleetinglys', 'flexibility', 'flightiness', 'flimflammed', 'flimsinesss', 'flintstones', 'flirtations', 'flirtatious', 'floatations', 'floodlights', 'floorboards', 'floppinesss', 'floundering', 'flourishing', 'floweriness', 'fluctuating', 'fluctuation', 'fluffinesss', 'fluorescein', 'fluorescent', 'fluorescing', 'fluoridated', 'fluoridates', 'fluoroscope', 'flycatchers', 'flyspecking', 'flyswatters', 'fomentation', 'foolhardier', 'foolishness', 'footballers', 'footbridges', 'footlightss', 'footlockers', 'forbearance', 'forbiddings', 'forebodings', 'forecasters', 'forecasting', 'forecastles', 'foreclosing', 'foreclosure', 'forefathers', 'forefingers', 'foregathers', 'foregrounds', 'foreordains', 'forerunners', 'foreseeable', 'foreshadows', 'foreshorten', 'foresighted', 'forestalled', 'forestation', 'foretasting', 'foretelling', 'forethought', 'forevermore', 'forewarning', 'forfeitures', 'forgathered', 'forgetfully', 'forgettable', 'forgettably', 'forgiveness', 'forgivingly', 'formalising', 'formalities', 'formalizing', 'formatively', 'formulating', 'formulation', 'formulators', 'fornicating', 'fornication', 'forswearing', 'forthcoming', 'fortnightly', 'fortunately', 'forwardness', 'fossilising', 'fossilizing', 'foundations', 'fourneyrons', 'fourteenths', 'foxtrotting', 'fractionate', 'fractiously', 'fragmentary', 'fragmenting', 'franchisees', 'franchisers', 'franchising', 'franciscans', 'frankfurter', 'frantically', 'fraternally', 'fraternised', 'fraternises', 'fraternitys', 'fraternized', 'fraternizes', 'fratricides', 'fraudulence', 'fredericton', 'fredrickson', 'freebooters', 'freeholders', 'freelancers', 'freelancing', 'freeloaders', 'freeloading', 'freemasonry', 'freethinker', 'freewheeled', 'frenchwoman', 'frenchwomen', 'frequencies', 'frequenters', 'frequentest', 'frequenting', 'freshwaters', 'fretfulness', 'friendliest', 'friendships', 'frightening', 'frightfully', 'friskinesss', 'frivolities', 'frivolously', 'frontrunner', 'frostbiting', 'frostbitten', 'frostinesss', 'fructifying', 'fruitlessly', 'frustrating', 'frustration', 'fulfillment', 'fulfilments', 'fulminating', 'fulmination', 'fumigations', 'functionals', 'functionary', 'functioning', 'fundamental', 'furloughing', 'furnishings', 'furtherance', 'furthermore', 'furthermost', 'furtiveness', 'furtwnglers', 'fussbudgets', 'gainesville', 'gallbladder', 'gallivanted', 'galvanising', 'galvanizing', 'gamekeepers', 'garishnesss', 'garrisonian', 'garrisoning', 'garrulously', 'gastronomic', 'gastronomys', 'gatecrasher', 'gegenschein', 'genealogies', 'genealogist', 'generalised', 'generalises', 'generalists', 'generalitys', 'generalized', 'generalizer', 'generalizes', 'generations', 'generically', 'generositys', 'genetically', 'geneticists', 'gentlefolks', 'gentlemanly', 'gentlenesss', 'gentlewoman', 'gentlewomen', 'gentrifying', 'genuflected', 'genuineness', 'geochemical', 'geographers', 'geographies', 'geometrical', 'geophysical', 'geophysicss', 'geopolitics', 'georgetowns', 'geriatricss', 'germinating', 'germination', 'gerontology', 'gerrymander', 'gesticulate', 'gettysburgs', 'ghastliness', 'ghostliness', 'ghostwriter', 'ghostwrites', 'gingerbread', 'gingersnaps', 'gingivitiss', 'girlfriends', 'gladioluses', 'glamorising', 'glamorizing', 'glamorously', 'glamourized', 'glamourizes', 'glastonbury', 'glaswegians', 'glimmerings', 'globularity', 'gloominesss', 'glossinesss', 'glossolalia', 'glycerinate', 'gnosticisms', 'goalkeepers', 'goaltenders', 'godchildren', 'goddaughter', 'godforsaken', 'goldbricked', 'goldfinches', 'goldilockss', 'gonorrhoeas', 'gooseberrys', 'governances', 'governesses', 'governments', 'gracelessly', 'graduations', 'grammarians', 'grammatical', 'grandchilds', 'grandfather', 'grandmother', 'grandnephew', 'grandparent', 'grandstands', 'granularity', 'granulating', 'granulation', 'grapefruits', 'graphically', 'graphologys', 'grasshopper', 'gravestones', 'gravitating', 'gravitation', 'greasepaint', 'greasinesss', 'greedinesss', 'greengrocer', 'greenhouses', 'greenpeaces', 'greensboros', 'greenswards', 'griddlecake', 'grindstones', 'grogginesss', 'grotesquely', 'grouchiness', 'groundskeep', 'groundswell', 'groundworks', 'grubbinesss', 'grumpinesss', 'guadalajara', 'guadalcanal', 'guadeloupes', 'guallatiris', 'guantanamos', 'guaranteers', 'guarantying', 'guardhouses', 'guatemalans', 'guesstimate', 'guillotined', 'guillotines', 'guiltinesss', 'guiltlessly', 'gullibility', 'gunrunnings', 'gunslingers', 'guttersnipe', 'gwendolines', 'gymnasticss', 'gymnosperms', 'gynaecology', 'gynecologys', 'gyrocompass', 'haberdasher', 'habitations', 'habituating', 'habituation', 'haematology', 'haemoglobin', 'haemophilia', 'haemorrhage', 'haemorrhoid', 'hagiographa', 'hairbreadth', 'hairbrushes', 'hairdresser', 'hairsprings', 'hairstylist', 'halfhearted', 'halfpennies', 'halleluiahs', 'hallelujahs', 'halliburton', 'hallmarking', 'hallucinate', 'hamiltonian', 'hammerheads', 'hammerstein', 'handcrafted', 'handcuffing', 'handicapped', 'handicapper', 'handicrafts', 'handmaidens', 'handpicking', 'handshaking', 'handsprings', 'handwriting', 'handwritten', 'hanoverians', 'haphazardly', 'haplessness', 'harassments', 'hardhearted', 'hardworking', 'harebrained', 'harmfulness', 'harmonising', 'harmonizing', 'harpsichord', 'harringtons', 'harrisburgs', 'hatefulness', 'hattiesburg', 'haughtiness', 'headdresses', 'headhunters', 'headmasters', 'headquarter', 'headwaiters', 'headwaterss', 'healthfully', 'healthiness', 'heartbreaks', 'heartbroken', 'heartinesss', 'heartlessly', 'heartthrobs', 'heatstrokes', 'heavenliest', 'heavenwards', 'heavyweight', 'hebephrenic', 'heightening', 'heinousness', 'helicopters', 'heliotropes', 'hellenistic', 'hellesponts', 'helpfulness', 'hematologys', 'hemispheres', 'hemispheric', 'hemoglobins', 'hemophiliac', 'hemophilias', 'hemorrhaged', 'hemorrhages', 'hemorrhoids', 'hemosiderin', 'hemstitched', 'hemstitches', 'hendrickson', 'hephaestuss', 'hepplewhite', 'herbivorous', 'herculaneum', 'hereinabove', 'hereinafter', 'hereinbelow', 'hermeneutic', 'hermosillos', 'herpetology', 'herringbone', 'hertzsprung', 'herzegovina', 'hesitations', 'heterodoxys', 'hexadecimal', 'hexagonally', 'hibernating', 'hibernation', 'hiccoughing', 'hideousness', 'hierarchies', 'highfalutin', 'highjackers', 'highjacking', 'highlanders', 'highlighted', 'highlighter', 'hightailing', 'highwaymans', 'hilariously', 'hillbillies', 'hindquarter', 'hindustanis', 'hinterlands', 'hippocrates', 'hippocratic', 'hippopotami', 'hispaniolas', 'histochemic', 'histrionics', 'hitchhikers', 'hitchhiking', 'hoarsenesss', 'hobbyhorses', 'hodgepodges', 'hofstadters', 'hollandaise', 'hollownesss', 'holographic', 'holographys', 'homebuilder', 'homecomings', 'homelinesss', 'homeopathic', 'homeopathys', 'homeostasis', 'homesteaded', 'homesteader', 'homestretch', 'homogeneity', 'homogeneous', 'homogenised', 'homogenises', 'homogenized', 'homogenizes', 'homomorphic', 'homophobias', 'homosexuals', 'honeycombed', 'honeymooned', 'honeymooner', 'honeysuckle', 'honorariums', 'hoodwinking', 'hooliganism', 'hopefulness', 'hopscotched', 'hopscotches', 'horizontals', 'hornblowers', 'horsepowers', 'horseradish', 'horsewomans', 'hospitalise', 'hospitality', 'hospitalize', 'hostilities', 'hotheadedly', 'hourglasses', 'housebreaks', 'housebroken', 'housecleans', 'householder', 'housekeeper', 'housemother', 'houseplants', 'housewaress', 'housewifely', 'hovercrafts', 'huckleberry', 'huckstering', 'hullabaloos', 'humanenesss', 'humanitiess', 'humblenesss', 'humidifiers', 'humidifying', 'humiliating', 'humiliation', 'hummingbird', 'hunchbacked', 'hundredfold', 'huntingtons', 'hybridising', 'hybridizing', 'hydraulicss', 'hydrocarbon', 'hydrogenate', 'hydrolysiss', 'hydrometers', 'hydrophilic', 'hydrophobia', 'hydrophobic', 'hydroplaned', 'hydroplanes', 'hydroponics', 'hydrosphere', 'hydrostatic', 'hydroxylate', 'hygrometers', 'hygroscopic', 'hyperactive', 'hyperboloid', 'hypermarket', 'hyphenating', 'hyphenation', 'hypnotising', 'hypnotizing', 'hypocrisies', 'hypocycloid', 'hypodermics', 'hypophyseal', 'hypotenuses', 'hypothalami', 'hypothermia', 'hypothesise', 'hypothesiss', 'hypothesize', 'hypothyroid', 'icebreakers', 'iconoclasts', 'icosahedral', 'icosahedron', 'identically', 'identifiers', 'identifying', 'ideological', 'ideologists', 'idiotically', 'ignominious', 'ignoramuses', 'ijsselmeers', 'illegalitys', 'illicitness', 'illimitable', 'illiteracys', 'illiterates', 'illogically', 'illuminated', 'illuminates', 'illusionary', 'illustrated', 'illustrates', 'illustrator', 'illustrious', 'imagination', 'imaginative', 'imbecilitys', 'immaturitys', 'immediacies', 'immediately', 'immensities', 'immigrating', 'immigration', 'immobilised', 'immobilises', 'immobilitys', 'immobilized', 'immobilizes', 'immolations', 'immoralitys', 'immortalise', 'immortality', 'immortalize', 'immunologys', 'impairments', 'impalements', 'impanelling', 'impartation', 'impartially', 'impassioned', 'impassively', 'impassivity', 'impatiences', 'impatiently', 'impeachment', 'impecunious', 'impedimenta', 'impediments', 'impenitence', 'imperatives', 'imperfectly', 'imperialism', 'imperialist', 'imperilling', 'imperiously', 'impermanent', 'impermeable', 'impersonate', 'impertinent', 'impetuosity', 'impetuously', 'impingement', 'impishnesss', 'implausible', 'implausibly', 'implemented', 'implementer', 'implementor', 'implicating', 'implication', 'importances', 'importantly', 'importation', 'importunate', 'importuning', 'importunity', 'impositions', 'impossibles', 'impractical', 'imprecation', 'imprecisely', 'imprecision', 'impregnable', 'impregnably', 'impregnated', 'impregnates', 'impresarios', 'impressible', 'impressions', 'impressment', 'imprimaturs', 'imprisoning', 'impropriety', 'improvement', 'improvident', 'improvisate', 'improvisers', 'improvising', 'imprudences', 'impulsively', 'imputations', 'inabilities', 'inaccuracys', 'inactivitys', 'inadequacys', 'inadvertent', 'inadvisable', 'inalienable', 'inalterable', 'inanimately', 'inattention', 'inattentive', 'inaugurated', 'inaugurates', 'inbreedings', 'incantation', 'incapacitys', 'incarcerate', 'incarnating', 'incarnation', 'incendiarys', 'incessantly', 'incidentals', 'incinerated', 'incinerates', 'incinerator', 'incitements', 'incivilitys', 'inclemencys', 'inclination', 'inclusively', 'incoherence', 'incompetent', 'incongruity', 'incongruous', 'inconstancy', 'incontinent', 'incorporate', 'incorporeal', 'incorrectly', 'increasable', 'incredulity', 'incredulous', 'incremental', 'incremented', 'incriminate', 'incubations', 'inculcating', 'inculcation', 'inculpating', 'incumbencys', 'indecencies', 'indecisions', 'indefinable', 'indefinably', 'indelicacys', 'indemnified', 'indemnifies', 'indemnities', 'indentation', 'indenturing', 'independent', 'indications', 'indicatives', 'indictments', 'indifferent', 'indigestion', 'indignantly', 'indignation', 'indignities', 'indirecting', 'indirection', 'individuals', 'individuate', 'indivisible', 'indivisibly', 'indochinese', 'indomitable', 'indomitably', 'indonesians', 'indorsement', 'indubitable', 'indubitably', 'inducements', 'inductances', 'inductively', 'indulgences', 'indulgently', 'industrials', 'industrious', 'inebriating', 'inebriation', 'ineffective', 'ineffectual', 'inefficient', 'inelegantly', 'ineligibles', 'ineluctable', 'ineluctably', 'ineptitudes', 'inequalitys', 'inequitable', 'inescapable', 'inescapably', 'inessential', 'inestimable', 'inestimably', 'inevitables', 'inexcusable', 'inexcusably', 'inexpedient', 'inexpensive', 'infanticide', 'infantryman', 'infantrymen', 'infarctions', 'infatuating', 'infatuation', 'infelicitys', 'inferential', 'inferiority', 'infertility', 'infestation', 'infidelitys', 'infightings', 'infiltrated', 'infiltrates', 'infiltrator', 'infinitives', 'infinitudes', 'infirmaries', 'infirmities', 'inflammable', 'inflatables', 'inflections', 'inflictions', 'influencing', 'influential', 'infomercial', 'informality', 'informatica', 'information', 'informative', 'infractions', 'infrequency', 'infuriating', 'infuriation', 'ingeniously', 'ingenuously', 'ingratiated', 'ingratiates', 'ingratitude', 'ingredients', 'inhabitable', 'inhabitance', 'inhabitants', 'inhalations', 'inheritable', 'inheritance', 'inheritress', 'inhibitions', 'inhumanitys', 'initialised', 'initialises', 'initialized', 'initializer', 'initializes', 'initialling', 'initiations', 'initiatives', 'injudicious', 'injunctions', 'innocuously', 'innovations', 'innumerable', 'innumerably', 'inoculating', 'inoculation', 'inoffensive', 'inoperative', 'inopportune', 'inquietudes', 'inquiringly', 'inquisition', 'inquisitive', 'inquisitors', 'inscription', 'inscrutable', 'inscrutably', 'insecticide', 'insectivore', 'insecuritys', 'inseminated', 'inseminates', 'insensitive', 'insentience', 'inseparable', 'inseparably', 'insidiously', 'insincerely', 'insincerity', 'insinuating', 'insinuation', 'insistences', 'insistently', 'insolvencys', 'insouciance', 'inspections', 'inspiration', 'instability', 'installment', 'instalments', 'instamatics', 'instantiate', 'instigating', 'instigation', 'instigators', 'instinctive', 'instinctual', 'instituters', 'instituting', 'institution', 'instructing', 'instruction', 'instructive', 'instructors', 'instruments', 'insularitys', 'insulations', 'insuperable', 'insurgences', 'insurgencys', 'intangibles', 'integrating', 'integration', 'integrative', 'integuments', 'intelligent', 'intemperate', 'intensified', 'intensifier', 'intensifies', 'intensities', 'intensively', 'intentional', 'intentioned', 'intentnesss', 'interacting', 'interaction', 'interactive', 'interbreeds', 'intercalate', 'interceding', 'intercepted', 'interceptor', 'intercessor', 'interchange', 'intercourse', 'interdicted', 'interesting', 'interfacing', 'interfering', 'interferons', 'interjected', 'interlacing', 'interlarded', 'interleaved', 'interleaves', 'interleukin', 'interlinked', 'interlocked', 'interlopers', 'interluding', 'intermezzos', 'intermingle', 'intermodule', 'internalise', 'internalize', 'internecine', 'internement', 'interneship', 'internments', 'internships', 'interoffice', 'interpolant', 'interpolate', 'interposing', 'interpreted', 'interpreter', 'interracial', 'interregnum', 'interrelate', 'interrogate', 'interrupted', 'intersected', 'intersperse', 'interstates', 'interstices', 'intertwined', 'intertwines', 'intervening', 'interviewed', 'interviewee', 'interviewer', 'interweaved', 'interweaves', 'intimations', 'intimidated', 'intimidates', 'intolerable', 'intolerably', 'intolerance', 'intonations', 'intoxicants', 'intoxicated', 'intoxicates', 'intractable', 'intractably', 'intraoffice', 'intravenous', 'intrenching', 'intricacies', 'intricately', 'introducing', 'introverted', 'intuitively', 'inundations', 'invalidated', 'invalidates', 'invaliditys', 'invariables', 'invariantly', 'inventively', 'inventoried', 'inventories', 'investigate', 'investiture', 'investments', 'invidiously', 'invigorated', 'invigorates', 'invitations', 'invocations', 'involuntary', 'involvement', 'ionisations', 'ionizations', 'ionospheres', 'ionospheric', 'ipsilateral', 'iridescence', 'irishwomans', 'irradiating', 'irradiation', 'irrationals', 'irredentism', 'irredentist', 'irreducible', 'irreducibly', 'irreflexive', 'irrefutable', 'irregularly', 'irrelevance', 'irrelevancy', 'irreligious', 'irremovable', 'irreparable', 'irreparably', 'irreverence', 'irrevocable', 'irrevocably', 'irrigations', 'irritations', 'isochronous', 'isometricss', 'isomorphism', 'italicising', 'italicizing', 'itemisation', 'itemization', 'iteratively', 'itineraries', 'jackhammers', 'jackknifing', 'jackrabbits', 'jacquelines', 'jaggednesss', 'jauntinesss', 'javascripts', 'jawbreakers', 'jayawardene', 'jehoshaphat', 'jellyfishes', 'jeopardised', 'jeopardises', 'jeopardized', 'jeopardizes', 'jettisoning', 'jinrickshas', 'jinrikishas', 'joblessness', 'jocularitys', 'jogjakartas', 'journaleses', 'journalisms', 'journalists', 'journalized', 'journalizes', 'journeyings', 'journeymans', 'joyfulnesss', 'joyousnesss', 'jubilations', 'judgemental', 'judicatures', 'judiciaries', 'judiciously', 'juggernauts', 'justiciable', 'justifiable', 'justifiably', 'juxtaposing', 'kalashnikov', 'kamehamehas', 'kazakhstans', 'kazantzakis', 'kentuckians', 'kettledrums', 'keyboarders', 'keyboarding', 'keypunching', 'kidnappings', 'kierkegaard', 'kilimanjaro', 'kilohertzes', 'kindhearted', 'kindlinesss', 'kinesthesis', 'kingfishers', 'kirghistans', 'kirkpatrick', 'kitakyushus', 'kitchenette', 'kitchenware', 'kleptomania', 'knackwursts', 'kneecapping', 'kngwarreyes', 'knickknacks', 'knighthoods', 'knockwursts', 'knuckleball', 'knucklehead', 'kodachromes', 'koenigsberg', 'kommunizmas', 'kookaburras', 'krasnoyarsk', 'kristophers', 'kwashiorkor', 'laboratorys', 'laboriously', 'labradorite', 'lacerations', 'lackadaisic', 'laconically', 'ladyfingers', 'lallygagged', 'lamborghini', 'lamentation', 'laminations', 'landholders', 'landlubbers', 'landscapers', 'landscaping', 'landslidden', 'landsliding', 'landsteiner', 'langerhanss', 'languidness', 'languishing', 'laryngitiss', 'lateralling', 'latitudinal', 'latticework', 'launderings', 'laundresses', 'laundrymans', 'lavishnesss', 'lawbreakers', 'lawbreaking', 'lawfulnesss', 'lawlessness', 'lawrenciums', 'leaderships', 'leafletting', 'leapfrogged', 'leaseholder', 'leatherback', 'leatherneck', 'leatherwork', 'leavenworth', 'lecherously', 'leeuwenhoek', 'legerdemain', 'legibilitys', 'legionnaire', 'legislating', 'legislation', 'legislative', 'legislators', 'legislature', 'legitimacys', 'legitimated', 'legitimates', 'legitimised', 'legitimises', 'legitimized', 'legitimizes', 'lengthening', 'leoncavallo', 'leprechauns', 'lesbianisms', 'letterheads', 'levelheaded', 'levitations', 'liabilities', 'liberalised', 'liberalises', 'liberalisms', 'liberalitys', 'liberalized', 'liberalizes', 'liberations', 'libertarian', 'librettists', 'librevilles', 'licentiates', 'lieutenancy', 'lieutenants', 'lifesavings', 'lightheaded', 'lighthouses', 'lightninged', 'lightweight', 'likableness', 'likelihoods', 'lilliputian', 'limitations', 'linearities', 'linearizing', 'linebackers', 'lineprinter', 'lingeringly', 'linguistics', 'lionhearted', 'liposuction', 'lipreadings', 'lipsticking', 'liquidating', 'liquidation', 'liquidators', 'liquidising', 'liquidizing', 'literalness', 'literatures', 'lithographs', 'lithography', 'lithosphere', 'lithuanians', 'litigations', 'littlenesss', 'livabilitys', 'livelihoods', 'livelinesss', 'liverwursts', 'livingstone', 'lobachevsky', 'locomotions', 'locomotives', 'loganberrys', 'logarithmic', 'loggerheads', 'logrollings', 'lollygagged', 'lonelinesss', 'longfellows', 'longstreets', 'loosestrife', 'loudmouthed', 'loudspeaker', 'louisianans', 'louisianian', 'louisvilles', 'lovelinesss', 'lovemakings', 'lubavitcher', 'lubricating', 'lubrication', 'lubricators', 'lucratively', 'ludicrously', 'lumberjacks', 'lumberyards', 'luminescent', 'luminositys', 'lutheranism', 'luxembourgs', 'luxuriances', 'luxuriantly', 'luxuriating', 'luxuriously', 'lysistratas', 'macedonians', 'macerations', 'machiavelli', 'machination', 'machinelike', 'macintoshes', 'mackintoshs', 'macrobiotic', 'macroscopic', 'madagascans', 'madagascars', 'maddeningly', 'maeterlinck', 'magisterial', 'magistrates', 'magnanimity', 'magnanimous', 'magnetising', 'magnetizing', 'magnificent', 'mahabharata', 'maharashtra', 'mahayanists', 'maidenforms', 'maidenhairs', 'maidenheads', 'maidenhoods', 'maidservant', 'mainsprings', 'mainstreams', 'maintainers', 'maintaining', 'maintenance', 'maladaptive', 'maladjusted', 'malapropism', 'malcontents', 'malediction', 'malefactors', 'malevolence', 'malfeasance', 'malfunction', 'maliciously', 'malignancys', 'malignantly', 'malingerers', 'malingering', 'malplaquets', 'malpractice', 'malthusians', 'maltreating', 'mammography', 'managements', 'manchesters', 'maneuvering', 'manhandling', 'manicurists', 'manifesting', 'manifestoes', 'manifolding', 'manipulable', 'manipulated', 'manipulates', 'manipulator', 'manitoulins', 'mannishness', 'manoeuvring', 'manservants', 'mantelpiece', 'mantlepiece', 'manufacture', 'manumission', 'manumitting', 'manuscripts', 'marathoners', 'marchioness', 'marginalias', 'marguerites', 'marionettes', 'marketplace', 'marlborough', 'marshalling', 'marshmallow', 'martiniques', 'marvelously', 'masculinely', 'masculinity', 'masochistic', 'masqueraded', 'masquerader', 'masquerades', 'massiveness', 'mastectomys', 'mastercards', 'masterfully', 'masterminds', 'masterpiece', 'masterworks', 'masticating', 'mastication', 'masturbated', 'masturbates', 'matchmakers', 'matchmaking', 'matchsticks', 'materialise', 'materialism', 'materialist', 'materialize', 'mathematics', 'matriarchal', 'matriarchys', 'matriculate', 'matrimonial', 'matterhorns', 'maturations', 'mauritanias', 'mayonnaises', 'mccarthyism', 'mcculloughs', 'mclaughlins', 'mcnaughtons', 'meadowlarks', 'meadowsweet', 'meagernesss', 'meaningless', 'measureless', 'measurement', 'mechanising', 'mechanistic', 'mechanizing', 'medications', 'medicinally', 'mediocritys', 'meditations', 'megahertzes', 'megalomania', 'megalopolis', 'megaphoning', 'melancholia', 'melancholic', 'melancholys', 'melchizedek', 'mellifluous', 'mellownesss', 'melodically', 'melodiously', 'memberships', 'memorabilia', 'memorandums', 'memorialise', 'memorialize', 'mendelevium', 'mendelssohn', 'meningitiss', 'menkalinans', 'menservants', 'menstruated', 'menstruates', 'mensuration', 'mentalities', 'mentholated', 'mentholatum', 'mentionable', 'mercenaries', 'mercerising', 'mercerizing', 'merchandise', 'merchandize', 'merchantman', 'merchantmen', 'mercilessly', 'meritocracy', 'meritorious', 'merovingian', 'merrymakers', 'merrymaking', 'merthiolate', 'mesmerising', 'mesmerizing', 'mesopotamia', 'metabolised', 'metabolises', 'metabolisms', 'metabolized', 'metabolizes', 'metacarpals', 'metacarpuss', 'metallurgic', 'metallurgys', 'metamorphic', 'metaphysics', 'metastasise', 'metastasiss', 'metastasize', 'metatarsals', 'meteorology', 'methodology', 'metrication', 'metropoliss', 'miaplacidus', 'michigander', 'microbicide', 'microcoding', 'microfiches', 'microfilmed', 'micrography', 'micrometers', 'micrometres', 'micronesian', 'micronesias', 'microphones', 'microscopes', 'microscopic', 'microscopys', 'microsecond', 'microwaving', 'middlebrows', 'midshipmans', 'midwiferies', 'mightinesss', 'militarised', 'militarises', 'militarisms', 'militarists', 'militarized', 'militarizes', 'militiamans', 'millenarian', 'millenniums', 'milliampere', 'milliliters', 'millilitres', 'millimeters', 'millimetres', 'millionaire', 'millisecond', 'milquetoast', 'mimeographs', 'mindfulness', 'mineralogys', 'minestrones', 'minesweeper', 'miniaturise', 'miniaturist', 'miniaturize', 'minimalisms', 'minimalists', 'miniseriess', 'ministerial', 'ministering', 'ministrants', 'minneapolis', 'minnesotans', 'minutenesss', 'misalliance', 'misanthrope', 'misanthropy', 'misapplying', 'misbegotten', 'misbehaving', 'misbehavior', 'miscarriage', 'miscarrying', 'miscellanys', 'mischievous', 'misconceive', 'misconducts', 'misconstrue', 'miscounting', 'misdemeanor', 'misdiagnose', 'misdirected', 'miserliness', 'misfeasance', 'misfortunes', 'misgoverned', 'misguidedly', 'mishandling', 'misidentify', 'misinformed', 'misjudgment', 'mismanaging', 'mismatching', 'misogynists', 'misprinting', 'misreadings', 'missionarys', 'mississauga', 'mississippi', 'missourians', 'misspelling', 'misspending', 'mistreating', 'mistrustful', 'mistrusting', 'mithridates', 'mitigations', 'mitsubishis', 'mitterrands', 'mizzenmasts', 'mnchhausens', 'mockingbird', 'moderations', 'modernising', 'modernistic', 'modernizing', 'modularized', 'modularizes', 'modulations', 'mohammedans', 'mohorovicic', 'moisturised', 'moisturiser', 'moisturises', 'moisturized', 'moisturizer', 'moisturizes', 'molestation', 'mollycoddle', 'molybdenite', 'molybdenums', 'momentarily', 'momentously', 'monarchical', 'monarchisms', 'monarchists', 'monasteries', 'monasticism', 'moneymakers', 'moneymaking', 'monkeyshine', 'monochromes', 'monogrammed', 'monographes', 'monolingual', 'monomaniacs', 'monongahela', 'monopolised', 'monopolises', 'monopolists', 'monopolized', 'monopolizes', 'monotheisms', 'monotheists', 'monstrances', 'monstrosity', 'monstrously', 'montenegrin', 'montenegros', 'montesquieu', 'montevideos', 'montgolfier', 'montgomerys', 'montpeliers', 'montserrats', 'moonlighted', 'moonlighter', 'moratoriums', 'morosenesss', 'morphologys', 'mortarboard', 'mothballing', 'motherboard', 'motherhoods', 'motherlands', 'motivations', 'motocrosses', 'motorbiking', 'motorcycled', 'motorcycles', 'motormouths', 'mountaineer', 'mountainous', 'mountaintop', 'mountbatten', 'mountebanks', 'moussorgsky', 'mouthpieces', 'mouthwashes', 'mozambicans', 'mozambiques', 'mozzarellas', 'mudslingers', 'mudslinging', 'muhammadans', 'mulishnesss', 'multimedias', 'multinomial', 'multiplexed', 'multiplexer', 'multiplexes', 'multiplexor', 'multipliers', 'multiplying', 'multiracial', 'municipally', 'munificence', 'murderesses', 'murderously', 'muscularity', 'musculature', 'mushrooming', 'musicologys', 'muskellunge', 'mutabilitys', 'mutableness', 'mutilations', 'mythologies', 'mythologist', 'nailbrushes', 'nanoseconds', 'naphthalene', 'narcissisms', 'narcissists', 'narcissuses', 'narrownesss', 'nasturtiums', 'nationalise', 'nationalism', 'nationalist', 'nationality', 'nationalize', 'nationwides', 'naturalised', 'naturalises', 'naturalisms', 'naturalists', 'naturalized', 'naturalizes', 'naturalness', 'naughtiness', 'navigations', 'navratilova', 'neanderthal', 'nearsighted', 'necessaries', 'necessarily', 'necessitate', 'necessities', 'neckerchief', 'necromancer', 'necromancys', 'necromantic', 'necrophilia', 'needlepoint', 'needleworks', 'nefariously', 'negativitys', 'negligences', 'negligently', 'negotiating', 'negotiation', 'negotiators', 'neighboring', 'neighboured', 'neighbourly', 'nervelessly', 'nervousness', 'netherlands', 'netherworld', 'networkings', 'neurologist', 'neutralised', 'neutraliser', 'neutralises', 'neutralitys', 'neutralized', 'neutralizer', 'neutralizes', 'newscasters', 'newsletters', 'nicaraguans', 'nickelodeon', 'nightingale', 'nightmarish', 'nightshades', 'nightshirts', 'nightsticks', 'nimblenesss', 'nincompoops', 'nineteenths', 'nitrogenous', 'noblewomans', 'nocturnally', 'noiselessly', 'noisemakers', 'nominations', 'nominatives', 'nonabrasive', 'nonbeliever', 'nonblocking', 'nonchalance', 'nondescript', 'nondrinkers', 'nonentities', 'nonetheless', 'nonexistent', 'nonfictions', 'nonlinearly', 'nonnegative', 'nonpartisan', 'nonpayments', 'nonphysical', 'nonplussing', 'nonresident', 'nonseasonal', 'nonsensical', 'nonstandard', 'nonsupports', 'nonterminal', 'nonviolence', 'normalising', 'normalizing', 'northampton', 'northeaster', 'northerlies', 'northerners', 'nostradamus', 'nothingness', 'noticeboard', 'notoriously', 'nouakchotts', 'nourishment', 'novosibirsk', 'nucleotides', 'numerations', 'numerically', 'numerologys', 'numismatics', 'numismatist', 'nurserymans', 'nutcrackers', 'nutrasweets', 'nutritional', 'nymphomania', 'obfuscating', 'obfuscation', 'obfuscatory', 'objectively', 'objectivity', 'obligations', 'obliqueness', 'obliterated', 'obliterates', 'obliviously', 'obnoxiously', 'obscenities', 'obscurities', 'observances', 'observantly', 'observation', 'observatory', 'obsessively', 'obsolescent', 'obstetrical', 'obstetricss', 'obstinately', 'obstructing', 'obstruction', 'obstructive', 'obtrusively', 'obtusenesss', 'obviousness', 'occasioning', 'occidentals', 'occultation', 'occupancies', 'occupations', 'occurrences', 'odoriferous', 'odorousness', 'offensively', 'offertories', 'offhandedly', 'officialdom', 'officiating', 'officiously', 'oktoberfest', 'oldsmobiles', 'olfactories', 'oligarchies', 'ominousness', 'omnipotence', 'omnipresent', 'omniscience', 'opalescence', 'opaquenesss', 'operational', 'opinionated', 'oppenheimer', 'opportunely', 'opportunism', 'opportunist', 'opportunity', 'oppositions', 'oppressions', 'opprobrious', 'opprobriums', 'optoisolate', 'optometrist', 'orangutangs', 'oranjestads', 'orchestrate', 'orderliness', 'ordinations', 'ordovicians', 'organically', 'organizable', 'orientating', 'orientation', 'originality', 'originating', 'origination', 'originators', 'ornamenting', 'ornatenesss', 'ornithology', 'orthodontia', 'orthodontic', 'orthodoxies', 'orthography', 'orthonormal', 'orthopaedic', 'orthopedics', 'orthopedist', 'oscillating', 'oscillation', 'oscillators', 'oscillatory', 'ostentation', 'osteopathic', 'osteopathys', 'ostracising', 'ostracizing', 'ouagadougou', 'outbalanced', 'outbalances', 'outbuilding', 'outclassing', 'outcropping', 'outdistance', 'outfielders', 'outflanking', 'outmaneuver', 'outnumbered', 'outpatients', 'outperforms', 'outpourings', 'outreaching', 'outsmarting', 'outsourcing', 'outspokenly', 'outstanding', 'outstations', 'outstripped', 'outweighing', 'overachieve', 'overanxious', 'overbalance', 'overbearing', 'overbooking', 'overburdens', 'overcasting', 'overcharged', 'overcharges', 'overcooking', 'overcrowded', 'overdrawing', 'overdressed', 'overdresses', 'overexposed', 'overexposes', 'overextends', 'overflowing', 'overgrowing', 'overgrowths', 'overhanging', 'overhauling', 'overhearing', 'overheating', 'overindulge', 'overlapping', 'overloading', 'overlooking', 'overnighter', 'overplaying', 'overpowered', 'overpricing', 'overprinted', 'overproduce', 'overreached', 'overreaches', 'overreacted', 'overrunning', 'overselling', 'overshadows', 'overspreads', 'overstating', 'overstaying', 'overstepped', 'overstocked', 'overstuffed', 'overturning', 'overweening', 'overweights', 'overwhelmed', 'overworking', 'overwriting', 'overwritten', 'overwrought', 'overzealous', 'oxygenating', 'oxygenation', 'ozymandiass', 'pacesetters', 'pacesetting', 'pacifically', 'paediatrics', 'paginations', 'painfullest', 'painkillers', 'painstaking', 'paintbrushs', 'paleolithic', 'palestinian', 'palimpsests', 'palindromes', 'palindromic', 'pallbearers', 'palliations', 'palliatives', 'palpitating', 'palpitation', 'paltrinesss', 'pamphleteer', 'panamanians', 'pandemonium', 'panhandlers', 'panhandling', 'pantaloonss', 'pantheistic', 'pantomiming', 'paperhanger', 'paperweight', 'parachuting', 'parachutist', 'paradoxical', 'paragraphed', 'paraguayans', 'paralleling', 'parallelism', 'parallelize', 'parallelled', 'paramaribos', 'parameciums', 'paramedical', 'paraphrased', 'paraphrases', 'paraplegias', 'paraplegics', 'paratrooper', 'paratroopss', 'parentheses', 'parenthesis', 'parenthetic', 'parenthoods', 'parishioner', 'parliaments', 'partialitys', 'participant', 'participate', 'participial', 'participles', 'particulars', 'particulate', 'partitioned', 'partnership', 'parturition', 'passageways', 'passionless', 'passiveness', 'pasteboards', 'pasteurised', 'pasteurises', 'pasteurized', 'pasteurizes', 'patchinesss', 'paternalism', 'paternoster', 'pathologist', 'patriarchal', 'patriarchys', 'patrimonial', 'patrimonies', 'patriotisms', 'patrolwoman', 'patrolwomen', 'patronising', 'patronizing', 'patronymics', 'pauperising', 'pauperizing', 'pawnbrokers', 'peacemakers', 'peasanthood', 'peccadillos', 'peculiarity', 'pedagogical', 'pedestrians', 'pediatricss', 'pediatrists', 'peevishness', 'pejoratives', 'peloponnese', 'pencillings', 'pendereckis', 'penetrating', 'penetration', 'penetrative', 'penetrators', 'penicillins', 'penitential', 'penmanships', 'penningtons', 'pennyweight', 'penologists', 'pensiveness', 'pentameters', 'pentateuchs', 'pentathlons', 'pentecostal', 'penultimate', 'peppercorns', 'peppergrass', 'peppermints', 'perambulate', 'perceivable', 'perceivably', 'percentages', 'percentiles', 'perceptible', 'perceptibly', 'perceptions', 'perchlorate', 'percolating', 'percolation', 'percolators', 'percussions', 'perennially', 'perfectible', 'perfections', 'perfectness', 'perforating', 'perforation', 'performance', 'perfumeries', 'perfunctory', 'pericardium', 'perihelions', 'periodicals', 'periodicity', 'periodontal', 'peripatetic', 'peripherals', 'peripheries', 'periphrases', 'periphrasis', 'perishables', 'peritoneums', 'peritonitis', 'periwinkles', 'permafrosts', 'permanences', 'permanently', 'permissible', 'permissibly', 'permissions', 'permutation', 'perorations', 'perpetrated', 'perpetrates', 'perpetrator', 'perpetually', 'perpetuated', 'perpetuates', 'perpetuitys', 'perplexitys', 'perquisites', 'persecuting', 'persecution', 'persecutors', 'persecutory', 'persephones', 'persepoliss', 'perseverant', 'persevering', 'persiflages', 'persistence', 'persnickety', 'personalise', 'personality', 'personalize', 'personified', 'personifies', 'perspective', 'perspicuity', 'perspicuous', 'persuadable', 'persuasions', 'pertinacity', 'pertinences', 'pervasively', 'perversions', 'perversitys', 'pessimistic', 'pestilences', 'petitioners', 'petitioning', 'petrolatums', 'pettifogged', 'pettifogger', 'phanerozoic', 'phantasying', 'pharmacists', 'phenomenons', 'philandered', 'philanderer', 'philatelist', 'philippians', 'philippines', 'philistines', 'philodendra', 'philologist', 'philosopher', 'philosophic', 'philosophys', 'phonetician', 'phonographs', 'phonologist', 'phosphoruss', 'photocopied', 'photocopier', 'photocopies', 'photographs', 'photography', 'photometric', 'phraseology', 'phrenologys', 'physiognomy', 'physiologys', 'pianissimos', 'pianofortes', 'piccalillis', 'pickabacked', 'pickpockets', 'pictographs', 'pictorially', 'picturesque', 'pigeonberry', 'pigeonholed', 'pigeonholes', 'piggishness', 'piggybacked', 'pilgrimages', 'pillowcases', 'pilothouses', 'pincushions', 'pinfeathers', 'pinpointing', 'pinwheeling', 'pirouetting', 'piscatorial', 'pisistratus', 'pitchblende', 'pitchforked', 'pittsburghs', 'pituitaries', 'placeholder', 'plagiarised', 'plagiarises', 'plagiarisms', 'plagiarists', 'plagiarized', 'plagiarizes', 'plagioclase', 'plaintively', 'planetarium', 'planoconvex', 'plantagenet', 'plantations', 'plasticines', 'plasticitys', 'platforming', 'playactings', 'playfulness', 'playgrounds', 'playstation', 'playwrights', 'playwriting', 'pleasantest', 'pleasantrys', 'pleasurable', 'pleasurably', 'plebiscites', 'pleistocene', 'plentifully', 'plexiglases', 'pliabilitys', 'ploughshare', 'pluckinesss', 'pluperfects', 'pluralising', 'pluralistic', 'pluralities', 'pluralizing', 'plutocracys', 'plutocratic', 'pocahontass', 'pocketbooks', 'pocketknife', 'pockmarking', 'podiatrists', 'poinsettias', 'pointillism', 'pointillist', 'pointlessly', 'poisonously', 'polarimeter', 'polarimetry', 'polariscope', 'polarograph', 'policewoman', 'policewomen', 'politenesss', 'politically', 'politicians', 'politicised', 'politicises', 'politicized', 'politicizes', 'politicking', 'pollinating', 'pollination', 'poltergeist', 'polygamists', 'polygraphed', 'polyhedrons', 'polyhymnias', 'polymorphic', 'polynesians', 'polynomials', 'polystyrene', 'polytechnic', 'polytheisms', 'polytheists', 'pomegranate', 'pomeranians', 'pompadoured', 'pompousness', 'ponderously', 'pontificate', 'popularised', 'popularises', 'popularitys', 'popularized', 'popularizes', 'populations', 'pornography', 'portability', 'portculliss', 'porterhouse', 'portlinesss', 'portmanteau', 'portraitist', 'portraiture', 'portugueses', 'positioning', 'possessions', 'possessives', 'possibility', 'postmarking', 'postmasters', 'postmortems', 'postoffices', 'postprocess', 'postscripts', 'postulating', 'postulation', 'potentially', 'powerhouses', 'powerlessly', 'powerpoints', 'practicable', 'practicably', 'practically', 'pragmatisms', 'pragmatists', 'prearranged', 'prearranges', 'preassigned', 'precambrian', 'precautions', 'precedences', 'precedented', 'preciositys', 'precipitant', 'precipitate', 'precipitous', 'preciseness', 'preclusions', 'preconceive', 'predeceased', 'predeceases', 'predecessor', 'predefining', 'predestined', 'predestines', 'predicament', 'predicating', 'predication', 'predicative', 'predictable', 'predictably', 'predictions', 'predisposed', 'predisposes', 'predominant', 'predominate', 'preeminence', 'preemptions', 'preexisting', 'prefectures', 'preferences', 'preferments', 'prefiguring', 'pregnancies', 'prehistoric', 'prehistorys', 'prejudgment', 'prejudicial', 'prejudicing', 'preliminary', 'prematurely', 'prematurity', 'premeditate', 'premonition', 'premonitory', 'preoccupied', 'preoccupies', 'preordained', 'prepackaged', 'prepackages', 'preparation', 'preparative', 'preparatory', 'prepayments', 'preposition', 'prerecorded', 'preregister', 'prerogative', 'preschooler', 'presciences', 'prescribing', 'preselected', 'presentable', 'presentness', 'preshrunken', 'presidencys', 'pressurised', 'pressurises', 'pressurized', 'pressurizes', 'prestigious', 'presumption', 'presumptive', 'presupposed', 'presupposes', 'pretensions', 'pretentious', 'prettifying', 'prettinesss', 'prevalences', 'prevalently', 'prevaricate', 'preventable', 'preventably', 'preventible', 'preventions', 'preventives', 'priestesses', 'priesthoods', 'priestliest', 'primitively', 'primitivism', 'princeliest', 'principally', 'prioritised', 'prioritises', 'prioritized', 'prioritizes', 'prissinesss', 'privatising', 'privatizing', 'privileging', 'prizefights', 'probabilist', 'probability', 'probationer', 'problematic', 'proboscides', 'proboscises', 'proceedings', 'processions', 'proclaimers', 'proclaiming', 'proclivitys', 'procreating', 'procreation', 'procreative', 'procrustean', 'procrustess', 'procurators', 'procurement', 'prodigality', 'productions', 'profanation', 'profanities', 'professions', 'proficiency', 'proficients', 'profiteered', 'profligacys', 'profligates', 'profoundest', 'profunditys', 'progenitors', 'prognostics', 'programmers', 'programming', 'progressing', 'progression', 'progressive', 'prohibiting', 'prohibition', 'prohibitive', 'prohibitory', 'projectiles', 'projections', 'prolegomena', 'proletarian', 'proletariat', 'proliferate', 'promenading', 'prometheuss', 'prominences', 'prominently', 'promiscuity', 'promiscuous', 'promisingly', 'promontorys', 'promotional', 'promptitude', 'promptnesss', 'promulgated', 'promulgates', 'pronouncing', 'proofreader', 'propagandas', 'propagating', 'propagation', 'propellants', 'propellents', 'propensitys', 'prophesying', 'prophetesss', 'prophylaxis', 'propinquity', 'propitiated', 'propitiates', 'proportions', 'proposition', 'propounding', 'proprietary', 'proprietors', 'propulsions', 'prosaically', 'prosceniums', 'proscribing', 'prosecuting', 'prosecution', 'prosecutors', 'proselyting', 'proselytise', 'proselytize', 'proserpines', 'prospecting', 'prospection', 'prospective', 'prospectors', 'prospectuss', 'prosperitys', 'prosthesiss', 'prostituted', 'prostitutes', 'prostrating', 'prostration', 'protagonist', 'protections', 'proteolysis', 'proteolytic', 'proterozoic', 'protestants', 'protoplasms', 'prototyping', 'protracting', 'protraction', 'protractors', 'protrusions', 'protuberant', 'provability', 'provenances', 'providences', 'providently', 'provincials', 'provisional', 'provisioned', 'provocateur', 'provocation', 'provocative', 'prudentials', 'psychedelic', 'psychiatric', 'psychiatrys', 'psychically', 'psychogenic', 'psychologys', 'psychometry', 'psychopaths', 'pterodactyl', 'pubescences', 'publication', 'publicising', 'publicizing', 'publishable', 'publishings', 'pulchritude', 'pulverising', 'pulverizing', 'pumpkinseed', 'punctilious', 'punctuality', 'punctuating', 'punctuation', 'punishments', 'purchasable', 'purgatorial', 'purgatories', 'puritanical', 'puritanisms', 'purportedly', 'purposeless', 'pussyfooted', 'putrescence', 'puzzlements', 'pyromaniacs', 'pyrotechnic', 'pythagorass', 'pythagorean', 'quadrangles', 'quadratical', 'quadratures', 'quadrennial', 'quadricepss', 'quadrillion', 'quadruplets', 'quadrupling', 'quaintnesss', 'qualitative', 'quantifiers', 'quantifying', 'quarantined', 'quarantines', 'quarrelling', 'quarrelsome', 'quarterback', 'quarterdeck', 'quarterlies', 'quaternarys', 'queasinesss', 'queenslands', 'querulously', 'questioners', 'questioning', 'quicksilver', 'quiescences', 'quintilians', 'quintillion', 'quintuplets', 'quintupling', 'quizzically', 'rabelaisian', 'racecourses', 'racketeered', 'racquetball', 'radicalisms', 'radioactive', 'radiocarbon', 'radiography', 'radiologist', 'radiometric', 'ragamuffins', 'raggednesss', 'railroaders', 'railroading', 'rakishnesss', 'ramakrishna', 'rancorously', 'randomising', 'randomizing', 'randomnesss', 'rapaciously', 'rapscallion', 'rasalgethis', 'rasalhagues', 'raspberries', 'rastafarian', 'rathskeller', 'ratiocinate', 'rationalise', 'rationalism', 'rationalist', 'rationality', 'rationalize', 'rattlesnake', 'rattletraps', 'raucousness', 'raunchiness', 'ravishingly', 'ravishments', 'reactionary', 'reactivated', 'reactivates', 'readability', 'readerships', 'readjusting', 'readmitting', 'reaffirming', 'reaganomics', 'realisation', 'realization', 'reallocated', 'reallocates', 'reanalyzing', 'reanimating', 'reappearing', 'reappointed', 'reapportion', 'reappraisal', 'reappraised', 'reappraises', 'rearmaments', 'rearranging', 'reassembled', 'reassembles', 'reasserting', 'reassessing', 'reassigning', 'reassurance', 'reawakening', 'rebroadcast', 'recalculate', 'recantation', 'recapturing', 'receptacles', 'receptively', 'receptivity', 'recessional', 'recidivisms', 'recidivists', 'reciprocals', 'reciprocate', 'reciprocity', 'recirculate', 'recitations', 'recitatives', 'reclaimable', 'reclamation', 'recognising', 'recognition', 'recognizers', 'recognizing', 'recollected', 'recombinant', 'recombining', 'recommenced', 'recommences', 'recommended', 'recommender', 'recompensed', 'recompenses', 'recompiling', 'recomputing', 'reconciling', 'recondition', 'reconfigure', 'reconnected', 'reconnoiter', 'reconnoitre', 'reconquered', 'reconsiders', 'reconstruct', 'reconvening', 'recoverable', 'recreations', 'recriminate', 'recruitment', 'rectangular', 'rectifiable', 'rectilinear', 'recuperated', 'recuperates', 'recurrences', 'recurrently', 'recursively', 'recyclables', 'reddishness', 'redeclaring', 'redecorated', 'redecorates', 'rededicated', 'rededicates', 'redemptions', 'redeploying', 'redesigning', 'redeveloped', 'redirecting', 'redirection', 'rediscovers', 'rediscovery', 'redisplayed', 'redistricts', 'redoubtable', 'redundancys', 'redundantly', 'reeducating', 'reeducation', 'reelections', 'reemphasise', 'reemphasize', 'reenactment', 'reenforcing', 'reenlisting', 'reestablish', 'reevaluated', 'reevaluates', 'reexamining', 'refashioned', 'refectories', 'referencing', 'referendums', 'referential', 'refinancing', 'refinements', 'refinishing', 'reflectance', 'reflections', 'reflexively', 'reflexivity', 'refocussing', 'reforesting', 'reformation', 'reformatory', 'reformatted', 'reformulate', 'refractions', 'refractorys', 'refreshment', 'refrigerant', 'refrigerate', 'refulgences', 'refurbished', 'refurbishes', 'refurnished', 'refurnishes', 'refutations', 'regenerated', 'regenerates', 'regimenting', 'regionalism', 'registering', 'registrable', 'registrants', 'regressions', 'regretfully', 'regrettable', 'regrettably', 'regularised', 'regularises', 'regularitys', 'regularized', 'regularizes', 'regulations', 'regurgitate', 'reimbursing', 'reincarnate', 'reinforcing', 'reinserting', 'reinstating', 'reinterpret', 'reintroduce', 'reinventing', 'reinvesting', 'reiterating', 'reiteration', 'rejuvenated', 'rejuvenates', 'relabelling', 'relativitys', 'relaxations', 'relegations', 'reliability', 'religiosity', 'religiously', 'relocatable', 'relocations', 'reluctances', 'reluctantly', 'remaindered', 'remarriages', 'remembering', 'remembrance', 'reminiscent', 'reminiscing', 'remissnesss', 'remittances', 'remodelling', 'remonstrate', 'remorseless', 'remotenesss', 'remunerated', 'remunerates', 'renaissance', 'renascences', 'rendezvouss', 'renegotiate', 'renovations', 'renumbering', 'reoccupying', 'reoccurring', 'reorganised', 'reorganises', 'reorganized', 'reorganizes', 'repackaging', 'reparations', 'repatriated', 'repatriates', 'repentances', 'repertoires', 'repertories', 'repetitions', 'repetitious', 'replaceable', 'replacement', 'replenished', 'replenishes', 'repleteness', 'replicating', 'replication', 'reportorial', 'repositions', 'repositorys', 'repossessed', 'repossesses', 'reprehended', 'represented', 'repressions', 'reprimanded', 'reproachful', 'reproaching', 'reprocessed', 'reprocesses', 'reproducers', 'reproducing', 'reprogramed', 'republicans', 'republished', 'republishes', 'repudiating', 'repudiation', 'repugnances', 'repulsively', 'reputations', 'requirement', 'requisition', 'rescheduled', 'reschedules', 'rescissions', 'researchers', 'researching', 'reselecting', 'resemblance', 'resentfully', 'resentments', 'reservation', 'reshuffling', 'residencies', 'residential', 'resignation', 'resiliences', 'resiliencys', 'resistances', 'resistantly', 'resistivity', 'resolutions', 'resourceful', 'respectable', 'respectably', 'respiration', 'respirators', 'respiratory', 'resplendent', 'respondents', 'responsible', 'responsibly', 'restatement', 'restaurants', 'restfullest', 'restfulness', 'restitution', 'restiveness', 'restoration', 'restorative', 'restrainers', 'restraining', 'restricting', 'restriction', 'restrictive', 'restructure', 'resubmitted', 'resultantly', 'resumptions', 'resupplying', 'resurfacing', 'resurgences', 'resurrected', 'resurrector', 'resuscitate', 'retaliating', 'retaliation', 'retaliatory', 'retardation', 'retentively', 'reticulated', 'reticulates', 'retirements', 'retractable', 'retractions', 'retransmits', 'retrenching', 'retribution', 'retributive', 'retrievable', 'retroactive', 'retrofitted', 'retrograded', 'retrogrades', 'retrorocket', 'retrospects', 'retrovision', 'returnables', 'reupholster', 'revaluation', 'revelations', 'reverberate', 'reverencing', 'reverential', 'reverifying', 'revilements', 'revisionary', 'revitalised', 'revitalises', 'revitalized', 'revitalizes', 'revivalists', 'revivifying', 'revocations', 'revoltingly', 'revolutions', 'rewardingly', 'rhapsodised', 'rhapsodises', 'rhapsodized', 'rhapsodizes', 'rhetorician', 'rheumatisms', 'rhinestones', 'rhinoceross', 'riboflavins', 'ribonucleic', 'ricocheting', 'ricochetted', 'riefenstahl', 'rigamaroles', 'righteously', 'ringleaders', 'ringmasters', 'ritualistic', 'roadblocked', 'roadrunners', 'robespierre', 'robitussins', 'robustnesss', 'rochambeaus', 'rockefeller', 'roddenberry', 'rollerblade', 'rollickings', 'romanesques', 'romanticise', 'romanticism', 'romanticist', 'romanticize', 'rosenzweigs', 'rosicrucian', 'rotisseries', 'rotogravure', 'rottennesss', 'rottweilers', 'rotundnesss', 'roughhoused', 'roughhouses', 'roughnecked', 'roundabouts', 'roundedness', 'roundhouses', 'roustabouts', 'routinising', 'routinizing', 'rubberising', 'rubberizing', 'rubbermaids', 'rubbernecks', 'rudimentary', 'ruggednesss', 'ruminations', 'rusticating', 'rustication', 'rustproofed', 'sabbaticals', 'sacramental', 'sacramentos', 'sacrednesss', 'sacrificers', 'sacrificial', 'sacrificing', 'safeguarded', 'safekeeping', 'sagittarius', 'saintliness', 'salaciously', 'salamanders', 'salesclerks', 'salespeople', 'salesperson', 'saleswomans', 'salivations', 'salmonberry', 'salmonellae', 'salmonellas', 'saltcellars', 'saltshakers', 'salutations', 'salvadorans', 'salvadorian', 'salvageable', 'sanatoriums', 'sanctifying', 'sanctioning', 'sanctuaries', 'sandalwoods', 'sandbagging', 'sandblasted', 'sandblaster', 'sandcastles', 'sandpapered', 'sandwiching', 'sanguineous', 'sanitariums', 'sanitations', 'saprophytes', 'sarcophagus', 'sarsparilla', 'sartorially', 'sassafrases', 'satanically', 'satelliting', 'satirically', 'satisfiable', 'saturations', 'saturnalias', 'sauerkrauts', 'savagenesss', 'saxophonist', 'scaffolding', 'scandalised', 'scandalises', 'scandalized', 'scandalizes', 'scandinavia', 'scantinesss', 'scapegoated', 'scarborough', 'scarcenesss', 'sceptically', 'scepticisms', 'schenectady', 'schismatics', 'schlesinger', 'schmaltzier', 'schoenbergs', 'scholarship', 'scholastics', 'schoolbooks', 'schoolchild', 'schoolgirls', 'schoolhouse', 'schoolmarms', 'schoolmates', 'schoolrooms', 'schoolworks', 'schoolyards', 'schrdingers', 'schrieffers', 'schumpeters', 'schuylkills', 'schwarzkopf', 'scientology', 'scintillate', 'scoreboards', 'scotswomans', 'scoutmaster', 'scraggliest', 'scratchiest', 'scratchpads', 'screechiest', 'screenplays', 'screwdriver', 'scrimmaging', 'scrimshawed', 'scrumptious', 'scrutinised', 'scrutinises', 'scrutinized', 'scrutinizes', 'sculpturing', 'scuttlebutt', 'seamanships', 'seamstresss', 'searchingly', 'searchlight', 'seasickness', 'seaworthier', 'secondaries', 'secondarily', 'secretarial', 'secretariat', 'secretaries', 'secretively', 'secularised', 'secularises', 'secularisms', 'secularized', 'secularizes', 'sedimentary', 'seductively', 'seemlinesss', 'seersuckers', 'segregating', 'segregation', 'seismically', 'seismograph', 'seismologys', 'selectively', 'selectivity', 'selfadjoint', 'selfishness', 'semanticist', 'semaphoring', 'semicircles', 'semimonthly', 'seminarians', 'semiprivate', 'semiskilled', 'semitrailer', 'semiweeklys', 'senegaleses', 'sennacherib', 'sensational', 'senselessly', 'sensibility', 'sensitising', 'sensitively', 'sensitivity', 'sensitizing', 'sensualitys', 'sensurround', 'sententious', 'sentimental', 'separations', 'separatisms', 'separatists', 'septicaemia', 'septicemias', 'septuagints', 'sepulchered', 'sepulchring', 'sequencings', 'sequestered', 'serendipity', 'serenenesss', 'serialising', 'serializing', 'seriousness', 'sermonising', 'sermonizing', 'serpentines', 'serviceable', 'servicemans', 'settlements', 'sevastopols', 'seventeenth', 'seventieths', 'severalfold', 'seychelless', 'shabbinesss', 'shadowboxed', 'shadowboxes', 'shagginesss', 'shakespeare', 'shallowness', 'shamelessly', 'shanghaiing', 'shantytowns', 'shapelessly', 'shapeliness', 'shareholder', 'shcharansky', 'shellacking', 'shellfishes', 'shenanigans', 'shepherdess', 'shepherding', 'shibboleths', 'shiftinesss', 'shillelaghs', 'shipbuilder', 'shipwrecked', 'shipwrights', 'shirtsleeve', 'shirtwaists', 'shoddinesss', 'shoehorning', 'shoestrings', 'shopkeepers', 'shoplifters', 'shoplifting', 'shortbreads', 'shortchange', 'shortcoming', 'shortenings', 'shorthanded', 'shotgunning', 'shouldering', 'showboating', 'showmanship', 'shrewdnesss', 'shrillnesss', 'shrivelling', 'shrubberies', 'shutterbugs', 'shuttlecock', 'shylockians', 'sickeningly', 'siddharthas', 'sidesaddles', 'sidestepped', 'sidestroked', 'sidestrokes', 'sideswiping', 'sidetracked', 'sierpinskis', 'sightseeing', 'signalising', 'signalizing', 'signatories', 'significant', 'signposting', 'silhouetted', 'silhouettes', 'silverfishs', 'silversmith', 'silverwares', 'similaritys', 'simplenesss', 'simplicitys', 'simplifiers', 'simplifying', 'simulations', 'simulcasted', 'sinfulnesss', 'singsonging', 'singularity', 'sisterhoods', 'situational', 'skateboards', 'skedaddling', 'skeptically', 'skepticisms', 'skimpinesss', 'skinninesss', 'skirmishers', 'skirmishing', 'skulduggery', 'skyrocketed', 'skyscrapers', 'skywritings', 'slaphappier', 'slaughtered', 'slaughterer', 'sleazinesss', 'sleepinesss', 'sleeplessly', 'sleepwalked', 'sleepwalker', 'sleepyheads', 'slenderised', 'slenderises', 'slenderized', 'slenderizes', 'slenderness', 'slightnesss', 'slipperiest', 'sloppinesss', 'slovenliest', 'smatterings', 'smithereens', 'smithsonian', 'smokehouses', 'smokescreen', 'smokestacks', 'smoothnesss', 'smouldering', 'snapdragons', 'snootinesss', 'snorkelings', 'snorkelling', 'snowballing', 'snowboarded', 'snowmobiled', 'snowmobiles', 'snowploughs', 'snowplowing', 'snowshoeing', 'sociability', 'socialising', 'socialistic', 'socializing', 'sociologist', 'sociometric', 'softhearted', 'solemnising', 'solemnizing', 'solicitudes', 'solidaritys', 'solidifying', 'soliloquies', 'soliloquise', 'soliloquize', 'solubilitys', 'somersaults', 'somnolences', 'songwriters', 'soothsayers', 'sophistries', 'sorceresses', 'sordidnesss', 'sorrowfully', 'soubriquets', 'soulfulness', 'soundlessly', 'soundproofs', 'soundtracks', 'southampton', 'southerlies', 'southerners', 'southwester', 'sovereignty', 'spacecrafts', 'spaceflight', 'spacewalked', 'sparsenesss', 'spatterdock', 'speakeasies', 'spearheaded', 'specialised', 'specialises', 'specialists', 'specialitys', 'specialized', 'specializes', 'specialties', 'specifiable', 'specificity', 'spectacless', 'spectacular', 'spectrogram', 'speculating', 'speculation', 'speculative', 'speculators', 'speedometer', 'spellbinder', 'spendthrift', 'spenglerian', 'spermatozoa', 'spermicides', 'spherically', 'spiritually', 'spirographs', 'spitefuller', 'spitsbergen', 'splashdowns', 'splattering', 'splendidest', 'splintering', 'splotchiest', 'spluttering', 'spoilsports', 'spokeswoman', 'spokeswomen', 'spoliations', 'sponsorship', 'spontaneity', 'spontaneous', 'spoonerisms', 'sportscasts', 'sportswears', 'sportswoman', 'sportswomen', 'sportswrite', 'spotlighted', 'spottinesss', 'spreadsheet', 'sprightlier', 'springboard', 'springfield', 'springiness', 'springsteen', 'springtimes', 'sprinklings', 'squandering', 'squarenesss', 'squashberry', 'squeamishly', 'squeegeeing', 'squiggliest', 'squirreling', 'squirrelled', 'stabilisers', 'stabilising', 'stabilities', 'stabilizers', 'stabilizing', 'stagecoachs', 'stagestruck', 'stagflation', 'stagnations', 'stairmaster', 'stalactites', 'stalagmites', 'stalemating', 'stalingrads', 'standardise', 'standardize', 'standoffish', 'standpoints', 'standstills', 'startlingly', 'starvations', 'statehouses', 'stateliness', 'stationerys', 'statistical', 'statutorily', 'steadfastly', 'steadinesss', 'steakhouses', 'stealthiest', 'steamrolled', 'steamroller', 'steeplebush', 'steeplejack', 'stegosaurus', 'stencilling', 'stenography', 'stepbrother', 'stepfathers', 'stephanotis', 'stepladders', 'stepmothers', 'stepparents', 'stepsisters', 'stereoscope', 'stereoscopy', 'stereotyped', 'stereotypes', 'sterilisers', 'sterilising', 'sterilizers', 'sterilizing', 'stethoscope', 'stewardesss', 'stewardship', 'stickinesss', 'stickleback', 'stigmatised', 'stigmatises', 'stigmatized', 'stigmatizes', 'stillbirths', 'stimulating', 'stimulation', 'stimulative', 'stimulatory', 'stinginesss', 'stipulating', 'stipulation', 'stockbroker', 'stockhausen', 'stockholder', 'stockinesss', 'stockpiling', 'stodginesss', 'stolichnaya', 'stomachache', 'stonewalled', 'stopwatches', 'storefronts', 'storehouses', 'storekeeper', 'storminesss', 'storyteller', 'straggliest', 'straightens', 'straightest', 'straightway', 'straitening', 'strangeness', 'stranglings', 'strangulate', 'straplesses', 'strategists', 'stratifying', 'stravinskys', 'strawberrys', 'strawflower', 'streamlined', 'streamliner', 'streamlines', 'streetlight', 'strengthens', 'strenuously', 'stretchiest', 'stricklands', 'strictnesss', 'strikebreak', 'stringencys', 'stringently', 'stringiness', 'stripteased', 'stripteases', 'strongboxes', 'strongholds', 'structuring', 'strychnines', 'stubbornest', 'studebakers', 'studentship', 'stuffinesss', 'stultifying', 'stupidities', 'sturdinesss', 'stylishness', 'subbasement', 'subcompacts', 'subcontract', 'subcultures', 'subdividing', 'subdivision', 'subheadings', 'subinterval', 'subjections', 'subjugating', 'subjugation', 'subjunctive', 'sublimating', 'sublimation', 'submariners', 'submergence', 'submersible', 'submersions', 'submissions', 'subnetworks', 'subordinate', 'subornation', 'subpoenaing', 'subproblems', 'subprograms', 'subrogation', 'subroutines', 'subscribers', 'subscribing', 'subscripted', 'subsections', 'subsegments', 'subsequence', 'subservient', 'subsidences', 'subsidiarys', 'subsidising', 'subsidizing', 'subsistence', 'substandard', 'substantial', 'substantive', 'substations', 'substituent', 'substituted', 'substitutes', 'substratums', 'subterfuges', 'subtotaling', 'subtotalled', 'subtracting', 'subtraction', 'subtractors', 'subtrahends', 'subtropical', 'suburbanite', 'subversions', 'subversives', 'successions', 'succinctest', 'succulences', 'suddennesss', 'sudetenland', 'sufferances', 'sufficiency', 'suffocating', 'suffocation', 'suffragette', 'suffragists', 'sugarcoated', 'suggestible', 'suggestions', 'suitability', 'sulfonamide', 'sullennesss', 'summarising', 'summarizing', 'summerhouse', 'summertimes', 'sunbathings', 'sunglassess', 'supercharge', 'superficial', 'superfluity', 'superfluous', 'superimpose', 'superintend', 'superiority', 'superlative', 'superlunary', 'supermarket', 'supernatant', 'superposing', 'superpowers', 'superscript', 'superseding', 'supertanker', 'supervening', 'supervising', 'supervision', 'supervisors', 'supervisory', 'supplanting', 'supplements', 'supplenesss', 'supplicants', 'supplicated', 'supplicates', 'supportable', 'supposition', 'suppository', 'suppressing', 'suppression', 'suppurating', 'suppuration', 'supremacist', 'supremities', 'surcharging', 'surfaceness', 'surfboarded', 'surmounting', 'surplussing', 'surprisings', 'surrealisms', 'surrealists', 'surrendered', 'surrounding', 'surveillant', 'susceptance', 'susceptible', 'suspenseful', 'suspensions', 'susquehanna', 'sustainable', 'sustenances', 'sutherlands', 'swallowtail', 'swammerdams', 'sweatpantss', 'sweatshirts', 'swedenborgs', 'sweepstakes', 'sweetbreads', 'sweetbriars', 'sweetbriers', 'sweetenings', 'sweethearts', 'swellheaded', 'switchbacks', 'switchblade', 'switchboard', 'switzerland', 'swordfishes', 'sycophantic', 'syllabified', 'syllabifies', 'syllogistic', 'symbolising', 'symbolizing', 'symmetrical', 'symmetricly', 'sympathetic', 'sympathiess', 'sympathised', 'sympathiser', 'sympathises', 'sympathized', 'sympathizer', 'sympathizes', 'symptomatic', 'synchronise', 'synchronism', 'synchronize', 'synchronous', 'synchrotron', 'syncopating', 'syncopation', 'syndicating', 'syndication', 'synergistic', 'syntactical', 'synthesised', 'synthesises', 'synthesized', 'synthesizer', 'synthesizes', 'syphilitics', 'systematise', 'systematize', 'szymborskas', 'tabernacles', 'tablecloths', 'tablespoons', 'tabulations', 'tachometers', 'taciturnity', 'tajikistans', 'taklamakans', 'talkatively', 'tallahassee', 'talleyrands', 'tambourines', 'tanganyikas', 'tangibility', 'tantalising', 'tantalizing', 'taskmasters', 'tastelessly', 'tattletales', 'tautologies', 'tawdrinesss', 'taxidermist', 'tchaikovsky', 'teargassing', 'tearjerkers', 'teaspoonful', 'technically', 'technicians', 'technicolor', 'technocracy', 'technocrats', 'technologys', 'tediousness', 'teetotalers', 'teetotaller', 'tegucigalpa', 'telecasters', 'telecasting', 'telecommute', 'telegraphed', 'telegrapher', 'telegraphic', 'telegraphys', 'telekinesis', 'telemetries', 'telephoners', 'telephoning', 'teleprinter', 'telescoping', 'televisions', 'temperament', 'temperances', 'temperately', 'temperature', 'tempestuous', 'temporaries', 'temporarily', 'temporising', 'temporizing', 'temptations', 'temptresses', 'tenabilitys', 'tenaciously', 'tendentious', 'tenderfoots', 'tenderisers', 'tenderising', 'tenderizers', 'tenderizing', 'tenderloins', 'tendernesss', 'tendinitiss', 'tendonitiss', 'tentatively', 'tenterhooks', 'tenuousness', 'teotihuacan', 'teratogenic', 'terminating', 'termination', 'terminators', 'terminology', 'terpsichore', 'terrestrial', 'territorial', 'territories', 'terrorising', 'terroristic', 'terrorizing', 'testability', 'testimonial', 'testimonies', 'tetrahedral', 'tetrahedron', 'tetravalent', 'thallophyte', 'thanklessly', 'theatricals', 'thenceforth', 'theocracies', 'theodosiuss', 'theologians', 'theological', 'theoretical', 'therapeutic', 'thereabouts', 'theretofore', 'thermometer', 'thermometry', 'thermopower', 'thermopylae', 'thermostats', 'thesauruses', 'thessalonki', 'thickenings', 'thicknesses', 'thimblefuls', 'thingamajig', 'thiocyanate', 'thirteenths', 'thistledown', 'thoroughest', 'thoughtless', 'thousandths', 'threatening', 'threescores', 'thriftiness', 'thrillingly', 'throatiness', 'thrombosiss', 'throughways', 'thucydidess', 'thumbscrews', 'thunderbird', 'thunderbolt', 'thunderclap', 'thunderhead', 'ticonderoga', 'tiddlywinks', 'tiebreakers', 'tightenings', 'tightfisted', 'timberlands', 'timberlines', 'timekeepers', 'timelinesss', 'timesharing', 'timetabling', 'tinderboxes', 'tinkerbells', 'tinseltowns', 'tippecanoes', 'titillating', 'titillation', 'toastmaster', 'tobacconist', 'tobogganing', 'tocqueville', 'tolerations', 'tomahawking', 'tomfoolerys', 'tonsillitis', 'toothbrushs', 'toothpastes', 'topocentric', 'topographer', 'topographic', 'topographys', 'topological', 'torchlights', 'torricellis', 'touchstones', 'tourmalines', 'tournaments', 'tourniquets', 'townspeople', 'toxicologys', 'tracheotomy', 'trademarked', 'traditional', 'traffickers', 'trafficking', 'tragicomedy', 'trailblazer', 'trajectorys', 'trammelling', 'trampolines', 'tranquilest', 'tranquility', 'tranquilize', 'tranquiller', 'transacting', 'transaction', 'transalpine', 'transceiver', 'transcended', 'transcribed', 'transcriber', 'transcribes', 'transcripts', 'transducers', 'transferals', 'transferral', 'transferred', 'transferrer', 'transfigure', 'transfinite', 'transfixing', 'transformed', 'transformer', 'transfusing', 'transfusion', 'transiences', 'transiencys', 'transiently', 'transistors', 'transitions', 'transitives', 'transitting', 'translating', 'translation', 'translators', 'translucent', 'transmittal', 'transmitted', 'transmitter', 'transmuting', 'transparent', 'transpiring', 'transplants', 'transponder', 'transported', 'transporter', 'transposing', 'transsexual', 'transversal', 'transverses', 'trapezoidal', 'traumatised', 'traumatises', 'traumatized', 'traumatizes', 'travellings', 'travelogues', 'traversable', 'travestying', 'treacheries', 'treacherous', 'treasonable', 'tremulously', 'trencherman', 'trenchermen', 'trepidation', 'trespassers', 'trespassing', 'triangulate', 'triangulums', 'tribulation', 'tributaries', 'triceratops', 'trichinella', 'trickinesss', 'tridiagonal', 'trifluoride', 'trilaterals', 'trillionths', 'trinitarian', 'triplicated', 'triplicates', 'trisyllable', 'triumvirate', 'trivialised', 'trivialises', 'trivialitys', 'trivialized', 'trivializes', 'trombonists', 'troposphere', 'troubadours', 'troubleshot', 'troublesome', 'truculences', 'truculently', 'truncations', 'trusteeship', 'trustworthy', 'tsiolkovsky', 'tsongkhapas', 'tuberculous', 'tumbleweeds', 'tunnellings', 'turbulences', 'turbulently', 'turnarounds', 'turpentines', 'turtledoves', 'turtlenecks', 'tuscaloosas', 'tutankhamen', 'tweedledees', 'tweedledums', 'typecasting', 'typescripts', 'typesetters', 'typesetting', 'typewriters', 'typewriting', 'typewritten', 'typicalness', 'typographer', 'typographic', 'typographys', 'tyrannicide', 'tyrannising', 'tyrannizing', 'tyrannosaur', 'ulcerations', 'ultramarine', 'ultramodern', 'ultrasounds', 'ultrasuedes', 'ultraviolet', 'umbilicuses', 'unabridgeds', 'unalienable', 'unalterable', 'unalterably', 'unambiguous', 'unambitious', 'unanimously', 'unannounced', 'unappealing', 'unashamedly', 'unavailable', 'unavoidable', 'unavoidably', 'unawareness', 'unbeknownst', 'unbelievers', 'unbreakable', 'unburdening', 'unbuttoning', 'uncancelled', 'unceasingly', 'uncertainly', 'uncertainty', 'unchristian', 'uncivilised', 'uncivilized', 'uncleanlier', 'uncleanness', 'uncluttered', 'uncollected', 'uncommitted', 'uncommonest', 'uncompleted', 'unconcerned', 'unconfirmed', 'unconnected', 'unconscious', 'uncontested', 'unconvinced', 'uncorrected', 'uncountable', 'uncountably', 'undauntedly', 'undeceiving', 'undecidable', 'undefinable', 'undelivered', 'undemanding', 'underacting', 'underbellys', 'underbrushs', 'undercharge', 'underclasss', 'undercoated', 'underexpose', 'underflowed', 'underfunded', 'underground', 'undergrowth', 'underhanded', 'underlining', 'undermining', 'underneaths', 'underpantss', 'underpasses', 'underpaying', 'underpinned', 'underplayed', 'underrating', 'underscored', 'underscores', 'undershirts', 'undershoots', 'undershorts', 'undersigned', 'underskirts', 'understands', 'understated', 'understates', 'understudys', 'undertakers', 'undertaking', 'undervalued', 'undervalues', 'underweight', 'underworlds', 'underwriter', 'underwrites', 'undeserving', 'undesirable', 'undeveloped', 'undignified', 'undisclosed', 'undisguised', 'undisturbed', 'undoubtedly', 'undulations', 'uneasinesss', 'unemotional', 'unemployeds', 'unendurable', 'unequivocal', 'unessential', 'unevaluated', 'unevennesss', 'unexplained', 'unfailingly', 'unfairnesss', 'unfastening', 'unfavorable', 'unfavorably', 'unfeelingly', 'unfettering', 'unflappable', 'unflinching', 'unforgeable', 'unforgiving', 'unformatted', 'unfortunate', 'unfulfilled', 'unfurnished', 'ungainliest', 'unhappiness', 'unhealthful', 'unhealthier', 'unification', 'uniformitys', 'unimportant', 'unimpressed', 'uninhabited', 'uninhibited', 'uninitiated', 'uninspiring', 'uninstalled', 'uninstaller', 'uniquenesss', 'universally', 'universitys', 'unjustified', 'unkindliest', 'unkindnesss', 'unknowingly', 'unlikeliest', 'unmemorable', 'unmitigated', 'unnaturally', 'unnecessary', 'unobservant', 'unobtrusive', 'unoffensive', 'unorganised', 'unorganized', 'unpalatable', 'unpatriotic', 'unperturbed', 'unpreserved', 'unprintable', 'unprojected', 'unpromising', 'unprotected', 'unpublished', 'unqualified', 'unravelling', 'unreachable', 'unrealistic', 'unreasoning', 'unregulated', 'unrehearsed', 'unrelenting', 'unremitting', 'unrepentant', 'unrewarding', 'unrulinesss', 'unsatisfied', 'unsaturated', 'unscheduled', 'unscrambled', 'unscrambles', 'unseemliest', 'unselfishly', 'unshakeable', 'unsheathing', 'unsightlier', 'unsolicited', 'unspeakable', 'unspeakably', 'unspecified', 'unsteadiest', 'unstoppable', 'unsubscribe', 'unsupported', 'unsurpassed', 'unsuspected', 'unsweetened', 'unthinkable', 'untidinesss', 'untimeliest', 'untouchable', 'unutterable', 'unutterably', 'unvarnished', 'unwarinesss', 'unwarranted', 'unwholesome', 'unwieldiest', 'unwillingly', 'unwittingly', 'unworthiest', 'upbringings', 'upholstered', 'upholsterer', 'upholsterys', 'uprightness', 'urinalysiss', 'usefulnesss', 'uselessness', 'usurpations', 'utilisation', 'utilitarian', 'utilization', 'uzbekistans', 'vacationers', 'vacationing', 'vaccinating', 'vaccination', 'vacillating', 'vacillation', 'vagabonding', 'valediction', 'valedictory', 'valenzuelas', 'validations', 'valparaisos', 'vandalising', 'vandalizing', 'vanishingly', 'vanquishing', 'variability', 'varicolored', 'variegating', 'vasectomies', 'vaudevilles', 'vectorizing', 'vegetarians', 'vegetations', 'venerations', 'venezuelans', 'ventilating', 'ventilation', 'ventilators', 'ventricular', 'venturesome', 'verbalising', 'verbalizing', 'verdigrised', 'verdigrises', 'vermicellis', 'vermiculite', 'vermillions', 'vernaculars', 'versailless', 'versatility', 'vertebrates', 'vertiginous', 'veterinarys', 'vibraphones', 'vicariously', 'vichyssoise', 'viciousness', 'vicissitude', 'victimising', 'victimizers', 'victimizing', 'victualling', 'videotaping', 'vietnameses', 'viewfinders', 'vigilantism', 'vijayanagar', 'vijayawadas', 'villarreals', 'vinaigrette', 'vindicating', 'vindication', 'vindicators', 'violoncello', 'virtuositys', 'viscountess', 'visibilitys', 'visionaries', 'visitations', 'visualising', 'visualizing', 'viticulture', 'vituperated', 'vituperates', 'vivaciously', 'vivekananda', 'vivisection', 'vladivostok', 'vocabularys', 'vociferated', 'vociferates', 'volatilitys', 'volkswagens', 'volleyballs', 'volubilitys', 'voluntaries', 'voluntarily', 'voluntarism', 'volunteered', 'voluptuarys', 'voraciously', 'vouchsafing', 'voyeuristic', 'vulcanising', 'vulcanizing', 'vulgarising', 'vulgarities', 'vulgarizing', 'vulturelike', 'wainscoting', 'wainscotted', 'wakefulness', 'wallenstein', 'wallflowers', 'wallpapered', 'wanderlusts', 'wantonnesss', 'warehousing', 'warmhearted', 'warrantying', 'washerwoman', 'washerwomen', 'washingtons', 'wastebasket', 'wastepapers', 'watchmakers', 'watchtowers', 'watercolors', 'watercolour', 'watercourse', 'watercrafts', 'watercresss', 'waterfronts', 'waterlogged', 'watermarked', 'watermelons', 'waterpowers', 'waterproofs', 'waterspouts', 'waterworkss', 'wavelengths', 'waywardness', 'wealthiness', 'wearisomely', 'weathercock', 'weatherings', 'weatherised', 'weatherises', 'weatherized', 'weatherizes', 'weathermans', 'webmistress', 'weierstrass', 'weightiness', 'weissmuller', 'wellingtons', 'wellsprings', 'westchester', 'westernised', 'westernises', 'westernized', 'westernizes', 'westernmost', 'westminster', 'weyerhauser', 'wheatstones', 'wheelbarrow', 'wheelchairs', 'wheelwright', 'whereabouts', 'wheresoever', 'wherewithal', 'whimsically', 'whisperings', 'whistleable', 'whitefields', 'whitefishes', 'whitehorses', 'whitewashed', 'whitewashes', 'whitsundays', 'whodunnitss', 'wholesalers', 'wholesaling', 'whorehouses', 'wickednesss', 'wickerworks', 'wiesenthals', 'wilberforce', 'wildcatting', 'wildebeests', 'wildernesss', 'wildflowers', 'wilfulnesss', 'wilhelminas', 'willamettes', 'willfulness', 'willingness', 'wilmingtons', 'windbreaker', 'windjammers', 'windmilling', 'windowpanes', 'windowsills', 'windscreens', 'windshields', 'windsurfing', 'wineglasses', 'wingspreads', 'wintergreen', 'winterising', 'winterizing', 'wintertimes', 'wiretapping', 'wisecracked', 'wisenheimer', 'wistfulness', 'witchcrafts', 'withdrawals', 'withdrawing', 'withholders', 'withholding', 'womanliness', 'womenfolkss', 'wonderfully', 'wonderingly', 'wonderlands', 'wonderments', 'woodcarving', 'woodcutters', 'woodcutting', 'woodennesss', 'woodpeckers', 'woodworking', 'woollinesss', 'woolongongs', 'wordsworths', 'workaholics', 'workbenches', 'workingmans', 'workmanlike', 'workmanship', 'workstation', 'worldliness', 'worshippers', 'worshipping', 'worthinesss', 'worthington', 'wraparounds', 'wretchedest', 'wristwatchs', 'wrongdoings', 'wrongheaded', 'wyomingites', 'xenophobias', 'xerographic', 'xerographys', 'xochipillis', 'xylophonist', 'yellowknife', 'yellowstone', 'yesteryears', 'yevtushenko', 'yugoslavian', 'yugoslavias', 'zealousness', 'zeffirellis', 'zimbabweans', 'zoroastrian', 'abandonments', 'abbreviating', 'abbreviation', 'abnormalitys', 'abolishments', 'abolitionist', 'abominations', 'abortionists', 'abracadabras', 'abrasiveness', 'abridgements', 'absenteeisms', 'absentminded', 'absoluteness', 'abstractedly', 'abstractions', 'abstractness', 'abstruseness', 'abusivenesss', 'academically', 'academicians', 'accelerating', 'acceleration', 'accelerators', 'accentuating', 'accentuation', 'accessioning', 'accidentally', 'acclamations', 'acclimations', 'acclimatised', 'acclimatises', 'acclimatized', 'acclimatizes', 'accommodated', 'accommodates', 'accompanists', 'accompanying', 'accomplished', 'accomplisher', 'accomplishes', 'accountancys', 'accoutrement', 'acculturated', 'acculturates', 'accumulating', 'accumulation', 'accumulative', 'accumulators', 'accurateness', 'achievements', 'acknowledged', 'acknowledger', 'acknowledges', 'acoustically', 'acquaintance', 'acquiescence', 'acquirements', 'acquisitions', 'actinometers', 'acupunctures', 'adaptability', 'additionally', 'adirondackss', 'adjectivally', 'adjournments', 'adjudicating', 'adjudication', 'adjudicators', 'administered', 'administrate', 'admonishment', 'adolescences', 'adulterating', 'adulteration', 'adulteresses', 'adulterously', 'adumbrations', 'advancements', 'advantageous', 'adventitious', 'adventuresss', 'advertisings', 'advisability', 'aeroacoustic', 'aerodynamics', 'aeronautical', 'aeronauticss', 'aesculapiuss', 'affectations', 'affectionate', 'affiliations', 'affirmations', 'affirmatives', 'afghanistans', 'aforethought', 'afrocentrism', 'afterburners', 'aftereffects', 'afterthought', 'agglomerated', 'agglomerates', 'agglutinated', 'agglutinates', 'aggrandising', 'aggrandizing', 'aggravations', 'aggregations', 'aggressively', 'agnosticisms', 'agribusiness', 'agricultural', 'agricultures', 'ahmadinejads', 'aimlessnesss', 'airsicknesss', 'airworthiest', 'albuquerques', 'allegheniess', 'alleviations', 'alliteration', 'alliterative', 'allusiveness', 'alphabetical', 'alphabetised', 'alphabetises', 'alphabetized', 'alphabetizes', 'alphanumeric', 'altercations', 'alternations', 'alternatives', 'amalgamating', 'amalgamation', 'ambidextrous', 'ambivalences', 'ambivalently', 'ambulatories', 'ameliorating', 'amelioration', 'americanised', 'americanises', 'americanisms', 'americanized', 'americanizes', 'amicabilitys', 'aminobenzoic', 'amorousnesss', 'amortisation', 'amortization', 'amphetamines', 'amphibiously', 'amphitheater', 'amphitheatre', 'anachronisms', 'anaesthesias', 'anaesthetics', 'anaesthetise', 'anaesthetist', 'anaesthetize', 'analytically', 'anaplasmosis', 'anarchically', 'anastigmatic', 'anatomically', 'ancestresses', 'anchorpeople', 'anchorperson', 'anchorwomans', 'anesthetists', 'anesthetized', 'anesthetizes', 'angioplastys', 'anglicanisms', 'angularities', 'annihilating', 'annihilation', 'annihilators', 'anniversarys', 'announcement', 'annunciating', 'annunciators', 'antagonising', 'antagonistic', 'antagonizing', 'antananarivo', 'antechambers', 'antediluvian', 'anthologised', 'anthologises', 'anthologists', 'anthologized', 'anthologizes', 'anthropology', 'antiabortion', 'antiaircraft', 'anticipating', 'anticipation', 'anticipatory', 'anticlimaxes', 'anticyclones', 'antiparticle', 'antipathetic', 'antiquarians', 'antisemitism', 'antisymmetry', 'antithetical', 'antofagastas', 'apalachicola', 'aperiodicity', 'aphrodisiacs', 'apothecaries', 'appalachians', 'appeasements', 'appellations', 'appendectomy', 'appendicitis', 'apperception', 'appertaining', 'appetisingly', 'appetizingly', 'applications', 'appointments', 'apportioning', 'appositeness', 'appraisingly', 'appreciating', 'appreciation', 'appreciative', 'apprehending', 'apprehension', 'apprehensive', 'apprenticing', 'approachable', 'approbations', 'appropriable', 'appropriated', 'appropriates', 'appropriator', 'approximable', 'approximated', 'approximates', 'appurtenance', 'aquacultures', 'aquicultures', 'arbitrations', 'archaeologys', 'archdioceses', 'archeologist', 'archetypical', 'archipelagos', 'architecture', 'arduousnesss', 'argentinians', 'argillaceous', 'aristarchuss', 'aristocracys', 'aristocratic', 'aristophanes', 'aristotelean', 'aristotelian', 'arithmetical', 'arithmetized', 'arithmetizes', 'aromatherapy', 'arraignments', 'arrangements', 'articulately', 'articulating', 'articulation', 'articulators', 'articulatory', 'artificially', 'artistically', 'artlessnesss', 'ascertaining', 'ashurbanipal', 'asphyxiating', 'asphyxiation', 'assassinated', 'assassinates', 'assemblymans', 'asseverating', 'assignations', 'assimilating', 'assimilation', 'associations', 'astigmatisms', 'astonishment', 'astoundingly', 'astringencys', 'astrological', 'astronautics', 'astronomical', 'astrophysics', 'asymmetrical', 'asynchronism', 'asynchronous', 'athletically', 'attenuations', 'attestations', 'attitudinise', 'attitudinize', 'attractively', 'attributable', 'attributions', 'attributives', 'audiological', 'audiologists', 'augmentation', 'auscultating', 'auscultation', 'auspiciously', 'australasias', 'austronesian', 'authenticate', 'authenticity', 'autographing', 'automobiling', 'automorphism', 'autonomously', 'availability', 'avariciously', 'avoirdupoiss', 'awkwardnesss', 'axiomatizing', 'axisymmetric', 'azerbaijanis', 'bacchanalian', 'bacchanalias', 'backbreaking', 'backpedaling', 'backpedalled', 'backpointers', 'backscatters', 'backslappers', 'backstabbing', 'backstitched', 'backstitches', 'backstopping', 'backstretchs', 'backstroking', 'backtrackers', 'backtracking', 'backwardness', 'bacteriology', 'bandlimiting', 'bangladeshis', 'banjarmasins', 'bankruptcies', 'bantamweight', 'baptisteries', 'barbiturates', 'barnstorming', 'barquisimeto', 'barranquilla', 'bashfulnesss', 'bastardising', 'bastardizing', 'battlefields', 'battlefronts', 'battleground', 'beachcombers', 'beastlinesss', 'beatlemanias', 'beaumarchais', 'bedazzlement', 'bedevilments', 'begrudgingly', 'behaviorally', 'beleaguering', 'bellicositys', 'belligerence', 'belligerency', 'belligerents', 'bellybuttons', 'benedictines', 'benedictions', 'benefactions', 'benefactress', 'beneficences', 'beneficently', 'beneficially', 'beneficiarys', 'benevolences', 'benevolently', 'bereavements', 'bertelsmanns', 'bespectacled', 'bewilderment', 'bibliography', 'bibliophiles', 'bicentennial', 'bifurcations', 'bilharziasis', 'billionaires', 'biochemicals', 'biochemistry', 'biodiversity', 'biofeedbacks', 'biographical', 'biologically', 'biophysicist', 'biostatistic', 'birdwatchers', 'birefringent', 'bisexualitys', 'bittersweets', 'blabbermouth', 'blackballing', 'blackberries', 'blackcurrant', 'blackjacking', 'blacklisting', 'blackmailers', 'blackmailing', 'blacktopping', 'blandishment', 'blankenships', 'blessednesss', 'blindfolding', 'blissfulness', 'blockbusters', 'bloemfontein', 'bloodmobiles', 'bloodstained', 'bloodstreams', 'bloodsuckers', 'bloodthirsty', 'bloomingdale', 'blueprinting', 'bluestocking', 'blunderbusss', 'boastfulness', 'bodhidharmas', 'bodhisattvas', 'bodybuilders', 'bodybuilding', 'boilerplates', 'boisterously', 'bombardments', 'bookkeepings', 'boomeranging', 'boondoggling', 'bootstrapped', 'borosilicate', 'bourgeoisies', 'bowdlerising', 'bowdlerizing', 'boysenberrys', 'brahmaguptas', 'brahmaputras', 'brainstormed', 'brainteasers', 'brainwashing', 'brazzavilles', 'breadbaskets', 'breadwinners', 'breakfasters', 'breakfasting', 'breakthrough', 'breastplates', 'breaststroke', 'breathlessly', 'breathtaking', 'breckenridge', 'bricklayings', 'brinkmanship', 'brittlenesss', 'broadcasters', 'broadcasting', 'brobdingnags', 'brontosaurus', 'brotherhoods', 'brunelleschi', 'brusquenesss', 'buccaneering', 'bulletproofs', 'bullfighters', 'bullfighting', 'bullshitting', 'bureaucracys', 'bureaucratic', 'burglarising', 'burglarizing', 'burglarproof', 'bushwhackers', 'bushwhacking', 'businesslike', 'businessmans', 'butterflying', 'butterscotch', 'buttonholing', 'byelorussias', 'cabinetmaker', 'cablecasting', 'calculations', 'calibrations', 'californians', 'calisthenics', 'calligrapher', 'calligraphys', 'callousnesss', 'calorimetric', 'calumniating', 'camaraderies', 'camerawomans', 'camouflaging', 'cancellation', 'candelabrums', 'candlelights', 'candlesticks', 'cannibalised', 'cannibalises', 'cannibalisms', 'cannibalized', 'cannibalizes', 'canonicalize', 'canonisation', 'canonization', 'cantabrigian', 'cantankerous', 'cantilevered', 'capabilities', 'capacitances', 'caparisoning', 'capitalising', 'capitalistic', 'capitalizers', 'capitalizing', 'capitulating', 'capitulation', 'capriciously', 'captivations', 'carbohydrate', 'carbonaceous', 'carbonations', 'carcinogenic', 'cardinalitys', 'cardiologist', 'carefulnesss', 'carelessness', 'caricaturing', 'caricaturist', 'carpentering', 'carpetbagged', 'carpetbagger', 'carsicknesss', 'carthaginian', 'cartographer', 'cartographic', 'cartographys', 'cartwheeling', 'castigations', 'catastrophes', 'catastrophic', 'categorising', 'categorizers', 'categorizing', 'caterpillars', 'caterwauling', 'catholicisms', 'catholicitys', 'cauliflowers', 'cautiousness', 'cavalierness', 'celebrations', 'censoriously', 'centenarians', 'centerpieces', 'centigrammes', 'centralising', 'centralizing', 'centrepieces', 'centrifugate', 'centrifuging', 'ceremonially', 'certificated', 'certificates', 'chairmanship', 'chairpersons', 'chamberlains', 'chambermaids', 'championship', 'chancellerys', 'chandragupta', 'chanticleers', 'chaplaincies', 'chapultepecs', 'characterise', 'characterize', 'charbroiling', 'charismatics', 'charlemagnes', 'chastisement', 'chattanoogas', 'chatterboxes', 'chauffeuring', 'chauvinistic', 'checkerberry', 'checkerboard', 'checksumming', 'cheerfullest', 'cheerfulness', 'cheerleaders', 'cheeseburger', 'cheesecloths', 'chelyabinsks', 'chemotherapy', 'chequerboard', 'chernomyrdin', 'chesterfield', 'chiaroscuros', 'childbearing', 'childishness', 'childproofed', 'chippendales', 'chiropodists', 'chiropractic', 'chiropractor', 'chitchatting', 'chitterlings', 'chivalrously', 'chlorinating', 'chlorination', 'chloroformed', 'chlorophylls', 'chloroplasts', 'cholesterols', 'choreographs', 'choreography', 'christchurch', 'christendoms', 'christenings', 'christensens', 'christianity', 'christianson', 'christophers', 'chromatogram', 'chromosphere', 'chronography', 'chronologies', 'chronometers', 'churchillian', 'churlishness', 'churrigueras', 'cinemascopes', 'circuitously', 'circularised', 'circularises', 'circularitys', 'circularized', 'circularizes', 'circulations', 'circumcircle', 'circumcising', 'circumcision', 'circumflexes', 'circumscribe', 'circumsphere', 'circumstance', 'circumvented', 'citizenships', 'civilisation', 'civilization', 'clairvoyance', 'clairvoyants', 'clapboarding', 'clarinetists', 'clarinettist', 'classifiable', 'cleanlinesss', 'clerestories', 'clergywomans', 'cliffhangers', 'climatically', 'clockwatcher', 'closemouthed', 'clothesbrush', 'clotheshorse', 'clotheslines', 'cloverleaves', 'clownishness', 'clytemnestra', 'coagulations', 'coalescences', 'cobblestones', 'cockleshells', 'codependency', 'codependents', 'codification', 'coeducations', 'coefficients', 'coexistences', 'coffeehouses', 'cohabitation', 'cohesiveness', 'coincidences', 'coincidental', 'collaborated', 'collaborates', 'collaborator', 'collectables', 'collectibles', 'collectively', 'collectivise', 'collectivism', 'collectivist', 'collectivize', 'collocations', 'colloquially', 'colonialisms', 'colonialists', 'colonisation', 'colonization', 'colourations', 'combinations', 'combinatoric', 'combustibles', 'comeuppances', 'comfortingly', 'commandeered', 'commandingly', 'commandments', 'commemorated', 'commemorates', 'commencement', 'commendation', 'commendatory', 'commensurate', 'commentaries', 'commentating', 'commentators', 'commercially', 'commiserated', 'commiserates', 'commissariat', 'commissaries', 'commissioned', 'commissioner', 'committeeman', 'committeemen', 'commonplaces', 'commonwealth', 'communicable', 'communicants', 'communicated', 'communicates', 'communicator', 'commutations', 'compactnesss', 'companionway', 'comparatives', 'compartments', 'compellingly', 'compensating', 'compensation', 'compensatory', 'competencies', 'competitions', 'compilations', 'complacences', 'complacencys', 'complacently', 'complainants', 'complaisance', 'complemented', 'complementer', 'completeness', 'complexioned', 'complexities', 'complicating', 'complication', 'complicators', 'complimented', 'complimenter', 'comportments', 'compositions', 'comprehended', 'compressible', 'compressions', 'compromisers', 'compromising', 'comptrollers', 'compulsively', 'compulsories', 'compulsorily', 'compunctions', 'computations', 'computerised', 'computerises', 'computerized', 'computerizes', 'comradeships', 'concatenated', 'concatenates', 'concealments', 'concentrated', 'concentrates', 'concentrator', 'conceptually', 'concertinaed', 'conciliating', 'conciliation', 'conciliators', 'conciliatory', 'concisenesss', 'conclusively', 'concomitants', 'concordances', 'concreteness', 'concurrences', 'concurrently', 'condemnation', 'condemnatory', 'condensation', 'condescended', 'conditionals', 'conditioners', 'conditioning', 'condominiums', 'conductivity', 'confectioner', 'confederacys', 'confederated', 'confederates', 'conferencing', 'confessional', 'confidential', 'configurable', 'confinements', 'confirmation', 'confirmatory', 'confiscating', 'confiscation', 'confiscatory', 'conformation', 'confucianism', 'congeniality', 'congenitally', 'conglomerate', 'congratulate', 'congregating', 'congregation', 'congressmans', 'conjecturing', 'conjugations', 'conjunctions', 'conjunctives', 'conjunctures', 'connecticuts', 'connectivity', 'connoisseurs', 'connotations', 'conquistador', 'conscionable', 'conscripting', 'conscription', 'consecrating', 'consecration', 'consequences', 'consequently', 'conservation', 'conservatism', 'conservative', 'conservators', 'conservatory', 'considerable', 'considerably', 'consignments', 'consistencys', 'consistently', 'consolations', 'consolidated', 'consolidates', 'conspiracies', 'conspirators', 'constabulary', 'constipating', 'constipation', 'constituency', 'constituents', 'constituting', 'constitution', 'constitutive', 'constraining', 'constricting', 'constriction', 'constrictive', 'constrictors', 'constructing', 'construction', 'constructive', 'constructors', 'consultancys', 'consultation', 'consultative', 'consumerisms', 'consummately', 'consummating', 'consummation', 'consumptions', 'consumptives', 'contagiously', 'containments', 'contaminants', 'contaminated', 'contaminates', 'contemplated', 'contemplates', 'contemporary', 'contemptible', 'contemptibly', 'contemptuous', 'contentments', 'contextually', 'contiguously', 'continentals', 'contingencys', 'continuances', 'continuation', 'continuities', 'continuously', 'contractions', 'contradicted', 'contraptions', 'contrapuntal', 'contrariness', 'contrariwise', 'contravening', 'contretempss', 'contributing', 'contribution', 'contributors', 'contributory', 'contrivances', 'controllable', 'controllably', 'controversys', 'controverted', 'contumacious', 'conurbations', 'convalescent', 'convalescing', 'conveniences', 'conveniently', 'conventional', 'convergences', 'conversantly', 'conversation', 'convertibles', 'convincingly', 'conviviality', 'convocations', 'convolutions', 'convulsively', 'cooperations', 'cooperatives', 'cooperstowns', 'coordinating', 'coordination', 'coordinators', 'copperfields', 'copyrighting', 'corespondent', 'corkscrewing', 'cornerstones', 'corporations', 'correctional', 'correctively', 'correctnesss', 'correlations', 'correlatives', 'corresponded', 'corroborated', 'corroborates', 'corrugations', 'corruptnesss', 'cosignatorys', 'cosmetically', 'cosmetologys', 'cosmological', 'cosmologists', 'cosmopolitan', 'cosponsoring', 'cottonmouths', 'councilwoman', 'councilwomen', 'countenanced', 'countenances', 'counteracted', 'counterclaim', 'counterfeits', 'countermands', 'counteroffer', 'counterpanes', 'counterparts', 'counterpoint', 'counterpoise', 'countersigns', 'countersinks', 'countertenor', 'countrysides', 'countrywoman', 'countrywomen', 'courageously', 'courtlinesss', 'covetousness', 'cowardliness', 'crackerjacks', 'craftspeople', 'craftsperson', 'creationisms', 'creativeness', 'credibilitys', 'crematoriums', 'criminologys', 'crisscrossed', 'crisscrosses', 'crookednesss', 'crosschecked', 'crucifixions', 'cryptanalyst', 'cryptanalyze', 'cryptography', 'crystalizing', 'crystallised', 'crystallises', 'crystallized', 'crystallizes', 'culminations', 'culpabilitys', 'cultivations', 'cumulatively', 'cunnilinguss', 'currycombing', 'curtailments', 'customizable', 'cuttlefishes', 'cyberneticss', 'dangerfields', 'dardanelless', 'deactivating', 'deallocation', 'debarkations', 'debaucheries', 'debilitating', 'debilitation', 'decaffeinate', 'decapitating', 'decapitation', 'decelerating', 'deceleration', 'decentralise', 'decentralize', 'decidability', 'decipherable', 'decisionmake', 'decisiveness', 'declamations', 'declarations', 'declaratives', 'declassified', 'declassifies', 'declinations', 'decolonising', 'decolonizing', 'decommission', 'decomposable', 'decompressed', 'decompresses', 'decongestant', 'decontrolled', 'decreasingly', 'decrementing', 'decrepitudes', 'decrescendos', 'deemphasized', 'deemphasizes', 'deescalating', 'defenestrate', 'deficiencies', 'definiteness', 'definitional', 'definitively', 'defoliations', 'deformations', 'degenerating', 'degeneration', 'degenerative', 'degradations', 'dehumanising', 'dehumanizing', 'dehumidified', 'dehumidifier', 'dehumidifies', 'dehydrations', 'deifications', 'delectations', 'deliberately', 'deliberating', 'deliberation', 'deliberative', 'deliberators', 'delicatessen', 'delightfully', 'delimitation', 'delineations', 'delinquencys', 'delinquently', 'deliquescent', 'deliverables', 'deliverances', 'demagnetised', 'demagnetises', 'demagnetized', 'demagnetizes', 'demagoguerys', 'demarcations', 'demilitarise', 'demilitarize', 'demobilising', 'demobilizing', 'democratised', 'democratises', 'democratized', 'democratizes', 'demographers', 'demographics', 'demonstrable', 'demonstrably', 'demonstrated', 'demonstrates', 'demonstrator', 'demoralising', 'demoralizing', 'demostheness', 'denigrations', 'denominating', 'denomination', 'denominators', 'denotational', 'denouncement', 'densitometer', 'densitometry', 'denunciation', 'departmental', 'dependencies', 'depilatories', 'depoliticise', 'depoliticize', 'depopulating', 'depopulation', 'deportations', 'depositories', 'deprecations', 'depreciating', 'depreciation', 'depredations', 'depressingly', 'deprivations', 'deprograming', 'deprogrammed', 'derangements', 'deregulating', 'deregulation', 'deregulatory', 'derelictions', 'dermatologys', 'desalinating', 'desalination', 'descriptions', 'descriptives', 'desecrations', 'desegregated', 'desegregates', 'desensitised', 'desensitises', 'desensitized', 'desensitizes', 'desiccations', 'desideratums', 'designations', 'desirability', 'desolateness', 'despairingly', 'desperations', 'despondencys', 'despondently', 'destinations', 'destitutions', 'destructible', 'destructions', 'deteriorated', 'deteriorates', 'determinable', 'determinants', 'detestations', 'dethronement', 'deuteronomys', 'devaluations', 'devastations', 'developments', 'deviousnesss', 'diabolically', 'diagrammable', 'diagrammatic', 'diamagnetism', 'diatomaceous', 'dictatorship', 'dictionaries', 'differential', 'difficulties', 'diffractions', 'diffusenesss', 'digitisation', 'digitization', 'dilapidation', 'dilettantism', 'dillydallied', 'dillydallies', 'dimensioning', 'diminuendoes', 'diophantines', 'dipsomaniacs', 'directorates', 'directorship', 'disabilities', 'disablements', 'disaccharide', 'disadvantage', 'disaffecting', 'disaffection', 'disagreeable', 'disagreeably', 'disagreement', 'disambiguate', 'disappearing', 'disappointed', 'disapprovals', 'disapproving', 'disarmaments', 'disarranging', 'disassembled', 'disassembles', 'disassociate', 'disastrously', 'disbelieving', 'disbursement', 'discerningly', 'discernments', 'disciplinary', 'disciplining', 'discolouring', 'discomfiting', 'discomfiture', 'discomforted', 'discommoding', 'discomposing', 'discomposure', 'disconcerted', 'disconnected', 'disconsolate', 'discontented', 'discontinued', 'discontinues', 'discotheques', 'discouraging', 'discourteous', 'discourtesys', 'discrediting', 'discrepancys', 'discreteness', 'discriminant', 'discriminate', 'disdainfully', 'disembarking', 'disembodying', 'disemboweled', 'disenchanted', 'disencumbers', 'disentangled', 'disentangles', 'disestablish', 'disfavouring', 'disfranchise', 'disgruntling', 'disgustingly', 'disheartened', 'dishevelling', 'dishonorable', 'dishonorably', 'dishonouring', 'disillusions', 'disincentive', 'disinclining', 'disinfectant', 'disinfecting', 'disingenuous', 'disinherited', 'disintegrate', 'disinterests', 'disinterment', 'disinterring', 'disjointedly', 'disjointness', 'disjunctions', 'dislocations', 'dismembering', 'disobedience', 'disorganised', 'disorganises', 'disorganized', 'disorganizes', 'disorienting', 'dispensaries', 'dispensation', 'displacement', 'displeasures', 'dispositions', 'dispossessed', 'dispossesses', 'disputations', 'disputatious', 'disqualified', 'disqualifies', 'disquisition', 'disregarding', 'disreputable', 'disreputably', 'disrespected', 'dissatisfied', 'dissatisfies', 'disseminated', 'disseminates', 'dissertation', 'dissimulated', 'dissimulates', 'dissipations', 'dissociating', 'dissociation', 'dissolutions', 'distillation', 'distilleries', 'distinctions', 'distinctness', 'distractions', 'distributing', 'distribution', 'distributive', 'distributors', 'distritbuted', 'distritbutes', 'disturbances', 'disturbingly', 'diversifying', 'diversionary', 'divisibility', 'divisiveness', 'doctrinaires', 'documentarys', 'dodecahedral', 'dodecahedron', 'dogmatically', 'domestically', 'domesticated', 'domesticates', 'domesticitys', 'doubleheader', 'draftsperson', 'dramatically', 'draughtiness', 'draughtsmans', 'dreadnoughts', 'dressmakings', 'drunkennesss', 'dubiousnesss', 'dumbfounding', 'duplications', 'durabilities', 'dysfunctions', 'dzerzhinskys', 'earnestnesss', 'earsplitting', 'earthenwares', 'earthshaking', 'eavesdropped', 'eavesdropper', 'eccentricity', 'ecclesiastes', 'ecclesiastic', 'eclectically', 'eclecticisms', 'ecologically', 'econometrica', 'economically', 'ecstatically', 'ecumenically', 'edifications', 'editorialise', 'editorialize', 'effectuating', 'effervescent', 'effervescing', 'efficiencies', 'efflorescent', 'effortlessly', 'effusiveness', 'egalitarians', 'ejaculations', 'elaborations', 'elastoplasts', 'elderberries', 'electioneers', 'electrically', 'electricians', 'electricitys', 'electrifying', 'electrocuted', 'electrocutes', 'electrolysis', 'electrolytes', 'electrolytic', 'electronicss', 'electroplate', 'eligibilitys', 'eliminations', 'elizabethans', 'ellipsometer', 'ellipsometry', 'elliptically', 'elocutionist', 'elucidations', 'elusivenesss', 'emancipating', 'emancipation', 'emancipators', 'emasculating', 'emasculation', 'embarkations', 'embarrassing', 'embellishing', 'embezzlement', 'embroideries', 'embroidering', 'embryologist', 'emotionalism', 'emphatically', 'emplacements', 'empowerments', 'encapsulated', 'encapsulates', 'encephalitis', 'enchantingly', 'enchantments', 'enchantresss', 'encirclement', 'encompassing', 'encountering', 'encroachment', 'encrustation', 'encumbrances', 'encyclopedia', 'encyclopedic', 'endeavouring', 'endlessnesss', 'endomorphism', 'endorsements', 'enforcements', 'enfranchised', 'enfranchises', 'engineerings', 'englishwoman', 'englishwomen', 'enhancements', 'enlargements', 'enlightening', 'ennoblements', 'enormousness', 'enslavements', 'entanglement', 'enterprising', 'entertainers', 'entertaining', 'enthronement', 'enthusiastic', 'entitlements', 'entomologist', 'entrenchment', 'entrepreneur', 'enumerations', 'enunciations', 'envelopments', 'enviousnesss', 'environments', 'epidemiology', 'epiglottides', 'epiglottises', 'epigrammatic', 'episcopalian', 'epistemology', 'epistolatory', 'equalisation', 'equalization', 'equestrienne', 'equilaterals', 'equilibriums', 'equivalences', 'equivalently', 'equivocating', 'equivocation', 'eradications', 'eratosthenes', 'erythrocytes', 'escherichias', 'esoterically', 'establishing', 'estrangement', 'ethnological', 'ethnologists', 'etymological', 'etymologists', 'eucalyptuses', 'evangelicals', 'evangelising', 'evangelistic', 'evangelizing', 'evaporations', 'evasivenesss', 'evenhandedly', 'eventfulness', 'eventualitys', 'everlastings', 'eviscerating', 'evisceration', 'evolutionary', 'exacerbating', 'exacerbation', 'exaggerating', 'exaggeration', 'examinations', 'exasperating', 'exasperation', 'excellencies', 'exchangeable', 'excitability', 'exclamations', 'exclusionary', 'exclusivitys', 'excoriations', 'excrescences', 'excruciating', 'executioners', 'exemplifiers', 'exemplifying', 'exhaustively', 'exhilarating', 'exhilaration', 'exhortations', 'exonerations', 'exorbitances', 'exorbitantly', 'expansionism', 'expansionist', 'expatriating', 'expatriation', 'expectations', 'expectorants', 'expectorated', 'expectorates', 'expediencies', 'expenditures', 'experiencing', 'experiential', 'experimental', 'experimented', 'experimenter', 'explanations', 'explications', 'explicitness', 'exploitation', 'exploitative', 'explorations', 'exponentials', 'exponentiate', 'exportations', 'expostulated', 'expostulates', 'expressively', 'expropriated', 'expropriates', 'expurgations', 'extemporised', 'extemporises', 'extemporized', 'extemporizes', 'extenuations', 'exterminated', 'exterminates', 'exterminator', 'extinguished', 'extinguisher', 'extinguishes', 'extirpations', 'extortionate', 'extortionist', 'extraditable', 'extraditions', 'extramarital', 'extraneously', 'extrapolated', 'extrapolates', 'extrasensory', 'extravagance', 'extravaganza', 'extrications', 'extroversion', 'eyewitnesses', 'fabrications', 'facilitating', 'facilitation', 'facsimileing', 'factionalism', 'fainthearted', 'faithfulness', 'fallaciously', 'fallibilitys', 'familiarised', 'familiarises', 'familiaritys', 'familiarized', 'familiarizes', 'familiarness', 'fascinations', 'fastidiously', 'fatuousnesss', 'faultfinding', 'favouritisms', 'fayetteville', 'fearfulnesss', 'fearlessness', 'feasibilitys', 'featherbrain', 'ferlinghetti', 'fermentation', 'fictionalise', 'fictionalize', 'fictitiously', 'fiddlesticks', 'figuratively', 'filibustered', 'finalization', 'fingerboards', 'fingerprints', 'firecrackers', 'firefighters', 'firefighting', 'fireproofing', 'fitzpatricks', 'flabbergasts', 'flagellating', 'flagellation', 'flamboyances', 'flamboyantly', 'flamethrower', 'flammability', 'flannelettes', 'flatteringly', 'flexibilitys', 'flightinesss', 'flimflamming', 'floodlighted', 'flowcharting', 'flowerinesss', 'fluctuations', 'fluorescence', 'fluoridating', 'fluoridation', 'fluorocarbon', 'fluoroscopes', 'fomentations', 'foolhardiest', 'foolishnesss', 'forbearances', 'forbiddingly', 'forcefulness', 'foreclosures', 'foregathered', 'foregrounded', 'foreordained', 'foreshadowed', 'foreshortens', 'forestalling', 'forestations', 'foreswearing', 'forethoughts', 'forewarnings', 'forgathering', 'forgivenesss', 'formaldehyde', 'formlessness', 'formulations', 'fornications', 'forthcomings', 'forthrightly', 'fortuitously', 'forwardnesss', 'fountainhead', 'fractionally', 'fragmentarys', 'frankenstein', 'frankfurters', 'frankincense', 'fraternising', 'fraternities', 'fraternizing', 'fraudulences', 'fraudulently', 'frederictons', 'freemasonrys', 'freestanding', 'freethinkers', 'freethinking', 'freewheeling', 'frenchwomans', 'frenetically', 'fretfulnesss', 'fricasseeing', 'frictionless', 'friendliness', 'frontiersman', 'frontiersmen', 'frontispiece', 'frontrunners', 'fruitfulness', 'frustrations', 'fulfillments', 'fulminations', 'functionally', 'functionarys', 'fundamentals', 'furnishingss', 'furtherances', 'furtivenesss', 'gainsborough', 'gaithersburg', 'gallbladders', 'gallivanting', 'galvanometer', 'gamesmanship', 'garnisheeing', 'gatecrashers', 'genealogical', 'genealogists', 'generalising', 'generalities', 'generalizers', 'generalizing', 'generosities', 'generousness', 'gentlewomans', 'genuflecting', 'genuflection', 'genuinenesss', 'geochemistry', 'geographical', 'geologically', 'geometrician', 'geopolitical', 'geopoliticss', 'germinations', 'gerontologys', 'gerrymanders', 'gesticulated', 'gesticulates', 'ghastlinesss', 'ghostlinesss', 'ghostwriters', 'ghostwriting', 'ghostwritten', 'gingerbreads', 'gladiatorial', 'glamourizing', 'glastonburys', 'globetrotter', 'glockenspiel', 'gluttonously', 'gobbledegook', 'gobbledygook', 'goddaughters', 'goldbricking', 'gondwanaland', 'gooseberries', 'governmental', 'governorship', 'gracefulness', 'graciousness', 'grandfathers', 'grandmothers', 'grandparents', 'grandstanded', 'granularitys', 'granulations', 'graphologist', 'grasshoppers', 'gratefulness', 'gratuitously', 'gravitations', 'greasepaints', 'greengrocers', 'greensleeves', 'gregariously', 'griddlecakes', 'grouchinesss', 'groundlessly', 'groundswells', 'guadalajaras', 'guadalcanals', 'guadalquivir', 'guaranteeing', 'guardianship', 'guesstimated', 'guesstimates', 'guillotining', 'gullibilitys', 'guttersnipes', 'gynaecologys', 'gynecologist', 'haberdashers', 'haberdashery', 'habitability', 'habitualness', 'habituations', 'haematologys', 'haemoglobins', 'haemophiliac', 'haemophilias', 'haemorrhaged', 'haemorrhages', 'haemorrhoids', 'hagiographas', 'hairbreadths', 'hairdressers', 'hairdressing', 'hairsbreadth', 'hairstylists', 'halliburtons', 'hallucinated', 'hallucinates', 'hallucinogen', 'hammarskjold', 'hamstringing', 'handcrafting', 'handicappers', 'handicapping', 'handkerchief', 'handsomeness', 'handwritings', 'happenstance', 'hardheadedly', 'hardscrabble', 'harmfulnesss', 'harmlessness', 'harmonically', 'harmoniously', 'harpsichords', 'hatefulnesss', 'haughtinesss', 'headmistress', 'headquarters', 'healthinesss', 'heartrending', 'heartstrings', 'heartwarming', 'heavyweights', 'heedlessness', 'heinousnesss', 'helicoptered', 'heliocentric', 'hellgrammite', 'helpfulnesss', 'helplessness', 'hematologist', 'hemophiliacs', 'hemorrhaging', 'hemstitching', 'henceforward', 'herculaneums', 'hermetically', 'herringbones', 'hertzsprungs', 'hesitatingly', 'heterocyclic', 'heterogamous', 'heterosexual', 'heterozygous', 'hexachloride', 'hexafluoride', 'hibernations', 'hideousnesss', 'hierarchical', 'hieroglyphic', 'highfaluting', 'highlighters', 'highlighting', 'hindquarters', 'hippocratess', 'hippopotamus', 'historically', 'histrionicss', 'hohenstaufen', 'hohenzollern', 'homebuilding', 'homelessness', 'homeomorphic', 'homesickness', 'homesteaders', 'homesteading', 'homestretchs', 'homogeneitys', 'homogenising', 'homogenizing', 'homomorphism', 'honeycombing', 'honeymooners', 'honeymooning', 'honeysuckles', 'hooliganisms', 'hopefulnesss', 'hopelessness', 'hopscotching', 'horizontally', 'horrendously', 'horribleness', 'horsemanship', 'horseradishs', 'horseshoeing', 'horsewhipped', 'horticulture', 'hospitalised', 'hospitalises', 'hospitalitys', 'hospitalized', 'hospitalizes', 'hostilitiess', 'housecleaned', 'householders', 'househusband', 'housekeepers', 'housekeeping', 'housemothers', 'housewarming', 'huckleberrys', 'humanisation', 'humanitarian', 'humanization', 'humiliations', 'hummingbirds', 'humorousness', 'hydrocarbons', 'hydrochloric', 'hydrodynamic', 'hydrofluoric', 'hydrogenated', 'hydrogenates', 'hydrophobias', 'hydroplaning', 'hydroponicss', 'hydrospheres', 'hydrotherapy', 'hydrothermal', 'hygienically', 'hypertension', 'hypertensive', 'hyphenations', 'hypnotically', 'hypochlorite', 'hypochlorous', 'hypochondria', 'hypocritical', 'hypoglycemia', 'hypoglycemic', 'hypothalamic', 'hypothalamus', 'hypothermias', 'hypothesised', 'hypothesises', 'hypothesized', 'hypothesizer', 'hypothesizes', 'hypothetical', 'hysterectomy', 'hysterically', 'iconoclastic', 'idealisation', 'idealization', 'identifiable', 'identifiably', 'idiosyncrasy', 'illegalities', 'illegibility', 'illegitimacy', 'illegitimate', 'illicitnesss', 'illuminating', 'illumination', 'illustrating', 'illustration', 'illustrative', 'illustrators', 'imaginations', 'imbecilities', 'immaculately', 'immaterially', 'immeasurable', 'immeasurably', 'immigrations', 'immobilising', 'immobilizing', 'immoderately', 'immoralities', 'immortalised', 'immortalises', 'immortalitys', 'immortalized', 'immortalizes', 'immovability', 'immunisation', 'immunization', 'immutability', 'impartiality', 'impassivitys', 'impeachments', 'impedimentas', 'impenetrable', 'impenetrably', 'impenitences', 'imperatively', 'imperfection', 'imperialisms', 'imperialists', 'imperishable', 'impermanence', 'impersonally', 'impersonated', 'impersonates', 'impersonator', 'impertinence', 'imperviously', 'impetuositys', 'impingements', 'implantation', 'implementing', 'implementors', 'implications', 'implicitness', 'impoliteness', 'imponderable', 'importations', 'importunitys', 'impoverished', 'impoverishes', 'imprecations', 'imprecisions', 'impregnating', 'impregnation', 'impressively', 'imprisonment', 'improprietys', 'improvements', 'improvidence', 'inaccessible', 'inaccuracies', 'inaccurately', 'inadequacies', 'inadequately', 'inadmissible', 'inadvertence', 'inappeasable', 'inapplicable', 'inarticulate', 'inattentions', 'inaugurating', 'inauguration', 'inauspicious', 'incalculable', 'incalculably', 'incandescent', 'incantations', 'incapability', 'incapacitate', 'incarcerated', 'incarcerates', 'incarnations', 'incendiaries', 'incidentally', 'incinerating', 'incineration', 'incinerators', 'incisiveness', 'incivilities', 'inclinations', 'incoherences', 'incoherently', 'incommutable', 'incomparable', 'incomparably', 'incompatible', 'incompatibly', 'incompetence', 'incompetents', 'incompletely', 'incompletion', 'incomputable', 'inconclusive', 'incongruitys', 'inconsistent', 'inconsolable', 'inconstancys', 'incontinence', 'inconvenient', 'incorporable', 'incorporated', 'incorporates', 'incorrigible', 'incorrigibly', 'increasingly', 'incredulitys', 'incrementing', 'incriminated', 'incriminates', 'incrustation', 'inculcations', 'incumbencies', 'indebtedness', 'indecisively', 'indefensible', 'indefensibly', 'indefinitely', 'indelicacies', 'indelicately', 'indemnifying', 'indentations', 'independence', 'independents', 'indianapolis', 'indifference', 'indigenously', 'indigestible', 'indigestions', 'indignations', 'indirections', 'indirectness', 'indiscreetly', 'indiscretion', 'indisputable', 'indisputably', 'indissoluble', 'indistinctly', 'individually', 'indoctrinate', 'indoeuropean', 'indorsements', 'industrially', 'inebriations', 'inefficiency', 'inequalities', 'inequivalent', 'ineradicable', 'inessentials', 'inexperience', 'inexplicable', 'inexplicably', 'inextricable', 'inextricably', 'infanticides', 'infantrymans', 'infatuations', 'infectiously', 'infelicities', 'infelicitous', 'inferioritys', 'infertilitys', 'infestations', 'infidelities', 'infiltrating', 'infiltration', 'infiltrators', 'infiniteness', 'inflammation', 'inflammatory', 'inflationary', 'inflectional', 'infomercials', 'informalitys', 'informations', 'infotainment', 'infrequencys', 'infrequently', 'infringement', 'ingratiating', 'ingratitudes', 'inhabitation', 'inharmonious', 'inheritances', 'inheritresss', 'inheritrices', 'inhospitable', 'inhumanities', 'initialising', 'initializers', 'initializing', 'inoculations', 'inordinately', 'inquisitions', 'inscriptions', 'insecticides', 'insectivores', 'insecurities', 'inseminating', 'insemination', 'insentiences', 'inseparables', 'insinceritys', 'insinuations', 'insolubility', 'insouciances', 'inspirations', 'instabilitys', 'installation', 'installments', 'instantiated', 'instantiates', 'instigations', 'instillation', 'institutions', 'instructions', 'instrumental', 'instrumented', 'insufferable', 'insufferably', 'insufficient', 'insurgencies', 'insurrection', 'integrations', 'intellectual', 'intelligence', 'intelligible', 'intelligibly', 'intemperance', 'intensifiers', 'intensifying', 'interactions', 'intercepting', 'interception', 'interceptors', 'intercession', 'intercessors', 'interchanged', 'interchanges', 'interconnect', 'intercourses', 'interdicting', 'interdiction', 'interference', 'interjecting', 'interjection', 'interlarding', 'interleaving', 'interleukins', 'interlinking', 'interlocking', 'intermarried', 'intermarries', 'intermediary', 'intermediate', 'interminable', 'interminably', 'intermingled', 'intermingles', 'intermission', 'intermittent', 'internalised', 'internalises', 'internalized', 'internalizes', 'internescine', 'interneships', 'interpolated', 'interpolates', 'interpreters', 'interpreting', 'interpretive', 'interprocess', 'interrelated', 'interrelates', 'interrogated', 'interrogates', 'interrogator', 'interrupting', 'interruption', 'interruptive', 'intersecting', 'intersection', 'interspersed', 'intersperses', 'interstellar', 'interstitial', 'intertwining', 'intervention', 'interviewees', 'interviewers', 'interviewing', 'interweaving', 'intimidating', 'intimidation', 'intolerances', 'intoxicating', 'intoxication', 'intransigent', 'intransitive', 'intraprocess', 'intravenouss', 'intrenchment', 'intriguingly', 'introduction', 'introductory', 'introversion', 'intuitionist', 'invalidating', 'invalidation', 'invalidities', 'inventorying', 'invertebrate', 'investigated', 'investigates', 'investigator', 'investitures', 'invigorating', 'invigoration', 'invisibility', 'invitational', 'involutorial', 'involvements', 'invulnerable', 'invulnerably', 'irascibility', 'iridescences', 'irradiations', 'irrationally', 'irredeemable', 'irregardless', 'irregularity', 'irrelevances', 'irrelevancys', 'irrelevantly', 'irremediable', 'irremediably', 'irresistible', 'irresistibly', 'irresolutely', 'irresolution', 'irresolvable', 'irrespective', 'irreverences', 'irreverently', 'irreversible', 'irreversibly', 'irritability', 'irritatingly', 'isolationism', 'isolationist', 'isomorphisms', 'itemisations', 'itemizations', 'jacksonville', 'jayawardenes', 'jeffersonian', 'jeopardising', 'jeopardizing', 'jitterbugged', 'jitterbugger', 'joblessnesss', 'johannesburg', 'journalistic', 'journalizing', 'jurisdiction', 'jurisprudent', 'kaleidescope', 'kaleidoscope', 'kanchenjunga', 'khachaturian', 'kilimanjaros', 'kindergarten', 'kindergrtner', 'kirkpatricks', 'kitchenettes', 'kitchenwares', 'kleptomaniac', 'kleptomanias', 'knowledgable', 'knuckleheads', 'krishnamurti', 'laboratories', 'labyrinthine', 'lallygagging', 'lamborghinis', 'lamentations', 'landsteiners', 'languorously', 'lasciviously', 'latitudinary', 'latticeworks', 'lawlessnesss', 'leapfrogging', 'leaseholders', 'leathernecks', 'legalisation', 'legalization', 'legerdemains', 'legionnaires', 'legislations', 'legislatures', 'legitimately', 'legitimating', 'legitimising', 'legitimizing', 'lexicography', 'liberalising', 'liberalizing', 'libertarians', 'licentiously', 'lichtenstein', 'lieutenancys', 'lifelessness', 'lighthearted', 'lightweights', 'likablenesss', 'likeableness', 'liliuokalani', 'lilliputians', 'limitability', 'linearizable', 'linguisticss', 'liposuctions', 'liquefaction', 'liquidations', 'listlessness', 'lithographed', 'lithographer', 'lithographic', 'lithographys', 'lithospheres', 'lithospheric', 'liverpudlian', 'localisation', 'localization', 'loganberries', 'logistically', 'lollobrigida', 'lollygagging', 'longitudinal', 'longshoreman', 'longshoremen', 'longstanding', 'lopsidedness', 'loudspeakers', 'loudspeaking', 'louisianians', 'lubrications', 'lugubriously', 'luminescence', 'luncheonette', 'lusciousness', 'lutheranisms', 'luxembourger', 'machiavellis', 'machinations', 'mackintoshes', 'macrobiotics', 'mademoiselle', 'maeterlincks', 'magnanimitys', 'magnetically', 'magnificence', 'magnitogorsk', 'mahabharatas', 'maharashtras', 'maidservants', 'mainstreamed', 'maintainable', 'maintenances', 'majestically', 'malapropisms', 'maledictions', 'malevolences', 'malevolently', 'malfeasances', 'malformation', 'malfunctions', 'malignancies', 'malleability', 'malnourished', 'malnutrition', 'malocclusion', 'malpractices', 'maltreatment', 'mammographys', 'maneuverable', 'manipulating', 'manipulation', 'manipulative', 'manipulators', 'manipulatory', 'mannishnesss', 'manoeuvrable', 'manslaughter', 'mantelpieces', 'mantlepieces', 'manufactured', 'manufacturer', 'manufactures', 'mapplethorpe', 'marchionesss', 'marketplaces', 'marksmanship', 'marriageable', 'marseillaise', 'marshmallows', 'marvellously', 'masculinitys', 'masqueraders', 'masquerading', 'massivenesss', 'mastectomies', 'masterminded', 'masterpieces', 'masterstroke', 'mastications', 'masturbating', 'masturbation', 'matchmakings', 'materialised', 'materialises', 'materialisms', 'materialists', 'materialized', 'materializes', 'mathematical', 'mathematicss', 'matriarchies', 'matriculated', 'matriculates', 'maximisation', 'maximization', 'mccarthyisms', 'meaningfully', 'measurements', 'mechanically', 'mediocrities', 'meditatively', 'meetinghouse', 'megalomaniac', 'megalomanias', 'megalopoliss', 'melancholias', 'melancholics', 'melodramatic', 'memorabilias', 'memorialised', 'memorialises', 'memorialized', 'memorializes', 'memorisation', 'memorization', 'menstruating', 'menstruation', 'mentholatums', 'merchandised', 'merchandiser', 'merchandises', 'merchandized', 'merchandizes', 'merchantmans', 'meretricious', 'meritocracys', 'merrymakings', 'merthiolates', 'mesopotamias', 'metabolising', 'metabolizing', 'metacircular', 'metalanguage', 'metallurgist', 'metamorphism', 'metamorphose', 'metaphorical', 'metaphysical', 'metaphysicss', 'metastasised', 'metastasises', 'metastasized', 'metastasizes', 'metavariable', 'meteorologys', 'methacrylate', 'methodically', 'methodologys', 'meticulously', 'metrications', 'metropolises', 'metropolitan', 'miaplaciduss', 'michelangelo', 'michiganders', 'microbicidal', 'microbiology', 'microfilming', 'microphoning', 'microprogram', 'microseconds', 'microsurgery', 'middleweight', 'militarising', 'militaristic', 'militarizing', 'milliammeter', 'milliamperes', 'millionaires', 'milliseconds', 'milquetoasts', 'mimeographed', 'mindfulnesss', 'mindlessness', 'mineralogist', 'minesweepers', 'miniaturised', 'miniaturises', 'miniaturists', 'miniaturized', 'miniaturizes', 'minicomputer', 'minimisation', 'minimization', 'ministration', 'minneapoliss', 'miraculously', 'misadventure', 'misalignment', 'misalliances', 'misanthropes', 'misanthropic', 'misanthropys', 'misapprehend', 'misbehaviors', 'misbehaviour', 'miscalculate', 'miscarriages', 'miscellanies', 'misconceived', 'misconceives', 'misconducted', 'misconstrued', 'misconstrues', 'misdemeanors', 'misdemeanour', 'misdiagnosed', 'misdiagnoses', 'misdiagnosis', 'misdirecting', 'misdirection', 'miserlinesss', 'misfeasances', 'misgoverning', 'misinforming', 'misinterpret', 'misjudgement', 'misjudgments', 'misogynistic', 'mispronounce', 'misquotation', 'misrepresent', 'missionaries', 'mississippis', 'misspellings', 'misstatement', 'mistreatment', 'mithridatess', 'mitochondria', 'mnemonically', 'mobilisation', 'mobilization', 'mockingbirds', 'moderateness', 'modification', 'modularizing', 'mohorovicics', 'moisturisers', 'moisturising', 'moisturizers', 'moisturizing', 'molestations', 'mollycoddled', 'mollycoddles', 'monasticisms', 'moneymakings', 'monkeyflower', 'monkeyshines', 'monogramming', 'monolinguals', 'monopolising', 'monopolistic', 'monopolizing', 'monosyllabic', 'monosyllable', 'monotheistic', 'monotonicity', 'monotonously', 'monstrositys', 'monumentally', 'moonlighters', 'moonlighting', 'mortarboards', 'motherboards', 'motherfucker', 'motherliness', 'motionlessly', 'motivational', 'motorcycling', 'motorcyclist', 'mountaineers', 'mountainside', 'mountaintops', 'mournfulness', 'mousetrapped', 'mudslingings', 'mulligatawny', 'multicolored', 'multifaceted', 'multifarious', 'multilateral', 'multilingual', 'multiplexers', 'multiplexing', 'multiplexors', 'multipliable', 'multiplicand', 'multiplicity', 'multiprocess', 'multiprogram', 'multipurpose', 'multitasking', 'multivariate', 'multivitamin', 'municipality', 'munificences', 'murrumbidgee', 'muscularitys', 'musculatures', 'musicianship', 'musicologist', 'muskellunges', 'mycobacteria', 'mysteriously', 'mythological', 'mythologists', 'naphthalenes', 'narcissistic', 'narragansett', 'nationalised', 'nationalises', 'nationalisms', 'nationalists', 'nationalitys', 'nationalized', 'nationalizes', 'naturalising', 'naturalistic', 'naturalizing', 'naturalnesss', 'naughtinesss', 'nauseatingly', 'navigability', 'navigational', 'navratilovas', 'neanderthals', 'necessitated', 'necessitates', 'neckerchiefs', 'necromancers', 'needlepoints', 'needlessness', 'neglectfully', 'negotiations', 'neighborhood', 'neighbouring', 'neoclassical', 'nervousnesss', 'netherlander', 'neurasthenic', 'neuroanatomy', 'neuroanotomy', 'neurological', 'neurologists', 'neurosurgery', 'neurotically', 'neutralisers', 'neutralising', 'neutralities', 'neutralizers', 'neutralizing', 'nevertheless', 'newfoundland', 'newspaperman', 'newspapermen', 'newsworthier', 'nickelodeons', 'nicotinamide', 'nightclothes', 'nightclubbed', 'nightingales', 'nomenclature', 'nonabsorbent', 'nonagenarian', 'nonalcoholic', 'nonbelievers', 'nonbreakable', 'nonchalances', 'nonchalantly', 'noncombatant', 'noncommittal', 'nonconductor', 'nonessential', 'nonexistence', 'nonflammable', 'nonhazardous', 'nonintuitive', 'nonlinearity', 'nonmalignant', 'nonobjective', 'nonogenarian', 'nonpartisans', 'nonpoisonous', 'nonpolitical', 'nonpolluting', 'nonrenewable', 'nonresidents', 'nonscheduled', 'nonsectarian', 'nontechnical', 'nonterminals', 'nonviolences', 'northeastern', 'northeasters', 'northernmost', 'northwestern', 'nothingnesss', 'noticeboards', 'notification', 'nourishments', 'novokuznetsk', 'novosibirsks', 'numismaticss', 'numismatists', 'nutritionist', 'nymphomaniac', 'nymphomanias', 'obfuscations', 'objectivitys', 'obliquenesss', 'obliterating', 'obliteration', 'obsequiously', 'observations', 'observatorys', 'obsolescence', 'obstetrician', 'obstreperous', 'obstructions', 'obviousnesss', 'occasionally', 'occasionings', 'occupational', 'oceanography', 'octogenarian', 'officeholder', 'officialdoms', 'ombudsperson', 'omnipotences', 'omnipresence', 'omnisciences', 'omnisciently', 'oneupmanship', 'onomatopoeia', 'onomatopoeic', 'opalescences', 'oppenheimers', 'opportunisms', 'opportunists', 'opportunitys', 'oppositeness', 'oppressively', 'opthalmology', 'optimisation', 'optimization', 'optoacoustic', 'optometrists', 'orchestrated', 'orchestrates', 'orderlinesss', 'ordinariness', 'organisation', 'organization', 'orientations', 'originalitys', 'originations', 'ornamentally', 'ornithologys', 'orthodontias', 'orthodontics', 'orthodontist', 'orthogonally', 'orthographic', 'orthographys', 'orthopaedics', 'orthopaedist', 'orthopedicss', 'orthopedists', 'orthorhombic', 'oscillations', 'oscilloscope', 'ossification', 'ostentations', 'ostentatious', 'osteoporosis', 'otherworldly', 'outbalancing', 'outbuildings', 'outcroppings', 'outdistanced', 'outdistances', 'outlandishly', 'outmaneuvers', 'outmanoeuvre', 'outnumbering', 'outperformed', 'outplacement', 'outrageously', 'outsourcings', 'outspreading', 'outstretched', 'outstretches', 'outstripping', 'overabundant', 'overachieved', 'overachiever', 'overachieves', 'overbalanced', 'overbalances', 'overburdened', 'overcautious', 'overcharging', 'overcrowding', 'overdressing', 'overemphasis', 'overestimate', 'overexposing', 'overexposure', 'overextended', 'overgenerous', 'overindulged', 'overindulges', 'overnighters', 'overpopulate', 'overpowering', 'overprinting', 'overproduced', 'overproduces', 'overreaching', 'overreacting', 'overreaction', 'oversampling', 'overshadowed', 'overshooting', 'oversimplify', 'oversleeping', 'overspending', 'overstepping', 'overstocking', 'oversupplied', 'oversupplies', 'overthrowing', 'overwhelming', 'oxyacetylene', 'oxygenations', 'pacification', 'painstakings', 'paintbrushes', 'palaeolithic', 'paleontology', 'palestinians', 'palpitations', 'pamphleteers', 'panchromatic', 'pandemoniums', 'paperhangers', 'paperweights', 'paraboloidal', 'parachutists', 'paradigmatic', 'paragraphing', 'parallelisms', 'parallelized', 'parallelizes', 'parallelling', 'paramagnetic', 'paramedicals', 'parameterize', 'paramilitary', 'paraphrasing', 'paratroopers', 'parenthesise', 'parenthesiss', 'parenthesize', 'parishioners', 'parochialism', 'parsimonious', 'participants', 'participated', 'participates', 'participator', 'participials', 'particularly', 'particulates', 'partisanship', 'partitioning', 'partnerships', 'parturitions', 'passionately', 'pasteurising', 'pasteurizing', 'paternalisms', 'pathetically', 'pathogenesis', 'pathological', 'pathologists', 'patriarchies', 'patrolwomans', 'peacefulness', 'peacekeeping', 'peccadilloes', 'peculiaritys', 'pedantically', 'pediatrician', 'peevishnesss', 'peloponneses', 'penetrations', 'penitentiary', 'pennsylvania', 'pennyweights', 'pensivenesss', 'pentecostals', 'penultimates', 'perambulated', 'perambulates', 'perambulator', 'perceptively', 'perceptually', 'percolations', 'percutaneous', 'peremptorily', 'perforations', 'performances', 'pericardiums', 'periodically', 'peripatetics', 'peripherally', 'periphrasiss', 'periphrastic', 'peritonitiss', 'permeability', 'permissively', 'permutations', 'perniciously', 'perpetrating', 'perpetration', 'perpetrators', 'perpetuating', 'perpetuation', 'perplexities', 'persecutions', 'perseverance', 'persistences', 'persistently', 'personalised', 'personalises', 'personalitys', 'personalized', 'personalizes', 'personifying', 'perspectives', 'perspicacity', 'perspicuitys', 'perspiration', 'persuasively', 'pertinacious', 'pertinacitys', 'perturbation', 'perverseness', 'pestilential', 'petrifaction', 'pettifoggers', 'pettifogging', 'pharmaceutic', 'pharmacology', 'pharmacopeia', 'phenomenally', 'philadelphia', 'philanderers', 'philandering', 'philanthrope', 'philanthropy', 'philatelists', 'philharmonic', 'philodendron', 'philological', 'philologists', 'philosophers', 'philosophies', 'philosophise', 'philosophize', 'phonetically', 'phoneticians', 'phonological', 'phonologists', 'phosphoresce', 'photocopiers', 'photocopying', 'photographed', 'photographer', 'photographic', 'photographys', 'photostatted', 'phraseologys', 'phycomycetes', 'physicalness', 'physiognomys', 'physiologist', 'pickabacking', 'pigeonholing', 'piggishnesss', 'piggybacking', 'pigmentation', 'pitchblendes', 'pitchforking', 'plagiarising', 'plagiarizing', 'plainclothes', 'planetariums', 'planetesimal', 'planoconcave', 'plantagenets', 'plasterboard', 'plausibility', 'playfulnesss', 'playstations', 'pleasantness', 'pleasantries', 'pleistocenes', 'ploughshares', 'plutocracies', 'pneumococcus', 'pocketknifes', 'pocketknives', 'pointillisms', 'pointillists', 'polarisation', 'polarization', 'polarography', 'policewomans', 'policyholder', 'politicising', 'politicizing', 'pollinations', 'poltergeists', 'polyethylene', 'polygraphing', 'polystyrenes', 'polysyllabic', 'polysyllable', 'polytechnics', 'polytheistic', 'pomegranates', 'pompousnesss', 'ponchartrain', 'pontificated', 'pontificates', 'popocatepetl', 'popularising', 'popularizing', 'populousness', 'pornographer', 'pornographic', 'pornographys', 'portabilitys', 'portcullises', 'portentously', 'porterhouses', 'portmanteaus', 'portmanteaux', 'portraitists', 'portraitures', 'positiveness', 'possessional', 'possessively', 'possibilitys', 'postdoctoral', 'postgraduate', 'posthumously', 'postmistress', 'postmultiply', 'postponement', 'postposition', 'postulations', 'potentiality', 'potentiating', 'pottawatomie', 'poughkeepsie', 'powerfulness', 'practicality', 'practitioner', 'praiseworthy', 'praseodymium', 'prearranging', 'preassigning', 'precambrians', 'precariously', 'preciousness', 'precipitable', 'precipitants', 'precipitated', 'precipitates', 'precisenesss', 'precociously', 'precognition', 'preconceived', 'preconceives', 'precondition', 'predeceasing', 'predecessors', 'predestining', 'predetermine', 'predicaments', 'predications', 'predilection', 'predisposing', 'predominance', 'predominated', 'predominates', 'preeminences', 'preeminently', 'preemptively', 'prefabricate', 'preferential', 'prejudgement', 'prejudgments', 'preliminarys', 'premeditated', 'premeditates', 'premenstrual', 'premonitions', 'preoccupying', 'preordaining', 'prepackaging', 'preparations', 'preparatives', 'preparedness', 'preponderant', 'preponderate', 'prepositions', 'prepossessed', 'prepossesses', 'preposterous', 'prerecording', 'preregisters', 'prerequisite', 'prerogatives', 'presbyterian', 'preschoolers', 'prescription', 'prescriptive', 'preselecting', 'presentation', 'presentiment', 'preservation', 'preservative', 'preshrinking', 'presidencies', 'presidential', 'pressurising', 'pressurizing', 'presumptions', 'presumptuous', 'presupposing', 'prevailingly', 'prevaricated', 'prevaricates', 'prevaricator', 'preventative', 'principality', 'prioritising', 'prioritizing', 'prizefighter', 'prizewinning', 'probabilitys', 'probationary', 'probationers', 'procedurally', 'processional', 'processioned', 'proclamation', 'proclivities', 'procreations', 'procurements', 'prodigalitys', 'prodigiously', 'productively', 'productivity', 'profanations', 'professional', 'professorial', 'proficiencys', 'proficiently', 'profiteering', 'profundities', 'progesterone', 'programmable', 'programmings', 'progressions', 'progressives', 'prohibitions', 'projectively', 'proletarians', 'proletariats', 'proliferated', 'proliferates', 'prolifically', 'prolongation', 'promiscuitys', 'promontories', 'promulgating', 'promulgation', 'proofreaders', 'proofreading', 'propagandise', 'propagandist', 'propagandize', 'propagations', 'propensities', 'prophetesses', 'prophylactic', 'prophylaxiss', 'propinquitys', 'propitiating', 'propitiation', 'propitiatory', 'proportional', 'proportioned', 'propositions', 'proprietarys', 'proprietress', 'proscription', 'prosecutions', 'proselytised', 'proselytises', 'proselytized', 'proselytizes', 'prosopopoeia', 'prospections', 'prospectives', 'prospectuses', 'prosperously', 'prostituting', 'prostitution', 'prostrations', 'protactinium', 'protagonists', 'protectively', 'protectorate', 'proterozoics', 'protestation', 'protestingly', 'prothonotary', 'protoplasmic', 'prototypical', 'protractions', 'protuberance', 'proverbially', 'providential', 'provisioning', 'provocations', 'psychedelics', 'psychiatrist', 'psychobabble', 'psychologies', 'psychologist', 'psychometric', 'psychopathic', 'psychophysic', 'psychosocial', 'pterodactyls', 'publications', 'puddingstone', 'pugnaciously', 'pulchritudes', 'pumpernickel', 'punctualitys', 'punctuations', 'purchaseable', 'purification', 'purposefully', 'pussyfooting', 'putrefaction', 'putrescences', 'pyroelectric', 'pyrotechnics', 'quadrangular', 'quadraphonic', 'quadricepses', 'quadriphonic', 'quadriplegia', 'quadriplegic', 'quantifiable', 'quantitative', 'quantization', 'quarantining', 'quarterbacks', 'quarterdecks', 'quarterfinal', 'questionable', 'questionably', 'questionings', 'quetzalcoatl', 'quicksilvers', 'quintessence', 'rachmaninoff', 'racketeering', 'racquetballs', 'radioisotope', 'radiologists', 'radiophysics', 'radiotherapy', 'rambunctious', 'ramification', 'rapscallions', 'rastafarians', 'rathskellers', 'ratification', 'rationalised', 'rationalises', 'rationalisms', 'rationalists', 'rationalitys', 'rationalized', 'rationalizes', 'rattlesnakes', 'raucousnesss', 'raunchinesss', 'reabbreviate', 'reactionarys', 'reactivating', 'reactivation', 'readabilitys', 'readjustment', 'reaganomicss', 'realisations', 'realizations', 'reallocating', 'reallocation', 'reappearance', 'reappointing', 'reapportions', 'reappraisals', 'reappraising', 'reassembling', 'reassessment', 'reassignment', 'reassurances', 'reassuringly', 'rebelliously', 'rebroadcasts', 'recalcitrant', 'recalculated', 'recalculates', 'recantations', 'recapitulate', 'receivership', 'receptionist', 'receptivitys', 'recessionals', 'rechargeable', 'reciprocally', 'reciprocated', 'reciprocates', 'reciprocitys', 'recirculated', 'recirculates', 'recklessness', 'reclamations', 'reclassified', 'reclassifies', 'recognisable', 'recognisably', 'recognisance', 'recognitions', 'recognizable', 'recognizably', 'recognizance', 'recollecting', 'recollection', 'recommencing', 'recommending', 'recompensing', 'reconcilable', 'reconditions', 'reconfigured', 'reconfigurer', 'reconfigures', 'reconnecting', 'reconnection', 'reconnoiters', 'reconnoitred', 'reconnoitres', 'reconquering', 'reconsidered', 'reconstitute', 'reconstructs', 'recreational', 'recriminated', 'recriminates', 'recruitments', 'recuperating', 'recuperation', 'recuperative', 'redecorating', 'rededicating', 'redefinition', 'redeployment', 'redeveloping', 'redirections', 'rediscovered', 'rediscoverys', 'redisplaying', 'redistribute', 'redistricted', 'reducibility', 'redundancies', 'reeducations', 'reemphasised', 'reemphasises', 'reemphasized', 'reemphasizes', 'reenactments', 'reevaluating', 'reevaluation', 'refashioning', 'reflectively', 'reflectivity', 'reformations', 'reformatorys', 'reformatting', 'reformulated', 'reformulates', 'refractories', 'refreshingly', 'refreshments', 'refrigerants', 'refrigerated', 'refrigerates', 'refrigerator', 'refurbishing', 'refurnishing', 'regenerating', 'regeneration', 'regenerative', 'regionalisms', 'registration', 'regularising', 'regularities', 'regularizing', 'regurgitated', 'regurgitates', 'rehabilitate', 'reimbursable', 'reincarnated', 'reincarnates', 'reinitialise', 'reinitialize', 'reinterprets', 'reintroduced', 'reintroduces', 'reiterations', 'rejuvenating', 'rejuvenation', 'relationally', 'relationship', 'relativeness', 'relativistic', 'relentlessly', 'reliabilitys', 'reliableness', 'relinquished', 'relinquishes', 'remembrances', 'reminiscence', 'remonstrance', 'remonstrated', 'remonstrates', 'remorsefully', 'remunerating', 'remuneration', 'remunerative', 'renaissances', 'rendezvoused', 'rendezvouses', 'renegotiable', 'renegotiated', 'renegotiates', 'renunciation', 'reorganising', 'reorganizing', 'reparationss', 'repatriating', 'repatriation', 'repercussion', 'repetitively', 'replacements', 'replenishing', 'replications', 'repositioned', 'repositories', 'repossessing', 'repossession', 'reprehending', 'representing', 'reprimanding', 'reprocessing', 'reproducible', 'reproducibly', 'reproduction', 'reproductive', 'reprograming', 'reprogrammed', 'republishing', 'repudiations', 'requirements', 'requisitions', 'rescheduling', 'resemblances', 'reservations', 'resignations', 'resoluteness', 'resoundingly', 'respectfully', 'respectively', 'respirations', 'resplendence', 'responsively', 'restatements', 'restaurateur', 'restfulnesss', 'restitutions', 'restivenesss', 'restlessness', 'restorations', 'restoratives', 'restrictions', 'restructured', 'restructures', 'resubmitting', 'resurrecting', 'resurrection', 'resurrectors', 'resuscitated', 'resuscitates', 'resuscitator', 'retaliations', 'retardations', 'reticulately', 'reticulating', 'reticulation', 'retrenchment', 'retributions', 'retrofitting', 'retrograding', 'retrogressed', 'retrogresses', 'retrorockets', 'retrospected', 'reupholsters', 'revaluations', 'reverberated', 'reverberates', 'revitalising', 'revitalizing', 'rhapsodising', 'rhapsodizing', 'rhetorically', 'rhetoricians', 'rhinoceroses', 'rhododendron', 'rhombohedral', 'rhythmically', 'rickenbacker', 'ricochetting', 'ridiculously', 'riefenstahls', 'rightfulness', 'risorgimento', 'roadblocking', 'roddenberrys', 'romantically', 'romanticised', 'romanticises', 'romanticisms', 'romanticists', 'romanticized', 'romanticizes', 'rooseveltian', 'rostropovich', 'rotogravures', 'roughhousing', 'roughnecking', 'rubbernecked', 'rustproofing', 'ruthlessness', 'sacrilegious', 'sadistically', 'safeguarding', 'safekeepings', 'sagittariuss', 'saintlinesss', 'salesmanship', 'salespeoples', 'salespersons', 'saloonkeeper', 'salvadorians', 'sandblasters', 'sandblasting', 'sandpapering', 'sarcophaguss', 'sardonically', 'sarsaparilla', 'saskatchewan', 'satisfaction', 'satisfactory', 'saxophonists', 'scaffoldings', 'scandalising', 'scandalizing', 'scandalously', 'scandinavian', 'scandinavias', 'scapegoating', 'scatological', 'scatterbrain', 'scheherazade', 'schenectadys', 'schiaparelli', 'schlesingers', 'schmaltziest', 'scholarships', 'schoolchilds', 'schoolhouses', 'schoolmaster', 'schopenhauer', 'schroedinger', 'schwarzkopfs', 'scientologys', 'scintillated', 'scintillates', 'scoutmasters', 'scratchiness', 'screenwriter', 'screwdrivers', 'scrimshawing', 'scriptwriter', 'scrupulosity', 'scrupulously', 'scrutinising', 'scrutinizing', 'scurrilously', 'scuttlebutts', 'seamstresses', 'searchlights', 'seasicknesss', 'seaworthiest', 'secessionist', 'secretariats', 'sectarianism', 'sectionalism', 'secularising', 'secularizing', 'segmentation', 'segregations', 'seismographs', 'seismography', 'seismologist', 'selectivitys', 'selfishnesss', 'selflessness', 'semantically', 'semanticists', 'semicircular', 'semifinalist', 'semimonthlys', 'semiprecious', 'semitrailers', 'semitropical', 'semiweeklies', 'sensibilitys', 'sensitivitys', 'sensorimotor', 'sensuousness', 'sensurrounds', 'separateness', 'septicaemias', 'sepulchering', 'sequentially', 'sequestering', 'serendipitys', 'seriousnesss', 'serviceberry', 'servicewoman', 'servicewomen', 'seventeenths', 'sexagenarian', 'shadowboxing', 'shakespeares', 'shallownesss', 'shamefulness', 'shapelinesss', 'sharecropper', 'shareholders', 'sharpshooter', 'shatterproof', 'shcharanskys', 'sheepishness', 'shepherdesss', 'shevardnadze', 'shijiazhuang', 'shipbuilders', 'shipbuilding', 'shipwrecking', 'shirtsleeves', 'shopliftings', 'shortchanged', 'shortchanges', 'shortcomings', 'shortsighted', 'showmanships', 'shuffleboard', 'shuttlecocks', 'sidestepping', 'sidestroking', 'sidetracking', 'sightseeings', 'significance', 'significants', 'silhouetting', 'silverfishes', 'silversmiths', 'similarities', 'simpleminded', 'simplicities', 'simulcasting', 'simultaneity', 'simultaneous', 'singlehanded', 'singularitys', 'skateboarded', 'skateboarder', 'skillfulness', 'skulduggerys', 'skullduggery', 'skyrocketing', 'slaphappiest', 'slaughterers', 'slaughtering', 'sledgehammer', 'sleepwalkers', 'sleepwalking', 'slenderising', 'slenderizing', 'slendernesss', 'slipperiness', 'slothfulness', 'slovenliness', 'sluggishness', 'smithereenss', 'smithsonians', 'snobbishness', 'snowboarding', 'snowmobiling', 'sociabilitys', 'sociological', 'sociologists', 'solicitation', 'solicitously', 'soliloquised', 'soliloquises', 'soliloquized', 'soliloquizes', 'solzhenitsyn', 'somersaulted', 'somnambulism', 'somnambulist', 'sophisticate', 'soulfulnesss', 'soundproofed', 'southeastern', 'southernmost', 'southwestern', 'southwesters', 'sovereigntys', 'spaceflights', 'spacewalking', 'spaciousness', 'spearheading', 'specialising', 'specialities', 'specializing', 'specifically', 'spectaculars', 'spectrograms', 'spectrograph', 'spectrometer', 'spectrometry', 'spectroscope', 'spectroscopy', 'speculations', 'speedometers', 'spellbinders', 'spellbinding', 'spendthrifts', 'spermatozoon', 'spinsterhood', 'spiritualism', 'spiritualist', 'spirituality', 'spitefullest', 'spitefulness', 'spitsbergens', 'spokespeople', 'spokesperson', 'spokeswomans', 'sponsorships', 'spontaneitys', 'sporadically', 'sportscaster', 'sportswomans', 'sportswriter', 'spotlessness', 'spotlighting', 'spreadsheets', 'sprightliest', 'springboards', 'springfields', 'springinesss', 'springsteens', 'spuriousness', 'squirrelling', 'stagecoaches', 'stagflations', 'staggeringly', 'standardised', 'standardises', 'standardized', 'standardizes', 'stanislavsky', 'statelinesss', 'stationarity', 'statistician', 'statuesquely', 'steamrollers', 'steamrolling', 'steeplechase', 'steeplejacks', 'stenographer', 'stenographic', 'stenographys', 'stepbrothers', 'stepchildren', 'stepdaughter', 'steprelation', 'stereography', 'stereophonic', 'stereoscopes', 'stereotyping', 'stethoscopes', 'stewardesses', 'stewardships', 'sticklebacks', 'stigmatising', 'stigmatizing', 'stimulations', 'stipulations', 'stockbrokers', 'stockhausens', 'stockholders', 'stolichnayas', 'stomachaches', 'stonewalling', 'storekeepers', 'storytellers', 'stradivarius', 'straightaway', 'straightedge', 'straightened', 'straightness', 'straitjacket', 'strangenesss', 'stranglehold', 'strangulated', 'strangulates', 'stratosphere', 'strawberries', 'streamlining', 'streetlights', 'streetwalker', 'strengthened', 'strengthener', 'streptococci', 'streptomycin', 'stripteasing', 'stroboscopic', 'structurally', 'stubbornness', 'studentships', 'stupefaction', 'stupendously', 'stylishnesss', 'subbasements', 'subcommittee', 'subcomponent', 'subconscious', 'subcontinent', 'subcontracts', 'subcutaneous', 'subdivisions', 'subintervals', 'subjectively', 'subjectivity', 'subjugations', 'subjunctives', 'sublimations', 'subliminally', 'submergences', 'submersibles', 'subordinated', 'subordinates', 'subornations', 'subscripting', 'subscription', 'subsequences', 'subsequently', 'subservience', 'subsidiaries', 'subsistences', 'substantiate', 'substantives', 'substituting', 'substitution', 'substructure', 'subterranean', 'subtotalling', 'subtractions', 'suburbanites', 'successfully', 'successively', 'succinctness', 'sudetenlands', 'sufficiencys', 'sufficiently', 'suffocations', 'suffragettes', 'sugarcoating', 'suggestively', 'suitabilitys', 'suitableness', 'summerhouses', 'superannuate', 'supercharged', 'supercharger', 'supercharges', 'supercilious', 'superfluitys', 'superhighway', 'superhumanly', 'superimposed', 'superimposes', 'superintends', 'superioritys', 'superlatives', 'supermarkets', 'supernatural', 'superposable', 'superscripts', 'superstition', 'supertankers', 'supervisions', 'supplemental', 'supplemented', 'supplicating', 'supplication', 'supportingly', 'supportively', 'suppositions', 'suppositorys', 'suppressible', 'suppressions', 'suppurations', 'supremacists', 'surfboarding', 'surmountable', 'surprisingly', 'surrealistic', 'surrendering', 'surroundings', 'surveillance', 'suspiciously', 'susquehannas', 'swallowtails', 'swashbuckler', 'sweepstakess', 'switchblades', 'switchboards', 'switzerlands', 'syllabifying', 'symbolically', 'sympathisers', 'sympathising', 'sympathizers', 'sympathizing', 'synchronised', 'synchronises', 'synchronized', 'synchronizer', 'synchronizes', 'syncopations', 'syndications', 'synonymously', 'synthesising', 'synthesizers', 'synthesizing', 'systematised', 'systematises', 'systematized', 'systematizes', 'taciturnitys', 'tactlessness', 'tadzhikistan', 'tallahassees', 'tangibilitys', 'tastefulness', 'tautological', 'taxidermists', 'teaspoonfuls', 'teaspoonsful', 'technicality', 'technocracys', 'technocratic', 'technologies', 'technologist', 'tediousnesss', 'teetotallers', 'tegucigalpas', 'telecommuted', 'telecommuter', 'telecommutes', 'telegraphers', 'telegraphing', 'telekinesiss', 'teleological', 'teleprompter', 'temperaments', 'temperatures', 'tenochtitlan', 'tenuousnesss', 'teotihuacans', 'tercentenary', 'terminations', 'terminologys', 'terpsichores', 'terrestrials', 'terrifically', 'terrifyingly', 'territorials', 'testamentary', 'testimonials', 'testosterone', 'tetrahedrons', 'thankfulness', 'thanksgiving', 'theatrically', 'thematically', 'themistocles', 'theoretician', 'theorization', 'therapeutics', 'thermocouple', 'thermometers', 'thermometric', 'thermopylaes', 'thermostable', 'thermostatic', 'thessalonian', 'thessalonkis', 'thingamajigs', 'thistledowns', 'thoroughbred', 'thoroughfare', 'thoroughness', 'thoughtfully', 'thousandfold', 'thriftinesss', 'throatinesss', 'thunderbirds', 'thunderbolts', 'thunderclaps', 'thundercloud', 'thunderheads', 'thunderstorm', 'ticketmaster', 'tiddlywinkss', 'timelessness', 'tirelessness', 'tiresomeness', 'titillations', 'toastmasters', 'tobacconists', 'togetherness', 'tolerability', 'tomfooleries', 'tonsillitiss', 'toothbrushes', 'topographers', 'topographies', 'totalitarian', 'townspeoples', 'toxicologist', 'tracheotomys', 'tractability', 'trademarking', 'tragicomedys', 'trailblazers', 'trajectories', 'tranquilitys', 'tranquilized', 'tranquilizer', 'tranquilizes', 'tranquillest', 'tranquillise', 'tranquillity', 'tranquillize', 'transactions', 'transceivers', 'transcendent', 'transcending', 'transcribers', 'transcribing', 'transduction', 'transferable', 'transference', 'transferrers', 'transferring', 'transfigured', 'transfigures', 'transformers', 'transforming', 'transfusable', 'transfusions', 'transgressed', 'transgresses', 'transgressor', 'transitional', 'transitioned', 'transitively', 'transitivity', 'translatable', 'translations', 'translucence', 'transmigrate', 'transmission', 'transmittals', 'transmitters', 'transmitting', 'transmogrify', 'transoceanic', 'transpacific', 'transparency', 'transplanted', 'transponders', 'transporters', 'transporting', 'transposable', 'transsexuals', 'transshipped', 'transversely', 'transvestism', 'transvestite', 'transylvania', 'trapshooting', 'traumatising', 'traumatizing', 'tremendously', 'trepidations', 'triangularly', 'tribulations', 'triceratopss', 'trifluouride', 'triglyceride', 'trigonometry', 'triplicating', 'triumphantly', 'triumvirates', 'trivialising', 'trivialities', 'trivializing', 'tropospheres', 'tropospheric', 'troublemaker', 'troubleshoot', 'trusteeships', 'trustfulness', 'truthfulness', 'tsiolkovskys', 'tuberculosis', 'turkmenistan', 'typographers', 'tyrannically', 'tyrannosaurs', 'ubiquitously', 'ujungpandang', 'ultramarines', 'ultraviolets', 'unacceptable', 'unacceptably', 'unaccustomed', 'unacquainted', 'unaffectedly', 'unanalyzable', 'unanswerable', 'unappetising', 'unappetizing', 'unassailable', 'unattainable', 'unattractive', 'unattributed', 'unauthorised', 'unauthorized', 'unbelievable', 'unbelievably', 'uncatalogued', 'uncertaintys', 'unchallenged', 'unchangeable', 'uncharitable', 'uncharitably', 'unclassified', 'uncleanliest', 'uncleannesss', 'uncompressed', 'uncomputable', 'unconsciouss', 'unconsidered', 'uncontrolled', 'unconvincing', 'uncorrelated', 'unctuousness', 'uncultivated', 'undemocratic', 'undependable', 'underachieve', 'underbellies', 'underbidding', 'undercharged', 'undercharges', 'underclothes', 'undercoating', 'undercurrent', 'undercutting', 'underexposed', 'underexposes', 'underfeeding', 'underflowing', 'undergarment', 'undergrounds', 'undergrowths', 'underlinings', 'underpinning', 'underplaying', 'underscoring', 'underselling', 'undershortss', 'undersigneds', 'undersigning', 'understaffed', 'understating', 'understudied', 'understudies', 'undertakings', 'undervaluing', 'underweights', 'underwriters', 'underwriting', 'underwritten', 'undeservedly', 'undesirables', 'undetectable', 'undetermined', 'undiminished', 'undiscovered', 'undocumented', 'uneconomical', 'unemployable', 'unemployment', 'uneventfully', 'unexpectedly', 'unexpurgated', 'unfaithfully', 'unfamiliarly', 'unfathomable', 'unfavourable', 'unfavourably', 'unflattering', 'unforgivable', 'unfortunates', 'unfrequented', 'unfriendlier', 'ungainliness', 'ungovernable', 'ungratefully', 'unhappinesss', 'unhealthiest', 'unhesitating', 'unidentified', 'unifications', 'unilaterally', 'unimaginable', 'unimpressive', 'uninstallers', 'uninstalling', 'uninterested', 'unionisation', 'unionization', 'uniprocessor', 'unitarianism', 'universality', 'universities', 'unlikelihood', 'unmanageable', 'unmanageably', 'unmercifully', 'unmistakable', 'unmistakably', 'unnoticeable', 'unobservable', 'unobstructed', 'unobtainable', 'unofficially', 'unparalleled', 'unpardonable', 'unpleasantly', 'unpopularity', 'unprejudiced', 'unprescribed', 'unprincipled', 'unprivileged', 'unproductive', 'unprofitable', 'unquenchable', 'unquestioned', 'unreasonable', 'unreasonably', 'unrecognised', 'unrecognized', 'unregenerate', 'unregistered', 'unremarkable', 'unrepeatable', 'unreservedly', 'unresponsive', 'unrestrained', 'unrestricted', 'unsanctioned', 'unsatisfying', 'unscientific', 'unscrambling', 'unscrupulous', 'unseasonable', 'unseasonably', 'unseemliness', 'unsightliest', 'unsteadiness', 'unstructured', 'unsubscribed', 'unsubscribes', 'unsuccessful', 'unsupervised', 'unsurprising', 'unsuspecting', 'unterminated', 'unthinkingly', 'untimeliness', 'untouchables', 'untranslated', 'untruthfully', 'unwieldiness', 'unworthiness', 'upholsterers', 'upholstering', 'uppercutting', 'uproariously', 'urbanisation', 'urbanization', 'uselessnesss', 'utilisations', 'utilitarians', 'utilizations', 'vacationland', 'vaccinations', 'vacillations', 'vainglorious', 'valedictorys', 'vaporisation', 'vaporization', 'variabilitys', 'variableness', 'varicoloured', 'ventilations', 'verdigrising', 'verification', 'versatilitys', 'verticalness', 'veterinarian', 'veterinaries', 'vichyssoises', 'viciousnesss', 'vicissitudes', 'victoriously', 'vigilantisms', 'vijayanagars', 'vilification', 'villainously', 'vinaigrettes', 'vindemiatrix', 'vindications', 'vindictively', 'violoncellos', 'virtuousness', 'viscoelastic', 'viscountesss', 'viticultures', 'vituperating', 'vituperation', 'vituperative', 'vivekanandas', 'vivisections', 'vladivostoks', 'vocabularian', 'vocabularies', 'vocalisation', 'vocalization', 'vocationally', 'vociferating', 'vociferation', 'vociferously', 'volatilities', 'voluminously', 'volunteering', 'voluptuaries', 'voluptuously', 'wainscotings', 'wainscotting', 'wakefulnesss', 'wallpapering', 'warehouseman', 'warmongering', 'washerwomans', 'wastebaskets', 'wastefulness', 'watchfulness', 'watercolours', 'watercourses', 'watermarking', 'waterproofed', 'waywardnesss', 'wealthinesss', 'weathercocks', 'weatherising', 'weatherizing', 'weatherproof', 'weatherstrip', 'webmistresss', 'weierstrasss', 'weightinesss', 'weightlifter', 'weissmullers', 'welterweight', 'westernising', 'westernizing', 'westinghouse', 'wheelbarrows', 'wheelwrights', 'whereaboutss', 'wherewithals', 'whimsicality', 'whippoorwill', 'whitewashing', 'wholehearted', 'wildernesses', 'willfulnesss', 'williamsburg', 'willingnesss', 'windbreakers', 'windsurfings', 'wintergreens', 'wisconsinite', 'wisecracking', 'wistfulnesss', 'withholdings', 'withstanding', 'wittgenstein', 'womanlinesss', 'woodcarvings', 'woodcuttings', 'woodworkings', 'workmanships', 'workstations', 'worldlinesss', 'wretchedness', 'wristwatches', 'wrongfulness', 'xylophonists', 'yamoussoukro', 'yellowstones', 'yevtushenkos', 'youthfulness', 'yugoslavians', 'zealousnesss', 'zoologically', 'zoroastrians', 'abbreviations', 'abnormalities', 'abolitionists', 'abrasivenesss', 'abstractnesss', 'abstrusenesss', 'accelerations', 'accelerometer', 'accentuations', 'acceptability', 'accessibility', 'acclimatising', 'acclimatizing', 'accommodating', 'accommodation', 'accompaniment', 'accomplishers', 'accomplishing', 'accouterments', 'accoutrements', 'accreditation', 'acculturating', 'acculturation', 'accumulations', 'accuratenesss', 'acetaminophen', 'acknowledgers', 'acknowledging', 'acquaintances', 'acquiescences', 'actualisation', 'actualization', 'acupuncturist', 'adaptabilitys', 'addressograph', 'adiabatically', 'adjudications', 'administering', 'administrable', 'administrated', 'administrates', 'administrator', 'admissibility', 'admonishments', 'adulterations', 'adventuresome', 'adventuresses', 'adventurously', 'advertisement', 'advisabilitys', 'aerodynamicss', 'aesthetically', 'affirmatively', 'afforestation', 'afterthoughts', 'agglomerating', 'agglomeration', 'agglutinating', 'agglutination', 'agreeableness', 'agribusinesss', 'algebraically', 'allegorically', 'alliterations', 'alphabetising', 'alphabetizing', 'alternatively', 'amalgamations', 'ambassadorial', 'ambitiousness', 'ameliorations', 'americanising', 'americanizing', 'amniocenteses', 'amniocentesis', 'amorphousness', 'amortisations', 'amortizations', 'amphitheaters', 'amphitheatres', 'amplification', 'anachronistic', 'anaesthetised', 'anaesthetises', 'anaesthetists', 'anaesthetized', 'anaesthetizes', 'analyticities', 'anaphorically', 'anchorpersons', 'anesthetizing', 'angioplasties', 'animadversion', 'annihilations', 'anniversaries', 'announcements', 'antananarivos', 'anthologising', 'anthologizing', 'anthropogenic', 'anthropologys', 'antibacterial', 'anticipations', 'anticlimactic', 'anticlockwise', 'antihistamine', 'antimicrobial', 'antiparticles', 'antipersonnel', 'antiresonance', 'antiresonator', 'antisubmarine', 'antisymmetric', 'apalachicolas', 'apathetically', 'appendectomys', 'appendicitiss', 'applicability', 'applicatively', 'apportionment', 'appositenesss', 'appreciations', 'apprehensible', 'apprehensions', 'appropriately', 'appropriating', 'appropriation', 'appropriators', 'approximately', 'approximating', 'approximation', 'appurtenances', 'arbitrariness', 'archaeologist', 'archbishopric', 'archeological', 'archeologists', 'archipelagoes', 'architectonic', 'architectural', 'architectures', 'argumentation', 'argumentative', 'aristocracies', 'aristophaness', 'aristotelians', 'aromatherapys', 'articulations', 'artifactually', 'artificiality', 'ascertainable', 'asphyxiations', 'assassinating', 'assassination', 'assemblywoman', 'assemblywomen', 'assertiveness', 'assiduousness', 'assimilations', 'assistantship', 'associational', 'associatively', 'associativity', 'astonishingly', 'astonishments', 'astronauticss', 'astrophysical', 'astrophysicss', 'atrociousness', 'attentiveness', 'attitudinised', 'attitudinises', 'attitudinized', 'attitudinizes', 'attributively', 'audaciousness', 'augmentations', 'auscultations', 'austronesians', 'authentically', 'authenticated', 'authenticates', 'authenticator', 'authenticitys', 'authorisation', 'authoritarian', 'authoritative', 'authorization', 'autobiography', 'autocollimate', 'autocorrelate', 'automatically', 'autonavigator', 'availabilitys', 'axiomatically', 'baccalaureate', 'bacchanalians', 'backpedalling', 'backscattered', 'backstitching', 'backstretches', 'backwardnesss', 'bacteriologys', 'bantamweights', 'battlegrounds', 'beatification', 'behavioristic', 'belligerences', 'belligerencys', 'belligerently', 'benefactresss', 'beneficiaries', 'bewilderingly', 'bewilderments', 'bibliographer', 'bibliographic', 'bibliographys', 'bicentennials', 'bidirectional', 'biochemistrys', 'biodegradable', 'biodiversitys', 'biophysicists', 'biosynthesize', 'biotechnology', 'birefringence', 'blabbermouths', 'blackberrying', 'blamelessness', 'blandishments', 'blasphemously', 'blissfulnesss', 'bloemfonteins', 'bloodcurdling', 'bloomingdales', 'blunderbusses', 'boardinghouse', 'boastfulnesss', 'bodybuildings', 'bootstrapping', 'bouillabaisse', 'boundlessness', 'boustrophedon', 'boysenberries', 'brainchildren', 'brainstorming', 'brainwashings', 'breakthroughs', 'breaststrokes', 'breckenridges', 'brinkmanships', 'brinksmanship', 'broadcastings', 'brokenhearted', 'brontosauruss', 'brotherliness', 'bulletproofed', 'bullfightings', 'bumptiousness', 'bureaucracies', 'burglarproofs', 'businesswoman', 'businesswomen', 'butterfingers', 'butterscotchs', 'cabinetmakers', 'calisthenicss', 'calligraphers', 'callisthenics', 'cancellations', 'cannibalising', 'cannibalistic', 'cannibalizing', 'canonicalized', 'canonicalizes', 'canonisations', 'canonizations', 'cantabrigians', 'cantilevering', 'capaciousness', 'capitulations', 'carbohydrates', 'carboniferous', 'carbonization', 'carcinogenics', 'cardinalities', 'cardiologists', 'carelessnesss', 'caricaturists', 'carnivorously', 'carpetbaggers', 'carpetbagging', 'carthaginians', 'cartilaginous', 'cartographers', 'categorically', 'cautiousnesss', 'ceaselessness', 'ceremoniously', 'certificating', 'certification', 'chairmanships', 'championships', 'chancelleries', 'chandrasekhar', 'changeability', 'characterised', 'characterises', 'characterized', 'characterizer', 'characterizes', 'charlottetown', 'chastisements', 'chateaubriand', 'chattahoochee', 'checkerboards', 'cheerfulnesss', 'cheerlessness', 'cheeseburgers', 'chemisorption', 'chemotherapys', 'chequerboards', 'chernomyrdins', 'childbearings', 'childishnesss', 'childlessness', 'childproofing', 'chiropractics', 'chiropractors', 'chitterlingss', 'chlorinations', 'chloroforming', 'choreographed', 'choreographer', 'choreographic', 'choreographys', 'christianitys', 'chromatograph', 'chronological', 'chrysanthemum', 'churlishnesss', 'cimcumvention', 'circularising', 'circularizing', 'circumcisions', 'circumference', 'circumscribed', 'circumscribes', 'circumspectly', 'circumstanced', 'circumstances', 'circumventing', 'circumvention', 'civilisations', 'civilizations', 'clairvoyances', 'clairvoyantly', 'clandestinely', 'clarification', 'clarinettists', 'clearinghouse', 'clownishnesss', 'codependencys', 'codifications', 'coeducational', 'cohabitations', 'cohesivenesss', 'collaborating', 'collaboration', 'collaborative', 'collaborators', 'collectivised', 'collectivises', 'collectivisms', 'collectivists', 'collectivized', 'collectivizes', 'colloquialism', 'colonisations', 'colonizations', 'combinational', 'combinatorial', 'combinatorics', 'commandeering', 'commemorating', 'commemoration', 'commemorative', 'commencements', 'commendations', 'commensurable', 'commercialise', 'commercialism', 'commercialize', 'commiserating', 'commiseration', 'commissariats', 'commissioners', 'commissioning', 'commonalities', 'commonwealths', 'communicating', 'communication', 'communicative', 'communicators', 'commutativity', 'companionable', 'companionship', 'companionways', 'comparability', 'comparatively', 'compartmented', 'compassionate', 'compatibility', 'compensations', 'competitively', 'complaisances', 'complaisantly', 'complementary', 'complementers', 'complementing', 'completenesss', 'complications', 'complimentary', 'complimenters', 'complimenting', 'componentwise', 'compositional', 'comprehending', 'comprehension', 'comprehensive', 'computability', 'computational', 'computerising', 'computerizing', 'concatenating', 'concatenation', 'concentrating', 'concentration', 'concentrators', 'conceptualise', 'conceptualize', 'concertinaing', 'concertmaster', 'conciliations', 'concurrencies', 'condemnations', 'condensations', 'condescending', 'condescension', 'conditionally', 'conductivitys', 'confectioners', 'confectionery', 'confederacies', 'confederating', 'confederation', 'confessionals', 'configuration', 'confirmations', 'confiscations', 'conflagration', 'conformations', 'confrontation', 'confucianisms', 'congenialitys', 'conglomerated', 'conglomerates', 'congratulated', 'congratulates', 'congregations', 'congressional', 'congresswoman', 'congresswomen', 'conjunctively', 'connectedness', 'conquistadors', 'consanguinity', 'conscientious', 'consciousness', 'conscriptions', 'consecrations', 'consecutively', 'consequential', 'conservations', 'conservatisms', 'conservatives', 'conservatorys', 'considerately', 'consideration', 'consistencies', 'consolidating', 'consolidation', 'conspicuously', 'constabularys', 'constellation', 'consternation', 'constipations', 'constituencys', 'constitutions', 'constrictions', 'constructible', 'constructions', 'consultancies', 'consultations', 'consummations', 'consumptively', 'contaminating', 'contamination', 'contemplating', 'contemplation', 'contemplative', 'contemporarys', 'contentedness', 'contentiously', 'continentally', 'contingencies', 'continuations', 'contortionist', 'contraception', 'contraceptive', 'contractually', 'contradicting', 'contradiction', 'contradictory', 'contralateral', 'contrarinesss', 'contrastingly', 'contravariant', 'contravention', 'contributions', 'controversial', 'controversies', 'controverting', 'convalescence', 'convalescents', 'conversations', 'convivialitys', 'cooperatively', 'coordinations', 'corespondents', 'correspondent', 'corresponding', 'corroborating', 'corroboration', 'corroborative', 'cosignatories', 'cosmetologist', 'cosmopolitans', 'councilwomans', 'countenancing', 'counteracting', 'counteraction', 'counteractive', 'counterattack', 'counterclaims', 'counterfeited', 'counterfeiter', 'countermanded', 'counteroffers', 'counterpoints', 'countersigned', 'countertenors', 'counterweight', 'countrywomans', 'courteousness', 'covetousnesss', 'cowardlinesss', 'craftsmanship', 'creativenesss', 'credulousness', 'criminologist', 'crisscrossing', 'crossbreeding', 'crosschecking', 'cryptanalysis', 'cryptanalytic', 'cryptographer', 'cryptographic', 'cryptographys', 'crystallising', 'crystallizing', 'customisation', 'customization', 'cytochemistry', 'daguerreotype', 'dauntlessness', 'debilitations', 'decaffeinated', 'decaffeinates', 'decapitations', 'deceitfulness', 'decelerations', 'decentralised', 'decentralises', 'decentralized', 'decentralizes', 'deceptiveness', 'decisivenesss', 'declaratively', 'declassifying', 'decommissions', 'decomposition', 'decompressing', 'decompression', 'decongestants', 'decontaminate', 'decontrolling', 'deconvolution', 'decriminalise', 'decriminalize', 'deemphasizing', 'defenestrated', 'defenestrates', 'defensiveness', 'deferentially', 'definitenesss', 'deforestation', 'degenerations', 'dehumidifiers', 'dehumidifying', 'deliberations', 'delicatessens', 'deliciousness', 'delinquencies', 'demagnetising', 'demagnetizing', 'demilitarised', 'demilitarises', 'demilitarized', 'demilitarizes', 'democratising', 'democratizing', 'demographicss', 'demonstrating', 'demonstration', 'demonstrative', 'demonstrators', 'demythologize', 'denominations', 'denouncements', 'densitometric', 'denunciations', 'dependability', 'depoliticised', 'depoliticises', 'depoliticized', 'depoliticizes', 'depopulations', 'depreciations', 'deprogramming', 'deregulations', 'dermatologist', 'desalinations', 'descriptively', 'desegregating', 'desegregation', 'desensitising', 'desensitizing', 'desirabilitys', 'desolatenesss', 'destructively', 'desynchronize', 'deteriorating', 'deterioration', 'determinately', 'determination', 'determinative', 'deterministic', 'dethronements', 'developmental', 'diagnostician', 'diametrically', 'dictatorships', 'diffeomorphic', 'differentials', 'differentiate', 'dilapidations', 'dilettantisms', 'dillydallying', 'dimensionally', 'dimensionless', 'directionally', 'directorships', 'disadvantaged', 'disadvantages', 'disaffections', 'disagreements', 'disambiguated', 'disambiguates', 'disappearance', 'disappointing', 'disassembling', 'disassociated', 'disassociates', 'disbursements', 'discoloration', 'discomfitures', 'discomforting', 'discomposures', 'disconcerting', 'disconnecting', 'disconnection', 'discontenting', 'discontinuing', 'discontinuity', 'discontinuous', 'discourtesies', 'discreditable', 'discrepancies', 'discretionary', 'discriminable', 'discriminated', 'discriminates', 'disemboweling', 'disembowelled', 'disenchanting', 'disencumbered', 'disengagement', 'disentangling', 'disfigurement', 'disfranchised', 'disfranchises', 'disgracefully', 'disharmonious', 'disheartening', 'dishonourable', 'dishonourably', 'disillusioned', 'disinfectants', 'disinheriting', 'disintegrated', 'disintegrates', 'disinterested', 'disinterments', 'disjunctively', 'dismemberment', 'disobediences', 'disobediently', 'disorganising', 'disorganizing', 'disparagement', 'dispassionate', 'dispensations', 'displacements', 'dispossessing', 'dispossession', 'disproportion', 'disqualifying', 'disquisitions', 'disrespectful', 'disrespecting', 'dissatisfying', 'disseminating', 'dissemination', 'dissertations', 'dissimilarity', 'dissimulating', 'dissimulation', 'dissociations', 'dissoluteness', 'distastefully', 'distillations', 'distinctively', 'distinguished', 'distinguishes', 'distressingly', 'distributions', 'distritbuting', 'distrustfully', 'divisibilitys', 'divisivenesss', 'documentaries', 'documentation', 'domesticating', 'domestication', 'draftsmanship', 'dramatisation', 'dramatization', 'draughtinesss', 'dysfunctional', 'eavesdroppers', 'eavesdropping', 'eccentrically', 'eccentricitys', 'ecclesiastics', 'editorialised', 'editorialises', 'editorialized', 'editorializes', 'educationally', 'effectiveness', 'effervescence', 'efficaciously', 'effusivenesss', 'egotistically', 'eigenfunction', 'elaborateness', 'electioneered', 'electrocuting', 'electrocution', 'electrolysiss', 'electromagnet', 'electrophorus', 'electroplated', 'electroplates', 'electrostatic', 'elocutionists', 'emancipations', 'emasculations', 'embarrassment', 'embellishment', 'embezzlements', 'embryologists', 'emotionalisms', 'emphysematous', 'encapsulating', 'encapsulation', 'encephalitiss', 'enchantresses', 'encirclements', 'encouragement', 'encouragingly', 'encroachments', 'encrustations', 'encyclopaedia', 'encyclopedias', 'energetically', 'enfranchising', 'englishwomans', 'enigmatically', 'enlightenment', 'enormousnesss', 'entanglements', 'entertainings', 'entertainment', 'enthronements', 'entomological', 'entomologists', 'entrenchments', 'entrepreneurs', 'environmental', 'epidemiologys', 'episcopalians', 'equalisations', 'equalizations', 'equestriennes', 'equivocations', 'eratostheness', 'erroneousness', 'establishment', 'estrangements', 'eventfulnesss', 'eventualities', 'everlastingly', 'eviscerations', 'exacerbations', 'exaggerations', 'exasperations', 'exceptionable', 'exceptionally', 'excitabilitys', 'exclusiveness', 'excommunicate', 'exhibitionism', 'exhibitionist', 'exhilarations', 'existentially', 'expansionists', 'expansiveness', 'expatriations', 'expectorating', 'expectoration', 'expeditionary', 'expeditiously', 'experimenters', 'experimenting', 'explicitnesss', 'exploitations', 'explosiveness', 'exponentially', 'exponentiated', 'exponentiates', 'expostulating', 'expostulation', 'expressionism', 'expressionist', 'expropriating', 'expropriation', 'exquisiteness', 'extemporising', 'extemporizing', 'extensibility', 'extensiveness', 'exterminating', 'extermination', 'exterminators', 'extinguishers', 'extinguishing', 'extortionists', 'extracellular', 'extraordinary', 'extrapolating', 'extrapolation', 'extravagances', 'extravagantly', 'extravaganzas', 'extrinsically', 'extroversions', 'facetiousness', 'facilitations', 'factionalisms', 'factorisation', 'factorization', 'faithfulnesss', 'faithlessness', 'falsification', 'familiarising', 'familiarities', 'familiarizing', 'fantastically', 'faultfindings', 'fearlessnesss', 'featherweight', 'ferlinghettis', 'fermentations', 'ferociousness', 'ferroelectric', 'ferromagnetic', 'fertilisation', 'fertilization', 'fictionalised', 'fictionalises', 'fictionalized', 'fictionalizes', 'filibustering', 'fingerprinted', 'firefightings', 'flabbergasted', 'flagellations', 'flamethrowers', 'flammabilitys', 'flexibilities', 'flirtatiously', 'floodlighting', 'fluorescences', 'fluoridations', 'fluorocarbons', 'fontainebleau', 'foolhardiness', 'forcefulnesss', 'foregathering', 'foregrounding', 'foreknowledge', 'foreordaining', 'foreshadowing', 'foreshortened', 'forestallment', 'forgetfulness', 'formaldehydes', 'formalisation', 'formalization', 'formlessnesss', 'fortification', 'fossiliferous', 'fossilisation', 'fossilization', 'fountainheads', 'fragmentation', 'frankincenses', 'freemasonries', 'freethinkings', 'friendlinesss', 'frighteningly', 'frightfulness', 'frontiersmans', 'frontispieces', 'fruitfulnesss', 'fruitlessness', 'functionality', 'functionaries', 'fundamentally', 'gainsboroughs', 'galvanometers', 'gamesmanships', 'garrulousness', 'gastronomical', 'generalissimo', 'genuflections', 'geochronology', 'geometrically', 'geostationary', 'gerontologist', 'gerrymandered', 'gesticulating', 'gesticulation', 'gewrztraminer', 'globetrotters', 'glockenspiels', 'glorification', 'gobbledegooks', 'gobbledygooks', 'gondwanalands', 'governorships', 'gracefulnesss', 'gracelessness', 'graciousnesss', 'grammatically', 'grandchildren', 'granddaughter', 'grandfathered', 'grandiloquent', 'grandstanding', 'graphologists', 'gratefulnesss', 'gratification', 'gravitational', 'greensleevess', 'guardianships', 'gubernatorial', 'guesstimating', 'gynaecologist', 'gynecological', 'gynecologists', 'haberdasherys', 'habitabilitys', 'haematologist', 'haemophiliacs', 'haemorrhaging', 'hairdressings', 'hairsbreadths', 'hairsplitting', 'halfheartedly', 'hallucinating', 'hallucination', 'hallucinatory', 'hallucinogens', 'handkerchiefs', 'handsomenesss', 'haphazardness', 'happenstances', 'hardheartedly', 'harmlessnesss', 'harmonisation', 'harmonization', 'headmistresss', 'headquarterss', 'healthfulness', 'heartbreaking', 'heartlessness', 'heartstringss', 'heedlessnesss', 'helicoptering', 'hellenisation', 'hellenization', 'helplessnesss', 'hematologists', 'hemispherical', 'hermaphrodite', 'heterogeneity', 'heterogeneous', 'heterosexuals', 'heuristically', 'hieroglyphics', 'hippopotamuss', 'hohenzollerns', 'hollingsworth', 'homelessnesss', 'homeomorphism', 'homesicknesss', 'homestretches', 'homogeneities', 'homogeneously', 'homomorphisms', 'homosexuality', 'honorableness', 'hopelessnesss', 'horsemanships', 'horseradishes', 'horsewhipping', 'horticultural', 'horticultures', 'hospitalising', 'hospitalizing', 'hotheadedness', 'housebreaking', 'housecleaning', 'househusbands', 'housekeepings', 'housewarmings', 'huckleberries', 'humanisations', 'humanitarians', 'humanizations', 'humorlessness', 'hundredweight', 'hydraulically', 'hydrochloride', 'hydrodynamics', 'hydroelectric', 'hydrogenating', 'hydrotherapys', 'hyperactivity', 'hyperboloidal', 'hypercritical', 'hypertensions', 'hypochondriac', 'hypochondrias', 'hypoglycemias', 'hypoglycemics', 'hypothalamuss', 'hypothesising', 'hypothesizing', 'hysterectomys', 'idealisations', 'idealizations', 'ideologically', 'idiomatically', 'idiosyncrasys', 'idiosyncratic', 'ignominiously', 'illegibilitys', 'illegitimacys', 'illuminations', 'illustrations', 'imaginatively', 'immortalising', 'immortalizing', 'immunisations', 'immunizations', 'immutabilitys', 'impartialitys', 'impeccability', 'imperceivable', 'imperceptible', 'imperceptibly', 'imperfections', 'imperialistic', 'imperiousness', 'impermanences', 'impermissible', 'impersonating', 'impersonation', 'impersonators', 'impertinences', 'impertinently', 'imperturbable', 'imperturbably', 'implacability', 'implantations', 'implementable', 'impolitenesss', 'imponderables', 'impossibility', 'impoverishing', 'impracticable', 'impracticably', 'impractically', 'impregnations', 'impressionism', 'impressionist', 'imprisonments', 'improbability', 'improprieties', 'improvidences', 'improvidently', 'improvisation', 'impulsiveness', 'inadvertences', 'inadvertently', 'inappreciable', 'inappropriate', 'inaugurations', 'incandescence', 'incapabilitys', 'incapacitated', 'incapacitates', 'incarcerating', 'incarceration', 'incinerations', 'incisivenesss', 'inclusiveness', 'incombustible', 'incommunicado', 'incompatibles', 'incompetences', 'incompetently', 'inconceivable', 'inconceivably', 'incondensable', 'incongruities', 'incongruously', 'inconsiderate', 'inconsistency', 'inconspicuous', 'incontestable', 'incontestably', 'incontinences', 'inconvenience', 'inconvertible', 'incorporating', 'incorporation', 'incorrectness', 'incorruptible', 'incredibility', 'incredulously', 'incrementally', 'incriminating', 'incrimination', 'incriminatory', 'incrustations', 'indebtednesss', 'indefatigable', 'indefatigably', 'independences', 'independently', 'indescribable', 'indescribably', 'indeterminacy', 'indeterminate', 'indianapoliss', 'indifferences', 'indifferently', 'indirectnesss', 'indiscernible', 'indiscretions', 'indispensable', 'indispensably', 'indisposition', 'individualise', 'individualism', 'individualist', 'individuality', 'individualize', 'indoctrinated', 'indoctrinates', 'industrialise', 'industrialism', 'industrialist', 'industrialize', 'industriously', 'ineffectively', 'ineffectually', 'inefficiencys', 'inefficiently', 'ineligibility', 'inevitability', 'inexhaustible', 'inexhaustibly', 'inexpensively', 'inexperienced', 'inexperiences', 'inexplainable', 'inexpressible', 'infallibility', 'infiltrations', 'infinitesimal', 'inflammations', 'inflexibility', 'inflorescence', 'influentially', 'informational', 'informatively', 'infotainments', 'infringements', 'infuriatingly', 'ingeniousness', 'ingenuousness', 'inheritresses', 'inhomogeneity', 'inhomogeneous', 'innocuousness', 'inoffensively', 'inquisitively', 'insectivorous', 'inseminations', 'insensibility', 'insensitively', 'insensitivity', 'insidiousness', 'insignificant', 'insolubilitys', 'inspirational', 'instabilities', 'installations', 'instantaneous', 'instantiating', 'instantiation', 'instinctively', 'institutional', 'instructional', 'instructively', 'instrumentals', 'instrumenting', 'insubordinate', 'insubstantial', 'insufficiency', 'insupportable', 'insurrections', 'intellectuals', 'intelligences', 'intelligently', 'intemperances', 'intentionally', 'interactively', 'interactivity', 'interbreeding', 'interceptions', 'intercessions', 'interchanging', 'interconnects', 'interdictions', 'interestingly', 'interferences', 'interferingly', 'intergalactic', 'interjections', 'interlocutory', 'intermarriage', 'intermarrying', 'intermediarys', 'intermediates', 'intermingling', 'intermissions', 'internalising', 'internalizing', 'international', 'interpersonal', 'interpolating', 'interpolation', 'interpolatory', 'interposition', 'interpretable', 'interrelating', 'interrelation', 'interrogating', 'interrogation', 'interrogative', 'interrogators', 'interrogatory', 'interruptible', 'interruptions', 'intersections', 'interspersing', 'interspersion', 'interventions', 'intimidations', 'intoxications', 'intramuscular', 'intransigence', 'intransigents', 'intransitives', 'intravenouses', 'intravenously', 'intrenchments', 'intrinsically', 'introductions', 'introspection', 'introspective', 'introversions', 'invalidations', 'inventiveness', 'invertebrates', 'investigating', 'investigation', 'investigative', 'investigators', 'investigatory', 'invigorations', 'invincibility', 'inviolability', 'invisibilitys', 'invitationals', 'involuntarily', 'irascibilitys', 'irrationality', 'irreclaimable', 'irrecoverable', 'irregularitys', 'irrelevancies', 'irreplaceable', 'irrepressible', 'irresolutions', 'irresponsible', 'irresponsibly', 'irretrievable', 'irretrievably', 'irritabilitys', 'isolationisms', 'isolationists', 'jacksonvilles', 'jitterbugging', 'johannesburgs', 'judiciousness', 'jurisdictions', 'jurisprudence', 'justification', 'juxtaposition', 'kaleidoscopes', 'kaleidoscopic', 'kanchenjungas', 'kindergartens', 'kindergrtners', 'kleptomaniacs', 'knickerbocker', 'knightsbridge', 'knowledgeable', 'knowledgeably', 'krishnamurtis', 'lackadaisical', 'laughingstock', 'legalisations', 'legalizations', 'lethargically', 'lexicographer', 'lexicographic', 'lexicographys', 'liebfraumilch', 'liechtenstein', 'likeablenesss', 'liquefactions', 'listlessnesss', 'lithographers', 'lithographing', 'litigiousness', 'liverpudlians', 'loathsomeness', 'localisations', 'localizations', 'lollobrigidas', 'longshoremans', 'lopsidednesss', 'ludicrousness', 'luminescences', 'luncheonettes', 'lusciousnesss', 'luxembourgers', 'luxuriousness', 'machiavellian', 'macrobioticss', 'macromolecule', 'mademoiselles', 'magisterially', 'magnanimously', 'magnetisation', 'magnetization', 'magnetosphere', 'magnification', 'magnificences', 'magnificently', 'mainstreaming', 'maladjustment', 'maldistribute', 'malformations', 'malfunctioned', 'maliciousness', 'malleabilitys', 'malnutritions', 'maltreatments', 'manageability', 'manifestation', 'manipulatable', 'manipulations', 'manslaughters', 'manufacturers', 'manufacturing', 'mapplethorpes', 'marchionesses', 'marketability', 'marksmanships', 'marseillaises', 'marvelousness', 'massachusetts', 'masterminding', 'masterstrokes', 'masturbations', 'materialising', 'materialistic', 'materializing', 'mathematician', 'matriculating', 'matriculation', 'maximisations', 'maximizations', 'meaninglessly', 'mechanisation', 'mechanization', 'mediterranean', 'meetinghouses', 'megalomaniacs', 'megalopolises', 'meistersinger', 'mellifluously', 'melodiousness', 'memorableness', 'memorialising', 'memorializing', 'memorisations', 'memorizations', 'menstruations', 'mercenariness', 'merchandising', 'merchandizing', 'mercurochrome', 'meritocracies', 'meritoriously', 'messerschmidt', 'metalliferous', 'metallization', 'metallography', 'metallurgical', 'metallurgists', 'metamorphisms', 'metamorphosed', 'metamorphoses', 'metamorphosis', 'metastasising', 'metastasizing', 'meteorologist', 'methodologies', 'michaelangelo', 'michelangelos', 'microbiologys', 'microcomputer', 'microorganism', 'microprograms', 'microsurgerys', 'middleweights', 'mimeographing', 'mindlessnesss', 'mineralogists', 'miniaturising', 'miniaturizing', 'minicomputers', 'minimizations', 'ministrations', 'misadventures', 'misanthropist', 'misapprehends', 'misbehaviours', 'miscalculated', 'miscalculates', 'miscegenation', 'miscellaneous', 'mischievously', 'misconceiving', 'misconception', 'misconducting', 'misconstruing', 'misdemeanours', 'misdiagnosing', 'misdiagnosiss', 'misdirections', 'miserableness', 'misidentified', 'misidentifies', 'misinterprets', 'misjudgements', 'mismanagement', 'mispronounced', 'mispronounces', 'misquotations', 'misrepresents', 'mississippian', 'misstatements', 'mistranslated', 'mistreatments', 'misunderstand', 'misunderstood', 'mobilisations', 'mobilizations', 'modernisation', 'modernization', 'modifiability', 'modifications', 'mohammedanism', 'mollification', 'mollycoddling', 'momentariness', 'momentousness', 'monochromatic', 'monochromator', 'monocotyledon', 'mononucleosis', 'monosyllables', 'monotonically', 'monstrosities', 'moonlightings', 'morphological', 'mortification', 'motherfuckers', 'motherfucking', 'motherlinesss', 'motorcyclists', 'mountaineered', 'mountainously', 'mountainsides', 'mournfulnesss', 'mousetrapping', 'mouthwatering', 'muhammadanism', 'mulligatawnys', 'multicellular', 'multicoloured', 'multicultural', 'multinational', 'multiplicands', 'multiplicitys', 'multitudinous', 'multivitamins', 'mummification', 'municipalitys', 'musicianships', 'musicologists', 'mystification', 'nationalising', 'nationalistic', 'nationalities', 'nationalizing', 'navigabilitys', 'necessitating', 'necessitation', 'neckerchieves', 'nefariousness', 'neighborhoods', 'neighbourhood', 'neoclassicism', 'netherlanders', 'neuroanatomic', 'neuromuscular', 'neurosurgerys', 'newfoundlands', 'newspapermans', 'newsworthiest', 'niggardliness', 'nightclothess', 'nightclubbing', 'nitroglycerin', 'noiselessness', 'nomenclatures', 'nonabsorbents', 'nonagenarians', 'noncombatants', 'noncommercial', 'noncompliance', 'nonconductors', 'nonconformist', 'nonconformity', 'noncontagious', 'nondecreasing', 'nondeductible', 'nondescriptly', 'nonexistences', 'nonextensible', 'nonfunctional', 'nonindustrial', 'nonjudgmental', 'nonlinearitys', 'nonnegotiable', 'nonorthogonal', 'nonperishable', 'nonprocedural', 'nonproductive', 'nonprogrammer', 'nonrefillable', 'nonrefundable', 'nonreturnable', 'nonsensically', 'nonspecialist', 'normalisation', 'normalization', 'northeasterly', 'northeastward', 'northwesterly', 'northwestward', 'nostalgically', 'notifications', 'nullification', 'nutritionally', 'nutritionists', 'nymphomaniacs', 'objectionable', 'objectionably', 'objectiveness', 'obliterations', 'obliviousness', 'observational', 'observatories', 'obsolescences', 'obstetricians', 'obstructively', 'obtrusiveness', 'oceanographer', 'oceanographic', 'oceanographys', 'octogenarians', 'offensiveness', 'officeholders', 'officiousness', 'oleomargarine', 'omnipresences', 'onomatopoeias', 'operationally', 'ophthalmology', 'opportunistic', 'opportunities', 'opthalmologic', 'optimizations', 'orchestrating', 'orchestration', 'ordinarinesss', 'organisations', 'organizations', 'ornamentation', 'ornithologist', 'orthodonticss', 'orthodontists', 'orthogonality', 'orthographies', 'orthopaedicss', 'orthopaedists', 'oscilloscopes', 'ossifications', 'osteoporosiss', 'outdistancing', 'outmaneuvered', 'outmanoeuvred', 'outmanoeuvres', 'outperforming', 'outplacements', 'outspokenness', 'outstandingly', 'outstretching', 'overabundance', 'overachievers', 'overachieving', 'overambitious', 'overbalancing', 'overburdening', 'overconfident', 'overemphasise', 'overemphasize', 'overestimated', 'overestimates', 'overexposures', 'overextending', 'overindulging', 'overpopulated', 'overpopulates', 'overproducing', 'overqualified', 'overreactions', 'oversensitive', 'overshadowing', 'overspreading', 'overstatement', 'oversupplying', 'oxyacetylenes', 'pacifications', 'paediatrician', 'painstakingly', 'palaeontology', 'paleontologys', 'paradoxically', 'parallelizing', 'parallelogram', 'parameterized', 'parameterizes', 'parameterless', 'paramilitarys', 'paraphernalia', 'parenthesised', 'parenthesises', 'parenthesized', 'parenthesizes', 'parenthetical', 'parliamentary', 'parochialisms', 'participating', 'participation', 'participators', 'participatory', 'particularise', 'particularity', 'particularize', 'partisanships', 'paternalistic', 'patriotically', 'patronisingly', 'patronizingly', 'peacefulnesss', 'peacekeepings', 'peculiarities', 'pedestrianise', 'pedestrianize', 'pediatricians', 'penetratingly', 'penitentiarys', 'pennsylvanian', 'pennsylvanias', 'perambulating', 'perambulators', 'percussionist', 'peregrination', 'perfectionism', 'perfectionist', 'perfunctorily', 'permeabilitys', 'perpendicular', 'perpetrations', 'perpetuations', 'perseverances', 'personalising', 'personalities', 'personalizing', 'perspicacious', 'perspicacitys', 'perspicuously', 'perspirations', 'perturbations', 'perversenesss', 'petrifactions', 'petrochemical', 'pharmacologys', 'pharmacopeias', 'pharmacopoeia', 'phenobarbital', 'phenomenology', 'phenylalanine', 'philadelphias', 'philanthropic', 'philanthropys', 'philharmonics', 'philodendrons', 'philosophical', 'philosophised', 'philosophises', 'philosophized', 'philosophizer', 'philosophizes', 'phosphorylate', 'photoelectric', 'photographers', 'photographing', 'photostatting', 'physiognomies', 'physiological', 'physiologists', 'physiotherapy', 'phytoplankton', 'piezoelectric', 'pigmentations', 'plaintiveness', 'plasterboards', 'platitudinous', 'plausibilitys', 'pleasantnesss', 'pneumatically', 'pointlessness', 'poisonousness', 'polarisations', 'polarizations', 'policyholders', 'poliomyelitis', 'polyethylenes', 'polypropylene', 'polysyllables', 'pontchartrain', 'pontificating', 'pornographers', 'possibilities', 'postcondition', 'postgraduates', 'postmistresss', 'postoperative', 'postponements', 'postprocessor', 'potentialitys', 'potentiometer', 'pottawatomies', 'powerlessness', 'practicalitys', 'practitioners', 'pragmatically', 'precautionary', 'preciousnesss', 'precipitately', 'precipitating', 'precipitation', 'precipitously', 'preconceiving', 'preconception', 'preconditions', 'predefinition', 'predetermined', 'predetermines', 'predilections', 'predominances', 'predominantly', 'predominately', 'predominating', 'predomination', 'prefabricated', 'prefabricates', 'preinitialize', 'prejudgements', 'preliminaries', 'premeditating', 'premeditation', 'preoccupation', 'preparednesss', 'preponderance', 'preponderated', 'preponderates', 'prepositional', 'prepossessing', 'preproduction', 'preprogrammed', 'preregistered', 'prerequisites', 'presbyterians', 'prescriptions', 'presentations', 'presentiments', 'preservations', 'preservatives', 'pretentiously', 'preternatural', 'prevaricating', 'prevarication', 'prevaricators', 'preventatives', 'primitiveness', 'primogeniture', 'principalitys', 'privatisation', 'privatization', 'prizefighters', 'prizefighting', 'probabilistic', 'probabilities', 'problematical', 'processionals', 'processioning', 'proclamations', 'procrastinate', 'productivitys', 'professionals', 'professorship', 'profitability', 'progesterones', 'prognosticate', 'programmables', 'progressively', 'prohibitively', 'projectionist', 'proliferating', 'proliferation', 'prolongations', 'promiscuously', 'promulgations', 'pronounceable', 'pronouncement', 'pronunciation', 'propagandised', 'propagandises', 'propagandists', 'propagandized', 'propagandizes', 'prophetically', 'prophylactics', 'propitiations', 'proportionals', 'proportionate', 'proportioning', 'propositional', 'propositioned', 'proprietaries', 'proprietresss', 'proscriptions', 'proselytising', 'proselytizing', 'prospectively', 'prostitutions', 'protectorates', 'protestantism', 'protestations', 'protuberances', 'provincialism', 'provisionally', 'provocatively', 'psychiatrists', 'psychoanalyse', 'psychoanalyst', 'psychoanalyze', 'psychobabbles', 'psychobiology', 'psychokinesis', 'psychological', 'psychologists', 'psychophysics', 'psychosomatic', 'psychotherapy', 'pulverisation', 'pulverization', 'pumpernickels', 'punctiliously', 'purifications', 'puritanically', 'pusillanimity', 'pusillanimous', 'putrefactions', 'pyrophosphate', 'pyrotechnicss', 'quadratically', 'quadrilateral', 'quadripartite', 'quadriplegias', 'quadriplegics', 'quadruplicate', 'qualification', 'qualitatively', 'quarterbacked', 'quarterfinals', 'quartermaster', 'quasiparticle', 'quasiperiodic', 'questioningly', 'questionnaire', 'quetzalcoatls', 'quintessences', 'racketeerings', 'radioactivity', 'radiochemical', 'radioisotopes', 'radiotherapys', 'ramifications', 'rapaciousness', 'rapprochement', 'ratifications', 'rationalising', 'rationalistic', 'rationalities', 'rationalizing', 'reabbreviated', 'reabbreviates', 'reactionaries', 'reactivations', 'readabilities', 'readjustments', 'realistically', 'reappearances', 'reappointment', 'reapportioned', 'rearrangeable', 'rearrangement', 'reassessments', 'reassignments', 'rebroadcasted', 'recalcitrance', 'recalculating', 'recalculation', 'recapitulated', 'recapitulates', 'receiverships', 'receptionists', 'receptiveness', 'reciprocating', 'reciprocation', 'recirculating', 'recklessnesss', 'reclassifying', 'recognisances', 'recognizances', 'recollections', 'recombination', 'recompilation', 'reconditioned', 'reconfiguring', 'reconnoitered', 'reconnoitring', 'reconsidering', 'reconstituted', 'reconstitutes', 'reconstructed', 'recriminating', 'recrimination', 'recriminatory', 'recrudescence', 'rectification', 'recuperations', 'redefinitions', 'redeployments', 'redevelopment', 'rediscovering', 'redistributed', 'redistributes', 'redistricting', 'reemphasising', 'reemphasizing', 'reenforcement', 'reestablished', 'reestablishes', 'referentially', 'reflexiveness', 'reforestation', 'reformatories', 'reformulating', 'reformulation', 'refractometer', 'refreshmentss', 'refrigerating', 'refrigeration', 'refrigerators', 'refurbishment', 'regenerations', 'regimentation', 'registrations', 'regurgitating', 'regurgitation', 'rehabilitated', 'rehabilitates', 'reimbursement', 'reincarnating', 'reincarnation', 'reinforcement', 'reinitialised', 'reinitialized', 'reinstatement', 'reinterpreted', 'reintroducing', 'rejuvenations', 'relationships', 'religiousness', 'relinquishing', 'reminiscences', 'reminiscently', 'remonstrances', 'remonstrating', 'remonstration', 'remonstrative', 'remorselessly', 'remunerations', 'rendezvousing', 'renegotiating', 'renunciations', 'repatriations', 'repercussions', 'replenishment', 'repositioning', 'repossessions', 'reprehensible', 'reprehensibly', 'representable', 'representably', 'reproachfully', 'reproductions', 'reprogramming', 'republicanism', 'repulsiveness', 'requisitioned', 'residentially', 'resolutenesss', 'resourcefully', 'resplendences', 'resplendently', 'restauranteur', 'restaurateurs', 'restlessnesss', 'restrictively', 'restructuring', 'resurrections', 'resuscitating', 'resuscitation', 'resuscitators', 'retentiveness', 'retransmitted', 'retrenchments', 'retroactively', 'retrogressing', 'retrogression', 'retrogressive', 'retrospecting', 'retrospection', 'retrospective', 'reunification', 'reupholstered', 'reverberating', 'reverberation', 'revolutionary', 'revolutionise', 'revolutionist', 'revolutionize', 'rhododendrons', 'rickenbackers', 'righteousness', 'rightfulnesss', 'rollerskating', 'romanticising', 'romanticizing', 'rostropovichs', 'rubbernecking', 'ruthlessnesss', 'sacrificially', 'sagittariuses', 'salaciousness', 'salesmanships', 'sanctimonious', 'sarcastically', 'sarcophaguses', 'sarsaparillas', 'saskatchewans', 'satisfactions', 'scandalmonger', 'scandinavians', 'scatterbrains', 'scheherazades', 'schematically', 'schiaparellis', 'schizomycetes', 'schizophrenia', 'schizophrenic', 'schoolgirlish', 'schoolmasters', 'schoolteacher', 'scintillating', 'scintillation', 'scratchinesss', 'screenwriters', 'scriptwriters', 'secessionists', 'secretiveness', 'sectarianisms', 'sectionalisms', 'sedimentation', 'segmentations', 'seismographic', 'seismologists', 'selflessnesss', 'semiautomated', 'semiautomatic', 'semiconductor', 'semiconscious', 'semifinalists', 'semimonthlies', 'semipermanent', 'semipermeable', 'sensationally', 'senselessness', 'sensibilities', 'sensitisation', 'sensitiveness', 'sensitivities', 'sensitization', 'sensuousnesss', 'sentimentally', 'sequentiality', 'sequentialize', 'sequestration', 'serendipitous', 'serialisation', 'serialization', 'servicewomans', 'sexagenarians', 'shakespearean', 'shakespearian', 'shamefulnesss', 'shapelessness', 'sharecroppers', 'sharpshooters', 'sheepishnesss', 'shepherdesses', 'shevardnadzes', 'shiftlessness', 'shipbuildings', 'shortchanging', 'shostakovitch', 'shuffleboards', 'shuttlecocked', 'sidesplitting', 'significances', 'significantly', 'signification', 'singularities', 'situationally', 'skateboarders', 'skateboarding', 'skullduggerys', 'sledgehammers', 'sleeplessness', 'sleepwalkings', 'slipperinesss', 'slothfulnesss', 'slovenlinesss', 'sluggishnesss', 'snobbishnesss', 'snowboardings', 'socialisation', 'socialization', 'socioeconomic', 'solicitations', 'soliloquising', 'soliloquizing', 'somersaulting', 'somnambulisms', 'somnambulists', 'sophisticated', 'sophisticates', 'soundproofing', 'souphanouvong', 'southeasterly', 'southeastward', 'southwesterly', 'southwestward', 'spaciousnesss', 'spasmodically', 'specification', 'spectacularly', 'spectrography', 'spectrometric', 'spectroscopes', 'spectroscopic', 'spectroscopys', 'spermatophyte', 'spermatozoons', 'spinsterhoods', 'spiritualisms', 'spiritualists', 'spiritualitys', 'spitefulnesss', 'spokespersons', 'spontaneously', 'sportscasters', 'sportscasting', 'sportsmanlike', 'sportsmanship', 'sportswriting', 'spotlessnesss', 'sprightliness', 'spuriousnesss', 'squeamishness', 'stabilisation', 'stabilization', 'standardising', 'standardizing', 'staphylococci', 'statesmanlike', 'statesmanship', 'stationmaster', 'statistically', 'statisticians', 'statutoriness', 'steadfastness', 'steamrollered', 'steeplechases', 'stenographers', 'stepdaughters', 'steppingstone', 'stereotypical', 'sterilisation', 'sterilization', 'stoichiometry', 'straightaways', 'straightedges', 'straightening', 'straightnesss', 'straitjackets', 'strangleholds', 'strangulating', 'strangulation', 'strategically', 'stratospheres', 'stratospheric', 'streetwalkers', 'strengthening', 'strenuousness', 'streptococcal', 'streptococcus', 'streptomycins', 'structuralist', 'stubbornnesss', 'stupefactions', 'stylistically', 'subcommittees', 'subcomponents', 'subconsciouss', 'subcontinents', 'subcontracted', 'subcontractor', 'subexpression', 'subjectivitys', 'subordinating', 'subordination', 'subscriptions', 'subserviences', 'subsidisation', 'subsidization', 'substantially', 'substantiated', 'substantiates', 'substantively', 'substantivity', 'substitutable', 'substitutions', 'substructures', 'succinctnesss', 'sulfanilamide', 'summarization', 'superabundant', 'superannuated', 'superannuates', 'superchargers', 'supercharging', 'supercomputer', 'superficially', 'superfluities', 'superfluously', 'superhighways', 'superimposing', 'superintended', 'superlatively', 'supernaturals', 'supernumerary', 'superscripted', 'superstitions', 'superstitious', 'supplementary', 'supplementing', 'supplications', 'suppositories', 'supranational', 'surreptitious', 'surroundingss', 'surveillances', 'swashbucklers', 'swashbuckling', 'syllabication', 'symbolisation', 'symbolization', 'symmetrically', 'synchronising', 'synchronizers', 'synchronizing', 'synchronously', 'syntactically', 'synthetically', 'systematising', 'systematizing', 'systemization', 'tablespoonful', 'tachistoscope', 'tactlessnesss', 'tadzhikistans', 'talkativeness', 'tantalisingly', 'tantalizingly', 'tastelessness', 'taxonomically', 'technicalitys', 'technological', 'technologists', 'telecommuters', 'telecommuting', 'telemarketing', 'teletypewrite', 'televangelist', 'temperamental', 'temperateness', 'tempestuously', 'tendentiously', 'tenderhearted', 'tenochtitlans', 'tercentenarys', 'terminologies', 'terpsichorean', 'testosterones', 'tetrachloride', 'tetrafluoride', 'thankfulnesss', 'thanklessness', 'thanksgivings', 'thenceforward', 'theoretically', 'theoreticians', 'theorizations', 'therapeuticss', 'thermodynamic', 'thermoelastic', 'thermomigrate', 'thermonuclear', 'thermoplastic', 'thermosetting', 'thoroughbreds', 'thoroughfares', 'thoroughgoing', 'thoroughnesss', 'thoughtlessly', 'threateningly', 'thunderclouds', 'thunderflower', 'thundershower', 'thunderstorms', 'thunderstruck', 'thyroglobulin', 'ticketmasters', 'timelessnesss', 'tirelessnesss', 'tiresomenesss', 'togethernesss', 'tonsillectomy', 'topographical', 'topologically', 'tortoiseshell', 'totalitarians', 'toxicologists', 'tracheotomies', 'traditionally', 'tragicomedies', 'tranquilizers', 'tranquilizing', 'tranquillised', 'tranquilliser', 'tranquillises', 'tranquillitys', 'tranquillized', 'tranquillizer', 'tranquillizes', 'transatlantic', 'transcaucasia', 'transcendence', 'transcription', 'transferences', 'transfiguring', 'transformable', 'transgressing', 'transgression', 'transgressors', 'transitioning', 'translational', 'transliterate', 'translucences', 'transmigrated', 'transmigrates', 'transmissible', 'transmissions', 'transmittable', 'transmittance', 'transmutation', 'transnational', 'transparencys', 'transparently', 'transpiration', 'transplanting', 'transportable', 'transposition', 'transshipment', 'transshipping', 'transvestisms', 'transvestites', 'trapshootings', 'treacherously', 'triangulation', 'triceratopses', 'triglycerides', 'trigonometric', 'trigonometrys', 'troublemakers', 'troubleshoots', 'troublesomely', 'trustfulnesss', 'trustworthier', 'truthfulnesss', 'tuberculosiss', 'turkmenistans', 'typographical', 'tyrannosaurus', 'ujungpandangs', 'unabbreviated', 'unaccompanied', 'unaccountable', 'unaccountably', 'unadulterated', 'unambiguously', 'unanticipated', 'unappreciated', 'uncapitalized', 'unceremonious', 'uncertainties', 'uncomfortable', 'uncomfortably', 'uncomplaining', 'uncomplicated', 'unconcernedly', 'unconditional', 'unconquerable', 'unconsciously', 'unconstrained', 'uncooperative', 'uncoordinated', 'uncorrectable', 'unctuousnesss', 'underachieved', 'underachiever', 'underachieves', 'undercarriage', 'undercharging', 'underclassman', 'underclassmen', 'underclothess', 'underclothing', 'undercurrents', 'underemployed', 'underestimate', 'underexposing', 'undergarments', 'undergraduate', 'underhandedly', 'underpinnings', 'undershooting', 'understanding', 'understudying', 'undisciplined', 'unembarrassed', 'unembellished', 'unemployments', 'unenforceable', 'unenlightened', 'unequivocally', 'unexceptional', 'unfamiliarity', 'unfashionable', 'unflinchingly', 'unforeseeable', 'unforgettable', 'unforgettably', 'unfortunately', 'unfriendliest', 'ungainlinesss', 'ungentlemanly', 'ungrammatical', 'unimaginative', 'unimpeachable', 'unimplemented', 'uninformative', 'uninhabitable', 'uninitialised', 'uninitialized', 'uninstallable', 'unintelligent', 'unintentional', 'uninteresting', 'uninterpreted', 'uninterrupted', 'unionisations', 'unionizations', 'unitarianisms', 'universalitys', 'unjustifiable', 'unlikelihoods', 'unmentionable', 'unnaturalness', 'unnecessarily', 'unobtrusively', 'unpopularitys', 'unprecedented', 'unpredictable', 'unpretentious', 'unpreventable', 'unprovability', 'unqualifiedly', 'unquestioning', 'unrelentingly', 'unreliability', 'unrestrictive', 'unsatisfiable', 'unseemlinesss', 'unselfishness', 'unsentimental', 'unsightliness', 'unsteadinesss', 'unsubscribing', 'unsubstantial', 'unsupportable', 'unsympathetic', 'untimelinesss', 'untrustworthy', 'unwieldinesss', 'unwillingness', 'unworthinesss', 'upperclassman', 'upperclassmen', 'urbanisations', 'urbanizations', 'valedictorian', 'valedictories', 'vaporisations', 'vaporizations', 'vectorization', 'vegetarianism', 'ventriloquism', 'ventriloquist', 'verifiability', 'verifications', 'versification', 'veterinarians', 'victimisation', 'victimization', 'videocassette', 'vilifications', 'vindemiatrixs', 'virtuousnesss', 'visakhapatnam', 'viscountesses', 'visualisation', 'visualization', 'vituperations', 'vivaciousness', 'vocalisations', 'vocalizations', 'vociferations', 'vulcanisation', 'vulcanization', 'vulgarisation', 'vulgarization', 'vulnerability', 'wainscottings', 'warmongerings', 'washingtonian', 'wastefulnesss', 'watchfulnesss', 'waterproofing', 'weatherbeaten', 'weatherproofs', 'webmistresses', 'weightlifters', 'weightlifting', 'welterweights', 'whimsicalitys', 'whippoorwills', 'wholesomeness', 'winnipesaukee', 'wisconsinites', 'wittgensteins', 'witwatersrand', 'wonderfulness', 'woolgathering', 'worthlessness', 'wretchednesss', 'wrongfulnesss', 'wrongheadedly', 'yekaterinburg', 'yoknapatawpha', 'youthfulnesss', 'zubenelgenubi', 'abovementioned', 'abstractionism', 'abstractionist', 'abstractnesses', 'accelerometers', 'acceptabilitys', 'accessibilitys', 'accommodations', 'accompaniments', 'accomplishment', 'accountability', 'accoutermentss', 'accreditations', 'acculturations', 'acetaminophens', 'acknowledgment', 'actualisations', 'actualizations', 'acupuncturists', 'addressability', 'administerings', 'administrating', 'administration', 'administrative', 'administrators', 'administratrix', 'admissibilitys', 'advantageously', 'advertisements', 'affectionately', 'afforestations', 'aforementioned', 'agglomerations', 'agglutinations', 'aggrandisement', 'aggrandizement', 'aggressiveness', 'agribusinesses', 'agriculturally', 'alphabetically', 'altruistically', 'amateurishness', 'ambassadorship', 'ambidextrously', 'ambitiousnesss', 'amniocentesiss', 'amorphousnesss', 'amplifications', 'anaesthetising', 'anaesthetizing', 'analyticalally', 'anesthesiology', 'anesthetically', 'anthropologist', 'antidepressant', 'antihistamines', 'antihistorical', 'antiperspirant', 'antiseptically', 'antithetically', 'apologetically', 'appendectomies', 'applicabilitys', 'apportionments', 'appreciatively', 'apprehensively', 'apprenticeship', 'appropriations', 'approximations', 'arbitrarinesss', 'archaeological', 'archaeologists', 'archbishoprics', 'argumentations', 'arithmetically', 'articulateness', 'artificialitys', 'artificialness', 'assassinations', 'assemblywomans', 'assertivenesss', 'assiduousnesss', 'assistantships', 'astronomically', 'astrophysicist', 'asymmetrically', 'asymptotically', 'asynchronously', 'atrociousnesss', 'attentionality', 'attentivenesss', 'attitudinising', 'attitudinizing', 'attractiveness', 'audaciousnesss', 'auspiciousness', 'authenticating', 'authentication', 'authenticators', 'authorisations', 'authoritarians', 'authorizations', 'autobiographic', 'autobiographys', 'autocollimator', 'autocratically', 'autonavigators', 'autoregressive', 'availabilities', 'axiomatization', 'baccalaureates', 'backscattering', 'bacteriologist', 'basidiomycetes', 'beatifications', 'beautification', 'benefactresses', 'bibliographers', 'bibliographies', 'biographically', 'biotechnologys', 'bloodthirstier', 'boardinghouses', 'boisterousness', 'bouillabaisses', 'brainstormings', 'breakthroughes', 'breathlessness', 'breathtakingly', 'bremsstrahlung', 'brinksmanships', 'brobdingnagian', 'brontosauruses', 'brotherlinesss', 'bulletproofing', 'burglarproofed', 'businesswomans', 'butterfingerss', 'camelopardalis', 'canonicalizing', 'cantankerously', 'capaciousnesss', 'capitalisation', 'capitalization', 'capriciousness', 'carboniferouss', 'cardiovascular', 'categorisation', 'categorization', 'centralisation', 'centralization', 'ceremonialness', 'certifications', 'chandrasekhars', 'chappaquiddick', 'characterising', 'characteristic', 'characterizers', 'characterizing', 'charitableness', 'charlottetowns', 'chateaubriands', 'chattahoochees', 'cheerlessnesss', 'childlessnesss', 'chivalrousness', 'cholinesterase', 'choreographers', 'choreographing', 'christianities', 'chromatography', 'chrysanthemums', 'cinematography', 'circumferences', 'circumlocution', 'circumnavigate', 'circumscribing', 'circumspection', 'circumstancing', 'circumstantial', 'circumventable', 'circumventions', 'clarifications', 'classification', 'classificatory', 'claustrophobia', 'claustrophobic', 'clearinghouses', 'coincidentally', 'collaborations', 'collectivising', 'collectivizing', 'colloquialisms', 'combustibility', 'comfortability', 'commemorations', 'commercialised', 'commercialises', 'commercialisms', 'commercialized', 'commercializes', 'commercialness', 'commiserations', 'committeewoman', 'committeewomen', 'communications', 'companionships', 'comparabilitys', 'compatibilitys', 'comprehensible', 'comprehensions', 'comprehensives', 'compromisingly', 'compulsiveness', 'concatenations', 'concentrations', 'concentrically', 'conceptualised', 'conceptualises', 'conceptualized', 'conceptualizes', 'concertmasters', 'concessionaire', 'condescensions', 'confectionerys', 'confederations', 'confidentially', 'configurations', 'conflagrations', 'confrontations', 'conglomerating', 'conglomeration', 'congratulating', 'congratulation', 'congratulatory', 'congregational', 'congresswomans', 'conjunctivitis', 'conquistadores', 'consanguineous', 'consanguinitys', 'consciousnesss', 'conservatively', 'conservatories', 'considerations', 'consolidations', 'conspiratorial', 'constabularies', 'constantinople', 'constellations', 'consternations', 'constituencies', 'constitutional', 'constructively', 'contaminations', 'contemplations', 'contemplatives', 'contemporaries', 'contemptuously', 'contentednesss', 'contortionists', 'contraceptions', 'contraceptives', 'contradictions', 'contradistinct', 'contrapositive', 'contraventions', 'contributorily', 'controvertible', 'convalescences', 'conventionally', 'conversational', 'convertibility', 'correspondence', 'correspondents', 'corroborations', 'cosmetologists', 'counteractions', 'counterattacks', 'counterbalance', 'counterclaimed', 'counterculture', 'counterexample', 'counterfeiters', 'counterfeiting', 'countermanding', 'countermeasure', 'countersigning', 'countersinking', 'counterweights', 'courteousnesss', 'craftsmanships', 'criminologists', 'cryptographers', 'customizations', 'czechoslovakia', 'daguerreotyped', 'daguerreotypes', 'dauntlessnesss', 'decaffeinating', 'deceitfulnesss', 'decentralising', 'decentralizing', 'deceptivenesss', 'decolonisation', 'decolonization', 'decommissioned', 'decompositions', 'decompressions', 'deconstruction', 'decontaminated', 'decontaminates', 'decriminalised', 'decriminalises', 'decriminalized', 'decriminalizes', 'defenestrating', 'defenestration', 'defensivenesss', 'deforestations', 'dehumanisation', 'dehumanization', 'deliberateness', 'deliciousnesss', 'demilitarising', 'demilitarizing', 'demobilisation', 'demobilization', 'democratically', 'demonstrations', 'demonstratives', 'demoralisation', 'demoralization', 'denominational', 'denotationally', 'dependabilitys', 'depoliticising', 'depoliticizing', 'dermatologists', 'desegregations', 'deteriorations', 'determinations', 'detoxification', 'diagnosticians', 'diffeomorphism', 'differentiable', 'differentiated', 'differentiates', 'diffractometer', 'dimensionality', 'diplomatically', 'directionality', 'disadvantaging', 'disambiguating', 'disambiguation', 'disappearances', 'disappointment', 'disapprobation', 'disapprovingly', 'disarrangement', 'disassociating', 'discernibility', 'disciplinarian', 'discolorations', 'discolouration', 'discombobulate', 'disconnectedly', 'disconnections', 'disconsolately', 'discontentedly', 'discontentment', 'discontinuance', 'discontinuitys', 'discountenance', 'discouragement', 'discouragingly', 'discourteously', 'discriminating', 'discrimination', 'discriminatory', 'disembarkation', 'disembowelling', 'disenchantment', 'disencumbering', 'disenfranchise', 'disengagements', 'disestablished', 'disestablishes', 'disfigurements', 'disfranchising', 'disillusioning', 'disinclination', 'disinformation', 'disintegrating', 'disintegration', 'dismemberments', 'disorderliness', 'disorientation', 'disparagements', 'dispossessions', 'disproportions', 'disseminations', 'dissimilaritys', 'dissimulations', 'dissolutenesss', 'distinguishing', 'distributional', 'distributivity', 'dnepropetrovsk', 'documentations', 'domestications', 'draftsmanships', 'dramatisations', 'dramatizations', 'eccentricities', 'ecclesiastical', 'editorialising', 'editorializing', 'effectivenesss', 'effervescences', 'effortlessness', 'egalitarianism', 'elaboratenesss', 'electioneering', 'electricalness', 'electrocutions', 'electromagnets', 'electronically', 'electroplating', 'embarrassingly', 'embarrassments', 'embellishments', 'emulsification', 'encapsulations', 'encouragements', 'encyclopaedias', 'enlightenments', 'entertainingly', 'entertainments', 'establishments', 'evenhandedness', 'exclusivenesss', 'excommunicated', 'excommunicates', 'excruciatingly', 'exhibitionisms', 'exhibitionists', 'existentialism', 'existentialist', 'expansivenesss', 'expectorations', 'experimentally', 'explosivenesss', 'exponentiating', 'exponentiation', 'expostulations', 'expressibility', 'expressionisms', 'expressionists', 'expressionless', 'expressiveness', 'expropriations', 'extemporaneous', 'extensivenesss', 'exterminations', 'extinguishable', 'extraneousness', 'extrapolations', 'facetiousnesss', 'factorizations', 'faithlessnesss', 'falsifications', 'farsightedness', 'fastidiousness', 'featherbedding', 'featherweights', 'ferociousnesss', 'ferromagnetism', 'fertilisations', 'fertilizations', 'fictionalising', 'fictionalizing', 'fingerprinting', 'finnbogadottir', 'flabbergasting', 'foolhardinesss', 'foreknowledges', 'foreshortening', 'forgetfulnesss', 'formalisations', 'formalizations', 'forthrightness', 'fortifications', 'fossilisations', 'fossilizations', 'fragmentations', 'fraternisation', 'fraternization', 'fredericksburg', 'fruitlessnesss', 'fundamentalism', 'fundamentalist', 'garrulousnesss', 'generalisation', 'generalissimos', 'generalization', 'gentrification', 'geographically', 'gerontologists', 'gerrymandering', 'gesticulations', 'glorifications', 'governmentally', 'gracelessnesss', 'granddaughters', 'grandfathering', 'grandiloquence', 'gratifications', 'gratuitousness', 'gregariousness', 'groundbreaking', 'gynaecological', 'gynaecologists', 'haberdasheries', 'haematologists', 'hairsplittings', 'hallucinations', 'hallucinogenic', 'handicraftsman', 'handicraftsmen', 'handkerchieves', 'hardheadedness', 'harmoniousness', 'harmonisations', 'harmonizations', 'headmistresses', 'healthfulnesss', 'heartlessnesss', 'hermaphrodites', 'hermaphroditic', 'hermaphroditus', 'heterogeneitys', 'hierarchically', 'hippopotamuses', 'histochemistry', 'historiography', 'homeomorphisms', 'homogenisation', 'homogenization', 'homosexualitys', 'horticulturist', 'hotheadednesss', 'housebreakings', 'housecleanings', 'humidification', 'humorlessnesss', 'humourlessness', 'hundredweights', 'hydrochemistry', 'hyperactivitys', 'hypersensitive', 'hyperventilate', 'hypoallergenic', 'hypochondriacs', 'hypocritically', 'hypothetically', 'hysterectomies', 'idealistically', 'identification', 'idiosyncrasies', 'illegitimately', 'illustratively', 'immaculateness', 'immobilisation', 'immobilization', 'impeccabilitys', 'imperiousnesss', 'impersonations', 'implacabilitys', 'implausibility', 'implementation', 'impolitenesses', 'impossibilitys', 'impoverishment', 'impracticality', 'impregnability', 'impressionable', 'impressionisms', 'impressionists', 'impressiveness', 'improbabilitys', 'improvisations', 'impulsivenesss', 'inadequateness', 'inapproachable', 'inarticulately', 'incandescences', 'incapacitating', 'incarcerations', 'incommensurate', 'incommunicable', 'incompleteness', 'incompressible', 'inconclusively', 'inconsiderable', 'inconsistencys', 'inconsistently', 'incontrollable', 'inconvenienced', 'inconveniences', 'inconveniently', 'incorporations', 'incorrectnesss', 'incredibilitys', 'incriminations', 'indecipherable', 'indecisiveness', 'indecomposable', 'indefiniteness', 'indestructible', 'indestructibly', 'indeterminable', 'indeterminacys', 'indigenousness', 'indiscoverable', 'indiscriminate', 'indispensables', 'indispositions', 'indistinctness', 'individualised', 'individualises', 'individualisms', 'individualists', 'individualitys', 'individualized', 'individualizes', 'indivisibility', 'indoctrinating', 'indoctrination', 'industrialised', 'industrialises', 'industrialisms', 'industrialists', 'industrialized', 'industrializes', 'inefficiencies', 'ineligibilitys', 'inevitabilitys', 'infallibilitys', 'infectiousness', 'infinitesimals', 'inflexibilitys', 'inflorescences', 'infrastructure', 'ingenuousnesss', 'ingratiatingly', 'initialisation', 'initialization', 'innumerability', 'insensibilitys', 'insensitivitys', 'inseparability', 'insidiousnesss', 'insignificance', 'instantiations', 'instrumentally', 'insufficiencys', 'insufficiently', 'insuppressible', 'insurmountable', 'intellectually', 'intelligentsia', 'interchangings', 'interconnected', 'interdependent', 'interferometer', 'interferometry', 'intermarriages', 'intermediaries', 'intermittently', 'internationale', 'internationals', 'interplanetary', 'interpolations', 'interpositions', 'interpretation', 'interpretative', 'interpretively', 'interrelations', 'interrogations', 'interrogatives', 'interrogatorys', 'intractability', 'intramolecular', 'intransigences', 'intransitively', 'introspections', 'inventivenesss', 'investigations', 'invincibilitys', 'inviolabilitys', 'irrationalitys', 'irreconcilable', 'irregularities', 'irreproachable', 'irreproducible', 'irrespectively', 'isomorphically', 'judiciousnesss', 'jurisdictional', 'jurisprudences', 'justifications', 'juxtapositions', 'kindergartener', 'knickerbockers', 'kremlinologist', 'lasciviousness', 'laughingstocks', 'lexicographers', 'liberalisation', 'liberalization', 'licentiousness', 'liechtensteins', 'lightheartedly', 'linguistically', 'litigiousnesss', 'loathsomenesss', 'longitudinally', 'ludicrousnesss', 'lugubriousness', 'luxuriousnesss', 'macroeconomics', 'macromolecular', 'macromolecules', 'macroprocessor', 'macrostructure', 'magnetisations', 'magnetizations', 'magnifications', 'maladjustments', 'malfunctioning', 'manageabilitys', 'manageableness', 'manifestations', 'manipulability', 'manufacturings', 'marketabilitys', 'mathematically', 'mathematicians', 'matriculations', 'meaningfulness', 'mechanisations', 'mechanizations', 'mediterraneans', 'melodiousnesss', 'mephistopheles', 'mercurochromes', 'mesdemoiselles', 'messerschmidts', 'metallizations', 'metamorphosing', 'metamorphosiss', 'metaphorically', 'metaphysically', 'meteorological', 'meteorologists', 'methodicalness', 'methodological', 'methodologists', 'meticulousness', 'microbiologist', 'microcomputers', 'microeconomics', 'microorganisms', 'microprocessor', 'militarisation', 'militarization', 'millivoltmeter', 'mindbogglingly', 'misanthropists', 'misapplication', 'misapprehended', 'misappropriate', 'miscalculating', 'miscalculation', 'miscegenations', 'misconceptions', 'misidentifying', 'misinformation', 'misinterpreted', 'mismanagements', 'mispronouncing', 'misrepresented', 'mississippians', 'misunderstands', 'modernisations', 'modernizations', 'modularization', 'mohammedanisms', 'mollifications', 'momentousnesss', 'monocotyledons', 'mononucleosiss', 'monopolisation', 'monopolization', 'monotonousness', 'morphophonemic', 'mortifications', 'motionlessness', 'mountaineering', 'muhammadanisms', 'multinationals', 'multiplication', 'multiplicative', 'multiplicities', 'multiprocessor', 'mummifications', 'municipalities', 'mysteriousness', 'mystifications', 'naturalisation', 'naturalization', 'nebuchadnezzar', 'nefariousnesss', 'neighborliness', 'neighbourhoods', 'neoclassicisms', 'neocolonialism', 'neuropathology', 'neutralisation', 'neutralization', 'newspaperwoman', 'newspaperwomen', 'niggardlinesss', 'nitroglycerine', 'nitroglycerins', 'noiselessnesss', 'noncommercials', 'noncommittally', 'noncompetitive', 'noncompliances', 'nonconformists', 'nonconformitys', 'noncooperation', 'nondeductibles', 'nondeterminacy', 'nondeterminate', 'nondeterminism', 'noninteracting', 'nonlinearities', 'nonrestrictive', 'nonreturnables', 'nonspecialists', 'nonterminating', 'nontermination', 'normalisations', 'normalizations', 'northumberland', 'nullifications', 'objectivenesss', 'obliviousnesss', 'obsequiousness', 'obstructionist', 'obtrusivenesss', 'occupationally', 'oceanographers', 'offensivenesss', 'officiousnesss', 'oleomargarines', 'ophthalmologys', 'optimistically', 'optoelectronic', 'orchestrations', 'organisational', 'organizational', 'organometallic', 'ornamentations', 'ornithologists', 'orthophosphate', 'ostentatiously', 'outmaneuvering', 'outmanoeuvring', 'outspokennesss', 'overabundances', 'overcompensate', 'overemphasised', 'overemphasises', 'overemphasized', 'overemphasizes', 'overestimating', 'overestimation', 'overindulgence', 'overpopulating', 'overpopulation', 'overproduction', 'overprotective', 'oversimplified', 'oversimplifies', 'overspecialise', 'overspecialize', 'overstatements', 'overwhelmingly', 'paediatricians', 'palaeontologys', 'paleontologist', 'paralinguistic', 'parallelepiped', 'parallelograms', 'parameterizing', 'paramilitaries', 'paraphernalias', 'parapsychology', 'parenthesising', 'parenthesizing', 'participations', 'particularised', 'particularises', 'particularitys', 'particularized', 'particularizes', 'pasteurisation', 'pasteurization', 'pathologically', 'pedestrianised', 'pedestrianises', 'pedestrianized', 'pedestrianizes', 'penitentiaries', 'pennsylvanians', 'perceptiveness', 'percussionists', 'peregrinations', 'perfectionisms', 'perfectionists', 'permissibility', 'permissiveness', 'perpendiculars', 'persuasiveness', 'petrochemicals', 'phantasmagoria', 'pharmaceutical', 'pharmacologist', 'pharmacopoeias', 'phenobarbitals', 'philanthropies', 'philanthropist', 'philosophising', 'philosophizers', 'philosophizing', 'phlegmatically', 'phosphorescent', 'photosensitive', 'photosynthesis', 'physiochemical', 'physiotherapys', 'pointlessnesss', 'poliomyelitiss', 'polymerisation', 'polymerization', 'polysaccharide', 'popularisation', 'popularization', 'possessiveness', 'postmistresses', 'potentialities', 'potentiometers', 'powerlessnesss', 'practicability', 'practicalities', 'prearrangement', 'precariousness', 'precipitations', 'precociousness', 'preconceptions', 'preconditioned', 'predefinitions', 'predestination', 'predetermining', 'predictability', 'predisposition', 'prefabricating', 'prefabrication', 'preferentially', 'preinitialized', 'preinitializes', 'premeditations', 'preoccupations', 'preponderances', 'preponderating', 'preposterously', 'preregistering', 'presentational', 'pressurisation', 'pressurization', 'prestidigitate', 'presumptuously', 'presupposition', 'prevarications', 'primogenitures', 'principalities', 'privatisations', 'privatizations', 'procrastinated', 'procrastinates', 'procrastinator', 'productiveness', 'professionally', 'professorships', 'profitabilitys', 'prognosticated', 'prognosticates', 'prognosticator', 'prohibitionist', 'projectionists', 'proliferations', 'pronouncements', 'pronunciations', 'propagandising', 'propagandizing', 'proportionally', 'proportionment', 'propositioning', 'proprietorship', 'proprietresses', 'proprioception', 'proprioceptive', 'protectiveness', 'protestantisms', 'prototypically', 'providentially', 'provincialisms', 'psychoacoustic', 'psychoanalysed', 'psychoanalyses', 'psychoanalysis', 'psychoanalysts', 'psychoanalytic', 'psychoanalyzed', 'psychoanalyzes', 'psychophysical', 'psychotherapys', 'pulverisations', 'pulverizations', 'pusillanimitys', 'quadrilaterals', 'quadruplicated', 'quadruplicates', 'qualifications', 'quantification', 'quantitatively', 'quarterbacking', 'quartermasters', 'questionnaires', 'quintessential', 'radioactivitys', 'radioastronomy', 'radiochemistry', 'radiosterilize', 'radiotelegraph', 'radiotelephone', 'radiotherapist', 'rapaciousnesss', 'rapprochements', 'reabbreviating', 'reappointments', 'reapportioning', 'rearrangements', 'reasonableness', 'rebelliousness', 'rebroadcasting', 'recalcitrances', 'recalculations', 'recapitulating', 'recapitulation', 'receptivenesss', 'reciprocations', 'recommendation', 'reconciliation', 'reconditioning', 'reconfigurable', 'reconnaissance', 'reconnoitering', 'reconstituting', 'reconstructing', 'reconstruction', 'recriminations', 'recrudescences', 'rectifications', 'redevelopments', 'redistributing', 'redistribution', 'reestablishing', 'referentiality', 'reforestations', 'refrigerations', 'refurbishments', 'regimentations', 'regurgitations', 'rehabilitating', 'rehabilitation', 'reimbursements', 'reincarnations', 'reinforcements', 'reinstatements', 'reinterpreting', 'relentlessness', 'relinquishment', 'remarkableness', 'reorganisation', 'reorganization', 'repetitiveness', 'replenishments', 'representation', 'representative', 'republicanisms', 'repulsivenesss', 'requisitioning', 'respectability', 'respectfulness', 'responsibility', 'responsiveness', 'restauranteurs', 'restructurings', 'resuscitations', 'retentivenesss', 'retransmission', 'retransmitting', 'retrogressions', 'retrospections', 'retrospectives', 'reunifications', 'reupholstering', 'reverberations', 'revitalisation', 'revitalization', 'revivification', 'revolutionarys', 'revolutionised', 'revolutionises', 'revolutionists', 'revolutionized', 'revolutionizer', 'revolutionizes', 'ridiculousness', 'righteousnesss', 'rollerskatings', 'salaciousnesss', 'sanctification', 'satisfactorily', 'satisfiability', 'scandalmongers', 'scatterbrained', 'schizophrenias', 'schizophrenics', 'scholastically', 'schoolchildren', 'schoolmistress', 'schoolteachers', 'schwarzenegger', 'scientifically', 'scintillations', 'secretivenesss', 'secularisation', 'secularization', 'sedimentations', 'segregationist', 'semiautomatics', 'semiconductors', 'sensationalism', 'sensationalist', 'senselessnesss', 'sensitisations', 'sensitivenesss', 'sensitizations', 'sentimentalise', 'sentimentalism', 'sentimentalist', 'sentimentality', 'sentimentalize', 'septuagenarian', 'sequentialized', 'sequentializes', 'sequestrations', 'serialisations', 'serializations', 'servomechanism', 'shapelessnesss', 'shiftlessnesss', 'shortsightedly', 'shostakovitchs', 'shuttlecocking', 'significations', 'simplification', 'simultaneously', 'skateboardings', 'slaughterhouse', 'sledgehammered', 'sleeplessnesss', 'socialisations', 'socializations', 'sociologically', 'solidification', 'sophisticating', 'sophistication', 'souphanouvongs', 'specialisation', 'specialization', 'specifications', 'speechlessness', 'spiritualistic', 'sportsmanships', 'sprightlinesss', 'squeamishnesss', 'stabilisations', 'stabilizations', 'staphylococcus', 'statesmanships', 'statuesqueness', 'steadfastnesss', 'steamrollering', 'steppingstones', 'sterilisations', 'sterilizations', 'stochastically', 'stoichiometric', 'straightjacket', 'straitjacketed', 'strangulations', 'stratification', 'strenuousnesss', 'streptococcuss', 'stultification', 'subcomputation', 'subconsciously', 'subcontracting', 'subcontractors', 'subexpressions', 'subordinations', 'subsidisations', 'subsidizations', 'substantiating', 'substantiation', 'summarizations', 'superabundance', 'superannuating', 'supercomputers', 'superconductor', 'superficiality', 'superintendent', 'superintending', 'supernumerarys', 'superscripting', 'superstructure', 'susceptibility', 'swashbucklings', 'syllabications', 'symbolisations', 'symbolizations', 'sympathizingly', 'systematically', 'tablespoonfuls', 'tablespoonsful', 'talkativenesss', 'tastelessnesss', 'tautologically', 'technicalities', 'telecommutings', 'teleconference', 'telemarketings', 'teleologically', 'telepathically', 'teleprocessing', 'teletypewriter', 'televangelists', 'tercentenaries', 'terminological', 'tetrafluouride', 'thermodynamics', 'thermoelectric', 'thermoplastics', 'thoughtfulness', 'thundershowers', 'tonsillectomys', 'tortoiseshells', 'traditionalist', 'tranquillisers', 'tranquillising', 'tranquillizers', 'tranquillizing', 'transcendences', 'transcendental', 'transcriptions', 'transformation', 'transgressions', 'transitiveness', 'transliterated', 'transliterates', 'transmigrating', 'transmigration', 'transmutations', 'transnationals', 'transparencies', 'transpirations', 'transportation', 'transpositions', 'transshipments', 'triangulations', 'troubleshooted', 'troubleshooter', 'trustworthiest', 'tyrannosauruss', 'ultrasonically', 'ultrastructure', 'unacknowledged', 'unaffectedness', 'unalienability', 'unappreciative', 'unapproachable', 'unattractively', 'unavailability', 'uncompromising', 'unconscionable', 'unconscionably', 'uncontaminated', 'uncontrollable', 'uncontrollably', 'unconventional', 'unconvincingly', 'uncorroborated', 'undecipherable', 'undecomposable', 'undefinability', 'underachievers', 'underachieving', 'undercarriages', 'underclassmans', 'underclothings', 'underdeveloped', 'underestimated', 'underestimates', 'undergraduates', 'undernourished', 'undersecretary', 'understandable', 'understandably', 'understandings', 'understatement', 'undesirability', 'unenlightening', 'unenthusiastic', 'unfaithfulness', 'unfamiliaritys', 'unfriendliness', 'ungratefulness', 'unhesitatingly', 'unidentifiable', 'unidimensional', 'unidirectional', 'unilluminating', 'unintelligible', 'unintelligibly', 'unmentionables', 'unpleasantness', 'unpremeditated', 'unprofessional', 'unquestionable', 'unquestionably', 'unrecognisable', 'unrecognizable', 'unrestrictedly', 'unsatisfactory', 'unscrupulously', 'unselfishnesss', 'unsightlinesss', 'unsuccessfully', 'unsurprisingly', 'unsynchronized', 'untruthfulness', 'unwillingnesss', 'upperclassmans', 'utilitarianism', 'valedictorians', 'vegetarianisms', 'ventriloquisms', 'ventriloquists', 'verisimilitude', 'versifications', 'victimisations', 'victimizations', 'videocassettes', 'villainousness', 'vindictiveness', 'visualisations', 'visualizations', 'vivaciousnesss', 'voluptuousness', 'vulcanisations', 'vulcanizations', 'vulgarisations', 'vulgarizations', 'vulnerabilitys', 'walpurgisnacht', 'washingtonians', 'waterproofings', 'weatherproofed', 'weightlessness', 'weightliftings', 'whippersnapper', 'wholeheartedly', 'wholesomenesss', 'wollstonecraft', 'woolgatherings', 'worcestershire', 'worthlessnesss', 'worthwhileness', 'yoknapatawphas', 'zoroastrianism', 'zubenelgenubis', 'zubeneschamali', 'acclimatisation', 'acclimatization', 'accomplishments', 'accountabilitys', 'acknowledgeable', 'acknowledgement', 'acknowledgments', 'acquisitiveness', 'administrations', 'aerodynamically', 'aggrandisements', 'aggrandizements', 'aggressivenesss', 'agriculturalist', 'algorithmically', 'ambassadorships', 'americanisation', 'americanization', 'anaesthesiology', 'anesthesiologys', 'anthropocentric', 'anthropological', 'anthropologists', 'anthropomorphic', 'anticoagulation', 'anticompetitive', 'antidepressants', 'antiperspirants', 'apprenticeships', 'approachability', 'appropriateness', 'architecturally', 'articulatenesss', 'artificialities', 'astrophysicists', 'atherosclerosis', 'atmospherically', 'attractivenesss', 'auspiciousnesss', 'authentications', 'authoritatively', 'autobiographies', 'autocorrelation', 'autosuggestible', 'autotransformer', 'axiomatizations', 'bacteriological', 'bacteriologists', 'beautifications', 'bibliographical', 'blasphemousness', 'bloodthirstiest', 'boisterousnesss', 'breathlessnesss', 'burglarproofing', 'capitalisations', 'capitalizations', 'capriciousnesss', 'cardiopulmonary', 'categorisations', 'categorizations', 'centralisations', 'centralizations', 'chappaquiddicks', 'characteristics', 'characterizable', 'charlottesville', 'chloroplatinate', 'chronologically', 'cinematographer', 'cinematographys', 'circumferential', 'circumlocutions', 'circumnavigated', 'circumnavigates', 'circumscription', 'circumspections', 'classifications', 'claustrophobias', 'combinatorially', 'combustibilitys', 'commercialising', 'commercializing', 'compassionately', 'compatibilities', 'competitiveness', 'complementarity', 'complementation', 'comprehensively', 'compulsivenesss', 'computationally', 'computerisation', 'computerization', 'conceptualising', 'conceptualizing', 'concessionaires', 'condescendingly', 'confectioneries', 'confidentiality', 'confrontational', 'conglomerations', 'congratulations', 'congressionally', 'conjunctivitiss', 'conscientiously', 'consciousnesses', 'conservationist', 'constantinoples', 'constitutionals', 'contemporaneous', 'contrapositives', 'controllability', 'controversially', 'conventionality', 'correspondences', 'correspondingly', 'counterargument', 'counterattacked', 'counterbalanced', 'counterbalances', 'counterclaiming', 'countercultures', 'counterexamples', 'countermeasures', 'counterpointing', 'counterproposal', 'crystallisation', 'crystallization', 'crystallography', 'czechoslovakian', 'czechoslovakias', 'daguerreotyping', 'decolonisations', 'decolonizations', 'decommissioning', 'decomposability', 'deconstructions', 'decontaminating', 'decontamination', 'decriminalising', 'decriminalizing', 'dehumanisations', 'dehumanizations', 'demagnetisation', 'demagnetization', 'demobilisations', 'demobilizations', 'democratisation', 'democratization', 'demographically', 'demonstratively', 'demoralisations', 'demoralizations', 'departmentalise', 'departmentalize', 'desensitisation', 'desensitization', 'destructiveness', 'detoxifications', 'differentiating', 'differentiation', 'differentiators', 'disadvantageous', 'disambiguations', 'disappointingly', 'disappointments', 'disapprobations', 'disarrangements', 'disciplinarians', 'discolourations', 'discombobulated', 'discombobulates', 'disconcertingly', 'discontentments', 'discontinuances', 'discontinuation', 'discontinuities', 'discountenanced', 'discountenances', 'discouragements', 'discriminations', 'disembarkations', 'disenchantments', 'disenfranchised', 'disenfranchises', 'disentanglement', 'disestablishing', 'disillusionment', 'disinclinations', 'disinformations', 'disintegrations', 'disinterestedly', 'disorderlinesss', 'disorganisation', 'disorganization', 'disorientations', 'dispassionately', 'disrespectfully', 'dissatisfaction', 'dissimilarities', 'distinctiveness', 'distinguishable', 'diversification', 'draughtsmanship', 'egalitarianisms', 'electrification', 'electrodynamics', 'electromagnetic', 'electrophoresis', 'emulsifications', 'enfranchisement', 'entrepreneurial', 'environmentally', 'epistemological', 'euphemistically', 'excommunicating', 'excommunication', 'exemplification', 'existentialisms', 'existentialists', 'experimentation', 'exponentiations', 'expressivenesss', 'extracurricular', 'extralinguistic', 'extraordinarily', 'familiarisation', 'familiarization', 'farsightednesss', 'fastidiousnesss', 'featherbeddings', 'finnbogadottirs', 'flibbertigibbet', 'forthrightnesss', 'fraternisations', 'fraternizations', 'functionalities', 'fundamentalisms', 'fundamentalists', 'generalisations', 'generalizations', 'gentrifications', 'gerrymanderings', 'grandiloquences', 'gregariousnesss', 'groundbreakings', 'halfheartedness', 'hallucinogenics', 'hardheadednesss', 'hardheartedness', 'harmoniousnesss', 'heterogeneously', 'heterosexuality', 'heterostructure', 'homogeneousness', 'homogenisations', 'homogenizations', 'horticulturists', 'hospitalisation', 'hospitalization', 'huitzilopotchli', 'humanitarianism', 'humourlessnesss', 'hypercritically', 'hyperventilated', 'hyperventilates', 'identifications', 'illustriousness', 'immaculatenesss', 'immobilisations', 'immobilizations', 'impecuniousness', 'impenetrability', 'implausibilitys', 'implementations', 'impossibilities', 'impoverishments', 'impracticalitys', 'impregnabilitys', 'impressionistic', 'impressivenesss', 'improbabilities', 'improvisational', 'inaccessibility', 'inadmissibility', 'inappropriately', 'incommensurable', 'incompatibility', 'incomprehension', 'inconsequential', 'inconsiderately', 'inconsistencies', 'inconspicuously', 'inconveniencing', 'incorrigibility', 'indecisivenesss', 'indemnification', 'indeterminacies', 'indeterminately', 'indistinctnesss', 'individualising', 'individualistic', 'individualizing', 'indivisibilitys', 'indoctrinations', 'industrialising', 'industrializing', 'industriousness', 'ineffectiveness', 'inevitabilities', 'infectiousnesss', 'infinitesimally', 'infrastructures', 'inhomogeneities', 'initializations', 'inquisitiveness', 'inseparabilitys', 'insignificances', 'insignificantly', 'instantaneously', 'institutionally', 'instrumentalist', 'instrumentality', 'instrumentation', 'insubordination', 'insurrectionist', 'intellectualise', 'intellectualism', 'intellectualize', 'intelligentsias', 'intelligibility', 'intensification', 'interchangeable', 'interchangeably', 'intercollegiate', 'interconnecting', 'interconnection', 'interdependence', 'interdependency', 'interferometric', 'internationales', 'internationally', 'interpretations', 'interrogatories', 'interscholastic', 'intractabilitys', 'intradepartment', 'invulnerability', 'jurisprudential', 'kindergarteners', 'lackadaisically', 'lasciviousnesss', 'levelheadedness', 'lexicographical', 'liberalisations', 'liberalizations', 'licentiousnesss', 'lugubriousnesss', 'maintainability', 'maneuverability', 'manoeuvrability', 'materialisation', 'materialization', 'meaninglessness', 'meritoriousness', 'metacircularity', 'meticulousnesss', 'microbiologists', 'microeconomicss', 'microprocessing', 'microprocessors', 'microprogrammed', 'microscopically', 'militarisations', 'militarizations', 'miniaturisation', 'miniaturization', 'misapplications', 'misapprehending', 'misapprehension', 'misappropriated', 'misappropriates', 'miscalculations', 'miscellaneously', 'mischievousness', 'misconstruction', 'misinformations', 'misinterpreting', 'misrepresenting', 'misunderstander', 'monopolisations', 'monopolizations', 'mountaineerings', 'multiplications', 'multiplicatives', 'multiprocessing', 'multiprocessors', 'multiprogrammed', 'mysteriousnesss', 'nationalisation', 'nationalization', 'naturalisations', 'naturalizations', 'nearsightedness', 'neighborlinesss', 'neighbourliness', 'neocolonialisms', 'neoconservative', 'netzahualcoyotl', 'neurophysiology', 'neutralisations', 'neutralizations', 'newspaperwomans', 'nitroglycerines', 'nonconservative', 'noncooperations', 'nongovernmental', 'noninterference', 'nonintervention', 'nonprescription', 'nonprocedurally', 'nonprofessional', 'nonprogrammable', 'nontransferable', 'notwithstanding', 'nullstellensatz', 'obsequiousnesss', 'obstructionists', 'obstructiveness', 'ophthalmologist', 'overcompensated', 'overcompensates', 'overemphasising', 'overemphasizing', 'overindulgences', 'overpopulations', 'overproductions', 'oversimplifying', 'overspecialised', 'overspecialises', 'overspecialized', 'overspecializes', 'palaeontologist', 'paleontologists', 'parameterizable', 'parapsychologys', 'parasympathetic', 'parenthetically', 'parliamentarian', 'parthenogenesis', 'particularising', 'particularities', 'particularizing', 'pasteurisations', 'pasteurizations', 'pedestrianising', 'pedestrianizing', 'perceptivenesss', 'permissivenesss', 'perpendicularly', 'personalization', 'personification', 'persuasivenesss', 'pessimistically', 'phantasmagorias', 'pharmaceuticals', 'pharmacologists', 'phenomenologies', 'philanthropists', 'philosophically', 'phosphorescence', 'photojournalism', 'photojournalist', 'photosynthesiss', 'phototypesetter', 'physiologically', 'physiotherapist', 'picturesqueness', 'plainclothesman', 'plainclothesmen', 'plenipotentiary', 'polymerisations', 'polymerizations', 'polyunsaturated', 'popularisations', 'popularizations', 'possessivenesss', 'practicabilitys', 'prearrangements', 'precipitateness', 'precociousnesss', 'preconditioning', 'predestinations', 'predispositions', 'prefabrications', 'preinitializing', 'preregistration', 'presbyterianism', 'pressurisations', 'pressurizations', 'presuppositions', 'pretentiousness', 'problematically', 'procrastinating', 'procrastination', 'procrastinators', 'productivenesss', 'professionalism', 'prognosticating', 'prognostication', 'prognosticators', 'programmability', 'prohibitionists', 'proportionality', 'proportionately', 'propositionally', 'proprietorships', 'protectivenesss', 'psychoanalysing', 'psychoanalysiss', 'psychoanalyzing', 'psychologically', 'psychotherapies', 'psychotherapist', 'quadruplicating', 'quantifications', 'quasicontinuous', 'quasistationary', 'radiotelephones', 'radiotherapists', 'rationalisation', 'rationalization', 'reapportionment', 'reasonablenesss', 'rebelliousnesss', 'recapitulations', 'recognizability', 'recommendations', 'reconciliations', 'reconfiguration', 'reconnaissances', 'reconsideration', 'reconstructions', 'redistributions', 'rehabilitations', 'relentlessnesss', 'relinquishments', 'reorganisations', 'reorganizations', 'representations', 'representatives', 'reproducibility', 'resourcefulness', 'respectabilitys', 'responsibilitys', 'responsibleness', 'responsivenesss', 'retransmissions', 'retrospectively', 'revitalisations', 'revitalizations', 'revivifications', 'revolutionaries', 'revolutionising', 'revolutionizing', 'ridiculousnesss', 'rumpelstiltskin', 'sanctifications', 'sanctimoniously', 'schoolmistresss', 'schwarzeneggers', 'secularisations', 'secularizations', 'segregationists', 'semipermanently', 'sensationalisms', 'sensationalists', 'sentimentalised', 'sentimentalises', 'sentimentalisms', 'sentimentalists', 'sentimentalitys', 'sentimentalized', 'sentimentalizes', 'septuagenarians', 'sequentializing', 'servomechanisms', 'simplifications', 'slaughterhouses', 'sledgehammering', 'solidifications', 'sophistications', 'specialisations', 'specializations', 'standardisation', 'standardization', 'staphylococcuss', 'straightforward', 'straightjackets', 'straitjacketing', 'stratifications', 'stultifications', 'subcomputations', 'substantiations', 'substitutionary', 'superabundances', 'superconductors', 'superficialitys', 'superintendence', 'superintendency', 'superintendents', 'supernumeraries', 'superstitiously', 'superstructures', 'surreptitiously', 'susceptibilitys', 'syllabification', 'sympathetically', 'synchronisation', 'synchronization', 'technologically', 'telecommunicate', 'teleconferenced', 'teleconferences', 'telephotography', 'teletypesetting', 'teletypewriters', 'temperamentally', 'tempestuousness', 'tendentiousness', 'therapeutically', 'thermodynamicss', 'thoughtfulnesss', 'thoughtlessness', 'tonsillectomies', 'totalitarianism', 'traditionalists', 'transfiguration', 'transformations', 'translatability', 'transliterating', 'transliteration', 'transmigrations', 'transplantation', 'transportations', 'trichloroacetic', 'trichloroethane', 'troubleshooters', 'troubleshooting', 'trustworthiness', 'typographically', 'tyrannosauruses', 'ultracentrifuge', 'unacceptability', 'unaesthetically', 'unattainability', 'unauthenticated', 'unceremoniously', 'uncommunicative', 'uncomplimentary', 'uncomprehending', 'unconditionally', 'unconsciousness', 'uncontroversial', 'undemonstrative', 'underestimating', 'underestimation', 'underprivileged', 'undersecretarys', 'understandingly', 'understatements', 'undistinguished', 'unexceptionable', 'unfaithfulnesss', 'unfriendlinesss', 'ungratefulnesss', 'unimplementable', 'unintentionally', 'uninterestingly', 'uninterruptedly', 'unobjectionable', 'unpleasantnesss', 'unpronounceable', 'unquestioningly', 'unrealistically', 'unreconstructed', 'unrepresentable', 'unsophisticated', 'unsportsmanlike', 'unsubstantiated', 'verisimilitudes', 'vindictivenesss', 'voluptuousnesss', 'vulnerabilities', 'weatherproofing', 'weightlessnesss', 'whatchamacallit', 'whippersnappers', 'wollstonecrafts', 'wrongheadedness', 'zoroastrianisms', 'zubeneschamalis', 'acclimatisations', 'acclimatizations', 'acknowledgements', 'acquisitivenesss', 'administratively', 'agriculturalists', 'americanisations', 'americanizations', 'anaesthesiologys', 'anesthesiologist', 'antagonistically', 'anthropomorphism', 'antiredeposition', 'apprehensiveness', 'appropriatenesss', 'aristocratically', 'arteriosclerosis', 'asymptomatically', 'atherosclerosiss', 'australopithecus', 'authoritarianism', 'autobiographical', 'autofluorescence', 'bloodthirstiness', 'bureaucratically', 'canonicalization', 'cantankerousness', 'catastrophically', 'chancellorsville', 'characterisation', 'characterization', 'cinematographers', 'circumnavigating', 'circumnavigation', 'circumscriptions', 'circumstantially', 'cirmcumferential', 'comfortabilities', 'compartmentalise', 'compartmentalize', 'competitivenesss', 'computerisations', 'computerizations', 'confidentialitys', 'consequentiality', 'conservationists', 'constitutionally', 'constructibility', 'contemporariness', 'conventionalitys', 'conversationally', 'counterattacking', 'counterbalancing', 'counterclockwise', 'counterespionage', 'counterintuitive', 'crystallisations', 'crystallizations', 'crystallographer', 'crystallographic', 'czechoslovakians', 'decentralisation', 'decentralization', 'decontaminations', 'demagnetisations', 'demagnetizations', 'demilitarisation', 'demilitarization', 'democratisations', 'democratizations', 'deoxyribonucleic', 'departmentalised', 'departmentalises', 'departmentalized', 'departmentalizes', 'desensitisations', 'desensitizations', 'destructivenesss', 'diagrammatically', 'differentiations', 'discombobulating', 'discontinuations', 'discountenancing', 'disenfranchising', 'disentanglements', 'disfranchisement', 'disillusionments', 'disorganisations', 'disorganizations', 'disproportionate', 'disqualification', 'dissatisfactions', 'distinctivenesss', 'diversifications', 'draughtsmanships', 'electrifications', 'electromagnetism', 'enfranchisements', 'enthusiastically', 'environmentalism', 'environmentalist', 'excommunications', 'exemplifications', 'experimentations', 'extemporaneously', 'extraterrestrial', 'familiarisations', 'familiarizations', 'flibbertigibbets', 'gastrointestinal', 'halfheartednesss', 'hardheartednesss', 'heterosexualitys', 'hospitalisations', 'hospitalizations', 'huitzilopotchlis', 'humanitarianisms', 'hydroelectricity', 'hypersensitivity', 'hyperventilating', 'hyperventilation', 'impecuniousnesss', 'impenetrabilitys', 'imperturbability', 'implausibilities', 'inaccessibilitys', 'incompatibilitys', 'incomprehensible', 'incomprehensibly', 'incontrovertible', 'incontrovertibly', 'incorrigibilitys', 'incorruptibility', 'indemnifications', 'indiscriminately', 'indispensability', 'industriousnesss', 'ineffectivenesss', 'inextinguishable', 'inquisitivenesss', 'institutionalise', 'institutionalize', 'instrumentalists', 'instrumentalitys', 'instrumentations', 'insubordinations', 'insurrectionists', 'intellectualised', 'intellectualises', 'intellectualized', 'intellectualizes', 'intelligibilitys', 'intensifications', 'intercommunicate', 'interconnections', 'intercontinental', 'interdependences', 'internationalise', 'internationalism', 'internationality', 'internationalize', 'invulnerabilitys', 'irresponsibility', 'levelheadednesss', 'lightheartedness', 'maneuverabilitys', 'manoeuvrabilitys', 'materialisations', 'materializations', 'melodramatically', 'metamathematical', 'methodologically', 'microinstruction', 'microprogramming', 'miniaturisations', 'miniaturizations', 'misapprehensions', 'misappropriating', 'misappropriation', 'mischievousnesss', 'misconstructions', 'mispronunciation', 'misunderstanders', 'misunderstanding', 'multiculturalism', 'multidimensional', 'multifariousness', 'multimillionaire', 'multiprogramming', 'nationalisations', 'nationalizations', 'nearsightednesss', 'neighbourlinesss', 'netzahualcoyotls', 'neuropsychiatric', 'neurotransmitter', 'nondestructively', 'nondeterminately', 'nondeterministic', 'noninterferences', 'noninterventions', 'nonorthogonality', 'nonprofessionals', 'nonproliferation', 'obstructivenesss', 'ophthalmologists', 'organizationally', 'overcompensating', 'overcompensation', 'overenthusiastic', 'overspecialising', 'overspecializing', 'palaeontologists', 'parameterization', 'paraprofessional', 'parliamentarians', 'parthenogenesiss', 'personifications', 'phenomenological', 'phosphorescences', 'photographically', 'photojournalisms', 'photojournalists', 'phototypesetting', 'physiotherapists', 'plainclothesmans', 'plenipotentiarys', 'praiseworthiness', 'predetermination', 'preregistrations', 'presbyterianisms', 'presumptuousness', 'pretentiousnesss', 'procrastinations', 'professionalisms', 'prognostications', 'psychophysiology', 'psychotherapists', 'rambunctiousness', 'rationalisations', 'rationalizations', 'reapportionments', 'reclassification', 'reconfigurations', 'reconsiderations', 'reinterpretation', 'relativistically', 'representational', 'representatively', 'resourcefulnesss', 'responsibilities', 'rumpelstiltskins', 'schoolmistresses', 'semiprofessional', 'sentimentalising', 'sentimentalizing', 'shortsightedness', 'standardisations', 'standardizations', 'straightjacketed', 'substitutability', 'superintendences', 'superintendencys', 'syllabifications', 'synchronisations', 'synchronizations', 'teleconferencing', 'tempestuousnesss', 'tendentiousnesss', 'thoughtlessnesss', 'tintinnabulation', 'totalitarianisms', 'transcendentally', 'transconductance', 'transcontinental', 'transfigurations', 'transformational', 'transliterations', 'transplantations', 'transportability', 'troubleshootings', 'trustworthinesss', 'uncharacteristic', 'uncompromisingly', 'unconsciousnesss', 'unconstitutional', 'unconventionally', 'undersecretaries', 'undiscriminating', 'unidirectionally', 'unpredictability', 'unreasonableness', 'unrepresentative', 'unsatisfiability', 'unscrupulousness', 'weatherstripping', 'whatchamacallits', 'wrongheadednesss', 'anachronistically', 'anaesthesiologist', 'anesthesiologists', 'anthropologically', 'anthropomorphisms', 'apprehensivenesss', 'arteriosclerosiss', 'australopithecuss', 'authoritarianisms', 'authoritativeness', 'bloodthirstinesss', 'cantankerousnesss', 'chancellorsvilles', 'characterisations', 'characterizations', 'circumnavigations', 'commercialisation', 'commercialization', 'compartmentalised', 'compartmentalises', 'compartmentalized', 'compartmentalizes', 'comprehensibility', 'comprehensiveness', 'conceptualisation', 'conceptualization', 'congregationalist', 'conscientiousness', 'constitutionality', 'contemporaneously', 'contradistinction', 'contradistinguish', 'conversationalist', 'counterespionages', 'counterproductive', 'counterrevolution', 'decentralisations', 'decentralizations', 'decriminalisation', 'decriminalization', 'demilitarisations', 'demilitarizations', 'departmentalising', 'departmentalizing', 'deterministically', 'disadvantageously', 'disfranchisements', 'disinterestedness', 'disqualifications', 'electrocardiogram', 'electromagnetisms', 'environmentalisms', 'environmentalists', 'extraordinariness', 'extraterrestrials', 'heterogeneousness', 'hydroelectricitys', 'hypersensitivitys', 'hyperventilations', 'imperturbabilitys', 'inappropriateness', 'incompatibilities', 'inconsequentially', 'inconsiderateness', 'inconspicuousness', 'incorruptibilitys', 'indistinguishable', 'industrialisation', 'industrialization', 'institutionalised', 'institutionalises', 'institutionalized', 'institutionalizes', 'intellectualising', 'intellectualizing', 'intercommunicated', 'intercommunicates', 'interdepartmental', 'interdependencies', 'interdisciplinary', 'internationalised', 'internationalises', 'internationalisms', 'internationalized', 'internationalizes', 'interrelationship', 'irresponsibilitys', 'lexicographically', 'lightheartednesss', 'materialistically', 'microinstructions', 'misappropriations', 'miscellaneousness', 'misinterpretation', 'mispronunciations', 'misrepresentation', 'misunderstandings', 'multiculturalisms', 'multifariousnesss', 'multimillionaires', 'neurotransmitters', 'nondenominational', 'nonproliferations', 'overcompensations', 'parameterizations', 'paraprofessionals', 'particularisation', 'particularization', 'philanthropically', 'plenipotentiaries', 'praiseworthinesss', 'predeterminations', 'presumptuousnesss', 'probabilistically', 'psychotherapeutic', 'rambunctiousnesss', 'reinterpretations', 'reproducibilities', 'semiprofessionals', 'shortsightednesss', 'spectrophotometer', 'spectrophotometry', 'straightforwardly', 'straightjacketing', 'superconductivity', 'telecommunication', 'tintinnabulations', 'transcendentalism', 'transcendentalist', 'ultraconservative', 'uncontrollability', 'understandability', 'unidirectionality', 'unpredictabilitys', 'unreasonablenesss', 'unscrupulousnesss', 'anaesthesiologists', 'antifundamentalist', 'arteriolosclerosis', 'authoritativenesss', 'autosuggestibility', 'characteristically', 'chlorofluorocarbon', 'commercialisations', 'commercializations', 'compartmentalising', 'compartmentalizing', 'comprehensibilitys', 'comprehensivenesss', 'conceptualisations', 'conceptualizations', 'congregationalists', 'conscientiousnesss', 'consequentialities', 'constitutionalitys', 'contradistinctions', 'conversationalists', 'counterrevolutions', 'decriminalisations', 'decriminalizations', 'diethylstilbestrol', 'disenfranchisement', 'disproportionately', 'electrocardiograms', 'electrocardiograph', 'hypersensitivities', 'inconsideratenesss', 'inconspicuousnesss', 'industrialisations', 'industrializations', 'institutionalising', 'institutionalizing', 'interchangeability', 'intercommunicating', 'intercommunication', 'internationalising', 'internationalizing', 'interrelationships', 'misinterpretations', 'misrepresentations', 'oversimplification', 'particularisations', 'particularizations', 'phenomenologically', 'representationally', 'representativeness', 'spectrophotometric', 'superconductivitys', 'telecommunications', 'transcendentalisms', 'transcendentalists', 'transmogrification', 'transubstantiation', 'triphenylphosphine', 'ultraconservatives', 'anthropomorphically', 'chlorofluorocarbons', 'counterintelligence', 'disenfranchisements', 'electrocardiographs', 'incomprehensibility', 'interdenominational', 'nonrepresentational', 'oversimplifications', 'straightforwardness', 'telecommunicationss', 'transubstantiations', 'andrianampoinimerina', 'counterintelligences', 'counterrevolutionary', 'electroencephalogram', 'nondeterministically', 'uncharacteristically', 'andrianampoinimerinas', 'counterrevolutionarys', 'electroencephalograms', 'electroencephalograph', 'immunoelectrophoresis', 'counterrevolutionaries', 'electroencephalographs', 'electroencephalography', 'antidisestablishmentarianism'], fitness=&lt;function Pletters&gt;, chunksize=500)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Breaks a vigenere cipher using a dictionary and frequency analysis.</p>
+<pre><code class="language-python-repl">&gt;&gt;&gt; vigenere_keyword_break(vigenere_encipher(sanitise('this is a test '              'message for the vigenere decipherment'), 'cat'),              wordlist=['cat', 'elephant', 'kangaroo']) # doctest: +ELLIPSIS
+('cat', -52.9472712...)
+</code></pre></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def vigenere_keyword_break(message, wordlist=keywords, fitness=Pletters,
+                              chunksize=500):
+    &#34;&#34;&#34;Breaks a vigenere cipher using a dictionary and frequency analysis.
+
+    &gt;&gt;&gt; vigenere_keyword_break(vigenere_encipher(sanitise(&#39;this is a test &#39; \
+             &#39;message for the vigenere decipherment&#39;), &#39;cat&#39;), \
+             wordlist=[&#39;cat&#39;, &#39;elephant&#39;, &#39;kangaroo&#39;]) # doctest: +ELLIPSIS
+    (&#39;cat&#39;, -52.9472712...)
+    &#34;&#34;&#34;
+    with multiprocessing.Pool() as pool:
+        helper_args = [(message, word, fitness)
+                       for word in wordlist]
+        # Gotcha: the helper function here needs to be defined at the top level
+        #   (limitation of Pool.starmap)
+        breaks = pool.starmap(vigenere_keyword_break_worker, helper_args,
+                              chunksize)
+        return max(breaks, key=lambda k: k[1])</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.vigenere.vigenere_keyword_break_worker"><code class="name flex">
+<span>def <span class="ident">vigenere_keyword_break_worker</span></span>(<span>message, keyword, fitness)</span>
+</code></dt>
+<dd>
+<div class="desc"></div>
+<details class="source">
+<summary>
+<span>Expand source code</span>
+</summary>
+<pre><code class="python">def vigenere_keyword_break_worker(message, keyword, fitness):
+    plaintext = vigenere_decipher(message, keyword)
+    fit = fitness(plaintext)
+    return keyword, fit</code></pre>
+</details>
+</dd>
+<dt id="szyfrow.vigenere.wcat"><code class="name flex">
+<span>def <span class="ident">wcat</span></span>(<span>iterable, /)</span>
+</code></dt>
+<dd>
+<div class="desc"><p>Concatenate any number of strings.</p>
+<p>The string whose method is called is inserted in between each given string.
+The result is returned as a new string.</p>
+<p>Example: '.'.join(['ab', 'pq', 'rs']) -&gt; 'ab.pq.rs'</p></div>
+</dd>
+</dl>
+</section>
+<section>
+</section>
+</article>
+<nav id="sidebar">
+<h1>Index</h1>
+<div class="toc">
+<ul></ul>
+</div>
+<ul id="index">
+<li><h3>Super-module</h3>
+<ul>
+<li><code><a title="szyfrow" href="index.html">szyfrow</a></code></li>
+</ul>
+</li>
+<li><h3><a href="#header-functions">Functions</a></h3>
+<ul class="">
+<li><code><a title="szyfrow.vigenere.beaufort_decipher" href="#szyfrow.vigenere.beaufort_decipher">beaufort_decipher</a></code></li>
+<li><code><a title="szyfrow.vigenere.beaufort_encipher" href="#szyfrow.vigenere.beaufort_encipher">beaufort_encipher</a></code></li>
+<li><code><a title="szyfrow.vigenere.beaufort_frequency_break" href="#szyfrow.vigenere.beaufort_frequency_break">beaufort_frequency_break</a></code></li>
+<li><code><a title="szyfrow.vigenere.beaufort_sub_break" href="#szyfrow.vigenere.beaufort_sub_break">beaufort_sub_break</a></code></li>
+<li><code><a title="szyfrow.vigenere.beaufort_variant_decipher" href="#szyfrow.vigenere.beaufort_variant_decipher">beaufort_variant_decipher</a></code></li>
+<li><code><a title="szyfrow.vigenere.beaufort_variant_encipher" href="#szyfrow.vigenere.beaufort_variant_encipher">beaufort_variant_encipher</a></code></li>
+<li><code><a title="szyfrow.vigenere.beaufort_variant_frequency_break" href="#szyfrow.vigenere.beaufort_variant_frequency_break">beaufort_variant_frequency_break</a></code></li>
+<li><code><a title="szyfrow.vigenere.cat" href="#szyfrow.vigenere.cat">cat</a></code></li>
+<li><code><a title="szyfrow.vigenere.index_of_coincidence_scan" href="#szyfrow.vigenere.index_of_coincidence_scan">index_of_coincidence_scan</a></code></li>
+<li><code><a title="szyfrow.vigenere.lcat" href="#szyfrow.vigenere.lcat">lcat</a></code></li>
+<li><code><a title="szyfrow.vigenere.vigenere_decipher" href="#szyfrow.vigenere.vigenere_decipher">vigenere_decipher</a></code></li>
+<li><code><a title="szyfrow.vigenere.vigenere_encipher" href="#szyfrow.vigenere.vigenere_encipher">vigenere_encipher</a></code></li>
+<li><code><a title="szyfrow.vigenere.vigenere_frequency_break" href="#szyfrow.vigenere.vigenere_frequency_break">vigenere_frequency_break</a></code></li>
+<li><code><a title="szyfrow.vigenere.vigenere_keyword_break" href="#szyfrow.vigenere.vigenere_keyword_break">vigenere_keyword_break</a></code></li>
+<li><code><a title="szyfrow.vigenere.vigenere_keyword_break_worker" href="#szyfrow.vigenere.vigenere_keyword_break_worker">vigenere_keyword_break_worker</a></code></li>
+<li><code><a title="szyfrow.vigenere.wcat" href="#szyfrow.vigenere.wcat">wcat</a></code></li>
+</ul>
+</li>
+</ul>
+</nav>
+</main>
+<footer id="footer">
+<p>Generated by <a href="https://pdoc3.github.io/pdoc"><cite>pdoc</cite> 0.9.2</a>.</p>
+</footer>
+</body>
+</html>
\ No newline at end of file
diff --git a/szyfrow.sublime-project b/szyfrow.sublime-project
new file mode 100644 (file)
index 0000000..24db303
--- /dev/null
@@ -0,0 +1,8 @@
+{
+       "folders":
+       [
+               {
+                       "path": "."
+               }
+       ]
+}
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..4419d0839c7ccf4455df33f8b7cb0750eafcce9c 100644 (file)
@@ -0,0 +1,26 @@
+"""Simple ciphers, enciphering, deciphering, and breaking.
+
+The ciphers implemented here are mostly ones that predate mechanical cipher
+systems. The most complex cipher is the Enigma of World War II.
+
+Each cipher is presented with functions to encipher, decipher, and 
+automatically break messages with that cipher.
+
+Most of the time, messages are broken by brute-force trying each possible key
+and scoring the resulting deciphered message using a bag-of-words probability
+measure (or a bag-of-bigrams, or a bag-of-trigrams).
+
+You can find more information on the ciphers and how they are implemented in
+the [codes and ciphers area of my blog](https://work.njae.me.uk/tag/codes-and-ciphers/).
+
+Ciphers work on messages encoded with the 26 letters of the Latin alphabet,
+without accents (the letters contained in the `string.ascii_letters` constant).
+Most of the ciphers convert letters to lowercase, strip accents from letters,
+and drop all other characters (such as spaces and punctuation).
+
+`szyfrow.support.text_prettify` contains functions to make the output easier
+to read, such as automatically recovering word boundaries.
+
+The name comes from the Polish cipher bureau, the Biuro Szyfrów, who were 
+breaking Enigma ciphers by hand before World War II.
+"""
\ No newline at end of file
index 0ef50dfd53e384479f5a8428c4760c673c1874ae..955363782ce90bfbc2e6ca31b335d780c1013aea 100644 (file)
@@ -1,3 +1,21 @@
+"""Enciphering and deciphering using the [affine cipher](https://en.wikipedia.org/wiki/Affine_cipher). 
+Also attempts to break messages that use an affine cipher.
+
+The affine cipher operates one letter at a time. It converts each letter to a 
+number, then enciphers that number using a multiplier and a number. The result 
+is taken mod 26 and converted back into a letter.
+
+For a multiplier _m_ and adder _a_, a letter converted to number _x_ is 
+enciphered as _E(x)_ = (_m_ _x_ + _a_) mod 26. Deciphering uses the modular 
+inverse of _m_, _m_⁻¹, so that _D(x)_ = _m_⁻¹ (_x_ - _a_) mod 26.
+
+If `one_based` is `True`, the conversion between letters and numbers maps 
+'a' → 1, 'b' → 2, … 'z'→ 26 and the `mod` function is adjusted to keep 
+numbers in this range during enciphering and deciphering. If `one_based` is 
+`False`, the conversion maps 'a' → 0, 'b' → 1, … 'z'→ 25 and `mod` behaves
+normally.
+"""
+
 from szyfrow.support.utilities import *
 from szyfrow.support.language_models import *
 
@@ -9,7 +27,10 @@ modular_division_table = {
 
 
 def affine_encipher_letter(accented_letter, multiplier=1, adder=0, one_based=True):
-    """Encipher a letter, given a multiplier and adder
+    """Encipher a letter, given a multiplier and adder.
+
+    Accented version of latin letters (such as é and ö) are converted to their
+    non-accented versions before encryption.
     
     >>> cat(affine_encipher_letter(l, 3, 5, True) \
             for l in string.ascii_letters)
@@ -44,9 +65,6 @@ def affine_decipher_letter(letter, multiplier=1, adder=0, one_based=True):
     if letter in string.ascii_letters:
         cipher_number = pos(letter)
         if one_based: cipher_number += 1
-        # plaintext_number = ( 
-        #     modular_division_table[multiplier]
-        #                           [(cipher_number - adder) % 26])
         plaintext_number = ( 
             modular_division_table[multiplier, (cipher_number - adder) % 26]
             )
@@ -83,7 +101,11 @@ def affine_decipher(message, multiplier=1, adder=0, one_based=True):
 
 
 def affine_break(message, fitness=Pletters):
-    """Breaks an affine cipher using frequency analysis
+    """Breaks an affine cipher using frequency analysis.
+
+    It tries all possible combinations of multiplier, adder, and one_based,
+    scores the fitness of the text decipherd with each combination, and returns
+    the key that produces the most fit deciphered text.
 
     >>> affine_break('lmyfu bkuusd dyfaxw claol psfaom jfasd snsfg jfaoe ls ' \
           'omytd jlaxe mh jm bfmibj umis hfsul axubafkjamx. ls kffkxwsd jls ' \
index 850861bb5bf1c4988c5b77bbcb9e4f48e9f2269f..3372569a3ae6a1ef1b2b04602054870f37d9f72b 100644 (file)
@@ -1,17 +1,55 @@
+"""Enciphering and deciphering using the [Amsco cipher](http://ericbrandel.com/2016/10/09/the-amsco-cipher/). 
+Also attempts to break messages that use an Amsco cipher.
+
+The Amsco cipher is a column transpositoin cipher. The plaintext is laid out, 
+row by row, into columns. However, different numbers of letters are laid out
+in each cell, typically in a 1-2 pattern.
+
+It's clearer with an example. Consider we're using the keyword "perceptive", 
+which turns into "perctiv". The text ""It is a truth universally 
+acknowledged, that a single man in, possession of a good fortune, must be in 
+want of a wife." is laid out in seven columns like this:
+
+    p  e  r  c  t  i  v
+    --------------------
+    i  ti s  at r  ut h 
+    un i  ve r  sa l  ly 
+    a  ck n  ow l  ed g 
+    ed t  ha t  as i  ng 
+    l  em a  ni n  po s 
+    se s  si o  no f  ag 
+    o  od f  or t  un e 
+    mu s  tb e  in w  an 
+    t  of a  wi f  e
+
+The ciphertext is read out in columns, according to the order of the keyword.
+In this example, the "c" column is read first, then the "e" column, and so on.
+That gives the ciphertext of "atrowtnioorewi tiicktemsodsof utledipofunwe 
+iunaedlseomut svenhaasiftba rsalasnnotinf hlygngsagean".
+"""
+
 from enum import Enum
 import multiprocessing 
 import itertools
 
 from szyfrow.support.utilities import *
 from szyfrow.support.language_models import *
-# from szyfrow.column_transposition import transpositions, transpositions_of
 
-# Where each piece of text ends up in the AMSCO transpositon cipher.
-# 'index' shows where the slice appears in the plaintext, with the slice
-# from 'start' to 'end'
+__pdoc__ = {}
+
 AmscoSlice = collections.namedtuple('AmscoSlice', ['index', 'start', 'end'])
+__pdoc__['AmscoSlice'] = """Where each piece of plainatext ends up in the AMSCO 
+transpositon cipher."""
+__pdoc__['AmscoSlice.index'] = """Where the slice appears in the plaintext"""
+__pdoc__['AmscoSlice.start'] = """Where the slice starts in the plaintext"""
+__pdoc__['AmscoSlice.end'] = """Where the slice ends in the plaintext"""
 
 class AmscoFillStyle(Enum):
+    """Different methods of filling the grid.
+    * `continuous`: continue the fillpattern unbroken by row boundaries
+    * `same_each_row`: each row has the same fillpattern
+    * `reverse_each_row`: each row has the reversed fillpattern to the row above
+    """
     continuous = 1
     same_each_row = 2
     reverse_each_row = 3
@@ -140,14 +178,17 @@ def amsco_decipher(message, keyword,
     return cat(plaintext_list)
 
 
-def amsco_break(message, translist=transpositions, patterns = [(1, 2), (2, 1)],
+def amsco_break(message, translist=None, patterns = [(1, 2), (2, 1)],
                                   fillstyles = [AmscoFillStyle.continuous, 
                                                 AmscoFillStyle.same_each_row, 
                                                 AmscoFillStyle.reverse_each_row],
                                   fitness=Pbigrams, 
                                   chunksize=500):
     """Breaks an AMSCO transposition cipher using a dictionary and
-    n-gram frequency analysis
+    n-gram frequency analysis.
+
+    If `translist` is not specified, use 
+    [`szyfrow.support.langauge_models.transpositions`](support/language_models.html#szyfrow.support.language_models.transpositions).
 
     >>> amsco_break(amsco_encipher(sanitise( \
             "It is a truth universally acknowledged, that a single man in \
@@ -176,6 +217,9 @@ def amsco_break(message, translist=transpositions, patterns = [(1, 2), (2, 1)],
         patterns=[(1, 2), (2, 1)], fitness=Ptrigrams) # doctest: +ELLIPSIS
     (((2, 0, 5, 3, 1, 4, 6), (2, 1), <AmscoFillStyle.continuous: 1>), -997.0129085...)
     """
+    if translist is None:
+        translist = transpositions
+    
     with multiprocessing.Pool() as pool:
         helper_args = [(message, trans, pattern, fillstyle, fitness)
                        for trans in translist
index 11bfa6bdea506fc51e78e6ccfee2a3a46cefae75..b9e2184275c6a68e898ce42f5b0fa625bd362af8 100644 (file)
@@ -1,3 +1,6 @@
+"""Enciphering and deciphering using the [Autokey cipher](https://en.wikipedia.org/wiki/Autokey_cipher). 
+Also attempts to break messages that use a Autokey cipher.
+"""
 import math
 import multiprocessing 
 from szyfrow.support.utilities import *
@@ -30,7 +33,6 @@ def autokey_decipher(ciphertext, keyword):
     return cat(plaintext)
 
 
-
 def autokey_sa_break( message
                     , min_keylength=2
                     , max_keylength=20
index 967bff4838dbfc5772b132de6eacb043b7c8021a..f21cce92e125ba6af4cf8c529a6162950bc6ee38 100644 (file)
@@ -1,3 +1,6 @@
+"""Enciphering and deciphering using the [Bifid cipher](https://en.wikipedia.org/wiki/Bifid_cipher). 
+Also attempts to break messages that use a Bifid cipher.
+"""
 import multiprocessing 
 from szyfrow.support.utilities import *
 from szyfrow.support.language_models import *
@@ -99,22 +102,28 @@ def bifid_decipher(message, keyword, wrap_alphabet=KeywordWrapAlphabet.from_a,
     return cat(r_grid[p] for p in pairs1) 
 
 
-def bifid_break(message, wordlist=keywords, fitness=Pletters, max_period=10,
+def bifid_break(message, wordlist=None, fitness=Pletters, max_period=10,
                      number_of_solutions=1, chunksize=500):
     """Breaks a keyword substitution cipher using a dictionary and
     frequency analysis
 
-    >>> bifid_break_mp(bifid_encipher('this is a test message for the ' \
+    If `wordlist` is not specified, use 
+    [`szyfrow.support.langauge_models.keywords`](support/language_models.html#szyfrow.support.language_models.keywords).
+
+    >>> bifid_break(bifid_encipher('this is a test message for the ' \
           'keyword decipherment', 'elephant', wrap_alphabet=KeywordWrapAlphabet.from_last), \
           wordlist=['cat', 'elephant', 'kangaroo']) # doctest: +ELLIPSIS
     (('elephant', <KeywordWrapAlphabet.from_last: 2>, 0), -52.834575011...)
-    >>> bifid_break_mp(bifid_encipher('this is a test message for the ' \
+    >>> bifid_break(bifid_encipher('this is a test message for the ' \
           'keyword decipherment', 'elephant', wrap_alphabet=KeywordWrapAlphabet.from_last), \
           wordlist=['cat', 'elephant', 'kangaroo'], \
           number_of_solutions=2) # doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE
     [(('elephant', <KeywordWrapAlphabet.from_last: 2>, 0), -52.834575011...), 
     (('elephant', <KeywordWrapAlphabet.from_largest: 3>, 0), -52.834575011...)]
     """
+    if wordlist is None:
+        wordlist = keywords
+
     with multiprocessing.Pool() as pool:
         helper_args = [(message, word, wrap, period, fitness)
                        for word in wordlist
index 1bab0e0d3e78fda786487c1798d3cc5d2b458750..00c4ba14343b6b019179180d1053c10683682b55 100644 (file)
@@ -1,3 +1,20 @@
+"""A simulator for Bombe machines.
+
+See `szyfrow.enigma.Enigma` for an implementation of the Enigma to create 
+messages.
+
+There is a good explanation of [how the bombe worked](http://www.ellsbury.com/enigmabombe.htm) 
+by Graham Ellsbury.
+
+In this implementation, there are *banks* of wires (what Ellsbury refers to
+as "cables"), one bank for each position that appears in the menu. A bank 
+comprises 26 wires, represented as a `dict` of `bool`s, depending on whether
+that wire is live ("energised") or not.
+
+The menu, derived from the crib, determines how the scramblers connect the 
+banks. A `Connection` represents this.
+"""
+
 import string
 import collections
 import multiprocessing
@@ -6,25 +23,46 @@ import logging
 
 from szyfrow.enigma import *
 
-
-##################################
-# # Bombe
-##################################
-#
-# Good explanation of [how the bombe worked](http://www.ellsbury.com/enigmabombe.htm) by Graham Ellsbury
-#
+__pdoc__ = {}
 
 Signal = collections.namedtuple('Signal', ['bank', 'wire'])
+__pdoc__['Signal'] = """Current propogation through the Bombe indicates that
+this wire in this bank is live, and the effects need to be proogated further
+through the machine.
+"""
+__pdoc__['Signal.bank'] = """The bank of a signal."""
+__pdoc__['Signal.wire'] = """The wire of a signal."""
+
 Connection = collections.namedtuple('Connection', ['banks', 'scrambler'])
+__pdoc__['Connection'] = """A connection between banks made by a particular
+scrambler (the scrambler state given by its position in the crib).
+"""
+__pdoc__['Connection.banks'] = """A list of two items, holding the bnaks of 
+a connection."""
+__pdoc__['Connection.scrambler'] = """The bnaks of a connection."""
+
+
 MenuItem = collections.namedtuple('MenuIem', ['before', 'after', 'number'])
+__pdoc__['MenuItem'] = """One item in the menu, derived from the crib.
+"""
+__pdoc__['MenuItem.before'] = "The letter before the transform (plaintext)."
+__pdoc__['MenuItem.after'] = "The letter after the transform (ciphertext)."
+__pdoc__['MenuItem.number'] = "The position of this item in the menu."
 
 
 def make_menu(plaintext, ciphertext):
+    """Create a menu from a crib: a given plaintext and ciphertext.
+
+    No validation is done to ensure that this is a viable crib (e.g. no 
+    checking for length, no checking that a letter is enciphered to itself).
+    """
     return [MenuItem(p, c, i+1) 
             for i, (p, c) in enumerate(zip(plaintext, ciphertext))]
 
 
 class Scrambler(object):
+    """A scrambler is a collection of three `szyfrow.enigma.SimpleWheel`s.
+    """
     def __init__(self, wheel1_spec, wheel2_spec, wheel3_spec, reflector_spec,
                  wheel1_pos='a', wheel2_pos='a', wheel3_pos='a'):
         self.wheel1 = SimpleWheel(wheel1_spec, position=wheel1_pos)
@@ -32,6 +70,10 @@ class Scrambler(object):
         self.wheel3 = SimpleWheel(wheel3_spec, position=wheel3_pos)
         self.reflector = Reflector(reflector_spec)
     
+    __pdoc__['Scrambler.wheel_positions'] = """Return a 3-tuple of the wheel
+    positions (as numbers)"""
+    __pdoc__['Scrambler.wheel_positions_l'] = """Return a 3-tuple of the wheel
+    positions (as letters)"""
     def __getattribute__(self, name):
         if name=='wheel_positions':
             return self.wheel1.position, self.wheel2.position, self.wheel3.position 
@@ -41,11 +83,16 @@ class Scrambler(object):
             return object.__getattribute__(self, name)
     
     def advance(self, wheel1=False, wheel2=False, wheel3=True):
+        """Advance some wheels of a scrambler.
+        """
         if wheel1: self.wheel1.advance()
         if wheel2: self.wheel2.advance()
         if wheel3: self.wheel3.advance()
             
     def lookup(self, letter):
+        """Lookup the decipherment of a letter, given a particular scrambler
+        orientation.
+        """
         a = self.wheel3.forward(letter)
         b = self.wheel2.forward(a)
         c = self.wheel1.forward(b)
@@ -56,12 +103,28 @@ class Scrambler(object):
         return g
     
     def set_positions(self, wheel1_pos, wheel2_pos, wheel3_pos):
+        """Set the positions of a scrambler's wheels.
+        """
         self.wheel1.set_position(wheel1_pos)
         self.wheel2.set_position(wheel2_pos)
         self.wheel3.set_position(wheel3_pos)        
 
 
 class Bombe(object):
+    """An entire Bombe machine.
+
+    This specifies the pattern of the wheels and reflectors used. The 
+    scramblers are connected and wired up according the to the specification
+    given by the menu. 
+
+    Bombe objects are callable. Calling a Bombe (with the starting scrambler 
+    positions) calls the `test` method and  returns the pair of 
+    `start_positions` and the result of `test`.
+
+    Bombe objects have attributes `wheel_positions` and `wheel_positions_l`, 
+    which return the results of the scramblers' `Scrambler.wheel_positions` 
+    and `Scrambler.wheel_positions_l`.
+    """
     
     def __init__(self, wheel1_spec, wheel2_spec, wheel3_spec, reflector_spec,
                 menu=None, start_signal=None, use_diagonal_board=True, 
@@ -78,6 +141,10 @@ class Bombe(object):
         self.use_diagonal_board = use_diagonal_board
         self.verify_plugboard = verify_plugboard
         
+    __pdoc__['Bombe.wheel_positions'] = """Return a 3-tuple of the wheel
+    positions (as numbers)"""
+    __pdoc__['Bomb3.wheel_positions_l'] = """Return a 3-tuple of the wheel
+    positions (as letters)"""
     def __getattribute__(self, name):
         if name=='wheel_positions':
             return self.connections[0].scrambler.wheel_positions
@@ -93,9 +160,15 @@ class Bombe(object):
             verify_plugboard=self.verify_plugboard)
         
     def add_connection(self, bank_before, bank_after, scrambler):
+        """Create a new connection between banks.
+        """
         self.connections += [Connection([bank_before, bank_after], scrambler)]
         
     def read_menu(self, menu):
+        """Read a menu, creating one scrambler for each element of the menu 
+        and setting up the connections it implies. Also defines the most 
+        common letter in the menu's plaintext as the default letter to start 
+        testing with."""
         self.connections = []
         for item in menu:
             scrambler = Scrambler(self.wheel1_spec, self.wheel2_spec, self.wheel3_spec,
@@ -107,13 +180,29 @@ class Bombe(object):
         self.test_start = Signal(most_common_letter, most_common_letter)
         
     def set_positions(self, wheel1_pos, wheel2_pos, wheel3_pos):
+        """Set positions of all scramblers. The first scrambler will be set
+        to the specified positions. The second scrambler will have its
+        third wheel advanced one position; the third scramber will have its
+        third wheel advanced two positios; and so on. Not that the first and
+        second wheels of the scramblers are never advanced in setup."""
         for i, c in enumerate(self.connections):
             c.scrambler.set_positions(wheel1_pos, wheel2_pos, unpos(pos(wheel3_pos) + i))
     
     def test(self, initial_signal=None, start_positions=None, use_diagonal_board=True,
             verify_plugboard=True):
+        """Test a scrambler setting. It creates a signal (held in 
+        `self.pending`) on the `initial_signal` wire then uses 
+        `Bombe.propagate` to propagate the signal across the Bombe. 
+
+        Returns a Boolean recording if this scrambler setting with
+        this signal is a "stop" (potential valid scrambler setting).
+
+        * If `initial_signal` is `None`, use the default starting signal set in
+          `Bombe.read_menu`
+        * If `start_positions` is `None`, use the existing scramber positions."""
         self.banks = {label: 
-                      dict(zip(string.ascii_lowercase, [False]*len(string.ascii_lowercase)))
+                      dict(zip(string.ascii_lowercase, 
+                        [False]*len(string.ascii_lowercase)))
                       for label in string.ascii_lowercase}
         if start_positions:
             self.set_positions(*start_positions)
@@ -127,13 +216,23 @@ class Bombe(object):
         if live_wire_count < 26:
             if verify_plugboard:
                 possibles = self.possible_plugboards()
-                return all(s0.isdisjoint(s1) for s0 in possibles for s1 in possibles if s0 != s1)
+                return all(s0.isdisjoint(s1) 
+                           for s0 in possibles 
+                           for s1 in possibles 
+                           if s0 != s1)
             else:
                 return True
         else:
             return False
         
     def propagate(self, use_diagonal_board):
+        """Propagate a signal through the Bombe. Uses `self.pending` as an 
+        agenda for a breadth-first search. Each element on the agenda represents 
+        a particular wire in a bank that is being "energised" (set to `True`).
+        The first element in the agenda is removed, the wire/bank is set, 
+        then all connected wire/banks are added to the `self.pending`
+        agenda.
+        """
         while self.pending:
             current = self.pending[0]
             # print("processing", current)
@@ -149,7 +248,13 @@ class Bombe(object):
                         # print("  adding", other_bank, other_wire, "because", c.banks)
                         self.pending += [Signal(other_bank, other_wire)]
     
-    def run(self, run_start=None, wheel1_pos='a', wheel2_pos='a', wheel3_pos='a', use_diagonal_board=True):
+    def run(self, run_start=None, wheel1_pos='a', wheel2_pos='a', wheel3_pos='a', 
+        use_diagonal_board=True):
+        """Run a Bombe after setup with a menu, by trying all scramber 
+        positions. For each scrambler position, `Bombe.test` is run. If the 
+        test is successful, the scrambler positiions are added to `self.solutions`.
+        `self.Solutions` is returned.
+        """
         if not run_start:
             run_start = self.test_start
         self.solutions = []
@@ -167,6 +272,9 @@ class Bombe(object):
         return self.solutions
     
     def possible_plugboards(self):
+        """Given a Bombe after a `Bombe.test` has been performed, determine
+        what plugboard settings can be derived from the solution.
+        """
         possibles = set()
         for b in self.banks:
             active = [w for w in self.banks[b] if self.banks[b][w]]
@@ -181,6 +289,9 @@ class Bombe(object):
 def run_multi_bombe(wheel1_spec, wheel2_spec, wheel3_spec, reflector_spec, menu,
                     start_signal=None, use_diagonal_board=True, 
                     verify_plugboard=True):
+    """Run a Bombe solution, spreading the load across multiple CPU cores.
+    Similar to `Bombe.run` in effects, but quicker on a multi-core machine.
+    """
     allwheels = itertools.product(string.ascii_lowercase, repeat=3)
 
     with multiprocessing.Pool() as pool:
index b0a013858034bd784de5f3487525e5eef1b93db8..f466749d4f092c2bf1cd8a747c978686dc7558bc 100644 (file)
@@ -1,8 +1,72 @@
+"""Enciphering and deciphering using the [Cadenus cipher](https://www.thonky.com/kryptos/cadenus-cipher). 
+Also attempts to break messages that use a Cadenus cipher.
+
+The plaintext is written out in a grid, with one column per letter of the 
+keyword. The plaintext is written out left to right in rows. The plaintext 
+needs to fill 25 rows: if it is shorter, the text is padded; if longer, it is
+broken into 25-row chunks.
+
+For instance, the 100 letter chunk:
+
+> Whoever has made a voyage up the Hudson must remember the Kaatskill mountains. 
+> They are a dismembered branch of the great
+
+and the keyword "wink" would written out as the leftmost grid below.
+
+The columns are then rotated according to the _keycolumn_. For each column, the
+keyword letter in that column is found in the keycolumn. This identifies a 
+specific row in the grid. That column only is rotated upwards until the selected
+row is at the top of the column. Each column is rotated independently, according
+to its keyword letter.
+
+For instance, the middle grid below is formed from the leftmost grid by 
+rotating the first column up four positions, the second column up 17 positions,
+and so on. (The letters chosen to head the new colums are capitalised in the
+leftmost grid.)
+
+Finally, each row is transposed given the alphabetic order of the keyword (as
+seen in the rightmost grid below).
+
+The ciphertext is read out in rows, starting with the now-leftmost column. For
+the example, the ciphertext would be 
+
+> antodeleeeuhrsidrbhmhdrrhnimefmthgeaetakseomehetyaasuvoyegrastmmuuaeenabbtpchehtarorikswosmvaleatned'
+
+```
+w i n k         w i n k    i k n w
+-------         -------    -------
+w h o e    a    o a t n    a n t o
+v e r h    z    e d l e    d e l e
+a s m a    y    h e u e    e e u h
+d e a v    x    d r i s    r s i d
+O y a g    vw   m r h b    r b h m
+e u p t    u    r h r d    h d r r
+h e h u    t    m h i n    h n i m
+d s o n    s    t e m f    e f m t
+m u s t    r    a h e g    h g e a
+r e m e    q    k e a t    e t a k
+m b e r    p    m s o e    s e o m
+t h e k    o    t e e h    e h e t
+a a T s    n    s y a a    y a a s
+k i l l    m    y u o v    u v o y
+m o u n    l    a e r g    e g r a
+t a i N    k    m s m t    s t m m
+s t h e    j    e u a u    u u a e
+y A r e    i    b e a n    e n a b
+a d i s    h    c b p t    b t p c
+m e m b    g    t h h e    h e h t
+e r e d    f    r a o r    a r o r
+b r a n    e    w i s k    i k s w
+c h o f    d    v o m s    o s m v
+t h e g    c    a a e l    a l e a
+r e a t    b    d t e n    t n e d
+```
+
+"""
 from itertools import chain
 import multiprocessing
 from szyfrow.support.utilities import *
 from szyfrow.support.language_models import *
-from szyfrow.column_transposition import transpositions_of
 
 
 def make_cadenus_keycolumn(doubled_letters = 'vw', start='a', reverse=False):
@@ -101,8 +165,17 @@ def cadenus_decipher(message, keyword, keycolumn, fillvalue='a'):
     
 
 
-def cadenus_break(message, wordlist=keywords
+def cadenus_break(message, wordlist=None
     doubled_letters='vw', fitness=Pbigrams):
+    """Breaks a Cadenus cipher using a dictionary and
+    frequency analysis
+
+    If `wordlist` is not specified, use 
+    [`szyfrow.support.langauge_models.keywords`](support/language_models.html#szyfrow.support.language_models.keywords).
+    """
+    if wordlist is None:
+        wordlist = keywords
+
     # c = make_cadenus_keycolumn(reverse=True)
     # valid_words = [w for w in wordlist
     #     if len(transpositions_of(w)) == len(message) // 25]
index fbfe05086ec85e492f07ef5b4b1d665d0c75a55c..910ada2f456639160adad6ec4cbf3ad4e08ae567 100644 (file)
@@ -1,8 +1,20 @@
+"""Enciphering and deciphering using the [Caesar cipher](https://en.wikipedia.org/wiki/Caesar_cipher). 
+Also attempts to break messages that use a Caesar cipher.
+
+The Caesar cipher operates one letter at a time. It converts each letter to a 
+number, then enciphers that number by adding the key. The result is taken mod 
+26 and converted back into a letter.
+
+"""
+
 from szyfrow.support.utilities import *
 from szyfrow.support.language_models import *
 
 def caesar_encipher_letter(accented_letter, shift):
-    """Encipher a letter, given a shift amount
+    """Encipher a letter, given a shift amount.
+
+    Accented version of latin letters (such as é and ö) are converted to their
+    non-accented versions before encryption.
 
     >>> caesar_encipher_letter('a', 1)
     'b'
@@ -91,6 +103,9 @@ def caesar_decipher(message, shift):
 def caesar_break(message, fitness=Pletters):
     """Breaks a Caesar cipher using frequency analysis
 
+    It tries all possible keys, scores the fitness of the text decipherd with 
+    each key, and returns the key that produces the most fit deciphered text.
+
     >>> caesar_break('ibxcsyorsaqcheyklxivoexlevmrimwxsfiqevvmihrsasrxliwyrh' \
           'ecjsppsamrkwleppfmergefifvmhixscsymjcsyqeoixlm') # doctest: +ELLIPSIS
     (4, -130.849989015...)
index 6d6fe687810925f990b6b1527fac29860cf0b6a5..687fe873fa8aecbddbebe8b5314ca7606e32daeb 100644 (file)
@@ -1,55 +1,27 @@
+"""Enciphering and deciphering using the [Column transposition cipher](https://en.wikipedia.org/wiki/Bifid_cipher). 
+Also attempts to break messages that use a column transpositon cipher.
+
+A grid is layed out, with one column for each distinct letter in the keyword.
+The grid is filled by the plaintext, one letter per cell, either in rows or
+columns. The columns are rearranged so the keyword's letters are in alphabetical
+order, then the ciphertext is read from the rearranged grid, either in rows
+or columns. 
+
+The Scytale cipher is a column cipher with an identity transposition, where the 
+message is written in rows and read in columns. 
+
+Messages that do not fill the grid are padded with fillvalue. Note that 
+`szyfrow.support.utilities.pad` allows a callable, so that the message can be 
+padded by random letters, for instance by calling 
+`szyfrow.support.language_models.random_english_letter`.
+"""
+
 import math
 import multiprocessing 
 from itertools import chain
 from szyfrow.support.utilities import *
 from szyfrow.support.language_models import *
 
-# def transpositions_of(keyword):
-#     """Finds the transpostions given by a keyword. For instance, the keyword
-#     'clever' rearranges to 'celrv', so the first column (0) stays first, the
-#     second column (1) moves to third, the third column (2) moves to second, 
-#     and so on.
-
-#     If passed a tuple, assume it's already a transposition and just return it.
-
-#     >>> transpositions_of('clever')
-#     (0, 2, 1, 4, 3)
-#     >>> transpositions_of('fred')
-#     (3, 2, 0, 1)
-#     >>> transpositions_of((3, 2, 0, 1))
-#     (3, 2, 0, 1)
-#     """
-#     if isinstance(keyword, tuple):
-#         return keyword
-#     else:
-#         key = deduplicate(keyword)
-#         transpositions = tuple(key.index(l) for l in sorted(key))
-#         return transpositions
-
-
-# transpositions = collections.defaultdict(list)
-# for word in keywords:
-#     transpositions[transpositions_of(word)] += [word]
-
-
-# def pad(message_len, group_len, fillvalue):
-#     """Return the padding needed to extend a message to a multiple of group_len
-#     in length.
-
-#     fillvalue can be a function or a literal value. If a function, it is called
-#     once for each padded character. Use this will fillvalue=random_english_letter
-#     to pad a message with random letters.
-#     """
-#     padding_length = group_len - message_len % group_len
-#     if padding_length == group_len: padding_length = 0
-#     padding = ''
-#     for i in range(padding_length):
-#         if callable(fillvalue):
-#             padding += fillvalue()
-#         else:
-#             padding += fillvalue
-#     return padding
-
 def column_transposition_encipher(message, keyword, fillvalue=' ', 
       fillcolumnwise=False,
       emptycolumnwise=False):
@@ -105,6 +77,10 @@ def column_transposition_decipher(message, keyword, fillvalue=' ',
     """Deciphers using the column transposition cipher.
     Message is padded to allow all rows to be the same length.
 
+    Note that `fillcolumnwise` and `emptycolumnwise` refer to how the message
+    is enciphered. To decipher a message, the operations are performed as an 
+    inverse-empty, then inverse-transposition, then inverse-fill.
+
     >>> column_transposition_decipher('hellothere', 'abcde', fillcolumnwise=True, emptycolumnwise=True)
     'hellothere'
     >>> column_transposition_decipher('hlohreltee', 'abcde', fillcolumnwise=True, emptycolumnwise=False)
@@ -135,9 +111,15 @@ def column_transposition_decipher(message, keyword, fillvalue=' ',
         return cat(chain(*untransposed))
 
 def scytale_encipher(message, rows, fillvalue=' '):
-    """Enciphers using the scytale transposition cipher.
+    """Enciphers using the scytale transposition cipher. `rows` is the 
+    circumference of the rod. The message is fitted inot columns so that
+    all rows are used.
+    
     Message is padded with spaces to allow all rows to be the same length.
 
+    For ease of implementation, the cipher is performed on the transpose
+    of the grid
+
     >>> scytale_encipher('thequickbrownfox', 3)
     'tcnhkfeboqrxuo iw '
     >>> scytale_encipher('thequickbrownfox', 4)
@@ -179,15 +161,18 @@ def scytale_decipher(message, rows):
         fillcolumnwise=True, emptycolumnwise=False)
 
 
-def column_transposition_break_mp(message, translist=transpositions,
+def column_transposition_break(message, translist=None,
                                   fitness=Pbigrams, chunksize=500):
     """Breaks a column transposition cipher using a dictionary and
     n-gram frequency analysis
 
+    If `translist` is not specified, use 
+    [`szyfrow.support.langauge_models.transpositions`](support/language_models.html#szyfrow.support.language_models.transpositions).
+
     >>> len(keywords)
     20
 
-    >>> column_transposition_break_mp(column_transposition_encipher(sanitise( \
+    >>> column_transposition_break(column_transposition_encipher(sanitise( \
             "It is a truth universally acknowledged, that a single man in \
              possession of a good fortune, must be in want of a wife. However \
              little known the feelings or views of such a man may be on his \
@@ -199,7 +184,7 @@ def column_transposition_break_mp(message, translist=transpositions,
                    (5, 0, 6, 1, 3, 4, 2): ['fourteen'], \
                    (6, 1, 0, 4, 5, 3, 2): ['keyword']}) # doctest: +ELLIPSIS
     (((2, 0, 5, 3, 1, 4, 6), False, False), -709.4646722...)
-    >>> column_transposition_break_mp(column_transposition_encipher(sanitise( \
+    >>> column_transposition_break(column_transposition_encipher(sanitise( \
             "It is a truth universally acknowledged, that a single man in \
              possession of a good fortune, must be in want of a wife. However \
              little known the feelings or views of such a man may be on his \
@@ -213,6 +198,9 @@ def column_transposition_break_mp(message, translist=transpositions,
         fitness=Ptrigrams) # doctest: +ELLIPSIS
     (((2, 0, 5, 3, 1, 4, 6), False, False), -997.0129085...)
     """
+    if translist is None:
+        translist = transpositions
+
     with multiprocessing.Pool() as pool:
         helper_args = [(message, trans, fillcolumnwise, emptycolumnwise,
                         fitness)
@@ -224,7 +212,6 @@ def column_transposition_break_mp(message, translist=transpositions,
         breaks = pool.starmap(column_transposition_break_worker,
                               helper_args, chunksize) 
         return max(breaks, key=lambda k: k[1])
-column_transposition_break = column_transposition_break_mp
 
 def column_transposition_break_worker(message, transposition,
         fillcolumnwise, emptycolumnwise, fitness):
@@ -234,12 +221,12 @@ def column_transposition_break_worker(message, transposition,
     return (transposition, fillcolumnwise, emptycolumnwise), fit
 
 
-def scytale_break_mp(message, max_key_length=20,
+def scytale_break(message, max_key_length=20,
                      fitness=Pbigrams, chunksize=500):
     """Breaks a scytale cipher using a range of lengths and
     n-gram frequency analysis
 
-    >>> scytale_break_mp(scytale_encipher(sanitise( \
+    >>> scytale_break(scytale_encipher(sanitise( \
             "It is a truth universally acknowledged, that a single man in \
              possession of a good fortune, must be in want of a wife. However \
              little known the feelings or views of such a man may be on his \
@@ -248,7 +235,7 @@ def scytale_break_mp(message, max_key_length=20,
              rightful property of some one or other of their daughters."), \
         5)) # doctest: +ELLIPSIS
     (5, -709.4646722...)
-    >>> scytale_break_mp(scytale_encipher(sanitise( \
+    >>> scytale_break(scytale_encipher(sanitise( \
             "It is a truth universally acknowledged, that a single man in \
              possession of a good fortune, must be in want of a wife. However \
              little known the feelings or views of such a man may be on his \
@@ -270,7 +257,6 @@ def scytale_break_mp(message, max_key_length=20,
                               helper_args, chunksize)
         best = max(breaks, key=lambda k: k[1])
         return math.trunc(len(message) / len(best[0][0])), best[1]
-scytale_break = scytale_break_mp
 
 if __name__ == "__main__":
     import doctest
\ No newline at end of file
index daec253af300f6e39e23288b9609f781f1c97322..2caa397c53c82ad9768f8b950f0d273e7554cb7f 100644 (file)
@@ -1,37 +1,37 @@
+"""A simulator for Enigma machines.
 
-# coding: utf-8
+See `szyfrow.bombe.Bombe` for an implementation of the Bombe to break Enigma
+messages.
 
-##################################
-# # Enigma machine
-##################################
-# Specification from [Codes and Ciphers](http://www.codesandciphers.org.uk/enigma/rotorspec.htm) page.
-# 
-# Example Enigma machines from [Louise Dale](http://enigma.louisedade.co.uk/enigma.html) (full simulation) and [EnigmaCo](http://enigmaco.de/enigma/enigma.html) (good animation of the wheels, but no ring settings).
-# 
-# There's also the nice Enigma simulator for Android by [Franklin Heath](https://franklinheath.co.uk/2012/02/04/our-first-app-published-enigma-simulator/), available on the [Google Play store](https://play.google.com/store/apps/details?id=uk.co.franklinheath.enigmasim&hl=en_GB).
+Specification from [Codes and Ciphers](http://www.codesandciphers.org.uk/enigma/rotorspec.htm) page.
 
+Example Enigma machines from [Louise Dale](http://enigma.louisedade.co.uk/enigma.html) (full simulation) and [EnigmaCo](http://enigmaco.de/enigma/enigma.html) (good animation of the wheels, but no ring settings).
 
+There's also the nice Enigma simulator for Android by [Franklin Heath](https://franklinheath.co.uk/2012/02/04/our-first-app-published-enigma-simulator/), available on the [Google Play store](https://play.google.com/store/apps/details?id=uk.co.franklinheath.enigmasim&hl=en_GB).
+"""
 
 import string
 import collections
 import multiprocessing
 import itertools
 
-# Some convenience functions
+from szyfrow.support.utilities import *
 
-cat = ''.join
+# # Some convenience functions
 
-def clean(text): return cat(l.lower() for l in text if l in string.ascii_letters)
+# cat = ''.join
 
-def pos(letter): 
-    if letter in string.ascii_lowercase:
-        return ord(letter) - ord('a')
-    elif letter in string.ascii_uppercase:
-        return ord(letter) - ord('A')
-    else:
-        return ''
+# def clean(text): return cat(l.lower() for l in text if l in string.ascii_letters)
+
+# def pos(letter): 
+#     if letter in string.ascii_lowercase:
+#         return ord(letter) - ord('a')
+#     elif letter in string.ascii_uppercase:
+#         return ord(letter) - ord('A')
+#     else:
+#         return ''
     
-def unpos(number): return chr(number % 26 + ord('a'))
+def unpos(number): return chr(number % 26 + ord('a'))
 
 
 wheel_i_spec = 'ekmflgdqvzntowyhxuspaibrcj'
@@ -63,8 +63,16 @@ class LetterTransformer(object):
     """A generic substitution cipher, that has different transforms in the 
     forward and backward directions. It requires that the transforms for all
     letters by provided.
+
+    A `transform` is a list of letter pairs, like `[('a', 'b'), ('c', 'd')]`.
+    That would say that, in the forward direction `a` goes to `b` and 
+    `c` goes to `d`. In the backward direction, `b` goes to `a` and `d` goes
+    to `c`. 
     """
     def __init__(self, specification, raw_transform=False):
+        """Validate and create a new transformer. The transform is parsed by
+        `LetterTransformer.parse_specification` unless `raw_transform` is `True`
+        """
         if raw_transform:
             transform = specification
         else:
@@ -73,11 +81,17 @@ class LetterTransformer(object):
         self.make_transform_map(transform)
     
     def parse_specification(self, specification):
-        return list(zip(string.ascii_lowercase, clean(specification)))
+        """Turn a `specification` string into a transform, by zipping it
+        with ASCII lowercase letters to generate the pairs. This assumes that
+        the `specification` defines the destination of the forward transform.
+        """
+        return list(zip(string.ascii_lowercase, sanitise(specification)))
         # return specification
     
     def validate_transform(self, transform):
-        """A set of pairs, of from-to"""
+        """Checks that a transform is valid (every letter is mapped to 
+        exactly one other letter, in both directions).
+        """
         if len(transform) != 26:
             raise ValueError("Transform specification has {} pairs, requires 26".
                 format(len(transform)))
@@ -91,10 +105,16 @@ class LetterTransformer(object):
             raise ValueError("Transform specification must list 26 destination letters") 
 
     def make_empty_transform(self):
+        """An empty transform is one that maps every letter to 'a'.
+        """
         self.forward_map = [0] * 26
         self.backward_map = [0] * 26
             
     def make_transform_map(self, transform):
+        """Create `forward_map` and `backward_map` from `transform`. The maps
+        work on letter positions, not letter values. This makes the arithmetic
+        for wheels much easier.
+        """
         self.make_empty_transform()
         for p in transform:
             self.forward_map[pos(p[0])] = pos(p[1])
@@ -102,12 +122,16 @@ class LetterTransformer(object):
         return self.forward_map, self.backward_map
     
     def forward(self, letter):
+        """Apply a map in the forward direction.
+        """
         if letter in string.ascii_lowercase:
             return unpos(self.forward_map[pos(letter)])
         else:
             return ''
                 
     def backward(self, letter):
+        """Apply a map in the backward direction.
+        """
         if letter in string.ascii_lowercase:
             return unpos(self.backward_map[pos(letter)])
         else:
@@ -119,21 +143,32 @@ class Plugboard(LetterTransformer):
     transforms are the same. If a letter isn't explicitly transformed, it is 
     kept as it is.
     """
+
     def parse_specification(self, specification):
-        return [tuple(clean(p)) for p in specification.split()]
+        """Convert a specification into a transform. The specification is
+        given as a list of letter pairs.
+        """
+        return [tuple(sanitise(p)) for p in specification.split()]
     
     def validate_transform(self, transform):
-        """A set of pairs, of from-to"""
+        """A set of pairs, of from-to. Does not require all 26 letters
+        are in the transform.
+        """
         for p in transform:
             if len(p) != 2:
                 raise ValueError("Not all mappings in transform"
                     "have two elements")
     
     def make_empty_transform(self):
+        """An empty transform maps every letter to itself.
+        """
         self.forward_map = list(range(26))
         self.backward_map = list(range(26))
         
     def make_transform_map(self, transform):
+        """Makes the maps for a plugboard. Ensures that if the pair ('a', 'b')
+        is in the specification, the pair ('b', 'a') is also present.
+        """
         expanded_transform = transform + [tuple(reversed(p)) for p in transform]
         return super(Plugboard, self).make_transform_map(expanded_transform)
 
@@ -142,6 +177,8 @@ class Plugboard(LetterTransformer):
 
 class Reflector(Plugboard):
     """A reflector is a plugboard that requires 13 transforms.
+    The 'plugboard' superclass ensures that all 13 transforms are also applied
+    in reverse, making 26 transforms in all.
     """
     def validate_transform(self, transform):
         if len(transform) != 13:
@@ -169,7 +206,7 @@ class SimpleWheel(LetterTransformer):
 
     Letter inputs and outputs are given relative to the frame holding the wheel,
     so if the wheel is advanced three places, an input of 'p' will enter the 
-    wheel on the position under the wheel's 'q' label.
+    wheel on the position under the wheel's 's' label.
     """
     def __init__(self, transform, position='a', raw_transform=False):
         super(SimpleWheel, self).__init__(transform, raw_transform)
@@ -182,25 +219,34 @@ class SimpleWheel(LetterTransformer):
             return object.__getattribute__(self, name)
     
     def set_position(self, position):
+        """Sets a wheel's position. If the `position` is a string, convert it
+        to a number and set the position.
+        """
         if isinstance(position, str):
-            # self.position = ord(position) - ord('a')
             self.position = pos(position)
         else:
             self.position = position
     
     def forward(self, letter):
+        """Give the transformed letter in the forward direction, accounting
+        for the position of the wheel.
+        """
         if letter in string.ascii_lowercase:
             return unpos((self.forward_map[(pos(letter) + self.position) % 26] - self.position))
         else:
             return ''
                 
     def backward(self, letter):
+        """Give the transformed letter in the backward direction, accounting
+        for the position of the wheel.
+        """
         if letter in string.ascii_lowercase:
             return unpos((self.backward_map[(pos(letter) + self.position) % 26] - self.position))
         else:
             return ''
         
     def advance(self):
+        """Advance a wheel one position."""
         self.position = (self.position + 1) % 26
 
 
@@ -223,12 +269,13 @@ class Wheel(SimpleWheel):
 
     The notch_positions are the number of advances of this wheel before it will 
     advance the next wheel.
-
     """
-    def __init__(self, transform, ring_notch_letters, ring_setting=1, position='a', raw_transform=False):
+    def __init__(self, transform, ring_notch_letters, ring_setting=1, 
+            position='a', raw_transform=False):
         self.ring_notch_letters = ring_notch_letters
         self.ring_setting = ring_setting
-        super(Wheel, self).__init__(transform, position=position, raw_transform=raw_transform)
+        super(Wheel, self).__init__(transform, position=position, 
+            raw_transform=raw_transform)
         self.set_position(position)
         
     def __getattribute__(self,name):
@@ -247,6 +294,8 @@ class Wheel(SimpleWheel):
         self.notch_positions = [(self.position + self.ring_setting - 1 - pos(p)) % 26  for p in self.ring_notch_letters]
         
     def advance(self):
+        """Advance a wheel's core, then advance the ring position to match.
+        """
         super(Wheel, self).advance()
         self.notch_positions = [(p + 1) % 26 for p in self.notch_positions]
         return self.position
@@ -264,27 +313,44 @@ class Enigma(object):
                  left_ring_setting, middle_ring_setting, right_ring_setting,
                  plugboard_setting):
         self.reflector = Reflector(reflector_spec)
-        self.left_wheel = Wheel(left_wheel_spec, left_wheel_notches, ring_setting=left_ring_setting)
-        self.middle_wheel = Wheel(middle_wheel_spec, middle_wheel_notches, ring_setting=middle_ring_setting)
-        self.right_wheel = Wheel(right_wheel_spec, right_wheel_notches, ring_setting=right_ring_setting)
+        self.left_wheel = Wheel(left_wheel_spec, left_wheel_notches, 
+            ring_setting=left_ring_setting)
+        self.middle_wheel = Wheel(middle_wheel_spec, middle_wheel_notches, 
+            ring_setting=middle_ring_setting)
+        self.right_wheel = Wheel(right_wheel_spec, right_wheel_notches, 
+            ring_setting=right_ring_setting)
         self.plugboard = Plugboard(plugboard_setting)
         
     def __getattribute__(self,name):
         if name=='wheel_positions':
-            return self.left_wheel.position, self.middle_wheel.position, self.right_wheel.position 
+            return (self.left_wheel.position, 
+                    self.middle_wheel.position, 
+                    self.right_wheel.position
+                    )
         elif name=='wheel_positions_l':
-            return self.left_wheel.position_l, self.middle_wheel.position_l, self.right_wheel.position_l 
+            return (self.left_wheel.position_l, 
+                    self.middle_wheel.position_l, 
+                    self.right_wheel.position_l
+                    )
         elif name=='notch_positions':
-            return self.left_wheel.notch_positions, self.middle_wheel.notch_positions, self.right_wheel.notch_positions
+            return (self.left_wheel.notch_positions, 
+                    self.middle_wheel.notch_positions, 
+                    self.right_wheel.notch_positions
+                    )
         else:
             return object.__getattribute__(self, name)
 
-    def set_wheels(self, left_wheel_position, middle_wheel_position, right_wheel_position):
+    def set_wheels(self, left_wheel_position, middle_wheel_position, 
+            right_wheel_position):
+        """Set the Enigma's wheels to the specified positions.
+        """
         self.left_wheel.set_position(left_wheel_position)
         self.middle_wheel.set_position(middle_wheel_position)
         self.right_wheel.set_position(right_wheel_position)
         
     def lookup(self, letter):
+        """Lookup the enciphering of a letter, without advancing any wheels
+        """
         a = self.plugboard.forward(letter)
         b = self.right_wheel.forward(a)
         c = self.middle_wheel.forward(b)
@@ -297,6 +363,10 @@ class Enigma(object):
         return i
     
     def advance(self):
+        """Advance the Enigma's wheels one step. The right wheel always
+        advances. The middle and right wheels may advance if the notches
+        line up correctly.
+        """
         advance_middle = False
         advance_left = False
         if 0 in self.right_wheel.notch_positions:
@@ -309,12 +379,16 @@ class Enigma(object):
         if advance_left: self.left_wheel.advance()
             
     def encipher_letter(self, letter):
+        """Encipher a letter. Advance the Enigma machine, then lookup the
+        encryption of a letter.
+        """
         self.advance()
         return self.lookup(letter)
     
     def encipher(self, message):
+        """Encipher a message."""
         enciphered = ''
-        for letter in clean(message):
+        for letter in sanitise(message):
             enciphered += self.encipher_letter(letter)
         return enciphered
 
index 446c6c42076d73f15739cd2346a6181b8da4d4ca..22d2607a6da748c38f4ec24377bb849f263678cb 100644 (file)
@@ -1,5 +1,7 @@
+"""Monoalphabetic substitution ciphers, mainly done by keyword. Enciphering
+and deciphering, and a couple of ways to break these ciphers.
+"""
 from enum import Enum
-# from itertools import starmap
 import multiprocessing
 import math
 from szyfrow.support.utilities import *
@@ -7,6 +9,14 @@ from szyfrow.support.language_models import *
 
 
 class KeywordWrapAlphabet(Enum):
+    """Ways to list the rest of the alphabet after use of a keyword.
+
+    * `from_a` : continue the alphabet from 'a': `bayescdfg...`
+    * `from_last`: continue from the last letter of the keyword: 
+        `bayestuvwxyzcdf...`
+    * `from_largest`: continue from the "largest" letter of the keyword:
+        `bayeszcdfg...`
+    """
     from_a = 1
     from_last = 2
     from_largest = 3
@@ -14,8 +24,9 @@ class KeywordWrapAlphabet(Enum):
 
 def keyword_cipher_alphabet_of(keyword, wrap_alphabet=KeywordWrapAlphabet.from_a):
     """Find the cipher alphabet given a keyword.
-    wrap_alphabet controls how the rest of the alphabet is added
-    after the keyword.
+
+    [`wrap_alphabet`](#szyfrow.keyword_cipher.KeywordWrapAlphabet) controls 
+    how the rest of the alphabet is added after the keyword.
 
     >>> keyword_cipher_alphabet_of('bayes')
     'bayescdfghijklmnopqrtuvwxz'
@@ -86,15 +97,21 @@ def keyword_decipher(message, keyword, wrap_alphabet=KeywordWrapAlphabet.from_a)
     return message.lower().translate(cipher_translation)
 
 
-def keyword_break(message, wordlist=keywords, fitness=Pletters):
+def keyword_break_single_thread(message, wordlist=None, fitness=Pletters):
     """Breaks a keyword substitution cipher using a dictionary and
     frequency analysis.
 
+    If `wordlist` is not specified, use 
+    [`szyfrow.support.langauge_models.keywords`](support/language_models.html#szyfrow.support.language_models.keywords).
+
     >>> keyword_break(keyword_encipher('this is a test message for the ' \
           'keyword decipherment', 'elephant', KeywordWrapAlphabet.from_last), \
           wordlist=['cat', 'elephant', 'kangaroo']) # doctest: +ELLIPSIS
     (('elephant', <KeywordWrapAlphabet.from_last: 2>), -52.834575011...)
     """
+    if wordlist is None:
+      wordlist = keywords
+
     best_keyword = ''
     best_wrap_alphabet = True
     best_fit = float("-inf")
@@ -108,10 +125,14 @@ def keyword_break(message, wordlist=keywords, fitness=Pletters):
                 best_wrap_alphabet = wrap_alphabet
     return (best_keyword, best_wrap_alphabet), best_fit
 
-def keyword_break_mp(message, wordlist=keywords, fitness=Pletters,
+def keyword_break(message, wordlist=None, fitness=Pletters,
                      number_of_solutions=1, chunksize=500):
     """Breaks a keyword substitution cipher using a dictionary and
-    frequency analysis
+    frequency analysis.
+
+    If `wordlist` is not specified, use 
+    [`szyfrow.support.langauge_models.keywords`](support/language_models.html#szyfrow.support.language_models.keywords).
+
 
     >>> keyword_break_mp(keyword_encipher('this is a test message for the ' \
           'keyword decipherment', 'elephant', KeywordWrapAlphabet.from_last), \
@@ -124,6 +145,9 @@ def keyword_break_mp(message, wordlist=keywords, fitness=Pletters,
     [(('elephant', <KeywordWrapAlphabet.from_last: 2>), -52.834575011...), 
     (('elephant', <KeywordWrapAlphabet.from_largest: 3>), -52.834575011...)]
     """
+    if wordlist is None:
+        wordlist = keywords
+
     with multiprocessing.Pool() as pool:
         helper_args = [(message, word, wrap, fitness)
                        for word in wordlist
@@ -142,12 +166,18 @@ def keyword_break_worker(message, keyword, wrap_alphabet, fitness):
     return (keyword, wrap_alphabet), fit
 
 
-def monoalphabetic_break_hillclimbing(message, 
+def monoalphabetic_break_hillclimbing_single(message, 
                               max_iterations=20000,
                               plain_alphabet=None, 
                               cipher_alphabet=None, 
                               swap_index_finder=None,
                               fitness=Pletters, chunksize=1):
+    """Break a monalphabetic substitution cipher using hillclimbing to
+    guess the keyword. Hillclimbing is done by using the simulated annealing
+    approach with a temperature of zero.
+
+    This version uses a single worker.
+    """
     return monoalphabetic_sa_break(message, 
                               workers=1, 
                               initial_temperature=0,
@@ -158,13 +188,19 @@ def monoalphabetic_break_hillclimbing(message,
                               fitness=fitness, chunksize=chunksize)
 
 
-def monoalphabetic_break_hillclimbing_mp(message, 
+def monoalphabetic_break_hillclimbing(message, 
                               workers=10, 
                               max_iterations=20000,
                               plain_alphabet=None, 
                               cipher_alphabet=None, 
                               swap_index_finder=None,
                               fitness=Pletters, chunksize=1):
+    """Break a monalphabetic substitution cipher using hillclimbing to
+    guess the keyword. Hillclimbing is done by using the simulated annealing
+    approach with a temperature of zero.
+
+    This version uses a several workers.
+    """
     return monoalphabetic_sa_break(message, 
                               workers=workers, 
                               initial_temperature=0,
@@ -176,9 +212,15 @@ def monoalphabetic_break_hillclimbing_mp(message,
 
 
 def gaussian_swap_index(a):
+    """Return an index to use as the partner of `a` in a swap. The partners
+    are drawn from a Gaussian distribution.
+    """
     return (a + int(random.gauss(0, 4))) % 26
 
 def uniform_swap_index(a):
+    """Return an index to use as the partner of `a` in a swap. The partners
+    are drawn from a uniform distribution.
+    """
     return random.randrange(26)
 
 def monoalphabetic_sa_break(message, workers=10, 
@@ -188,6 +230,14 @@ def monoalphabetic_sa_break(message, workers=10,
                               cipher_alphabet=None, 
                               swap_index_finder=None,
                               fitness=Ptrigrams, chunksize=1):
+    """Break a monalphabetic substitution cipher using simulated annealing to
+    guess the keyword. This function just sets up a stable of workers who
+    do the actual work, implemented as 
+    `szyfrow.keyword_cipher.monoalphabetic_sa_break_worker`.
+
+    See a [post on simulated annealing](https://work.njae.me.uk/2019/07/08/simulated-annealing-and-breaking-substitution-ciphers/)
+    for detail on how this works.
+    """
     worker_args = []
     ciphertext = sanitise(message)
     if swap_index_finder is None:
@@ -224,6 +274,10 @@ def monoalphabetic_sa_break_worker(message, plain_alphabet, cipher_alphabet,
                                      swap_index_finder,
                                      t0, max_iterations, fitness,
                                      logID):
+    """One thread of a simulated annealing run. 
+    See a [post on simulated annealing](https://work.njae.me.uk/2019/07/08/simulated-annealing-and-breaking-substitution-ciphers/)
+    for detail on how this works.
+    """
     def swap(letters, i, j):
         if i > j:
             i, j = j, i
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..1a491aea037339ecf712a80e17a6ef79daff29cf 100644 (file)
@@ -0,0 +1,14 @@
+"""Descriptions of English, used for building language models. 
+
+Language models are for understanding what English looks like, for help with 
+cipher breaking.
+
+* `count_1l.txt`: counts of single letters
+* `count_2l.txt`: counts of pairs letters, bigrams
+* `count_3l.txt`: counts of triples of letters, triagrams
+* `words.txt`: a dictionary of words, used for keyword-based cipher breaking.
+  These words should only contain characters cointained in 
+  `string.ascii_letters`.
+
+See [`szyfrow/language_models`](../support/language_models.html) for how these files are used.
+"""
\ No newline at end of file
index e6939db5af2a031ca3e17216902162dbc65bd6a1..6dd377a84645242ed2d5e83873f358e1dfd696f6 100644 (file)
@@ -1,3 +1,6 @@
+"""Enciphering and deciphering using the [Playfair cipher](https://en.wikipedia.org/wiki/Playfair_cipher). 
+Also attempts to break messages that use a Playfair cipher.
+"""
 from szyfrow.support.utilities import *
 from szyfrow.support.language_models import *
 from szyfrow.keyword_cipher import KeywordWrapAlphabet, keyword_cipher_alphabet_of
@@ -5,6 +8,8 @@ from szyfrow.polybius import polybius_grid
 import multiprocessing
 
 def playfair_wrap(n, lowest, highest):
+    """Ensures _n_ is between _lowest_ and _highest_ (inclusive at both ends).
+    """
     skip = highest - lowest + 1
     while n > highest or n < lowest:
         if n > highest:
@@ -14,6 +19,7 @@ def playfair_wrap(n, lowest, highest):
     return n
 
 def playfair_encipher_bigram(ab, grid, padding_letter='x'):
+    """Encipher a single pair of letters using the Playfair method."""
     a, b = ab
     max_row = max(c[0] for c in grid.values())
     max_col = max(c[1] for c in grid.values())
@@ -35,6 +41,7 @@ def playfair_encipher_bigram(ab, grid, padding_letter='x'):
     return c + d
 
 def playfair_decipher_bigram(ab, grid, padding_letter='x'):
+    """Decipher a single pair of letters using the Playfair method."""
     a, b = ab
     max_row = max(c[0] for c in grid.values())
     max_col = max(c[1] for c in grid.values())
@@ -56,6 +63,14 @@ def playfair_decipher_bigram(ab, grid, padding_letter='x'):
     return c + d
 
 def playfair_bigrams(text, padding_letter='x', padding_replaces_repeat=True):
+    """Find all the bigrams in a method to be enciphered. 
+
+    If both letters are the same, the `padding_letter` is used instead of the
+    second letter. If `padding_replaces_repeat` is `True`, the `padding_letter`
+    replaces the second letter of the bigram. If `padding_replaces_repeat` is
+    `False`, the second letter of this bigram becomes the first letter of the 
+    next, effectively lengthening the message by one letter.
+    """
     i = 0
     bigrams = []
     while i < len(text):
@@ -78,6 +93,7 @@ def playfair_bigrams(text, padding_letter='x', padding_replaces_repeat=True):
 def playfair_encipher(message, keyword, padding_letter='x',
                       padding_replaces_repeat=False, letters_to_merge=None, 
                       wrap_alphabet=KeywordWrapAlphabet.from_a):
+    """Encipher a message using the Playfair cipher."""
     column_order = list(range(5))
     row_order = list(range(5))
     if letters_to_merge is None: 
@@ -94,6 +110,7 @@ def playfair_encipher(message, keyword, padding_letter='x',
 def playfair_decipher(message, keyword, padding_letter='x',
                       padding_replaces_repeat=False, letters_to_merge=None, 
                       wrap_alphabet=KeywordWrapAlphabet.from_a):
+    """Decipher a message using the Playfair cipher."""
     column_order = list(range(5))
     row_order = list(range(5))
     if letters_to_merge is None: 
@@ -111,6 +128,13 @@ def playfair_break(message,
                       letters_to_merge=None, padding_letter='x',
                       wordlist=keywords, fitness=Pletters,
                       number_of_solutions=1, chunksize=500):
+    """Break a message enciphered using the Playfair cipher, using a dictionary
+    of keywords and frequency analysis. 
+
+    If `wordlist` is not specified, use 
+    [`szyfrow.support.langauge_models.keywords`](support/language_models.html#szyfrow.support.language_models.keywords).
+    """
+
     if letters_to_merge is None: 
         letters_to_merge = {'j': 'i'}   
 
@@ -150,6 +174,14 @@ def playfair_simulated_annealing_break(message, workers=10,
                               plain_alphabet=None, 
                               cipher_alphabet=None, 
                               fitness=Pletters, chunksize=1):
+    """Break a message enciphered using the Playfair cipher, using simulated
+    annealing to determine the keyword.  This function just sets up a stable 
+    of workers who     do the actual work, implemented as 
+    `szyfrow.playfair.playfair_simulated_annealing_break_worker`.
+
+    See a [post on simulated annealing](https://work.njae.me.uk/2019/07/08/simulated-annealing-and-breaking-substitution-ciphers/)
+    for detail on how this works.
+    """
     worker_args = []
     ciphertext = sanitise(message)
     for i in range(workers):
@@ -173,6 +205,10 @@ def playfair_simulated_annealing_break(message, workers=10,
 
 def playfair_simulated_annealing_break_worker(message, plain_alphabet, cipher_alphabet, 
                                      t0, max_iterations, fitness):
+    """One thread of a simulated annealing run. 
+    See a [post on simulated annealing](https://work.njae.me.uk/2019/07/08/simulated-annealing-and-breaking-substitution-ciphers/)
+    for detail on how this works.
+    """
     def swap(letters, i, j):
         if i > j:
             i, j = j, i
index 8590e9b46aa9991cbebdd3d4deffeb97c51ecd75..e3be76871fdc73e28f027021ab9f1f3233a6728a 100644 (file)
@@ -1,3 +1,8 @@
+"""The Pocket Enigma machine, a simple example that illustrates the mechanisms
+of the Enigma machine. See [a review](http://www.savory.de/pocket_enigma.htm)
+for more information about the machine.
+"""
+
 from szyfrow.support.utilities import *
 from szyfrow.support.language_models import *
 
index b3ffeaba91e9fb722a9b9004abc481692887a1f3..d037ec9c0b212d03784fe64744f0c42eeb08c64a 100644 (file)
@@ -1,3 +1,7 @@
+"""Simple digraph substitution cipher, using the 
+[Polybius square](https://en.wikipedia.org/wiki/Polybius_square). Enciphering
+and deciphering, and a couple of ways to break these ciphers.
+"""
 import multiprocessing 
 from szyfrow.support.utilities import *
 from szyfrow.support.language_models import *
@@ -60,7 +64,6 @@ def polybius_encipher(message, keyword, column_order, row_order,
     """Encipher a message with Polybius cipher, using a keyword to rearrange
     the alphabet
 
-
     >>> polybius_encipher('this is a test message for the ' \
           'polybius decipherment', 'elephant', \
           [1, 2, 3, 4, 5], [1, 2, 3, 4, 5], \
index ef3d266f5739ee129d125b5d1d239f57847185aa..741e3e2ad3d7bafddbb7d722c468c8103009cb4f 100644 (file)
@@ -1,3 +1,19 @@
+"""[Railfence transposition cipher](https://en.wikipedia.org/wiki/Rail_fence_cipher).
+
+Works by splitting the text into sections, then reading across them to
+generate the rows in the cipher. The rows are then combined to form the
+ciphertext.
+
+Example: the plaintext "hellotherefriends", with a height of four, written 
+out in the railfence as 
+   h h i
+   etere*
+   lorfns
+   l e d
+(with the * showing the one character to finish the last section). 
+Each 'section' is two columns, but unfolded. In the example, the first
+section is 'hellot'.
+"""
 import math
 from enum import Enum
 from itertools import starmap, zip_longest
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..da5ecae61dad1a34065906c46d9baeea8e587534 100644 (file)
@@ -0,0 +1,10 @@
+"""Support utilities for ciphers. 
+
+Language models are for understanding what English looks like, for help with 
+cipher breaking.
+
+Text prettify is various procedures for pretty-printing text, such as
+segmenting text into words.
+
+Utilities are general utility functions.
+"""
index 95dbeb277b8c828f62cc6e8ac83938e683491ed0..13aeeaf09ebd3965ad9273be0f94ae2ca1ce79f6 100644 (file)
@@ -1,3 +1,20 @@
+"""Descriptive models of a natural language (in this case, English).
+
+The functions `Pwords`, `Pletters`, `Pbigrams`, and `Ptrigrams` return the 
+log probability of a section of text.
+
+If you want to use a different language, replace the data files in 
+[`szyfrow/language_model_files`](../language_model_files/index.html).
+
+* `count_1l.txt`: counts of single letters
+* `count_2l.txt`: counts of pairs letters, bigrams
+* `count_3l.txt`: counts of triples of letters, triagrams
+* `words.txt`: a dictionary of words, used for keyword-based cipher breaking.
+  These words should only contain characters cointained in 
+  `string.ascii_letters`.
+
+"""
+
 import string
 import random
 import collections
@@ -21,14 +38,26 @@ def datafile(name, sep='\t'):
             yield [splits[0], int(splits[1])]
 
 english_counts = collections.Counter(dict(datafile('count_1l.txt')))
+"""Counts of single letters in English."""
 normalised_english_counts = szyfrow.support.norms.normalise(english_counts)
+"""Normalised counts of single letters in English (the sum of all counts
+adds to 1)."""
 
 english_bigram_counts = collections.Counter(dict(datafile('count_2l.txt')))
+"""Counts of letter bigrams in English."""
 normalised_english_bigram_counts = szyfrow.support.norms.normalise(english_bigram_counts)
+"""Normalised counts of letter bigrams in English (the sum of all counts
+adds to 1)."""
 
 english_trigram_counts = collections.Counter(dict(datafile('count_3l.txt')))
+"""Counts of letter trigrams in English."""
 normalised_english_trigram_counts = szyfrow.support.norms.normalise(english_trigram_counts)
+"""Normalised counts of letter trigrams in English (the sum of all counts
+adds to 1)."""
 
+keywords = []
+"""A sample list of keywords, to act as a dictionary for 
+dictionary-based cipher breaking attempts."""
 with pkg_resources.open_text(language_model_files, 'words.txt') as f:
     keywords = [line.rstrip() for line in f]
 
@@ -56,6 +85,9 @@ def transpositions_of(keyword):
         return transpositions
 
 transpositions = collections.defaultdict(list)
+"""A sample dict of transpositions, to act as a dictionary for 
+dictionary-based cipher breaking attempts. Each key is a transposition, 
+each value is a list of words that give that transposition."""
 for word in keywords:
     transpositions[transpositions_of(word)] += [word]
 
@@ -63,13 +95,15 @@ for word in keywords:
 def weighted_choice(d):
     """Generate random item from a dictionary of item counts
     """
-    target = random.uniform(0, sum(d.values()))
-    cuml = 0.0
-    for (l, p) in d.items():
-        cuml += p
-        if cuml > target:
-            return l
-    return None
+    delems, dweights = list(zip(*d.items()))
+    return random.choices(delems, dweights)[0] 
+    # target = random.uniform(0, sum(d.values()))
+    # cuml = 0.0
+    # for (l, p) in d.items():
+    #     cuml += p
+    #     if cuml > target:
+    #         return l
+    # return None
 
 def random_english_letter():
     """Generate a random letter based on English letter counts
@@ -109,9 +143,18 @@ def log_probability_of_unknown_word(key, N):
     return -log10(N * 10**((len(key) - 2) * 1.4))
 
 Pw = Pdist(datafile('count_1w.txt'), log_probability_of_unknown_word)
+"""A [Pdist](#szyfrow.support.language_models.Pdist) holding log probabilities 
+of words. Unknown words have their probability estimated by 
+[log_probability_of_unknown_word](#szyfrow.support.language_models.log_probability_of_unknown_word)"""
 Pl = Pdist(datafile('count_1l.txt'), lambda _k, _N: 0)
+"""A [Pdist](#szyfrow.support.language_models.Pdist) holding log probabilities 
+of single letters. Unknown words have their probability estimated as zero."""
 P2l = Pdist(datafile('count_2l.txt'), lambda _k, _N: 0)
+"""A [Pdist](#szyfrow.support.language_models.Pdist) holding log probabilities 
+of letter bigrams. Unknown words have their probability estimated as zero."""
 P3l = Pdist(datafile('count_3l.txt'), lambda _k, _N: 0)
+"""A [Pdist](#szyfrow.support.language_models.Pdist) holding log probabilities 
+of letter trigrams. Unknown words have their probability estimated as zero."""
 
 def Pwords(words): 
     """The Naive Bayes log probability of a sequence of words.
index f131ad597035bbb905a1ec0b875291a49dca8aea..5b1cb7b3b16b4d32e2202474160022428e6d7312 100644 (file)
@@ -1,7 +1,10 @@
+"""Various norms, for calcuating the distances between two frequency
+profiles.
+"""
+
 import collections
 from math import log10
 
-
 def lp(v1, v2=None, p=2):
     """Find the L_p norm. If passed one vector, find the length of that vector.
     If passed two vectors, find the length of the difference between them.
@@ -10,7 +13,7 @@ def lp(v1, v2=None, p=2):
         vec = {k: abs(v1[k] - v2[k]) for k in (v1.keys() | v2.keys())}
     else:
         vec = v1
-    return sum(v ** p for v in vec.values()) ** (1.0 / p)
+        return sum(v ** p for v in vec.values()) ** (1.0 / p)
 
 def l1(v1, v2=None):
     """Finds the distances between two frequency profiles, expressed as 
@@ -69,12 +72,14 @@ def l3(v1, v2=None):
     """
     return lp(v1, v2, 3)
 
-def linf(v1, v2=None):    
+def linf(v1, v2=None):   
+    """Finds the distances between two frequency profiles, expressed as 
+    dictionaries. Assumes every key in frequencies1 is also in frequencies2"""
     if v2:
         vec = {k: abs(v1[k] - v2[k]) for k in (v1.keys() | v2.keys())}
     else:
         vec = v1
-    return max(v for v in vec.values())
+        return max(v for v in vec.values())
 
 
 def scale(frequencies, norm=l2):
index 954dd97f83a22b4ee1917e41045009dc76a4a246..77fb5bae6809406b99918dec984f6df3d6001ff0 100644 (file)
@@ -1,3 +1,8 @@
+"""Setments a string of characters into words, following a language model.
+
+Implementation taken from [Peter Norvig](https://norvig.com/ngrams/ch14.pdf)
+"""
+
 import sys
 from functools import lru_cache
 from szyfrow.support.language_models import Pwords
index 4fe5da7627fc949f12b28aa9ce19c1a968fcc3e7..9e01c2c1364c620346c4727097ce31ad4bcb01b7 100644 (file)
@@ -1,3 +1,7 @@
+"""Various functions for prettifying text, useful when cipher routines generate
+strings of letters without spaces.
+"""
+
 import string
 from szyfrow.support.segment import segment
 from szyfrow.support.utilities import cat, lcat, sanitise
index 7a61ae709a55d2115118991bc78f860caf1ad66b..80008e9629dfb9d06eda531406a7958fcb3a9fdc 100644 (file)
@@ -1,16 +1,18 @@
+"""A mish-mash of utility functions"""
+
 import string
 import collections
 import unicodedata
 from itertools import zip_longest
 
-# join a a list of letters into a string
 cat = ''.join
+"""join a a list of letters into a string."""
 
-# join a list of words into a string, separated by spaces
 wcat = ' '.join
+"""join a list of words into a string, separated by spaces"""
 
-# join a list of lines, separated by newline
 lcat = '\n'.join
+"""join a list of lines, separated by newline"""
 
 def pos(letter): 
     """Return the position of a letter in the alphabet (0-25)"""
@@ -122,6 +124,9 @@ def untranspose(items, transposition):
     return transposed
 
 def deduplicate(text):
+    """Return the input string, but with second (and subsequent) occurrences
+    of a character removed.
+    """
     return list(collections.OrderedDict.fromkeys(text))
 
 
@@ -172,6 +177,9 @@ def sanitise(text):
 
 
 def index_of_coincidence(text):
+    """Index of coincidence of a string. This is low for random text, 
+    higher for natural langauge.
+    """
     stext = sanitise(text)
     counts = collections.Counter(stext)
     denom = len(stext) * (len(text) - 1) / 26
index e340e5641693d98597cd0fc24ee3a9e8d469eb82..1d0c16eaf67ed23b950b23d21a5a8aa3de83d2ad 100644 (file)
@@ -1,3 +1,9 @@
+"""[Vigenère polyalphabetic substitution ciphers](https://en.wikipedia.org/wiki/Vigen%C3%A8re_cipher), 
+mainly done by keyword. Also does Beaufort ciphers and Variant Beaufort
+ciphers.
+
+Enciphering and deciphering, and a couple of ways to break these ciphers.
+"""
 from enum import Enum
 from itertools import starmap, cycle
 import multiprocessing
@@ -27,7 +33,8 @@ def vigenere_decipher(message, keyword):
 
 
 def beaufort_encipher(message, keyword):
-    """Beaufort encipher
+    """Beaufort encipher. A symmetrical cipher, so enciphering and deciphering
+    follow the same procedure.
 
     >>> beaufort_encipher('inhisjournaldatedtheidesofoctober', 'arcanaimperii')
     'sevsvrusyrrxfayyxuteemazudmpjmmwr'
@@ -52,11 +59,11 @@ def index_of_coincidence_scan(text, max_key_length=20):
         iocs[i] = mean_ioc
     return iocs
 
-def vigenere_keyword_break_mp(message, wordlist=keywords, fitness=Pletters,
+def vigenere_keyword_break(message, wordlist=keywords, fitness=Pletters,
                               chunksize=500):
     """Breaks a vigenere cipher using a dictionary and frequency analysis.
 
-    >>> vigenere_keyword_break_mp(vigenere_encipher(sanitise('this is a test ' \
+    >>> vigenere_keyword_break(vigenere_encipher(sanitise('this is a test ' \
              'message for the vigenere decipherment'), 'cat'), \
              wordlist=['cat', 'elephant', 'kangaroo']) # doctest: +ELLIPSIS
     ('cat', -52.9472712...)
@@ -69,7 +76,6 @@ def vigenere_keyword_break_mp(message, wordlist=keywords, fitness=Pletters,
         breaks = pool.starmap(vigenere_keyword_break_worker, helper_args,
                               chunksize)
         return max(breaks, key=lambda k: k[1])
-vigenere_keyword_break = vigenere_keyword_break_mp
 
 def vigenere_keyword_break_worker(message, keyword, fitness):
     plaintext = vigenere_decipher(message, keyword)
index 31b3417f3f7d51d25d4d4d20a60ea840ac8ccbbd..4639d6a704879ebf1d4c5cf35654bb6ed093ed2e 100644 (file)
@@ -79,7 +79,7 @@ def test_column_transposition_break():
     for word in 'encipher fourteen keyword'.split():
         used_translist[transpositions_of(word)] += [word]
 
-    (key, fill, empty), score = column_transposition_break_mp(ciphertext, 
+    (key, fill, empty), score = column_transposition_break(ciphertext, 
         translist=used_translist)
 
     assert key == transpositions_of(expected_key)
@@ -98,7 +98,7 @@ def test_scytale_break():
     expected_score = Pbigrams(plaintext)
     ciphertext = scytale_encipher(plaintext, expected_key)
 
-    key, score = scytale_break_mp(ciphertext)
+    key, score = scytale_break(ciphertext)
 
     assert key == expected_key
     assert score == pytest.approx(expected_score)
index 595990251b68511f2d88fcfe2ce35789bf2f9317..998ec416489a38f6294d028a8bb1794d676cdeb0 100644 (file)
@@ -38,23 +38,23 @@ def test_decipher_message():
             assert deciphered == plaintext
 
 
-def test_keyword_break():
+def test_keyword_break_single_thread():
     plaintext = 'this is a test message for the keyword breaking routine'
     expected_key = 'elephant'
     expected_wrap = KeywordWrapAlphabet.from_last
     ciphertext = keyword_encipher(plaintext, expected_key, expected_wrap)
-    (key, wrap), score = keyword_break(ciphertext, 
+    (key, wrap), score = keyword_break_single_thread(ciphertext, 
         wordlist=['cat', 'elephant', 'kangaroo'])
     assert key == expected_key
     assert wrap == expected_wrap
     assert score == pytest.approx(Pletters(sanitise(plaintext)))
 
-def test_keyword_break_mp():
+def test_keyword_break():
     plaintext = 'this is a test message for the keyword breaking routine'
     expected_key = 'elephant'
     expected_wrap = KeywordWrapAlphabet.from_last
     ciphertext = keyword_encipher(plaintext, expected_key, expected_wrap)
-    (key, wrap), score = keyword_break_mp(ciphertext, 
+    (key, wrap), score = keyword_break(ciphertext, 
         wordlist=['cat', 'elephant', 'kangaroo'])
     assert key == expected_key
     assert wrap == expected_wrap