aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarak <[email protected]>2021-05-25 01:35:51 -0400
committerMarak <[email protected]>2021-05-25 01:35:51 -0400
commitf765f710b4a8715c66abc1404e5077a50722d318 (patch)
treedb93b23217fac0be50ab3678816d5912e8ce839d
parentb8d9bc9b904cb6a57db7f3c981f411a984e899cc (diff)
parentcb1cb46b6f4f4485816f78674ebcf0a6596bc67e (diff)
downloadfaker-f765f710b4a8715c66abc1404e5077a50722d318.tar.xz
faker-f765f710b4a8715c66abc1404e5077a50722d318.zip
Merge branch 'feature/word-types' of https://github.com/ad-walker/faker.js
-rw-r--r--lib/index.js6
-rw-r--r--lib/locales/en/index.js1
-rw-r--r--lib/locales/en/word/adjective.js1349
-rw-r--r--lib/locales/en/word/adverb.js328
-rw-r--r--lib/locales/en/word/conjunction.js64
-rw-r--r--lib/locales/en/word/index.js9
-rw-r--r--lib/locales/en/word/interjection.js49
-rw-r--r--lib/locales/en/word/noun.js6803
-rw-r--r--lib/locales/en/word/preposition.js111
-rw-r--r--lib/locales/en/word/verb.js6059
-rw-r--r--lib/word.js171
-rw-r--r--test/word.unit.js36
12 files changed, 14985 insertions, 1 deletions
diff --git a/lib/index.js b/lib/index.js
index a80580bd..d601fed3 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -54,6 +54,7 @@ function Faker (opts) {
"date": ["month", "weekday"],
"vehicle": ["vehicle", "manufacturer", "model", "type", "fuel", "vin", "color"],
"music": ["genre"],
+ "word": ["adjective", "adverb", "conjunction", "interjection", "noun", "preposition", "verb"],
"title": "",
"separator": ""
};
@@ -157,6 +158,9 @@ function Faker (opts) {
var Datatype = require('./datatype');
self.datatype = new Datatype(self);
+
+ var Word = require('./word');
+ self.word = new Word(self);
};
Faker.prototype.setLocale = function (locale) {
@@ -170,4 +174,4 @@ Faker.prototype.seed = function(value) {
this.random = new Random(this, this.seedValue);
this.datatype = new Datatype(this, this.seedValue);
}
-module['exports'] = Faker;
+module['exports'] = Faker; \ No newline at end of file
diff --git a/lib/locales/en/index.js b/lib/locales/en/index.js
index a4897418..54877741 100644
--- a/lib/locales/en/index.js
+++ b/lib/locales/en/index.js
@@ -21,3 +21,4 @@ en.date = require("./date");
en.system = require("./system");
en.vehicle = require("./vehicle");
en.music = require("./music");
+en.word = require("./word");
diff --git a/lib/locales/en/word/adjective.js b/lib/locales/en/word/adjective.js
new file mode 100644
index 00000000..dd31b328
--- /dev/null
+++ b/lib/locales/en/word/adjective.js
@@ -0,0 +1,1349 @@
+module["exports"] = [
+ "abandoned",
+ "able",
+ "absolute",
+ "adorable",
+ "adventurous",
+ "academic",
+ "acceptable",
+ "acclaimed",
+ "accomplished",
+ "accurate",
+ "aching",
+ "acidic",
+ "acrobatic",
+ "active",
+ "actual",
+ "adept",
+ "admirable",
+ "admired",
+ "adolescent",
+ "adorable",
+ "adored",
+ "advanced",
+ "afraid",
+ "affectionate",
+ "aged",
+ "aggravating",
+ "aggressive",
+ "agile",
+ "agitated",
+ "agonizing",
+ "agreeable",
+ "ajar",
+ "alarmed",
+ "alarming",
+ "alert",
+ "alienated",
+ "alive",
+ "all",
+ "altruistic",
+ "amazing",
+ "ambitious",
+ "ample",
+ "amused",
+ "amusing",
+ "anchored",
+ "ancient",
+ "angelic",
+ "angry",
+ "anguished",
+ "animated",
+ "annual",
+ "another",
+ "antique",
+ "anxious",
+ "any",
+ "apprehensive",
+ "appropriate",
+ "apt",
+ "arctic",
+ "arid",
+ "aromatic",
+ "artistic",
+ "ashamed",
+ "assured",
+ "astonishing",
+ "athletic",
+ "attached",
+ "attentive",
+ "attractive",
+ "austere",
+ "authentic",
+ "authorized",
+ "automatic",
+ "avaricious",
+ "average",
+ "aware",
+ "awesome",
+ "awful",
+ "awkward",
+ "babyish",
+ "bad",
+ "back",
+ "baggy",
+ "bare",
+ "barren",
+ "basic",
+ "beautiful",
+ "belated",
+ "beloved",
+ "beneficial",
+ "better",
+ "best",
+ "bewitched",
+ "big",
+ "big-hearted",
+ "biodegradable",
+ "bite-sized",
+ "bitter",
+ "black",
+ "black-and-white",
+ "bland",
+ "blank",
+ "blaring",
+ "bleak",
+ "blind",
+ "blissful",
+ "blond",
+ "blue",
+ "blushing",
+ "bogus",
+ "boiling",
+ "bold",
+ "bony",
+ "boring",
+ "bossy",
+ "both",
+ "bouncy",
+ "bountiful",
+ "bowed",
+ "brave",
+ "breakable",
+ "brief",
+ "bright",
+ "brilliant",
+ "brisk",
+ "broken",
+ "bronze",
+ "brown",
+ "bruised",
+ "bubbly",
+ "bulky",
+ "bumpy",
+ "buoyant",
+ "burdensome",
+ "burly",
+ "bustling",
+ "busy",
+ "buttery",
+ "buzzing",
+ "calculating",
+ "calm",
+ "candid",
+ "canine",
+ "capital",
+ "carefree",
+ "careful",
+ "careless",
+ "caring",
+ "cautious",
+ "cavernous",
+ "celebrated",
+ "charming",
+ "cheap",
+ "cheerful",
+ "cheery",
+ "chief",
+ "chilly",
+ "chubby",
+ "circular",
+ "classic",
+ "clean",
+ "clear",
+ "clear-cut",
+ "clever",
+ "close",
+ "closed",
+ "cloudy",
+ "clueless",
+ "clumsy",
+ "cluttered",
+ "coarse",
+ "cold",
+ "colorful",
+ "colorless",
+ "colossal",
+ "comfortable",
+ "common",
+ "compassionate",
+ "competent",
+ "complete",
+ "complex",
+ "complicated",
+ "composed",
+ "concerned",
+ "concrete",
+ "confused",
+ "conscious",
+ "considerate",
+ "constant",
+ "content",
+ "conventional",
+ "cooked",
+ "cool",
+ "cooperative",
+ "coordinated",
+ "corny",
+ "corrupt",
+ "costly",
+ "courageous",
+ "courteous",
+ "crafty",
+ "crazy",
+ "creamy",
+ "creative",
+ "creepy",
+ "criminal",
+ "crisp",
+ "critical",
+ "crooked",
+ "crowded",
+ "cruel",
+ "crushing",
+ "cuddly",
+ "cultivated",
+ "cultured",
+ "cumbersome",
+ "curly",
+ "curvy",
+ "cute",
+ "cylindrical",
+ "damaged",
+ "damp",
+ "dangerous",
+ "dapper",
+ "daring",
+ "darling",
+ "dark",
+ "dazzling",
+ "dead",
+ "deadly",
+ "deafening",
+ "dear",
+ "dearest",
+ "decent",
+ "decimal",
+ "decisive",
+ "deep",
+ "defenseless",
+ "defensive",
+ "defiant",
+ "deficient",
+ "definite",
+ "definitive",
+ "delayed",
+ "delectable",
+ "delicious",
+ "delightful",
+ "delirious",
+ "demanding",
+ "dense",
+ "dental",
+ "dependable",
+ "dependent",
+ "descriptive",
+ "deserted",
+ "detailed",
+ "determined",
+ "devoted",
+ "different",
+ "difficult",
+ "digital",
+ "diligent",
+ "dim",
+ "dimpled",
+ "dimwitted",
+ "direct",
+ "disastrous",
+ "discrete",
+ "disfigured",
+ "disgusting",
+ "disloyal",
+ "dismal",
+ "distant",
+ "downright",
+ "dreary",
+ "dirty",
+ "disguised",
+ "dishonest",
+ "dismal",
+ "distant",
+ "distinct",
+ "distorted",
+ "dizzy",
+ "dopey",
+ "doting",
+ "double",
+ "downright",
+ "drab",
+ "drafty",
+ "dramatic",
+ "dreary",
+ "droopy",
+ "dry",
+ "dual",
+ "dull",
+ "dutiful",
+ "each",
+ "eager",
+ "earnest",
+ "early",
+ "easy",
+ "easy-going",
+ "ecstatic",
+ "edible",
+ "educated",
+ "elaborate",
+ "elastic",
+ "elated",
+ "elderly",
+ "electric",
+ "elegant",
+ "elementary",
+ "elliptical",
+ "embarrassed",
+ "embellished",
+ "eminent",
+ "emotional",
+ "empty",
+ "enchanted",
+ "enchanting",
+ "energetic",
+ "enlightened",
+ "enormous",
+ "enraged",
+ "entire",
+ "envious",
+ "equal",
+ "equatorial",
+ "essential",
+ "esteemed",
+ "ethical",
+ "euphoric",
+ "even",
+ "evergreen",
+ "everlasting",
+ "every",
+ "evil",
+ "exalted",
+ "excellent",
+ "exemplary",
+ "exhausted",
+ "excitable",
+ "excited",
+ "exciting",
+ "exotic",
+ "expensive",
+ "experienced",
+ "expert",
+ "extraneous",
+ "extroverted",
+ "extra-large",
+ "extra-small",
+ "fabulous",
+ "failing",
+ "faint",
+ "fair",
+ "faithful",
+ "fake",
+ "false",
+ "familiar",
+ "famous",
+ "fancy",
+ "fantastic",
+ "far",
+ "faraway",
+ "far-flung",
+ "far-off",
+ "fast",
+ "fat",
+ "fatal",
+ "fatherly",
+ "favorable",
+ "favorite",
+ "fearful",
+ "fearless",
+ "feisty",
+ "feline",
+ "female",
+ "feminine",
+ "few",
+ "fickle",
+ "filthy",
+ "fine",
+ "finished",
+ "firm",
+ "first",
+ "firsthand",
+ "fitting",
+ "fixed",
+ "flaky",
+ "flamboyant",
+ "flashy",
+ "flat",
+ "flawed",
+ "flawless",
+ "flickering",
+ "flimsy",
+ "flippant",
+ "flowery",
+ "fluffy",
+ "fluid",
+ "flustered",
+ "focused",
+ "fond",
+ "foolhardy",
+ "foolish",
+ "forceful",
+ "forked",
+ "formal",
+ "forsaken",
+ "forthright",
+ "fortunate",
+ "fragrant",
+ "frail",
+ "frank",
+ "frayed",
+ "free",
+ "french",
+ "fresh",
+ "frequent",
+ "friendly",
+ "frightened",
+ "frightening",
+ "frigid",
+ "frilly",
+ "frizzy",
+ "frivolous",
+ "front",
+ "frosty",
+ "frozen",
+ "frugal",
+ "fruitful",
+ "full",
+ "fumbling",
+ "functional",
+ "funny",
+ "fussy",
+ "fuzzy",
+ "gargantuan",
+ "gaseous",
+ "general",
+ "generous",
+ "gentle",
+ "genuine",
+ "giant",
+ "giddy",
+ "gigantic",
+ "gifted",
+ "giving",
+ "glamorous",
+ "glaring",
+ "glass",
+ "gleaming",
+ "gleeful",
+ "glistening",
+ "glittering",
+ "gloomy",
+ "glorious",
+ "glossy",
+ "glum",
+ "golden",
+ "good",
+ "good-natured",
+ "gorgeous",
+ "graceful",
+ "gracious",
+ "grand",
+ "grandiose",
+ "granular",
+ "grateful",
+ "grave",
+ "gray",
+ "great",
+ "greedy",
+ "green",
+ "gregarious",
+ "grim",
+ "grimy",
+ "gripping",
+ "grizzled",
+ "gross",
+ "grotesque",
+ "grouchy",
+ "grounded",
+ "growing",
+ "growling",
+ "grown",
+ "grubby",
+ "gruesome",
+ "grumpy",
+ "guilty",
+ "gullible",
+ "gummy",
+ "hairy",
+ "half",
+ "handmade",
+ "handsome",
+ "handy",
+ "happy",
+ "happy-go-lucky",
+ "hard",
+ "hard-to-find",
+ "harmful",
+ "harmless",
+ "harmonious",
+ "harsh",
+ "hasty",
+ "hateful",
+ "haunting",
+ "healthy",
+ "heartfelt",
+ "hearty",
+ "heavenly",
+ "heavy",
+ "hefty",
+ "helpful",
+ "helpless",
+ "hidden",
+ "hideous",
+ "high",
+ "high-level",
+ "hilarious",
+ "hoarse",
+ "hollow",
+ "homely",
+ "honest",
+ "honorable",
+ "honored",
+ "hopeful",
+ "horrible",
+ "hospitable",
+ "hot",
+ "huge",
+ "humble",
+ "humiliating",
+ "humming",
+ "humongous",
+ "hungry",
+ "hurtful",
+ "husky",
+ "icky",
+ "icy",
+ "ideal",
+ "idealistic",
+ "identical",
+ "idle",
+ "idiotic",
+ "idolized",
+ "ignorant",
+ "ill",
+ "illegal",
+ "ill-fated",
+ "ill-informed",
+ "illiterate",
+ "illustrious",
+ "imaginary",
+ "imaginative",
+ "immaculate",
+ "immaterial",
+ "immediate",
+ "immense",
+ "impassioned",
+ "impeccable",
+ "impartial",
+ "imperfect",
+ "imperturbable",
+ "impish",
+ "impolite",
+ "important",
+ "impossible",
+ "impractical",
+ "impressionable",
+ "impressive",
+ "improbable",
+ "impure",
+ "inborn",
+ "incomparable",
+ "incompatible",
+ "incomplete",
+ "inconsequential",
+ "incredible",
+ "indelible",
+ "inexperienced",
+ "indolent",
+ "infamous",
+ "infantile",
+ "infatuated",
+ "inferior",
+ "infinite",
+ "informal",
+ "innocent",
+ "insecure",
+ "insidious",
+ "insignificant",
+ "insistent",
+ "instructive",
+ "insubstantial",
+ "intelligent",
+ "intent",
+ "intentional",
+ "interesting",
+ "internal",
+ "international",
+ "intrepid",
+ "ironclad",
+ "irresponsible",
+ "irritating",
+ "itchy",
+ "jaded",
+ "jagged",
+ "jam-packed",
+ "jaunty",
+ "jealous",
+ "jittery",
+ "joint",
+ "jolly",
+ "jovial",
+ "joyful",
+ "joyous",
+ "jubilant",
+ "judicious",
+ "juicy",
+ "jumbo",
+ "junior",
+ "jumpy",
+ "juvenile",
+ "kaleidoscopic",
+ "keen",
+ "key",
+ "kind",
+ "kindhearted",
+ "kindly",
+ "klutzy",
+ "knobby",
+ "knotty",
+ "knowledgeable",
+ "knowing",
+ "known",
+ "kooky",
+ "kosher",
+ "lame",
+ "lanky",
+ "large",
+ "last",
+ "lasting",
+ "late",
+ "lavish",
+ "lawful",
+ "lazy",
+ "leading",
+ "lean",
+ "leafy",
+ "left",
+ "legal",
+ "legitimate",
+ "light",
+ "lighthearted",
+ "likable",
+ "likely",
+ "limited",
+ "limp",
+ "limping",
+ "linear",
+ "lined",
+ "liquid",
+ "little",
+ "live",
+ "lively",
+ "livid",
+ "loathsome",
+ "lone",
+ "lonely",
+ "long",
+ "long-term",
+ "loose",
+ "lopsided",
+ "lost",
+ "loud",
+ "lovable",
+ "lovely",
+ "loving",
+ "low",
+ "loyal",
+ "lucky",
+ "lumbering",
+ "luminous",
+ "lumpy",
+ "lustrous",
+ "luxurious",
+ "mad",
+ "made-up",
+ "magnificent",
+ "majestic",
+ "major",
+ "male",
+ "mammoth",
+ "married",
+ "marvelous",
+ "masculine",
+ "massive",
+ "mature",
+ "meager",
+ "mealy",
+ "mean",
+ "measly",
+ "meaty",
+ "medical",
+ "mediocre",
+ "medium",
+ "meek",
+ "mellow",
+ "melodic",
+ "memorable",
+ "menacing",
+ "merry",
+ "messy",
+ "metallic",
+ "mild",
+ "milky",
+ "mindless",
+ "miniature",
+ "minor",
+ "minty",
+ "miserable",
+ "miserly",
+ "misguided",
+ "misty",
+ "mixed",
+ "modern",
+ "modest",
+ "moist",
+ "monstrous",
+ "monthly",
+ "monumental",
+ "moral",
+ "mortified",
+ "motherly",
+ "motionless",
+ "mountainous",
+ "muddy",
+ "muffled",
+ "multicolored",
+ "mundane",
+ "murky",
+ "mushy",
+ "musty",
+ "muted",
+ "mysterious",
+ "naive",
+ "narrow",
+ "nasty",
+ "natural",
+ "naughty",
+ "nautical",
+ "near",
+ "neat",
+ "necessary",
+ "needy",
+ "negative",
+ "neglected",
+ "negligible",
+ "neighboring",
+ "nervous",
+ "new",
+ "next",
+ "nice",
+ "nifty",
+ "nimble",
+ "nippy",
+ "nocturnal",
+ "noisy",
+ "nonstop",
+ "normal",
+ "notable",
+ "noted",
+ "noteworthy",
+ "novel",
+ "noxious",
+ "numb",
+ "nutritious",
+ "nutty",
+ "obedient",
+ "obese",
+ "oblong",
+ "oily",
+ "oblong",
+ "obvious",
+ "occasional",
+ "odd",
+ "oddball",
+ "offbeat",
+ "offensive",
+ "official",
+ "old",
+ "old-fashioned",
+ "only",
+ "open",
+ "optimal",
+ "optimistic",
+ "opulent",
+ "orange",
+ "orderly",
+ "organic",
+ "ornate",
+ "ornery",
+ "ordinary",
+ "original",
+ "other",
+ "our",
+ "outlying",
+ "outgoing",
+ "outlandish",
+ "outrageous",
+ "outstanding",
+ "oval",
+ "overcooked",
+ "overdue",
+ "overjoyed",
+ "overlooked",
+ "palatable",
+ "pale",
+ "paltry",
+ "parallel",
+ "parched",
+ "partial",
+ "passionate",
+ "past",
+ "pastel",
+ "peaceful",
+ "peppery",
+ "perfect",
+ "perfumed",
+ "periodic",
+ "perky",
+ "personal",
+ "pertinent",
+ "pesky",
+ "pessimistic",
+ "petty",
+ "phony",
+ "physical",
+ "piercing",
+ "pink",
+ "pitiful",
+ "plain",
+ "plaintive",
+ "plastic",
+ "playful",
+ "pleasant",
+ "pleased",
+ "pleasing",
+ "plump",
+ "plush",
+ "polished",
+ "polite",
+ "political",
+ "pointed",
+ "pointless",
+ "poised",
+ "poor",
+ "popular",
+ "portly",
+ "posh",
+ "positive",
+ "possible",
+ "potable",
+ "powerful",
+ "powerless",
+ "practical",
+ "precious",
+ "present",
+ "prestigious",
+ "pretty",
+ "precious",
+ "previous",
+ "pricey",
+ "prickly",
+ "primary",
+ "prime",
+ "pristine",
+ "private",
+ "prize",
+ "probable",
+ "productive",
+ "profitable",
+ "profuse",
+ "proper",
+ "proud",
+ "prudent",
+ "punctual",
+ "pungent",
+ "puny",
+ "pure",
+ "purple",
+ "pushy",
+ "putrid",
+ "puzzled",
+ "puzzling",
+ "quaint",
+ "qualified",
+ "quarrelsome",
+ "quarterly",
+ "queasy",
+ "querulous",
+ "questionable",
+ "quick",
+ "quick-witted",
+ "quiet",
+ "quintessential",
+ "quirky",
+ "quixotic",
+ "quizzical",
+ "radiant",
+ "ragged",
+ "rapid",
+ "rare",
+ "rash",
+ "raw",
+ "recent",
+ "reckless",
+ "rectangular",
+ "ready",
+ "real",
+ "realistic",
+ "reasonable",
+ "red",
+ "reflecting",
+ "regal",
+ "regular",
+ "reliable",
+ "relieved",
+ "remarkable",
+ "remorseful",
+ "remote",
+ "repentant",
+ "required",
+ "respectful",
+ "responsible",
+ "repulsive",
+ "revolving",
+ "rewarding",
+ "rich",
+ "rigid",
+ "right",
+ "ringed",
+ "ripe",
+ "roasted",
+ "robust",
+ "rosy",
+ "rotating",
+ "rotten",
+ "rough",
+ "round",
+ "rowdy",
+ "royal",
+ "rubbery",
+ "rundown",
+ "ruddy",
+ "rude",
+ "runny",
+ "rural",
+ "rusty",
+ "sad",
+ "safe",
+ "salty",
+ "same",
+ "sandy",
+ "sane",
+ "sarcastic",
+ "sardonic",
+ "satisfied",
+ "scaly",
+ "scarce",
+ "scared",
+ "scary",
+ "scented",
+ "scholarly",
+ "scientific",
+ "scornful",
+ "scratchy",
+ "scrawny",
+ "second",
+ "secondary",
+ "second-hand",
+ "secret",
+ "self-assured",
+ "self-reliant",
+ "selfish",
+ "sentimental",
+ "separate",
+ "serene",
+ "serious",
+ "serpentine",
+ "several",
+ "severe",
+ "shabby",
+ "shadowy",
+ "shady",
+ "shallow",
+ "shameful",
+ "shameless",
+ "sharp",
+ "shimmering",
+ "shiny",
+ "shocked",
+ "shocking",
+ "shoddy",
+ "short",
+ "short-term",
+ "showy",
+ "shrill",
+ "shy",
+ "sick",
+ "silent",
+ "silky",
+ "silly",
+ "silver",
+ "similar",
+ "simple",
+ "simplistic",
+ "sinful",
+ "single",
+ "sizzling",
+ "skeletal",
+ "skinny",
+ "sleepy",
+ "slight",
+ "slim",
+ "slimy",
+ "slippery",
+ "slow",
+ "slushy",
+ "small",
+ "smart",
+ "smoggy",
+ "smooth",
+ "smug",
+ "snappy",
+ "snarling",
+ "sneaky",
+ "sniveling",
+ "snoopy",
+ "sociable",
+ "soft",
+ "soggy",
+ "solid",
+ "somber",
+ "some",
+ "spherical",
+ "sophisticated",
+ "sore",
+ "sorrowful",
+ "soulful",
+ "soupy",
+ "sour",
+ "spanish",
+ "sparkling",
+ "sparse",
+ "specific",
+ "spectacular",
+ "speedy",
+ "spicy",
+ "spiffy",
+ "spirited",
+ "spiteful",
+ "splendid",
+ "spotless",
+ "spotted",
+ "spry",
+ "square",
+ "squeaky",
+ "squiggly",
+ "stable",
+ "staid",
+ "stained",
+ "stale",
+ "standard",
+ "starchy",
+ "stark",
+ "starry",
+ "steep",
+ "sticky",
+ "stiff",
+ "stimulating",
+ "stingy",
+ "stormy",
+ "straight",
+ "strange",
+ "steel",
+ "strict",
+ "strident",
+ "striking",
+ "striped",
+ "strong",
+ "studious",
+ "stunning",
+ "stupendous",
+ "stupid",
+ "sturdy",
+ "stylish",
+ "subdued",
+ "submissive",
+ "substantial",
+ "subtle",
+ "suburban",
+ "sudden",
+ "sugary",
+ "sunny",
+ "super",
+ "superb",
+ "superficial",
+ "superior",
+ "supportive",
+ "sure-footed",
+ "surprised",
+ "suspicious",
+ "svelte",
+ "sweaty",
+ "sweet",
+ "sweltering",
+ "swift",
+ "sympathetic",
+ "tall",
+ "talkative",
+ "tame",
+ "tan",
+ "tangible",
+ "tart",
+ "tasty",
+ "tattered",
+ "taut",
+ "tedious",
+ "teeming",
+ "tempting",
+ "tender",
+ "tense",
+ "tepid",
+ "terrible",
+ "terrific",
+ "testy",
+ "thankful",
+ "that",
+ "these",
+ "thick",
+ "thin",
+ "third",
+ "thirsty",
+ "this",
+ "thorough",
+ "thorny",
+ "those",
+ "thoughtful",
+ "threadbare",
+ "thrifty",
+ "thunderous",
+ "tidy",
+ "tight",
+ "timely",
+ "tinted",
+ "tiny",
+ "tired",
+ "torn",
+ "total",
+ "tough",
+ "traumatic",
+ "treasured",
+ "tremendous",
+ "tragic",
+ "trained",
+ "tremendous",
+ "triangular",
+ "tricky",
+ "trifling",
+ "trim",
+ "trivial",
+ "troubled",
+ "true",
+ "trusting",
+ "trustworthy",
+ "trusty",
+ "truthful",
+ "tubby",
+ "turbulent",
+ "twin",
+ "ugly",
+ "ultimate",
+ "unacceptable",
+ "unaware",
+ "uncomfortable",
+ "uncommon",
+ "unconscious",
+ "understated",
+ "unequaled",
+ "uneven",
+ "unfinished",
+ "unfit",
+ "unfolded",
+ "unfortunate",
+ "unhappy",
+ "unhealthy",
+ "uniform",
+ "unimportant",
+ "unique",
+ "united",
+ "unkempt",
+ "unknown",
+ "unlawful",
+ "unlined",
+ "unlucky",
+ "unnatural",
+ "unpleasant",
+ "unrealistic",
+ "unripe",
+ "unruly",
+ "unselfish",
+ "unsightly",
+ "unsteady",
+ "unsung",
+ "untidy",
+ "untimely",
+ "untried",
+ "untrue",
+ "unused",
+ "unusual",
+ "unwelcome",
+ "unwieldy",
+ "unwilling",
+ "unwitting",
+ "unwritten",
+ "upbeat",
+ "upright",
+ "upset",
+ "urban",
+ "usable",
+ "used",
+ "useful",
+ "useless",
+ "utilized",
+ "utter",
+ "vacant",
+ "vague",
+ "vain",
+ "valid",
+ "valuable",
+ "vapid",
+ "variable",
+ "vast",
+ "velvety",
+ "venerated",
+ "vengeful",
+ "verifiable",
+ "vibrant",
+ "vicious",
+ "victorious",
+ "vigilant",
+ "vigorous",
+ "villainous",
+ "violet",
+ "violent",
+ "virtual",
+ "virtuous",
+ "visible",
+ "vital",
+ "vivacious",
+ "vivid",
+ "voluminous",
+ "wan",
+ "warlike",
+ "warm",
+ "warmhearted",
+ "warped",
+ "wary",
+ "wasteful",
+ "watchful",
+ "waterlogged",
+ "watery",
+ "wavy",
+ "wealthy",
+ "weak",
+ "weary",
+ "webbed",
+ "wee",
+ "weekly",
+ "weepy",
+ "weighty",
+ "weird",
+ "welcome",
+ "well-documented",
+ "well-groomed",
+ "well-informed",
+ "well-lit",
+ "well-made",
+ "well-off",
+ "well-to-do",
+ "well-worn",
+ "wet",
+ "which",
+ "whimsical",
+ "whirlwind",
+ "whispered",
+ "white",
+ "whole",
+ "whopping",
+ "wicked",
+ "wide",
+ "wide-eyed",
+ "wiggly",
+ "wild",
+ "willing",
+ "wilted",
+ "winding",
+ "windy",
+ "winged",
+ "wiry",
+ "wise",
+ "witty",
+ "wobbly",
+ "woeful",
+ "wonderful",
+ "wooden",
+ "woozy",
+ "wordy",
+ "worldly",
+ "worn",
+ "worried",
+ "worrisome",
+ "worse",
+ "worst",
+ "worthless",
+ "worthwhile",
+ "worthy",
+ "wrathful",
+ "wretched",
+ "writhing",
+ "wrong",
+ "wry",
+ "yawning",
+ "yearly",
+ "yellow",
+ "yellowish",
+ "young",
+ "youthful",
+ "yummy",
+ "zany",
+ "zealous",
+ "zesty",
+ "zigzag",
+];
diff --git a/lib/locales/en/word/adverb.js b/lib/locales/en/word/adverb.js
new file mode 100644
index 00000000..742e273c
--- /dev/null
+++ b/lib/locales/en/word/adverb.js
@@ -0,0 +1,328 @@
+module["exports"] = [
+ "abnormally",
+ "absentmindedly",
+ "accidentally",
+ "acidly",
+ "actually",
+ "adventurously",
+ "afterwards",
+ "almost",
+ "always",
+ "angrily",
+ "annually",
+ "anxiously",
+ "arrogantly",
+ "awkwardly",
+ "badly",
+ "bashfully",
+ "beautifully",
+ "bitterly",
+ "bleakly",
+ "blindly",
+ "blissfully",
+ "boastfully",
+ "boldly",
+ "bravely",
+ "briefly",
+ "brightly",
+ "briskly",
+ "broadly",
+ "busily",
+ "calmly",
+ "carefully",
+ "carelessly",
+ "cautiously",
+ "certainly",
+ "cheerfully",
+ "clearly",
+ "cleverly",
+ "closely",
+ "coaxingly",
+ "colorfully",
+ "commonly",
+ "continually",
+ "coolly",
+ "correctly",
+ "courageously",
+ "crossly",
+ "cruelly",
+ "curiously",
+ "daily",
+ "daintily",
+ "dearly",
+ "deceivingly",
+ "deeply",
+ "defiantly",
+ "deliberately",
+ "delightfully",
+ "diligently",
+ "dimly",
+ "doubtfully",
+ "dreamily",
+ "easily",
+ "elegantly",
+ "energetically",
+ "enormously",
+ "enthusiastically",
+ "equally",
+ "especially",
+ "even",
+ "evenly",
+ "eventually",
+ "exactly",
+ "excitedly",
+ "extremely",
+ "fairly",
+ "faithfully",
+ "famously",
+ "far",
+ "fast",
+ "fatally",
+ "ferociously",
+ "fervently",
+ "fiercely",
+ "fondly",
+ "foolishly",
+ "fortunately",
+ "frankly",
+ "frantically",
+ "freely",
+ "frenetically",
+ "frightfully",
+ "fully",
+ "furiously",
+ "generally",
+ "generously",
+ "gently",
+ "gladly",
+ "gleefully",
+ "gracefully",
+ "gratefully",
+ "greatly",
+ "greedily",
+ "happily",
+ "hastily",
+ "healthily",
+ "heavily",
+ "helpfully",
+ "helplessly",
+ "highly",
+ "honestly",
+ "hopelessly",
+ "hourly",
+ "hungrily",
+ "immediately",
+ "innocently",
+ "inquisitively",
+ "instantly",
+ "intensely",
+ "intently",
+ "interestingly",
+ "inwardly",
+ "irritably",
+ "jaggedly",
+ "jealously",
+ "joshingly",
+ "jovially",
+ "joyfully",
+ "joyously",
+ "jubilantly",
+ "judgementally",
+ "justly",
+ "keenly",
+ "kiddingly",
+ "kindheartedly",
+ "kindly",
+ "kissingly",
+ "knavishly",
+ "knottily",
+ "knowingly",
+ "knowledgeably",
+ "kookily",
+ "lazily",
+ "less",
+ "lightly",
+ "likely",
+ "limply",
+ "lively",
+ "loftily",
+ "longingly",
+ "loosely",
+ "loudly",
+ "lovingly",
+ "loyally",
+ "madly",
+ "majestically",
+ "meaningfully",
+ "mechanically",
+ "merrily",
+ "miserably",
+ "mockingly",
+ "monthly",
+ "more",
+ "mortally",
+ "mostly",
+ "mysteriously",
+ "naturally",
+ "nearly",
+ "neatly",
+ "needily",
+ "nervously",
+ "never",
+ "nicely",
+ "noisily",
+ "not",
+ "obediently",
+ "obnoxiously",
+ "oddly",
+ "offensively",
+ "officially",
+ "often",
+ "only",
+ "openly",
+ "optimistically",
+ "overconfidently",
+ "owlishly",
+ "painfully",
+ "partially",
+ "patiently",
+ "perfectly",
+ "physically",
+ "playfully",
+ "politely",
+ "poorly",
+ "positively",
+ "potentially",
+ "powerfully",
+ "promptly",
+ "properly",
+ "punctually",
+ "quaintly",
+ "quarrelsomely",
+ "queasily",
+ "queerly",
+ "questionably",
+ "questioningly",
+ "quicker",
+ "quickly",
+ "quietly",
+ "quirkily",
+ "quizzically",
+ "rapidly",
+ "rarely",
+ "readily",
+ "really",
+ "reassuringly",
+ "recklessly",
+ "regularly",
+ "reluctantly",
+ "repeatedly",
+ "reproachfully",
+ "restfully",
+ "righteously",
+ "rightfully",
+ "rigidly",
+ "roughly",
+ "rudely",
+ "sadly",
+ "safely",
+ "scarcely",
+ "scarily",
+ "searchingly",
+ "sedately",
+ "seemingly",
+ "seldom",
+ "selfishly",
+ "separately",
+ "seriously",
+ "shakily",
+ "sharply",
+ "sheepishly",
+ "shrilly",
+ "shyly",
+ "silently",
+ "sleepily",
+ "slowly",
+ "smoothly",
+ "softly",
+ "solemnly",
+ "solidly",
+ "sometimes",
+ "soon",
+ "speedily",
+ "stealthily",
+ "sternly",
+ "strictly",
+ "successfully",
+ "suddenly",
+ "surprisingly",
+ "suspiciously",
+ "sweetly",
+ "swiftly",
+ "sympathetically",
+ "tenderly",
+ "tensely",
+ "terribly",
+ "thankfully",
+ "thoroughly",
+ "thoughtfully",
+ "tightly",
+ "tomorrow",
+ "too",
+ "tremendously",
+ "triumphantly",
+ "truly",
+ "truthfully",
+ "ultimately",
+ "unabashedly",
+ "unaccountably",
+ "unbearably",
+ "unethically",
+ "unexpectedly",
+ "unfortunately",
+ "unimpressively",
+ "unnaturally",
+ "unnecessarily",
+ "upbeat",
+ "upliftingly",
+ "upright",
+ "upside-down",
+ "upward",
+ "upwardly",
+ "urgently",
+ "usefully",
+ "uselessly",
+ "usually",
+ "utterly",
+ "vacantly",
+ "vaguely",
+ "vainly",
+ "valiantly",
+ "vastly",
+ "verbally",
+ "very",
+ "viciously",
+ "victoriously",
+ "violently",
+ "vivaciously",
+ "voluntarily",
+ "warmly",
+ "weakly",
+ "wearily",
+ "well",
+ "wetly",
+ "wholly",
+ "wildly",
+ "willfully",
+ "wisely",
+ "woefully",
+ "wonderfully",
+ "worriedly",
+ "wrongly",
+ "yawningly",
+ "yearly",
+ "yearningly",
+ "yesterday",
+ "yieldingly",
+ "youthfully",
+];
diff --git a/lib/locales/en/word/conjunction.js b/lib/locales/en/word/conjunction.js
new file mode 100644
index 00000000..eee3442b
--- /dev/null
+++ b/lib/locales/en/word/conjunction.js
@@ -0,0 +1,64 @@
+module["exports"] = [
+ "after",
+ "after all",
+ "although",
+ "and",
+ "as",
+ "as a result",
+ "as if",
+ "as long as",
+ "as much as",
+ "as soon as",
+ "as though",
+ "because",
+ "before",
+ "but",
+ "consequently",
+ "even",
+ "even if",
+ "even though",
+ "finally",
+ "for",
+ "for example",
+ "furthermore",
+ "hence",
+ "however",
+ "if",
+ "if only",
+ "if then",
+ "if when",
+ "in addition",
+ "in fact",
+ "in order that",
+ "inasmuch",
+ "incidentally",
+ "indeed",
+ "instead",
+ "just as",
+ "lest",
+ "likewise",
+ "meanwhile",
+ "nor",
+ "now",
+ "now since",
+ "now that",
+ "now when",
+ "once",
+ "or",
+ "provided",
+ "provided that",
+ "rather than",
+ "since",
+ "so",
+ "so that",
+ "supposing",
+ "that",
+ "though",
+ "until",
+ "whenever",
+ "whereas",
+ "wherever",
+ "which",
+ "who",
+ "yet",
+];
diff --git a/lib/locales/en/word/index.js b/lib/locales/en/word/index.js
new file mode 100644
index 00000000..cb14027c
--- /dev/null
+++ b/lib/locales/en/word/index.js
@@ -0,0 +1,9 @@
+var word = {};
+module["exports"] = word;
+word.adjective = require("./adjective");
+word.adverb = require("./adverb");
+word.conjunction = require("./conjunction");
+word.interjection = require("./interjection");
+word.noun = require("./noun");
+word.preposition = require("./preposition");
+word.verb = require("./verb");
diff --git a/lib/locales/en/word/interjection.js b/lib/locales/en/word/interjection.js
new file mode 100644
index 00000000..0473101f
--- /dev/null
+++ b/lib/locales/en/word/interjection.js
@@ -0,0 +1,49 @@
+module["exports"] = [
+ "yuck",
+ "oh",
+ "phooey",
+ "blah",
+ "boo",
+ "whoa",
+ "yowza",
+ "huzzah",
+ "boo hoo",
+ "fooey",
+ "geez",
+ "pfft",
+ "ew",
+ "ah",
+ "yum",
+ "brr",
+ "hm",
+ "yahoo",
+ "aha",
+ "woot",
+ "drat",
+ "gah",
+ "meh",
+ "psst",
+ "aw",
+ "ugh",
+ "yippee",
+ "eek",
+ "gee",
+ "bah",
+ "gadzooks",
+ "duh",
+ "ha",
+ "mmm",
+ "tsk tsk",
+ "ouch",
+ "phew",
+ "ack",
+ "uh-huh",
+ "gosh",
+ "hmph",
+ "pish",
+ "zowie",
+ "er",
+ "ick",
+ "oof",
+ "um",
+];
diff --git a/lib/locales/en/word/noun.js b/lib/locales/en/word/noun.js
new file mode 100644
index 00000000..9bb78abc
--- /dev/null
+++ b/lib/locales/en/word/noun.js
@@ -0,0 +1,6803 @@
+module["exports"] = [
+ "ATM",
+ "CD",
+ "SUV",
+ "TV",
+ "aardvark",
+ "abacus",
+ "abbey",
+ "abbreviation",
+ "abdomen",
+ "ability",
+ "abnormality",
+ "abolishment",
+ "abortion",
+ "abrogation",
+ "absence",
+ "abundance",
+ "abuse",
+ "academics",
+ "academy",
+ "accelerant",
+ "accelerator",
+ "accent",
+ "acceptance",
+ "access",
+ "accessory",
+ "accident",
+ "accommodation",
+ "accompanist",
+ "accomplishment",
+ "accord",
+ "accordance",
+ "accordion",
+ "account",
+ "accountability",
+ "accountant",
+ "accounting",
+ "accuracy",
+ "accusation",
+ "acetate",
+ "achievement",
+ "achiever",
+ "acid",
+ "acknowledgment",
+ "acorn",
+ "acoustics",
+ "acquaintance",
+ "acquisition",
+ "acre",
+ "acrylic",
+ "act",
+ "action",
+ "activation",
+ "activist",
+ "activity",
+ "actor",
+ "actress",
+ "acupuncture",
+ "ad",
+ "adaptation",
+ "adapter",
+ "addiction",
+ "addition",
+ "address",
+ "adjective",
+ "adjustment",
+ "admin",
+ "administration",
+ "administrator",
+ "admire",
+ "admission",
+ "adobe",
+ "adoption",
+ "adrenalin",
+ "adrenaline",
+ "adult",
+ "adulthood",
+ "advance",
+ "advancement",
+ "advantage",
+ "advent",
+ "adverb",
+ "advertisement",
+ "advertising",
+ "advice",
+ "adviser",
+ "advocacy",
+ "advocate",
+ "affair",
+ "affect",
+ "affidavit",
+ "affiliate",
+ "affinity",
+ "afoul",
+ "afterlife",
+ "aftermath",
+ "afternoon",
+ "aftershave",
+ "aftershock",
+ "afterthought",
+ "age",
+ "agency",
+ "agenda",
+ "agent",
+ "aggradation",
+ "aggression",
+ "aglet",
+ "agony",
+ "agreement",
+ "agriculture",
+ "aid",
+ "aide",
+ "aim",
+ "air",
+ "airbag",
+ "airbus",
+ "aircraft",
+ "airfare",
+ "airfield",
+ "airforce",
+ "airline",
+ "airmail",
+ "airman",
+ "airplane",
+ "airport",
+ "airship",
+ "airspace",
+ "alarm",
+ "alb",
+ "albatross",
+ "album",
+ "alcohol",
+ "alcove",
+ "alder",
+ "ale",
+ "alert",
+ "alfalfa",
+ "algebra",
+ "algorithm",
+ "alias",
+ "alibi",
+ "alien",
+ "allegation",
+ "allergist",
+ "alley",
+ "alliance",
+ "alligator",
+ "allocation",
+ "allowance",
+ "alloy",
+ "alluvium",
+ "almanac",
+ "almighty",
+ "almond",
+ "alpaca",
+ "alpenglow",
+ "alpenhorn",
+ "alpha",
+ "alphabet",
+ "altar",
+ "alteration",
+ "alternative",
+ "altitude",
+ "alto",
+ "aluminium",
+ "aluminum",
+ "amazement",
+ "amazon",
+ "ambassador",
+ "amber",
+ "ambience",
+ "ambiguity",
+ "ambition",
+ "ambulance",
+ "amendment",
+ "amenity",
+ "ammunition",
+ "amnesty",
+ "amount",
+ "amusement",
+ "anagram",
+ "analgesia",
+ "analog",
+ "analogue",
+ "analogy",
+ "analysis",
+ "analyst",
+ "analytics",
+ "anarchist",
+ "anarchy",
+ "anatomy",
+ "ancestor",
+ "anchovy",
+ "android",
+ "anesthesiologist",
+ "anesthesiology",
+ "angel",
+ "anger",
+ "angina",
+ "angiosperm",
+ "angle",
+ "angora",
+ "angstrom",
+ "anguish",
+ "animal",
+ "anime",
+ "anise",
+ "ankle",
+ "anklet",
+ "anniversary",
+ "announcement",
+ "annual",
+ "anorak",
+ "answer",
+ "ant",
+ "anteater",
+ "antecedent",
+ "antechamber",
+ "antelope",
+ "antennae",
+ "anterior",
+ "anthropology",
+ "antibody",
+ "anticipation",
+ "anticodon",
+ "antigen",
+ "antique",
+ "antiquity",
+ "antler",
+ "antling",
+ "anxiety",
+ "anybody",
+ "anyone",
+ "anything",
+ "anywhere",
+ "apartment",
+ "ape",
+ "aperitif",
+ "apology",
+ "app",
+ "apparatus",
+ "apparel",
+ "appeal",
+ "appearance",
+ "appellation",
+ "appendix",
+ "appetiser",
+ "appetite",
+ "appetizer",
+ "applause",
+ "apple",
+ "applewood",
+ "appliance",
+ "application",
+ "appointment",
+ "appreciation",
+ "apprehension",
+ "approach",
+ "appropriation",
+ "approval",
+ "apricot",
+ "apron",
+ "apse",
+ "aquarium",
+ "aquifer",
+ "arcade",
+ "arch",
+ "arch-rival",
+ "archaeologist",
+ "archaeology",
+ "archeology",
+ "archer",
+ "architect",
+ "architecture",
+ "archives",
+ "area",
+ "arena",
+ "argument",
+ "arithmetic",
+ "ark",
+ "arm",
+ "arm-rest",
+ "armadillo",
+ "armament",
+ "armchair",
+ "armoire",
+ "armor",
+ "armour",
+ "armpit",
+ "armrest",
+ "army",
+ "arrangement",
+ "array",
+ "arrest",
+ "arrival",
+ "arrogance",
+ "arrow",
+ "art",
+ "artery",
+ "arthur",
+ "artichoke",
+ "article",
+ "artifact",
+ "artificer",
+ "artist",
+ "ascend",
+ "ascent",
+ "ascot",
+ "ash",
+ "ashram",
+ "ashtray",
+ "aside",
+ "asparagus",
+ "aspect",
+ "asphalt",
+ "aspic",
+ "ass",
+ "assassination",
+ "assault",
+ "assembly",
+ "assertion",
+ "assessment",
+ "asset",
+ "assignment",
+ "assist",
+ "assistance",
+ "assistant",
+ "associate",
+ "association",
+ "assumption",
+ "assurance",
+ "asterisk",
+ "astrakhan",
+ "astrolabe",
+ "astrologer",
+ "astrology",
+ "astronomy",
+ "asymmetry",
+ "atelier",
+ "atheist",
+ "athlete",
+ "athletics",
+ "atmosphere",
+ "atom",
+ "atrium",
+ "attachment",
+ "attack",
+ "attacker",
+ "attainment",
+ "attempt",
+ "attendance",
+ "attendant",
+ "attention",
+ "attenuation",
+ "attic",
+ "attitude",
+ "attorney",
+ "attraction",
+ "attribute",
+ "auction",
+ "audience",
+ "audit",
+ "auditorium",
+ "aunt",
+ "authentication",
+ "authenticity",
+ "author",
+ "authorisation",
+ "authority",
+ "authorization",
+ "auto",
+ "autoimmunity",
+ "automation",
+ "automaton",
+ "autumn",
+ "availability",
+ "avalanche",
+ "avenue",
+ "average",
+ "avocado",
+ "award",
+ "awareness",
+ "awe",
+ "axis",
+ "azimuth",
+ "babe",
+ "baboon",
+ "babushka",
+ "baby",
+ "bachelor",
+ "back",
+ "back-up",
+ "backbone",
+ "backburn",
+ "backdrop",
+ "background",
+ "backpack",
+ "backup",
+ "backyard",
+ "bacon",
+ "bacterium",
+ "badge",
+ "badger",
+ "bafflement",
+ "bag",
+ "bagel",
+ "baggage",
+ "baggie",
+ "baggy",
+ "bagpipe",
+ "bail",
+ "bait",
+ "bake",
+ "baker",
+ "bakery",
+ "bakeware",
+ "balaclava",
+ "balalaika",
+ "balance",
+ "balcony",
+ "ball",
+ "ballet",
+ "balloon",
+ "balloonist",
+ "ballot",
+ "ballpark",
+ "bamboo",
+ "ban",
+ "banana",
+ "band",
+ "bandana",
+ "bandanna",
+ "bandolier",
+ "bandwidth",
+ "bangle",
+ "banjo",
+ "bank",
+ "bankbook",
+ "banker",
+ "banking",
+ "bankruptcy",
+ "banner",
+ "banquette",
+ "banyan",
+ "baobab",
+ "bar",
+ "barbecue",
+ "barbeque",
+ "barber",
+ "barbiturate",
+ "bargain",
+ "barge",
+ "baritone",
+ "barium",
+ "bark",
+ "barley",
+ "barn",
+ "barometer",
+ "barracks",
+ "barrage",
+ "barrel",
+ "barrier",
+ "barstool",
+ "bartender",
+ "base",
+ "baseball",
+ "baseboard",
+ "baseline",
+ "basement",
+ "basics",
+ "basil",
+ "basin",
+ "basis",
+ "basket",
+ "basketball",
+ "bass",
+ "bassinet",
+ "bassoon",
+ "bat",
+ "bath",
+ "bather",
+ "bathhouse",
+ "bathrobe",
+ "bathroom",
+ "bathtub",
+ "battalion",
+ "batter",
+ "battery",
+ "batting",
+ "battle",
+ "battleship",
+ "bay",
+ "bayou",
+ "beach",
+ "bead",
+ "beak",
+ "beam",
+ "bean",
+ "beancurd",
+ "beanie",
+ "beanstalk",
+ "bear",
+ "beard",
+ "beast",
+ "beastie",
+ "beat",
+ "beating",
+ "beauty",
+ "beaver",
+ "beck",
+ "bed",
+ "bedrock",
+ "bedroom",
+ "bee",
+ "beech",
+ "beef",
+ "beer",
+ "beet",
+ "beetle",
+ "beggar",
+ "beginner",
+ "beginning",
+ "begonia",
+ "behalf",
+ "behavior",
+ "behaviour",
+ "beheading",
+ "behest",
+ "behold",
+ "being",
+ "belfry",
+ "belief",
+ "believer",
+ "bell",
+ "belligerency",
+ "bellows",
+ "belly",
+ "belt",
+ "bench",
+ "bend",
+ "beneficiary",
+ "benefit",
+ "beret",
+ "berry",
+ "best-seller",
+ "bestseller",
+ "bet",
+ "beverage",
+ "beyond",
+ "bias",
+ "bibliography",
+ "bicycle",
+ "bid",
+ "bidder",
+ "bidding",
+ "bidet",
+ "bifocals",
+ "bijou",
+ "bike",
+ "bikini",
+ "bill",
+ "billboard",
+ "billing",
+ "billion",
+ "bin",
+ "binoculars",
+ "biology",
+ "biopsy",
+ "biosphere",
+ "biplane",
+ "birch",
+ "bird",
+ "bird-watcher",
+ "birdbath",
+ "birdcage",
+ "birdhouse",
+ "birth",
+ "birthday",
+ "biscuit",
+ "bit",
+ "bite",
+ "bitten",
+ "bitter",
+ "black",
+ "blackberry",
+ "blackbird",
+ "blackboard",
+ "blackfish",
+ "blackness",
+ "bladder",
+ "blade",
+ "blame",
+ "blank",
+ "blanket",
+ "blast",
+ "blazer",
+ "blend",
+ "blessing",
+ "blight",
+ "blind",
+ "blinker",
+ "blister",
+ "blizzard",
+ "block",
+ "blocker",
+ "blog",
+ "blogger",
+ "blood",
+ "bloodflow",
+ "bloom",
+ "bloomer",
+ "blossom",
+ "blouse",
+ "blow",
+ "blowgun",
+ "blowhole",
+ "blue",
+ "blueberry",
+ "blush",
+ "boar",
+ "board",
+ "boat",
+ "boatload",
+ "boatyard",
+ "bob",
+ "bobcat",
+ "body",
+ "bog",
+ "bolero",
+ "bolt",
+ "bomb",
+ "bomber",
+ "bombing",
+ "bond",
+ "bonding",
+ "bondsman",
+ "bone",
+ "bonfire",
+ "bongo",
+ "bonnet",
+ "bonsai",
+ "bonus",
+ "boogeyman",
+ "book",
+ "bookcase",
+ "bookend",
+ "booking",
+ "booklet",
+ "bookmark",
+ "boolean",
+ "boom",
+ "boon",
+ "boost",
+ "booster",
+ "boot",
+ "bootee",
+ "bootie",
+ "booty",
+ "border",
+ "bore",
+ "borrower",
+ "borrowing",
+ "bosom",
+ "boss",
+ "botany",
+ "bother",
+ "bottle",
+ "bottling",
+ "bottom",
+ "bottom-line",
+ "boudoir",
+ "bough",
+ "boulder",
+ "boulevard",
+ "boundary",
+ "bouquet",
+ "bourgeoisie",
+ "bout",
+ "boutique",
+ "bow",
+ "bower",
+ "bowl",
+ "bowler",
+ "bowling",
+ "bowtie",
+ "box",
+ "boxer",
+ "boxspring",
+ "boy",
+ "boycott",
+ "boyfriend",
+ "boyhood",
+ "boysenberry",
+ "bra",
+ "brace",
+ "bracelet",
+ "bracket",
+ "brain",
+ "brake",
+ "bran",
+ "branch",
+ "brand",
+ "brandy",
+ "brass",
+ "brassiere",
+ "bratwurst",
+ "bread",
+ "breadcrumb",
+ "breadfruit",
+ "break",
+ "breakdown",
+ "breakfast",
+ "breakpoint",
+ "breakthrough",
+ "breast",
+ "breastplate",
+ "breath",
+ "breeze",
+ "brewer",
+ "bribery",
+ "brick",
+ "bricklaying",
+ "bride",
+ "bridge",
+ "brief",
+ "briefing",
+ "briefly",
+ "briefs",
+ "brilliant",
+ "brink",
+ "brisket",
+ "broad",
+ "broadcast",
+ "broccoli",
+ "brochure",
+ "brocolli",
+ "broiler",
+ "broker",
+ "bronchitis",
+ "bronco",
+ "bronze",
+ "brooch",
+ "brood",
+ "brook",
+ "broom",
+ "brother",
+ "brother-in-law",
+ "brow",
+ "brown",
+ "brownie",
+ "browser",
+ "browsing",
+ "brunch",
+ "brush",
+ "brushfire",
+ "brushing",
+ "bubble",
+ "buck",
+ "bucket",
+ "buckle",
+ "buckwheat",
+ "bud",
+ "buddy",
+ "budget",
+ "buffalo",
+ "buffer",
+ "buffet",
+ "bug",
+ "buggy",
+ "bugle",
+ "builder",
+ "building",
+ "bulb",
+ "bulk",
+ "bull",
+ "bull-fighter",
+ "bulldozer",
+ "bullet",
+ "bump",
+ "bumper",
+ "bun",
+ "bunch",
+ "bungalow",
+ "bunghole",
+ "bunkhouse",
+ "burden",
+ "bureau",
+ "burglar",
+ "burial",
+ "burlesque",
+ "burn",
+ "burn-out",
+ "burning",
+ "burrito",
+ "burro",
+ "burrow",
+ "burst",
+ "bus",
+ "bush",
+ "business",
+ "businessman",
+ "bust",
+ "bustle",
+ "butane",
+ "butcher",
+ "butler",
+ "butter",
+ "butterfly",
+ "button",
+ "buy",
+ "buyer",
+ "buying",
+ "buzz",
+ "buzzard",
+ "c-clamp",
+ "cabana",
+ "cabbage",
+ "cabin",
+ "cabinet",
+ "cable",
+ "caboose",
+ "cacao",
+ "cactus",
+ "caddy",
+ "cadet",
+ "cafe",
+ "caffeine",
+ "caftan",
+ "cage",
+ "cake",
+ "calcification",
+ "calculation",
+ "calculator",
+ "calculus",
+ "calendar",
+ "calf",
+ "caliber",
+ "calibre",
+ "calico",
+ "call",
+ "calm",
+ "calorie",
+ "camel",
+ "cameo",
+ "camera",
+ "camp",
+ "campaign",
+ "campaigning",
+ "campanile",
+ "camper",
+ "campus",
+ "can",
+ "canal",
+ "cancer",
+ "candelabra",
+ "candidacy",
+ "candidate",
+ "candle",
+ "candy",
+ "cane",
+ "cannibal",
+ "cannon",
+ "canoe",
+ "canon",
+ "canopy",
+ "cantaloupe",
+ "canteen",
+ "canvas",
+ "cap",
+ "capability",
+ "capacity",
+ "cape",
+ "caper",
+ "capital",
+ "capitalism",
+ "capitulation",
+ "capon",
+ "cappelletti",
+ "cappuccino",
+ "captain",
+ "caption",
+ "captor",
+ "car",
+ "carabao",
+ "caramel",
+ "caravan",
+ "carbohydrate",
+ "carbon",
+ "carboxyl",
+ "card",
+ "cardboard",
+ "cardigan",
+ "care",
+ "career",
+ "cargo",
+ "caribou",
+ "carload",
+ "carnation",
+ "carnival",
+ "carol",
+ "carotene",
+ "carp",
+ "carpenter",
+ "carpet",
+ "carpeting",
+ "carport",
+ "carriage",
+ "carrier",
+ "carrot",
+ "carry",
+ "cart",
+ "cartel",
+ "carter",
+ "cartilage",
+ "cartload",
+ "cartoon",
+ "cartridge",
+ "carving",
+ "cascade",
+ "case",
+ "casement",
+ "cash",
+ "cashew",
+ "cashier",
+ "casino",
+ "casket",
+ "cassava",
+ "casserole",
+ "cassock",
+ "cast",
+ "castanet",
+ "castle",
+ "casualty",
+ "cat",
+ "catacomb",
+ "catalogue",
+ "catalysis",
+ "catalyst",
+ "catamaran",
+ "catastrophe",
+ "catch",
+ "catcher",
+ "category",
+ "caterpillar",
+ "cathedral",
+ "cation",
+ "catsup",
+ "cattle",
+ "cauliflower",
+ "causal",
+ "cause",
+ "causeway",
+ "caution",
+ "cave",
+ "caviar",
+ "cayenne",
+ "ceiling",
+ "celebration",
+ "celebrity",
+ "celeriac",
+ "celery",
+ "cell",
+ "cellar",
+ "cello",
+ "celsius",
+ "cement",
+ "cemetery",
+ "cenotaph",
+ "census",
+ "cent",
+ "center",
+ "centimeter",
+ "centre",
+ "centurion",
+ "century",
+ "cephalopod",
+ "ceramic",
+ "ceramics",
+ "cereal",
+ "ceremony",
+ "certainty",
+ "certificate",
+ "certification",
+ "cesspool",
+ "chafe",
+ "chain",
+ "chainstay",
+ "chair",
+ "chairlift",
+ "chairman",
+ "chairperson",
+ "chaise",
+ "chalet",
+ "chalice",
+ "chalk",
+ "challenge",
+ "chamber",
+ "champagne",
+ "champion",
+ "championship",
+ "chance",
+ "chandelier",
+ "change",
+ "channel",
+ "chaos",
+ "chap",
+ "chapel",
+ "chaplain",
+ "chapter",
+ "character",
+ "characteristic",
+ "characterization",
+ "chard",
+ "charge",
+ "charger",
+ "charity",
+ "charlatan",
+ "charm",
+ "charset",
+ "chart",
+ "charter",
+ "chasm",
+ "chassis",
+ "chastity",
+ "chasuble",
+ "chateau",
+ "chatter",
+ "chauffeur",
+ "chauvinist",
+ "check",
+ "checkbook",
+ "checking",
+ "checkout",
+ "checkroom",
+ "cheddar",
+ "cheek",
+ "cheer",
+ "cheese",
+ "cheesecake",
+ "cheetah",
+ "chef",
+ "chem",
+ "chemical",
+ "chemistry",
+ "chemotaxis",
+ "cheque",
+ "cherry",
+ "chess",
+ "chest",
+ "chestnut",
+ "chick",
+ "chicken",
+ "chicory",
+ "chief",
+ "chiffonier",
+ "child",
+ "childbirth",
+ "childhood",
+ "chili",
+ "chill",
+ "chime",
+ "chimpanzee",
+ "chin",
+ "chinchilla",
+ "chino",
+ "chip",
+ "chipmunk",
+ "chit-chat",
+ "chivalry",
+ "chive",
+ "chives",
+ "chocolate",
+ "choice",
+ "choir",
+ "choker",
+ "cholesterol",
+ "choosing",
+ "chop",
+ "chops",
+ "chopstick",
+ "chopsticks",
+ "chord",
+ "chorus",
+ "chow",
+ "chowder",
+ "chrome",
+ "chromolithograph",
+ "chronicle",
+ "chronograph",
+ "chronometer",
+ "chrysalis",
+ "chub",
+ "chuck",
+ "chug",
+ "church",
+ "churn",
+ "chutney",
+ "cicada",
+ "cigarette",
+ "cilantro",
+ "cinder",
+ "cinema",
+ "cinnamon",
+ "circadian",
+ "circle",
+ "circuit",
+ "circulation",
+ "circumference",
+ "circumstance",
+ "cirrhosis",
+ "cirrus",
+ "citizen",
+ "citizenship",
+ "citron",
+ "citrus",
+ "city",
+ "civilian",
+ "civilisation",
+ "civilization",
+ "claim",
+ "clam",
+ "clamp",
+ "clan",
+ "clank",
+ "clapboard",
+ "clarification",
+ "clarinet",
+ "clarity",
+ "clasp",
+ "class",
+ "classic",
+ "classification",
+ "classmate",
+ "classroom",
+ "clause",
+ "clave",
+ "clavicle",
+ "clavier",
+ "claw",
+ "clay",
+ "cleaner",
+ "clearance",
+ "clearing",
+ "cleat",
+ "cleavage",
+ "clef",
+ "cleft",
+ "clergyman",
+ "cleric",
+ "clerk",
+ "click",
+ "client",
+ "cliff",
+ "climate",
+ "climb",
+ "clinic",
+ "clip",
+ "clipboard",
+ "clipper",
+ "cloak",
+ "cloakroom",
+ "clock",
+ "clockwork",
+ "clogs",
+ "cloister",
+ "clone",
+ "close",
+ "closet",
+ "closing",
+ "closure",
+ "cloth",
+ "clothes",
+ "clothing",
+ "cloud",
+ "cloudburst",
+ "clove",
+ "clover",
+ "cloves",
+ "club",
+ "clue",
+ "cluster",
+ "clutch",
+ "co-producer",
+ "coach",
+ "coal",
+ "coalition",
+ "coast",
+ "coaster",
+ "coat",
+ "cob",
+ "cobbler",
+ "cobweb",
+ "cock",
+ "cockpit",
+ "cockroach",
+ "cocktail",
+ "cocoa",
+ "coconut",
+ "cod",
+ "code",
+ "codepage",
+ "codling",
+ "codon",
+ "codpiece",
+ "coevolution",
+ "cofactor",
+ "coffee",
+ "coffin",
+ "cohesion",
+ "cohort",
+ "coil",
+ "coin",
+ "coincidence",
+ "coinsurance",
+ "coke",
+ "cold",
+ "coleslaw",
+ "coliseum",
+ "collaboration",
+ "collagen",
+ "collapse",
+ "collar",
+ "collard",
+ "collateral",
+ "colleague",
+ "collection",
+ "collectivisation",
+ "collectivization",
+ "collector",
+ "college",
+ "collision",
+ "colloquy",
+ "colon",
+ "colonial",
+ "colonialism",
+ "colonisation",
+ "colonization",
+ "colony",
+ "color",
+ "colorlessness",
+ "colt",
+ "column",
+ "columnist",
+ "comb",
+ "combat",
+ "combination",
+ "combine",
+ "comeback",
+ "comedy",
+ "comestible",
+ "comfort",
+ "comfortable",
+ "comic",
+ "comics",
+ "comma",
+ "command",
+ "commander",
+ "commandment",
+ "comment",
+ "commerce",
+ "commercial",
+ "commission",
+ "commitment",
+ "committee",
+ "commodity",
+ "common",
+ "commonsense",
+ "commotion",
+ "communicant",
+ "communication",
+ "communion",
+ "communist",
+ "community",
+ "commuter",
+ "company",
+ "comparison",
+ "compass",
+ "compassion",
+ "compassionate",
+ "compensation",
+ "competence",
+ "competition",
+ "competitor",
+ "complaint",
+ "complement",
+ "completion",
+ "complex",
+ "complexity",
+ "compliance",
+ "complication",
+ "complicity",
+ "compliment",
+ "component",
+ "comportment",
+ "composer",
+ "composite",
+ "composition",
+ "compost",
+ "comprehension",
+ "compress",
+ "compromise",
+ "comptroller",
+ "compulsion",
+ "computer",
+ "comradeship",
+ "con",
+ "concentrate",
+ "concentration",
+ "concept",
+ "conception",
+ "concern",
+ "concert",
+ "conclusion",
+ "concrete",
+ "condition",
+ "conditioner",
+ "condominium",
+ "condor",
+ "conduct",
+ "conductor",
+ "cone",
+ "confectionery",
+ "conference",
+ "confidence",
+ "confidentiality",
+ "configuration",
+ "confirmation",
+ "conflict",
+ "conformation",
+ "confusion",
+ "conga",
+ "congo",
+ "congregation",
+ "congress",
+ "congressman",
+ "congressperson",
+ "conifer",
+ "connection",
+ "connotation",
+ "conscience",
+ "consciousness",
+ "consensus",
+ "consent",
+ "consequence",
+ "conservation",
+ "conservative",
+ "consideration",
+ "consignment",
+ "consist",
+ "consistency",
+ "console",
+ "consonant",
+ "conspiracy",
+ "conspirator",
+ "constant",
+ "constellation",
+ "constitution",
+ "constraint",
+ "construction",
+ "consul",
+ "consulate",
+ "consulting",
+ "consumer",
+ "consumption",
+ "contact",
+ "contact lens",
+ "contagion",
+ "container",
+ "content",
+ "contention",
+ "contest",
+ "context",
+ "continent",
+ "contingency",
+ "continuity",
+ "contour",
+ "contract",
+ "contractor",
+ "contrail",
+ "contrary",
+ "contrast",
+ "contribution",
+ "contributor",
+ "control",
+ "controller",
+ "controversy",
+ "convection",
+ "convenience",
+ "convention",
+ "conversation",
+ "conversion",
+ "convert",
+ "convertible",
+ "conviction",
+ "cook",
+ "cookbook",
+ "cookie",
+ "cooking",
+ "coonskin",
+ "cooperation",
+ "coordination",
+ "coordinator",
+ "cop",
+ "cop-out",
+ "cope",
+ "copper",
+ "copy",
+ "copying",
+ "copyright",
+ "copywriter",
+ "coral",
+ "cord",
+ "corduroy",
+ "core",
+ "cork",
+ "cormorant",
+ "corn",
+ "corner",
+ "cornerstone",
+ "cornet",
+ "cornflakes",
+ "cornmeal",
+ "corporal",
+ "corporation",
+ "corporatism",
+ "corps",
+ "corral",
+ "correspondence",
+ "correspondent",
+ "corridor",
+ "corruption",
+ "corsage",
+ "cosset",
+ "cost",
+ "costume",
+ "cot",
+ "cottage",
+ "cotton",
+ "couch",
+ "cougar",
+ "cough",
+ "council",
+ "councilman",
+ "councilor",
+ "councilperson",
+ "counsel",
+ "counseling",
+ "counselling",
+ "counsellor",
+ "counselor",
+ "count",
+ "counter",
+ "counter-force",
+ "counterpart",
+ "counterterrorism",
+ "countess",
+ "country",
+ "countryside",
+ "county",
+ "couple",
+ "coupon",
+ "courage",
+ "course",
+ "court",
+ "courthouse",
+ "courtroom",
+ "cousin",
+ "covariate",
+ "cover",
+ "coverage",
+ "coverall",
+ "cow",
+ "cowbell",
+ "cowboy",
+ "coyote",
+ "crab",
+ "crack",
+ "cracker",
+ "crackers",
+ "cradle",
+ "craft",
+ "craftsman",
+ "cranberry",
+ "crane",
+ "cranky",
+ "crap",
+ "crash",
+ "crate",
+ "cravat",
+ "craw",
+ "crawdad",
+ "crayfish",
+ "crayon",
+ "crazy",
+ "cream",
+ "creation",
+ "creationism",
+ "creationist",
+ "creative",
+ "creativity",
+ "creator",
+ "creature",
+ "creche",
+ "credential",
+ "credenza",
+ "credibility",
+ "credit",
+ "creditor",
+ "creek",
+ "creme brulee",
+ "crepe",
+ "crest",
+ "crew",
+ "crewman",
+ "crewmate",
+ "crewmember",
+ "crewmen",
+ "cria",
+ "crib",
+ "cribbage",
+ "cricket",
+ "cricketer",
+ "crime",
+ "criminal",
+ "crinoline",
+ "crisis",
+ "crisp",
+ "criteria",
+ "criterion",
+ "critic",
+ "criticism",
+ "crocodile",
+ "crocus",
+ "croissant",
+ "crook",
+ "crop",
+ "cross",
+ "cross-contamination",
+ "cross-stitch",
+ "crotch",
+ "croup",
+ "crow",
+ "crowd",
+ "crown",
+ "crucifixion",
+ "crude",
+ "cruelty",
+ "cruise",
+ "crumb",
+ "crunch",
+ "crusader",
+ "crush",
+ "crust",
+ "cry",
+ "crystal",
+ "crystallography",
+ "cub",
+ "cube",
+ "cuckoo",
+ "cucumber",
+ "cue",
+ "cuff-link",
+ "cuisine",
+ "cultivar",
+ "cultivator",
+ "culture",
+ "culvert",
+ "cummerbund",
+ "cup",
+ "cupboard",
+ "cupcake",
+ "cupola",
+ "curd",
+ "cure",
+ "curio",
+ "curiosity",
+ "curl",
+ "curler",
+ "currant",
+ "currency",
+ "current",
+ "curriculum",
+ "curry",
+ "curse",
+ "cursor",
+ "curtailment",
+ "curtain",
+ "curve",
+ "cushion",
+ "custard",
+ "custody",
+ "custom",
+ "customer",
+ "cut",
+ "cuticle",
+ "cutlet",
+ "cutover",
+ "cutting",
+ "cyclamen",
+ "cycle",
+ "cyclone",
+ "cyclooxygenase",
+ "cygnet",
+ "cylinder",
+ "cymbal",
+ "cynic",
+ "cyst",
+ "cytokine",
+ "cytoplasm",
+ "dad",
+ "daddy",
+ "daffodil",
+ "dagger",
+ "dahlia",
+ "daikon",
+ "daily",
+ "dairy",
+ "daisy",
+ "dam",
+ "damage",
+ "dame",
+ "damn",
+ "dance",
+ "dancer",
+ "dancing",
+ "dandelion",
+ "danger",
+ "dare",
+ "dark",
+ "darkness",
+ "darn",
+ "dart",
+ "dash",
+ "dashboard",
+ "data",
+ "database",
+ "date",
+ "daughter",
+ "dawn",
+ "day",
+ "daybed",
+ "daylight",
+ "dead",
+ "deadline",
+ "deal",
+ "dealer",
+ "dealing",
+ "dearest",
+ "death",
+ "deathwatch",
+ "debate",
+ "debris",
+ "debt",
+ "debtor",
+ "decade",
+ "decadence",
+ "decency",
+ "decimal",
+ "decision",
+ "decision-making",
+ "deck",
+ "declaration",
+ "declination",
+ "decline",
+ "decoder",
+ "decongestant",
+ "decoration",
+ "decrease",
+ "decryption",
+ "dedication",
+ "deduce",
+ "deduction",
+ "deed",
+ "deep",
+ "deer",
+ "default",
+ "defeat",
+ "defendant",
+ "defender",
+ "defense",
+ "deficit",
+ "definition",
+ "deformation",
+ "degradation",
+ "degree",
+ "delay",
+ "deliberation",
+ "delight",
+ "delivery",
+ "demand",
+ "democracy",
+ "democrat",
+ "demon",
+ "demur",
+ "den",
+ "denim",
+ "denominator",
+ "density",
+ "dentist",
+ "deodorant",
+ "department",
+ "departure",
+ "dependency",
+ "dependent",
+ "deployment",
+ "deposit",
+ "deposition",
+ "depot",
+ "depression",
+ "depressive",
+ "depth",
+ "deputy",
+ "derby",
+ "derivation",
+ "derivative",
+ "derrick",
+ "descendant",
+ "descent",
+ "description",
+ "desert",
+ "design",
+ "designation",
+ "designer",
+ "desire",
+ "desk",
+ "desktop",
+ "dessert",
+ "destination",
+ "destiny",
+ "destroyer",
+ "destruction",
+ "detail",
+ "detainee",
+ "detainment",
+ "detection",
+ "detective",
+ "detector",
+ "detention",
+ "determination",
+ "detour",
+ "devastation",
+ "developer",
+ "developing",
+ "development",
+ "developmental",
+ "deviance",
+ "deviation",
+ "device",
+ "devil",
+ "dew",
+ "dhow",
+ "diabetes",
+ "diadem",
+ "diagnosis",
+ "diagram",
+ "dial",
+ "dialect",
+ "dialogue",
+ "diam",
+ "diamond",
+ "diaper",
+ "diaphragm",
+ "diarist",
+ "diary",
+ "dibble",
+ "dick",
+ "dickey",
+ "dictaphone",
+ "dictator",
+ "diction",
+ "dictionary",
+ "die",
+ "diesel",
+ "diet",
+ "difference",
+ "differential",
+ "difficulty",
+ "diffuse",
+ "dig",
+ "digestion",
+ "digestive",
+ "digger",
+ "digging",
+ "digit",
+ "dignity",
+ "dilapidation",
+ "dill",
+ "dilution",
+ "dime",
+ "dimension",
+ "dimple",
+ "diner",
+ "dinghy",
+ "dining",
+ "dinner",
+ "dinosaur",
+ "dioxide",
+ "dip",
+ "diploma",
+ "diplomacy",
+ "dipstick",
+ "direction",
+ "directive",
+ "director",
+ "directory",
+ "dirndl",
+ "dirt",
+ "disability",
+ "disadvantage",
+ "disagreement",
+ "disappointment",
+ "disarmament",
+ "disaster",
+ "discharge",
+ "discipline",
+ "disclaimer",
+ "disclosure",
+ "disco",
+ "disconnection",
+ "discount",
+ "discourse",
+ "discovery",
+ "discrepancy",
+ "discretion",
+ "discrimination",
+ "discussion",
+ "disdain",
+ "disease",
+ "disembodiment",
+ "disengagement",
+ "disguise",
+ "disgust",
+ "dish",
+ "dishwasher",
+ "disk",
+ "disparity",
+ "dispatch",
+ "displacement",
+ "display",
+ "disposal",
+ "disposer",
+ "disposition",
+ "dispute",
+ "disregard",
+ "disruption",
+ "dissemination",
+ "dissonance",
+ "distance",
+ "distinction",
+ "distortion",
+ "distribution",
+ "distributor",
+ "district",
+ "divalent",
+ "divan",
+ "diver",
+ "diversity",
+ "divide",
+ "dividend",
+ "divider",
+ "divine",
+ "diving",
+ "division",
+ "divorce",
+ "doc",
+ "dock",
+ "doctor",
+ "doctorate",
+ "doctrine",
+ "document",
+ "documentary",
+ "documentation",
+ "doe",
+ "dog",
+ "doggie",
+ "dogsled",
+ "dogwood",
+ "doing",
+ "doll",
+ "dollar",
+ "dollop",
+ "dolman",
+ "dolor",
+ "dolphin",
+ "domain",
+ "dome",
+ "domination",
+ "donation",
+ "donkey",
+ "donor",
+ "donut",
+ "door",
+ "doorbell",
+ "doorknob",
+ "doorpost",
+ "doorway",
+ "dory",
+ "dose",
+ "dot",
+ "double",
+ "doubling",
+ "doubt",
+ "doubter",
+ "dough",
+ "doughnut",
+ "down",
+ "downfall",
+ "downforce",
+ "downgrade",
+ "download",
+ "downstairs",
+ "downtown",
+ "downturn",
+ "dozen",
+ "draft",
+ "drag",
+ "dragon",
+ "dragonfly",
+ "dragonfruit",
+ "dragster",
+ "drain",
+ "drainage",
+ "drake",
+ "drama",
+ "dramaturge",
+ "drapes",
+ "draw",
+ "drawbridge",
+ "drawer",
+ "drawing",
+ "dream",
+ "dreamer",
+ "dredger",
+ "dress",
+ "dresser",
+ "dressing",
+ "drill",
+ "drink",
+ "drinking",
+ "drive",
+ "driver",
+ "driveway",
+ "driving",
+ "drizzle",
+ "dromedary",
+ "drop",
+ "drudgery",
+ "drug",
+ "drum",
+ "drummer",
+ "drunk",
+ "dryer",
+ "duck",
+ "duckling",
+ "dud",
+ "dude",
+ "due",
+ "duel",
+ "dueling",
+ "duffel",
+ "dugout",
+ "dulcimer",
+ "dumbwaiter",
+ "dump",
+ "dump truck",
+ "dune",
+ "dune buggy",
+ "dungarees",
+ "dungeon",
+ "duplexer",
+ "duration",
+ "durian",
+ "dusk",
+ "dust",
+ "dust storm",
+ "duster",
+ "duty",
+ "dwarf",
+ "dwell",
+ "dwelling",
+ "dynamics",
+ "dynamite",
+ "dynamo",
+ "dynasty",
+ "dysfunction",
+ "e-book",
+ "e-mail",
+ "e-reader",
+ "eagle",
+ "eaglet",
+ "ear",
+ "eardrum",
+ "earmuffs",
+ "earnings",
+ "earplug",
+ "earring",
+ "earrings",
+ "earth",
+ "earthquake",
+ "earthworm",
+ "ease",
+ "easel",
+ "east",
+ "eating",
+ "eaves",
+ "eavesdropper",
+ "ecclesia",
+ "echidna",
+ "eclipse",
+ "ecliptic",
+ "ecology",
+ "economics",
+ "economy",
+ "ecosystem",
+ "ectoderm",
+ "ectodermal",
+ "ecumenist",
+ "eddy",
+ "edge",
+ "edger",
+ "edible",
+ "editing",
+ "edition",
+ "editor",
+ "editorial",
+ "education",
+ "eel",
+ "effacement",
+ "effect",
+ "effective",
+ "effectiveness",
+ "effector",
+ "efficacy",
+ "efficiency",
+ "effort",
+ "egg",
+ "egghead",
+ "eggnog",
+ "eggplant",
+ "ego",
+ "eicosanoid",
+ "ejector",
+ "elbow",
+ "elderberry",
+ "election",
+ "electricity",
+ "electrocardiogram",
+ "electronics",
+ "element",
+ "elephant",
+ "elevation",
+ "elevator",
+ "eleventh",
+ "elf",
+ "elicit",
+ "eligibility",
+ "elimination",
+ "elite",
+ "elixir",
+ "elk",
+ "ellipse",
+ "elm",
+ "elongation",
+ "elver",
+ "email",
+ "emanate",
+ "embarrassment",
+ "embassy",
+ "embellishment",
+ "embossing",
+ "embryo",
+ "emerald",
+ "emergence",
+ "emergency",
+ "emergent",
+ "emery",
+ "emission",
+ "emitter",
+ "emotion",
+ "emphasis",
+ "empire",
+ "employ",
+ "employee",
+ "employer",
+ "employment",
+ "empowerment",
+ "emu",
+ "enactment",
+ "encirclement",
+ "enclave",
+ "enclosure",
+ "encounter",
+ "encouragement",
+ "encyclopedia",
+ "end",
+ "endive",
+ "endoderm",
+ "endorsement",
+ "endothelium",
+ "endpoint",
+ "enemy",
+ "energy",
+ "enforcement",
+ "engagement",
+ "engine",
+ "engineer",
+ "engineering",
+ "enigma",
+ "enjoyment",
+ "enquiry",
+ "enrollment",
+ "enterprise",
+ "entertainment",
+ "enthusiasm",
+ "entirety",
+ "entity",
+ "entrance",
+ "entree",
+ "entrepreneur",
+ "entry",
+ "envelope",
+ "environment",
+ "envy",
+ "enzyme",
+ "epauliere",
+ "epee",
+ "ephemera",
+ "ephemeris",
+ "ephyra",
+ "epic",
+ "episode",
+ "epithelium",
+ "epoch",
+ "eponym",
+ "epoxy",
+ "equal",
+ "equality",
+ "equation",
+ "equinox",
+ "equipment",
+ "equity",
+ "equivalent",
+ "era",
+ "eraser",
+ "erection",
+ "erosion",
+ "error",
+ "escalator",
+ "escape",
+ "escort",
+ "espadrille",
+ "espalier",
+ "essay",
+ "essence",
+ "essential",
+ "establishment",
+ "estate",
+ "estimate",
+ "estrogen",
+ "estuary",
+ "eternity",
+ "ethernet",
+ "ethics",
+ "ethnicity",
+ "ethyl",
+ "euphonium",
+ "eurocentrism",
+ "evaluation",
+ "evaluator",
+ "evaporation",
+ "eve",
+ "evening",
+ "evening-wear",
+ "event",
+ "everybody",
+ "everyone",
+ "everything",
+ "eviction",
+ "evidence",
+ "evil",
+ "evocation",
+ "evolution",
+ "ex-husband",
+ "ex-wife",
+ "exaggeration",
+ "exam",
+ "examination",
+ "examiner",
+ "example",
+ "exasperation",
+ "excellence",
+ "exception",
+ "excerpt",
+ "excess",
+ "exchange",
+ "excitement",
+ "exclamation",
+ "excursion",
+ "excuse",
+ "execution",
+ "executive",
+ "executor",
+ "exercise",
+ "exhaust",
+ "exhaustion",
+ "exhibit",
+ "exhibition",
+ "exile",
+ "existence",
+ "exit",
+ "exocrine",
+ "expansion",
+ "expansionism",
+ "expectancy",
+ "expectation",
+ "expedition",
+ "expense",
+ "experience",
+ "experiment",
+ "experimentation",
+ "expert",
+ "expertise",
+ "explanation",
+ "exploration",
+ "explorer",
+ "explosion",
+ "export",
+ "expose",
+ "exposition",
+ "exposure",
+ "expression",
+ "extension",
+ "extent",
+ "exterior",
+ "external",
+ "extinction",
+ "extreme",
+ "extremist",
+ "eye",
+ "eyeball",
+ "eyebrow",
+ "eyebrows",
+ "eyeglasses",
+ "eyelash",
+ "eyelashes",
+ "eyelid",
+ "eyelids",
+ "eyeliner",
+ "eyestrain",
+ "eyrie",
+ "fabric",
+ "face",
+ "facelift",
+ "facet",
+ "facility",
+ "facsimile",
+ "fact",
+ "factor",
+ "factory",
+ "faculty",
+ "fahrenheit",
+ "fail",
+ "failure",
+ "fairness",
+ "fairy",
+ "faith",
+ "faithful",
+ "fall",
+ "fallacy",
+ "falling-out",
+ "fame",
+ "familiar",
+ "familiarity",
+ "family",
+ "fan",
+ "fang",
+ "fanlight",
+ "fanny",
+ "fanny-pack",
+ "fantasy",
+ "farm",
+ "farmer",
+ "farming",
+ "farmland",
+ "farrow",
+ "fascia",
+ "fashion",
+ "fat",
+ "fate",
+ "father",
+ "father-in-law",
+ "fatigue",
+ "fatigues",
+ "faucet",
+ "fault",
+ "fav",
+ "fava",
+ "favor",
+ "favorite",
+ "fawn",
+ "fax",
+ "fear",
+ "feast",
+ "feather",
+ "feature",
+ "fedelini",
+ "federation",
+ "fedora",
+ "fee",
+ "feed",
+ "feedback",
+ "feeding",
+ "feel",
+ "feeling",
+ "fellow",
+ "felony",
+ "female",
+ "fen",
+ "fence",
+ "fencing",
+ "fender",
+ "feng",
+ "fennel",
+ "ferret",
+ "ferry",
+ "ferryboat",
+ "fertilizer",
+ "festival",
+ "fetus",
+ "few",
+ "fiber",
+ "fiberglass",
+ "fibre",
+ "fibroblast",
+ "fibrosis",
+ "ficlet",
+ "fiction",
+ "fiddle",
+ "field",
+ "fiery",
+ "fiesta",
+ "fifth",
+ "fig",
+ "fight",
+ "fighter",
+ "figure",
+ "figurine",
+ "file",
+ "filing",
+ "fill",
+ "fillet",
+ "filly",
+ "film",
+ "filter",
+ "filth",
+ "final",
+ "finance",
+ "financing",
+ "finding",
+ "fine",
+ "finer",
+ "finger",
+ "fingerling",
+ "fingernail",
+ "finish",
+ "finisher",
+ "fir",
+ "fire",
+ "fireman",
+ "fireplace",
+ "firewall",
+ "firm",
+ "first",
+ "fish",
+ "fishbone",
+ "fisherman",
+ "fishery",
+ "fishing",
+ "fishmonger",
+ "fishnet",
+ "fisting",
+ "fit",
+ "fitness",
+ "fix",
+ "fixture",
+ "flag",
+ "flair",
+ "flame",
+ "flan",
+ "flanker",
+ "flare",
+ "flash",
+ "flat",
+ "flatboat",
+ "flavor",
+ "flax",
+ "fleck",
+ "fledgling",
+ "fleece",
+ "flesh",
+ "flexibility",
+ "flick",
+ "flicker",
+ "flight",
+ "flint",
+ "flintlock",
+ "flip-flops",
+ "flock",
+ "flood",
+ "floodplain",
+ "floor",
+ "floozie",
+ "flour",
+ "flow",
+ "flower",
+ "flu",
+ "flugelhorn",
+ "fluke",
+ "flume",
+ "flung",
+ "flute",
+ "fly",
+ "flytrap",
+ "foal",
+ "foam",
+ "fob",
+ "focus",
+ "fog",
+ "fold",
+ "folder",
+ "folk",
+ "folklore",
+ "follower",
+ "following",
+ "fondue",
+ "font",
+ "food",
+ "foodstuffs",
+ "fool",
+ "foot",
+ "footage",
+ "football",
+ "footnote",
+ "footprint",
+ "footrest",
+ "footstep",
+ "footstool",
+ "footwear",
+ "forage",
+ "forager",
+ "foray",
+ "force",
+ "ford",
+ "forearm",
+ "forebear",
+ "forecast",
+ "forehead",
+ "foreigner",
+ "forelimb",
+ "forest",
+ "forestry",
+ "forever",
+ "forgery",
+ "fork",
+ "form",
+ "formal",
+ "formamide",
+ "format",
+ "formation",
+ "former",
+ "formicarium",
+ "formula",
+ "fort",
+ "forte",
+ "fortnight",
+ "fortress",
+ "fortune",
+ "forum",
+ "foundation",
+ "founder",
+ "founding",
+ "fountain",
+ "fourths",
+ "fowl",
+ "fox",
+ "foxglove",
+ "fraction",
+ "fragrance",
+ "frame",
+ "framework",
+ "fratricide",
+ "fraud",
+ "fraudster",
+ "freak",
+ "freckle",
+ "freedom",
+ "freelance",
+ "freezer",
+ "freezing",
+ "freight",
+ "freighter",
+ "frenzy",
+ "freon",
+ "frequency",
+ "fresco",
+ "friction",
+ "fridge",
+ "friend",
+ "friendship",
+ "fries",
+ "frigate",
+ "fright",
+ "fringe",
+ "fritter",
+ "frock",
+ "frog",
+ "front",
+ "frontier",
+ "frost",
+ "frosting",
+ "frown",
+ "fruit",
+ "frustration",
+ "fry",
+ "fuck",
+ "fuel",
+ "fugato",
+ "fulfillment",
+ "full",
+ "fun",
+ "function",
+ "functionality",
+ "fund",
+ "funding",
+ "fundraising",
+ "funeral",
+ "fur",
+ "furnace",
+ "furniture",
+ "furry",
+ "fusarium",
+ "futon",
+ "future",
+ "gadget",
+ "gaffe",
+ "gaffer",
+ "gain",
+ "gaiters",
+ "gale",
+ "gall-bladder",
+ "gallery",
+ "galley",
+ "gallon",
+ "galoshes",
+ "gambling",
+ "game",
+ "gamebird",
+ "gaming",
+ "gamma-ray",
+ "gander",
+ "gang",
+ "gap",
+ "garage",
+ "garb",
+ "garbage",
+ "garden",
+ "garlic",
+ "garment",
+ "garter",
+ "gas",
+ "gasket",
+ "gasoline",
+ "gasp",
+ "gastronomy",
+ "gastropod",
+ "gate",
+ "gateway",
+ "gather",
+ "gathering",
+ "gator",
+ "gauge",
+ "gauntlet",
+ "gavel",
+ "gazebo",
+ "gazelle",
+ "gear",
+ "gearshift",
+ "geek",
+ "gel",
+ "gelatin",
+ "gelding",
+ "gem",
+ "gemsbok",
+ "gender",
+ "gene",
+ "general",
+ "generation",
+ "generator",
+ "generosity",
+ "genetics",
+ "genie",
+ "genius",
+ "genocide",
+ "genre",
+ "gentleman",
+ "geography",
+ "geology",
+ "geometry",
+ "geranium",
+ "gerbil",
+ "gesture",
+ "geyser",
+ "gherkin",
+ "ghost",
+ "giant",
+ "gift",
+ "gig",
+ "gigantism",
+ "giggle",
+ "ginger",
+ "gingerbread",
+ "ginseng",
+ "giraffe",
+ "girdle",
+ "girl",
+ "girlfriend",
+ "git",
+ "glacier",
+ "gladiolus",
+ "glance",
+ "gland",
+ "glass",
+ "glasses",
+ "glee",
+ "glen",
+ "glider",
+ "gliding",
+ "glimpse",
+ "globe",
+ "glockenspiel",
+ "gloom",
+ "glory",
+ "glove",
+ "glow",
+ "glucose",
+ "glue",
+ "glut",
+ "glutamate",
+ "gnat",
+ "gnu",
+ "go-kart",
+ "goal",
+ "goat",
+ "gobbler",
+ "god",
+ "goddess",
+ "godfather",
+ "godmother",
+ "godparent",
+ "goggles",
+ "going",
+ "gold",
+ "goldfish",
+ "golf",
+ "gondola",
+ "gong",
+ "good",
+ "good-bye",
+ "goodbye",
+ "goodie",
+ "goodness",
+ "goodnight",
+ "goodwill",
+ "goose",
+ "gopher",
+ "gorilla",
+ "gosling",
+ "gossip",
+ "governance",
+ "government",
+ "governor",
+ "gown",
+ "grab-bag",
+ "grace",
+ "grade",
+ "gradient",
+ "graduate",
+ "graduation",
+ "graffiti",
+ "graft",
+ "grain",
+ "gram",
+ "grammar",
+ "gran",
+ "grand",
+ "grandchild",
+ "granddaughter",
+ "grandfather",
+ "grandma",
+ "grandmom",
+ "grandmother",
+ "grandpa",
+ "grandparent",
+ "grandson",
+ "granny",
+ "granola",
+ "grant",
+ "grape",
+ "grapefruit",
+ "graph",
+ "graphic",
+ "grasp",
+ "grass",
+ "grasshopper",
+ "grassland",
+ "gratitude",
+ "gravel",
+ "gravitas",
+ "gravity",
+ "gravy",
+ "gray",
+ "grease",
+ "great-grandfather",
+ "great-grandmother",
+ "greatness",
+ "greed",
+ "green",
+ "greenhouse",
+ "greens",
+ "grenade",
+ "grey",
+ "grid",
+ "grief",
+ "grill",
+ "grin",
+ "grip",
+ "gripper",
+ "grit",
+ "grocery",
+ "ground",
+ "group",
+ "grouper",
+ "grouse",
+ "grove",
+ "growth",
+ "grub",
+ "guacamole",
+ "guarantee",
+ "guard",
+ "guava",
+ "guerrilla",
+ "guess",
+ "guest",
+ "guestbook",
+ "guidance",
+ "guide",
+ "guideline",
+ "guilder",
+ "guilt",
+ "guilty",
+ "guinea",
+ "guitar",
+ "guitarist",
+ "gum",
+ "gumshoe",
+ "gun",
+ "gunpowder",
+ "gutter",
+ "guy",
+ "gym",
+ "gymnast",
+ "gymnastics",
+ "gynaecology",
+ "gyro",
+ "habit",
+ "habitat",
+ "hacienda",
+ "hacksaw",
+ "hackwork",
+ "hail",
+ "hair",
+ "haircut",
+ "hake",
+ "half",
+ "half-brother",
+ "half-sister",
+ "halibut",
+ "hall",
+ "halloween",
+ "hallway",
+ "halt",
+ "ham",
+ "hamburger",
+ "hammer",
+ "hammock",
+ "hamster",
+ "hand",
+ "hand-holding",
+ "handball",
+ "handful",
+ "handgun",
+ "handicap",
+ "handle",
+ "handlebar",
+ "handmaiden",
+ "handover",
+ "handrail",
+ "handsaw",
+ "hanger",
+ "happening",
+ "happiness",
+ "harald",
+ "harbor",
+ "harbour",
+ "hard-hat",
+ "hardboard",
+ "hardcover",
+ "hardening",
+ "hardhat",
+ "hardship",
+ "hardware",
+ "hare",
+ "harm",
+ "harmonica",
+ "harmonise",
+ "harmonize",
+ "harmony",
+ "harp",
+ "harpooner",
+ "harpsichord",
+ "harvest",
+ "harvester",
+ "hash",
+ "hashtag",
+ "hassock",
+ "haste",
+ "hat",
+ "hatbox",
+ "hatchet",
+ "hatchling",
+ "hate",
+ "hatred",
+ "haunt",
+ "haven",
+ "haversack",
+ "havoc",
+ "hawk",
+ "hay",
+ "haze",
+ "hazel",
+ "hazelnut",
+ "head",
+ "headache",
+ "headlight",
+ "headline",
+ "headphones",
+ "headquarters",
+ "headrest",
+ "health",
+ "health-care",
+ "hearing",
+ "hearsay",
+ "heart",
+ "heart-throb",
+ "heartache",
+ "heartbeat",
+ "hearth",
+ "hearthside",
+ "heartwood",
+ "heat",
+ "heater",
+ "heating",
+ "heaven",
+ "heavy",
+ "hectare",
+ "hedge",
+ "hedgehog",
+ "heel",
+ "heifer",
+ "height",
+ "heir",
+ "heirloom",
+ "helicopter",
+ "helium",
+ "hell",
+ "hellcat",
+ "hello",
+ "helmet",
+ "helo",
+ "help",
+ "hemisphere",
+ "hemp",
+ "hen",
+ "hepatitis",
+ "herb",
+ "herbs",
+ "heritage",
+ "hermit",
+ "hero",
+ "heroine",
+ "heron",
+ "herring",
+ "hesitation",
+ "heterosexual",
+ "hexagon",
+ "heyday",
+ "hiccups",
+ "hide",
+ "hierarchy",
+ "high",
+ "high-rise",
+ "highland",
+ "highlight",
+ "highway",
+ "hike",
+ "hiking",
+ "hill",
+ "hint",
+ "hip",
+ "hippodrome",
+ "hippopotamus",
+ "hire",
+ "hiring",
+ "historian",
+ "history",
+ "hit",
+ "hive",
+ "hobbit",
+ "hobby",
+ "hockey",
+ "hoe",
+ "hog",
+ "hold",
+ "holder",
+ "hole",
+ "holiday",
+ "home",
+ "homeland",
+ "homeownership",
+ "hometown",
+ "homework",
+ "homicide",
+ "homogenate",
+ "homonym",
+ "homosexual",
+ "homosexuality",
+ "honesty",
+ "honey",
+ "honeybee",
+ "honeydew",
+ "honor",
+ "honoree",
+ "hood",
+ "hoof",
+ "hook",
+ "hop",
+ "hope",
+ "hops",
+ "horde",
+ "horizon",
+ "hormone",
+ "horn",
+ "hornet",
+ "horror",
+ "horse",
+ "horseradish",
+ "horst",
+ "hose",
+ "hosiery",
+ "hospice",
+ "hospital",
+ "hospitalisation",
+ "hospitality",
+ "hospitalization",
+ "host",
+ "hostel",
+ "hostess",
+ "hotdog",
+ "hotel",
+ "hound",
+ "hour",
+ "hourglass",
+ "house",
+ "houseboat",
+ "household",
+ "housewife",
+ "housework",
+ "housing",
+ "hovel",
+ "hovercraft",
+ "howard",
+ "howitzer",
+ "hub",
+ "hubcap",
+ "hubris",
+ "hug",
+ "hugger",
+ "hull",
+ "human",
+ "humanity",
+ "humidity",
+ "hummus",
+ "humor",
+ "humour",
+ "hunchback",
+ "hundred",
+ "hunger",
+ "hunt",
+ "hunter",
+ "hunting",
+ "hurdle",
+ "hurdler",
+ "hurricane",
+ "hurry",
+ "hurt",
+ "husband",
+ "hut",
+ "hutch",
+ "hyacinth",
+ "hybridisation",
+ "hybridization",
+ "hydrant",
+ "hydraulics",
+ "hydrocarb",
+ "hydrocarbon",
+ "hydrofoil",
+ "hydrogen",
+ "hydrolyse",
+ "hydrolysis",
+ "hydrolyze",
+ "hydroxyl",
+ "hyena",
+ "hygienic",
+ "hype",
+ "hyphenation",
+ "hypochondria",
+ "hypothermia",
+ "hypothesis",
+ "ice",
+ "ice-cream",
+ "iceberg",
+ "icebreaker",
+ "icecream",
+ "icicle",
+ "icing",
+ "icon",
+ "icy",
+ "id",
+ "idea",
+ "ideal",
+ "identification",
+ "identity",
+ "ideology",
+ "idiom",
+ "idiot",
+ "igloo",
+ "ignorance",
+ "ignorant",
+ "ikebana",
+ "illegal",
+ "illiteracy",
+ "illness",
+ "illusion",
+ "illustration",
+ "image",
+ "imagination",
+ "imbalance",
+ "imitation",
+ "immigrant",
+ "immigration",
+ "immortal",
+ "impact",
+ "impairment",
+ "impala",
+ "impediment",
+ "implement",
+ "implementation",
+ "implication",
+ "import",
+ "importance",
+ "impostor",
+ "impress",
+ "impression",
+ "imprisonment",
+ "impropriety",
+ "improvement",
+ "impudence",
+ "impulse",
+ "in-joke",
+ "in-laws",
+ "inability",
+ "inauguration",
+ "inbox",
+ "incandescence",
+ "incarnation",
+ "incense",
+ "incentive",
+ "inch",
+ "incidence",
+ "incident",
+ "incision",
+ "inclusion",
+ "income",
+ "incompetence",
+ "inconvenience",
+ "increase",
+ "incubation",
+ "independence",
+ "independent",
+ "index",
+ "indication",
+ "indicator",
+ "indigence",
+ "individual",
+ "industrialisation",
+ "industrialization",
+ "industry",
+ "inequality",
+ "inevitable",
+ "infancy",
+ "infant",
+ "infarction",
+ "infection",
+ "infiltration",
+ "infinite",
+ "infix",
+ "inflammation",
+ "inflation",
+ "influence",
+ "influx",
+ "info",
+ "information",
+ "infrastructure",
+ "infusion",
+ "inglenook",
+ "ingrate",
+ "ingredient",
+ "inhabitant",
+ "inheritance",
+ "inhibition",
+ "inhibitor",
+ "initial",
+ "initialise",
+ "initialize",
+ "initiative",
+ "injunction",
+ "injury",
+ "injustice",
+ "ink",
+ "inlay",
+ "inn",
+ "innervation",
+ "innocence",
+ "innocent",
+ "innovation",
+ "input",
+ "inquiry",
+ "inscription",
+ "insect",
+ "insectarium",
+ "insert",
+ "inside",
+ "insight",
+ "insolence",
+ "insomnia",
+ "inspection",
+ "inspector",
+ "inspiration",
+ "installation",
+ "instance",
+ "instant",
+ "instinct",
+ "institute",
+ "institution",
+ "instruction",
+ "instructor",
+ "instrument",
+ "instrumentalist",
+ "instrumentation",
+ "insulation",
+ "insurance",
+ "insurgence",
+ "insurrection",
+ "integer",
+ "integral",
+ "integration",
+ "integrity",
+ "intellect",
+ "intelligence",
+ "intensity",
+ "intent",
+ "intention",
+ "intentionality",
+ "interaction",
+ "interchange",
+ "interconnection",
+ "intercourse",
+ "interest",
+ "interface",
+ "interferometer",
+ "interior",
+ "interject",
+ "interloper",
+ "internet",
+ "interpretation",
+ "interpreter",
+ "interval",
+ "intervenor",
+ "intervention",
+ "interview",
+ "interviewer",
+ "intestine",
+ "introduction",
+ "intuition",
+ "invader",
+ "invasion",
+ "invention",
+ "inventor",
+ "inventory",
+ "inverse",
+ "inversion",
+ "investigation",
+ "investigator",
+ "investment",
+ "investor",
+ "invitation",
+ "invite",
+ "invoice",
+ "involvement",
+ "iridescence",
+ "iris",
+ "iron",
+ "ironclad",
+ "irony",
+ "irrigation",
+ "ischemia",
+ "island",
+ "isogloss",
+ "isolation",
+ "issue",
+ "item",
+ "itinerary",
+ "ivory",
+ "jack",
+ "jackal",
+ "jacket",
+ "jackfruit",
+ "jade",
+ "jaguar",
+ "jail",
+ "jailhouse",
+ "jalapeño",
+ "jam",
+ "jar",
+ "jasmine",
+ "jaw",
+ "jazz",
+ "jealousy",
+ "jeans",
+ "jeep",
+ "jelly",
+ "jellybeans",
+ "jellyfish",
+ "jerk",
+ "jet",
+ "jewel",
+ "jeweller",
+ "jewellery",
+ "jewelry",
+ "jicama",
+ "jiffy",
+ "job",
+ "jockey",
+ "jodhpurs",
+ "joey",
+ "jogging",
+ "joint",
+ "joke",
+ "jot",
+ "journal",
+ "journalism",
+ "journalist",
+ "journey",
+ "joy",
+ "judge",
+ "judgment",
+ "judo",
+ "jug",
+ "juggernaut",
+ "juice",
+ "julienne",
+ "jumbo",
+ "jump",
+ "jumper",
+ "jumpsuit",
+ "jungle",
+ "junior",
+ "junk",
+ "junker",
+ "junket",
+ "jury",
+ "justice",
+ "justification",
+ "jute",
+ "kale",
+ "kamikaze",
+ "kangaroo",
+ "karate",
+ "kayak",
+ "kazoo",
+ "kebab",
+ "keep",
+ "keeper",
+ "kendo",
+ "kennel",
+ "ketch",
+ "ketchup",
+ "kettle",
+ "kettledrum",
+ "key",
+ "keyboard",
+ "keyboarding",
+ "keystone",
+ "kick",
+ "kick-off",
+ "kid",
+ "kidney",
+ "kielbasa",
+ "kill",
+ "killer",
+ "killing",
+ "kilogram",
+ "kilometer",
+ "kilt",
+ "kimono",
+ "kinase",
+ "kind",
+ "kindness",
+ "king",
+ "kingdom",
+ "kingfish",
+ "kiosk",
+ "kiss",
+ "kit",
+ "kitchen",
+ "kite",
+ "kitsch",
+ "kitten",
+ "kitty",
+ "kiwi",
+ "knee",
+ "kneejerk",
+ "knickers",
+ "knife",
+ "knife-edge",
+ "knight",
+ "knitting",
+ "knock",
+ "knot",
+ "know-how",
+ "knowledge",
+ "knuckle",
+ "koala",
+ "kohlrabi",
+ "kumquat",
+ "lab",
+ "label",
+ "labor",
+ "laboratory",
+ "laborer",
+ "labour",
+ "labourer",
+ "lace",
+ "lack",
+ "lacquerware",
+ "lad",
+ "ladder",
+ "ladle",
+ "lady",
+ "ladybug",
+ "lag",
+ "lake",
+ "lamb",
+ "lambkin",
+ "lament",
+ "lamp",
+ "lanai",
+ "land",
+ "landform",
+ "landing",
+ "landmine",
+ "landscape",
+ "lane",
+ "language",
+ "lantern",
+ "lap",
+ "laparoscope",
+ "lapdog",
+ "laptop",
+ "larch",
+ "lard",
+ "larder",
+ "lark",
+ "larva",
+ "laryngitis",
+ "lasagna",
+ "lashes",
+ "last",
+ "latency",
+ "latex",
+ "lathe",
+ "latitude",
+ "latte",
+ "latter",
+ "laugh",
+ "laughter",
+ "laundry",
+ "lava",
+ "law",
+ "lawmaker",
+ "lawn",
+ "lawsuit",
+ "lawyer",
+ "lay",
+ "layer",
+ "layout",
+ "lead",
+ "leader",
+ "leadership",
+ "leading",
+ "leaf",
+ "league",
+ "leaker",
+ "leap",
+ "learning",
+ "leash",
+ "leather",
+ "leave",
+ "leaver",
+ "lecture",
+ "leek",
+ "leeway",
+ "left",
+ "leg",
+ "legacy",
+ "legal",
+ "legend",
+ "legging",
+ "legislation",
+ "legislator",
+ "legislature",
+ "legitimacy",
+ "legume",
+ "leisure",
+ "lemon",
+ "lemonade",
+ "lemur",
+ "lender",
+ "lending",
+ "length",
+ "lens",
+ "lentil",
+ "leopard",
+ "leprosy",
+ "leptocephalus",
+ "lesbian",
+ "lesson",
+ "letter",
+ "lettuce",
+ "level",
+ "lever",
+ "leverage",
+ "leveret",
+ "liability",
+ "liar",
+ "liberty",
+ "libido",
+ "library",
+ "licence",
+ "license",
+ "licensing",
+ "licorice",
+ "lid",
+ "lie",
+ "lieu",
+ "lieutenant",
+ "life",
+ "lifestyle",
+ "lifetime",
+ "lift",
+ "ligand",
+ "light",
+ "lighting",
+ "lightning",
+ "lightscreen",
+ "ligula",
+ "likelihood",
+ "likeness",
+ "lilac",
+ "lily",
+ "limb",
+ "lime",
+ "limestone",
+ "limit",
+ "limitation",
+ "limo",
+ "line",
+ "linen",
+ "liner",
+ "linguist",
+ "linguistics",
+ "lining",
+ "link",
+ "linkage",
+ "linseed",
+ "lion",
+ "lip",
+ "lipid",
+ "lipoprotein",
+ "lipstick",
+ "liquid",
+ "liquidity",
+ "liquor",
+ "list",
+ "listening",
+ "listing",
+ "literate",
+ "literature",
+ "litigation",
+ "litmus",
+ "litter",
+ "littleneck",
+ "liver",
+ "livestock",
+ "living",
+ "lizard",
+ "llama",
+ "load",
+ "loading",
+ "loaf",
+ "loafer",
+ "loan",
+ "lobby",
+ "lobotomy",
+ "lobster",
+ "local",
+ "locality",
+ "location",
+ "lock",
+ "locker",
+ "locket",
+ "locomotive",
+ "locust",
+ "lode",
+ "loft",
+ "log",
+ "loggia",
+ "logic",
+ "login",
+ "logistics",
+ "logo",
+ "loincloth",
+ "lollipop",
+ "loneliness",
+ "longboat",
+ "longitude",
+ "look",
+ "lookout",
+ "loop",
+ "loophole",
+ "loquat",
+ "lord",
+ "loss",
+ "lot",
+ "lotion",
+ "lottery",
+ "lounge",
+ "louse",
+ "lout",
+ "love",
+ "lover",
+ "lox",
+ "loyalty",
+ "luck",
+ "luggage",
+ "lumber",
+ "lumberman",
+ "lunch",
+ "luncheonette",
+ "lunchmeat",
+ "lunchroom",
+ "lung",
+ "lunge",
+ "lust",
+ "lute",
+ "luxury",
+ "lychee",
+ "lycra",
+ "lye",
+ "lymphocyte",
+ "lynx",
+ "lyocell",
+ "lyre",
+ "lyrics",
+ "lysine",
+ "mRNA",
+ "macadamia",
+ "macaroni",
+ "macaroon",
+ "macaw",
+ "machine",
+ "machinery",
+ "macrame",
+ "macro",
+ "macrofauna",
+ "madam",
+ "maelstrom",
+ "maestro",
+ "magazine",
+ "maggot",
+ "magic",
+ "magnet",
+ "magnitude",
+ "maid",
+ "maiden",
+ "mail",
+ "mailbox",
+ "mailer",
+ "mailing",
+ "mailman",
+ "main",
+ "mainland",
+ "mainstream",
+ "maintainer",
+ "maintenance",
+ "maize",
+ "major",
+ "major-league",
+ "majority",
+ "makeover",
+ "maker",
+ "makeup",
+ "making",
+ "male",
+ "malice",
+ "mall",
+ "mallard",
+ "mallet",
+ "malnutrition",
+ "mama",
+ "mambo",
+ "mammoth",
+ "man",
+ "manacle",
+ "management",
+ "manager",
+ "manatee",
+ "mandarin",
+ "mandate",
+ "mandolin",
+ "mangle",
+ "mango",
+ "mangrove",
+ "manhunt",
+ "maniac",
+ "manicure",
+ "manifestation",
+ "manipulation",
+ "mankind",
+ "manner",
+ "manor",
+ "mansard",
+ "manservant",
+ "mansion",
+ "mantel",
+ "mantle",
+ "mantua",
+ "manufacturer",
+ "manufacturing",
+ "many",
+ "map",
+ "maple",
+ "mapping",
+ "maracas",
+ "marathon",
+ "marble",
+ "march",
+ "mare",
+ "margarine",
+ "margin",
+ "mariachi",
+ "marimba",
+ "marines",
+ "marionberry",
+ "mark",
+ "marker",
+ "market",
+ "marketer",
+ "marketing",
+ "marketplace",
+ "marksman",
+ "markup",
+ "marmalade",
+ "marriage",
+ "marsh",
+ "marshland",
+ "marshmallow",
+ "marten",
+ "marxism",
+ "mascara",
+ "mask",
+ "masonry",
+ "mass",
+ "massage",
+ "mast",
+ "master",
+ "masterpiece",
+ "mastication",
+ "mastoid",
+ "mat",
+ "match",
+ "matchmaker",
+ "mate",
+ "material",
+ "maternity",
+ "math",
+ "mathematics",
+ "matrix",
+ "matter",
+ "mattock",
+ "mattress",
+ "max",
+ "maximum",
+ "maybe",
+ "mayonnaise",
+ "mayor",
+ "meadow",
+ "meal",
+ "mean",
+ "meander",
+ "meaning",
+ "means",
+ "meantime",
+ "measles",
+ "measure",
+ "measurement",
+ "meat",
+ "meatball",
+ "meatloaf",
+ "mecca",
+ "mechanic",
+ "mechanism",
+ "med",
+ "medal",
+ "media",
+ "median",
+ "medication",
+ "medicine",
+ "medium",
+ "meet",
+ "meeting",
+ "melatonin",
+ "melody",
+ "melon",
+ "member",
+ "membership",
+ "membrane",
+ "meme",
+ "memo",
+ "memorial",
+ "memory",
+ "men",
+ "menopause",
+ "menorah",
+ "mention",
+ "mentor",
+ "menu",
+ "merchandise",
+ "merchant",
+ "mercury",
+ "meridian",
+ "meringue",
+ "merit",
+ "mesenchyme",
+ "mess",
+ "message",
+ "messenger",
+ "messy",
+ "metabolite",
+ "metal",
+ "metallurgist",
+ "metaphor",
+ "meteor",
+ "meteorology",
+ "meter",
+ "methane",
+ "method",
+ "methodology",
+ "metric",
+ "metro",
+ "metronome",
+ "mezzanine",
+ "microlending",
+ "micronutrient",
+ "microphone",
+ "microwave",
+ "mid-course",
+ "midden",
+ "middle",
+ "middleman",
+ "midline",
+ "midnight",
+ "midwife",
+ "might",
+ "migrant",
+ "migration",
+ "mile",
+ "mileage",
+ "milepost",
+ "milestone",
+ "military",
+ "milk",
+ "milkshake",
+ "mill",
+ "millennium",
+ "millet",
+ "millimeter",
+ "million",
+ "millisecond",
+ "millstone",
+ "mime",
+ "mimosa",
+ "min",
+ "mincemeat",
+ "mind",
+ "mine",
+ "mineral",
+ "mineshaft",
+ "mini",
+ "mini-skirt",
+ "minibus",
+ "minimalism",
+ "minimum",
+ "mining",
+ "minion",
+ "minister",
+ "mink",
+ "minnow",
+ "minor",
+ "minor-league",
+ "minority",
+ "mint",
+ "minute",
+ "miracle",
+ "mirror",
+ "miscarriage",
+ "miscommunication",
+ "misfit",
+ "misnomer",
+ "misogyny",
+ "misplacement",
+ "misreading",
+ "misrepresentation",
+ "miss",
+ "missile",
+ "mission",
+ "missionary",
+ "mist",
+ "mistake",
+ "mister",
+ "misunderstand",
+ "miter",
+ "mitten",
+ "mix",
+ "mixer",
+ "mixture",
+ "moai",
+ "moat",
+ "mob",
+ "mobile",
+ "mobility",
+ "mobster",
+ "moccasins",
+ "mocha",
+ "mochi",
+ "mode",
+ "model",
+ "modeling",
+ "modem",
+ "modernist",
+ "modernity",
+ "modification",
+ "molar",
+ "molasses",
+ "molding",
+ "mole",
+ "molecule",
+ "mom",
+ "moment",
+ "monastery",
+ "monasticism",
+ "money",
+ "monger",
+ "monitor",
+ "monitoring",
+ "monk",
+ "monkey",
+ "monocle",
+ "monopoly",
+ "monotheism",
+ "monsoon",
+ "monster",
+ "month",
+ "monument",
+ "mood",
+ "moody",
+ "moon",
+ "moonlight",
+ "moonscape",
+ "moonshine",
+ "moose",
+ "mop",
+ "morale",
+ "morbid",
+ "morbidity",
+ "morning",
+ "moron",
+ "morphology",
+ "morsel",
+ "mortal",
+ "mortality",
+ "mortgage",
+ "mortise",
+ "mosque",
+ "mosquito",
+ "most",
+ "motel",
+ "moth",
+ "mother",
+ "mother-in-law",
+ "motion",
+ "motivation",
+ "motive",
+ "motor",
+ "motorboat",
+ "motorcar",
+ "motorcycle",
+ "mound",
+ "mountain",
+ "mouse",
+ "mouser",
+ "mousse",
+ "moustache",
+ "mouth",
+ "mouton",
+ "movement",
+ "mover",
+ "movie",
+ "mower",
+ "mozzarella",
+ "mud",
+ "muffin",
+ "mug",
+ "mukluk",
+ "mule",
+ "multimedia",
+ "murder",
+ "muscat",
+ "muscatel",
+ "muscle",
+ "musculature",
+ "museum",
+ "mushroom",
+ "music",
+ "music-box",
+ "music-making",
+ "musician",
+ "muskrat",
+ "mussel",
+ "mustache",
+ "mustard",
+ "mutation",
+ "mutt",
+ "mutton",
+ "mycoplasma",
+ "mystery",
+ "myth",
+ "mythology",
+ "nail",
+ "name",
+ "naming",
+ "nanoparticle",
+ "napkin",
+ "narrative",
+ "nasal",
+ "nation",
+ "nationality",
+ "native",
+ "naturalisation",
+ "nature",
+ "navigation",
+ "necessity",
+ "neck",
+ "necklace",
+ "necktie",
+ "nectar",
+ "nectarine",
+ "need",
+ "needle",
+ "neglect",
+ "negligee",
+ "negotiation",
+ "neighbor",
+ "neighborhood",
+ "neighbour",
+ "neighbourhood",
+ "neologism",
+ "neon",
+ "neonate",
+ "nephew",
+ "nerve",
+ "nest",
+ "nestling",
+ "nestmate",
+ "net",
+ "netball",
+ "netbook",
+ "netsuke",
+ "network",
+ "networking",
+ "neurobiologist",
+ "neuron",
+ "neuropathologist",
+ "neuropsychiatry",
+ "news",
+ "newsletter",
+ "newspaper",
+ "newsprint",
+ "newsstand",
+ "nexus",
+ "nibble",
+ "nicety",
+ "niche",
+ "nick",
+ "nickel",
+ "nickname",
+ "niece",
+ "night",
+ "nightclub",
+ "nightgown",
+ "nightingale",
+ "nightlife",
+ "nightlight",
+ "nightmare",
+ "ninja",
+ "nit",
+ "nitrogen",
+ "nobody",
+ "nod",
+ "node",
+ "noir",
+ "noise",
+ "nonbeliever",
+ "nonconformist",
+ "nondisclosure",
+ "nonsense",
+ "noodle",
+ "noodles",
+ "noon",
+ "norm",
+ "normal",
+ "normalisation",
+ "normalization",
+ "north",
+ "nose",
+ "notation",
+ "note",
+ "notebook",
+ "notepad",
+ "nothing",
+ "notice",
+ "notion",
+ "notoriety",
+ "nougat",
+ "noun",
+ "nourishment",
+ "novel",
+ "nucleotidase",
+ "nucleotide",
+ "nudge",
+ "nuke",
+ "number",
+ "numeracy",
+ "numeric",
+ "numismatist",
+ "nun",
+ "nurse",
+ "nursery",
+ "nursing",
+ "nurture",
+ "nut",
+ "nutmeg",
+ "nutrient",
+ "nutrition",
+ "nylon",
+ "nymph",
+ "oak",
+ "oar",
+ "oasis",
+ "oat",
+ "oatmeal",
+ "oats",
+ "obedience",
+ "obesity",
+ "obi",
+ "object",
+ "objection",
+ "objective",
+ "obligation",
+ "oboe",
+ "observation",
+ "observatory",
+ "obsession",
+ "obsidian",
+ "obstacle",
+ "occasion",
+ "occupation",
+ "occurrence",
+ "ocean",
+ "ocelot",
+ "octagon",
+ "octave",
+ "octavo",
+ "octet",
+ "octopus",
+ "odometer",
+ "odyssey",
+ "oeuvre",
+ "off-ramp",
+ "offence",
+ "offense",
+ "offer",
+ "offering",
+ "office",
+ "officer",
+ "official",
+ "offset",
+ "oil",
+ "okra",
+ "oldie",
+ "oleo",
+ "olive",
+ "omega",
+ "omelet",
+ "omission",
+ "omnivore",
+ "oncology",
+ "onion",
+ "online",
+ "onset",
+ "opening",
+ "opera",
+ "operating",
+ "operation",
+ "operator",
+ "ophthalmologist",
+ "opinion",
+ "opium",
+ "opossum",
+ "opponent",
+ "opportunist",
+ "opportunity",
+ "opposite",
+ "opposition",
+ "optimal",
+ "optimisation",
+ "optimist",
+ "optimization",
+ "option",
+ "orange",
+ "orangutan",
+ "orator",
+ "orchard",
+ "orchestra",
+ "orchid",
+ "order",
+ "ordinary",
+ "ordination",
+ "ore",
+ "oregano",
+ "organ",
+ "organisation",
+ "organising",
+ "organization",
+ "organizing",
+ "orient",
+ "orientation",
+ "origin",
+ "original",
+ "originality",
+ "ornament",
+ "osmosis",
+ "osprey",
+ "ostrich",
+ "other",
+ "otter",
+ "ottoman",
+ "ounce",
+ "outback",
+ "outcome",
+ "outfielder",
+ "outfit",
+ "outhouse",
+ "outlaw",
+ "outlay",
+ "outlet",
+ "outline",
+ "outlook",
+ "output",
+ "outrage",
+ "outrigger",
+ "outrun",
+ "outset",
+ "outside",
+ "oval",
+ "ovary",
+ "oven",
+ "overcharge",
+ "overclocking",
+ "overcoat",
+ "overexertion",
+ "overflight",
+ "overhead",
+ "overheard",
+ "overload",
+ "overnighter",
+ "overshoot",
+ "oversight",
+ "overview",
+ "overweight",
+ "owl",
+ "owner",
+ "ownership",
+ "ox",
+ "oxford",
+ "oxygen",
+ "oyster",
+ "ozone",
+ "pace",
+ "pacemaker",
+ "pack",
+ "package",
+ "packaging",
+ "packet",
+ "pad",
+ "paddle",
+ "paddock",
+ "pagan",
+ "page",
+ "pagoda",
+ "pail",
+ "pain",
+ "paint",
+ "painter",
+ "painting",
+ "paintwork",
+ "pair",
+ "pajamas",
+ "palace",
+ "palate",
+ "palm",
+ "pamphlet",
+ "pan",
+ "pancake",
+ "pancreas",
+ "panda",
+ "panel",
+ "panic",
+ "pannier",
+ "panpipe",
+ "pansy",
+ "panther",
+ "panties",
+ "pantologist",
+ "pantology",
+ "pantry",
+ "pants",
+ "pantsuit",
+ "panty",
+ "pantyhose",
+ "papa",
+ "papaya",
+ "paper",
+ "paperback",
+ "paperwork",
+ "parable",
+ "parachute",
+ "parade",
+ "paradise",
+ "paragraph",
+ "parallelogram",
+ "paramecium",
+ "paramedic",
+ "parameter",
+ "paranoia",
+ "parcel",
+ "parchment",
+ "pard",
+ "pardon",
+ "parent",
+ "parenthesis",
+ "parenting",
+ "park",
+ "parka",
+ "parking",
+ "parliament",
+ "parole",
+ "parrot",
+ "parser",
+ "parsley",
+ "parsnip",
+ "part",
+ "participant",
+ "participation",
+ "particle",
+ "particular",
+ "partner",
+ "partnership",
+ "partridge",
+ "party",
+ "pass",
+ "passage",
+ "passbook",
+ "passenger",
+ "passing",
+ "passion",
+ "passive",
+ "passport",
+ "password",
+ "past",
+ "pasta",
+ "paste",
+ "pastor",
+ "pastoralist",
+ "pastry",
+ "pasture",
+ "pat",
+ "patch",
+ "pate",
+ "patent",
+ "patentee",
+ "path",
+ "pathogenesis",
+ "pathology",
+ "pathway",
+ "patience",
+ "patient",
+ "patina",
+ "patio",
+ "patriarch",
+ "patrimony",
+ "patriot",
+ "patrol",
+ "patroller",
+ "patrolling",
+ "patron",
+ "pattern",
+ "patty",
+ "pattypan",
+ "pause",
+ "pavement",
+ "pavilion",
+ "paw",
+ "pawnshop",
+ "pay",
+ "payee",
+ "payment",
+ "payoff",
+ "pea",
+ "peace",
+ "peach",
+ "peacoat",
+ "peacock",
+ "peak",
+ "peanut",
+ "pear",
+ "pearl",
+ "peasant",
+ "pecan",
+ "pecker",
+ "pedal",
+ "peek",
+ "peen",
+ "peer",
+ "peer-to-peer",
+ "pegboard",
+ "pelican",
+ "pelt",
+ "pen",
+ "penalty",
+ "pence",
+ "pencil",
+ "pendant",
+ "pendulum",
+ "penguin",
+ "penicillin",
+ "peninsula",
+ "penis",
+ "pennant",
+ "penny",
+ "pension",
+ "pentagon",
+ "peony",
+ "people",
+ "pepper",
+ "pepperoni",
+ "percent",
+ "percentage",
+ "perception",
+ "perch",
+ "perennial",
+ "perfection",
+ "performance",
+ "perfume",
+ "period",
+ "periodical",
+ "peripheral",
+ "permafrost",
+ "permission",
+ "permit",
+ "perp",
+ "perpendicular",
+ "persimmon",
+ "person",
+ "personal",
+ "personality",
+ "personnel",
+ "perspective",
+ "pest",
+ "pet",
+ "petal",
+ "petition",
+ "petitioner",
+ "petticoat",
+ "pew",
+ "pharmacist",
+ "pharmacopoeia",
+ "phase",
+ "pheasant",
+ "phenomenon",
+ "phenotype",
+ "pheromone",
+ "philanthropy",
+ "philosopher",
+ "philosophy",
+ "phone",
+ "phosphate",
+ "photo",
+ "photodiode",
+ "photograph",
+ "photographer",
+ "photography",
+ "photoreceptor",
+ "phrase",
+ "phrasing",
+ "physical",
+ "physics",
+ "physiology",
+ "pianist",
+ "piano",
+ "piccolo",
+ "pick",
+ "pickax",
+ "pickaxe",
+ "picket",
+ "pickle",
+ "pickup",
+ "picnic",
+ "picture",
+ "picturesque",
+ "pie",
+ "piece",
+ "pier",
+ "piety",
+ "pig",
+ "pigeon",
+ "piglet",
+ "pigpen",
+ "pigsty",
+ "pike",
+ "pilaf",
+ "pile",
+ "pilgrim",
+ "pilgrimage",
+ "pill",
+ "pillar",
+ "pillbox",
+ "pillow",
+ "pilot",
+ "pimp",
+ "pimple",
+ "pin",
+ "pinafore",
+ "pince-nez",
+ "pine",
+ "pineapple",
+ "pinecone",
+ "ping",
+ "pink",
+ "pinkie",
+ "pinot",
+ "pinstripe",
+ "pint",
+ "pinto",
+ "pinworm",
+ "pioneer",
+ "pipe",
+ "pipeline",
+ "piracy",
+ "pirate",
+ "piss",
+ "pistol",
+ "pit",
+ "pita",
+ "pitch",
+ "pitcher",
+ "pitching",
+ "pith",
+ "pizza",
+ "place",
+ "placebo",
+ "placement",
+ "placode",
+ "plagiarism",
+ "plain",
+ "plaintiff",
+ "plan",
+ "plane",
+ "planet",
+ "planning",
+ "plant",
+ "plantation",
+ "planter",
+ "planula",
+ "plaster",
+ "plasterboard",
+ "plastic",
+ "plate",
+ "platelet",
+ "platform",
+ "platinum",
+ "platter",
+ "platypus",
+ "play",
+ "player",
+ "playground",
+ "playroom",
+ "playwright",
+ "plea",
+ "pleasure",
+ "pleat",
+ "pledge",
+ "plenty",
+ "plier",
+ "pliers",
+ "plight",
+ "plot",
+ "plough",
+ "plover",
+ "plow",
+ "plowman",
+ "plug",
+ "plugin",
+ "plum",
+ "plumber",
+ "plume",
+ "plunger",
+ "plywood",
+ "pneumonia",
+ "pocket",
+ "pocket-watch",
+ "pocketbook",
+ "pod",
+ "podcast",
+ "poem",
+ "poet",
+ "poetry",
+ "poignance",
+ "point",
+ "poison",
+ "poisoning",
+ "poker",
+ "polarisation",
+ "polarization",
+ "pole",
+ "polenta",
+ "police",
+ "policeman",
+ "policy",
+ "polish",
+ "politician",
+ "politics",
+ "poll",
+ "polliwog",
+ "pollutant",
+ "pollution",
+ "polo",
+ "polyester",
+ "polyp",
+ "pomegranate",
+ "pomelo",
+ "pompom",
+ "poncho",
+ "pond",
+ "pony",
+ "pool",
+ "poor",
+ "pop",
+ "popcorn",
+ "poppy",
+ "popsicle",
+ "popularity",
+ "population",
+ "populist",
+ "porcelain",
+ "porch",
+ "porcupine",
+ "pork",
+ "porpoise",
+ "port",
+ "porter",
+ "portfolio",
+ "porthole",
+ "portion",
+ "portrait",
+ "position",
+ "possession",
+ "possibility",
+ "possible",
+ "post",
+ "postage",
+ "postbox",
+ "poster",
+ "posterior",
+ "postfix",
+ "pot",
+ "potato",
+ "potential",
+ "pottery",
+ "potty",
+ "pouch",
+ "poultry",
+ "pound",
+ "pounding",
+ "poverty",
+ "powder",
+ "power",
+ "practice",
+ "practitioner",
+ "prairie",
+ "praise",
+ "pray",
+ "prayer",
+ "precedence",
+ "precedent",
+ "precipitation",
+ "precision",
+ "predecessor",
+ "preface",
+ "preference",
+ "prefix",
+ "pregnancy",
+ "prejudice",
+ "prelude",
+ "premeditation",
+ "premier",
+ "premise",
+ "premium",
+ "preoccupation",
+ "preparation",
+ "prescription",
+ "presence",
+ "present",
+ "presentation",
+ "preservation",
+ "preserves",
+ "presidency",
+ "president",
+ "press",
+ "pressroom",
+ "pressure",
+ "pressurisation",
+ "pressurization",
+ "prestige",
+ "presume",
+ "pretzel",
+ "prevalence",
+ "prevention",
+ "prey",
+ "price",
+ "pricing",
+ "pride",
+ "priest",
+ "priesthood",
+ "primary",
+ "primate",
+ "prince",
+ "princess",
+ "principal",
+ "principle",
+ "print",
+ "printer",
+ "printing",
+ "prior",
+ "priority",
+ "prison",
+ "prisoner",
+ "privacy",
+ "private",
+ "privilege",
+ "prize",
+ "prizefight",
+ "probability",
+ "probation",
+ "probe",
+ "problem",
+ "procedure",
+ "proceedings",
+ "process",
+ "processing",
+ "processor",
+ "proctor",
+ "procurement",
+ "produce",
+ "producer",
+ "product",
+ "production",
+ "productivity",
+ "profession",
+ "professional",
+ "professor",
+ "profile",
+ "profit",
+ "progenitor",
+ "program",
+ "programme",
+ "programming",
+ "progress",
+ "progression",
+ "prohibition",
+ "project",
+ "proliferation",
+ "promenade",
+ "promise",
+ "promotion",
+ "prompt",
+ "pronoun",
+ "pronunciation",
+ "proof",
+ "proof-reader",
+ "propaganda",
+ "propane",
+ "property",
+ "prophet",
+ "proponent",
+ "proportion",
+ "proposal",
+ "proposition",
+ "proprietor",
+ "prose",
+ "prosecution",
+ "prosecutor",
+ "prospect",
+ "prosperity",
+ "prostacyclin",
+ "prostanoid",
+ "prostrate",
+ "protection",
+ "protein",
+ "protest",
+ "protocol",
+ "providence",
+ "provider",
+ "province",
+ "provision",
+ "prow",
+ "proximal",
+ "proximity",
+ "prune",
+ "pruner",
+ "pseudocode",
+ "pseudoscience",
+ "psychiatrist",
+ "psychoanalyst",
+ "psychologist",
+ "psychology",
+ "ptarmigan",
+ "pub",
+ "public",
+ "publication",
+ "publicity",
+ "publisher",
+ "publishing",
+ "pudding",
+ "puddle",
+ "puffin",
+ "pug",
+ "puggle",
+ "pulley",
+ "pulse",
+ "puma",
+ "pump",
+ "pumpernickel",
+ "pumpkin",
+ "pumpkinseed",
+ "pun",
+ "punch",
+ "punctuation",
+ "punishment",
+ "pup",
+ "pupa",
+ "pupil",
+ "puppet",
+ "puppy",
+ "purchase",
+ "puritan",
+ "purity",
+ "purple",
+ "purpose",
+ "purr",
+ "purse",
+ "pursuit",
+ "push",
+ "pusher",
+ "put",
+ "puzzle",
+ "pyramid",
+ "pyridine",
+ "quadrant",
+ "quail",
+ "qualification",
+ "quality",
+ "quantity",
+ "quart",
+ "quarter",
+ "quartet",
+ "quartz",
+ "queen",
+ "query",
+ "quest",
+ "question",
+ "questioner",
+ "questionnaire",
+ "quiche",
+ "quicksand",
+ "quiet",
+ "quill",
+ "quilt",
+ "quince",
+ "quinoa",
+ "quit",
+ "quiver",
+ "quota",
+ "quotation",
+ "quote",
+ "rabbi",
+ "rabbit",
+ "raccoon",
+ "race",
+ "racer",
+ "racing",
+ "racism",
+ "racist",
+ "rack",
+ "radar",
+ "radiator",
+ "radio",
+ "radiosonde",
+ "radish",
+ "raffle",
+ "raft",
+ "rag",
+ "rage",
+ "raid",
+ "rail",
+ "railing",
+ "railroad",
+ "railway",
+ "raiment",
+ "rain",
+ "rainbow",
+ "raincoat",
+ "rainmaker",
+ "rainstorm",
+ "rainy",
+ "raise",
+ "raisin",
+ "rake",
+ "rally",
+ "ram",
+ "rambler",
+ "ramen",
+ "ramie",
+ "ranch",
+ "rancher",
+ "randomisation",
+ "randomization",
+ "range",
+ "ranger",
+ "rank",
+ "rap",
+ "rape",
+ "raspberry",
+ "rat",
+ "rate",
+ "ratepayer",
+ "rating",
+ "ratio",
+ "rationale",
+ "rations",
+ "raven",
+ "ravioli",
+ "rawhide",
+ "ray",
+ "rayon",
+ "razor",
+ "reach",
+ "reactant",
+ "reaction",
+ "read",
+ "reader",
+ "readiness",
+ "reading",
+ "real",
+ "reality",
+ "realization",
+ "realm",
+ "reamer",
+ "rear",
+ "reason",
+ "reasoning",
+ "rebel",
+ "rebellion",
+ "reboot",
+ "recall",
+ "recapitulation",
+ "receipt",
+ "receiver",
+ "reception",
+ "receptor",
+ "recess",
+ "recession",
+ "recipe",
+ "recipient",
+ "reciprocity",
+ "reclamation",
+ "recliner",
+ "recognition",
+ "recollection",
+ "recommendation",
+ "reconsideration",
+ "record",
+ "recorder",
+ "recording",
+ "recovery",
+ "recreation",
+ "recruit",
+ "rectangle",
+ "red",
+ "redesign",
+ "redhead",
+ "redirect",
+ "rediscovery",
+ "reduction",
+ "reef",
+ "refectory",
+ "reference",
+ "referendum",
+ "reflection",
+ "reform",
+ "refreshments",
+ "refrigerator",
+ "refuge",
+ "refund",
+ "refusal",
+ "refuse",
+ "regard",
+ "regime",
+ "region",
+ "regionalism",
+ "register",
+ "registration",
+ "registry",
+ "regret",
+ "regulation",
+ "regulator",
+ "rehospitalisation",
+ "rehospitalization",
+ "reindeer",
+ "reinscription",
+ "reject",
+ "relation",
+ "relationship",
+ "relative",
+ "relaxation",
+ "relay",
+ "release",
+ "reliability",
+ "relief",
+ "religion",
+ "relish",
+ "reluctance",
+ "remains",
+ "remark",
+ "reminder",
+ "remnant",
+ "remote",
+ "removal",
+ "renaissance",
+ "rent",
+ "reorganisation",
+ "reorganization",
+ "repair",
+ "reparation",
+ "repayment",
+ "repeat",
+ "replacement",
+ "replica",
+ "replication",
+ "reply",
+ "report",
+ "reporter",
+ "reporting",
+ "repository",
+ "representation",
+ "representative",
+ "reprocessing",
+ "republic",
+ "republican",
+ "reputation",
+ "request",
+ "requirement",
+ "resale",
+ "rescue",
+ "research",
+ "researcher",
+ "resemblance",
+ "reservation",
+ "reserve",
+ "reservoir",
+ "reset",
+ "residence",
+ "resident",
+ "residue",
+ "resist",
+ "resistance",
+ "resolution",
+ "resolve",
+ "resort",
+ "resource",
+ "respect",
+ "respite",
+ "response",
+ "responsibility",
+ "rest",
+ "restaurant",
+ "restoration",
+ "restriction",
+ "restroom",
+ "restructuring",
+ "result",
+ "resume",
+ "retailer",
+ "retention",
+ "rethinking",
+ "retina",
+ "retirement",
+ "retouching",
+ "retreat",
+ "retrospect",
+ "retrospective",
+ "retrospectivity",
+ "return",
+ "reunion",
+ "revascularisation",
+ "revascularization",
+ "reveal",
+ "revelation",
+ "revenant",
+ "revenge",
+ "revenue",
+ "reversal",
+ "reverse",
+ "review",
+ "revitalisation",
+ "revitalization",
+ "revival",
+ "revolution",
+ "revolver",
+ "reward",
+ "rhetoric",
+ "rheumatism",
+ "rhinoceros",
+ "rhubarb",
+ "rhyme",
+ "rhythm",
+ "rib",
+ "ribbon",
+ "rice",
+ "riddle",
+ "ride",
+ "rider",
+ "ridge",
+ "riding",
+ "rifle",
+ "right",
+ "rim",
+ "ring",
+ "ringworm",
+ "riot",
+ "rip",
+ "ripple",
+ "rise",
+ "riser",
+ "risk",
+ "rite",
+ "ritual",
+ "river",
+ "riverbed",
+ "rivulet",
+ "road",
+ "roadway",
+ "roar",
+ "roast",
+ "robe",
+ "robin",
+ "robot",
+ "robotics",
+ "rock",
+ "rocker",
+ "rocket",
+ "rocket-ship",
+ "rod",
+ "role",
+ "roll",
+ "roller",
+ "romaine",
+ "romance",
+ "roof",
+ "room",
+ "roommate",
+ "rooster",
+ "root",
+ "rope",
+ "rose",
+ "rosemary",
+ "roster",
+ "rostrum",
+ "rotation",
+ "round",
+ "roundabout",
+ "route",
+ "router",
+ "routine",
+ "row",
+ "rowboat",
+ "rowing",
+ "rubber",
+ "rubbish",
+ "rubric",
+ "ruby",
+ "ruckus",
+ "rudiment",
+ "ruffle",
+ "rug",
+ "rugby",
+ "ruin",
+ "rule",
+ "ruler",
+ "ruling",
+ "rum",
+ "rumor",
+ "run",
+ "runaway",
+ "runner",
+ "running",
+ "runway",
+ "rush",
+ "rust",
+ "rutabaga",
+ "rye",
+ "sabre",
+ "sac",
+ "sack",
+ "saddle",
+ "sadness",
+ "safari",
+ "safe",
+ "safeguard",
+ "safety",
+ "saffron",
+ "sage",
+ "sail",
+ "sailboat",
+ "sailing",
+ "sailor",
+ "saint",
+ "sake",
+ "salad",
+ "salami",
+ "salary",
+ "sale",
+ "salesman",
+ "salmon",
+ "salon",
+ "saloon",
+ "salsa",
+ "salt",
+ "salute",
+ "samovar",
+ "sampan",
+ "sample",
+ "samurai",
+ "sanction",
+ "sanctity",
+ "sanctuary",
+ "sand",
+ "sandal",
+ "sandbar",
+ "sandpaper",
+ "sandwich",
+ "sanity",
+ "sardine",
+ "sari",
+ "sarong",
+ "sash",
+ "satellite",
+ "satin",
+ "satire",
+ "satisfaction",
+ "sauce",
+ "saucer",
+ "sauerkraut",
+ "sausage",
+ "savage",
+ "savannah",
+ "saving",
+ "savings",
+ "savior",
+ "saviour",
+ "savory",
+ "saw",
+ "saxophone",
+ "scaffold",
+ "scale",
+ "scallion",
+ "scallops",
+ "scalp",
+ "scam",
+ "scanner",
+ "scarecrow",
+ "scarf",
+ "scarification",
+ "scenario",
+ "scene",
+ "scenery",
+ "scent",
+ "schedule",
+ "scheduling",
+ "schema",
+ "scheme",
+ "schizophrenic",
+ "schnitzel",
+ "scholar",
+ "scholarship",
+ "school",
+ "schoolhouse",
+ "schooner",
+ "science",
+ "scientist",
+ "scimitar",
+ "scissors",
+ "scooter",
+ "scope",
+ "score",
+ "scorn",
+ "scorpion",
+ "scotch",
+ "scout",
+ "scow",
+ "scrambled",
+ "scrap",
+ "scraper",
+ "scratch",
+ "screamer",
+ "screen",
+ "screening",
+ "screenwriting",
+ "screw",
+ "screw-up",
+ "screwdriver",
+ "scrim",
+ "scrip",
+ "script",
+ "scripture",
+ "scrutiny",
+ "sculpting",
+ "sculptural",
+ "sculpture",
+ "sea",
+ "seabass",
+ "seafood",
+ "seagull",
+ "seal",
+ "seaplane",
+ "search",
+ "seashore",
+ "seaside",
+ "season",
+ "seat",
+ "seaweed",
+ "second",
+ "secrecy",
+ "secret",
+ "secretariat",
+ "secretary",
+ "secretion",
+ "section",
+ "sectional",
+ "sector",
+ "security",
+ "sediment",
+ "seed",
+ "seeder",
+ "seeker",
+ "seep",
+ "segment",
+ "seizure",
+ "selection",
+ "self",
+ "self-confidence",
+ "self-control",
+ "self-esteem",
+ "seller",
+ "selling",
+ "semantics",
+ "semester",
+ "semicircle",
+ "semicolon",
+ "semiconductor",
+ "seminar",
+ "senate",
+ "senator",
+ "sender",
+ "senior",
+ "sense",
+ "sensibility",
+ "sensitive",
+ "sensitivity",
+ "sensor",
+ "sentence",
+ "sentencing",
+ "sentiment",
+ "sepal",
+ "separation",
+ "septicaemia",
+ "sequel",
+ "sequence",
+ "serial",
+ "series",
+ "sermon",
+ "serum",
+ "serval",
+ "servant",
+ "server",
+ "service",
+ "servitude",
+ "sesame",
+ "session",
+ "set",
+ "setback",
+ "setting",
+ "settlement",
+ "settler",
+ "severity",
+ "sewer",
+ "sex",
+ "sexuality",
+ "shack",
+ "shackle",
+ "shade",
+ "shadow",
+ "shadowbox",
+ "shakedown",
+ "shaker",
+ "shallot",
+ "shallows",
+ "shame",
+ "shampoo",
+ "shanty",
+ "shape",
+ "share",
+ "shareholder",
+ "shark",
+ "shaw",
+ "shawl",
+ "shear",
+ "shearling",
+ "sheath",
+ "shed",
+ "sheep",
+ "sheet",
+ "shelf",
+ "shell",
+ "shelter",
+ "sherbet",
+ "sherry",
+ "shield",
+ "shift",
+ "shin",
+ "shine",
+ "shingle",
+ "ship",
+ "shipper",
+ "shipping",
+ "shipyard",
+ "shirt",
+ "shirtdress",
+ "shit",
+ "shoat",
+ "shock",
+ "shoe",
+ "shoe-horn",
+ "shoehorn",
+ "shoelace",
+ "shoemaker",
+ "shoes",
+ "shoestring",
+ "shofar",
+ "shoot",
+ "shootdown",
+ "shop",
+ "shopper",
+ "shopping",
+ "shore",
+ "shoreline",
+ "short",
+ "shortage",
+ "shorts",
+ "shortwave",
+ "shot",
+ "shoulder",
+ "shout",
+ "shovel",
+ "show",
+ "show-stopper",
+ "shower",
+ "shred",
+ "shrimp",
+ "shrine",
+ "shutdown",
+ "sibling",
+ "sick",
+ "sickness",
+ "side",
+ "sideboard",
+ "sideburns",
+ "sidecar",
+ "sidestream",
+ "sidewalk",
+ "siding",
+ "siege",
+ "sigh",
+ "sight",
+ "sightseeing",
+ "sign",
+ "signal",
+ "signature",
+ "signet",
+ "significance",
+ "signify",
+ "signup",
+ "silence",
+ "silica",
+ "silicon",
+ "silk",
+ "silkworm",
+ "sill",
+ "silly",
+ "silo",
+ "silver",
+ "similarity",
+ "simple",
+ "simplicity",
+ "simplification",
+ "simvastatin",
+ "sin",
+ "singer",
+ "singing",
+ "singular",
+ "sink",
+ "sinuosity",
+ "sip",
+ "sir",
+ "sister",
+ "sister-in-law",
+ "sitar",
+ "site",
+ "situation",
+ "size",
+ "skate",
+ "skating",
+ "skean",
+ "skeleton",
+ "ski",
+ "skiing",
+ "skill",
+ "skin",
+ "skirt",
+ "skull",
+ "skullcap",
+ "skullduggery",
+ "skunk",
+ "sky",
+ "skylight",
+ "skyline",
+ "skyscraper",
+ "skywalk",
+ "slang",
+ "slapstick",
+ "slash",
+ "slate",
+ "slave",
+ "slavery",
+ "slaw",
+ "sled",
+ "sledge",
+ "sleep",
+ "sleepiness",
+ "sleeping",
+ "sleet",
+ "sleuth",
+ "slice",
+ "slide",
+ "slider",
+ "slime",
+ "slip",
+ "slipper",
+ "slippers",
+ "slope",
+ "slot",
+ "sloth",
+ "slump",
+ "smell",
+ "smelting",
+ "smile",
+ "smith",
+ "smock",
+ "smog",
+ "smoke",
+ "smoking",
+ "smolt",
+ "smuggling",
+ "snack",
+ "snail",
+ "snake",
+ "snakebite",
+ "snap",
+ "snarl",
+ "sneaker",
+ "sneakers",
+ "sneeze",
+ "sniffle",
+ "snob",
+ "snorer",
+ "snow",
+ "snowboarding",
+ "snowflake",
+ "snowman",
+ "snowmobiling",
+ "snowplow",
+ "snowstorm",
+ "snowsuit",
+ "snuck",
+ "snug",
+ "snuggle",
+ "soap",
+ "soccer",
+ "socialism",
+ "socialist",
+ "society",
+ "sociology",
+ "sock",
+ "socks",
+ "soda",
+ "sofa",
+ "softball",
+ "softdrink",
+ "softening",
+ "software",
+ "soil",
+ "soldier",
+ "sole",
+ "solicitation",
+ "solicitor",
+ "solidarity",
+ "solidity",
+ "soliloquy",
+ "solitaire",
+ "solution",
+ "solvency",
+ "sombrero",
+ "somebody",
+ "someone",
+ "someplace",
+ "somersault",
+ "something",
+ "somewhere",
+ "son",
+ "sonar",
+ "sonata",
+ "song",
+ "songbird",
+ "sonnet",
+ "soot",
+ "sophomore",
+ "soprano",
+ "sorbet",
+ "sorghum",
+ "sorrel",
+ "sorrow",
+ "sort",
+ "soul",
+ "soulmate",
+ "sound",
+ "soundness",
+ "soup",
+ "source",
+ "sourwood",
+ "sousaphone",
+ "south",
+ "southeast",
+ "souvenir",
+ "sovereignty",
+ "sow",
+ "soy",
+ "soybean",
+ "space",
+ "spacing",
+ "spade",
+ "spaghetti",
+ "span",
+ "spandex",
+ "spank",
+ "sparerib",
+ "spark",
+ "sparrow",
+ "spasm",
+ "spat",
+ "spatula",
+ "spawn",
+ "speaker",
+ "speakerphone",
+ "speaking",
+ "spear",
+ "spec",
+ "special",
+ "specialist",
+ "specialty",
+ "species",
+ "specification",
+ "spectacle",
+ "spectacles",
+ "spectrograph",
+ "spectrum",
+ "speculation",
+ "speech",
+ "speed",
+ "speedboat",
+ "spell",
+ "spelling",
+ "spelt",
+ "spending",
+ "sphere",
+ "sphynx",
+ "spice",
+ "spider",
+ "spiderling",
+ "spike",
+ "spill",
+ "spinach",
+ "spine",
+ "spiral",
+ "spirit",
+ "spiritual",
+ "spirituality",
+ "spit",
+ "spite",
+ "spleen",
+ "splendor",
+ "split",
+ "spokesman",
+ "spokeswoman",
+ "sponge",
+ "sponsor",
+ "sponsorship",
+ "spool",
+ "spoon",
+ "spork",
+ "sport",
+ "sportsman",
+ "spot",
+ "spotlight",
+ "spouse",
+ "sprag",
+ "sprat",
+ "spray",
+ "spread",
+ "spreadsheet",
+ "spree",
+ "spring",
+ "sprinkles",
+ "sprinter",
+ "sprout",
+ "spruce",
+ "spud",
+ "spume",
+ "spur",
+ "spy",
+ "spyglass",
+ "square",
+ "squash",
+ "squatter",
+ "squeegee",
+ "squid",
+ "squirrel",
+ "stab",
+ "stability",
+ "stable",
+ "stack",
+ "stacking",
+ "stadium",
+ "staff",
+ "stag",
+ "stage",
+ "stain",
+ "stair",
+ "staircase",
+ "stake",
+ "stalk",
+ "stall",
+ "stallion",
+ "stamen",
+ "stamina",
+ "stamp",
+ "stance",
+ "stand",
+ "standard",
+ "standardisation",
+ "standardization",
+ "standing",
+ "standoff",
+ "standpoint",
+ "star",
+ "starboard",
+ "start",
+ "starter",
+ "state",
+ "statement",
+ "statin",
+ "station",
+ "station-wagon",
+ "statistic",
+ "statistics",
+ "statue",
+ "status",
+ "statute",
+ "stay",
+ "steak",
+ "stealth",
+ "steam",
+ "steamroller",
+ "steel",
+ "steeple",
+ "stem",
+ "stench",
+ "stencil",
+ "step",
+ "step-aunt",
+ "step-brother",
+ "step-daughter",
+ "step-father",
+ "step-grandfather",
+ "step-grandmother",
+ "step-mother",
+ "step-sister",
+ "step-son",
+ "step-uncle",
+ "stepdaughter",
+ "stepmother",
+ "stepping-stone",
+ "stepson",
+ "stereo",
+ "stew",
+ "steward",
+ "stick",
+ "sticker",
+ "stiletto",
+ "still",
+ "stimulation",
+ "stimulus",
+ "sting",
+ "stinger",
+ "stir-fry",
+ "stitch",
+ "stitcher",
+ "stock",
+ "stock-in-trade",
+ "stockings",
+ "stole",
+ "stomach",
+ "stone",
+ "stonework",
+ "stool",
+ "stop",
+ "stopsign",
+ "stopwatch",
+ "storage",
+ "store",
+ "storey",
+ "storm",
+ "story",
+ "story-telling",
+ "storyboard",
+ "stot",
+ "stove",
+ "strait",
+ "strand",
+ "stranger",
+ "strap",
+ "strategy",
+ "straw",
+ "strawberry",
+ "strawman",
+ "stream",
+ "street",
+ "streetcar",
+ "strength",
+ "stress",
+ "stretch",
+ "strife",
+ "strike",
+ "string",
+ "strip",
+ "stripe",
+ "strobe",
+ "stroke",
+ "structure",
+ "strudel",
+ "struggle",
+ "stucco",
+ "stud",
+ "student",
+ "studio",
+ "study",
+ "stuff",
+ "stumbling",
+ "stump",
+ "stupidity",
+ "sturgeon",
+ "sty",
+ "style",
+ "styling",
+ "stylus",
+ "sub",
+ "subcomponent",
+ "subconscious",
+ "subcontractor",
+ "subexpression",
+ "subgroup",
+ "subject",
+ "submarine",
+ "submitter",
+ "subprime",
+ "subroutine",
+ "subscription",
+ "subsection",
+ "subset",
+ "subsidence",
+ "subsidiary",
+ "subsidy",
+ "substance",
+ "substitution",
+ "subtitle",
+ "suburb",
+ "subway",
+ "success",
+ "succotash",
+ "suck",
+ "sucker",
+ "suede",
+ "suet",
+ "suffocation",
+ "sugar",
+ "suggestion",
+ "suicide",
+ "suit",
+ "suitcase",
+ "suite",
+ "sulfur",
+ "sultan",
+ "sum",
+ "summary",
+ "summer",
+ "summit",
+ "sun",
+ "sunbeam",
+ "sunbonnet",
+ "sundae",
+ "sunday",
+ "sundial",
+ "sunflower",
+ "sunglasses",
+ "sunlamp",
+ "sunlight",
+ "sunrise",
+ "sunroom",
+ "sunset",
+ "sunshine",
+ "superiority",
+ "supermarket",
+ "supernatural",
+ "supervision",
+ "supervisor",
+ "supper",
+ "supplement",
+ "supplier",
+ "supply",
+ "support",
+ "supporter",
+ "suppression",
+ "supreme",
+ "surface",
+ "surfboard",
+ "surge",
+ "surgeon",
+ "surgery",
+ "surname",
+ "surplus",
+ "surprise",
+ "surround",
+ "surroundings",
+ "surrounds",
+ "survey",
+ "survival",
+ "survivor",
+ "sushi",
+ "suspect",
+ "suspenders",
+ "suspension",
+ "sustainment",
+ "sustenance",
+ "swallow",
+ "swamp",
+ "swan",
+ "swanling",
+ "swath",
+ "sweat",
+ "sweater",
+ "sweatshirt",
+ "sweatshop",
+ "sweatsuit",
+ "sweets",
+ "swell",
+ "swim",
+ "swimming",
+ "swimsuit",
+ "swine",
+ "swing",
+ "switch",
+ "switchboard",
+ "switching",
+ "swivel",
+ "sword",
+ "swordfight",
+ "swordfish",
+ "sycamore",
+ "symbol",
+ "symmetry",
+ "sympathy",
+ "symptom",
+ "syndicate",
+ "syndrome",
+ "synergy",
+ "synod",
+ "synonym",
+ "synthesis",
+ "syrup",
+ "system",
+ "t-shirt",
+ "tab",
+ "tabby",
+ "tabernacle",
+ "table",
+ "tablecloth",
+ "tablet",
+ "tabletop",
+ "tachometer",
+ "tackle",
+ "taco",
+ "tactics",
+ "tactile",
+ "tadpole",
+ "tag",
+ "tail",
+ "tailbud",
+ "tailor",
+ "tailspin",
+ "take-out",
+ "takeover",
+ "tale",
+ "talent",
+ "talk",
+ "talking",
+ "tam-o'-shanter",
+ "tamale",
+ "tambour",
+ "tambourine",
+ "tan",
+ "tandem",
+ "tangerine",
+ "tank",
+ "tank-top",
+ "tanker",
+ "tankful",
+ "tap",
+ "tape",
+ "tapioca",
+ "target",
+ "taro",
+ "tarragon",
+ "tart",
+ "task",
+ "tassel",
+ "taste",
+ "tatami",
+ "tattler",
+ "tattoo",
+ "tavern",
+ "tax",
+ "taxi",
+ "taxicab",
+ "taxpayer",
+ "tea",
+ "teacher",
+ "teaching",
+ "team",
+ "teammate",
+ "teapot",
+ "tear",
+ "tech",
+ "technician",
+ "technique",
+ "technologist",
+ "technology",
+ "tectonics",
+ "teen",
+ "teenager",
+ "teepee",
+ "telephone",
+ "telescreen",
+ "teletype",
+ "television",
+ "tell",
+ "teller",
+ "temp",
+ "temper",
+ "temperature",
+ "temple",
+ "tempo",
+ "temporariness",
+ "temporary",
+ "temptation",
+ "temptress",
+ "tenant",
+ "tendency",
+ "tender",
+ "tenement",
+ "tenet",
+ "tennis",
+ "tenor",
+ "tension",
+ "tensor",
+ "tent",
+ "tentacle",
+ "tenth",
+ "tepee",
+ "teriyaki",
+ "term",
+ "terminal",
+ "termination",
+ "terminology",
+ "termite",
+ "terrace",
+ "terracotta",
+ "terrapin",
+ "terrarium",
+ "territory",
+ "terror",
+ "terrorism",
+ "terrorist",
+ "test",
+ "testament",
+ "testimonial",
+ "testimony",
+ "testing",
+ "text",
+ "textbook",
+ "textual",
+ "texture",
+ "thanks",
+ "thaw",
+ "theater",
+ "theft",
+ "theism",
+ "theme",
+ "theology",
+ "theory",
+ "therapist",
+ "therapy",
+ "thermals",
+ "thermometer",
+ "thermostat",
+ "thesis",
+ "thickness",
+ "thief",
+ "thigh",
+ "thing",
+ "thinking",
+ "thirst",
+ "thistle",
+ "thong",
+ "thongs",
+ "thorn",
+ "thought",
+ "thousand",
+ "thread",
+ "threat",
+ "threshold",
+ "thrift",
+ "thrill",
+ "throat",
+ "throne",
+ "thrush",
+ "thrust",
+ "thug",
+ "thumb",
+ "thump",
+ "thunder",
+ "thunderbolt",
+ "thunderhead",
+ "thunderstorm",
+ "thyme",
+ "tiara",
+ "tic",
+ "tick",
+ "ticket",
+ "tide",
+ "tie",
+ "tiger",
+ "tights",
+ "tile",
+ "till",
+ "tilt",
+ "timbale",
+ "timber",
+ "time",
+ "timeline",
+ "timeout",
+ "timer",
+ "timetable",
+ "timing",
+ "timpani",
+ "tin",
+ "tinderbox",
+ "tinkle",
+ "tintype",
+ "tip",
+ "tire",
+ "tissue",
+ "titanium",
+ "title",
+ "toad",
+ "toast",
+ "toaster",
+ "tobacco",
+ "today",
+ "toe",
+ "toenail",
+ "toffee",
+ "tofu",
+ "tog",
+ "toga",
+ "toilet",
+ "tolerance",
+ "tolerant",
+ "toll",
+ "tom-tom",
+ "tomatillo",
+ "tomato",
+ "tomb",
+ "tomography",
+ "tomorrow",
+ "ton",
+ "tonality",
+ "tone",
+ "tongue",
+ "tonic",
+ "tonight",
+ "tool",
+ "toot",
+ "tooth",
+ "toothbrush",
+ "toothpaste",
+ "toothpick",
+ "top",
+ "top-hat",
+ "topic",
+ "topsail",
+ "toque",
+ "toreador",
+ "tornado",
+ "torso",
+ "torte",
+ "tortellini",
+ "tortilla",
+ "tortoise",
+ "tosser",
+ "total",
+ "tote",
+ "touch",
+ "tough-guy",
+ "tour",
+ "tourism",
+ "tourist",
+ "tournament",
+ "tow-truck",
+ "towel",
+ "tower",
+ "town",
+ "townhouse",
+ "township",
+ "toy",
+ "trace",
+ "trachoma",
+ "track",
+ "tracking",
+ "tracksuit",
+ "tract",
+ "tractor",
+ "trade",
+ "trader",
+ "trading",
+ "tradition",
+ "traditionalism",
+ "traffic",
+ "trafficker",
+ "tragedy",
+ "trail",
+ "trailer",
+ "trailpatrol",
+ "train",
+ "trainer",
+ "training",
+ "trait",
+ "tram",
+ "tramp",
+ "trance",
+ "transaction",
+ "transcript",
+ "transfer",
+ "transformation",
+ "transit",
+ "transition",
+ "translation",
+ "transmission",
+ "transom",
+ "transparency",
+ "transplantation",
+ "transport",
+ "transportation",
+ "trap",
+ "trapdoor",
+ "trapezium",
+ "trapezoid",
+ "trash",
+ "travel",
+ "traveler",
+ "tray",
+ "treasure",
+ "treasury",
+ "treat",
+ "treatment",
+ "treaty",
+ "tree",
+ "trek",
+ "trellis",
+ "tremor",
+ "trench",
+ "trend",
+ "triad",
+ "trial",
+ "triangle",
+ "tribe",
+ "tributary",
+ "trick",
+ "trigger",
+ "trigonometry",
+ "trillion",
+ "trim",
+ "trinket",
+ "trip",
+ "tripod",
+ "tritone",
+ "triumph",
+ "trolley",
+ "trombone",
+ "troop",
+ "trooper",
+ "trophy",
+ "trouble",
+ "trousers",
+ "trout",
+ "trove",
+ "trowel",
+ "truck",
+ "trumpet",
+ "trunk",
+ "trust",
+ "trustee",
+ "truth",
+ "try",
+ "tsunami",
+ "tub",
+ "tuba",
+ "tube",
+ "tuber",
+ "tug",
+ "tugboat",
+ "tuition",
+ "tulip",
+ "tumbler",
+ "tummy",
+ "tuna",
+ "tune",
+ "tune-up",
+ "tunic",
+ "tunnel",
+ "turban",
+ "turf",
+ "turkey",
+ "turmeric",
+ "turn",
+ "turning",
+ "turnip",
+ "turnover",
+ "turnstile",
+ "turret",
+ "turtle",
+ "tusk",
+ "tussle",
+ "tutu",
+ "tuxedo",
+ "tweet",
+ "tweezers",
+ "twig",
+ "twilight",
+ "twine",
+ "twins",
+ "twist",
+ "twister",
+ "twitter",
+ "type",
+ "typeface",
+ "typewriter",
+ "typhoon",
+ "ukulele",
+ "ultimatum",
+ "umbrella",
+ "unblinking",
+ "uncertainty",
+ "uncle",
+ "underclothes",
+ "underestimate",
+ "underground",
+ "underneath",
+ "underpants",
+ "underpass",
+ "undershirt",
+ "understanding",
+ "understatement",
+ "undertaker",
+ "underwear",
+ "underweight",
+ "underwire",
+ "underwriting",
+ "unemployment",
+ "unibody",
+ "uniform",
+ "uniformity",
+ "union",
+ "unique",
+ "unit",
+ "unity",
+ "universe",
+ "university",
+ "update",
+ "upgrade",
+ "uplift",
+ "upper",
+ "upstairs",
+ "upward",
+ "urge",
+ "urgency",
+ "urn",
+ "usage",
+ "use",
+ "user",
+ "usher",
+ "usual",
+ "utensil",
+ "utilisation",
+ "utility",
+ "utilization",
+ "vacation",
+ "vaccine",
+ "vacuum",
+ "vagrant",
+ "valance",
+ "valentine",
+ "validate",
+ "validity",
+ "valley",
+ "valuable",
+ "value",
+ "vampire",
+ "van",
+ "vanadyl",
+ "vane",
+ "vanilla",
+ "vanity",
+ "variability",
+ "variable",
+ "variant",
+ "variation",
+ "variety",
+ "vascular",
+ "vase",
+ "vault",
+ "vaulting",
+ "veal",
+ "vector",
+ "vegetable",
+ "vegetarian",
+ "vegetarianism",
+ "vegetation",
+ "vehicle",
+ "veil",
+ "vein",
+ "veldt",
+ "vellum",
+ "velocity",
+ "velodrome",
+ "velvet",
+ "vendor",
+ "veneer",
+ "vengeance",
+ "venison",
+ "venom",
+ "venti",
+ "venture",
+ "venue",
+ "veranda",
+ "verb",
+ "verdict",
+ "verification",
+ "vermicelli",
+ "vernacular",
+ "verse",
+ "version",
+ "vertigo",
+ "verve",
+ "vessel",
+ "vest",
+ "vestment",
+ "vet",
+ "veteran",
+ "veterinarian",
+ "veto",
+ "viability",
+ "vibe",
+ "vibraphone",
+ "vibration",
+ "vibrissae",
+ "vice",
+ "vicinity",
+ "victim",
+ "victory",
+ "video",
+ "view",
+ "viewer",
+ "vignette",
+ "villa",
+ "village",
+ "vine",
+ "vinegar",
+ "vineyard",
+ "vintage",
+ "vintner",
+ "vinyl",
+ "viola",
+ "violation",
+ "violence",
+ "violet",
+ "violin",
+ "virginal",
+ "virtue",
+ "virus",
+ "visa",
+ "viscose",
+ "vise",
+ "vision",
+ "visit",
+ "visitor",
+ "visor",
+ "vista",
+ "visual",
+ "vitality",
+ "vitamin",
+ "vitro",
+ "vivo",
+ "vixen",
+ "vodka",
+ "vogue",
+ "voice",
+ "void",
+ "vol",
+ "volatility",
+ "volcano",
+ "volleyball",
+ "volume",
+ "volunteer",
+ "volunteering",
+ "vomit",
+ "vote",
+ "voter",
+ "voting",
+ "voyage",
+ "vulture",
+ "wad",
+ "wafer",
+ "waffle",
+ "wage",
+ "wagon",
+ "waist",
+ "waistband",
+ "wait",
+ "waiter",
+ "waiting",
+ "waitress",
+ "waiver",
+ "wake",
+ "walk",
+ "walker",
+ "walking",
+ "walkway",
+ "wall",
+ "wallaby",
+ "wallet",
+ "walnut",
+ "walrus",
+ "wampum",
+ "wannabe",
+ "want",
+ "war",
+ "warden",
+ "wardrobe",
+ "warfare",
+ "warlock",
+ "warlord",
+ "warm-up",
+ "warming",
+ "warmth",
+ "warning",
+ "warrant",
+ "warren",
+ "warrior",
+ "wasabi",
+ "wash",
+ "washbasin",
+ "washcloth",
+ "washer",
+ "washtub",
+ "wasp",
+ "waste",
+ "wastebasket",
+ "wasting",
+ "watch",
+ "watcher",
+ "watchmaker",
+ "water",
+ "waterbed",
+ "watercress",
+ "waterfall",
+ "waterfront",
+ "watermelon",
+ "waterskiing",
+ "waterspout",
+ "waterwheel",
+ "wave",
+ "waveform",
+ "wax",
+ "way",
+ "weakness",
+ "wealth",
+ "weapon",
+ "wear",
+ "weasel",
+ "weather",
+ "web",
+ "webinar",
+ "webmail",
+ "webpage",
+ "website",
+ "wedding",
+ "wedge",
+ "weed",
+ "weeder",
+ "weedkiller",
+ "week",
+ "weekend",
+ "weekender",
+ "weight",
+ "weird",
+ "welcome",
+ "welfare",
+ "well",
+ "well-being",
+ "west",
+ "western",
+ "wet-bar",
+ "wetland",
+ "wetsuit",
+ "whack",
+ "whale",
+ "wharf",
+ "wheat",
+ "wheel",
+ "whelp",
+ "whey",
+ "whip",
+ "whirlpool",
+ "whirlwind",
+ "whisker",
+ "whiskey",
+ "whisper",
+ "whistle",
+ "white",
+ "whole",
+ "wholesale",
+ "wholesaler",
+ "whorl",
+ "wick",
+ "widget",
+ "widow",
+ "width",
+ "wife",
+ "wifi",
+ "wild",
+ "wildebeest",
+ "wilderness",
+ "wildlife",
+ "will",
+ "willingness",
+ "willow",
+ "win",
+ "wind",
+ "wind-chime",
+ "windage",
+ "window",
+ "windscreen",
+ "windshield",
+ "wine",
+ "winery",
+ "wing",
+ "wingman",
+ "wingtip",
+ "wink",
+ "winner",
+ "winter",
+ "wire",
+ "wiretap",
+ "wiring",
+ "wisdom",
+ "wiseguy",
+ "wish",
+ "wisteria",
+ "wit",
+ "witch",
+ "witch-hunt",
+ "withdrawal",
+ "witness",
+ "wok",
+ "wolf",
+ "woman",
+ "wombat",
+ "wonder",
+ "wont",
+ "wood",
+ "woodchuck",
+ "woodland",
+ "woodshed",
+ "woodwind",
+ "wool",
+ "woolens",
+ "word",
+ "wording",
+ "work",
+ "workbench",
+ "worker",
+ "workforce",
+ "workhorse",
+ "working",
+ "workout",
+ "workplace",
+ "workshop",
+ "world",
+ "worm",
+ "worry",
+ "worship",
+ "worshiper",
+ "worth",
+ "wound",
+ "wrap",
+ "wraparound",
+ "wrapper",
+ "wrapping",
+ "wreck",
+ "wrecker",
+ "wren",
+ "wrench",
+ "wrestler",
+ "wriggler",
+ "wrinkle",
+ "wrist",
+ "writer",
+ "writing",
+ "wrong",
+ "xylophone",
+ "yacht",
+ "yahoo",
+ "yak",
+ "yam",
+ "yang",
+ "yard",
+ "yarmulke",
+ "yarn",
+ "yawl",
+ "year",
+ "yeast",
+ "yellow",
+ "yellowjacket",
+ "yesterday",
+ "yew",
+ "yin",
+ "yoga",
+ "yogurt",
+ "yoke",
+ "yolk",
+ "young",
+ "youngster",
+ "yourself",
+ "youth",
+ "yoyo",
+ "yurt",
+ "zampone",
+ "zebra",
+ "zebrafish",
+ "zen",
+ "zephyr",
+ "zero",
+ "ziggurat",
+ "zinc",
+ "zipper",
+ "zither",
+ "zombie",
+ "zone",
+ "zoo",
+ "zoologist",
+ "zoology",
+ "zoot-suit",
+ "zucchini",
+];
diff --git a/lib/locales/en/word/preposition.js b/lib/locales/en/word/preposition.js
new file mode 100644
index 00000000..9f44de1e
--- /dev/null
+++ b/lib/locales/en/word/preposition.js
@@ -0,0 +1,111 @@
+module["exports"] = [
+ "a",
+ "abaft",
+ "aboard",
+ "about",
+ "above",
+ "absent",
+ "across",
+ "afore",
+ "after",
+ "against",
+ "along",
+ "alongside",
+ "amid",
+ "amidst",
+ "among",
+ "amongst",
+ "an",
+ "anenst",
+ "anti",
+ "apropos",
+ "apud",
+ "around",
+ "as",
+ "aside",
+ "astride",
+ "at",
+ "athwart",
+ "atop",
+ "barring",
+ "before",
+ "behind",
+ "below",
+ "beneath",
+ "beside",
+ "besides",
+ "between",
+ "beyond",
+ "but",
+ "by",
+ "circa",
+ "concerning",
+ "considering",
+ "despite",
+ "down",
+ "during",
+ "except",
+ "excepting",
+ "excluding",
+ "failing",
+ "following",
+ "for",
+ "forenenst",
+ "from",
+ "given",
+ "in",
+ "including",
+ "inside",
+ "into",
+ "lest",
+ "like",
+ "mid",
+ "midst",
+ "minus",
+ "modulo",
+ "near",
+ "next",
+ "notwithstanding",
+ "of",
+ "off",
+ "on",
+ "onto",
+ "opposite",
+ "out",
+ "outside",
+ "over",
+ "pace",
+ "past",
+ "per",
+ "plus",
+ "pro",
+ "qua",
+ "regarding",
+ "round",
+ "sans",
+ "save",
+ "since",
+ "than",
+ "the",
+ "through",
+ "throughout",
+ "till",
+ "times",
+ "to",
+ "toward",
+ "towards",
+ "under",
+ "underneath",
+ "unlike",
+ "until",
+ "unto",
+ "up",
+ "upon",
+ "versus",
+ "via",
+ "vice",
+ "with",
+ "within",
+ "without",
+ "worth",
+];
diff --git a/lib/locales/en/word/verb.js b/lib/locales/en/word/verb.js
new file mode 100644
index 00000000..1dccb2bd
--- /dev/null
+++ b/lib/locales/en/word/verb.js
@@ -0,0 +1,6059 @@
+module["exports"] = [
+ "abandon",
+ "abase",
+ "abate",
+ "abbreviate",
+ "abdicate",
+ "abduct",
+ "abet",
+ "abhor",
+ "abide",
+ "abjure",
+ "abnegate",
+ "abolish",
+ "abominate",
+ "abort",
+ "abound",
+ "abrade",
+ "abridge",
+ "abrogate",
+ "abscond",
+ "abseil",
+ "absent",
+ "absolve",
+ "absorb",
+ "abstain",
+ "abstract",
+ "abuse",
+ "abut",
+ "accede",
+ "accelerate",
+ "accent",
+ "accentuate",
+ "accept",
+ "access",
+ "accessorise",
+ "accessorize",
+ "acclaim",
+ "acclimate",
+ "acclimatise",
+ "acclimatize",
+ "accommodate",
+ "accompany",
+ "accomplish",
+ "accord",
+ "accost",
+ "account",
+ "accouter",
+ "accoutre",
+ "accredit",
+ "accrue",
+ "acculturate",
+ "accumulate",
+ "accuse",
+ "accustom",
+ "ace",
+ "ache",
+ "achieve",
+ "acidify",
+ "acknowledge",
+ "acquaint",
+ "acquiesce",
+ "acquire",
+ "acquit",
+ "act",
+ "action",
+ "activate",
+ "actualise",
+ "actualize",
+ "actuate",
+ "adapt",
+ "add",
+ "addle",
+ "address",
+ "adduce",
+ "adhere",
+ "adjoin",
+ "adjourn",
+ "adjudge",
+ "adjudicate",
+ "adjure",
+ "adjust",
+ "administer",
+ "admire",
+ "admit",
+ "admonish",
+ "adopt",
+ "adore",
+ "adorn",
+ "adsorb",
+ "adulterate",
+ "adumbrate",
+ "advance",
+ "advantage",
+ "advertise",
+ "advise",
+ "advocate",
+ "aerate",
+ "affect",
+ "affiliate",
+ "affirm",
+ "affix",
+ "afflict",
+ "afford",
+ "afforest",
+ "affront",
+ "age",
+ "agglomerate",
+ "aggravate",
+ "aggregate",
+ "agitate",
+ "agonise",
+ "agonize",
+ "agree",
+ "aid",
+ "ail",
+ "aim",
+ "air",
+ "airbrush",
+ "airdrop",
+ "airfreight",
+ "airlift",
+ "alarm",
+ "alert",
+ "alienate",
+ "alight",
+ "align",
+ "allay",
+ "allege",
+ "alleviate",
+ "allocate",
+ "allot",
+ "allow",
+ "alloy",
+ "allude",
+ "ally",
+ "alphabetise",
+ "alphabetize",
+ "alter",
+ "alternate",
+ "amalgamate",
+ "amass",
+ "amaze",
+ "amble",
+ "ambush",
+ "ameliorate",
+ "amend",
+ "amortise",
+ "amortize",
+ "amount",
+ "amplify",
+ "amputate",
+ "amuse",
+ "anaesthetise",
+ "anaesthetize",
+ "analyse",
+ "anchor",
+ "anesthetize",
+ "anger",
+ "angle",
+ "anglicise",
+ "anglicize",
+ "animate",
+ "anneal",
+ "annex",
+ "annihilate",
+ "annotate",
+ "announce",
+ "annoy",
+ "annul",
+ "anodise",
+ "anodize",
+ "anoint",
+ "anonymise",
+ "anonymize",
+ "answer",
+ "antagonise",
+ "antagonize",
+ "antedate",
+ "anthologise",
+ "anthologize",
+ "anticipate",
+ "ape",
+ "apologise",
+ "apologize",
+ "apostrophise",
+ "apostrophize",
+ "appal",
+ "appall",
+ "appeal",
+ "appear",
+ "appease",
+ "append",
+ "appertain",
+ "applaud",
+ "apply",
+ "appoint",
+ "apportion",
+ "appraise",
+ "appreciate",
+ "apprehend",
+ "apprentice",
+ "apprise",
+ "approach",
+ "appropriate",
+ "approve",
+ "approximate",
+ "aquaplane",
+ "arbitrate",
+ "arc",
+ "arch",
+ "archive",
+ "argue",
+ "arise",
+ "arm",
+ "arouse",
+ "arraign",
+ "arrange",
+ "array",
+ "arrest",
+ "arrive",
+ "arrogate",
+ "arse",
+ "art",
+ "articulate",
+ "ascend",
+ "ascertain",
+ "ascribe",
+ "ask",
+ "asphyxiate",
+ "aspirate",
+ "aspire",
+ "assail",
+ "assassinate",
+ "assault",
+ "assay",
+ "assemble",
+ "assent",
+ "assert",
+ "assess",
+ "assign",
+ "assimilate",
+ "assist",
+ "associate",
+ "assuage",
+ "assume",
+ "assure",
+ "asterisk",
+ "astonish",
+ "astound",
+ "atomise",
+ "atomize",
+ "atone",
+ "atrophy",
+ "attach",
+ "attack",
+ "attain",
+ "attempt",
+ "attend",
+ "attenuate",
+ "attest",
+ "attract",
+ "attribute",
+ "auction",
+ "audit",
+ "audition",
+ "augment",
+ "augur",
+ "authenticate",
+ "author",
+ "authorise",
+ "authorize",
+ "autograph",
+ "automate",
+ "autosave",
+ "autowind",
+ "avail",
+ "avenge",
+ "aver",
+ "average",
+ "avert",
+ "avoid",
+ "avow",
+ "await",
+ "awake",
+ "awaken",
+ "award",
+ "awe",
+ "ax",
+ "axe",
+ "baa",
+ "babble",
+ "baby",
+ "babysit",
+ "back",
+ "backcomb",
+ "backdate",
+ "backfill",
+ "backfire",
+ "backlight",
+ "backpack",
+ "backspace",
+ "backtrack",
+ "badger",
+ "baffle",
+ "bag",
+ "bail",
+ "bait",
+ "bake",
+ "balance",
+ "bale",
+ "ball",
+ "balloon",
+ "ballot",
+ "balls",
+ "bamboozle",
+ "ban",
+ "band",
+ "bandage",
+ "bandy",
+ "bang",
+ "bangs",
+ "banish",
+ "bank",
+ "bankroll",
+ "bankrupt",
+ "banter",
+ "baptise",
+ "baptize",
+ "bar",
+ "barbecue",
+ "bare",
+ "barf",
+ "bargain",
+ "barge",
+ "bark",
+ "barnstorm",
+ "barrack",
+ "barrel",
+ "barricade",
+ "barter",
+ "base",
+ "bash",
+ "bask",
+ "bastardise",
+ "bastardize",
+ "baste",
+ "bat",
+ "batch",
+ "bath",
+ "bathe",
+ "batten",
+ "batter",
+ "battle",
+ "baulk",
+ "bawl",
+ "bay",
+ "bayonet",
+ "be",
+ "beach",
+ "beam",
+ "bean",
+ "bear",
+ "beard",
+ "beat",
+ "beatbox",
+ "beatboxer",
+ "beatify",
+ "beautify",
+ "beaver",
+ "beckon",
+ "become",
+ "bed",
+ "bedazzle",
+ "bedeck",
+ "bedevil",
+ "beef",
+ "beep",
+ "beetle",
+ "befall",
+ "befit",
+ "befog",
+ "befriend",
+ "beg",
+ "beget",
+ "beggar",
+ "begin",
+ "begrudge",
+ "beguile",
+ "behave",
+ "behead",
+ "behold",
+ "behoove",
+ "behove",
+ "belabor",
+ "belabour",
+ "belay",
+ "belch",
+ "belie",
+ "believe",
+ "belittle",
+ "bellow",
+ "belly",
+ "bellyache",
+ "belong",
+ "belt",
+ "bemoan",
+ "bemuse",
+ "benchmark",
+ "bend",
+ "benefit",
+ "bequeath",
+ "berate",
+ "bereave",
+ "berth",
+ "beseech",
+ "beset",
+ "besiege",
+ "besmirch",
+ "bespatter",
+ "bespeak",
+ "best",
+ "bestir",
+ "bestow",
+ "bestride",
+ "bet",
+ "betake",
+ "betide",
+ "betoken",
+ "betray",
+ "better",
+ "bewail",
+ "beware",
+ "bewilder",
+ "bewitch",
+ "bias",
+ "bicker",
+ "bicycle",
+ "bid",
+ "bide",
+ "biff",
+ "bifurcate",
+ "big",
+ "bike",
+ "bilk",
+ "bill",
+ "billet",
+ "billow",
+ "bin",
+ "bind",
+ "binge",
+ "biodegrade",
+ "bird",
+ "bisect",
+ "bitch",
+ "bite",
+ "bitmap",
+ "bivouac",
+ "bivvy",
+ "blab",
+ "blabber",
+ "black",
+ "blackball",
+ "blacken",
+ "blacklist",
+ "blackmail",
+ "blag",
+ "blame",
+ "blanch",
+ "blank",
+ "blanket",
+ "blare",
+ "blaspheme",
+ "blast",
+ "blather",
+ "blaze",
+ "blazon",
+ "bleach",
+ "bleat",
+ "bleed",
+ "bleep",
+ "blemish",
+ "blench",
+ "blend",
+ "bless",
+ "blight",
+ "blind",
+ "blindfold",
+ "blindfolded",
+ "blindside",
+ "blink",
+ "bliss",
+ "blister",
+ "blitz",
+ "bloat",
+ "block",
+ "blockade",
+ "blog",
+ "blood",
+ "bloom",
+ "bloop",
+ "blossom",
+ "blot",
+ "blow",
+ "blub",
+ "blubber",
+ "bludge",
+ "bludgeon",
+ "bluff",
+ "blunder",
+ "blunt",
+ "blur",
+ "blurt",
+ "blush",
+ "bluster",
+ "board",
+ "boast",
+ "bob",
+ "bobble",
+ "bode",
+ "bodge",
+ "bog",
+ "boggle",
+ "boil",
+ "bolster",
+ "bolt",
+ "bomb",
+ "bombard",
+ "bond",
+ "bone",
+ "bonk",
+ "boo",
+ "boob",
+ "boogie",
+ "book",
+ "bookmark",
+ "boom",
+ "boomerang",
+ "boost",
+ "boot",
+ "bootleg",
+ "booze",
+ "bop",
+ "border",
+ "bore",
+ "born",
+ "borrow",
+ "boss",
+ "botch",
+ "bother",
+ "bottle",
+ "bottleful",
+ "bottom",
+ "bounce",
+ "bound",
+ "bow",
+ "bowdlerise",
+ "bowdlerize",
+ "bowl",
+ "bowlful",
+ "box",
+ "boycott",
+ "braai",
+ "brace",
+ "braces",
+ "bracket",
+ "brag",
+ "braid",
+ "brain",
+ "brainstorm",
+ "brainwash",
+ "braise",
+ "brake",
+ "branch",
+ "brand",
+ "brandish",
+ "brave",
+ "brawl",
+ "bray",
+ "brazen",
+ "breach",
+ "break",
+ "breakfast",
+ "breast",
+ "breastfeed",
+ "breathalyse",
+ "breathalyze",
+ "breathe",
+ "breed",
+ "breeze",
+ "brew",
+ "bribe",
+ "brick",
+ "bridge",
+ "bridle",
+ "brief",
+ "brighten",
+ "brim",
+ "bring",
+ "bristle",
+ "broach",
+ "broadcast",
+ "broaden",
+ "broadside",
+ "broil",
+ "broker",
+ "brood",
+ "brook",
+ "browbeat",
+ "brown",
+ "browse",
+ "bruise",
+ "bruit",
+ "brush",
+ "brutalise",
+ "brutalize",
+ "bubble",
+ "buck",
+ "bucket",
+ "bucketful",
+ "buckle",
+ "bud",
+ "buddy",
+ "budge",
+ "budget",
+ "buff",
+ "buffer",
+ "buffet",
+ "bug",
+ "bugger",
+ "build",
+ "bulge",
+ "bulk",
+ "bulldoze",
+ "bullshit",
+ "bully",
+ "bum",
+ "bumble",
+ "bump",
+ "bunch",
+ "bundle",
+ "bung",
+ "bungle",
+ "bunk",
+ "bunker",
+ "bunt",
+ "buoy",
+ "burble",
+ "burden",
+ "burgeon",
+ "burglarize",
+ "burgle",
+ "burn",
+ "burnish",
+ "burp",
+ "burrow",
+ "burst",
+ "bury",
+ "bus",
+ "bushwhack",
+ "busk",
+ "bust",
+ "bustle",
+ "busy",
+ "butcher",
+ "butt",
+ "butter",
+ "button",
+ "buttonhole",
+ "buttress",
+ "buy",
+ "buzz",
+ "buzzing",
+ "bypass",
+ "cable",
+ "cache",
+ "cackle",
+ "caddie",
+ "cadge",
+ "cage",
+ "cajole",
+ "cake",
+ "calcify",
+ "calculate",
+ "calibrate",
+ "call",
+ "calm",
+ "calve",
+ "camouflage",
+ "camp",
+ "campaign",
+ "can",
+ "canalise",
+ "canalize",
+ "cancel",
+ "cane",
+ "cannibalise",
+ "cannibalize",
+ "cannon",
+ "cannulate",
+ "canoe",
+ "canonise",
+ "canonize",
+ "canoodle",
+ "canst",
+ "cant",
+ "canter",
+ "canvass",
+ "cap",
+ "caper",
+ "capitalise",
+ "capitalize",
+ "capitulate",
+ "capsize",
+ "captain",
+ "caption",
+ "captivate",
+ "capture",
+ "caramelise",
+ "caramelize",
+ "carbonise",
+ "carbonize",
+ "carburise",
+ "carburize",
+ "card",
+ "care",
+ "careen",
+ "career",
+ "caress",
+ "caricature",
+ "carjack",
+ "carol",
+ "carom",
+ "carouse",
+ "carp",
+ "carpet",
+ "carpool",
+ "carry",
+ "cart",
+ "cartwheel",
+ "carve",
+ "cascade",
+ "case",
+ "cash",
+ "cashier",
+ "casserole",
+ "cast",
+ "castigate",
+ "castrate",
+ "catalog",
+ "catalogue",
+ "catalyse",
+ "catalyze",
+ "catapult",
+ "catch",
+ "categorise",
+ "categorize",
+ "cater",
+ "caterwaul",
+ "catnap",
+ "caucus",
+ "caulk",
+ "cause",
+ "cauterise",
+ "cauterize",
+ "caution",
+ "cave",
+ "cavil",
+ "cavort",
+ "caw",
+ "cc",
+ "cease",
+ "cede",
+ "celebrate",
+ "cement",
+ "censor",
+ "censure",
+ "centralise",
+ "centralize",
+ "centre",
+ "certificate",
+ "certify",
+ "chafe",
+ "chaff",
+ "chain",
+ "chair",
+ "chalk",
+ "challenge",
+ "champ",
+ "champion",
+ "chance",
+ "change",
+ "channel",
+ "chant",
+ "chaperon",
+ "chaperone",
+ "char",
+ "characterise",
+ "characterize",
+ "charbroil",
+ "charge",
+ "chargesheet",
+ "chargrill",
+ "charm",
+ "chart",
+ "charter",
+ "chase",
+ "chasten",
+ "chastise",
+ "chat",
+ "chatter",
+ "chauffeur",
+ "cheapen",
+ "cheat",
+ "cheater",
+ "check",
+ "checkmate",
+ "cheek",
+ "cheep",
+ "cheer",
+ "cherish",
+ "chew",
+ "chicken",
+ "chide",
+ "chill",
+ "chillax",
+ "chime",
+ "chink",
+ "chip",
+ "chirp",
+ "chisel",
+ "chivvy",
+ "chlorinate",
+ "choke",
+ "chomp",
+ "choose",
+ "chop",
+ "choreograph",
+ "chortle",
+ "chorus",
+ "christen",
+ "chromakey",
+ "chronicle",
+ "chuck",
+ "chuckle",
+ "chug",
+ "chunder",
+ "chunter",
+ "churn",
+ "cinch",
+ "circle",
+ "circulate",
+ "circumcise",
+ "circumnavigate",
+ "circumscribe",
+ "circumvent",
+ "cite",
+ "civilise",
+ "civilize",
+ "clack",
+ "claim",
+ "clam",
+ "clamber",
+ "clamor",
+ "clamour",
+ "clamp",
+ "clang",
+ "clank",
+ "clap",
+ "clarify",
+ "clash",
+ "clasp",
+ "class",
+ "classify",
+ "clatter",
+ "claw",
+ "clean",
+ "cleanse",
+ "clear",
+ "cleave",
+ "clench",
+ "clerk",
+ "click",
+ "climax",
+ "climb",
+ "clinch",
+ "cling",
+ "clink",
+ "clinking",
+ "clip",
+ "cloak",
+ "clobber",
+ "clock",
+ "clog",
+ "clone",
+ "clonk",
+ "close",
+ "closet",
+ "clot",
+ "clothe",
+ "cloud",
+ "clout",
+ "clown",
+ "club",
+ "cluck",
+ "clue",
+ "clump",
+ "clunk",
+ "cluster",
+ "clutch",
+ "clutter",
+ "coach",
+ "coagulate",
+ "coalesce",
+ "coarsen",
+ "coast",
+ "coat",
+ "coax",
+ "cobble",
+ "cock",
+ "cocoon",
+ "coddle",
+ "code",
+ "codify",
+ "coerce",
+ "coexist",
+ "cogitate",
+ "cohabit",
+ "cohere",
+ "coil",
+ "coin",
+ "coincide",
+ "collaborate",
+ "collapse",
+ "collar",
+ "collate",
+ "collect",
+ "collectivise",
+ "collectivize",
+ "collide",
+ "colligate",
+ "collocate",
+ "collude",
+ "colonise",
+ "colonize",
+ "colorize",
+ "colour",
+ "comb",
+ "combat",
+ "combine",
+ "combust",
+ "come",
+ "comfort",
+ "command",
+ "commandeer",
+ "commemorate",
+ "commence",
+ "commend",
+ "comment",
+ "commentate",
+ "commercialise",
+ "commercialize",
+ "commingle",
+ "commiserate",
+ "commission",
+ "commit",
+ "commune",
+ "communicate",
+ "commute",
+ "compact",
+ "compare",
+ "compartmentalise",
+ "compartmentalize",
+ "compel",
+ "compensate",
+ "compete",
+ "compile",
+ "complain",
+ "complement",
+ "complete",
+ "complicate",
+ "compliment",
+ "comply",
+ "comport",
+ "compose",
+ "compost",
+ "compound",
+ "comprehend",
+ "compress",
+ "comprise",
+ "compromise",
+ "compute",
+ "computerise",
+ "computerize",
+ "con",
+ "conceal",
+ "concede",
+ "conceive",
+ "concentrate",
+ "conceptualise",
+ "conceptualize",
+ "concern",
+ "concertina",
+ "conciliate",
+ "conclude",
+ "concoct",
+ "concrete",
+ "concur",
+ "concuss",
+ "condemn",
+ "condense",
+ "condescend",
+ "condition",
+ "condone",
+ "conduct",
+ "cone",
+ "confer",
+ "confess",
+ "confide",
+ "configure",
+ "confine",
+ "confirm",
+ "confiscate",
+ "conflate",
+ "conflict",
+ "conform",
+ "confound",
+ "confront",
+ "confuse",
+ "confute",
+ "congeal",
+ "congratulate",
+ "congregate",
+ "conjecture",
+ "conjoin",
+ "conjugate",
+ "conjure",
+ "conk",
+ "connect",
+ "connive",
+ "connote",
+ "conquer",
+ "conscientise",
+ "conscientize",
+ "conscript",
+ "consecrate",
+ "consent",
+ "conserve",
+ "consider",
+ "consign",
+ "consist",
+ "console",
+ "consolidate",
+ "consort",
+ "conspire",
+ "constitute",
+ "constrain",
+ "constrict",
+ "construct",
+ "construe",
+ "consult",
+ "consume",
+ "consummate",
+ "contact",
+ "contain",
+ "contaminate",
+ "contemplate",
+ "contend",
+ "content",
+ "contest",
+ "contextualise",
+ "contextualize",
+ "continue",
+ "contort",
+ "contract",
+ "contradict",
+ "contraindicate",
+ "contrast",
+ "contravene",
+ "contribute",
+ "contrive",
+ "control",
+ "controvert",
+ "convalesce",
+ "convene",
+ "converge",
+ "converse",
+ "convert",
+ "convey",
+ "convict",
+ "convince",
+ "convoke",
+ "convulse",
+ "coo",
+ "cook",
+ "cool",
+ "coop",
+ "cooperate",
+ "coordinate",
+ "cop",
+ "cope",
+ "coppice",
+ "copulate",
+ "copy",
+ "copyright",
+ "cordon",
+ "core",
+ "cork",
+ "corkscrew",
+ "corner",
+ "corral",
+ "correct",
+ "correlate",
+ "correspond",
+ "corrode",
+ "corrupt",
+ "coruscate",
+ "cosh",
+ "cosset",
+ "cost",
+ "cosy",
+ "cotton",
+ "couch",
+ "cough",
+ "counsel",
+ "count",
+ "countenance",
+ "counter",
+ "counteract",
+ "counterbalance",
+ "counterfeit",
+ "countermand",
+ "counterpoint",
+ "countersign",
+ "couple",
+ "courier",
+ "course",
+ "court",
+ "covenant",
+ "cover",
+ "covet",
+ "cow",
+ "cower",
+ "cox",
+ "cozy",
+ "crack",
+ "crackle",
+ "cradle",
+ "craft",
+ "cram",
+ "cramp",
+ "crane",
+ "crank",
+ "crap",
+ "crash",
+ "crate",
+ "crave",
+ "crawl",
+ "crayon",
+ "creak",
+ "creaking",
+ "cream",
+ "crease",
+ "create",
+ "credential",
+ "credit",
+ "creep",
+ "cremate",
+ "creolise",
+ "creolize",
+ "creosote",
+ "crest",
+ "crew",
+ "crib",
+ "crick",
+ "criminalise",
+ "criminalize",
+ "crimp",
+ "cringe",
+ "crinkle",
+ "cripple",
+ "crisp",
+ "criticise",
+ "criticize",
+ "critique",
+ "croak",
+ "crochet",
+ "crook",
+ "croon",
+ "crop",
+ "cross",
+ "crouch",
+ "crow",
+ "crowd",
+ "crown",
+ "crucify",
+ "cruise",
+ "crumble",
+ "crumple",
+ "crunch",
+ "crusade",
+ "crush",
+ "cry",
+ "crystallise",
+ "crystallize",
+ "cube",
+ "cuckold",
+ "cuddle",
+ "cudgel",
+ "cue",
+ "cuff",
+ "cull",
+ "culminate",
+ "cultivate",
+ "culture",
+ "cup",
+ "curate",
+ "curb",
+ "curdle",
+ "cure",
+ "curl",
+ "curry",
+ "curse",
+ "curtail",
+ "curtain",
+ "curtsy",
+ "curve",
+ "cushion",
+ "cuss",
+ "customise",
+ "customize",
+ "cut",
+ "cwtch",
+ "cycle",
+ "dab",
+ "dabble",
+ "dally",
+ "dam",
+ "damage",
+ "dammit",
+ "damn",
+ "damp",
+ "dampen",
+ "dance",
+ "dandle",
+ "dangle",
+ "dare",
+ "darken",
+ "darn",
+ "dart",
+ "dash",
+ "date",
+ "daub",
+ "daunt",
+ "dawdle",
+ "dawn",
+ "daydream",
+ "dazzle",
+ "deactivate",
+ "deaden",
+ "deadhead",
+ "deafen",
+ "deal",
+ "debar",
+ "debase",
+ "debate",
+ "debilitate",
+ "debit",
+ "debrief",
+ "debug",
+ "debunk",
+ "debut",
+ "decamp",
+ "decant",
+ "decapitate",
+ "decay",
+ "deceive",
+ "decelerate",
+ "decentralise",
+ "decentralize",
+ "decide",
+ "decimalise",
+ "decimalize",
+ "decimate",
+ "decipher",
+ "deck",
+ "declaim",
+ "declare",
+ "declassify",
+ "decline",
+ "declutter",
+ "decode",
+ "decommission",
+ "decompose",
+ "decompress",
+ "deconsecrate",
+ "deconstruct",
+ "decontaminate",
+ "decontrol",
+ "decorate",
+ "decouple",
+ "decoy",
+ "decrease",
+ "decree",
+ "decriminalise",
+ "decriminalize",
+ "decry",
+ "decrypt",
+ "dedicate",
+ "deduce",
+ "deduct",
+ "deejay",
+ "deem",
+ "deepen",
+ "deface",
+ "defame",
+ "default",
+ "defeat",
+ "defecate",
+ "defect",
+ "defend",
+ "defer",
+ "defile",
+ "define",
+ "deflate",
+ "deflect",
+ "deflower",
+ "defog",
+ "defoliate",
+ "deforest",
+ "deform",
+ "defrag",
+ "defragment",
+ "defraud",
+ "defray",
+ "defrock",
+ "defrost",
+ "defuse",
+ "defy",
+ "degenerate",
+ "deglaze",
+ "degrade",
+ "degrease",
+ "dehumanise",
+ "dehumanize",
+ "dehydrate",
+ "deify",
+ "deign",
+ "delay",
+ "delegate",
+ "delete",
+ "deliberate",
+ "delight",
+ "delimit",
+ "delineate",
+ "deliquesce",
+ "deliver",
+ "delouse",
+ "delude",
+ "deluge",
+ "delve",
+ "demand",
+ "demarcate",
+ "demean",
+ "demerge",
+ "demilitarise",
+ "demilitarize",
+ "demineralise",
+ "demineralize",
+ "demist",
+ "demo",
+ "demob",
+ "demobilise",
+ "demobilize",
+ "democratise",
+ "democratize",
+ "demolish",
+ "demonise",
+ "demonize",
+ "demonstrate",
+ "demoralise",
+ "demoralize",
+ "demote",
+ "demotivate",
+ "demur",
+ "demystify",
+ "denationalise",
+ "denationalize",
+ "denigrate",
+ "denitrify",
+ "denominate",
+ "denote",
+ "denounce",
+ "dent",
+ "denude",
+ "deny",
+ "depart",
+ "depend",
+ "depersonalise",
+ "depersonalize",
+ "depict",
+ "deplane",
+ "deplete",
+ "deplore",
+ "deploy",
+ "depopulate",
+ "deport",
+ "depose",
+ "deposit",
+ "deprave",
+ "deprecate",
+ "depreciate",
+ "depress",
+ "depressurise",
+ "depressurize",
+ "deprive",
+ "depute",
+ "deputise",
+ "deputize",
+ "deracinate",
+ "derail",
+ "dereference",
+ "deregulate",
+ "deride",
+ "derive",
+ "derogate",
+ "descale",
+ "descend",
+ "describe",
+ "descry",
+ "desecrate",
+ "desegregate",
+ "deselect",
+ "desensitise",
+ "desensitize",
+ "desert",
+ "deserve",
+ "design",
+ "designate",
+ "desire",
+ "desist",
+ "deskill",
+ "desolate",
+ "despair",
+ "despise",
+ "despoil",
+ "destabilise",
+ "destabilize",
+ "destock",
+ "destroy",
+ "detach",
+ "detail",
+ "detain",
+ "detect",
+ "deter",
+ "deteriorate",
+ "determine",
+ "detest",
+ "dethrone",
+ "detonate",
+ "detour",
+ "detoxify",
+ "detract",
+ "detrain",
+ "devalue",
+ "devastate",
+ "develop",
+ "deviate",
+ "devise",
+ "devoice",
+ "devolve",
+ "devote",
+ "devour",
+ "diagnose",
+ "dial",
+ "dice",
+ "dicker",
+ "dictate",
+ "diddle",
+ "die",
+ "diet",
+ "differ",
+ "differentiate",
+ "diffract",
+ "diffuse",
+ "dig",
+ "digest",
+ "digitalise",
+ "digitalize",
+ "digitise",
+ "digitize",
+ "dignify",
+ "digress",
+ "dilate",
+ "dilute",
+ "diluted",
+ "dim",
+ "diminish",
+ "dimple",
+ "dine",
+ "ding",
+ "dink",
+ "dip",
+ "diphthongise",
+ "diphthongize",
+ "direct",
+ "dirty",
+ "dis",
+ "disable",
+ "disabuse",
+ "disadvantage",
+ "disaffiliate",
+ "disafforest",
+ "disagree",
+ "disallow",
+ "disambiguate",
+ "disappear",
+ "disappoint",
+ "disapprove",
+ "disarm",
+ "disarrange",
+ "disassemble",
+ "disassociate",
+ "disavow",
+ "disband",
+ "disbar",
+ "disbelieve",
+ "disburse",
+ "discard",
+ "discern",
+ "discharge",
+ "discipline",
+ "disclaim",
+ "disclose",
+ "discolor",
+ "discolour",
+ "discomfit",
+ "discomfort",
+ "discompose",
+ "disconcert",
+ "disconnect",
+ "discontinue",
+ "discount",
+ "discourage",
+ "discourse",
+ "discover",
+ "discredit",
+ "discriminate",
+ "discuss",
+ "disdain",
+ "disembark",
+ "disembowel",
+ "disenfranchise",
+ "disengage",
+ "disentangle",
+ "disestablish",
+ "disfigure",
+ "disgorge",
+ "disgrace",
+ "disguise",
+ "disgust",
+ "dish",
+ "dishearten",
+ "dishonor",
+ "dishonour",
+ "disillusion",
+ "disincentivise",
+ "disincentivize",
+ "disinfect",
+ "disinherit",
+ "disinhibit",
+ "disintegrate",
+ "disinter",
+ "disinvest",
+ "dislike",
+ "dislocate",
+ "dislodge",
+ "dismantle",
+ "dismay",
+ "dismember",
+ "dismiss",
+ "dismount",
+ "disobey",
+ "disorient",
+ "disorientate",
+ "disown",
+ "disparage",
+ "dispatch",
+ "dispel",
+ "dispense",
+ "disperse",
+ "displace",
+ "display",
+ "displease",
+ "disport",
+ "dispose",
+ "dispossess",
+ "disprove",
+ "dispute",
+ "disqualify",
+ "disregard",
+ "disrespect",
+ "disrobe",
+ "disrupt",
+ "dissect",
+ "dissemble",
+ "disseminate",
+ "dissent",
+ "dissimulate",
+ "dissipate",
+ "dissociate",
+ "dissolve",
+ "dissuade",
+ "distance",
+ "distend",
+ "distil",
+ "distill",
+ "distinguish",
+ "distort",
+ "distract",
+ "distress",
+ "distribute",
+ "distrust",
+ "disturb",
+ "disunite",
+ "ditch",
+ "dither",
+ "dive",
+ "diverge",
+ "diversify",
+ "divert",
+ "divest",
+ "divide",
+ "divine",
+ "divorce",
+ "divulge",
+ "divvy",
+ "do",
+ "dob",
+ "dock",
+ "doctor",
+ "document",
+ "dodge",
+ "doff",
+ "dog",
+ "dole",
+ "doll",
+ "dollarise",
+ "dollarize",
+ "domesticate",
+ "dominate",
+ "don",
+ "donate",
+ "doodle",
+ "doom",
+ "doorstep",
+ "dop",
+ "dope",
+ "dose",
+ "doss",
+ "dot",
+ "dote",
+ "double",
+ "doubt",
+ "douche",
+ "douse",
+ "dovetail",
+ "down",
+ "downchange",
+ "downgrade",
+ "downlink",
+ "download",
+ "downplay",
+ "downshift",
+ "downsize",
+ "dowse",
+ "doze",
+ "draft",
+ "drag",
+ "dragoon",
+ "drain",
+ "dramatise",
+ "dramatize",
+ "drape",
+ "draught",
+ "draw",
+ "drawl",
+ "dread",
+ "dream",
+ "dredge",
+ "drench",
+ "dress",
+ "dribble",
+ "drift",
+ "drill",
+ "drink",
+ "drip",
+ "drive",
+ "drivel",
+ "drizzle",
+ "drone",
+ "drool",
+ "droop",
+ "drop",
+ "drown",
+ "drowse",
+ "drug",
+ "drum",
+ "dry",
+ "dub",
+ "duck",
+ "duckie",
+ "ducks",
+ "duel",
+ "duff",
+ "dull",
+ "dumb",
+ "dumbfound",
+ "dummy",
+ "dump",
+ "dunk",
+ "dunt",
+ "dupe",
+ "duplicate",
+ "dust",
+ "dwarf",
+ "dwell",
+ "dwindle",
+ "dye",
+ "dynamite",
+ "earmark",
+ "earn",
+ "earth",
+ "ease",
+ "eat",
+ "eavesdrop",
+ "ebb",
+ "echo",
+ "eclipse",
+ "economise",
+ "economize",
+ "eddy",
+ "edge",
+ "edify",
+ "edit",
+ "editorialise",
+ "editorialize",
+ "educate",
+ "eff",
+ "efface",
+ "effect",
+ "effectuate",
+ "egg",
+ "ejaculate",
+ "eject",
+ "eke",
+ "elaborate",
+ "elapse",
+ "elbow",
+ "elect",
+ "electrify",
+ "electrocute",
+ "electroplate",
+ "elevate",
+ "elicit",
+ "elide",
+ "eliminate",
+ "elongate",
+ "elope",
+ "elucidate",
+ "elude",
+ "email",
+ "emanate",
+ "emancipate",
+ "emasculate",
+ "embalm",
+ "embargo",
+ "embark",
+ "embarrass",
+ "embed",
+ "embellish",
+ "embezzle",
+ "embitter",
+ "emblazon",
+ "embody",
+ "embolden",
+ "emboss",
+ "embrace",
+ "embroider",
+ "embroil",
+ "emcee",
+ "emend",
+ "emerge",
+ "emigrate",
+ "emit",
+ "emote",
+ "empathise",
+ "empathize",
+ "emphasise",
+ "emphasize",
+ "employ",
+ "empower",
+ "empty",
+ "emulate",
+ "emulsify",
+ "enable",
+ "enact",
+ "encamp",
+ "encapsulate",
+ "encase",
+ "encash",
+ "enchant",
+ "encircle",
+ "enclose",
+ "encode",
+ "encompass",
+ "encounter",
+ "encourage",
+ "encroach",
+ "encrypt",
+ "encumber",
+ "end",
+ "endanger",
+ "endear",
+ "endeavor",
+ "endeavour",
+ "endorse",
+ "endow",
+ "endure",
+ "energise",
+ "energize",
+ "enervate",
+ "enfeeble",
+ "enfold",
+ "enforce",
+ "enfranchise",
+ "engage",
+ "engender",
+ "engineer",
+ "engorge",
+ "engrave",
+ "engross",
+ "engulf",
+ "enhance",
+ "enjoin",
+ "enjoy",
+ "enlarge",
+ "enlighten",
+ "enlist",
+ "enliven",
+ "enmesh",
+ "ennoble",
+ "enquire",
+ "enrage",
+ "enrapture",
+ "enrich",
+ "enrol",
+ "enroll",
+ "ensconce",
+ "enshrine",
+ "enshroud",
+ "enslave",
+ "ensnare",
+ "ensue",
+ "ensure",
+ "entail",
+ "entangle",
+ "enter",
+ "entertain",
+ "enthral",
+ "enthrall",
+ "enthrone",
+ "enthuse",
+ "entice",
+ "entitle",
+ "entomb",
+ "entrance",
+ "entrap",
+ "entreat",
+ "entrench",
+ "entrust",
+ "entwine",
+ "enumerate",
+ "enunciate",
+ "envelop",
+ "envisage",
+ "envision",
+ "envy",
+ "epitomise",
+ "epitomize",
+ "equal",
+ "equalise",
+ "equalize",
+ "equate",
+ "equip",
+ "equivocate",
+ "eradicate",
+ "erase",
+ "erect",
+ "erode",
+ "err",
+ "erupt",
+ "escalate",
+ "escape",
+ "eschew",
+ "escort",
+ "espouse",
+ "espy",
+ "essay",
+ "establish",
+ "esteem",
+ "estimate",
+ "etch",
+ "eulogise",
+ "eulogize",
+ "euthanise",
+ "euthanize",
+ "evacuate",
+ "evade",
+ "evaluate",
+ "evangelise",
+ "evangelize",
+ "evaporate",
+ "even",
+ "eventuate",
+ "evict",
+ "evidence",
+ "evince",
+ "eviscerate",
+ "evoke",
+ "evolve",
+ "exacerbate",
+ "exact",
+ "exaggerate",
+ "exalt",
+ "examine",
+ "exasperate",
+ "excavate",
+ "exceed",
+ "excel",
+ "except",
+ "excerpt",
+ "exchange",
+ "excise",
+ "excite",
+ "exclaim",
+ "exclude",
+ "excommunicate",
+ "excoriate",
+ "excrete",
+ "exculpate",
+ "excuse",
+ "execute",
+ "exemplify",
+ "exempt",
+ "exercise",
+ "exert",
+ "exeunt",
+ "exfoliate",
+ "exhale",
+ "exhaust",
+ "exhibit",
+ "exhilarate",
+ "exhort",
+ "exhume",
+ "exile",
+ "exist",
+ "exit",
+ "exonerate",
+ "exorcise",
+ "exorcize",
+ "expand",
+ "expatiate",
+ "expect",
+ "expectorate",
+ "expedite",
+ "expel",
+ "expend",
+ "experience",
+ "experiment",
+ "expiate",
+ "expire",
+ "explain",
+ "explicate",
+ "explode",
+ "exploit",
+ "explore",
+ "export",
+ "expose",
+ "expostulate",
+ "expound",
+ "express",
+ "expropriate",
+ "expunge",
+ "expurgate",
+ "extemporise",
+ "extemporize",
+ "extend",
+ "exterminate",
+ "externalise",
+ "externalize",
+ "extinguish",
+ "extirpate",
+ "extol",
+ "extort",
+ "extract",
+ "extradite",
+ "extrapolate",
+ "extricate",
+ "extrude",
+ "exude",
+ "exult",
+ "eye",
+ "eyeball",
+ "eyeglasses",
+ "fabricate",
+ "face",
+ "facilitate",
+ "factor",
+ "factorise",
+ "factorize",
+ "fade",
+ "faff",
+ "fail",
+ "faint",
+ "fake",
+ "fall",
+ "falsify",
+ "falter",
+ "familiarise",
+ "familiarize",
+ "fan",
+ "fancy",
+ "fantasise",
+ "fantasize",
+ "fare",
+ "farewell",
+ "farm",
+ "farrow",
+ "fart",
+ "fascinate",
+ "fashion",
+ "fast",
+ "fasten",
+ "father",
+ "fathom",
+ "fatten",
+ "fault",
+ "favor",
+ "favour",
+ "fawn",
+ "fax",
+ "faze",
+ "fear",
+ "feast",
+ "feather",
+ "feature",
+ "federate",
+ "feed",
+ "feel",
+ "feign",
+ "feint",
+ "fell",
+ "fellate",
+ "feminise",
+ "feminize",
+ "fence",
+ "fend",
+ "ferment",
+ "ferret",
+ "ferry",
+ "fertilise",
+ "fertilize",
+ "fess",
+ "fester",
+ "festoon",
+ "fetch",
+ "fete",
+ "fetishise",
+ "fetishize",
+ "fetter",
+ "feud",
+ "fib",
+ "fictionalise",
+ "fictionalize",
+ "fiddle",
+ "fidget",
+ "field",
+ "fight",
+ "figure",
+ "filch",
+ "file",
+ "filibuster",
+ "fill",
+ "fillet",
+ "film",
+ "filter",
+ "finagle",
+ "finalise",
+ "finalize",
+ "finance",
+ "find",
+ "fine",
+ "finesse",
+ "finger",
+ "fingerprint",
+ "finish",
+ "fire",
+ "firebomb",
+ "firm",
+ "fish",
+ "fishtail",
+ "fit",
+ "fix",
+ "fizz",
+ "fizzle",
+ "flag",
+ "flagellate",
+ "flail",
+ "flake",
+ "flame",
+ "flank",
+ "flap",
+ "flare",
+ "flash",
+ "flat",
+ "flatline",
+ "flatten",
+ "flatter",
+ "flaunt",
+ "flavour",
+ "flay",
+ "fleck",
+ "flee",
+ "fleece",
+ "flesh",
+ "flex",
+ "flick",
+ "flicker",
+ "flight",
+ "flinch",
+ "fling",
+ "flip",
+ "flirt",
+ "flit",
+ "float",
+ "flock",
+ "flog",
+ "flood",
+ "floodlight",
+ "floor",
+ "flop",
+ "floss",
+ "flounce",
+ "flounder",
+ "flour",
+ "flourish",
+ "flout",
+ "flow",
+ "flower",
+ "flub",
+ "fluctuate",
+ "fluff",
+ "flummox",
+ "flunk",
+ "flush",
+ "fluster",
+ "flutter",
+ "fly",
+ "foal",
+ "foam",
+ "fob",
+ "focalise",
+ "focalize",
+ "focus",
+ "fog",
+ "foil",
+ "foist",
+ "fold",
+ "follow",
+ "foment",
+ "fondle",
+ "fool",
+ "foot",
+ "forage",
+ "forbear",
+ "forbid",
+ "force",
+ "ford",
+ "forearm",
+ "forecast",
+ "foreclose",
+ "foregather",
+ "foreground",
+ "foresee",
+ "foreshadow",
+ "foreshorten",
+ "forestall",
+ "foretell",
+ "forewarn",
+ "forfeit",
+ "forfend",
+ "forgather",
+ "forge",
+ "forget",
+ "forgive",
+ "forgo",
+ "fork",
+ "form",
+ "formalise",
+ "formalize",
+ "format",
+ "formulate",
+ "fornicate",
+ "forsake",
+ "forswear",
+ "fortify",
+ "forward",
+ "forwards",
+ "fossick",
+ "fossilise",
+ "fossilize",
+ "foster",
+ "foul",
+ "found",
+ "founder",
+ "fox",
+ "fracture",
+ "fragment",
+ "frame",
+ "franchise",
+ "frank",
+ "fraternise",
+ "fraternize",
+ "fray",
+ "freak",
+ "free",
+ "freelance",
+ "freeload",
+ "freestyle",
+ "freewheel",
+ "freeze",
+ "freight",
+ "frequent",
+ "freshen",
+ "fret",
+ "frighten",
+ "fringe",
+ "frisk",
+ "fritter",
+ "frizz",
+ "frizzle",
+ "frogmarch",
+ "frolic",
+ "front",
+ "frost",
+ "froth",
+ "frown",
+ "fruit",
+ "frustrate",
+ "fry",
+ "fuck",
+ "fudge",
+ "fuel",
+ "fulfil",
+ "fulfill",
+ "fulminate",
+ "fumble",
+ "fume",
+ "fumigate",
+ "function",
+ "fund",
+ "funk",
+ "funnel",
+ "furl",
+ "furlough",
+ "furnish",
+ "furrow",
+ "further",
+ "fuse",
+ "fuss",
+ "gab",
+ "gabble",
+ "gad",
+ "gag",
+ "gain",
+ "gainsay",
+ "gall",
+ "gallivant",
+ "gallop",
+ "galumph",
+ "galvanise",
+ "galvanize",
+ "gamble",
+ "gambol",
+ "gang",
+ "gape",
+ "garage",
+ "garden",
+ "gargle",
+ "garland",
+ "garner",
+ "garnish",
+ "garrison",
+ "garrote",
+ "garrotte",
+ "gas",
+ "gash",
+ "gasp",
+ "gatecrash",
+ "gather",
+ "gauge",
+ "gawk",
+ "gawp",
+ "gaze",
+ "gazump",
+ "gazunder",
+ "gear",
+ "gee",
+ "gel",
+ "geld",
+ "gen",
+ "generalise",
+ "generalize",
+ "generate",
+ "gentrify",
+ "genuflect",
+ "germinate",
+ "gerrymander",
+ "gestate",
+ "gesticulate",
+ "gesture",
+ "get",
+ "ghost",
+ "ghostwrite",
+ "gibber",
+ "gift",
+ "giggle",
+ "gild",
+ "ginger",
+ "gird",
+ "girdle",
+ "give",
+ "gladden",
+ "glamorise",
+ "glamorize",
+ "glance",
+ "glare",
+ "glass",
+ "glaze",
+ "gleam",
+ "glean",
+ "glide",
+ "glimmer",
+ "glimmering",
+ "glimpse",
+ "glint",
+ "glisten",
+ "glister",
+ "glitter",
+ "gloat",
+ "globalise",
+ "globalize",
+ "glom",
+ "glorify",
+ "glory",
+ "gloss",
+ "glow",
+ "glower",
+ "glue",
+ "glug",
+ "glut",
+ "gnash",
+ "gnaw",
+ "go",
+ "goad",
+ "gob",
+ "gobble",
+ "goggle",
+ "goldbrick",
+ "goof",
+ "google",
+ "goose",
+ "gore",
+ "gorge",
+ "gossip",
+ "gouge",
+ "govern",
+ "grab",
+ "grace",
+ "grade",
+ "graduate",
+ "graft",
+ "grant",
+ "grapple",
+ "grasp",
+ "grass",
+ "grate",
+ "gratify",
+ "gravitate",
+ "graze",
+ "grease",
+ "green",
+ "greet",
+ "grey",
+ "grieve",
+ "grill",
+ "grimace",
+ "grin",
+ "grind",
+ "grip",
+ "gripe",
+ "grit",
+ "grizzle",
+ "groan",
+ "grok",
+ "groom",
+ "grope",
+ "gross",
+ "grouch",
+ "ground",
+ "group",
+ "grouse",
+ "grout",
+ "grovel",
+ "grow",
+ "growl",
+ "grub",
+ "grudge",
+ "grumble",
+ "grunt",
+ "guarantee",
+ "guard",
+ "guess",
+ "guest",
+ "guffaw",
+ "guide",
+ "guillotine",
+ "guilt",
+ "gulp",
+ "gum",
+ "gun",
+ "gurgle",
+ "gurn",
+ "gush",
+ "gussy",
+ "gust",
+ "gut",
+ "gutter",
+ "guzzle",
+ "gybe",
+ "gyp",
+ "gyrate",
+ "hack",
+ "haemorrhage",
+ "haggle",
+ "hail",
+ "hallmark",
+ "halloo",
+ "hallucinate",
+ "halt",
+ "halve",
+ "ham",
+ "hammer",
+ "hamper",
+ "hamstring",
+ "hand",
+ "handcuff",
+ "handicap",
+ "handle",
+ "hang",
+ "hanker",
+ "happen",
+ "harangue",
+ "harass",
+ "harbor",
+ "harbour",
+ "harden",
+ "hare",
+ "hark",
+ "harm",
+ "harmonise",
+ "harmonize",
+ "harness",
+ "harp",
+ "harpoon",
+ "harrow",
+ "harrumph",
+ "harry",
+ "harvest",
+ "hash",
+ "hassle",
+ "hasten",
+ "hatch",
+ "hate",
+ "haul",
+ "haunt",
+ "have",
+ "haw",
+ "hawk",
+ "hazard",
+ "haze",
+ "head",
+ "headbutt",
+ "headhunt",
+ "headline",
+ "heal",
+ "heap",
+ "hear",
+ "hearken",
+ "hearten",
+ "heat",
+ "heave",
+ "heckle",
+ "hector",
+ "hedge",
+ "heed",
+ "heel",
+ "heft",
+ "heighten",
+ "heist",
+ "help",
+ "hem",
+ "hemorrhage",
+ "herald",
+ "herd",
+ "hesitate",
+ "hew",
+ "hex",
+ "hibernate",
+ "hiccough",
+ "hiccup",
+ "hide",
+ "hie",
+ "highball",
+ "highlight",
+ "hightail",
+ "hijack",
+ "hike",
+ "hinder",
+ "hinge",
+ "hint",
+ "hire",
+ "hiss",
+ "hit",
+ "hitch",
+ "hitchhike",
+ "hive",
+ "hoard",
+ "hoax",
+ "hobble",
+ "hobnob",
+ "hock",
+ "hoe",
+ "hog",
+ "hoick",
+ "hoist",
+ "hold",
+ "hole",
+ "holiday",
+ "holler",
+ "hollow",
+ "holster",
+ "home",
+ "homeschool",
+ "homestead",
+ "hone",
+ "honeymoon",
+ "honk",
+ "honour",
+ "hoodwink",
+ "hoof",
+ "hook",
+ "hoon",
+ "hoot",
+ "hoover",
+ "hop",
+ "hope",
+ "horn",
+ "horrify",
+ "horse",
+ "horsewhip",
+ "hose",
+ "hosepipe",
+ "hospitalise",
+ "hospitalize",
+ "host",
+ "hot",
+ "hotfoot",
+ "hound",
+ "house",
+ "hover",
+ "howl",
+ "huddle",
+ "huff",
+ "hug",
+ "hull",
+ "hum",
+ "humanise",
+ "humanize",
+ "humble",
+ "humiliate",
+ "humour",
+ "hump",
+ "hunch",
+ "hunger",
+ "hunker",
+ "hunt",
+ "hurdle",
+ "hurl",
+ "hurry",
+ "hurt",
+ "hurtle",
+ "husband",
+ "hush",
+ "husk",
+ "hustle",
+ "hybridise",
+ "hybridize",
+ "hydrate",
+ "hydroplane",
+ "hype",
+ "hyperventilate",
+ "hyphenate",
+ "hypnotise",
+ "hypnotize",
+ "hypothesise",
+ "hypothesize",
+ "ice",
+ "iconify",
+ "idealise",
+ "idealize",
+ "ideate",
+ "identify",
+ "idle",
+ "idolise",
+ "idolize",
+ "ignite",
+ "ignore",
+ "illuminate",
+ "illumine",
+ "illustrate",
+ "imagine",
+ "imagineer",
+ "imbibe",
+ "imbue",
+ "imitate",
+ "immerse",
+ "immigrate",
+ "immobilise",
+ "immobilize",
+ "immolate",
+ "immortalise",
+ "immortalize",
+ "immunise",
+ "immunize",
+ "immure",
+ "impact",
+ "impair",
+ "impale",
+ "impanel",
+ "impart",
+ "impeach",
+ "impede",
+ "impel",
+ "imperil",
+ "impersonate",
+ "impinge",
+ "implant",
+ "implement",
+ "implicate",
+ "implode",
+ "implore",
+ "imply",
+ "import",
+ "importune",
+ "impose",
+ "impound",
+ "impoverish",
+ "impregnate",
+ "impress",
+ "imprint",
+ "imprison",
+ "improve",
+ "improvise",
+ "impugn",
+ "inactivate",
+ "inaugurate",
+ "incapacitate",
+ "incarcerate",
+ "incarnate",
+ "incense",
+ "incentivise",
+ "incentivize",
+ "inch",
+ "incinerate",
+ "incise",
+ "incite",
+ "incline",
+ "include",
+ "incommode",
+ "inconvenience",
+ "incorporate",
+ "increase",
+ "incriminate",
+ "incubate",
+ "inculcate",
+ "incur",
+ "indemnify",
+ "indent",
+ "index",
+ "indicate",
+ "indict",
+ "individualise",
+ "individualize",
+ "individuate",
+ "indoctrinate",
+ "induce",
+ "induct",
+ "indulge",
+ "industrialise",
+ "industrialize",
+ "infantilise",
+ "infantilize",
+ "infect",
+ "infer",
+ "infest",
+ "infill",
+ "infiltrate",
+ "inflame",
+ "inflate",
+ "inflect",
+ "inflict",
+ "influence",
+ "inform",
+ "infringe",
+ "infuriate",
+ "infuse",
+ "ingest",
+ "ingratiate",
+ "inhabit",
+ "inhale",
+ "inhere",
+ "inherit",
+ "inhibit",
+ "initial",
+ "initialise",
+ "initialize",
+ "initiate",
+ "inject",
+ "injure",
+ "ink",
+ "inlay",
+ "innovate",
+ "inoculate",
+ "input",
+ "inscribe",
+ "inseminate",
+ "insert",
+ "inset",
+ "insinuate",
+ "insist",
+ "inspect",
+ "inspire",
+ "install",
+ "instance",
+ "instigate",
+ "instil",
+ "instill",
+ "institute",
+ "institutionalise",
+ "institutionalize",
+ "instruct",
+ "insulate",
+ "insult",
+ "insure",
+ "integrate",
+ "intend",
+ "intensify",
+ "inter",
+ "interact",
+ "interbreed",
+ "intercede",
+ "intercept",
+ "interchange",
+ "interconnect",
+ "intercut",
+ "interest",
+ "interface",
+ "interfere",
+ "interject",
+ "interlace",
+ "interleave",
+ "interlink",
+ "interlock",
+ "intermarry",
+ "intermesh",
+ "intermingle",
+ "intermix",
+ "intern",
+ "internalise",
+ "internalize",
+ "internationalise",
+ "internationalize",
+ "interpenetrate",
+ "interpolate",
+ "interpose",
+ "interpret",
+ "interrelate",
+ "interrogate",
+ "interrupt",
+ "intersect",
+ "intersperse",
+ "intertwine",
+ "intervene",
+ "interview",
+ "interweave",
+ "interwork",
+ "intimate",
+ "intimidate",
+ "intone",
+ "intoxicate",
+ "intrigue",
+ "introduce",
+ "intrude",
+ "intubate",
+ "intuit",
+ "inundate",
+ "inure",
+ "invade",
+ "invalid",
+ "invalidate",
+ "inveigh",
+ "inveigle",
+ "invent",
+ "inventory",
+ "invert",
+ "invest",
+ "investigate",
+ "invigilate",
+ "invigorate",
+ "invite",
+ "invoice",
+ "invoke",
+ "involve",
+ "ionise",
+ "ionize",
+ "irk",
+ "iron",
+ "irradiate",
+ "irrigate",
+ "irritate",
+ "irrupt",
+ "isolate",
+ "issue",
+ "italicise",
+ "italicize",
+ "itch",
+ "itemise",
+ "itemize",
+ "iterate",
+ "jab",
+ "jabber",
+ "jack",
+ "jackknife",
+ "jail",
+ "jam",
+ "jangle",
+ "jar",
+ "jaw",
+ "jaywalk",
+ "jazz",
+ "jeer",
+ "jell",
+ "jeopardise",
+ "jeopardize",
+ "jerk",
+ "jest",
+ "jet",
+ "jettison",
+ "jib",
+ "jibe",
+ "jig",
+ "jiggle",
+ "jilt",
+ "jingle",
+ "jink",
+ "jinx",
+ "jive",
+ "jockey",
+ "jog",
+ "joggle",
+ "join",
+ "joint",
+ "joke",
+ "jol",
+ "jolly",
+ "jolt",
+ "josh",
+ "jostle",
+ "jot",
+ "journey",
+ "joust",
+ "judder",
+ "judge",
+ "juggle",
+ "juice",
+ "jumble",
+ "jump",
+ "junk",
+ "justify",
+ "jut",
+ "juxtapose",
+ "keel",
+ "keelhaul",
+ "keen",
+ "keep",
+ "ken",
+ "key",
+ "keyboard",
+ "kibitz",
+ "kick",
+ "kid",
+ "kidnap",
+ "kill",
+ "kindle",
+ "kink",
+ "kip",
+ "kiss",
+ "kit",
+ "kite",
+ "klap",
+ "kludge",
+ "knacker",
+ "knead",
+ "knee",
+ "kneecap",
+ "kneel",
+ "knife",
+ "knight",
+ "knit",
+ "knock",
+ "knot",
+ "know",
+ "knuckle",
+ "kowtow",
+ "kvetch",
+ "label",
+ "labour",
+ "lace",
+ "lacerate",
+ "lack",
+ "lacquer",
+ "lactate",
+ "ladder",
+ "ladle",
+ "lag",
+ "lam",
+ "lamb",
+ "lambast",
+ "lambaste",
+ "lament",
+ "lamp",
+ "lampoon",
+ "lance",
+ "land",
+ "lands",
+ "landscape",
+ "languish",
+ "lap",
+ "lapse",
+ "lard",
+ "large",
+ "lark",
+ "lash",
+ "lasso",
+ "last",
+ "latch",
+ "lather",
+ "laud",
+ "laugh",
+ "launch",
+ "launder",
+ "lavish",
+ "lay",
+ "layer",
+ "laze",
+ "leach",
+ "lead",
+ "leaf",
+ "leaflet",
+ "leak",
+ "lean",
+ "leap",
+ "leapfrog",
+ "learn",
+ "lease",
+ "leash",
+ "leave",
+ "leaven",
+ "lech",
+ "lecture",
+ "leer",
+ "leg",
+ "legalise",
+ "legalize",
+ "legislate",
+ "legitimise",
+ "legitimize",
+ "lend",
+ "lengthen",
+ "lessen",
+ "let",
+ "letter",
+ "letterbox",
+ "level",
+ "lever",
+ "leverage",
+ "levitate",
+ "levy",
+ "liaise",
+ "libel",
+ "liberalise",
+ "liberalize",
+ "liberate",
+ "license",
+ "lick",
+ "lie",
+ "lift",
+ "ligate",
+ "light",
+ "lighten",
+ "like",
+ "liken",
+ "limber",
+ "lime",
+ "limit",
+ "limp",
+ "line",
+ "linger",
+ "link",
+ "lionise",
+ "lionize",
+ "liquefy",
+ "liquidate",
+ "liquidise",
+ "liquidize",
+ "lisp",
+ "list",
+ "listen",
+ "litigate",
+ "litter",
+ "live",
+ "liven",
+ "load",
+ "loads",
+ "loaf",
+ "loan",
+ "loathe",
+ "lob",
+ "lobby",
+ "lobotomise",
+ "lobotomize",
+ "localise",
+ "localize",
+ "locate",
+ "lock",
+ "lodge",
+ "loft",
+ "log",
+ "loiter",
+ "loll",
+ "lollop",
+ "long",
+ "look",
+ "looks",
+ "loom",
+ "loop",
+ "loose",
+ "loosen",
+ "loot",
+ "lop",
+ "lope",
+ "lord",
+ "lose",
+ "lounge",
+ "lour",
+ "louse",
+ "love",
+ "low",
+ "lowball",
+ "lower",
+ "lubricate",
+ "luck",
+ "lug",
+ "lull",
+ "lumber",
+ "lump",
+ "lunch",
+ "lunge",
+ "lurch",
+ "lure",
+ "lurk",
+ "lust",
+ "luxuriate",
+ "lynch",
+ "macerate",
+ "machine",
+ "madden",
+ "magic",
+ "magnetise",
+ "magnetize",
+ "magnify",
+ "mail",
+ "maim",
+ "mainline",
+ "mainstream",
+ "maintain",
+ "major",
+ "make",
+ "malfunction",
+ "malign",
+ "malinger",
+ "maltreat",
+ "man",
+ "manacle",
+ "manage",
+ "mandate",
+ "mangle",
+ "manhandle",
+ "manicure",
+ "manifest",
+ "manipulate",
+ "manoeuvre",
+ "mantle",
+ "manufacture",
+ "manure",
+ "map",
+ "mar",
+ "march",
+ "marginalise",
+ "marginalize",
+ "marinate",
+ "mark",
+ "market",
+ "maroon",
+ "marry",
+ "marshal",
+ "martyr",
+ "marvel",
+ "masculinise",
+ "masculinize",
+ "mash",
+ "mask",
+ "masquerade",
+ "mass",
+ "massacre",
+ "massage",
+ "master",
+ "mastermind",
+ "masticate",
+ "masturbate",
+ "match",
+ "mate",
+ "materialise",
+ "materialize",
+ "matriculate",
+ "matter",
+ "mature",
+ "maul",
+ "maunder",
+ "max",
+ "maximise",
+ "maximize",
+ "mean",
+ "meander",
+ "measure",
+ "mechanise",
+ "mechanize",
+ "medal",
+ "meddle",
+ "mediate",
+ "medicate",
+ "meditate",
+ "meet",
+ "meld",
+ "mellow",
+ "melt",
+ "memorialise",
+ "memorialize",
+ "memorise",
+ "memorize",
+ "menace",
+ "mend",
+ "menstruate",
+ "mention",
+ "meow",
+ "mercerise",
+ "mercerize",
+ "merchandise",
+ "merge",
+ "merit",
+ "mesh",
+ "mesmerise",
+ "mesmerize",
+ "mess",
+ "message",
+ "metabolise",
+ "metabolize",
+ "metamorphose",
+ "mete",
+ "meter",
+ "methinks",
+ "mew",
+ "mewl",
+ "miaow",
+ "microblog",
+ "microchip",
+ "micromanage",
+ "microwave",
+ "micturate",
+ "migrate",
+ "militarise",
+ "militarize",
+ "militate",
+ "milk",
+ "mill",
+ "mime",
+ "mimic",
+ "mince",
+ "mind",
+ "mine",
+ "mingle",
+ "miniaturise",
+ "miniaturize",
+ "minimise",
+ "minimize",
+ "minister",
+ "minor",
+ "mint",
+ "minute",
+ "mirror",
+ "misapply",
+ "misappropriate",
+ "misbehave",
+ "miscalculate",
+ "miscarry",
+ "miscast",
+ "misconceive",
+ "misconstrue",
+ "miscount",
+ "misdiagnose",
+ "misdial",
+ "misdirect",
+ "misfile",
+ "misfire",
+ "misgovern",
+ "mishandle",
+ "mishear",
+ "mishit",
+ "misinform",
+ "misinterpret",
+ "misjudge",
+ "miskey",
+ "mislay",
+ "mislead",
+ "mismanage",
+ "mismatch",
+ "misname",
+ "misplace",
+ "misplay",
+ "mispronounce",
+ "misquote",
+ "misread",
+ "misreport",
+ "misrepresent",
+ "miss",
+ "mission",
+ "misspell",
+ "misspend",
+ "mist",
+ "mistake",
+ "mistime",
+ "mistreat",
+ "mistrust",
+ "misunderstand",
+ "misuse",
+ "mitigate",
+ "mitre",
+ "mix",
+ "moan",
+ "mob",
+ "mobilise",
+ "mobilize",
+ "mock",
+ "mod",
+ "model",
+ "moderate",
+ "modernise",
+ "modernize",
+ "modify",
+ "modulate",
+ "moisten",
+ "moisturise",
+ "moisturize",
+ "mold",
+ "molder",
+ "molest",
+ "mollify",
+ "mollycoddle",
+ "molt",
+ "monitor",
+ "monopolise",
+ "monopolize",
+ "moo",
+ "mooch",
+ "moon",
+ "moonlight",
+ "moonwalk",
+ "moor",
+ "moot",
+ "mop",
+ "mope",
+ "moralise",
+ "moralize",
+ "morph",
+ "mortar",
+ "mortgage",
+ "mortify",
+ "mosey",
+ "mosh",
+ "mothball",
+ "mother",
+ "motion",
+ "motivate",
+ "motor",
+ "mould",
+ "moulder",
+ "moult",
+ "mount",
+ "mourn",
+ "mouse",
+ "mouth",
+ "move",
+ "movies",
+ "mow",
+ "muck",
+ "muddle",
+ "muddy",
+ "muff",
+ "muffle",
+ "mug",
+ "mulch",
+ "mull",
+ "multicast",
+ "multiply",
+ "multitask",
+ "mumble",
+ "mumbling",
+ "mummify",
+ "munch",
+ "murder",
+ "murmur",
+ "murmuring",
+ "murmurings",
+ "muscle",
+ "muse",
+ "mushroom",
+ "muss",
+ "muster",
+ "mutate",
+ "mute",
+ "mutilate",
+ "mutiny",
+ "mutter",
+ "muzzle",
+ "mystify",
+ "nab",
+ "nag",
+ "nail",
+ "name",
+ "namecheck",
+ "nap",
+ "narrate",
+ "narrow",
+ "narrowcast",
+ "nasalise",
+ "nasalize",
+ "nationalise",
+ "nationalize",
+ "natter",
+ "naturalise",
+ "naturalize",
+ "nauseate",
+ "navigate",
+ "near",
+ "nearer",
+ "nearest",
+ "neaten",
+ "necessitate",
+ "neck",
+ "necklace",
+ "need",
+ "needle",
+ "negate",
+ "negative",
+ "neglect",
+ "negotiate",
+ "neigh",
+ "nerve",
+ "nest",
+ "nestle",
+ "net",
+ "nettle",
+ "network",
+ "neuter",
+ "neutralise",
+ "neutralize",
+ "nibble",
+ "nick",
+ "nickname",
+ "niggle",
+ "nip",
+ "nitrify",
+ "nix",
+ "nobble",
+ "nod",
+ "nominalize",
+ "nominate",
+ "norm",
+ "normalise",
+ "normalize",
+ "nose",
+ "nosedive",
+ "nosh",
+ "notarise",
+ "notarize",
+ "notch",
+ "note",
+ "notice",
+ "notify",
+ "nourish",
+ "nudge",
+ "nuke",
+ "nullify",
+ "numb",
+ "number",
+ "nurse",
+ "nurture",
+ "nut",
+ "nuzzle",
+ "obey",
+ "obfuscate",
+ "object",
+ "objectify",
+ "oblige",
+ "obliterate",
+ "obscure",
+ "observe",
+ "obsess",
+ "obstruct",
+ "obtain",
+ "obtrude",
+ "obviate",
+ "occasion",
+ "occlude",
+ "occupy",
+ "occur",
+ "off",
+ "offend",
+ "offer",
+ "officiate",
+ "offload",
+ "offset",
+ "offshore",
+ "ogle",
+ "oil",
+ "okay",
+ "omit",
+ "ooze",
+ "open",
+ "operate",
+ "opine",
+ "oppose",
+ "oppress",
+ "opt",
+ "optimise",
+ "optimize",
+ "option",
+ "orbit",
+ "orchestrate",
+ "ordain",
+ "order",
+ "organise",
+ "organize",
+ "orient",
+ "orientate",
+ "originate",
+ "ornament",
+ "orphan",
+ "oscillate",
+ "ossify",
+ "ostracise",
+ "ostracize",
+ "oust",
+ "out",
+ "outbid",
+ "outclass",
+ "outdistance",
+ "outdo",
+ "outface",
+ "outfit",
+ "outflank",
+ "outfox",
+ "outgrow",
+ "outgun",
+ "outlast",
+ "outlaw",
+ "outline",
+ "outlive",
+ "outmaneuver",
+ "outmanoeuvre",
+ "outnumber",
+ "outpace",
+ "outperform",
+ "outplay",
+ "outpoint",
+ "output",
+ "outrage",
+ "outrank",
+ "outrun",
+ "outsell",
+ "outshine",
+ "outsmart",
+ "outsource",
+ "outstay",
+ "outstrip",
+ "outvote",
+ "outweigh",
+ "outwit",
+ "overachieve",
+ "overact",
+ "overawe",
+ "overbalance",
+ "overbook",
+ "overburden",
+ "overcharge",
+ "overcome",
+ "overcompensate",
+ "overcook",
+ "overdevelop",
+ "overdo",
+ "overdose",
+ "overdraw",
+ "overdub",
+ "overeat",
+ "overemphasize",
+ "overestimate",
+ "overexpose",
+ "overextend",
+ "overfeed",
+ "overflow",
+ "overfly",
+ "overgeneralise",
+ "overgeneralize",
+ "overgraze",
+ "overhang",
+ "overhaul",
+ "overhear",
+ "overheat",
+ "overindulge",
+ "overlap",
+ "overlay",
+ "overlie",
+ "overload",
+ "overlook",
+ "overpay",
+ "overplay",
+ "overpower",
+ "overprint",
+ "overproduce",
+ "overrate",
+ "overreach",
+ "overreact",
+ "override",
+ "overrule",
+ "overrun",
+ "oversee",
+ "oversell",
+ "overshadow",
+ "overshoot",
+ "oversimplify",
+ "oversleep",
+ "overspend",
+ "overstate",
+ "overstay",
+ "overstep",
+ "overstock",
+ "overstretch",
+ "overtake",
+ "overtax",
+ "overthrow",
+ "overtrain",
+ "overturn",
+ "overuse",
+ "overvalue",
+ "overwhelm",
+ "overwinter",
+ "overwork",
+ "overwrite",
+ "ovulate",
+ "owe",
+ "own",
+ "oxidise",
+ "oxidize",
+ "oxygenate",
+ "pace",
+ "pacify",
+ "pack",
+ "package",
+ "packetise",
+ "packetize",
+ "pad",
+ "paddle",
+ "padlock",
+ "page",
+ "paginate",
+ "pailful",
+ "pain",
+ "paint",
+ "pair",
+ "pal",
+ "palatalise",
+ "palatalize",
+ "pale",
+ "pall",
+ "palliate",
+ "palm",
+ "palpate",
+ "palpitate",
+ "pamper",
+ "pan",
+ "pander",
+ "panel",
+ "panhandle",
+ "panic",
+ "pant",
+ "paper",
+ "parachute",
+ "parade",
+ "parallel",
+ "paralyse",
+ "paralyze",
+ "paraphrase",
+ "parboil",
+ "parcel",
+ "parch",
+ "pardon",
+ "pare",
+ "park",
+ "parlay",
+ "parley",
+ "parody",
+ "parole",
+ "parrot",
+ "parry",
+ "parse",
+ "part",
+ "partake",
+ "participate",
+ "particularise",
+ "particularize",
+ "partition",
+ "partner",
+ "party",
+ "pass",
+ "passivise",
+ "passivize",
+ "paste",
+ "pasteurise",
+ "pasteurize",
+ "pasture",
+ "pat",
+ "patch",
+ "patent",
+ "patrol",
+ "patronise",
+ "patronize",
+ "patter",
+ "pattern",
+ "pause",
+ "pave",
+ "paw",
+ "pawn",
+ "pay",
+ "peak",
+ "peal",
+ "peck",
+ "pedal",
+ "peddle",
+ "pedestrianise",
+ "pedestrianize",
+ "pee",
+ "peek",
+ "peel",
+ "peep",
+ "peer",
+ "peg",
+ "pelt",
+ "pen",
+ "penalise",
+ "penalize",
+ "pencil",
+ "penetrate",
+ "pension",
+ "people",
+ "pep",
+ "pepper",
+ "perambulate",
+ "perceive",
+ "perch",
+ "percolate",
+ "perfect",
+ "perforate",
+ "perform",
+ "perfume",
+ "perish",
+ "perjure",
+ "perk",
+ "perm",
+ "permeate",
+ "permit",
+ "perpetrate",
+ "perpetuate",
+ "perplex",
+ "persecute",
+ "persevere",
+ "persist",
+ "personalise",
+ "personalize",
+ "personify",
+ "perspire",
+ "persuade",
+ "pertain",
+ "perturb",
+ "peruse",
+ "pervade",
+ "pervert",
+ "pester",
+ "pet",
+ "peter",
+ "petition",
+ "petrify",
+ "phase",
+ "philosophise",
+ "philosophize",
+ "phone",
+ "photocopy",
+ "photograph",
+ "photoshop",
+ "photosynthesise",
+ "photosynthesize",
+ "phrase",
+ "pick",
+ "picket",
+ "pickle",
+ "picnic",
+ "picture",
+ "picturise",
+ "picturize",
+ "piddle",
+ "piece",
+ "pierce",
+ "pig",
+ "pigeonhole",
+ "piggyback",
+ "pike",
+ "pile",
+ "pilfer",
+ "pill",
+ "pillage",
+ "pillory",
+ "pillow",
+ "pilot",
+ "pimp",
+ "pin",
+ "pinch",
+ "pine",
+ "ping",
+ "pinion",
+ "pink",
+ "pinpoint",
+ "pioneer",
+ "pip",
+ "pipe",
+ "pique",
+ "pirate",
+ "pirouette",
+ "piss",
+ "pit",
+ "pitch",
+ "pity",
+ "pivot",
+ "pixelate",
+ "pixellate",
+ "placate",
+ "place",
+ "plagiarise",
+ "plagiarize",
+ "plague",
+ "plait",
+ "plan",
+ "plane",
+ "plant",
+ "plaster",
+ "plasticise",
+ "plasticize",
+ "plate",
+ "plateau",
+ "play",
+ "plead",
+ "please",
+ "pledge",
+ "plight",
+ "plod",
+ "plonk",
+ "plop",
+ "plot",
+ "plough",
+ "pluck",
+ "plug",
+ "plumb",
+ "plummet",
+ "plump",
+ "plunder",
+ "plunge",
+ "plunk",
+ "pluralise",
+ "pluralize",
+ "ply",
+ "poach",
+ "pocket",
+ "point",
+ "poise",
+ "poison",
+ "poke",
+ "polarise",
+ "polarize",
+ "pole",
+ "poleax",
+ "poleaxe",
+ "police",
+ "polish",
+ "politicise",
+ "politicize",
+ "poll",
+ "pollard",
+ "pollinate",
+ "pollute",
+ "polymerise",
+ "polymerize",
+ "ponce",
+ "ponder",
+ "pong",
+ "pontificate",
+ "pony",
+ "poo",
+ "pooh",
+ "pool",
+ "poop",
+ "pootle",
+ "pop",
+ "popularise",
+ "popularize",
+ "populate",
+ "pore",
+ "port",
+ "portend",
+ "portion",
+ "portray",
+ "pose",
+ "posit",
+ "position",
+ "possess",
+ "posset",
+ "post",
+ "postmark",
+ "postpone",
+ "postulate",
+ "posture",
+ "pot",
+ "potter",
+ "pounce",
+ "pound",
+ "pour",
+ "pout",
+ "powder",
+ "power",
+ "practice",
+ "practise",
+ "praise",
+ "praises",
+ "prance",
+ "prang",
+ "prate",
+ "prattle",
+ "pray",
+ "preach",
+ "precede",
+ "precipitate",
+ "precis",
+ "preclude",
+ "predate",
+ "predecease",
+ "predetermine",
+ "predicate",
+ "predict",
+ "predispose",
+ "predominate",
+ "preen",
+ "preface",
+ "prefer",
+ "prefigure",
+ "prefix",
+ "preheat",
+ "prejudge",
+ "prejudice",
+ "preload",
+ "premaster",
+ "premiere",
+ "preoccupy",
+ "prep",
+ "prepare",
+ "prepone",
+ "preregister",
+ "presage",
+ "prescind",
+ "prescribe",
+ "preselect",
+ "presell",
+ "present",
+ "preserve",
+ "preset",
+ "preside",
+ "press",
+ "pressure",
+ "pressurise",
+ "pressurize",
+ "presume",
+ "presuppose",
+ "pretend",
+ "pretest",
+ "prettify",
+ "prevail",
+ "prevaricate",
+ "prevent",
+ "preview",
+ "prey",
+ "price",
+ "prick",
+ "prickle",
+ "pride",
+ "prime",
+ "primp",
+ "print",
+ "prioritise",
+ "prioritize",
+ "prise",
+ "privatise",
+ "privatize",
+ "privilege",
+ "prize",
+ "probate",
+ "probe",
+ "proceed",
+ "process",
+ "proclaim",
+ "procrastinate",
+ "procreate",
+ "proctor",
+ "procure",
+ "prod",
+ "produce",
+ "profane",
+ "profess",
+ "professionalise",
+ "professionalize",
+ "proffer",
+ "profile",
+ "profit",
+ "program",
+ "programme",
+ "progress",
+ "prohibit",
+ "project",
+ "proliferate",
+ "prolong",
+ "promenade",
+ "promise",
+ "promote",
+ "prompt",
+ "promulgate",
+ "pronounce",
+ "proof",
+ "proofread",
+ "prop",
+ "propagandise",
+ "propagandize",
+ "propagate",
+ "propel",
+ "prophesy",
+ "propitiate",
+ "propose",
+ "proposition",
+ "propound",
+ "proscribe",
+ "prosecute",
+ "proselytise",
+ "proselytize",
+ "prospect",
+ "prosper",
+ "prostitute",
+ "prostrate",
+ "protect",
+ "protest",
+ "protrude",
+ "prove",
+ "provide",
+ "provision",
+ "provoke",
+ "prowl",
+ "prune",
+ "pry",
+ "psych",
+ "psychoanalyse",
+ "publicise",
+ "publicize",
+ "publish",
+ "pucker",
+ "puff",
+ "puke",
+ "pull",
+ "pullulate",
+ "pulp",
+ "pulsate",
+ "pulse",
+ "pulverise",
+ "pulverize",
+ "pummel",
+ "pump",
+ "pun",
+ "punch",
+ "punctuate",
+ "puncture",
+ "punish",
+ "punt",
+ "pupate",
+ "purchase",
+ "purge",
+ "purify",
+ "purl",
+ "purloin",
+ "purport",
+ "purr",
+ "purse",
+ "pursue",
+ "purvey",
+ "push",
+ "pussyfoot",
+ "put",
+ "putrefy",
+ "putt",
+ "putter",
+ "puzzle",
+ "quack",
+ "quadruple",
+ "quaff",
+ "quail",
+ "quake",
+ "qualify",
+ "quantify",
+ "quarantine",
+ "quarrel",
+ "quarry",
+ "quarter",
+ "quarterback",
+ "quash",
+ "quaver",
+ "queer",
+ "quell",
+ "quench",
+ "query",
+ "quest",
+ "question",
+ "queue",
+ "quibble",
+ "quicken",
+ "quiet",
+ "quieten",
+ "quintuple",
+ "quip",
+ "quirk",
+ "quit",
+ "quiver",
+ "quiz",
+ "quote",
+ "quoth",
+ "rabbit",
+ "race",
+ "rack",
+ "radiate",
+ "radicalise",
+ "radicalize",
+ "radio",
+ "raffle",
+ "rag",
+ "rage",
+ "raid",
+ "rail",
+ "railroad",
+ "rain",
+ "raise",
+ "rake",
+ "rally",
+ "ram",
+ "ramble",
+ "ramp",
+ "rampage",
+ "randomise",
+ "randomize",
+ "range",
+ "rank",
+ "rankle",
+ "ransack",
+ "ransom",
+ "rant",
+ "rap",
+ "rape",
+ "rappel",
+ "rasp",
+ "rasterise",
+ "rasterize",
+ "rat",
+ "ratchet",
+ "rate",
+ "ratify",
+ "ration",
+ "rationalise",
+ "rationalize",
+ "rattle",
+ "ravage",
+ "rave",
+ "ravel",
+ "ravish",
+ "raze",
+ "razz",
+ "reach",
+ "reacquaint",
+ "react",
+ "reactivate",
+ "read",
+ "readdress",
+ "readies",
+ "readjust",
+ "readmit",
+ "ready",
+ "reaffirm",
+ "realign",
+ "realise",
+ "realize",
+ "reallocate",
+ "ream",
+ "reanimate",
+ "reap",
+ "reappear",
+ "reapply",
+ "reappoint",
+ "reappraise",
+ "rear",
+ "rearm",
+ "rearrange",
+ "reason",
+ "reassemble",
+ "reassert",
+ "reassess",
+ "reassign",
+ "reassure",
+ "reawaken",
+ "rebel",
+ "reboot",
+ "reborn",
+ "rebound",
+ "rebrand",
+ "rebuff",
+ "rebuild",
+ "rebuke",
+ "rebut",
+ "recall",
+ "recant",
+ "recap",
+ "recapitulate",
+ "recapture",
+ "recast",
+ "recede",
+ "receive",
+ "recess",
+ "recharge",
+ "reciprocate",
+ "recite",
+ "reckon",
+ "reclaim",
+ "reclassify",
+ "recline",
+ "recognise",
+ "recognize",
+ "recoil",
+ "recollect",
+ "recommence",
+ "recommend",
+ "recompense",
+ "reconcile",
+ "recondition",
+ "reconfigure",
+ "reconfirm",
+ "reconnect",
+ "reconnoitre",
+ "reconquer",
+ "reconsider",
+ "reconstitute",
+ "reconstruct",
+ "reconvene",
+ "record",
+ "recount",
+ "recoup",
+ "recover",
+ "recreate",
+ "recrudesce",
+ "recruit",
+ "rectify",
+ "recuperate",
+ "recur",
+ "recycle",
+ "redact",
+ "redden",
+ "redecorate",
+ "redeem",
+ "redefine",
+ "redeploy",
+ "redesign",
+ "redevelop",
+ "redial",
+ "redirect",
+ "rediscover",
+ "redistribute",
+ "redistrict",
+ "redo",
+ "redouble",
+ "redound",
+ "redraft",
+ "redraw",
+ "redress",
+ "reduce",
+ "reduplicate",
+ "reef",
+ "reek",
+ "reel",
+ "ref",
+ "refer",
+ "referee",
+ "reference",
+ "refill",
+ "refinance",
+ "refine",
+ "refit",
+ "reflate",
+ "reflect",
+ "refloat",
+ "refocus",
+ "reform",
+ "reformat",
+ "reformulate",
+ "refract",
+ "refrain",
+ "refresh",
+ "refrigerate",
+ "refuel",
+ "refund",
+ "refurbish",
+ "refuse",
+ "refute",
+ "regain",
+ "regale",
+ "regard",
+ "regenerate",
+ "register",
+ "regress",
+ "regret",
+ "regroup",
+ "regularise",
+ "regularize",
+ "regulate",
+ "regurgitate",
+ "rehabilitate",
+ "rehash",
+ "rehear",
+ "rehearse",
+ "reheat",
+ "rehome",
+ "rehouse",
+ "reign",
+ "reignite",
+ "reimburse",
+ "rein",
+ "reincarnate",
+ "reinforce",
+ "reinstate",
+ "reinterpret",
+ "reintroduce",
+ "reinvent",
+ "reinvest",
+ "reinvigorate",
+ "reissue",
+ "reiterate",
+ "reject",
+ "rejig",
+ "rejigger",
+ "rejoice",
+ "rejoin",
+ "rejuvenate",
+ "rekindle",
+ "relapse",
+ "relate",
+ "relaunch",
+ "relax",
+ "relay",
+ "release",
+ "relegate",
+ "relent",
+ "relieve",
+ "relinquish",
+ "relish",
+ "relive",
+ "reload",
+ "relocate",
+ "rely",
+ "remain",
+ "remainder",
+ "remake",
+ "remand",
+ "remap",
+ "remark",
+ "remarry",
+ "remaster",
+ "remediate",
+ "remedy",
+ "remember",
+ "remind",
+ "reminisce",
+ "remit",
+ "remix",
+ "remodel",
+ "remonstrate",
+ "remortgage",
+ "remould",
+ "remount",
+ "remove",
+ "remunerate",
+ "rename",
+ "rend",
+ "render",
+ "rendezvous",
+ "renege",
+ "renew",
+ "renounce",
+ "renovate",
+ "rent",
+ "reoccur",
+ "reoffend",
+ "reopen",
+ "reorder",
+ "reorganise",
+ "reorganize",
+ "reorient",
+ "repackage",
+ "repair",
+ "repatriate",
+ "repay",
+ "repeal",
+ "repeat",
+ "repel",
+ "repent",
+ "rephrase",
+ "replace",
+ "replay",
+ "replenish",
+ "replicate",
+ "reply",
+ "report",
+ "repose",
+ "repossess",
+ "represent",
+ "repress",
+ "reprieve",
+ "reprimand",
+ "reprint",
+ "reproach",
+ "reprocess",
+ "reproduce",
+ "reprove",
+ "repudiate",
+ "repulse",
+ "repurpose",
+ "request",
+ "require",
+ "requisition",
+ "requite",
+ "rerun",
+ "reschedule",
+ "rescind",
+ "rescue",
+ "research",
+ "researches",
+ "resect",
+ "resell",
+ "resemble",
+ "resent",
+ "reserve",
+ "reset",
+ "resettle",
+ "reshape",
+ "reshuffle",
+ "reside",
+ "resign",
+ "resist",
+ "resit",
+ "resize",
+ "reskill",
+ "resolve",
+ "resonate",
+ "resort",
+ "resound",
+ "resource",
+ "respect",
+ "respire",
+ "respond",
+ "respray",
+ "rest",
+ "restart",
+ "restate",
+ "restock",
+ "restore",
+ "restrain",
+ "restrict",
+ "restring",
+ "restructure",
+ "result",
+ "resume",
+ "resupply",
+ "resurface",
+ "resurrect",
+ "resuscitate",
+ "retail",
+ "retain",
+ "retake",
+ "retaliate",
+ "retard",
+ "retch",
+ "retell",
+ "retest",
+ "rethink",
+ "retire",
+ "retool",
+ "retort",
+ "retouch",
+ "retrace",
+ "retract",
+ "retrain",
+ "retreat",
+ "retrench",
+ "retrieve",
+ "retrofit",
+ "retry",
+ "return",
+ "reunify",
+ "reunite",
+ "reuse",
+ "rev",
+ "revalue",
+ "revamp",
+ "reveal",
+ "revel",
+ "revenge",
+ "reverberate",
+ "revere",
+ "reverse",
+ "revert",
+ "review",
+ "revile",
+ "revise",
+ "revisit",
+ "revitalise",
+ "revitalize",
+ "revive",
+ "revivify",
+ "revoke",
+ "revolt",
+ "revolutionise",
+ "revolutionize",
+ "revolve",
+ "reward",
+ "rewind",
+ "rewire",
+ "reword",
+ "rework",
+ "rewrite",
+ "rhapsodise",
+ "rhapsodize",
+ "rhyme",
+ "rib",
+ "rick",
+ "ricochet",
+ "rid",
+ "riddle",
+ "ride",
+ "ridge",
+ "ridicule",
+ "riffle",
+ "rifle",
+ "rig",
+ "right",
+ "rightsize",
+ "rile",
+ "rim",
+ "ring",
+ "rinse",
+ "riot",
+ "rip",
+ "ripen",
+ "riposte",
+ "ripple",
+ "rise",
+ "risk",
+ "ritualise",
+ "ritualize",
+ "rival",
+ "rivet",
+ "roam",
+ "roar",
+ "roast",
+ "rob",
+ "robe",
+ "rock",
+ "rocket",
+ "roger",
+ "roll",
+ "romance",
+ "romanticise",
+ "romanticize",
+ "romp",
+ "roof",
+ "room",
+ "roost",
+ "root",
+ "rope",
+ "rosin",
+ "roster",
+ "rot",
+ "rotate",
+ "rouge",
+ "rough",
+ "roughen",
+ "roughhouse",
+ "round",
+ "rouse",
+ "roust",
+ "rout",
+ "route",
+ "rove",
+ "row",
+ "rub",
+ "rubberneck",
+ "rubbish",
+ "ruck",
+ "rue",
+ "ruffle",
+ "ruin",
+ "ruins",
+ "rule",
+ "rumble",
+ "ruminate",
+ "rummage",
+ "rumor",
+ "rumour",
+ "rumple",
+ "run",
+ "rupture",
+ "rush",
+ "rust",
+ "rustle",
+ "sabotage",
+ "sack",
+ "sacrifice",
+ "sadden",
+ "saddle",
+ "safeguard",
+ "sag",
+ "sail",
+ "salaam",
+ "salivate",
+ "sally",
+ "salt",
+ "salute",
+ "salvage",
+ "salve",
+ "sample",
+ "sanctify",
+ "sanction",
+ "sand",
+ "sandbag",
+ "sandblast",
+ "sandpaper",
+ "sandwich",
+ "sanitise",
+ "sanitize",
+ "sap",
+ "sashay",
+ "sass",
+ "sate",
+ "satiate",
+ "satirise",
+ "satirize",
+ "satisfy",
+ "saturate",
+ "saunter",
+ "savage",
+ "save",
+ "savor",
+ "savour",
+ "saw",
+ "say",
+ "scald",
+ "scale",
+ "scallop",
+ "scalp",
+ "scamper",
+ "scan",
+ "scandalise",
+ "scandalize",
+ "scapegoat",
+ "scar",
+ "scare",
+ "scarf",
+ "scarify",
+ "scarper",
+ "scatter",
+ "scattering",
+ "scavenge",
+ "scent",
+ "schedule",
+ "schematise",
+ "schematize",
+ "scheme",
+ "schlep",
+ "schlepp",
+ "schmooze",
+ "school",
+ "schtup",
+ "schuss",
+ "scoff",
+ "scold",
+ "scoop",
+ "scoot",
+ "scope",
+ "scorch",
+ "score",
+ "scorn",
+ "scotch",
+ "scour",
+ "scourge",
+ "scout",
+ "scowl",
+ "scrabble",
+ "scram",
+ "scramble",
+ "scrap",
+ "scrape",
+ "scratch",
+ "scrawl",
+ "scream",
+ "screech",
+ "screen",
+ "screw",
+ "scribble",
+ "scrimp",
+ "script",
+ "scroll",
+ "scrounge",
+ "scrub",
+ "scrummage",
+ "scrunch",
+ "scruple",
+ "scrutinise",
+ "scrutinize",
+ "scud",
+ "scuff",
+ "scuffle",
+ "scull",
+ "sculpt",
+ "scupper",
+ "scurry",
+ "scuttle",
+ "scythe",
+ "seal",
+ "sealift",
+ "sear",
+ "search",
+ "season",
+ "seat",
+ "secede",
+ "seclude",
+ "second",
+ "secrete",
+ "section",
+ "secularise",
+ "secularize",
+ "secure",
+ "sedate",
+ "seduce",
+ "see",
+ "seed",
+ "seek",
+ "seep",
+ "seethe",
+ "segment",
+ "segregate",
+ "segue",
+ "seize",
+ "select",
+ "sell",
+ "sellotape",
+ "semaphore",
+ "send",
+ "sensationalise",
+ "sensationalize",
+ "sense",
+ "sensitise",
+ "sensitize",
+ "sentence",
+ "sentimentalise",
+ "sentimentalize",
+ "separate",
+ "sequence",
+ "sequester",
+ "sequestrate",
+ "serenade",
+ "serialise",
+ "serialize",
+ "sermonise",
+ "sermonize",
+ "serve",
+ "service",
+ "set",
+ "settle",
+ "sever",
+ "sew",
+ "sex",
+ "sexualise",
+ "sexualize",
+ "shack",
+ "shackle",
+ "shade",
+ "shadow",
+ "shaft",
+ "shag",
+ "shake",
+ "shalt",
+ "sham",
+ "shamble",
+ "shame",
+ "shampoo",
+ "shanghai",
+ "shape",
+ "share",
+ "sharpen",
+ "shatter",
+ "shave",
+ "shear",
+ "sheathe",
+ "shed",
+ "sheer",
+ "shell",
+ "shellac",
+ "shelter",
+ "shelve",
+ "shepherd",
+ "shield",
+ "shift",
+ "shimmer",
+ "shimmy",
+ "shin",
+ "shine",
+ "shinny",
+ "ship",
+ "shipwreck",
+ "shirk",
+ "shit",
+ "shiver",
+ "shock",
+ "shoe",
+ "shoehorn",
+ "shoo",
+ "shoot",
+ "shop",
+ "shoplift",
+ "shore",
+ "short",
+ "shorten",
+ "shortlist",
+ "shoulder",
+ "shout",
+ "shove",
+ "shovel",
+ "show",
+ "showboat",
+ "showcase",
+ "shower",
+ "shred",
+ "shriek",
+ "shrill",
+ "shrink",
+ "shrivel",
+ "shroom",
+ "shroud",
+ "shrug",
+ "shtup",
+ "shuck",
+ "shudder",
+ "shuffle",
+ "shun",
+ "shunt",
+ "shush",
+ "shut",
+ "shuttle",
+ "shy",
+ "sic",
+ "sick",
+ "sicken",
+ "side",
+ "sideline",
+ "sidestep",
+ "sideswipe",
+ "sidetrack",
+ "sidle",
+ "sieve",
+ "sift",
+ "sigh",
+ "sight",
+ "sightsee",
+ "sign",
+ "signal",
+ "signify",
+ "signpost",
+ "silence",
+ "silhouette",
+ "silt",
+ "silver",
+ "simmer",
+ "simper",
+ "simplify",
+ "simulate",
+ "simulcast",
+ "sin",
+ "sing",
+ "singe",
+ "single",
+ "sink",
+ "sip",
+ "siphon",
+ "sire",
+ "sit",
+ "site",
+ "situate",
+ "size",
+ "sizzle",
+ "skate",
+ "skateboard",
+ "skedaddle",
+ "sketch",
+ "skew",
+ "skewer",
+ "ski",
+ "skid",
+ "skim",
+ "skimp",
+ "skin",
+ "skip",
+ "skipper",
+ "skirmish",
+ "skirt",
+ "skitter",
+ "skive",
+ "skivvy",
+ "skulk",
+ "sky",
+ "skyjack",
+ "skyrocket",
+ "slack",
+ "slacken",
+ "slag",
+ "slake",
+ "slam",
+ "slander",
+ "slant",
+ "slap",
+ "slash",
+ "slate",
+ "slather",
+ "slaughter",
+ "slave",
+ "slaver",
+ "slay",
+ "sledge",
+ "sleek",
+ "sleep",
+ "sleepwalk",
+ "sleet",
+ "slew",
+ "slice",
+ "slick",
+ "slide",
+ "slight",
+ "slim",
+ "sling",
+ "slink",
+ "slip",
+ "slit",
+ "slither",
+ "slob",
+ "slobber",
+ "slog",
+ "slop",
+ "slope",
+ "slosh",
+ "slot",
+ "slouch",
+ "slough",
+ "slow",
+ "slug",
+ "sluice",
+ "slum",
+ "slumber",
+ "slump",
+ "slur",
+ "slurp",
+ "smack",
+ "smart",
+ "smarten",
+ "smash",
+ "smear",
+ "smell",
+ "smelt",
+ "smile",
+ "smirk",
+ "smite",
+ "smoke",
+ "smooch",
+ "smoodge",
+ "smooth",
+ "smother",
+ "smoulder",
+ "smudge",
+ "smuggle",
+ "snack",
+ "snaffle",
+ "snag",
+ "snaggle",
+ "snake",
+ "snap",
+ "snare",
+ "snarf",
+ "snarl",
+ "snatch",
+ "sneak",
+ "sneer",
+ "sneeze",
+ "snicker",
+ "sniff",
+ "sniffle",
+ "snigger",
+ "snip",
+ "snipe",
+ "snitch",
+ "snivel",
+ "snog",
+ "snooker",
+ "snoop",
+ "snooper",
+ "snooze",
+ "snore",
+ "snorkel",
+ "snort",
+ "snow",
+ "snowball",
+ "snowplough",
+ "snowplow",
+ "snub",
+ "snuff",
+ "snuffle",
+ "snuffling",
+ "snuggle",
+ "soak",
+ "soap",
+ "soar",
+ "sob",
+ "sober",
+ "socialise",
+ "socialize",
+ "sock",
+ "sod",
+ "sodomise",
+ "sodomize",
+ "soften",
+ "soil",
+ "sojourn",
+ "solace",
+ "solder",
+ "soldier",
+ "sole",
+ "solemnise",
+ "solemnize",
+ "solicit",
+ "solidify",
+ "soliloquize",
+ "solve",
+ "somersault",
+ "soothe",
+ "sorrow",
+ "sort",
+ "sough",
+ "sound",
+ "soundproof",
+ "soup",
+ "sour",
+ "source",
+ "souse",
+ "sow",
+ "space",
+ "span",
+ "spangle",
+ "spank",
+ "spar",
+ "spare",
+ "spark",
+ "sparkle",
+ "spatter",
+ "spattering",
+ "spawn",
+ "spay",
+ "speak",
+ "spear",
+ "spearhead",
+ "spec",
+ "specialise",
+ "specialize",
+ "specify",
+ "spectacles",
+ "spectate",
+ "speculate",
+ "speed",
+ "spell",
+ "spellcheck",
+ "spend",
+ "spew",
+ "spice",
+ "spiff",
+ "spike",
+ "spill",
+ "spin",
+ "spiral",
+ "spirit",
+ "spit",
+ "spite",
+ "splash",
+ "splatter",
+ "splay",
+ "splice",
+ "splinter",
+ "split",
+ "splosh",
+ "splurge",
+ "splutter",
+ "spoil",
+ "sponge",
+ "sponsor",
+ "spoof",
+ "spook",
+ "spool",
+ "spoon",
+ "sport",
+ "sports",
+ "spot",
+ "spotlight",
+ "spout",
+ "sprain",
+ "sprawl",
+ "spray",
+ "spread",
+ "spreadeagle",
+ "spring",
+ "springboard",
+ "sprinkle",
+ "sprint",
+ "spritz",
+ "sprout",
+ "spruce",
+ "spur",
+ "spurn",
+ "spurt",
+ "sputter",
+ "spy",
+ "squabble",
+ "squall",
+ "squander",
+ "square",
+ "squash",
+ "squat",
+ "squawk",
+ "squeak",
+ "squeal",
+ "squeeze",
+ "squelch",
+ "squint",
+ "squirm",
+ "squirrel",
+ "squirt",
+ "squish",
+ "stab",
+ "stabilise",
+ "stabilize",
+ "stable",
+ "stables",
+ "stack",
+ "staff",
+ "stage",
+ "stagger",
+ "stagnate",
+ "stain",
+ "stake",
+ "stalk",
+ "stall",
+ "stammer",
+ "stamp",
+ "stampede",
+ "stanch",
+ "stand",
+ "standardise",
+ "standardize",
+ "staple",
+ "star",
+ "starch",
+ "stare",
+ "start",
+ "startle",
+ "starve",
+ "stash",
+ "state",
+ "statement",
+ "station",
+ "staunch",
+ "stave",
+ "stay",
+ "steady",
+ "steal",
+ "steam",
+ "steamroller",
+ "steel",
+ "steep",
+ "steepen",
+ "steer",
+ "stem",
+ "stencil",
+ "step",
+ "stereotype",
+ "sterilise",
+ "sterilize",
+ "stew",
+ "stick",
+ "stickybeak",
+ "stiff",
+ "stiffen",
+ "stifle",
+ "stigmatise",
+ "stigmatize",
+ "still",
+ "stimulate",
+ "sting",
+ "stinger",
+ "stink",
+ "stint",
+ "stipple",
+ "stipulate",
+ "stir",
+ "stitch",
+ "stock",
+ "stockpile",
+ "stoke",
+ "stomach",
+ "stomp",
+ "stone",
+ "stonewall",
+ "stoop",
+ "stop",
+ "stopper",
+ "store",
+ "storm",
+ "storyboard",
+ "stow",
+ "straddle",
+ "strafe",
+ "straggle",
+ "straighten",
+ "strain",
+ "strand",
+ "strangle",
+ "strap",
+ "stratify",
+ "stravage",
+ "stravaig",
+ "stray",
+ "streak",
+ "stream",
+ "streamline",
+ "strengthen",
+ "stress",
+ "stretch",
+ "stretcher",
+ "strew",
+ "stride",
+ "strike",
+ "string",
+ "strip",
+ "strive",
+ "stroke",
+ "stroll",
+ "structure",
+ "struggle",
+ "strum",
+ "strut",
+ "stub",
+ "stud",
+ "study",
+ "stuff",
+ "stultify",
+ "stumble",
+ "stump",
+ "stun",
+ "stunt",
+ "stupefy",
+ "stutter",
+ "style",
+ "stymie",
+ "sub",
+ "subcontract",
+ "subdivide",
+ "subdue",
+ "subedit",
+ "subject",
+ "subjugate",
+ "sublet",
+ "sublimate",
+ "submerge",
+ "submit",
+ "subordinate",
+ "suborn",
+ "subpoena",
+ "subscribe",
+ "subside",
+ "subsidise",
+ "subsidize",
+ "subsist",
+ "substantiate",
+ "substitute",
+ "subsume",
+ "subtend",
+ "subtitle",
+ "subtract",
+ "subvert",
+ "succeed",
+ "succor",
+ "succour",
+ "succumb",
+ "suck",
+ "sucker",
+ "suckle",
+ "suction",
+ "sue",
+ "suffer",
+ "suffice",
+ "suffocate",
+ "suffuse",
+ "sugar",
+ "suggest",
+ "suit",
+ "sulk",
+ "sulks",
+ "sully",
+ "sum",
+ "summarise",
+ "summarize",
+ "summon",
+ "summons",
+ "sun",
+ "sunbathe",
+ "sunder",
+ "sunset",
+ "sup",
+ "superimpose",
+ "superintend",
+ "superpose",
+ "supersede",
+ "supersize",
+ "supersized",
+ "supervene",
+ "supervise",
+ "supplant",
+ "supplement",
+ "supply",
+ "support",
+ "suppose",
+ "suppress",
+ "suppurate",
+ "surcharge",
+ "surf",
+ "surface",
+ "surge",
+ "surmise",
+ "surmount",
+ "surpass",
+ "surprise",
+ "surrender",
+ "surround",
+ "survey",
+ "survive",
+ "suspect",
+ "suspend",
+ "suspenders",
+ "suss",
+ "sustain",
+ "suture",
+ "swab",
+ "swaddle",
+ "swagger",
+ "swallow",
+ "swamp",
+ "swan",
+ "swank",
+ "swap",
+ "swarm",
+ "swat",
+ "swath",
+ "swathe",
+ "sway",
+ "swear",
+ "sweat",
+ "sweep",
+ "sweeps",
+ "sweeten",
+ "swell",
+ "swelter",
+ "swerve",
+ "swig",
+ "swill",
+ "swim",
+ "swindle",
+ "swing",
+ "swipe",
+ "swirl",
+ "swish",
+ "switch",
+ "swivel",
+ "swoon",
+ "swoop",
+ "swoosh",
+ "swot",
+ "symbolise",
+ "symbolize",
+ "sympathise",
+ "sympathize",
+ "symptomize",
+ "synchronise",
+ "synchronize",
+ "syndicate",
+ "synthesise",
+ "synthesize",
+ "syringe",
+ "systematise",
+ "systematize",
+ "tab",
+ "table",
+ "tabulate",
+ "tack",
+ "tackle",
+ "tag",
+ "tail",
+ "tailgate",
+ "tailor",
+ "taint",
+ "take",
+ "talk",
+ "tally",
+ "tame",
+ "tamp",
+ "tamper",
+ "tan",
+ "tangle",
+ "tango",
+ "tank",
+ "tankful",
+ "tantalise",
+ "tantalize",
+ "tap",
+ "tape",
+ "taper",
+ "tar",
+ "target",
+ "tarmac",
+ "tarnish",
+ "tarry",
+ "tart",
+ "task",
+ "taste",
+ "tattle",
+ "tattoo",
+ "taunt",
+ "tauten",
+ "tax",
+ "taxi",
+ "taxicab",
+ "teach",
+ "team",
+ "tear",
+ "tease",
+ "tee",
+ "teem",
+ "teeter",
+ "teethe",
+ "telecast",
+ "telecommute",
+ "teleconference",
+ "telegraph",
+ "telemeter",
+ "teleoperate",
+ "telephone",
+ "teleport",
+ "telescope",
+ "televise",
+ "telex",
+ "tell",
+ "telnet",
+ "temp",
+ "temper",
+ "temporise",
+ "temporize",
+ "tempt",
+ "tenant",
+ "tend",
+ "tender",
+ "tenderise",
+ "tenderize",
+ "tense",
+ "tension",
+ "tergiversate",
+ "term",
+ "terminate",
+ "terraform",
+ "terrify",
+ "terrorise",
+ "terrorize",
+ "test",
+ "testify",
+ "tether",
+ "text",
+ "thank",
+ "thatch",
+ "thaw",
+ "theorise",
+ "theorize",
+ "thicken",
+ "thin",
+ "think",
+ "thirst",
+ "thrash",
+ "thread",
+ "threaten",
+ "thresh",
+ "thrill",
+ "thrive",
+ "throb",
+ "throbbing",
+ "throng",
+ "throttle",
+ "throw",
+ "thrust",
+ "thud",
+ "thumb",
+ "thump",
+ "thunder",
+ "thwack",
+ "thwart",
+ "tick",
+ "ticket",
+ "tickle",
+ "tide",
+ "tidy",
+ "tie",
+ "tighten",
+ "tile",
+ "till",
+ "tilt",
+ "time",
+ "timetable",
+ "tinge",
+ "tingle",
+ "tingling",
+ "tinker",
+ "tinkle",
+ "tinkling",
+ "tint",
+ "tip",
+ "tippex",
+ "tipple",
+ "tiptoe",
+ "tire",
+ "titillate",
+ "titivate",
+ "title",
+ "titrate",
+ "titter",
+ "toady",
+ "toast",
+ "toboggan",
+ "toddle",
+ "toe",
+ "tog",
+ "toggle",
+ "toil",
+ "toke",
+ "tolerate",
+ "toll",
+ "tone",
+ "tongue",
+ "tonify",
+ "tool",
+ "toot",
+ "tootle",
+ "top",
+ "topple",
+ "torch",
+ "torment",
+ "torpedo",
+ "torture",
+ "toss",
+ "tot",
+ "total",
+ "tote",
+ "totter",
+ "touch",
+ "tough",
+ "toughen",
+ "tour",
+ "tousle",
+ "tout",
+ "tow",
+ "towel",
+ "tower",
+ "toy",
+ "trace",
+ "track",
+ "trade",
+ "traduce",
+ "traffic",
+ "trail",
+ "train",
+ "traipse",
+ "trammel",
+ "tramp",
+ "trample",
+ "trampoline",
+ "tranquilize",
+ "tranquillize",
+ "transact",
+ "transcend",
+ "transcribe",
+ "transfer",
+ "transfigure",
+ "transfix",
+ "transform",
+ "transfuse",
+ "transgress",
+ "transit",
+ "translate",
+ "transliterate",
+ "transmit",
+ "transmogrify",
+ "transmute",
+ "transpire",
+ "transplant",
+ "transport",
+ "transpose",
+ "trap",
+ "trash",
+ "traumatise",
+ "traumatize",
+ "travel",
+ "traverse",
+ "trawl",
+ "tread",
+ "treasure",
+ "treat",
+ "treble",
+ "trek",
+ "tremble",
+ "trembling",
+ "trepan",
+ "trespass",
+ "trial",
+ "trick",
+ "trickle",
+ "trifle",
+ "trigger",
+ "trill",
+ "trim",
+ "trip",
+ "triple",
+ "triumph",
+ "trivialise",
+ "trivialize",
+ "troll",
+ "tromp",
+ "troop",
+ "trot",
+ "trouble",
+ "troubleshoot",
+ "trounce",
+ "trouser",
+ "truant",
+ "truck",
+ "trudge",
+ "trump",
+ "trumpet",
+ "truncate",
+ "trundle",
+ "truss",
+ "trust",
+ "try",
+ "tuck",
+ "tug",
+ "tugboat",
+ "tumble",
+ "tune",
+ "tunnel",
+ "turbocharge",
+ "turf",
+ "turn",
+ "tussle",
+ "tut",
+ "tutor",
+ "twang",
+ "tweak",
+ "tweet",
+ "twiddle",
+ "twig",
+ "twin",
+ "twine",
+ "twinkle",
+ "twirl",
+ "twist",
+ "twitch",
+ "twitter",
+ "twittering",
+ "type",
+ "typecast",
+ "typeset",
+ "typify",
+ "tyrannise",
+ "tyrannize",
+ "ulcerate",
+ "ululate",
+ "ump",
+ "umpire",
+ "unbalance",
+ "unban",
+ "unbend",
+ "unblock",
+ "unbuckle",
+ "unburden",
+ "unbutton",
+ "uncoil",
+ "uncork",
+ "uncouple",
+ "uncover",
+ "uncurl",
+ "undelete",
+ "underachieve",
+ "underbid",
+ "undercharge",
+ "undercook",
+ "undercut",
+ "underestimate",
+ "underestimation",
+ "underexpose",
+ "undergo",
+ "underlie",
+ "underline",
+ "undermine",
+ "underpay",
+ "underperform",
+ "underpin",
+ "underplay",
+ "underrate",
+ "underscore",
+ "undersell",
+ "undershoot",
+ "underspend",
+ "understand",
+ "understate",
+ "understudy",
+ "undertake",
+ "undervalue",
+ "underwrite",
+ "undo",
+ "undock",
+ "undress",
+ "undulate",
+ "unearth",
+ "unfasten",
+ "unfold",
+ "unfreeze",
+ "unfurl",
+ "unhand",
+ "unhinge",
+ "unhitch",
+ "unhook",
+ "unify",
+ "uninstall",
+ "unionise",
+ "unionize",
+ "unite",
+ "unlace",
+ "unlearn",
+ "unleash",
+ "unload",
+ "unlock",
+ "unloose",
+ "unloosen",
+ "unmask",
+ "unnerve",
+ "unpack",
+ "unpick",
+ "unplug",
+ "unravel",
+ "unroll",
+ "unsaddle",
+ "unscramble",
+ "unscrew",
+ "unseat",
+ "unsettle",
+ "unsubscribe",
+ "untangle",
+ "untie",
+ "unveil",
+ "unwind",
+ "unwrap",
+ "unzip",
+ "up",
+ "upbraid",
+ "upchange",
+ "upchuck",
+ "update",
+ "upend",
+ "upgrade",
+ "uphold",
+ "upholster",
+ "uplift",
+ "upload",
+ "uproot",
+ "upsell",
+ "upset",
+ "upshift",
+ "upskill",
+ "upstage",
+ "urge",
+ "urinate",
+ "use",
+ "usher",
+ "usurp",
+ "utilise",
+ "utilize",
+ "utter",
+ "vacate",
+ "vacation",
+ "vaccinate",
+ "vacillate",
+ "vacuum",
+ "valet",
+ "validate",
+ "value",
+ "vamoose",
+ "vandalise",
+ "vandalize",
+ "vanish",
+ "vanquish",
+ "vaporise",
+ "vaporize",
+ "varnish",
+ "vary",
+ "vault",
+ "veer",
+ "veg",
+ "vegetate",
+ "veil",
+ "vend",
+ "veneer",
+ "venerate",
+ "vent",
+ "ventilate",
+ "venture",
+ "verbalise",
+ "verbalize",
+ "verge",
+ "verify",
+ "versify",
+ "vest",
+ "vet",
+ "veto",
+ "vex",
+ "vibrate",
+ "victimise",
+ "victimize",
+ "vide",
+ "video",
+ "videotape",
+ "vie",
+ "view",
+ "viewing",
+ "vilify",
+ "vindicate",
+ "violate",
+ "visit",
+ "visualise",
+ "visualize",
+ "vitiate",
+ "vitrify",
+ "vocalize",
+ "voice",
+ "void",
+ "volley",
+ "volumise",
+ "volumize",
+ "volunteer",
+ "vomit",
+ "vote",
+ "vouch",
+ "vouchsafe",
+ "vow",
+ "voyage",
+ "vulgarise",
+ "vulgarize",
+ "wad",
+ "waddle",
+ "wade",
+ "waffle",
+ "waft",
+ "wag",
+ "wage",
+ "wager",
+ "waggle",
+ "wail",
+ "wait",
+ "waive",
+ "wake",
+ "wakeboard",
+ "waken",
+ "walk",
+ "wall",
+ "wallop",
+ "wallow",
+ "wallpaper",
+ "waltz",
+ "wander",
+ "wane",
+ "wangle",
+ "wank",
+ "want",
+ "warble",
+ "ward",
+ "warm",
+ "warn",
+ "warp",
+ "warrant",
+ "wash",
+ "wassail",
+ "waste",
+ "watch",
+ "water",
+ "waterproof",
+ "waterski",
+ "wave",
+ "waver",
+ "wax",
+ "waylay",
+ "weaken",
+ "wean",
+ "weaponise",
+ "weaponize",
+ "wear",
+ "weary",
+ "weasel",
+ "weather",
+ "weatherise",
+ "weatherize",
+ "weave",
+ "wed",
+ "wedge",
+ "wee",
+ "weed",
+ "weekend",
+ "weep",
+ "weigh",
+ "weight",
+ "weird",
+ "welch",
+ "welcome",
+ "weld",
+ "well",
+ "welly",
+ "welsh",
+ "wend",
+ "westernise",
+ "westernize",
+ "wet",
+ "whack",
+ "wheedle",
+ "wheel",
+ "wheeze",
+ "whelp",
+ "whet",
+ "whiff",
+ "while",
+ "whilst",
+ "whimper",
+ "whine",
+ "whinge",
+ "whinny",
+ "whip",
+ "whirl",
+ "whirr",
+ "whirring",
+ "whisk",
+ "whisper",
+ "whispering",
+ "whistle",
+ "whiten",
+ "whitewash",
+ "whittle",
+ "whiz",
+ "whizz",
+ "whoop",
+ "whoosh",
+ "whup",
+ "wick",
+ "widen",
+ "widow",
+ "wield",
+ "wig",
+ "wiggle",
+ "wildcat",
+ "will",
+ "wilt",
+ "wimp",
+ "win",
+ "wince",
+ "winch",
+ "wind",
+ "winds",
+ "windsurf",
+ "wine",
+ "wing",
+ "wink",
+ "winkle",
+ "winnow",
+ "winter",
+ "wipe",
+ "wire",
+ "wiretap",
+ "wise",
+ "wisecrack",
+ "wish",
+ "withdraw",
+ "wither",
+ "withhold",
+ "withstand",
+ "witness",
+ "witter",
+ "wobble",
+ "wolf",
+ "wonder",
+ "woo",
+ "woof",
+ "word",
+ "work",
+ "worm",
+ "worry",
+ "worsen",
+ "worship",
+ "worst",
+ "wound",
+ "wow",
+ "wowee",
+ "wrangle",
+ "wrap",
+ "wreak",
+ "wreathe",
+ "wreck",
+ "wrench",
+ "wrest",
+ "wrestle",
+ "wriggle",
+ "wring",
+ "wrinkle",
+ "writ",
+ "write",
+ "writhe",
+ "wrong",
+ "wrought",
+ "xerox",
+ "yack",
+ "yak",
+ "yank",
+ "yap",
+ "yaw",
+ "yawn",
+ "yearn",
+ "yell",
+ "yellow",
+ "yelp",
+ "yield",
+ "yodel",
+ "yoke",
+ "yomp",
+ "yowl",
+ "yuppify",
+ "zap",
+ "zero",
+ "zigzag",
+ "zing",
+ "zip",
+ "zone",
+ "zoom",
+]; \ No newline at end of file
diff --git a/lib/word.js b/lib/word.js
new file mode 100644
index 00000000..0040ae4a
--- /dev/null
+++ b/lib/word.js
@@ -0,0 +1,171 @@
+/**
+ * @namespace faker.word
+ */
+var Word = function (faker) {
+ var self = this;
+ /**
+ * Returns an adjective of random or optionally specified length.
+ * If specified length is unresolvable, returns random adjective.
+ *
+ * @method faker.word.adjective
+ * @param {number} [length] - optional length of word to return
+ * @returns {string} a random adjective
+ */
+ self.adjective = function (length) {
+ var wordList = faker.definitions.word.adjective;
+ if (length !== undefined) {
+ length = parseInt(length);
+ wordList = faker.definitions.word.adjective.filter(function (word) {
+ return word.length == length;
+ });
+ }
+ // If result of filtered word list is undefined, return an element
+ // from the unfiltered list.
+ return (
+ faker.random.arrayElement(wordList) ||
+ faker.random.arrayElement(faker.definitions.word.adjective)
+ );
+ };
+ /**
+ * Returns an adverb of random or optionally specified length.
+ * If specified length is unresolvable, returns random adverb.
+ *
+ * @method faker.word.adverb
+ * @param {number} [length] - optional length of word to return
+ * @returns {string} random adverb
+ */
+ self.adverb = function (length) {
+ var wordList = faker.definitions.word.adverb;
+ if (length !== undefined) {
+ length = parseInt(length);
+ wordList = faker.definitions.word.adverb.filter(function (word) {
+ return word.length == length;
+ });
+ }
+ // If result of filtered word list is undefined, return an element
+ // from the unfiltered list.
+ return (
+ faker.random.arrayElement(wordList) ||
+ faker.random.arrayElement(faker.definitions.word.adverb)
+ );
+ };
+ /**
+ * Returns a conjunction of random or optionally specified length.
+ * If specified length is unresolvable, returns random conjunction.
+ *
+ * @method faker.word.conjunction
+ * @param {number} [length] - optional length of word to return
+ * @returns {string} random conjunction
+ */
+ self.conjunction = function (length) {
+ var wordList = faker.definitions.word.conjunction;
+ if (length !== undefined) {
+ length = parseInt(length);
+ wordList = faker.definitions.word.conjunction.filter(function (word) {
+ return word.length == length;
+ });
+ }
+ // If result of filtered word list is undefined, return an element
+ // from the unfiltered list.
+ return (
+ faker.random.arrayElement(wordList) ||
+ faker.random.arrayElement(faker.definitions.word.conjunction)
+ );
+ };
+ /**
+ * Returns an interjection of random or optionally specified length.
+ * If specified length is unresolvable, returns random interjection.
+ *
+ * @method faker.word.interjection
+ * @param {number} [length] - optional length of word to return
+ * @returns {string} random interjection
+ */
+ self.interjection = function (length) {
+ var wordList = faker.definitions.word.interjection;
+ if (length !== undefined) {
+ length = parseInt(length);
+ wordList = faker.definitions.word.interjection.filter(function (word) {
+ return word.length == length;
+ });
+ }
+ // If result of filtered word list is undefined, return an element
+ // from the unfiltered list.
+ return (
+ faker.random.arrayElement(wordList) ||
+ faker.random.arrayElement(faker.definitions.word.interjection)
+ );
+ };
+ /**
+ * Returns a noun of random or optionally specified length.
+ * If specified length is unresolvable, returns random noun.
+ *
+ * @method faker.word.noun
+ * @param {number} [length] - optional length of word to return
+ * @returns {string} random noun
+ */
+ self.noun = function (length) {
+ var wordList = faker.definitions.word.noun;
+ if (length !== undefined) {
+ length = parseInt(length);
+ wordList = faker.definitions.word.noun.filter(function (word) {
+ return word.length == length;
+ });
+ }
+ // If result of filtered word list is undefined, return an element
+ // from the unfiltered list.
+ return (
+ faker.random.arrayElement(wordList) ||
+ faker.random.arrayElement(faker.definitions.word.noun)
+ );
+ };
+ /**
+ * Returns a preposition of random or optionally specified length.
+ * If specified length is unresolvable, returns random preposition.
+ *
+ * @method faker.word.preposition
+ * @param {number} [length] - optional length of word to return
+ * @returns {string} random preposition
+ */
+ self.preposition = function (length) {
+ var wordList = faker.definitions.word.preposition;
+ if (length !== undefined) {
+ length = parseInt(length);
+ wordList = faker.definitions.word.preposition.filter(function (word) {
+ return word.length == length;
+ });
+ }
+ // If result of filtered word list is undefined, return an element
+ // from the unfiltered list.
+ return (
+ faker.random.arrayElement(wordList) ||
+ faker.random.arrayElement(faker.definitions.word.preposition)
+ );
+ };
+ /**
+ * Returns a verb of random or optionally specified length.
+ * If specified length is unresolvable, returns random verb.
+ *
+ * @method faker.word.verb
+ * @param {number} [length] - optional length of word to return
+ * @returns {string} random verb
+ */
+ self.verb = function (length) {
+ var wordList = faker.definitions.word.verb;
+ if (length !== undefined) {
+ length = parseInt(length);
+ wordList = faker.definitions.word.verb.filter(function (word) {
+ return word.length == length;
+ });
+ }
+ // If result of filtered word list is undefined, return an element
+ // from the unfiltered list.
+ return (
+ faker.random.arrayElement(wordList) ||
+ faker.random.arrayElement(faker.definitions.word.verb)
+ );
+ };
+
+ return self;
+};
+
+module["exports"] = Word;
diff --git a/test/word.unit.js b/test/word.unit.js
new file mode 100644
index 00000000..692177ef
--- /dev/null
+++ b/test/word.unit.js
@@ -0,0 +1,36 @@
+if (typeof module !== "undefined") {
+ var assert = require("assert");
+ var faker = require("../index");
+}
+
+describe.only("word.js", function () {
+ var methods = [
+ "adjective",
+ "adverb",
+ "conjunction",
+ "interjection",
+ "noun",
+ "preposition",
+ "verb",
+ ];
+ // Perform the same three tests for each method.
+ methods.forEach(function (method) {
+ describe(method + "()", function () {
+ it("returns random value from " + method + " array", function () {
+ var word = faker.word[method]();
+ assert.ok(faker.definitions.word[method].includes(word));
+ });
+ it("optional length parameter returns expected result", function () {
+ var wordLength = 5;
+ var word = faker.word[method](wordLength);
+ assert.ok(faker.definitions.word[method].includes(word));
+ assert.ok(word.length == wordLength);
+ });
+ it("unresolvable optional length returns random " + method, function () {
+ var wordLength = 1000;
+ var word = faker.word[method](wordLength);
+ assert.ok(faker.definitions.word[method].includes(word));
+ });
+ });
+ });
+});