([^<]*) = ([^<]*)', $res, $t);
$f = true;
if (sizeOf($t['1']) > 0) {
$w1 = $t['1']['0'];
$w2 = $t['2']['0'];
mysql_query("insert into `words` values('$w1', '$w2')");
$f = false;
}
preg_match_all('|
([^<]*) means:\s*([^<]*)\s*([^<]*)\s*([^<]*)\s*([^<]*)|', $res, $t);
if (sizeOf($t[1]) > 0) {
$w = $t['1']['0'];
$w1 = $t['2']['0'];
$w2 = $t['3']['0'];
$w3 = $t['4']['0'];
$w4 = $t['5']['0'];
$sqlr = mysql_query("select `word1` from `words` where `word2`='$w'");
$sqlres = mysql_num_rows($sqlr); //put outside the loop, it's faster
for($i=0; $i < $sqlres; ++$i) {
$sqlw = mysql_result($sqlr, $i, "word1");
switch ($sqlw) {
case $w1:
$sel = "1";
break;
case $w2:
$sel = "2";
break;
case $w3:
$sel = "3";
break;
case $w4:
$sel = "4";
break;
default:
break;
}
}
$sqlr = mysql_query("select `word2` from `words` where `word1`='$w'");
$sqlcount = mysql_num_rows($sqlr); //put as var before the loop, it's faster
for ($i=0; $i < $sqlcount; ++$i) {
$sqlw = mysql_result($sqlr, $i, "word2");
switch ($sqlw) {
case $w1:
$sel = "1";
break;
case $w2:
$sel = "2";
break;
case $w3:
$sel = "3";
break;
case $w4:
$sel = "4";
break;
default:
$sel = rand(1,4);
break;
}
}
preg_match_all('/donated(\s|
)([^\s]*) grains of/', $res, $t);
if (sizeOf($t['2']) > 0)
$rc = $t['2']['0'];
if ($rc%100 === 0)
echo 'Progress: '.$rc.' ';
if ($rc%5000 === 0) {
echo ' Running for '.(time()-$d1).' seconds ('.(round($rc/(time()-$d1), 2)).' grains/sec) ';
}
} else {
echo $res;
echo 'Some error occured.';
exit;
}
}
?>
--
-- Table structure for table `words`
--
CREATE TABLE `words` (
`word1` varchar(150) default NULL,
`word2` varchar(150) default NULL,
KEY `word1` (`word1`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `words`
--
INSERT INTO `words` (`word1`, `word2`) VALUES
('insomnia', 'sleeplessness'),
('enjoyment', 'pleasure'),
('join', 'connect'),
('battle', 'fight'),
('nearly', 'almost'),
('ship', 'boat'),
('quiet', 'silent'),
('cab', 'taxi'),
('prince', 'king’s son'),
('papa', 'father'),
('dozen', 'twelve'),
('snake', 'serpent'),
('finish', 'end'),
('help', 'aid'),
('movie', 'film'),
('speak', 'talk'),
('pocketbook', 'handbag'),
('profit', 'gain'),
('tale', 'story'),
('journey', 'travel'),
('release', 'let free'),
('solve', 'figure out'),
('scared', 'frightened'),
('snack', 'light meal'),
('speech', 'talk'),
('sea', 'ocean'),
('seek', 'search for'),
('terror', 'fear'),
('kitten', 'young cat'),
('power', 'force'),
('rotate', 'turn'),
('myth', 'legend'),
('daddy', 'father'),
('guardian', 'protector'),
('pony', 'small horse'),
('delicious', 'very tasty'),
('pain', 'hurt'),
('slim', 'thin'),
('install', 'set up'),
('skinny', 'thin'),
('again', 'once more'),
('maximum', 'greatest'),
('cheap', 'inexpensive'),
('motion', 'movement'),
('bad', 'not good'),
('central', 'middle'),
('under', 'beneath'),
('beautiful', 'lovely'),
('difficulty', 'trouble'),
('answer', 'reply'),
('basement', 'cellar'),
('tragic', 'very sad'),
('passenger', 'rider'),
('bake', 'cook'),
('rock', 'stone'),
('mall', 'shopping center'),
('remark', 'comment'),
('follow', 'come after'),
('quick', 'fast'),
('capture', 'catch'),
('shut', 'close'),
('dirty', 'filthy'),
('cable', 'wire'),
('junior', 'younger'),
('few', 'not many'),
('eliminate', 'remove'),
('cop', 'policeman'),
('security', 'safety'),
('improve', 'make better'),
('ahead', 'forward'),
('bright', 'shining'),
('brave', 'courageous'),
('cheerful', 'in good spirits'),
('alarm', 'warning'),
('employee', 'worker'),
('small', 'little'),
('unhappy', 'sad'),
('sickness', 'disease'),
('huge', 'enormous'),
('vacation', 'holiday'),
('similar', 'like'),
('perhaps', 'maybe'),
('elect', 'choose by vote'),
('cash', 'money'),
('protect', 'defend'),
('lady', 'woman'),
('pot', 'pan'),
('teach', 'educate'),
('silly', 'foolish'),
('penny', 'cent'),
('fun', 'merriment'),
('slap', 'smack'),
('location', 'place'),
('pill', 'tablet'),
('rich', 'wealthy'),
('create', 'make'),
('rush', 'hurry'),
('display', 'show'),
('badly', 'poorly'),
('inn', 'hotel'),
('kid', 'child'),
('jacket', 'coat'),
('joyful', 'happy'),
('thief', 'robber'),
('angry', 'mad'),
('listen', 'hear'),
('bunny', 'rabbit'),
('sofa', 'couch'),
('director', 'manager'),
('gift', 'present'),
('queen', 'king’s wife'),
('buy', 'purchase'),
('silence', 'quiet'),
('tone', 'sound'),
('exhausted', 'very tired'),
('dangerous', 'unsafe'),
('mama', 'mother'),
('tune', 'melody'),
('mom', 'mother'),
('donate', 'give'),
('afterward', 'later'),
('darling', 'beloved'),
('combat', 'battle'),
('car', 'automobile'),
('possibly', 'perhaps'),
('baby', 'infant'),
('heat', 'warmth'),
('last', 'final'),
('forest', 'woods'),
('beast', 'animal'),
('reduce', 'decrease'),
('publish', 'print'),
('nation', 'country'),
('divide', 'separate'),
('afraid', 'scared'),
('quickly', 'rapidly'),
('hug', 'embrace'),
('pub', 'saloon'),
('speedy', 'fast'),
('flame', 'blaze'),
('extra', 'additional'),
('postage', 'stamps'),
('bug', 'insect'),
('choose', 'select'),
('partner', 'associate'),
('joy', 'delight'),
('illegal', 'unlawful'),
('frighten', 'scare'),
('destroy', 'ruin'),
('discover', 'find'),
('intelligent', 'smart'),
('enormous', 'gigantic'),
('forbid', 'prohibit'),
('seem', 'appear'),
('military', 'armed forces'),
('liquid', 'fluid'),
('fashion', 'style'),
('remain', 'stay'),
('say', 'speak'),
('totally', 'entirely'),
('cottage', 'small house'),
('ill', 'sick'),
('ruin', 'wreck'),
('award', 'prize'),
('escape', 'get away'),
('begin', 'start'),
('expensive', 'costly'),
('trash', 'rubbish'),
('large', 'big'),
('error', 'mistake'),
('surround', 'encircle'),
('pistol', 'handgun'),
('robbery', 'theft'),
('awful', 'terrible'),
('luck', 'good fortune'),
('shame', 'disgrace'),
('shout', 'yell'),
('twinkle', 'sparkle'),
('bucket', 'pail'),
('label', 'tag'),
('accuse', 'blame'),
('favor', 'kindness'),
('often', 'frequently'),
('banner', 'flag'),
('raisin', 'dried grape'),
('noise', 'sound'),
('absence', 'not being present'),
('address', 'location'),
('plump', 'chubby'),
('afterwards', 'later'),
('ache', 'pain'),
('aged', 'old'),
('choice', 'selection'),
('portrait', 'picture'),
('leave', 'depart'),
('prepared', 'ready'),
('psychological', 'mental'),
('temporary', 'not permanent'),
('stink', 'smell bad'),
('adapt', 'adjust'),
('autumn', 'fall'),
('surgery', 'operation'),
('effect', 'result'),
('annual', 'yearly'),
('robe', 'gown'),
('certain', 'sure'),
('bargain', 'deal'),
('bush', 'shrub'),
('repair', 'fix'),
('really', 'truly'),
('salary', 'pay'),
('job', 'task'),
('spin', 'whirl'),
('habit', 'personal custom'),
('stretch', 'extend'),
('below', 'under'),
('headquarters', 'main office'),
('result', 'outcome'),
('height', 'tallness'),
('specific', 'particular'),
('damage', 'harm'),
('village', 'small town'),
('nap', 'brief sleep'),
('avenue', 'street'),
('glorious', 'splendid'),
('assistant', 'helper'),
('rapid', 'fast'),
('privacy', 'seclusion'),
('blame', 'fault'),
('bag', 'sack'),
('faith', 'trust'),
('proceed', 'continue'),
('bald', 'hairless'),
('glad', 'happy'),
('fortunate', 'lucky'),
('worker', 'laborer'),
('anonymous', 'unknown'),
('try', 'attempt'),
('ensure', 'make certain'),
('lamb', 'young sheep'),
('response', 'reply'),
('pillow', 'cushion'),
('panic', 'sudden fright'),
('modern', 'up-to-date'),
('immediately', 'right away'),
('option', 'choice'),
('belief', 'opinion'),
('attention', 'notice'),
('firm', 'solid'),
('factory', 'manufacturing place'),
('manufacturer', 'maker'),
('destruction', 'ruin'),
('tourist', 'sightseer'),
('collect', 'accumulate'),
('topic', 'subject'),
('ignore', 'disregard'),
('preparation', 'readiness'),
('secure', 'safe'),
('appreciate', 'value'),
('significant', 'important'),
('normally', 'usually'),
('desire', 'want'),
('problem', 'difficulty'),
('gleeful', 'merry'),
('beverage', 'drink'),
('gifted', 'talented'),
('tube', 'pipe'),
('ideal', 'perfect'),
('ability', 'skill'),
('difficult', 'hard'),
('depressed', 'sad'),
('thanks', 'gratitude'),
('senior', 'elder'),
('pupil', 'student'),
('various', 'assorted'),
('loyal', 'faithful'),
('sew', 'stitch'),
('change', 'alter'),
('cancel', 'call off'),
('tidy', 'neat'),
('essential', 'necessary'),
('lively', 'active'),
('affair', 'matter'),
('jewel', 'gem'),
('attach', 'connect'),
('curve', 'bend'),
('better', 'improve'),
('convince', 'persuade'),
('garbage', 'trash'),
('heal', 'cure'),
('foolish', 'unwise'),
('excellent', 'superior'),
('site', 'location'),
('examine', 'inspect'),
('respond', 'reply'),
('aim', 'purpose'),
('fascinating', 'very interesting'),
('fact', 'certainty'),
('freedom', 'liberty'),
('mild', 'gentle'),
('package', 'parcel'),
('dawn', 'sunrise'),
('madness', 'insanity'),
('teacher', 'instructor'),
('pal', 'friend'),
('jail', 'prison'),
('demonstrate', 'show'),
('courage', 'bravery'),
('puppy', 'young dog'),
('before', 'previously'),
('accept', 'receive'),
('reliable', 'trusty'),
('basis', 'foundation'),
('occur', 'happen'),
('terrible', 'dreadful'),
('architect', 'designer'),
('announcement', 'proclamation'),
('detach', 'separate'),
('calculate', 'compute'),
('elderly', 'old'),
('creep', 'crawl'),
('erase', 'rub out'),
('proposal', 'suggestion'),
('alert', 'watchful'),
('observe', 'watch'),
('permanent', 'lasting'),
('variety', 'assortment'),
('rely', 'depend'),
('balance', 'equilibrium'),
('chance', 'opportunity'),
('dialogue', 'conversation'),
('forever', 'eternally'),
('disappear', 'vanish'),
('yell', 'scream'),
('being', 'existence'),
('victory', 'triumph'),
('injure', 'hurt'),
('advantage', 'benefit'),
('wonderful', 'marvelous'),
('moment', 'instant'),
('pond', 'small lake'),
('investigate', 'examine'),
('pup', 'young dog'),
('nuclear', 'atomic'),
('climate', 'weather'),
('lawyer', 'attorney'),
('teamwork', 'cooperation'),
('pleasant', 'agreeable'),
('enlarge', 'expand'),
('forgive', 'pardon'),
('concentrate', 'focus'),
('entertaining', 'amusing'),
('graveyard', 'cemetery'),
('fearless', 'brave'),
('misery', 'unhappiness'),
('translate', 'interpret'),
('flee', 'run away'),
('stadium', 'arena'),
('furious', 'angry'),
('mix', 'blend'),
('previous', 'former'),
('threat', 'menace'),
('romance', 'love affair'),
('burglar', 'thief'),
('plaza', 'shopping center'),
('minor', 'less important'),
('roast', 'bake'),
('eyesight', 'seeing'),
('opportunity', 'favorable occasion'),
('motor', 'engine'),
('funny', 'comical'),
('diary', 'journal'),
('flat', 'level'),
('build', 'construct'),
('plaything', 'toy'),
('fail', 'be unsuccessful'),
('burst', 'break open'),
('teenager', 'adolescent'),
('behave', 'act'),
('thankful', 'grateful'),
('grand', 'magnificent'),
('supreme', 'greatest'),
('contribute', 'give'),
('rage', 'fury'),
('usual', 'ordinary'),
('melt', 'dissolve'),
('carpet', 'rug'),
('unique', 'the only one'),
('alternative', 'option'),
('ancient', 'old'),
('anger', 'ire'),
('reaction', 'response'),
('meaningful', 'significant'),
('chatty', 'talkative'),
('guide', 'direct'),
('soil', 'dirt'),
('breezy', 'airy'),
('author', 'writer'),
('cafe', 'coffeehouse'),
('doubt', 'uncertainty'),
('organize', 'arrange'),
('entirely', 'completely'),
('contain', 'hold'),
('echo', 'resound'),
('peek', 'quick look'),
('pretend', 'feign'),
('suicide', 'self-destruction'),
('soak', 'drench'),
('achieve', 'accomplish'),
('occupation', 'job'),
('heartache', 'grief'),
('promise', 'pledge'),
('basic', 'fundamental'),
('refrigerator', 'icebox'),
('fortunately', 'luckily'),
('wrapper', 'covering'),
('misfortune', 'bad luck'),
('shovel', 'dig'),
('treatment', 'handling'),
('least', 'smallest'),
('wish', 'desire'),
('dominate', 'rule'),
('reject', 'decline'),
('isolated', 'alone'),
('rare', 'uncommon'),
('elastic', 'springy'),
('gathering', 'assembly'),
('assist', 'help'),
('collapse', 'crumple'),
('swamp', 'marsh'),
('ordinary', 'regular'),
('guidance', 'direction'),
('grief', 'sorrow'),
('especially', 'particularly'),
('ridiculous', 'absurd'),
('discuss', 'talk about'),
('completely', 'totally'),
('supply', 'furnish'),
('postpone', 'delay'),
('agenda', 'schedule'),
('fabric', 'cloth'),
('hidden', 'concealed'),
('disagree', 'differ'),
('chef', 'cook'),
('mug', 'cup'),
('likely', 'probable'),
('independence', 'freedom'),
('fatal', 'deadly'),
('incident', 'event'),
('incorrect', 'wrong'),
('tolerate', 'allow'),
('conference', 'meeting'),
('concerned', 'anxious'),
('perform', 'accomplish'),
('fortune', 'luck'),
('clue', 'hint'),
('same', 'identical'),
('scheme', 'plot'),
('sorcerer', 'wizard'),
('division', 'separation'),
('canal', 'channel'),
('amuse', 'entertain'),
('kettle', 'pot'),
('anxious', 'worried'),
('announce', 'proclaim'),
('barrier', 'obstacle'),
('real', 'genuine'),
('powerful', 'mighty'),
('glance', 'quick look'),
('origin', 'source'),
('unite', 'join'),
('propose', 'suggest'),
('idiotic', 'foolish'),
('generally', 'commonly'),
('district', 'region'),
('cutting', 'sharp'),
('entire', 'complete'),
('stiff', 'rigid'),
('accurate', 'exact'),
('precious', 'treasured'),
('superb', 'excellent'),
('fear', 'dread'),
('luggage', 'baggage'),
('admire', 'regard highly'),
('drag', 'haul'),
('outrageous', 'shocking'),
('sloppy', 'messy'),
('cinema', 'movies'),
('drama', 'play'),
('prank', 'trick'),
('outer', 'external'),
('sketch', 'draw'),
('defend', 'guard'),
('massive', 'huge'),
('suitable', 'appropriate'),
('riches', 'wealth'),
('heap', 'pile'),
('fate', 'destiny'),
('annoy', 'bother'),
('comedy', 'funny show'),
('reporter', 'newsperson'),
('mist', 'fog'),
('circular', 'round'),
('insane', 'crazy'),
('vacuum', 'void'),
('restrict', 'limit'),
('behavior', 'conduct'),
('understand', 'comprehend'),
('sweetheart', 'darling'),
('expose', 'reveal'),
('obvious', 'evident'),
('chase', 'pursue'),
('beneath', 'below'),
('permission', 'authorization'),
('thrill', 'excitement'),
('broad', 'wide'),
('truly', 'sincerely'),
('also', 'besides'),
('accuracy', 'exactness'),
('terrific', 'great'),
('wed', 'marry'),
('precise', 'exact'),
('hut', 'shack'),
('cure', 'remedy'),
('awesome', 'amazing'),
('astonish', 'amaze'),
('cozy', 'snug'),
('overhead', 'above'),
('cannibal', 'man-eater'),
('odds', 'probability'),
('spectator', 'viewer'),
('consultant', 'advisor'),
('macaroni', 'tubular pasta'),
('global', 'worldwide'),
('slash', 'cut'),
('magnificent', 'splendid'),
('foggy', 'misty'),
('surely', 'certainly'),
('deceive', 'mislead'),
('ranch', 'cattle farm'),
('distress', 'suffering'),
('appoint', 'designate'),
('inquire', 'ask'),
('explode', 'burst'),
('argue', 'dispute'),
('shallow', 'not deep'),
('liquor', 'alcohol'),
('chart', 'map'),
('swear', 'curse'),
('amazing', 'marvelous'),
('buffalo', 'bison'),
('chilly', 'cool'),
('reproduce', 'duplicate'),
('license', 'permit'),
('swift', 'fast'),
('therapy', 'treatment'),
('chuckle', 'laugh softly'),
('curtain', 'drape'),
('lid', 'cover'),
('sleepy', 'drowsy'),
('ordinarily', 'normally'),
('nursery', 'baby’s room'),
('weep', 'sob'),
('resign', 'give up'),
('emotion', 'feeling'),
('speck', 'particle'),
('empire', 'realm'),
('slam', 'bang'),
('confidence', 'assurance'),
('similarity', 'likeness'),
('dependable', 'trustworthy'),
('pigheaded', 'stubborn'),
('tilt', 'slant'),
('lengthen', 'extend'),
('yummy', 'delicious'),
('caramel', 'burnt sugar'),
('checkup', 'medical examination'),
('certainty', 'sure thing'),
('quantity', 'amount'),
('empty', 'vacant'),
('vicious', 'brutal'),
('explosion', 'detonation'),
('assistance', 'aid'),
('horror', 'dread'),
('nasty', 'filthy'),
('beloved', 'dear'),
('associate', 'companion'),
('dignity', 'self-respect'),
('ban', 'forbid'),
('tendency', 'inclination'),
('fashionable', 'stylish'),
('halt', 'stop'),
('barber', 'haircutter'),
('remote', 'distant'),
('toddler', 'young child'),
('rot', 'decay'),
('unfamiliar', 'strange'),
('watchman', 'guard'),
('tights', 'leotards'),
('harsh', 'severe'),
('jealousy', 'envy'),
('choke', 'strangle'),
('intention', 'purpose'),
('harvest', 'crop'),
('acceptable', 'satisfactory'),
('icing', 'frosting'),
('youngster', 'child'),
('slaughter', 'killing'),
('evil', 'wicked'),
('brag', 'boast'),
('introduce', 'present'),
('detective', 'investigator'),
('cope', 'manage'),
('sympathetic', 'compassionate'),
('bun', 'roll'),
('refrigerate', 'chill'),
('elegant', 'graceful'),
('merchandise', 'products'),
('dock', 'pier'),
('gaze', 'stare'),
('glitter', 'sparkle'),
('lullaby', 'soothing baby song'),
('advance', 'move forward'),
('atmosphere', 'surrounding air'),
('significance', 'meaning'),
('perfectly', 'completely'),
('protection', 'refuge'),
('conquer', 'defeat'),
('rhythm', 'musical beat'),
('pamphlet', 'booklet'),
('handsome', 'fine-looking'),
('financial', 'monetary'),
('mend', 'repair'),
('uncover', 'reveal'),
('addition', 'increase'),
('theory', 'hypothesis'),
('captive', 'prisoner'),
('instant', 'immediate'),
('transparent', 'clear'),
('singer', 'vocalist'),
('weary', 'tired'),
('jackass', 'donkey'),
('predict', 'foretell'),
('probably', 'likely'),
('affection', 'fondness'),
('umpire', 'referee'),
('seldom', 'rarely'),
('poisonous', 'venomous'),
('confident', 'assured'),
('originally', 'at first'),
('ornament', 'decoration'),
('withdraw', 'take back'),
('moisture', 'wetness'),
('expect', 'anticipate'),
('miniature', 'small-scale'),
('hardly', 'barely'),
('drugstore', 'pharmacy'),
('blizzard', 'snowstorm'),
('holy', 'sacred'),
('threaten', 'menace'),
('currency', 'money'),
('deteriorate', 'grow worse'),
('horrible', 'dreadful'),
('plank', 'board'),
('sole', 'only'),
('lodge', 'shelter'),
('responsibility', 'duty'),
('reluctant', 'unwilling'),
('gasoline', 'petrol'),
('mass', 'bulk'),
('flock', 'group'),
('vast', 'huge'),
('alley', 'narrow street'),
('faint', 'weak'),
('definite', 'exact'),
('imitate', 'copy'),
('peculiar', 'odd'),
('decade', 'ten years'),
('lack', 'be without'),
('archives', 'records'),
('dispose', 'throw away'),
('charming', 'delightful'),
('pity', 'compassion'),
('autograph', 'signature'),
('neglect', 'disregard'),
('plea', 'appeal'),
('exclude', 'omit'),
('seller', 'vendor'),
('link', 'join'),
('expense', 'cost'),
('lease', 'rent'),
('donation', 'contribution'),
('spook', 'ghost'),
('accidental', 'by chance'),
('swap', 'exchange'),
('victorious', 'triumphant'),
('moral', 'ethical'),
('rod', 'pole'),
('column', 'pillar'),
('beforehand', 'in advance'),
('convert', 'transform'),
('gigantic', 'tremendous'),
('generate', 'produce'),
('chitchat', 'small talk'),
('fragrance', 'scent'),
('participation', 'involvement'),
('ray', 'beam'),
('weird', 'odd'),
('ripe', 'mature'),
('encounter', 'meet'),
('tactic', 'maneuver'),
('disgusting', 'repugnant'),
('bent', 'crooked'),
('feast', 'banquet'),
('maiden', 'young woman'),
('lump', 'chunk'),
('progress', 'advancement'),
('approach', 'go near'),
('genuine', 'authentic'),
('creek', 'brook'),
('tasty', 'appetizing'),
('surroundings', 'environment'),
('notion', 'belief'),
('spit', 'saliva'),
('remember', 'recollect'),
('supervise', 'oversee'),
('combine', 'merge'),
('splendor', 'brilliancy'),
('blunt', 'dull'),
('pickpocket', 'thief'),
('initial', 'first'),
('dizzy', 'lightheaded'),
('instance', 'example'),
('laborer', 'workman'),
('exhibition', 'display'),
('fierce', 'ferocious'),
('residence', 'home'),
('vague', 'indefinite'),
('illusionist', 'magician'),
('limitation', 'restriction'),
('lunatic', 'madman'),
('inconsiderate', 'thoughtless'),
('cease', 'stop'),
('allow', 'permit'),
('bet', 'wager'),
('bandit', 'robber'),
('accompany', 'escort'),
('rejoice', 'be delighted'),
('actual', 'real'),
('stack', 'pile'),
('twirl', 'spin'),
('provision', 'supply'),
('maintenance', 'upkeep'),
('knowledgeable', 'learned'),
('teenage', 'adolescent'),
('pathetic', 'sad'),
('quote', 'cite'),
('wrongdoing', 'misconduct'),
('bare', 'naked'),
('dishonor', 'shame'),
('memorial', 'commemorative'),
('casket', 'coffin'),
('hound', 'dog'),
('fond', 'affectionate'),
('detached', 'separate'),
('reinforce', 'strengthen'),
('jiggle', 'shake'),
('slogan', 'motto'),
('boring', 'tiresome'),
('mistreat', 'abuse'),
('slay', 'kill'),
('enroll', 'register'),
('deny', 'contradict'),
('dishonorable', 'shameful'),
('fumble', 'mishandle'),
('functional', 'working'),
('phony', 'fake'),
('audio', 'sound'),
('educator', 'teacher'),
('inaccuracy', 'error'),
('spasm', 'muscular contraction'),
('neaten', 'tidy'),
('stargazer', 'astronomer'),
('hide', 'conceal'),
('excessive', 'overly much'),
('pad', 'cushion'),
('legitimate', 'lawful'),
('unavoidable', 'inevitable'),
('sequence', 'series'),
('timid', 'shy'),
('exaggeration', 'overstatement'),
('confirm', 'corroborate'),
('cider', 'apple juice'),
('leisure', 'free time'),
('overcome', 'surmount'),
('doubtful', 'questionable'),
('plug', 'stopper'),
('moist', 'damp'),
('kidnap', 'abduct'),
('sorrowful', 'sad'),
('gratitude', 'thankfulness'),
('crossroad', 'intersection'),
('beneficial', 'helpful'),
('sweep', 'brush'),
('design', 'plan'),
('specially', 'particularly'),
('remarkable', 'extraordinary'),
('seize', 'grab'),
('conscious', 'aware'),
('soggy', 'wet'),
('sunken', 'submerged'),
('droopy', 'sagging'),
('uncouple', 'disconnect'),
('mumble', 'mutter'),
('workout', 'exercise'),
('retain', 'keep'),
('dive', 'plunge'),
('possess', 'own'),
('dare', 'challenge'),
('prohibition', 'ban'),
('unleash', 'release'),
('vital', 'essential'),
('profile', 'outline'),
('brutal', 'cruel'),
('goof', 'mistake'),
('demolish', 'destroy'),
('carnival', 'festival'),
('circulate', 'spread'),
('brook', 'small stream'),
('exclusive', 'unshared'),
('responsible', 'accountable'),
('colleague', 'associate'),
('infantryman', 'foot soldier'),
('noiseless', 'silent'),
('veterinarian', 'animal doctor'),
('imitation', 'copy'),
('sincere', 'heartfelt'),
('immoral', 'unethical'),
('snip', 'cut'),
('wrinkle', 'crease'),
('crucial', 'decisive'),
('fragrant', 'sweet-smelling'),
('humorous', 'comical'),
('exactly', 'precisely'),
('trot', 'jog'),
('bundle', 'package'),
('tomb', 'grave'),
('briefly', 'concisely'),
('objective', 'goal'),
('unmask', 'expose'),
('deliberately', 'on purpose'),
('charitable', 'benevolent'),
('weirdo', 'eccentric'),
('kingdom', 'realm'),
('needlework', 'embroidery'),
('skeptic', 'doubter'),
('prejudice', 'bias'),
('hurrah', 'cheer'),
('exceed', 'surpass'),
('obligation', 'duty'),
('flaw', 'defect'),
('sympathy', 'pity'),
('idolize', 'worship'),
('passion', 'emotion'),
('pursuit', 'chase'),
('lessen', 'decrease'),
('placement', 'position'),
('grease', 'lubricate'),
('maze', 'labyrinth'),
('braggart', 'boaster'),
('prejudiced', 'biased'),
('partnership', 'alliance'),
('resemblance', 'similarity'),
('snare', 'trap'),
('actually', 'really'),
('impolite', 'rude'),
('lasting', 'durable'),
('cryptography', 'secret writing'),
('dealership', 'franchise'),
('scarce', 'rare'),
('proportion', 'ratio'),
('threefold', 'triple'),
('wigwam', 'teepee'),
('enchantment', 'spell'),
('rating', 'evaluation'),
('extract', 'pull out'),
('acceptance', 'approval'),
('prove', 'demonstrate'),
('lad', 'boy'),
('dissolve', 'liquefy'),
('slender', 'thin'),
('deformed', 'misshapen'),
('roughly', 'approximately'),
('shove', 'push'),
('seasoning', 'spice'),
('spectacular', 'sensational'),
('brief', 'concise'),
('discontinue', 'stop'),
('traitor', 'betrayer'),
('medal', 'award'),
('substitute', 'exchange'),
('deprive', 'take away'),
('typical', 'representative'),
('presentation', 'display'),
('ignorant', 'uninformed'),
('pedestrian', 'walker'),
('awkward', 'clumsy'),
('magnificence', 'splendor'),
('constant', 'steadfast'),
('buddy', 'pal'),
('enthusiastic', 'eager'),
('data', 'information'),
('mature', 'full-grown'),
('hardening', 'solidification'),
('suspicion', 'doubt'),
('tearful', 'weeping'),
('naughty', 'misbehaving'),
('seep', 'ooze'),
('tumble', 'topple'),
('groan', 'moan'),
('distort', 'twist'),
('intersection', 'crossing'),
('safari', 'hunting expedition'),
('missile', 'projectile'),
('opposition', 'resistance'),
('lag', 'be behind'),
('daybreak', 'dawn'),
('rattle', 'clatter'),
('elevation', 'altitude'),
('desirable', 'pleasing'),
('twister', 'tornado'),
('emerge', 'come out'),
('recruit', 'enlist'),
('maturity', 'adulthood'),
('czar', 'Russian emperor'),
('burden', 'load'),
('depressing', 'dreary'),
('moldy', 'musty'),
('vapor', 'fog'),
('confidential', 'secret'),
('accelerate', 'move faster'),
('arctic', 'frigid'),
('choosy', 'particular'),
('amaze', 'astound'),
('emphasis', 'special importance'),
('lame', 'crippled'),
('hearten', 'encourage'),
('triplet', 'threesome'),
('turnabout', 'reversal'),
('sociable', 'friendly'),
('humble', 'modest'),
('consider', 'regard'),
('rotten', 'decayed'),
('deceitful', 'dishonest'),
('combatant', 'fighter'),
('cyclone', 'tornado'),
('lighthouse', 'beacon'),
('mourn', 'grieve'),
('wallet', 'billfold'),
('tear', 'rip'),
('appreciative', 'grateful'),
('analyze', 'examine'),
('skepticism', 'doubt'),
('chaos', 'disorder'),
('enterprise', 'undertaking'),
('expel', 'eject'),
('festive', 'celebratory'),
('nervous', 'uneasy'),
('compare', 'liken'),
('impatient', 'restless'),
('twilight', 'dusk'),
('skillful', 'adept'),
('tutor', 'instructor'),
('exaggerate', 'overstate'),
('believable', 'credible'),
('sufficient', 'enough'),
('disastrous', 'ill-fated'),
('despair', 'hopelessness'),
('squash', 'crush'),
('discard', 'reject'),
('moisten', 'dampen'),
('rumor', 'hearsay'),
('hogwash', 'nonsense'),
('stench', 'stink'),
('cater', 'provide'),
('witchcraft', 'sorcery'),
('radiate', 'shine'),
('browse', 'skim'),
('pancake', 'flapjack'),
('enrollment', 'registration'),
('fiercely', 'ferociously'),
('bothersome', 'annoying'),
('instruct', 'teach'),
('handy', 'convenient'),
('sadden', 'depress'),
('hyperpyrexia', 'high fever'),
('aviatrix', 'female pilot'),
('earnest', 'sincere'),
('belated', 'delayed'),
('secession', 'withdrawal'),
('parasol', 'sunshade'),
('criterion', 'standard'),
('incarnation', 'embodiment'),
('abrupt', 'sudden'),
('eavesdrop', 'listen in'),
('tryout', 'audition'),
('agitator', 'rabble-rouser'),
('overblown', 'excessive'),
('meddlesome', 'interfering'),
('flamboyant', 'showy'),
('hermit', 'loner'),
('rebellious', 'insubordinate'),
('jumpy', 'nervous'),
('wrathful', 'angry'),
('yowl', 'wail'),
('blabber', 'chatter'),
('competitor', 'rival'),
('stun', 'daze'),
('excess', 'surplus'),
('liberate', 'free'),
('obviously', 'plainly'),
('aggravate', 'irritate'),
('spyglass', 'small telescope'),
('primarily', 'mainly'),
('skeptical', 'doubting'),
('snatch', 'grab'),
('daring', 'bold'),
('courtesy', 'politeness'),
('dispute', 'argument'),
('confuse', 'perplex'),
('dodge', 'evade'),
('inquiry', 'question'),
('chip', 'fragment'),
('colony', 'settlement'),
('conventional', 'standard'),
('rascal', 'scoundrel'),
('ricochet', 'rebound'),
('infinite', 'endless'),
('analysis', 'examination'),
('decent', 'respectable'),
('druggist', 'pharmacist'),
('crafty', 'cunning'),
('thankless', 'unappreciated'),
('revolver', 'pistol'),
('ambush', 'lie in wait'),
('onlooker', 'spectator'),
('bribe', 'corrupt payoff'),
('disorderly', 'chaotic'),
('lumber', 'wooden boards'),
('basin', 'washbowl'),
('blab', 'chatter'),
('sweepstakes', 'lottery'),
('stroll', 'leisurely walk'),
('greasy', 'oily'),
('magician', 'sorcerer'),
('celebrity', 'famous person'),
('disappointing', 'unsatisfying'),
('bachelor', 'unmarried man'),
('immense', 'vast'),
('newborn', 'infant'),
('pursue', 'follow'),
('narrate', 'tell'),
('forecast', 'predict'),
('intoxicated', 'drunk'),
('assault', 'attack'),
('sourpuss', 'grump'),
('seductive', 'alluring'),
('gab', 'chatter'),
('yank', 'jerk'),
('quiver', 'tremble'),
('vacate', 'leave'),
('breathtaking', 'astonishing'),
('flatter', 'compliment excessively'),
('accordance', 'conformity'),
('tadpole', 'polliwog'),
('pirate', 'buccaneer'),
('impure', 'tainted'),
('prediction', 'prophecy'),
('ignoramus', 'dunce'),
('modification', 'change'),
('wobbly', 'shaky'),
('tangle', 'snarl'),
('astonishing', 'extraordinary'),
('whack', 'clout'),
('ascend', 'go up'),
('accumulate', 'gather'),
('orifice', 'opening'),
('waistcoat', 'vest'),
('coagulate', 'clot'),
('inconceivable', 'unimaginable'),
('fugitive', 'runaway'),
('headway', 'progress'),
('blissful', 'happy'),
('submission', 'meek compliance'),
('alliance', 'coalition'),
('vigor', 'energy'),
('fabulous', 'incredible'),
('smother', 'suffocate'),
('hobo', 'tramp'),
('blockage', 'obstruction'),
('compliment', 'praise'),
('reluctance', 'unwillingness'),
('woodman', 'forester'),
('pace', 'tempo'),
('mash', 'crush'),
('clutch', 'grasp'),
('penetrate', 'pierce'),
('fringe', 'border'),
('gangster', 'racketeer'),
('peep', 'chirp'),
('persistent', 'determined'),
('stallion', 'male horse'),
('retreat', 'withdraw'),
('scan', 'skim'),
('stagger', 'totter'),
('budge', 'move'),
('aggravation', 'irritation'),
('obviate', 'make unnecessary'),
('prognostic', 'foretelling'),
('bouillon', 'broth'),
('mystique', 'aura'),
('scrutinize', 'examine'),
('indictment', 'accusation'),
('setback', 'reverse'),
('lewd', 'obscene'),
('satchel', 'handbag'),
('booster', 'supporter'),
('pandemonium', 'chaos'),
('faithless', 'disloyal'),
('felony', 'serious crime'),
('madcap', 'wild'),
('pigment', 'coloring'),
('snag', 'obstacle'),
('boulevard', 'avenue'),
('vaccinate', 'inoculate'),
('format', 'arrangement'),
('undermine', 'weaken'),
('alien', 'foreign'),
('crave', 'desire'),
('scent', 'odor'),
('deceit', 'trickery'),
('charm', 'fascinate'),
('diminish', 'lessen'),
('scribble', 'scrawl'),
('occurrence', 'happening'),
('perceive', 'observe'),
('gadget', 'device'),
('abundance', 'plenty'),
('baggy', 'loose-fitting'),
('gelatinous', 'jelly-like'),
('utensil', 'tool'),
('scratchy', 'prickly'),
('reveal', 'disclose'),
('burp', 'belch'),
('twine', 'string'),
('external', 'outside'),
('endurable', 'tolerable'),
('safeguard', 'protect'),
('aide', 'assistant'),
('dense', 'thick'),
('descend', 'go down'),
('leftover', 'remnant'),
('fragile', 'delicate'),
('bizarre', 'strange'),
('sympathize', 'commiserate'),
('canyon', 'ravine'),
('uptight', 'tense'),
('freshly', 'newly'),
('toss', 'fling'),
('cooperate', 'work together'),
('quiz', 'test'),
('dangle', 'swing'),
('diplomatic', 'tactful'),
('yucky', 'disgusting'),
('reckon', 'calculate'),
('swirl', 'spin around'),
('accordingly', 'consequently'),
('pier', 'wharf'),
('flimsy', 'weak'),
('disrobe', 'undress'),
('environmentalist', 'conservationist'),
('roam', 'wander'),
('appalling', 'awful'),
('sag', 'droop'),
('counselor', 'adviser'),
('gracious', 'courteous'),
('feebleminded', 'foolish'),
('classification', 'category'),
('curious', 'inquisitive'),
('preview', 'advance showing'),
('swampy', 'marshy'),
('logo', 'symbol'),
('sleet', 'freezing rain'),
('muck', 'gunk'),
('playful', 'frolicsome'),
('academy', 'school'),
('babble', 'chatter'),
('sear', 'scorch'),
('inadequate', 'deficient'),
('slang', 'jargon'),
('tidbit', 'morsel'),
('suicidal', 'self-destructive'),
('brittle', 'fragile'),
('courteous', 'polite'),
('contradiction', 'inconsistency'),
('thaw', 'melt'),
('reckless', 'foolhardy'),
('outstanding', 'superior'),
('itemize', 'list'),
('hostel', 'inn'),
('shriek', 'scream'),
('kinsfolk', 'relatives'),
('anatomy', 'structure'),
('recline', 'lean back'),
('fulfill', 'satisfy'),
('avoid', 'shun'),
('ambitious', 'aspiring'),
('twitter', 'chirp'),
('overpower', 'subdue'),
('suspense', 'uncertainty'),
('maniac', 'madman'),
('squishy', 'sponge-like'),
('inhabit', 'dwell'),
('receptive', 'open'),
('blotch', 'spot'),
('symbolize', 'represent'),
('fondly', 'affectionately'),
('eligible', 'qualified'),
('trench', 'ditch'),
('solo', 'alone'),
('foe', 'enemy'),
('abbreviate', 'shorten'),
('decisive', 'conclusive'),
('orbit', 'revolve'),
('prey', 'victim'),
('agony', 'pain'),
('slobber', 'drool'),
('secluded', 'isolated'),
('gibberish', 'babble'),
('chore', 'task'),
('cocky', 'self-confident'),
('addiction', 'dependence'),
('dedication', 'commitment'),
('wearisome', 'tedious'),
('needless', 'unnecessary'),
('villainy', 'wickedness'),
('divine', 'godlike'),
('thud', 'clunk'),
('disobedient', 'noncompliant'),
('abandonment', 'desertion'),
('rafter', 'roof beam'),
('clobber', 'bash'),
('contented', 'satisfied'),
('trance', 'hypnotic state'),
('client', 'customer'),
('gnaw', 'chew'),
('patch', 'mend'),
('eventually', 'ultimately'),
('ashore', 'on land'),
('icy', 'frigid'),
('worsen', 'deteriorate'),
('ripen', 'mature'),
('lately', 'recently'),
('incompetent', 'not capable'),
('drastic', 'severe'),
('hubbub', 'uproar'),
('oppose', 'resist'),
('affectionate', 'loving'),
('summon', 'call'),
('spellbind', 'bewitch'),
('priceless', 'invaluable'),
('trample', 'stomp'),
('smooch', 'kiss'),
('adequate', 'sufficient'),
('custodian', 'keeper'),
('wedlock', 'marriage'),
('clunk', 'thump'),
('inhabitant', 'resident'),
('overjoyed', 'delighted'),
('whine', 'complain'),
('exclamation', 'outcry'),
('dignify', 'honor'),
('oral', 'spoken'),
('anxiety', 'worry'),
('enlargement', 'expansion'),
('grimy', 'dirty'),
('rehearsal', 'practice'),
('kindling', 'tinder'),
('segment', 'section'),
('chickenhearted', 'cowardly'),
('deduct', 'subtract'),
('amphitheater', 'arena'),
('outburst', 'eruption'),
('backing', 'support'),
('grumpy', 'ill-tempered'),
('isle', 'small island'),
('precaution', 'safeguard'),
('surrender', 'yield'),
('appreciation', 'gratitude'),
('familiarize', 'accustom'),
('sneaky', 'tricky'),
('informal', 'casual'),
('freaky', 'bizarre'),
('buffoon', 'clown'),
('baptize', 'christen'),
('flunk', 'fail'),
('hazy', 'misty'),
('affect', 'act upon'),
('speckle', 'dot'),
('output', 'production'),
('forger', 'counterfeiter'),
('contrary', 'opposite'),
('numerous', 'many'),
('beautify', 'adorn'),
('easygoing', 'relaxed'),
('barely', 'scarcely'),
('bodily', 'physical'),
('flex', 'bend'),
('sweaty', 'perspiring'),
('impostor', 'pretender'),
('confront', 'face'),
('outdated', 'obsolete'),
('spigot', 'faucet'),
('puny', 'small'),
('argumentation', 'debate'),
('delete', 'erase'),
('clutter', 'disorder'),
('neglectful', 'careless'),
('median', 'middle'),
('mammoth', 'gigantic'),
('distressful', 'worrisome'),
('doze', 'sleep lightly'),
('fraud', 'deceit'),
('transport', 'carry'),
('undertaker', 'mortician'),
('wonder', 'marvel'),
('duplicate', 'copy'),
('console', 'comfort'),
('scholarship', 'learned knowledge'),
('convict', 'inmate'),
('deed', 'action'),
('donor', 'giver'),
('hostile', 'unfriendly'),
('abruptly', 'suddenly'),
('stance', 'posture'),
('infrequent', 'uncommon'),
('holler', 'shout'),
('beak', 'bill'),
('acknowledge', 'admit'),
('vigorous', 'energetic'),
('stumble', 'trip'),
('lodging', 'shelter'),
('mockery', 'ridicule'),
('capsize', 'overturn'),
('alike', 'similar'),
('domination', 'supremacy'),
('applaud', 'clap'),
('pleasantry', 'nicety'),
('glimpse', 'quick look'),
('verdict', 'judgment'),
('presently', 'soon'),
('corrode', 'wear away'),
('jointly', 'together'),
('phenomenal', 'extraordinary'),
('rumple', 'wrinkle'),
('engrave', 'carve'),
('spirited', 'lively'),
('dimwit', 'dunce'),
('stray', 'wander'),
('brainwash', 'indoctrinate'),
('sharpshooter', 'marksman'),
('cling', 'adhere'),
('outsider', 'foreigner'),
('handbook', 'manual'),
('transcript', 'copy'),
('grouchy', 'irritable'),
('inhuman', 'savage'),
('doe', 'female deer'),
('precision', 'exactness'),
('canine', 'doglike'),
('software', 'computer programs'),
('irrelevant', 'unrelated'),
('sanitary', 'hygienic'),
('immigrate', 'come into a country'),
('uneasy', 'restless'),
('trend', 'tendency'),
('typeface', 'font'),
('feminine', 'womanly'),
('injustice', 'unfairness'),
('submit', 'yield'),
('pricey', 'expensive'),
('rebellion', 'uprising'),
('violin', 'fiddle'),
('regretful', 'sorry'),
('gallant', 'brave'),
('clarify', 'make clear'),
('jumbo', 'huge'),
('revolve', 'go around'),
('scoot', 'dash'),
('scatter', 'disperse'),
('midst', 'middle'),
('defective', 'faulty'),
('nauseate', 'disgust'),
('progressive', 'advancing'),
('astounding', 'incredible'),
('carefree', 'unworried'),
('blemish', 'flaw'),
('disprove', 'refute'),
('steeple', 'spire'),
('inflammable', 'combustible'),
('ingredient', 'component'),
('nugget', 'chunk'),
('gratify', 'satisfy'),
('hostility', 'unfriendliness'),
('spherical', 'ball-shaped'),
('paycheck', 'salary'),
('fantasize', 'imagine'),
('vertical', 'upright'),
('invigorate', 'energize'),
('raging', 'furious'),
('dilemma', 'difficult choice'),
('downpour', 'deluge'),
('summit', 'peak'),
('trophy', 'prize'),
('mellow', 'relaxed'),
('lumpy', 'chunky'),
('customary', 'usual'),
('template', 'pattern'),
('accessible', 'approachable'),
('craze', 'mania'),
('pronouncement', 'declaration'),
('drawback', 'disadvantage'),
('observant', 'attentive'),
('bond', 'tie'),
('gloss', 'polish'),
('memoir', 'autobiography'),
('zap', 'destroy'),
('mythological', 'legendary'),
('tot', 'child'),
('wrecker', 'tow truck'),
('revolting', 'loathsome'),
('evermore', 'forever'),
('spiritual', 'religious'),
('gleam', 'glitter'),
('disadvantageous', 'unfavorable'),
('apparent', 'evident'),
('seabed', 'ocean floor'),
('inhale', 'breathe in'),
('weeny', 'tiny'),
('streamer', 'pennant'),
('wacky', 'zany'),
('ghoul', 'fiend'),
('ravine', 'gorge'),
('frantic', 'frenzied'),
('pleasurable', 'gratifying'),
('playwright', 'dramatist'),
('deform', 'contort'),
('nonsensical', 'absurd'),
('blackmail', 'extortion'),
('treaty', 'agreement'),
('camouflage', 'disguise'),
('yelp', 'yip'),
('woeful', 'miserable'),
('passive', 'inactive'),
('outwardly', 'externally'),
('flattery', 'excessive praise'),
('leery', 'wary'),
('hodgepodge', 'jumble'),
('questionnaire', 'survey'),
('dreary', 'gloomy'),
('dunce', 'simpleton'),
('gloomy', 'melancholy'),
('graphic', 'vivid'),
('nosy', 'prying'),
('glisten', 'sparkle'),
('cluster', 'bunch'),
('nutritious', 'nourishing'),
('forbidden', 'prohibited'),
('enchanting', 'bewitching'),
('cascade', 'waterfall'),
('stein', 'beer mug'),
('bloom', 'blossom'),
('originate', 'start'),
('soar', 'fly high'),
('perspiration', 'sweat'),
('profession', 'occupation'),
('chopper', 'helicopter'),
('legendary', 'fabled'),
('overflow', 'flood'),
('excavation', 'digging'),
('infuriate', 'enrage'),
('spine', 'backbone'),
('clone', 'duplicate'),
('needy', 'poor'),
('scrape', 'grate'),
('grump', 'complainer'),
('purify', 'cleanse'),
('regrettably', 'unfortunately'),
('piccolo', 'flute'),
('prickly', 'thorny'),
('teensy', 'minuscule'),
('dissimilar', 'unlike'),
('groundwork', 'foundation'),
('infancy', 'babyhood'),
('approximation', 'estimate'),
('narrator', 'storyteller'),
('venom', 'poison'),
('irresponsible', 'unreliable'),
('adore', 'love'),
('fishy', 'suspicious'),
('brochure', 'pamphlet'),
('elephantine', 'huge'),
('villainous', 'wicked'),
('murderous', 'homicidal'),
('scrooge', 'miser'),
('administration', 'management'),
('bloodshed', 'slaughter'),
('chute', 'slide'),
('warranty', 'guarantee'),
('ferocity', 'fierceness'),
('squad', 'team'),
('masculine', 'male'),
('fated', 'destined'),
('arouse', 'excite'),
('boost', 'raise'),
('administer', 'manage'),
('recede', 'withdraw'),
('plentiful', 'abundant'),
('belly', 'abdomen'),
('saber', 'sword'),
('fracture', 'break'),
('trickle', 'dribble'),
('border', 'boundary'),
('miserable', 'wretched'),
('catnap', 'snooze'),
('exhibit', 'display'),
('abnormality', 'irregularity'),
('approximation', 'estimate'),
('cargo', 'freight'),
('foresee', 'predict'),
('pester', 'harass'),
('glimmer', 'faint light'),
('activate', 'start'),
('preliminary', 'introductory'),
('probability', 'likelihood'),
('outlook', 'point of view'),
('underside', 'bottom'),
('suffocate', 'smother'),
('sedate', 'calm'),
('bind', 'tie'),
('hesitate', 'waver'),
('modify', 'change'),
('remedy', 'cure'),
('fruitful', 'productive'),
('wriggle', 'squirm'),
('pulsation', 'throb'),
('besiege', 'beleaguer'),
('crumble', 'disintegrate'),
('outskirts', 'periphery'),
('solitude', 'seclusion'),
('initiate', 'begin'),
('confine', 'limit'),
('dribble', 'trickle'),
('soaring', 'lofty'),
('layout', 'arrangement'),
('extinct', 'died out'),
('nuisance', 'pest'),
('accusation', 'charge'),
('brawl', 'fight'),
('liking', 'fondness'),
('detergent', 'soap'),
('stagnant', 'motionless'),
('originality', 'inventiveness'),
('howl', 'wail'),
('eager', 'keen'),
('relocate', 'move'),
('notify', 'inform'),
('antique', 'old'),
('gratifying', 'pleasing'),
('slacken', 'slow up'),
('wholly', 'completely'),
('repulse', 'drive back'),
('submersed', 'underwater'),
('gripe', 'complain'),
('testimony', 'evidence from a witness'),
('grim', 'stern'),
('souvenir', 'memento'),
('chomp', 'bite'),
('goodwill', 'kindliness'),
('glorify', 'exalt'),
('bypass', 'avoid'),
('origami', 'paper-folding'),
('refurbish', 'renovate'),
('slime', 'ooze'),
('modesty', 'humility'),
('bassinet', 'baby’s bed'),
('stationary', 'fixed'),
('converge', 'meet'),
('symmetrical', 'proportionate'),
('gasp', 'pant'),
('sculpture', 'carving'),
('nourish', 'feed'),
('boulder', 'large rock'),
('agriculture', 'farming'),
('comprehensive', 'wide-reaching'),
('frosty', 'cold'),
('carnivorous', 'meat-eating'),
('lone', 'solitary'),
('allowable', 'permissible'),
('gob', 'lump'),
('octagon', 'eight-sided figure'),
('adorable', 'endearing'),
('carrier', 'bearer'),
('stunning', 'striking'),
('comeback', 'retort'),
('accent', 'emphasize'),
('grouch', 'ill-tempered person'),
('exertion', 'effort'),
('indifferent', 'not caring'),
('humid', 'steamy'),
('oddball', 'eccentric'),
('famine', 'starvation'),
('specify', 'designate'),
('skipper', 'boat captain'),
('handicap', 'disability'),
('artillery', 'heavy weapons'),
('physician', 'doctor'),
('dependence', 'reliance'),
('turban', 'headdress'),
('selfsame', 'identical'),
('exceedingly', 'extremely'),
('immature', 'undeveloped'),
('amputate', 'cut off'),
('informed', 'knowledgeable'),
('hectic', 'frenzied'),
('enduring', 'lasting'),
('displace', 'remove'),
('intrude', 'trespass'),
('saloon', 'barroom'),
('vicinity', 'proximity'),
('assassination', 'murder'),
('ruthless', 'cruel'),
('altitude', 'height'),
('consequence', 'result'),
('chow', 'food'),
('rust', 'corrode'),
('chiefly', 'principally'),
('jab', 'thrust'),
('rapidity', 'swiftness'),
('homestead', 'house'),
('leisurely', 'unhurried'),
('liven', 'invigorate'),
('globe', 'sphere'),
('priority', 'precedence'),
('exasperate', 'greatly irritate'),
('corpse', 'dead body'),
('deceptive', 'misleading'),
('strew', 'scatter'),
('fiend', 'demon'),
('sinful', 'wicked'),
('thrive', 'flourish'),
('approximate', 'near'),
('query', 'question'),
('inefficient', 'wasteful'),
('slumber', 'sleep'),
('scarcely', 'hardly'),
('reign', 'rule'),
('pouch', 'small sack'),
('vivid', 'intense'),
('demon', 'devil'),
('lopsided', 'unbalanced'),
('retrieval', 'recovery'),
('acquire', 'gain'),
('hazardous', 'dangerous'),
('tuneful', 'melodious'),
('anaconda', 'boa'),
('inflexible', 'rigid'),
('nutty', 'crazy'),
('plasterboard', 'drywall'),
('unconscious', 'insensible'),
('incinerate', 'burn'),
('absolute', 'pure'),
('deserving', 'worthy'),
('irrational', 'illogical'),
('spendthrift', 'wasteful person'),
('margin', 'edge'),
('muggy', 'steamy'),
('lottery', 'sweepstake'),
('intolerable', 'unbearable'),
('scoundrel', 'villain'),
('bombardment', 'barrage'),
('remarkably', 'unusually'),
('clownish', 'zany'),
('soothe', 'comfort'),
('familiarity', 'intimacy'),
('mortgage', 'property loan'),
('wail', 'lament'),
('analogy', 'similarity'),
('equivalence', 'sameness'),
('assure', 'guarantee'),
('mainly', 'chiefly'),
('carousel', 'merry-go-round'),
('sunbaked', 'parched'),
('commonplace', 'ordinary'),
('jester', 'fool'),
('stash', 'cache'),
('reproduction', 'copy'),
('inappropriate', 'unsuitable'),
('faulty', 'imperfect'),
('puncture', 'pierce'),
('shuffle', 'jumble together'),
('obtain', 'get'),
('validation', 'proof'),
('scuffle', 'struggle'),
('fetch', 'get'),
('fad', 'craze'),
('bookish', 'studious'),
('bully', 'intimidate'),
('council', 'assembly'),
('indistinct', 'vague'),
('cove', 'bay'),
('scalpel', 'surgical knife'),
('devote', 'dedicate'),
('snoop', 'spy'),
('overdue', 'late'),
('chieftain', 'leader'),
('resentment', 'bitterness'),
('serving', 'portion'),
('knightly', 'chivalrous'),
('lash', 'whip'),
('brutality', 'savagery'),
('sulk', 'pout'),
('implosion', 'inward bursting'),
('perspire', 'sweat'),
('morality', 'ethics'),
('tabloid', 'newspaper'),
('wrath', 'anger'),
('mournful', 'sad'),
('principal', 'main'),
('outdo', 'surpass'),
('swarm', 'teem'),
('medallion', 'large medal'),
('oodles', 'lots'),
('outing', 'excursion'),
('feud', 'quarrel'),
('settler', 'colonist'),
('bulge', 'swell'),
('miniscule', 'tiny'),
('betwixt', 'between'),
('traumatize', 'shock'),
('flowery', 'ornate'),
('entomb', 'bury'),
('domesticate', 'tame'),
('concede', 'yield'),
('downhearted', 'dejected'),
('perceptive', 'observant'),
('pollute', 'contaminate'),
('corridor', 'passageway'),
('narration', 'story'),
('loafer', 'idler'),
('keepsake', 'memento'),
('mock', 'jeer'),
('clan', 'tribe'),
('remorseful', 'sorry'),
('farewell', 'good-bye'),
('holster', 'pistol case'),
('infantry', 'foot soldiers'),
('transmit', 'convey'),
('bubbly', 'fizzy'),
('dweller', 'inhabitant'),
('fatigue', 'weariness'),
('divert', 'redirect'),
('scarcity', 'lack'),
('blush', 'redden'),
('slog', 'tramp'),
('macho', 'manly'),
('feeble', 'weak'),
('routine', 'ordinary'),
('enchant', 'bewitch'),
('underfoot', 'in the way'),
('glee', 'merriment'),
('booze', 'liquor'),
('frail', 'weak'),
('widespread', 'prevalent'),
('heckle', 'taunt'),
('nauseous', 'queasy'),
('bog', 'swamp'),
('elasticity', 'springiness'),
('presto', 'suddenly'),
('bleak', 'desolate'),
('goon', 'thug'),
('slouch', 'droop'),
('considerate', 'thoughtful'),
('infirmary', 'hospital'),
('ajar', 'slightly open'),
('cunning', 'craftiness'),
('discourtesy', 'rudeness'),
('horrid', 'dreadful'),
('detention', 'custody'),
('gaily', 'merrily'),
('plateau', 'elevated flatland'),
('doodle', 'scribble'),
('sarcastic', 'derisive'),
('distribution', 'arrangement'),
('prompt', 'punctual'),
('archive', 'records'),
('licking', 'thrashing'),
('suds', 'froth'),
('sac', 'small pouch'),
('annihilate', 'destroy'),
('hurl', 'throw'),
('intent', 'purpose'),
('devastate', 'ravage'),
('clatter', 'commotion'),
('imbecile', 'idiot'),
('disorder', 'confusion'),
('extensive', 'wide'),
('raid', 'foray'),
('disposed', 'inclined'),
('den', 'lair'),
('dutiful', 'obedient'),
('endorse', 'support'),
('finite', 'limited'),
('glacial', 'icy'),
('stabilize', 'steady'),
('liable', 'responsible'),
('decompose', 'rot'),
('toupee', 'hairpiece'),
('assuming', 'presumptuous'),
('nucleus', 'core'),
('classy', 'elegant'),
('portrayal', 'depiction'),
('smithereens', 'fragments'),
('gape', 'yawn'),
('forgery', 'counterfeit'),
('blockhead', 'numskull'),
('sluggish', 'slow to move'),
('unfeigned', 'genuine'),
('yearning', 'longing'),
('sophisticated', 'worldly-wise'),
('perimeter', 'border'),
('economize', 'conserve money'),
('confederacy', 'alliance'),
('quarantine', 'isolate'),
('flashy', 'gaudy'),
('agonizing', 'painful'),
('lackluster', 'dull'),
('quadruped', 'four-footed'),
('embark', 'go on board'),
('disinterested', 'impartial'),
('injurious', 'harmful'),
('sprint', 'dash'),
('squiggle', 'curlicue'),
('habitat', 'natural environment'),
('assassinate', 'murder'),
('fragility', 'brittleness'),
('wizardry', 'sorcery'),
('outpouring', 'flood'),
('solemn', 'grave'),
('emblem', 'symbol'),
('splinter', 'sliver'),
('inflict', 'impose'),
('heighten', 'intensify'),
('practicable', 'feasible'),
('jubilation', 'rejoicing'),
('afar', 'great distance'),
('adjoining', 'neighboring'),
('flabbergast', 'astonish'),
('utmost', 'greatest'),
('infraction', 'violation'),
('gash', 'cut'),
('snobby', 'elitist'),
('prophecy', 'foretelling'),
('simpleton', 'fool'),
('assess', 'valuate'),
('obsession', 'fixation'),
('omission', 'exclusion'),
('pulverize', 'crush'),
('extraterrestrial', 'alien'),
('hoodlum', 'thug'),
('broadcast', 'transmit'),
('deadlock', 'standstill'),
('fasten', 'attach'),
('bachelorette', 'unmarried woman'),
('mobile', 'movable'),
('standstill', 'stop'),
('fitting', 'suitable'),
('intermediate', 'in between'),
('abroad', 'overseas'),
('wary', 'cautious'),
('hazard', 'endangerment'),
('oval', 'elliptical'),
('ghastly', 'horrible'),
('undergo', 'experience'),
('lug', 'haul'),
('froth', 'foam'),
('wretch', 'miserable person'),
('whopping', 'huge'),
('noteworthy', 'remarkable'),
('stickup', 'armed robbery'),
('composite', 'made of different parts'),
('gloom', 'melancholy'),
('rowdy', 'raucous'),
('gulp', 'swig'),
('chivalry', 'gallantry'),
('gush', 'spurt'),
('indispensable', 'essential'),
('conceited', 'vain'),
('cranky', 'irritable'),
('ennoble', 'dignify'),
('beckon', 'summon'),
('pliable', 'flexible'),
('stamina', 'endurance'),
('ally', 'friend'),
('hoist', 'lift'),
('excavate', 'dig up'),
('exile', 'banish'),
('stronghold', 'fortress'),
('spotless', 'immaculate'),
('mutation', 'change'),
('numb', 'insensible'),
('pantry', 'larder'),
('miscellaneous', 'assorted'),
('abduction', 'kidnapping'),
('ashen', 'pale'),
('contradictory', 'inconsistent'),
('plenteous', 'abundant'),
('laddie', 'young man'),
('heartless', 'cruel'),
('secondhand', 'used'),
('fictitious', 'imaginary'),
('endure', 'last'),
('wondrous', 'fantastic'),
('vibrant', 'lively'),
('immerse', 'plunge'),
('supplement', 'add-on'),
('probe', 'examine'),
('grind', 'grate'),
('hasten', 'hurry'),
('squat', 'crouch'),
('conserve', 'maintain without loss'),
('flaunt', 'show off'),
('horseplay', 'rowdiness'),
('reap', 'harvest'),
('spellbound', 'fascinated'),
('deuce', 'two'),
('boundary', 'limit'),
('plausibility', 'believableness'),
('frigidity', 'iciness'),
('gristle', 'cartilage'),
('orator', 'public speaker'),
('merit', 'virtue'),
('choppy', 'jerky'),
('lofty', 'towering'),
('relevant', 'pertinent'),
('blubber', 'fat'),
('province', 'district'),
('drifter', 'vagabond'),
('frisky', 'playful'),
('radiance', 'brightness'),
('tier', 'level'),
('indecisive', 'wavering'),
('symmetry', 'proportion'),
('overtake', 'pass'),
('groundbreaking', 'innovative'),
('dearly', 'fondly'),
('loathe', 'detest'),
('persuasive', 'convincing'),
('celestial', 'heavenly'),
('tardy', 'late'),
('striking', 'impressive'),
('shawl', 'cloak'),
('prolong', 'extend'),
('gruesome', 'macabre'),
('credibility', 'believableness'),
('thorough', 'complete'),
('exterior', 'outside'),
('bystander', 'onlooker'),
('despise', 'scorn'),
('clammy', 'damp'),
('hammerlock', 'wrestling hold'),
('hoax', 'fraud'),
('perky', 'lively'),
('characterize', 'describe'),
('admiration', 'esteem'),
('kiosk', 'stall'),
('upbringing', 'rearing'),
('justify', 'warrant'),
('podium', 'stand'),
('obscure', 'vague'),
('scornful', 'contemptuous'),
('crypt', 'vault'),
('exhilarate', 'thrill'),
('leaflet', 'brochure'),
('shard', 'fragment'),
('elapse', 'pass'),
('hideous', 'ugly'),
('enliven', 'animate'),
('frothy', 'foamy'),
('swab', 'mop'),
('dumbfound', 'amaze'),
('compatible', 'harmonious'),
('superficial', 'shallow'),
('caribou', 'reindeer'),
('envision', 'imagine'),
('ruckus', 'commotion'),
('elegance', 'grace'),
('debris', 'rubbish'),
('diabolic', 'devilish'),
('stationery', 'writing materials'),
('excruciating', 'agonizing'),
('sweltering', 'hot'),
('distinctly', 'clearly'),
('lure', 'entice'),
('mangle', 'mutilate'),
('seepage', 'oozing'),
('decelerate', 'slow down'),
('scrumptious', 'delicious'),
('sidestep', 'evade'),
('shrewd', 'astute'),
('offspring', 'children'),
('crummy', 'lousy'),
('pilgrim', 'wayfarer'),
('valiant', 'courageous'),
('caress', 'stroke'),
('bombard', 'barrage'),
('demote', 'lower in rank'),
('disable', 'incapacitate'),
('rundown', 'summary'),
('upbeat', 'cheerful'),
('frigid', 'cold'),
('trendy', 'fashionable'),
('brow', 'forehead'),
('bonehead', 'dunce'),
('grudge', 'grievance'),
('tattletale', 'informer'),
('proverb', 'adage'),
('suave', 'smooth in manner'),
('optimum', 'best'),
('nauseating', 'repulsive'),
('mislay', 'lose'),
('batty', 'loony'),
('compress', 'squeeze'),
('imperfection', 'blemish'),
('downy', 'soft'),
('nifty', 'splendid'),
('knack', 'talent'),
('tread', 'step'),
('seduction', 'enticement'),
('enlighten', 'instruct'),
('oracle', 'seer'),
('ovation', 'applause'),
('oaf', 'lout'),
('jubilant', 'joyful'),
('flair', 'style'),
('knockoff', 'imitation'),
('formulate', 'devise'),
('overcast', 'cloudy'),
('fleet', 'swift'),
('ceaseless', 'constant'),
('era', 'epoch'),
('obliging', 'helpful'),
('picturesque', 'pretty'),
('brute', 'beast'),
('prevail', 'triumph'),
('sly', 'wily'),
('realm', 'domain'),
('scabbard', 'sheath'),
('emphasize', 'stress'),
('deliberate', 'intentional'),
('glaciate', 'freeze'),
('swivel', 'pivot'),
('singe', 'burn slightly'),
('superintend', 'administer'),
('bawl', 'cry'),
('incline', 'slope'),
('hullabaloo', 'uproar'),
('speculation', 'conjecture'),
('stingy', 'ungenerous'),
('cranium', 'skull'),
('vaccination', 'inoculation'),
('audible', 'loud enough to hear'),
('competent', 'capable'),
('everlasting', 'eternal'),
('obstruct', 'impede'),
('famished', 'starving'),
('splotch', 'spot'),
('frailty', 'weakness'),
('veto', 'reject'),
('advise', 'counsel'),
('curvature', 'bending'),
('discharge', 'release'),
('ancestry', 'lineage'),
('sabotage', 'undermine'),
('unveil', 'reveal'),
('puzzlement', 'perplexity'),
('spasmodic', 'convulsive'),
('humility', 'meekness'),
('purposely', 'intentionally'),
('gawky', 'clumsy'),
('strive', 'endeavor'),
('bureau', 'dresser'),
('dwelling', 'home'),
('phantasm', 'apparition'),
('edible', 'fit to eat'),
('translucent', 'clear'),
('morsel', 'small bite'),
('diabolical', 'devilish'),
('barge', 'flatboat'),
('spike', 'impale'),
('evaluate', 'assess'),
('spay', 'neuter'),
('duct', 'tube'),
('ridicule', 'derision'),
('rural', 'countrified'),
('nimble', 'agile'),
('entirety', 'completeness'),
('tamper', 'meddle'),
('thug', 'ruffian'),
('handrail', 'banister'),
('integrity', 'honorableness'),
('reckoning', 'calculation'),
('shambles', 'mess'),
('succulent', 'juicy'),
('treacherous', 'dangerously untrustworthy'),
('unwind', 'relax'),
('slack', 'loose'),
('dunk', 'dip'),
('drab', 'somber'),
('nautical', 'maritime'),
('clunky', 'ungainly'),
('frill', 'ruffle'),
('haze', 'fog'),
('distasteful', 'offensive'),
('gutless', 'cowardly'),
('deranged', 'crazy'),
('nebula', 'galaxy'),
('habitable', 'fit to live in'),
('nocturnal', 'active at night'),
('heist', 'robbery'),
('wretchedness', 'misery'),
('tranquilize', 'sedate'),
('industrious', 'hard-working'),
('apathy', 'indifference'),
('blatant', 'obvious'),
('scour', 'clean'),
('swagger', 'strut'),
('veil', 'conceal'),
('footnote', 'annotation'),
('incredulity', 'disbelief'),
('subterranean', 'underground'),
('fainthearted', 'timid'),
('shrivel', 'wither'),
('extrude', 'thrust out'),
('excel', 'surpass'),
('elementary', 'simple'),
('quaver', 'tremble'),
('necessitate', 'require'),
('overshadow', 'eclipse'),
('impair', 'worsen'),
('peachy', 'dandy'),
('wallop', 'whack'),
('minnow', 'small fish'),
('heartfelt', 'earnest'),
('fluster', 'upset'),
('spat', 'quarrel'),
('chasm', 'abyss'),
('luster', 'sheen'),
('contagious', 'communicable'),
('rebuttal', 'counter-argument'),
('plague', 'pestilence'),
('hype', 'publicity'),
('revolt', 'rebel'),
('fraudulent', 'deceitful'),
('delirious', 'irrational'),
('protrude', 'stick out'),
('pacify', 'appease'),
('badger', 'pester'),
('luscious', 'delectable'),
('tactless', 'rude'),
('tibia', 'shinbone'),
('inadvertently', 'unintentionally'),
('grunge', 'filth'),
('quaint', 'old-fashioned'),
('berserk', 'crazed'),
('irate', 'angry'),
('extravagant', 'lavish'),
('bellow', 'roar'),
('intensive', 'concentrated'),
('pact', 'treaty'),
('topple', 'overturn'),
('hurtful', 'injurious'),
('trivial', 'insignificant'),
('guzzle', 'gulp'),
('eternal', 'perpetual'),
('legislature', 'law-makers'),
('avenge', 'retaliate'),
('irresistible', 'overpowering'),
('abbey', 'monastery'),
('loot', 'plunder'),
('elevate', 'raise'),
('victor', 'winner'),
('headstrong', 'willful'),
('locale', 'place'),
('dainty', 'exquisite'),
('fiasco', 'failure'),
('dilute', 'thin'),
('demoralize', 'discourage'),
('wreath', 'garland'),
('outfit', 'equip'),
('girder', 'beam'),
('perch', 'roost'),
('erect', 'build'),
('sect', 'faction'),
('scrounge', 'forage'),
('adhere', 'stick'),
('transfiguration', 'metamorphosis'),
('imbecility', 'foolishness'),
('imprecise', 'vague'),
('streamlined', 'aerodynamic'),
('stubborn', 'obstinate');
INSERT INTO `words` (`word1`, `word2`) VALUES
('stockpile', 'reserve'),
('incidentally', 'by the way'),
('conjurer', 'magician'),
('contemplate', 'ponder'),
('busybody', 'snoop'),
('trait', 'quality'),
('twit', 'taunt'),
('utilize', 'use'),
('giddy', 'light-headed'),
('discourteous', 'rude'),
('toil', 'labor'),
('prod', 'goad'),
('advisable', 'prudent'),
('eradicate', 'destroy'),
('brawny', 'muscular'),
('feat', 'deed'),
('crossbeam', 'girder'),
('endorsement', 'approval'),
('scandalous', 'disgraceful'),
('audacity', 'boldness'),
('sentry', 'guard'),
('dehydrate', 'dry up'),
('therapeutic', 'curative'),
('shimmer', 'gleam'),
('obstruction', 'impediment'),
('steadfast', 'firm'),
('grapple', 'wrestle'),
('merciful', 'compassionate'),
('befitting', 'suitable'),
('oddity', 'peculiarity'),
('chortle', 'laugh quietly'),
('excerpt', 'selection'),
('transmutation', 'conversion'),
('ample', 'abundant'),
('disagreeable', 'unpleasant'),
('consolation', 'comfort'),
('domineering', 'imperious'),
('trek', 'journey'),
('premier', 'first'),
('beastly', 'abominable'),
('suckle', 'breastfeed'),
('prankish', 'mischievous'),
('vegetation', 'plants'),
('czarina', 'Russian empress'),
('loathsome', 'disgusting'),
('impish', 'mischievous'),
('siesta', 'afternoon nap'),
('slather', 'spread thickly'),
('bewilder', 'confuse'),
('bicker', 'squabble'),
('blunder', 'mistake'),
('secede', 'withdraw'),
('subside', 'diminish'),
('escapade', 'adventure'),
('seclude', 'isolate'),
('provoke', 'stimulate'),
('inadequacy', 'deficiency'),
('repress', 'subdue'),
('subdue', 'conquer'),
('newt', 'salamander'),
('alibi', 'excuse'),
('jugular', 'throat'),
('sieve', 'strainer'),
('runoff', 'overflow'),
('infatuated', 'smitten'),
('churn', 'agitate'),
('virtually', 'nearly'),
('theorem', 'proposition'),
('haughty', 'arrogant'),
('lucrative', 'profitable'),
('emancipate', 'set free'),
('unanimous', 'with all agreed'),
('charisma', 'personal appeal'),
('rivalry', 'competition'),
('tycoon', 'magnate'),
('reincarnation', 'rebirth'),
('pessimistic', 'gloomy'),
('glutton', 'over-eater'),
('idealist', 'dreamer'),
('glum', 'sullen'),
('incomparable', 'matchless'),
('verge', 'brink'),
('tram', 'streetcar'),
('superintendent', 'overseer'),
('decrepit', 'worn out'),
('cleave', 'split'),
('pushy', 'aggressive'),
('sleek', 'glossy'),
('indisposed', 'ailing'),
('inaction', 'idleness'),
('orchestrate', 'organize'),
('sector', 'region'),
('addictive', 'habit-forming'),
('commodity', 'product'),
('angular', 'sharp-cornered'),
('alumnus', 'graduate'),
('chassis', 'frame'),
('aviation', 'plane-flying'),
('epic', 'heroic'),
('crackpot', 'eccentric'),
('devise', 'invent'),
('perception', 'discernment'),
('vat', 'tub'),
('gratuity', 'tip'),
('undoing', 'ruin'),
('beanie', 'skullcap'),
('rap', 'knock'),
('rigor', 'severity'),
('traction', 'adhesion'),
('seething', 'boiling'),
('distinct', 'well-defined'),
('indefensible', 'unjustifiable'),
('undaunted', 'courageous'),
('cheery', 'lighthearted'),
('infantile', 'childish'),
('breakwater', 'jetty'),
('contempt', 'disdain'),
('victimize', 'prey on'),
('maestro', 'music master'),
('aristocrat', 'patrician'),
('cheapskate', 'miser'),
('sucrose', 'sugar'),
('endanger', 'jeopardize'),
('rickety', 'shaky'),
('deliverance', 'rescue'),
('unearth', 'excavate'),
('irrigate', 'water'),
('trashy', 'inferior'),
('reimburse', 'pay back'),
('buffer', 'cushion'),
('immoderate', 'excessive'),
('miserly', 'stingy'),
('stupor', 'daze'),
('mode', 'manner'),
('moody', 'glum'),
('devilry', 'mischief'),
('epidemic', 'plague'),
('rudimentary', 'fundamental'),
('encroachment', 'intrusion'),
('labyrinthine', 'maze-like'),
('oration', 'speech'),
('amass', 'accumulate'),
('underlying', 'fundamental'),
('habituate', 'accustom'),
('majestic', 'stately'),
('successive', 'consecutive'),
('inadvertent', 'accidental'),
('conviction', 'belief'),
('pragmatic', 'practical'),
('vigilance', 'watchfulness'),
('mediocre', 'ordinary'),
('raffle', 'lottery'),
('glade', 'clearing'),
('faceless', 'anonymous'),
('phantom', 'apparition'),
('ensnare', 'trap'),
('placid', 'calm'),
('refuge', 'shelter'),
('skulk', 'lurk'),
('inelastic', 'rigid'),
('dumb', 'mute'),
('skirmish', 'clash'),
('endeavor', 'attempt'),
('contraption', 'gadget'),
('eventuality', 'possibility'),
('measly', 'scanty'),
('woe', 'misery'),
('backpedal', 'retreat'),
('peculiarity', 'quirk'),
('incessant', 'unceasing'),
('criminalize', 'outlaw'),
('transmute', 'change'),
('quandary', 'dilemma'),
('paddock', 'racehorse enclosure'),
('speculate', 'theorize'),
('quest', 'pursuit'),
('inoculate', 'immunize'),
('pedestal', 'base'),
('unadulterated', 'pure'),
('negligence', 'carelessness'),
('moderation', 'restraint'),
('reek', 'stink'),
('robust', 'vigorous'),
('lyre', 'harp'),
('debonair', 'suave'),
('groove', 'thin channel'),
('pseudonym', 'fictitious name'),
('fleck', 'spot'),
('quirk', 'oddity'),
('inhumanity', 'cruelty'),
('legible', 'readable'),
('openhanded', 'generous'),
('fraudulence', 'deceitfulness'),
('wily', 'crafty'),
('swashbuckler', 'adventurer'),
('fragmentary', 'disconnected'),
('inadvertence', 'oversight'),
('incredulous', 'unbelieving'),
('catching', 'contagious'),
('exemption', 'immunity'),
('braid', 'interweave'),
('sidesplitting', 'hilarious'),
('infringement', 'violation'),
('submissive', 'yielding'),
('emaciated', 'severely undernourished'),
('obstacle', 'impediment'),
('awash', 'flooded'),
('ludicrous', 'absurd'),
('elated', 'jubilant'),
('statuesque', 'grand'),
('saga', 'heroic story'),
('enfeeble', 'weaken'),
('segregate', 'set apart'),
('eccentric', 'odd'),
('buffoonery', 'clowning'),
('amendment', 'correction'),
('hijack', 'commandeer'),
('ethics', 'moral philosophy'),
('maroon', 'strand'),
('hybrid', 'composite'),
('peddler', 'hawker'),
('shear', 'cut'),
('inconsequential', 'unimportant'),
('tattle', 'divulge'),
('dweeb', 'nerd'),
('spellbinding', 'mesmerizing'),
('persistence', 'doggedness'),
('bungle', 'botch'),
('bewitch', 'fascinate'),
('infertile', 'barren'),
('decapitate', 'behead'),
('precipitation', 'rain'),
('silhouette', 'outline'),
('accommodating', 'obliging'),
('lackadaisical', 'half-hearted'),
('bygone', 'past'),
('audacious', 'daring'),
('calculating', 'scheming'),
('flagrant', 'blatant'),
('irascible', 'bad-tempered'),
('avail', 'benefit'),
('sidekick', 'pal'),
('premise', 'assumption'),
('plenitude', 'abundance'),
('escalate', 'intensify'),
('finicky', 'particular'),
('prop', 'support'),
('incubate', 'hatch'),
('collaborate', 'work together'),
('migrant', 'wandering'),
('ablaze', 'on fire'),
('infidelity', 'unfaithfulness'),
('quench', 'extinguish'),
('bedevil', 'torment'),
('ingenuity', 'cleverness'),
('quicksilver', 'mercury'),
('incentive', 'inducement'),
('sod', 'turf'),
('encyclopedic', 'comprehensive'),
('scrub', 'scour'),
('deceased', 'dead'),
('glitz', 'flashiness'),
('sedative', 'tranquilizer'),
('rut', 'groove'),
('referendum', 'vote'),
('trudge', 'plod'),
('incite', 'provoke'),
('stern', 'austere'),
('lore', 'knowledge'),
('ninny', 'fool'),
('vice', 'bad habit'),
('treachery', 'perfidy'),
('baffle', 'perplex'),
('analogous', 'similar'),
('critique', 'review'),
('squander', 'waste'),
('inferno', 'raging fire'),
('absorbing', 'fascinating'),
('refined', 'polished'),
('etiquette', 'manners'),
('halfhearted', 'lacking enthusiasm'),
('obscene', 'indecent'),
('coax', 'urge'),
('teeter', 'wobble'),
('frolic', 'romp'),
('cadence', 'rhythm'),
('spiffy', 'stylish'),
('regrettable', 'unfortunate'),
('sassy', 'impudent'),
('increment', 'increase'),
('dictatorial', 'overbearing'),
('defraud', 'cheat'),
('pilgrimage', 'journey'),
('migraine', 'headache'),
('underhanded', 'devious'),
('prawn', 'shrimp'),
('indistinguishable', 'identical'),
('tranquil', 'calm'),
('inborn', 'innate'),
('befuddle', 'confuse'),
('alienate', 'estrange'),
('mediocrity', 'averageness'),
('precondition', 'requirement'),
('sparse', 'scanty'),
('knickknack', 'trinket'),
('prune', 'trim'),
('reviewer', 'commentator'),
('magnitude', 'size'),
('pressing', 'urgent'),
('keg', 'cask'),
('brash', 'audacious'),
('regurgitate', 'vomit'),
('bonanza', 'windfall'),
('sleazy', 'squalid'),
('slick', 'glossily smooth'),
('heroism', 'valor'),
('receptacle', 'container'),
('tramp', 'vagrant'),
('nab', 'apprehend'),
('ongoing', 'continuing'),
('loiter', 'linger'),
('sage', 'wise person'),
('grime', 'dirt'),
('timeless', 'eternal'),
('haggle', 'bargain'),
('clamber', 'scramble'),
('unnerve', 'faze'),
('cuisine', 'cooking style'),
('context', 'setting'),
('exhilaration', 'euphoria'),
('calligraphy', 'artistic handwriting'),
('decadent', 'self-indulgent'),
('grasping', 'greedy'),
('pitiful', 'wretched'),
('trio', 'three'),
('subsequent', 'later'),
('encompass', 'include'),
('flail', 'thrash'),
('peeve', 'annoy'),
('evict', 'expel'),
('quash', 'suppress'),
('nominee', 'candidate'),
('crestfallen', 'dejected'),
('edgy', 'tense'),
('negligent', 'careless'),
('frankly', 'candidly'),
('cherish', 'treasure'),
('jiffy', 'instant'),
('reciprocate', 'repay'),
('conspiracy', 'plot'),
('transpire', 'happen'),
('recuperation', 'convalescence'),
('mutinous', 'insubordinate'),
('sham', 'counterfeit'),
('defiant', 'rebellious'),
('smidgen', 'iota'),
('sanitation', 'cleanliness'),
('swelter', 'broil'),
('flinch', 'wince'),
('defy', 'challenge'),
('agility', 'nimbleness'),
('vulgarity', 'crudeness'),
('twitch', 'jerk'),
('alias', 'false name'),
('uphold', 'support'),
('inconstancy', 'fickleness'),
('monarch', 'ruler'),
('snide', 'sneering'),
('edging', 'border'),
('snicker', 'laugh insultingly'),
('preposterous', 'absurd'),
('encumber', 'burden'),
('jeer', 'taunt'),
('homicide', 'murder'),
('hallucination', 'delusion'),
('plaid', 'checkered'),
('accomplished', 'skillful'),
('redundant', 'superfluous'),
('primary', 'main'),
('figment', 'fabrication'),
('singsong', 'monotonous'),
('deflect', 'turn aside'),
('rejuvenate', 'restore'),
('sanctuary', 'refuge'),
('affix', 'append'),
('breadth', 'width'),
('smirk', 'sneer'),
('famish', 'starve'),
('tedious', 'boring'),
('incidental', 'minor'),
('succumb', 'yield'),
('bliss', 'happiness'),
('peer', 'equal'),
('negation', 'denial'),
('voltage', 'electric potential'),
('docile', 'obedient'),
('scepter', 'royal staff'),
('adhesion', 'attachment'),
('financing', 'funding'),
('meek', 'humble'),
('unerringly', 'accurately'),
('skeletal', 'gaunt'),
('charlatan', 'fraud'),
('guffaw', 'hearty laugh'),
('culinary', 'cooking-related'),
('acknowledgment', 'recognition'),
('colonization', 'settlement'),
('signify', 'mean'),
('stalwart', 'strong'),
('heedful', 'attentive'),
('cliche', 'trite saying'),
('accomplice', 'confederate'),
('obligatory', 'required'),
('tuft', 'clump'),
('indignant', 'irate'),
('reclusive', 'hermit-like'),
('adept', 'skilled'),
('yearn', 'hanker'),
('goad', 'spur'),
('fib', 'falsehood'),
('evenhanded', 'unbiased'),
('bungalow', 'cottage'),
('solemnity', 'seriousness'),
('incendiary', 'inflammatory'),
('dilapidated', 'broken-down'),
('aviary', 'bird sanctuary'),
('unfounded', 'baseless'),
('booty', 'plunder'),
('degraded', 'lowered in value'),
('scant', 'meager'),
('fiendish', 'diabolical'),
('remorse', 'self-reproach'),
('swerve', 'veer'),
('piety', 'devoutness'),
('knave', 'scoundrel'),
('cheeky', 'impudent'),
('coddle', 'pamper'),
('mutilate', 'maim'),
('overage', 'surplus'),
('nag', 'scold'),
('boisterous', 'noisy'),
('inconspicuous', 'unobtrusive'),
('guise', 'appearance'),
('ruinous', 'destructive'),
('queue', 'line'),
('decree', 'edict'),
('sanitize', 'cleanse'),
('spiteful', 'malicious'),
('obese', 'overweight'),
('avoidance', 'keeping away'),
('quibble', 'bicker'),
('allegiance', 'loyalty'),
('aghast', 'shocked'),
('timepiece', 'watch'),
('ruffian', 'bully'),
('moderate', 'restrained'),
('rebut', 'contradict'),
('frank', 'candid'),
('mobilize', 'marshal'),
('heir', 'inheritor'),
('indisposition', 'reluctance'),
('deformity', 'malformation'),
('substandard', 'inferior'),
('sheepish', 'embarrassed'),
('adjacent', 'neighboring'),
('silt', 'sediment'),
('delusion', 'false belief'),
('maltreat', 'abuse'),
('hue', 'color'),
('preeminent', 'outstanding'),
('recluse', 'hermit'),
('infringe', 'encroach'),
('rig', 'equip'),
('nigh', 'near'),
('overriding', 'predominant'),
('ragtag', 'scruffy'),
('tenant', 'occupant'),
('affright', 'terror'),
('comic', 'comedian'),
('stealth', 'furtiveness'),
('rubberneck', 'gape'),
('gallantry', 'bravery'),
('brisk', 'lively'),
('slicker', 'raincoat'),
('knavish', 'villainous'),
('indulgent', 'obliging'),
('engrossing', 'fascinating'),
('heinous', 'atrocious'),
('genetic', 'hereditary'),
('anguish', 'distress'),
('felon', 'criminal'),
('prominent', 'conspicuous'),
('quilt', 'bed comforter'),
('ballad', 'song'),
('bedlam', 'madhouse'),
('cultured', 'refined'),
('bummer', 'disappointment'),
('clad', 'clothed'),
('prickle', 'thorn'),
('reiterate', 'repeat'),
('laden', 'loaded'),
('snippet', 'small piece'),
('wrangle', 'brawl'),
('aviate', 'fly'),
('ellipse', 'oval'),
('solace', 'consolation'),
('benediction', 'blessing'),
('fundamental', 'essential'),
('unflinching', 'resolute'),
('multifaceted', 'many-sided'),
('gummy', 'sticky'),
('overlay', 'cover'),
('clamorous', 'noisy'),
('shenanigan', 'mischief'),
('smite', 'strike'),
('wildebeest', 'gnu'),
('arid', 'dry'),
('ambiguous', 'uncertain'),
('prestigious', 'respected'),
('transpose', 'interchange'),
('preconception', 'bias'),
('lousy', 'contemptible'),
('subdued', 'muted'),
('inept', 'clumsy'),
('huffy', 'touchy'),
('salivate', 'drool'),
('chasten', 'discipline'),
('brazen', 'shameless'),
('animated', 'lively'),
('quill', 'feather'),
('inane', 'silly'),
('militant', 'combative'),
('engorge', 'glut'),
('waft', 'drift'),
('kin', 'relatives'),
('wield', 'handle'),
('majesty', 'grandeur'),
('slither', 'glide'),
('arbitrary', 'random'),
('sinister', 'evil'),
('shifty', 'evasive'),
('agitate', 'disturb'),
('sheath', 'case'),
('molten', 'melted'),
('affluent', 'wealthy'),
('regress', 'revert'),
('reinforcement', 'support'),
('nullify', 'invalidate'),
('gullible', 'easily deceived'),
('overstep', 'exceed'),
('tyrant', 'despot'),
('bleary', 'tired'),
('scanty', 'insufficient'),
('preoccupy', 'engross'),
('seedy', 'shabby'),
('radical', 'extremist'),
('amnesia', 'forgetfulness'),
('heed', 'mind'),
('seer', 'prophet'),
('rigorous', 'strict'),
('ingenious', 'clever'),
('cringe', 'cower'),
('lunacy', 'insanity'),
('uncanny', 'eerie'),
('aromatic', 'fragrant'),
('innards', 'entrails'),
('avid', 'eager'),
('sightly', 'attractive'),
('embezzle', 'steal'),
('bunker', 'dugout'),
('skittish', 'nervous'),
('almighty', 'omnipotent'),
('obnoxious', 'highly annoying'),
('aristocracy', 'nobility'),
('lingo', 'jargon'),
('brassy', 'impudent'),
('munch', 'chew'),
('emit', 'give out'),
('nomadic', 'wandering'),
('monumental', 'massive'),
('mimic', 'imitate'),
('chronic', 'habitual'),
('subjection', 'conquest'),
('spite', 'malice'),
('encroach', 'intrude'),
('cudgel', 'bludgeon'),
('suitor', 'wooer'),
('demented', 'insane'),
('falsehood', 'lie'),
('underpin', 'support'),
('quagmire', 'bog'),
('vagabond', 'tramp'),
('fleeting', 'transitory'),
('teeterboard', 'seesaw'),
('transfix', 'spellbind'),
('steed', 'horse'),
('orderly', 'regular'),
('prerequisite', 'requirement'),
('tantrum', 'fit of frustration'),
('expulsion', 'ejection'),
('pro', 'in favor of'),
('uncouth', 'awkward'),
('heedless', 'inattentive'),
('precinct', 'district'),
('jailbird', 'convict'),
('loath', 'reluctant'),
('sparing', 'frugal'),
('vigilant', 'watchful'),
('icon', 'image'),
('mollusk', 'shellfish'),
('melodious', 'musical'),
('icky', 'distasteful'),
('gaiety', 'merriment'),
('deluxe', 'high quality'),
('ingrained', 'deep-seated'),
('unification', 'merger'),
('reverberate', 'echo'),
('exert', 'wield'),
('intoxication', 'drunkenness'),
('poise', 'equilibrium'),
('demolition', 'destruction'),
('irk', 'annoy'),
('nomad', 'wanderer'),
('dillydally', 'dawdle'),
('unassuming', 'modest'),
('sediment', 'dregs'),
('swine', 'hogs'),
('itinerary', 'travel route'),
('delectable', 'scrumptious'),
('gaggle', 'flock'),
('snivel', 'whine'),
('snitch', 'informer'),
('illumination', 'light'),
('tang', 'zest'),
('luminance', 'brightness'),
('infirmity', 'weakness'),
('shackle', 'fetter'),
('seamy', 'sordid'),
('precarious', 'unstable'),
('upheaval', 'disturbance'),
('pamper', 'indulge'),
('monologue', 'soliloquy'),
('cede', 'yield'),
('leer', 'ogle'),
('culprit', 'offender'),
('skimpy', 'meager'),
('numskull', 'dunce'),
('salvage', 'rescue'),
('slapdash', 'haphazard'),
('folly', 'foolishness'),
('dumbstruck', 'flabbergasted'),
('dismantle', 'take apart'),
('gulch', 'ravine'),
('pliant', 'flexible'),
('chivalric', 'gallant'),
('synopsis', 'summary'),
('linger', 'stay around'),
('immortal', 'living forever'),
('islet', 'little island'),
('toilsome', 'laborious'),
('forefather', 'ancestor'),
('valuation', 'appraisal'),
('erode', 'deteriorate'),
('whimsical', 'amusingly playful'),
('spiny', 'thorny'),
('glaring', 'flagrant'),
('psychotic', 'deranged'),
('fondle', 'caress'),
('rind', 'peel'),
('bonkers', 'nutty'),
('valor', 'bravery'),
('tiff', 'squabble'),
('meditate', 'reflect'),
('renovate', 'restore'),
('sensor', 'detector'),
('somber', 'gloomy'),
('jeopardy', 'danger'),
('askew', 'awry'),
('nonconformist', 'individualist'),
('foliage', 'leaves'),
('immunize', 'vaccinate'),
('expire', 'die'),
('aloft', 'in the air'),
('dwindle', 'shrink'),
('paddy', 'rice field'),
('infer', 'deduce'),
('engross', 'absorb'),
('bigotry', 'prejudice'),
('timetable', 'schedule'),
('wallow', 'roll about'),
('egotism', 'self-importance'),
('finale', 'conclusion'),
('transgression', 'violation'),
('wring', 'squeeze'),
('indebted', 'beholden'),
('meddle', 'interfere'),
('whinny', 'neigh'),
('verification', 'proof'),
('wilt', 'droop'),
('scathing', 'severely critical'),
('fanatic', 'extremist'),
('kinship', 'relatedness'),
('rampant', 'unrestrained'),
('glitch', 'problem'),
('allotment', 'portion'),
('petite', 'small'),
('britches', 'trousers'),
('gnome', 'dwarf'),
('clarity', 'clearness'),
('falsetto', 'high male voice'),
('mannerly', 'courteous'),
('middling', 'mediocre'),
('mangy', 'shabby'),
('commotion', 'disturbance'),
('turquoise', 'blue-green'),
('peddle', 'sell'),
('bough', 'limb'),
('permissive', 'lenient'),
('inauspicious', 'unfavorable'),
('coinage', 'minting'),
('irksome', 'annoying'),
('bale', 'bundle'),
('infirm', 'weak'),
('fend', 'ward off'),
('hinder', 'obstruct'),
('biff', 'whack'),
('vigil', 'watch'),
('egoism', 'self-centeredness'),
('booth', 'stall'),
('lull', 'calm'),
('mute', 'silent'),
('makeshift', 'improvised'),
('nonchalance', 'indifference'),
('absurdity', 'ridiculousness'),
('tidings', 'news'),
('mania', 'insanity'),
('intuition', 'hunch'),
('cache', 'hoard'),
('expertise', 'know-how'),
('temperamental', 'moody'),
('laggard', 'straggler'),
('junkie', 'addict'),
('undertake', 'attempt'),
('monochrome', 'single-colored'),
('commence', 'begin'),
('broker', 'agent'),
('silverback', 'male gorilla'),
('booking', 'reservation'),
('sensation', 'feeling'),
('dermatologist', 'skin doctor'),
('lunge', 'thrust'),
('deject', 'dishearten'),
('competence', 'ability'),
('solidarity', 'unity'),
('spoilsport', 'killjoy'),
('behold', 'see'),
('drought', 'dryness'),
('kink', 'twist'),
('trifle', 'thing of little value'),
('synchronism', 'simultaneousness'),
('infernal', 'fiendish'),
('bullheaded', 'obstinate'),
('luminescence', 'glow'),
('spartan', 'austere'),
('anonymity', 'namelessness'),
('fatality', 'death'),
('relish', 'enjoy'),
('rummage', 'search'),
('immune', 'exempt'),
('lordly', 'grand'),
('mallard', 'duck'),
('refute', 'rebut'),
('inharmonious', 'discordant'),
('aficionado', 'avid follower'),
('colossal', 'enormous'),
('pulsate', 'throb'),
('consent', 'agree'),
('alpha', 'first'),
('unaffected', 'genuine'),
('writhe', 'twist'),
('bin', 'storage receptacle'),
('trolley', 'streetcar'),
('momentous', 'important'),
('aroma', 'fragrance'),
('tightwad', 'miser'),
('velocity', 'speed'),
('prophesy', 'predict'),
('jittery', 'nervous'),
('wannabe', 'aspirant'),
('galleon', 'sailing ship'),
('compile', 'put together'),
('allege', 'assert'),
('rant', 'speak wildly'),
('reminisce', 'remember'),
('synthetic', 'artificial'),
('dally', 'waste time'),
('mare', 'female horse'),
('elongate', 'lengthen'),
('choreography', 'dance arrangement'),
('mindful', 'aware'),
('invincible', 'unconquerable'),
('stiletto', 'dagger'),
('gory', 'bloody'),
('resurrect', 'revive'),
('ail', 'trouble'),
('maternal', 'motherly'),
('idiom', 'expression'),
('detain', 'hold in custody'),
('confide', 'trust'),
('talon', 'claw'),
('windpipe', 'trachea'),
('falter', 'stumble'),
('versatile', 'having many uses'),
('drivel', 'slobber'),
('ventilate', 'air out'),
('dame', 'woman'),
('chink', 'crack'),
('valuate', 'appraise'),
('pronto', 'quickly'),
('spongy', 'absorbent'),
('fledgling', 'immature'),
('heifer', 'cow'),
('humane', 'compassionate'),
('negate', 'nullify'),
('cagey', 'shrewd'),
('nincompoop', 'fool'),
('gaff', 'hooked fishing spear'),
('hysteria', 'frenzy'),
('slink', 'sneak'),
('grievance', 'complaint'),
('stealthy', 'furtive'),
('sedentary', 'inactive'),
('hulking', 'massive'),
('clandestine', 'secret'),
('haggard', 'gaunt'),
('cosmos', 'universe'),
('commendable', 'praiseworthy'),
('replenish', 'refill'),
('hindrance', 'obstacle'),
('mourning', 'grief'),
('simultaneous', 'concurrent'),
('infest', 'overrun'),
('penitentiary', 'jail'),
('slumberous', 'sleepy'),
('benefactor', 'patron'),
('rendezvous', 'meeting place'),
('immeasurable', 'vast'),
('whoop', 'shout'),
('andiron', 'fireplace log holder'),
('teem', 'abound'),
('deity', 'god or goddess'),
('confiscate', 'seize'),
('blossom', 'flower'),
('illusory', 'deceptive'),
('pummel', 'punch'),
('toxic', 'poisonous'),
('scowl', 'frown'),
('titan', 'giant'),
('migratory', 'roving'),
('kinfolk', 'family'),
('amplify', 'expand'),
('obtrude', 'thrust out'),
('mingle', 'intermix'),
('auburn', 'reddish-brown'),
('euphoria', 'bliss'),
('antidote', 'remedy'),
('bloodcurdling', 'horrific'),
('dejection', 'melancholy'),
('rationality', 'reasonableness'),
('huckster', 'peddler'),
('clod', 'lump'),
('cutthroat', 'ruthless'),
('juvenile', 'young'),
('grisly', 'gruesome'),
('befall', 'happen'),
('immobile', 'stationary'),
('crass', 'coarse'),
('turmoil', 'agitation'),
('trousers', 'pants'),
('gluttony', 'excess in eating'),
('odious', 'hateful'),
('ominous', 'threatening'),
('vagrant', 'drifter'),
('attire', 'clothes'),
('binary', 'twofold'),
('viper', 'venomous snake'),
('vile', 'despicable'),
('treatise', 'dissertation'),
('comprehension', 'understanding'),
('fretful', 'irritable'),
('gibe', 'scoff'),
('bloat', 'inflate'),
('mutiny', 'rebellion'),
('rupture', 'break'),
('rebuke', 'chide'),
('demeanor', 'behavior'),
('selfless', 'altruistic'),
('nook', 'corner'),
('pediatrician', 'children’s doctor'),
('unsavory', 'distasteful'),
('attain', 'achieve'),
('skyline', 'horizon'),
('chum', 'buddy'),
('vengeance', 'retribution'),
('humongous', 'huge'),
('delude', 'deceive'),
('panorama', 'wide view'),
('filly', 'young female horse'),
('provocation', 'incitement'),
('prejudicial', 'detrimental'),
('hospitable', 'welcoming'),
('termination', 'end'),
('literate', 'able to read and write'),
('morale', 'spirit'),
('memorialize', 'commemorate'),
('marginal', 'borderline'),
('petition', 'formal appeal'),
('feigned', 'pretended'),
('arson', 'malicious fire-setting'),
('confederation', 'alliance'),
('erosion', 'wearing away'),
('stately', 'grand'),
('overlord', 'master'),
('vanquish', 'conquer'),
('chide', 'scold'),
('blockade', 'obstruction'),
('implausible', 'hard to believe'),
('matrimony', 'marriage'),
('rationalize', 'justify'),
('quadruplicate', 'fourfold'),
('multitudinous', 'many'),
('drawn', 'haggard'),
('mongrel', 'mutt'),
('muted', 'quiet'),
('precocious', 'advanced'),
('melancholic', 'depressed'),
('globular', 'spherical'),
('buoy', 'float'),
('minuscule', 'tiny'),
('havoc', 'devastation'),
('infinitesimal', 'tiny'),
('unruly', 'disobedient'),
('prosperity', 'economic well-being'),
('inhibit', 'restrain'),
('habitation', 'home'),
('aqua', 'water'),
('odyssey', 'adventurous journey'),
('synagogue', 'temple'),
('amiss', 'faulty'),
('mastermind', 'genius'),
('deface', 'mar'),
('stoop', 'bend forward'),
('potency', 'power'),
('visor', 'eyeshade'),
('hefty', 'substantial'),
('barbarism', 'savagery'),
('kiln', 'oven'),
('annihilation', 'destruction'),
('forfeit', 'lose'),
('egotistical', 'vain'),
('carcass', 'corpse'),
('lethal', 'deadly'),
('quaff', 'drink'),
('commendation', 'praise'),
('miscellany', 'assortment'),
('sludge', 'muck'),
('vulgar', 'coarse'),
('merciless', 'cruel'),
('captivate', 'fascinate'),
('foresight', 'knowledge of the future'),
('populate', 'inhabit'),
('ultra', 'extreme'),
('garnish', 'decorate'),
('mariner', 'seaman'),
('serene', 'calm'),
('metropolis', 'city'),
('congregate', 'assemble'),
('disintegration', 'breakdown'),
('prim', 'prudish'),
('skitter', 'glide rapidly'),
('enable', 'empower'),
('crusade', 'campaign'),
('impartial', 'unbiased'),
('terminate', 'end'),
('spindle', 'shaft'),
('hilarity', 'mirth'),
('till', 'cultivate'),
('authenticity', 'genuineness'),
('sporty', 'flashy'),
('pinnacle', 'peak'),
('grotesque', 'bizarre'),
('competency', 'ability'),
('subterfuge', 'ruse'),
('renowned', 'famous'),
('limber', 'flexible'),
('groundless', 'unfounded'),
('inherent', 'innate'),
('respiration', 'breathing'),
('tinker', 'fiddle'),
('calculated', 'deliberate'),
('repulsive', 'disgusting'),
('precipice', 'cliff'),
('masterly', 'skillful'),
('peril', 'danger'),
('outbreak', 'eruption'),
('adulterate', 'make impure'),
('acquaint', 'familiarize'),
('unsightly', 'ugly'),
('barricade', 'obstruction'),
('sequel', 'continuation'),
('impurity', 'contamination'),
('crud', 'filth'),
('barbaric', 'uncivilized'),
('dolt', 'dullard'),
('chivalrous', 'gallant'),
('folksy', 'homespun'),
('scrawny', 'skinny'),
('serviceable', 'useful'),
('sentimentality', 'over-emotionalism'),
('marine', 'oceanic'),
('warily', 'cautiously'),
('thorax', 'insect midsection'),
('conjure', 'evoke'),
('dissect', 'take apart'),
('turbulence', 'agitation'),
('mystical', 'mysterious'),
('earsplitting', 'loud'),
('josh', 'tease jokingly'),
('intimacy', 'closeness'),
('atrocity', 'brutal inhumanity'),
('hypothermia', 'low body temperature'),
('lassie', 'young girl'),
('slothful', 'lazy'),
('envelop', 'surround'),
('propellant', 'fuel'),
('prosperous', 'flourishing'),
('hangdog', 'shamefaced'),
('savory', 'tasty'),
('eloquent', 'well-spoken'),
('deport', 'exile'),
('apparel', 'clothing'),
('henchman', 'crony'),
('variable', 'changeable'),
('svelte', 'slender'),
('recur', 'happen again'),
('humdrum', 'monotonous'),
('misdeed', 'wrongdoing'),
('abolish', 'end'),
('populous', 'crowded'),
('congestion', 'crowding'),
('broth', 'thin soup'),
('barterer', 'trader'),
('nourishment', 'sustenance'),
('thunderous', 'deafening'),
('portray', 'depict'),
('supplementary', 'additional'),
('solicit', 'ask'),
('amateurish', 'inexpert'),
('anarchy', 'lawlessness'),
('smug', 'self-satisfied'),
('compulsory', 'obligatory'),
('gourmet', 'food connoisseur'),
('cutlery', 'eating utensils'),
('mishap', 'accident'),
('wee', 'tiny'),
('intimidation', 'bullying'),
('devotee', 'follower'),
('dilapidate', 'decay'),
('kempt', 'tidy'),
('riveting', 'fascinating'),
('teal', 'blue-green'),
('grudging', 'reluctant'),
('nostalgia', 'yearning for the past'),
('hypercritical', 'faultfinding'),
('odorous', 'fragrant'),
('nestling', 'young bird'),
('reside', 'dwell'),
('attribute', 'characteristic'),
('relinquish', 'give up'),
('opt', 'choose'),
('peal', 'ring'),
('slander', 'speak badly of'),
('monotony', 'sameness'),
('pessimist', 'naysayer'),
('inventory', 'stock'),
('abhorrence', 'loathing'),
('gander', 'male goose'),
('locality', 'neighborhood'),
('maniacal', 'insane'),
('stocky', 'stout'),
('sluggard', 'lazy person'),
('sapling', 'young tree'),
('clamor', 'din'),
('utopia', 'paradise'),
('impulse', 'urge'),
('fraternity', 'brotherhood'),
('microcosm', 'miniature world'),
('nirvana', 'blissful enlightenment'),
('expend', 'use up'),
('populace', 'people'),
('insolence', 'haughtiness'),
('hillock', 'mound'),
('tarnish', 'stain'),
('prologue', 'introduction'),
('convulsion', 'paroxysm'),
('inscribe', 'write'),
('alloy', 'mixture'),
('lactose', 'milk sugar'),
('sentiment', 'opinion'),
('woozy', 'lightheaded'),
('mishmash', 'hodgepodge'),
('plight', 'condition'),
('fortify', 'strengthen'),
('toxin', 'poison'),
('assailant', 'attacker'),
('exquisite', 'delicate'),
('statuette', 'figurine'),
('dictatorship', 'rule by one person'),
('haste', 'hurry'),
('diligent', 'industrious'),
('rumpus', 'commotion'),
('profanity', 'cursing'),
('lass', 'girl'),
('potpourri', 'medley'),
('putrid', 'rotten'),
('doughy', 'pasty'),
('mural', 'wall painting'),
('tattered', 'ragged'),
('commencement', 'beginning'),
('spawn', 'breed'),
('pussyfoot', 'sneak'),
('forsake', 'abandon'),
('veranda', 'porch'),
('spunky', 'spirited'),
('colander', 'strainer'),
('totality', 'sum'),
('haywire', 'crazy'),
('loll', 'droop'),
('concoct', 'devise'),
('impudence', 'rudeness'),
('effervescent', 'bubbling'),
('terrain', 'ground'),
('diversity', 'variety'),
('eerie', 'strange'),
('burrow', 'tunnel'),
('satanic', 'demonic'),
('forked', 'branched'),
('taunt', 'ridicule'),
('verbalize', 'express'),
('straddle', 'bestride'),
('splice', 'interweave'),
('pertinence', 'applicability'),
('paternal', 'fatherly'),
('typhoon', 'hurricane'),
('lavatory', 'bathroom'),
('revulsion', 'disgust'),
('complimentary', 'free'),
('pragmatist', 'practical person'),
('gully', 'ravine'),
('tantalize', 'tease'),
('mutual', 'reciprocal'),
('venturesome', 'daring'),
('fabrication', 'made-up story'),
('preponderance', 'majority'),
('counterfeit', 'fake'),
('civility', 'politeness'),
('barter', 'trade'),
('pilfer', 'steal'),
('jovial', 'merry'),
('incision', 'cut'),
('diction', 'wording'),
('witless', 'foolish'),
('improbable', 'unlikely'),
('blooper', 'blunder'),
('foreman', 'boss'),
('explicit', 'clearly expressed'),
('microbe', 'germ'),
('scurry', 'scamper'),
('frigate', 'warship'),
('barbarian', 'savage'),
('zesty', 'spicy'),
('ramble', 'wander'),
('impertinence', 'rudeness'),
('disgruntled', 'unhappy'),
('mum', 'silent'),
('apprentice', 'learner'),
('handicapper', 'odds-maker'),
('inanimate', 'lifeless'),
('effervesce', 'fizz'),
('poppycock', 'nonsense'),
('depository', 'storehouse'),
('lenient', 'merciful'),
('custody', 'care'),
('bumpkin', 'yokel'),
('monotonous', 'unvarying'),
('scaremonger', 'alarmist'),
('impoverished', 'poor'),
('prosper', 'thrive'),
('wittingly', 'knowingly'),
('foil', 'frustrate'),
('bounty', 'reward'),
('tad', 'tiny bit'),
('plummet', 'drop sharply'),
('stifle', 'smother'),
('viable', 'workable'),
('convent', 'nunnery'),
('mirage', 'illusion'),
('backwash', 'aftermath'),
('swarthy', 'dusky'),
('literary', 'bookish'),
('husk', 'shell'),
('hybridize', 'crossbreed'),
('abstract', 'theoretical'),
('ungainly', 'clumsy'),
('insightful', 'perceptive'),
('discolor', 'stain'),
('varnish', 'gloss'),
('imminent', 'impending'),
('inequity', 'unfairness'),
('curvaceous', 'voluptuous'),
('notorious', 'infamous'),
('persecute', 'oppress'),
('doldrums', 'stagnation'),
('outstretch', 'extend'),
('metamorphose', 'transform'),
('compel', 'force'),
('paranoid', 'overly suspicious'),
('gingerly', 'cautiously'),
('slipshod', 'slovenly'),
('fraternal', 'brotherly'),
('differentiate', 'tell apart'),
('timeworn', 'hackneyed'),
('impoverish', 'make poor'),
('stupendous', 'astounding'),
('pallor', 'paleness'),
('intuitive', 'instinctual'),
('thriving', 'prosperous'),
('shirk', 'avoid'),
('actualize', 'make real'),
('exuberant', 'overjoyed'),
('vocation', 'occupation'),
('emancipation', 'freedom'),
('adversary', 'opponent'),
('antiquity', 'ancientness'),
('hydrophobia', 'fear of water'),
('aptitude', 'talent'),
('arsenal', 'armory'),
('bewilderment', 'confusion'),
('novice', 'beginner'),
('implant', 'instill'),
('deterioration', 'worsening'),
('admissible', 'allowable'),
('impassive', 'unmoved'),
('tomfoolery', 'folly'),
('savagery', 'barbarity'),
('wholesome', 'healthy'),
('situate', 'position'),
('periodic', 'regular'),
('parole', 'conditional release'),
('verify', 'confirm'),
('dismal', 'gloomy'),
('resent', 'begrudge'),
('musty', 'stale'),
('conspire', 'plot'),
('dormancy', 'temporary inactivity'),
('sorority', 'women’s association'),
('assuredly', 'certainly'),
('optimal', 'best'),
('jabber', 'chatter'),
('entice', 'tempt'),
('norm', 'average'),
('skinflint', 'miser'),
('herbivorous', 'plant-eating'),
('titanic', 'colossal'),
('gutsy', 'courageous'),
('amok', 'berserk'),
('cordiality', 'friendliness'),
('disembark', 'go ashore'),
('uterus', 'womb'),
('detract', 'take away'),
('retract', 'withdraw'),
('confer', 'bestow'),
('grandeur', 'magnificence'),
('attendant', 'accompanying'),
('gore', 'bloodiness'),
('passable', 'adequate'),
('pageantry', 'pomp'),
('touchy', 'irritable'),
('antagonize', 'provoke'),
('bisect', 'divide'),
('scorch', 'singe'),
('ignoble', 'dishonorable'),
('douse', 'drench'),
('unflagging', 'tireless'),
('metaphor', 'simile'),
('logistics', 'practical details'),
('impregnate', 'fertilize'),
('ecstasy', 'extreme joy'),
('tirade', 'angry speech'),
('perishable', 'easily spoiled'),
('oust', 'remove'),
('bashful', 'shy'),
('patio', 'terrace'),
('gargantuan', 'huge'),
('antonym', 'opposite'),
('fetching', 'attractive'),
('nonchalant', 'unconcerned'),
('contour', 'shape'),
('momentary', 'fleeting'),
('append', 'attach'),
('magistrate', 'judge'),
('blot', 'stain'),
('hoodwink', 'deceive'),
('scraggly', 'unkempt'),
('mystify', 'bewilder'),
('deign', 'lower oneself'),
('ewe', 'female sheep'),
('personify', 'embody'),
('futility', 'uselessness'),
('whodunit', 'detective story'),
('imp', 'pixie'),
('impending', 'about to happen'),
('outlandish', 'bizarre'),
('jest', 'joke'),
('instigator', 'provoker'),
('mentality', 'mind-set'),
('backlash', 'repercussion'),
('hindmost', 'rear'),
('lanky', 'gangling'),
('gist', 'essence'),
('degenerate', 'become worse'),
('parched', 'dry'),
('elector', 'voter'),
('ploy', 'stratagem'),
('insubordination', 'disobedience'),
('deportee', 'exile'),
('marionette', 'puppet'),
('parody', 'spoof'),
('disengage', 'detach'),
('taint', 'sully'),
('offshoot', 'branch'),
('enunciate', 'pronounce'),
('grub', 'larva'),
('savor', 'relish'),
('sprightly', 'lively'),
('disarray', 'confusion'),
('reconcile', 'settle'),
('tiresome', 'tedious'),
('gyration', 'circular motion'),
('arrogance', 'haughtiness'),
('tether', 'leash'),
('levelheaded', 'sensible'),
('nestle', 'cuddle'),
('mope', 'pout'),
('swill', 'slop'),
('autosuggestion', 'self-hypnosis'),
('controversy', 'dispute'),
('gale', 'tempest'),
('appraisal', 'assessment'),
('ravishing', 'beautiful'),
('revoke', 'withdraw'),
('paternity', 'fatherhood'),
('warlock', 'sorcerer'),
('dinghy', 'rowboat'),
('perverted', 'depraved'),
('drool', 'drivel'),
('debut', 'first appearance'),
('pacifist', 'believer in non-violence'),
('perplexed', 'puzzled'),
('bibliophile', 'book lover'),
('imply', 'suggest'),
('cabana', 'bathhouse'),
('asphyxiate', 'suffocate'),
('parch', 'dry'),
('showy', 'gaudy'),
('mandatory', 'compulsory'),
('predestination', 'fate'),
('detonate', 'explode'),
('harebrained', 'foolish'),
('interrogator', 'questioner'),
('confederate', 'ally'),
('fancier', 'enthusiast'),
('futile', 'useless'),
('invertebrate', 'spineless'),
('tyrannize', 'oppress'),
('sentinel', 'guard'),
('gibber', 'chatter'),
('misdemeanor', 'infraction'),
('conceit', 'vanity'),
('acquisition', 'gain'),
('ode', 'lyric poem'),
('jeopardize', 'imperil'),
('saturate', 'soak'),
('disavowal', 'denial'),
('lethargy', 'sluggishness'),
('commingle', 'blend'),
('grungy', 'shabby'),
('disburse', 'pay out'),
('acclamation', 'expression of approval'),
('scruffy', 'unkempt'),
('volley', 'salvo'),
('pang', 'spasm'),
('aura', 'atmosphere'),
('accentuate', 'emphasize'),
('sonny', 'lad'),
('extroverted', 'outgoing'),
('accord', 'agreement'),
('zest', 'gusto'),
('ecstatic', 'rapturous'),
('prospective', 'anticipated'),
('frankness', 'candor'),
('courtship', 'wooing'),
('onslaught', 'attack'),
('highwayman', 'bandit'),
('insolent', 'disrespectful'),
('applicable', 'relevant'),
('petticoat', 'underskirt'),
('authenticate', 'confirm'),
('speculative', 'theoretical'),
('chancy', 'uncertain'),
('nuzzle', 'snuggle'),
('ambiance', 'atmosphere'),
('eccentricity', 'oddness'),
('scoff', 'jeer'),
('expressly', 'explicitly'),
('rove', 'wander'),
('aboveboard', 'straightforward'),
('thriftless', 'wasteful'),
('truce', 'armistice'),
('nationalistic', 'patriotic'),
('imperial', 'royal'),
('stupefy', 'bewilder'),
('ragamuffin', 'dirty street child'),
('bountiful', 'abundant'),
('pivotal', 'crucial'),
('nil', 'nothing'),
('tart', 'sour'),
('medley', 'mixture'),
('conspicuous', 'noticeable'),
('impassioned', 'emotionally excited'),
('salve', 'ointment'),
('archetype', 'original model'),
('methodical', 'systematic'),
('limbo', 'oblivion'),
('squabble', 'quarrel'),
('studious', 'diligent in learning'),
('articulate', 'well-spoken'),
('lurch', 'stagger'),
('pokey', 'slow'),
('cryptic', 'secret'),
('expenditure', 'payment'),
('rave', 'speak wildly'),
('interrogatory', 'questioning'),
('elude', 'evade'),
('minstrel', 'medieval singer'),
('flog', 'whip'),
('germinate', 'sprout'),
('amnesty', 'pardon'),
('terrestrial', 'earthly'),
('muse', 'ponder'),
('introspective', 'self-examining'),
('confounded', 'perplexed'),
('rhythmic', 'cadenced'),
('environs', 'surroundings'),
('bogus', 'sham'),
('compliant', 'yielding'),
('evasion', 'avoidance'),
('breach', 'violation'),
('diverse', 'various'),
('acclaim', 'praise'),
('downtrodden', 'oppressed'),
('marauder', 'plunderer'),
('ratty', 'unkempt'),
('relic', 'ancient memento'),
('snoopy', 'prying'),
('nape', 'back of the neck'),
('advantageous', 'beneficial'),
('porous', 'permeable'),
('irresolute', 'indecisive'),
('acute', 'sharp'),
('conspirator', 'plotter'),
('perplexity', 'bewilderment'),
('barbarity', 'inhumanity'),
('ultimatum', 'demand'),
('shrill', 'piercing'),
('dexterous', 'skillful'),
('lucidity', 'clearness'),
('testy', 'irritable'),
('betrothal', 'engagement'),
('tush', 'backside'),
('goody', 'delicacy'),
('soluble', 'easily dissolved'),
('shortfall', 'deficit'),
('naught', 'nothing'),
('ornithologist', 'bird-watcher'),
('revenue', 'income'),
('cumbersome', 'unwieldy'),
('sheen', 'brightness'),
('crockery', 'earthenware'),
('paradox', 'self-contradiction'),
('cask', 'barrel'),
('economical', 'frugal'),
('daunt', 'intimidate'),
('perseverance', 'steadfastness'),
('homespun', 'plain'),
('supplemental', 'auxiliary'),
('potent', 'powerful'),
('baleen', 'whalebone'),
('pauper', 'beggar'),
('provocative', 'stimulating'),
('lard', 'fat'),
('unkempt', 'slovenly'),
('umpteen', 'very many'),
('disinclined', 'reluctant'),
('stricken', 'afflicted'),
('revamp', 'renovate'),
('obstinacy', 'stubbornness'),
('preoccupied', 'distracted'),
('debility', 'weakness'),
('narrative', 'story'),
('cobbler', 'shoemaker'),
('ration', 'allotment'),
('birthright', 'privilege'),
('devious', 'sneaky'),
('assert', 'declare'),
('insignia', 'emblem'),
('flounder', 'struggle'),
('laceration', 'wound'),
('imperil', 'endanger'),
('hypothesize', 'speculate'),
('cornerstone', 'foundation'),
('replica', 'copy'),
('scribe', 'writer'),
('hosiery', 'stockings'),
('boondocks', 'hinterland'),
('pedigree', 'lineage'),
('antagonistic', 'hostile'),
('egoistic', 'self-centered'),
('pearly', 'iridescent'),
('paradoxical', 'self-contradictory'),
('oratory', 'public speaking'),
('knotty', 'complex'),
('shoddy', 'inferior'),
('suppress', 'inhibit'),
('intoxicant', 'alcohol'),
('brawn', 'muscle'),
('degradation', 'disgrace'),
('anthology', 'collection'),
('mystification', 'bewilderment'),
('eon', 'long time'),
('lapse', 'slip'),
('pyrotechnics', 'fireworks'),
('literal', 'word-for-word'),
('fibula', 'shinbone'),
('embryonic', 'undeveloped'),
('virtuosity', 'excellence'),
('quintuple', 'fivefold'),
('psychedelic', 'hallucinatory'),
('scamp', 'rascal'),
('neutralize', 'counteract'),
('enthrall', 'captivate'),
('impeach', 'accuse of a crime'),
('dank', 'clammy'),
('fluctuate', 'waver'),
('patchwork', 'hodgepodge'),
('hemorrhage', 'bleed'),
('sequential', 'serial'),
('skedaddle', 'flee'),
('foster', 'nurture'),
('nitpick', 'quibble'),
('rouse', 'awaken'),
('commiseration', 'pity'),
('mesmerize', 'spellbind'),
('cocksure', 'overconfident'),
('sierra', 'mountain range'),
('assemblage', 'gathering'),
('advisement', 'consideration'),
('megalopolis', 'large city'),
('torrent', 'flood'),
('instigate', 'provoke'),
('canny', 'shrewd'),
('garb', 'attire'),
('disdain', 'scorn'),
('insight', 'perception'),
('barbarous', 'uncivilized'),
('iota', 'tiny bit'),
('consolidate', 'combine'),
('oppression', 'tyranny'),
('atrocious', 'abominable'),
('brouhaha', 'uproar'),
('borough', 'town'),
('sardonic', 'mocking'),
('jimmies', 'chocolate sprinkles'),
('dormant', 'inactive'),
('throttle', 'choke'),
('dawdle', 'linger'),
('habitual', 'customary'),
('dogged', 'persistent'),
('overture', 'prelude'),
('affiliation', 'association'),
('detrimental', 'damaging'),
('asymmetry', 'imbalance'),
('surreal', 'dreamlike'),
('flotsam', 'wreckage'),
('intersect', 'cross'),
('transcribe', 'copy'),
('duteous', 'obedient'),
('requisition', 'demand'),
('rationale', 'explanation'),
('sacrilege', 'blasphemy'),
('numismatics', 'coin collecting'),
('variance', 'difference'),
('credence', 'belief'),
('cohabit', 'live together'),
('impressionable', 'easily influenced'),
('chronicle', 'account'),
('deletion', 'erasing'),
('kudos', 'praise'),
('sustenance', 'food'),
('ritzy', 'posh'),
('feline', 'catlike'),
('ramshackle', 'dilapidated'),
('oppressive', 'tyrannical'),
('intricate', 'complicated'),
('conjecture', 'guess'),
('dupe', 'fool'),
('devour', 'consume'),
('thither', 'there'),
('outlying', 'remote'),
('glower', 'glare'),
('carafe', 'wide-mouthed bottle'),
('tyrannical', 'despotic'),
('sass', 'backtalk'),
('rabid', 'frenzied'),
('unerring', 'sure'),
('deplorable', 'disgraceful'),
('acquit', 'find not guilty'),
('qualm', 'misgiving'),
('offbeat', 'unconventional'),
('swoon', 'faint'),
('embezzlement', 'theft'),
('manic', 'frenzied'),
('portal', 'entrance'),
('gushy', 'overly sentimental'),
('fabricate', 'construct'),
('somnolent', 'drowsy'),
('altruism', 'selflessness'),
('comatose', 'unconscious'),
('bask', 'luxuriate'),
('maul', 'mangle'),
('destitution', 'poverty'),
('operable', 'functional'),
('sullen', 'morose'),
('adieu', 'farewell'),
('emblematic', 'symbolic'),
('faction', 'clique'),
('fructose', 'fruit sugar'),
('registrar', 'record-keeper'),
('scrutiny', 'examination'),
('doctrine', 'teaching'),
('fidelity', 'loyalty'),
('surrogate', 'substitute'),
('perilous', 'dangerous'),
('demanding', 'difficult'),
('unity', 'oneness'),
('connoisseur', 'food or art expert'),
('predisposition', 'tendency'),
('impiety', 'irreverence'),
('patsy', 'pushover'),
('corset', 'girdle'),
('taboo', 'forbidden'),
('conform', 'comply'),
('stow', 'pack'),
('militancy', 'combativeness'),
('hone', 'sharpen'),
('electorate', 'voters'),
('vertigo', 'dizziness'),
('appall', 'dismay'),
('mitt', 'glove'),
('novelty', 'newness'),
('disheveled', 'unkempt'),
('arbitrator', 'judge'),
('inestimable', 'measureless'),
('lactic', 'milk-related'),
('premonition', 'forewarning'),
('crusty', 'gruff'),
('perturbation', 'disturbance'),
('prevalence', 'frequency'),
('relent', 'yield'),
('ravenous', 'starved'),
('byway', 'side road'),
('utility', 'usefulness'),
('verbose', 'wordy'),
('carcinogenic', 'cancer-causing'),
('genre', 'category'),
('onset', 'beginning'),
('outstrip', 'surpass'),
('evangelize', 'preach'),
('ascribe', 'attribute'),
('malevolence', 'ill will'),
('empathize', 'understand'),
('lethargic', 'sluggish'),
('infuse', 'instill'),
('fickle', 'inconstant'),
('indelicacy', 'rudeness'),
('lax', 'slack'),
('vogue', 'style'),
('vitality', 'energy'),
('opaque', 'non-transparent'),
('hermaphrodite', 'androgyne'),
('disfigure', 'mar'),
('racketeer', 'mobster'),
('vortex', 'whirlpool'),
('contend', 'struggle'),
('calamari', 'squid'),
('perpendicular', 'vertical'),
('invoice', 'bill'),
('boundless', 'vast'),
('spree', 'fling'),
('stouthearted', 'courageous'),
('inverse', 'opposite'),
('balm', 'ointment'),
('duplex', 'twofold'),
('crochet', 'needlework'),
('ascension', 'rising'),
('liaison', 'go-between'),
('phobia', 'fear'),
('derogatory', 'uncomplimentary'),
('dicey', 'unpredictable'),
('impregnable', 'unconquerable'),
('incivility', 'rudeness'),
('boor', 'uncultured person'),
('hydrous', 'watery'),
('trinket', 'bauble'),
('dignitary', 'important person'),
('confound', 'bewilder'),
('foyer', 'lobby'),
('avert', 'turn away'),
('indolence', 'laziness'),
('livid', 'enraged'),
('fascism', 'dictatorship'),
('deadpan', 'expressionless'),
('jostle', 'shove'),
('lavish', 'profuse'),
('barren', 'sterile'),
('camaraderie', 'good-fellowship'),
('divisive', 'causing disagreement'),
('contraction', 'shortening'),
('distraught', 'agitated'),
('prude', 'overly proper person'),
('proximity', 'nearness'),
('fission', 'splitting'),
('denude', 'strip'),
('larceny', 'theft'),
('peppy', 'lively'),
('reverberation', 'echo'),
('becloud', 'obscure'),
('exhaustive', 'thorough'),
('pennant', 'small flag'),
('asylum', 'sanctuary'),
('disproof', 'refutation'),
('shortcoming', 'defect'),
('ultramarine', 'deep blue'),
('meritorious', 'praiseworthy'),
('satirize', 'ridicule'),
('haven', 'harbor'),
('depletion', 'emptying'),
('parchment', 'sheepskin'),
('splendiferous', 'glorious'),
('hypothetical', 'conjectural'),
('partake', 'share'),
('escargot', 'snail'),
('crone', 'hag'),
('nuptial', 'wedding-related'),
('bilateral', 'two-sided'),
('rotund', 'round'),
('cartography', 'map-making'),
('gnarled', 'knotty'),
('proficient', 'skillful'),
('motif', 'theme'),
('desperado', 'outlaw'),
('perturb', 'agitate'),
('abash', 'embarrass'),
('apothecary', 'pharmacist'),
('impede', 'hinder'),
('vulgarism', 'obscenity'),
('fateful', 'momentous'),
('warmonger', 'militarist'),
('paraphernalia', 'assorted gear'),
('interpreter', 'translator'),
('tepid', 'lukewarm'),
('alcove', 'nook'),
('accusation', 'charge'),
('answerable', 'responsible'),
('downfall', 'ruin'),
('theology', 'divinity'),
('persnickety', 'fussy'),
('dollop', 'portion'),
('sonnet', 'poem'),
('senile', 'doddering'),
('gazebo', 'pavilion'),
('conjoin', 'unite'),
('egotistic', 'self-loving'),
('grope', 'fumble'),
('expanse', 'area'),
('machismo', 'manliness'),
('straggle', 'wander'),
('humbug', 'hoax'),
('deter', 'prevent'),
('pep', 'liveliness'),
('aspiration', 'ambition'),
('circuitous', 'roundabout'),
('soothsaying', 'prophecy'),
('heathen', 'pagan'),
('cherubic', 'angelic'),
('vivacity', 'liveliness'),
('regime', 'government'),
('rackety', 'noisy'),
('covet', 'desire'),
('genesis', 'beginning'),
('ailment', 'illness'),
('adorn', 'decorate'),
('infidel', 'unbeliever'),
('cultivated', 'refined'),
('intelligible', 'understandable'),
('blaspheme', 'curse'),
('personable', 'attractive'),
('impound', 'seize'),
('erroneous', 'mistaken'),
('ignominy', 'disgrace'),
('traverse', 'cross'),
('pittance', 'small amount'),
('maternity', 'motherhood'),
('mutton', 'sheep meat'),
('gyp', 'swindle'),
('blueprint', 'design'),
('partiality', 'bias'),
('oblivious', 'unmindful'),
('dingy', 'shabby'),
('delirium', 'madness'),
('opacity', 'non-transparency'),
('earthenware', 'pottery'),
('coy', 'shy'),
('cabaret', 'nightclub'),
('matte', 'non-glossy'),
('assail', 'attack'),
('indomitable', 'unconquerable'),
('hypertension', 'high blood pressure'),
('astral', 'pertaining to stars'),
('insubordinate', 'disobedient'),
('rover', 'wanderer'),
('brood', 'sulk'),
('dismay', 'consternation'),
('abortive', 'unsuccessful'),
('esteem', 'great regard'),
('quip', 'clever remark'),
('evanescence', 'gradual vanishment'),
('precursor', 'forerunner'),
('belligerence', 'hostility'),
('profuse', 'abundant'),
('chic', 'stylish'),
('outhouse', 'privy'),
('furtherance', 'advancement'),
('gruel', 'porridge'),
('dubious', 'questionable'),
('cardiologist', 'heart specialist'),
('authoritarian', 'dictatorial'),
('grandiloquence', 'pompous speech'),
('boorish', 'uncultured'),
('tedium', 'boredom'),
('outrigger', 'boat stabilizer'),
('persecution', 'oppression'),
('cordial', 'friendly'),
('sloth', 'laziness'),
('plurality', 'multitude'),
('pertain', 'relate'),
('assassination', 'murder'),
('kook', 'eccentric'),
('disembowel', 'eviscerate'),
('halo', 'ring of light'),
('flaccid', 'limp'),
('trepidation', 'fear'),
('vise', 'clamping tool'),
('luxuriant', 'lush'),
('voracious', 'ravenous'),
('swimmingly', 'smoothly'),
('taut', 'tight'),
('impertinent', 'rude'),
('statute', 'law'),
('denote', 'signify'),
('melodramatic', 'overly theatrical'),
('decimate', 'destroy'),
('mausoleum', 'tomb'),
('dastard', 'treacherous coward'),
('innumerable', 'countless'),
('unvarnished', 'plain'),
('deficit', 'shortage'),
('betrothed', 'engaged'),
('dire', 'dismal'),
('ambiguity', 'uncertainty'),
('creed', 'belief'),
('embellish', 'enhance'),
('groggy', 'unsteady'),
('masquerade', 'disguise'),
('virtuoso', 'masterful'),
('courier', 'messenger'),
('sanctity', 'holiness'),
('perpetual', 'everlasting'),
('harrowing', 'traumatic'),
('posh', 'elegant'),
('inapt', 'unsuitable'),
('linkage', 'connection'),
('venturous', 'daring'),
('cutlet', 'thin slice of meat'),
('contemptuous', 'disdainful'),
('pyromania', 'urge to start fires'),
('mushy', 'sentimental'),
('turret', 'little tower'),
('zeal', 'fervor'),
('cantankerous', 'bad-tempered'),
('serenity', 'peacefulness'),
('inhibition', 'restraint'),
('erratic', 'irregular'),
('turbulent', 'tumultuous'),
('detestation', 'loathing'),
('demerit', 'mark of misconduct'),
('debilitate', 'weaken'),
('whim', 'impulse'),
('raving', 'delirious'),
('cartographer', 'map-maker'),
('simper', 'smirk'),
('pixie', 'sprite'),
('satirical', 'mocking'),
('discretion', 'prudence'),
('seemly', 'becoming'),
('equestrian', 'horse rider'),
('blasphemous', 'profane'),
('thrifty', 'frugal'),
('perforate', 'pierce'),
('byword', 'common saying'),
('polychromatic', 'multi-colored'),
('witticism', 'clever remark'),
('tabby', 'brindled'),
('remand', 'send back'),
('mezzanine', 'lowest balcony'),
('vendetta', 'feud'),
('meander', 'ramble'),
('subservient', 'servile'),
('natal', 'birth-related'),
('mimicry', 'imitation'),
('munition', 'weaponry'),
('fallacy', 'misconception'),
('guerrilla', 'insurgent'),
('affinity', 'attraction'),
('exodus', 'departure'),
('jubilate', 'rejoice'),
('curative', 'remedial'),
('lop', 'cut off'),
('firebug', 'pyromaniac'),
('sever', 'divide'),
('helix', 'spiral'),
('rotunda', 'round building'),
('malicious', 'hateful'),
('forthright', 'straightforward'),
('vindictive', 'spiteful'),
('premeditation', 'forethought'),
('autonomy', 'self-government'),
('illicit', 'unlawful'),
('intricacy', 'elaborateness'),
('pretext', 'guise'),
('curator', 'custodian'),
('petty', 'trivial'),
('miscreant', 'villain'),
('germicide', 'disinfectant'),
('substantiate', 'verify'),
('scorn', 'contempt'),
('launder', 'wash'),
('contemplation', 'musing'),
('equitable', 'fair'),
('incandescent', 'glowing'),
('withstand', 'resist'),
('bonsai', 'dwarf tree'),
('contrive', 'devise'),
('gala', 'festivity'),
('apprehension', 'dread'),
('reputed', 'supposed'),
('naturalize', 'adapt'),
('blowhard', 'braggart'),
('incarcerate', 'imprison'),
('dilate', 'expand'),
('gyrate', 'revolve'),
('proponent', 'advocate'),
('galore', 'in abundance'),
('nourish', 'feed'),
('imprudent', 'unwise'),
('omnipresent', 'existing everywhere'),
('embargo', 'prohibition'),
('exemplify', 'illustrate'),
('noctambulism', 'sleepwalking'),
('savanna', 'grassland'),
('expendable', 'non-essential'),
('elixir', 'potion'),
('deviate', 'diverge'),
('repugnance', 'loathing'),
('repellent', 'disgusting'),
('partition', 'division'),
('coronation', 'crowning'),
('backhanded', 'indirect'),
('atypical', 'irregular'),
('pacific', 'peaceful'),
('detractor', 'critic'),
('amplitude', 'largeness'),
('totalitarianism', 'absolutism'),
('forgo', 'give up'),
('flora', 'plants'),
('resuscitate', 'revive'),
('disclaim', 'deny'),
('schematic', 'diagram'),
('corrosive', 'eating away'),
('auxiliary', 'additional'),
('felonious', 'criminal'),
('nativity', 'birth'),
('posterior', 'rear'),
('exuberance', 'enthusiasm'),
('gavel', 'mallet'),
('boutique', 'shop'),
('grovel', 'crawl'),
('prenatal', 'before birth'),
('disband', 'scatter'),
('cosmopolitan', 'worldly'),
('enmesh', 'snare'),
('longitudinal', 'running lengthwise'),
('shuck', 'husk'),
('fortnight', 'two weeks'),
('amiable', 'friendly'),
('farce', 'ridiculous comedy'),
('concave', 'curving inward'),
('memorandum', 'note'),
('quadrennium', 'four years'),
('taxonomy', 'classification'),
('taxonomy', 'classification'),
('transcend', 'surpass'),
('comely', 'good-looking'),
('burdensome', 'oppressive'),
('desegregate', 'mix'),
('revere', 'worship'),
('devout', 'religious'),
('wayfarer', 'traveler'),
('coccyx', 'tail bone'),
('metamorphosis', 'transformation'),
('femur', 'thighbone'),
('whittle', 'pare'),
('fluke', 'good fortune'),
('fanaticism', 'zealotry'),
('irrevocable', 'unalterable'),
('tiara', 'crown'),
('malice', 'hatred'),
('degrade', 'disgrace'),
('parson', 'clergyman'),
('wreak', 'inflict'),
('splashy', 'flamboyant'),
('commend', 'praise'),
('perpetuity', 'forever'),
('thrift', 'frugality'),
('notoriety', 'disrepute'),
('impotence', 'powerlessness'),
('bipartisan', 'two-party'),
('yore', 'yesteryear'),
('shorthand', 'stenography'),
('kinsman', 'relative'),
('ordain', 'decree'),
('entourage', 'attendants'),
('permeate', 'spread through'),
('parry', 'ward off'),
('asymmetric', 'uneven'),
('dozy', 'sleepy'),
('chastise', 'scold severely'),
('fjord', 'inlet'),
('deliberation', 'careful consideration'),
('affliction', 'distress'),
('introspection', 'self-contemplation'),
('renegade', 'rebel'),
('perjury', 'lying'),
('augmentation', 'increase'),
('carnage', 'slaughter'),
('lacerate', 'tear'),
('entreaty', 'appeal');
INSERT INTO `words` (`word1`, `word2`) VALUES
('caricature', 'parody'),
('sovereignty', 'dominion'),
('enterprising', 'venturesome'),
('inopportune', 'untimely'),
('sufferance', 'toleration'),
('superlative', 'excellent'),
('delegate', 'assign'),
('affirm', 'assert'),
('renown', 'fame'),
('blather', 'babble'),
('obliterate', 'destroy'),
('dexterity', 'skill'),
('magisterial', 'authoritative'),
('downcast', 'gloomy'),
('congest', 'clog'),
('sinew', 'tendon'),
('pizzazz', 'flamboyance'),
('berate', 'scold'),
('delusive', 'misleading'),
('grenadine', 'pomegranate syrup'),
('analgesic', 'painkiller'),
('spew', 'disgorge'),
('rustic', 'rural'),
('bereavement', 'mourning'),
('unconditional', 'absolute'),
('bloodline', 'lineage'),
('instrumentalist', 'musician'),
('venue', 'location'),
('abomination', 'loathing'),
('efficacy', 'effectiveness'),
('diligence', 'effort'),
('divulge', 'reveal'),
('crony', 'pal'),
('vainglorious', 'boastful'),
('nonaligned', 'neutral'),
('facsimile', 'copy'),
('keen', 'acute'),
('lattice', 'grille'),
('antagonism', 'hostility'),
('entity', 'being'),
('cadaver', 'corpse'),
('discrepancy', 'variance'),
('annotate', 'make comments about'),
('vend', 'sell'),
('benchmark', 'standard'),
('yoke', 'link'),
('twaddle', 'nonsense'),
('psychosis', 'mental disorder'),
('belittle', 'disparage'),
('hovel', 'run-down hut'),
('malcontent', 'dissatisfied person'),
('pontificate', 'speak pompously'),
('bludgeon', 'club'),
('spud', 'potato'),
('objectivity', 'impartiality'),
('fissure', 'crack'),
('supposal', 'assumption'),
('flub', 'botch'),
('pillage', 'plunder'),
('gruff', 'brusque'),
('predicament', 'quandary'),
('lackey', 'servant'),
('fanciful', 'whimsical'),
('roomer', 'lodger'),
('chalice', 'goblet'),
('secular', 'worldly'),
('martial', 'warlike'),
('annulment', 'invalidation'),
('detestable', 'abhorrent'),
('portfolio', 'collected drawings'),
('persona', 'character'),
('reword', 'paraphrase'),
('bobbin', 'spool'),
('lout', 'goon'),
('mayhem', 'havoc'),
('demise', 'death'),
('animosity', 'hatred'),
('remittance', 'payment'),
('manifesto', 'declaration'),
('monocle', 'eyeglass'),
('bazaar', 'market'),
('symptomatic', 'indicative'),
('purge', 'cleanse'),
('underwriter', 'guarantor'),
('emissary', 'messenger'),
('outset', 'beginning'),
('implement', 'tool'),
('verbatim', 'word for word'),
('voluptuous', 'sensual'),
('pucker', 'wrinkle'),
('grotto', 'cave'),
('grandiose', 'impressive'),
('requisite', 'necessary'),
('skiff', 'small boat'),
('vex', 'irritate'),
('pasty', 'pallid'),
('solarium', 'sunroom'),
('plumage', 'feathers'),
('strapping', 'large'),
('avow', 'declare'),
('pleat', 'fold'),
('static', 'unchanging'),
('layman', 'nonprofessional'),
('indefatigability', 'tirelessness'),
('pauperism', 'poverty'),
('idiosyncrasy', 'eccentricity'),
('disinclination', 'reluctance'),
('allot', 'assign'),
('ostentation', 'showiness'),
('ordinance', 'regulation'),
('accordant', 'agreeing'),
('acclimatize', 'adapt'),
('dissertation', 'thesis'),
('copious', 'plentiful'),
('similitude', 'likeness'),
('mull', 'ponder'),
('springy', 'resilient'),
('reprimand', 'censure'),
('vexation', 'annoyance'),
('demilitarize', 'disarm'),
('waive', 'relinquish'),
('jaded', 'wearied'),
('bowman', 'archer'),
('saunter', 'stroll'),
('prose', 'writing'),
('convoy', 'escort'),
('tic', 'twitching'),
('unimpeachable', 'blameless'),
('distinguished', 'illustrious'),
('anthropomorphic', 'humanlike'),
('conscientious', 'scrupulous'),
('rite', 'ceremony'),
('apprehensive', 'fearful'),
('incorrigible', 'unreformable'),
('jounce', 'jolt'),
('preamble', 'introduction'),
('maze', 'labyrinth'),
('don', 'put on'),
('gentry', 'aristocracy'),
('dispirited', 'listless'),
('orb', 'globe'),
('circumnavigate', 'sail around'),
('rectify', 'correct'),
('extrasensory', 'paranormal'),
('commerce', 'business'),
('cornucopia', 'horn of plenty'),
('apparition', 'ghost'),
('outspoken', 'frank'),
('crotchety', 'irritable'),
('elegy', 'mournful poem'),
('inebriated', 'drunk'),
('inkling', 'hint'),
('servile', 'submissive'),
('azure', 'sky-blue'),
('ruse', 'trick'),
('faze', 'daunt'),
('akin', 'related'),
('benefaction', 'charitable aid'),
('confectioner', 'candymaker'),
('plethora', 'excess'),
('gazette', 'newspaper'),
('brandish', 'wave around menacingly'),
('bounteous', 'generous'),
('pervade', 'spread'),
('misogynist', 'woman hater'),
('stanch', 'halt'),
('depravity', 'immorality'),
('discrete', 'separate'),
('tumbler', 'drinking glass'),
('noxious', 'harmful'),
('impious', 'irreverent'),
('bemoan', 'lament'),
('crevasse', 'fissure'),
('miff', 'offend'),
('dishevel', 'tousle'),
('spry', 'nimble'),
('opportune', 'timely'),
('rubella', 'German measles'),
('thoroughfare', 'passage'),
('crest', 'top'),
('warrant', 'guarantee'),
('cleft', 'split'),
('devoid', 'empty'),
('ensue', 'follow'),
('curt', 'terse'),
('merchantman', 'freighter'),
('acrid', 'bitter'),
('promenade', 'stroll'),
('hypocrisy', 'phoniness'),
('persevere', 'continue steadfastly'),
('sonata', 'musical composition'),
('succession', 'sequence'),
('verbiage', 'wordiness'),
('rawboned', 'gaunt'),
('corrugated', 'ridged'),
('saline', 'salty'),
('exorbitant', 'excessive'),
('swashbuckling', 'dashingly adventurous'),
('demean', 'degrade'),
('impromptu', 'without preparation'),
('underling', 'subordinate'),
('burlap', 'coarse fabric'),
('condolence', 'sympathy'),
('plush', 'luxurious'),
('entail', 'involve'),
('inception', 'beginning'),
('belligerent', 'quarrelsome'),
('clemency', 'mercy'),
('heraldry', 'pageantry'),
('semblance', 'likeness'),
('atone', 'make amends'),
('dub', 'nickname'),
('confection', 'sweet'),
('pugnacious', 'quarrelsome'),
('portly', 'stout'),
('floaty', 'buoyant'),
('archaic', 'antiquated'),
('mace', 'medieval battle club'),
('foolhardy', 'rash'),
('epidermis', 'skin'),
('scuttlebutt', 'gossip'),
('tentative', 'provisional'),
('swaddle', 'wrap in cloth'),
('earthy', 'crude'),
('devoutly', 'piously'),
('collate', 'arrange in order'),
('balderdash', 'nonsense'),
('contemptible', 'despicable'),
('trounce', 'beat'),
('dribble', 'trickle'),
('accrue', 'accumulate'),
('perspective', 'view'),
('maize', 'corn'),
('insinuate', 'imply'),
('catastrophic', 'disastrous'),
('padre', 'military chaplain'),
('amend', 'improve'),
('hark', 'listen'),
('cohere', 'stick together'),
('quietude', 'tranquility'),
('rile', 'upset'),
('vouch', 'attest'),
('bamboozle', 'dupe'),
('facade', 'front of a building'),
('judicious', 'wise'),
('dilation', 'expansion'),
('mandate', 'command'),
('egotist', 'conceited person'),
('foreshadow', 'indicate in advance'),
('enshroud', 'cover'),
('ordnance', 'artillery'),
('bordello', 'brothel'),
('epitomize', 'be typical of'),
('armament', 'weaponry'),
('unsung', 'obscure'),
('apathetic', 'indifferent'),
('valorous', 'brave'),
('pious', 'devout'),
('suffocate', 'smother'),
('virility', 'manliness'),
('embellishment', 'decoration'),
('subsidy', 'aid'),
('bolster', 'reinforce'),
('sternum', 'breastbone'),
('destitute', 'poor'),
('hiatus', 'gap'),
('pompous', 'self-important'),
('riotous', 'turbulent'),
('daft', 'foolish'),
('scalawag', 'rascal'),
('incandesce', 'glow'),
('aversion', 'dislike'),
('interrogate', 'question'),
('abound', 'be plentiful'),
('relapse', 'backslide'),
('hedonist', 'pleasure-seeker'),
('titter', 'giggle'),
('profane', 'unholy'),
('cohort', 'associate'),
('parenthetical', 'explaining'),
('flux', 'change'),
('duress', 'pressure'),
('turncoat', 'traitor'),
('abstain', 'refrain'),
('annotation', 'note'),
('proficiency', 'skill'),
('pristine', 'unspoiled'),
('diversion', 'pastime'),
('omniscient', 'all-knowing'),
('stigma', 'mark of disgrace'),
('concurrence', 'agreement'),
('ovate', 'egg-shaped'),
('genealogy', 'lineage'),
('begrudge', 'envy'),
('impressionism', 'painting style'),
('tussle', 'scuffle'),
('formidable', 'impressive'),
('saccharine', 'sugary'),
('tribunal', 'court'),
('detriment', 'harm'),
('tangible', 'touchable'),
('amends', 'compensation'),
('proportional', 'commensurate'),
('covert', 'secret'),
('alleviate', 'relieve'),
('hooey', 'nonsense'),
('prudent', 'discreetly wise'),
('illusive', 'deceptive'),
('vivacious', 'lively'),
('exacerbate', 'make worse'),
('kindred', 'related'),
('figurative', 'metaphorical'),
('insidious', 'treacherous'),
('bewail', 'lament'),
('volatile', 'changeable'),
('archipelago', 'group of islands'),
('cad', 'scoundrel'),
('peruse', 'examine'),
('adjourn', 'recess'),
('ornery', 'disagreeable'),
('filmy', 'gauzy'),
('woo', 'court'),
('ostracism', 'banishment'),
('ascendancy', 'dominance'),
('dogmatic', 'opinionated'),
('despondency', 'dejection'),
('despondent', 'disheartened'),
('imposition', 'burden'),
('brine', 'salt water'),
('abode', 'home'),
('immaterial', 'unimportant'),
('mnemonic', 'memory-related'),
('trilateral', 'three-sided'),
('penitence', 'remorse'),
('wares', 'merchandise'),
('cyan', 'blue-green'),
('amorous', 'loving'),
('prattle', 'babble'),
('desist', 'cease'),
('squelch', 'quell'),
('regal', 'kingly'),
('ineffectual', 'futile'),
('annul', 'void'),
('repressive', 'inhibitory'),
('enamored', 'in love'),
('rambunctious', 'boisterous'),
('bottleneck', 'obstruction'),
('coercion', 'force'),
('monocracy', 'dictatorship'),
('posthumous', 'after death'),
('abatement', 'reduction'),
('exultation', 'jubilance'),
('remedial', 'corrective'),
('vindicate', 'justify'),
('plait', 'braid'),
('stipulate', 'specify'),
('complacence', 'self-satisfaction'),
('concur', 'agree'),
('connive', 'scheme'),
('ambivalence', 'uncertainty'),
('typify', 'epitomize'),
('vista', 'view'),
('amicable', 'friendly'),
('mutable', 'changeable'),
('reverie', 'daydream'),
('emphatic', 'forceful'),
('trellis', 'lattice'),
('supersede', 'replace'),
('painstaking', 'diligent'),
('bequeath', 'hand down'),
('unbecoming', 'improper'),
('fallible', 'liable to make errors'),
('outlander', 'foreigner'),
('sarcophagus', 'stone coffin'),
('adverse', 'unfavorable'),
('raconteur', 'storyteller'),
('raring', 'eager'),
('apportion', 'allot'),
('deterrent', 'disincentive'),
('lowly', 'humble'),
('procrastination', 'delay'),
('paramount', 'supreme'),
('brunt', 'impact'),
('grueling', 'arduous'),
('hutch', 'shack'),
('allure', 'entice'),
('rogue', 'scoundrel'),
('daub', 'smear'),
('patron', 'supporter'),
('annex', 'attach'),
('denunciation', 'condemnation'),
('stellar', 'outstanding'),
('cretin', 'imbecile'),
('enrapture', 'delight'),
('swag', 'loot'),
('melee', 'scuffle'),
('adamant', 'unyielding'),
('joey', 'baby kangaroo'),
('fanfare', 'hullabaloo'),
('lesion', 'wound'),
('lesion', 'wound'),
('preen', 'primp'),
('pox', 'syphilis'),
('affluence', 'wealth'),
('supposition', 'hypothesis'),
('marked', 'conspicuous'),
('periodical', 'magazine'),
('benevolence', 'kindness'),
('wispy', 'insubstantial'),
('unremitting', 'ceaseless'),
('fabulist', 'storyteller'),
('acrophobia', 'fear of heights'),
('clout', 'influence'),
('faux', 'imitation'),
('cosmopolite', 'worldly person'),
('burnish', 'polish'),
('carbine', 'rifle'),
('herbage', 'vegetation'),
('tribulation', 'ordeal'),
('dichotomy', 'duality'),
('narcissism', 'self-love'),
('apex', 'peak'),
('presumptuous', 'overly forward'),
('savvy', 'shrewdness'),
('languor', 'sluggishness'),
('progenitor', 'ancestor'),
('apprehend', 'arrest'),
('cryptogram', 'coded message'),
('pastoral', 'idyllic'),
('esophagus', 'gullet'),
('automaton', 'robot'),
('dejected', 'glum'),
('luminesce', 'glow'),
('placard', 'poster'),
('proprietor', 'owner'),
('gluttonous', 'voracious'),
('garish', 'showy'),
('designing', 'scheming'),
('frond', 'large leaf'),
('restitution', 'amends'),
('curtail', 'shorten'),
('epitome', 'embodiment'),
('bloated', 'distended'),
('legion', 'multitude'),
('inebriety', 'drunkenness'),
('induce', 'cause'),
('diminution', 'lessening'),
('lucid', 'clear'),
('swank', 'stylishness'),
('traipse', 'walk about'),
('dorsal', 'back'),
('revelry', 'merrymaking'),
('alleged', 'supposed'),
('citadel', 'fortress'),
('driblet', 'drop'),
('exude', 'ooze out'),
('flimflam', 'trick'),
('flimflam', 'trick'),
('indict', 'accuse'),
('deterrence', 'disincentive'),
('fisticuffs', 'boxing'),
('foible', 'weakness'),
('coniferous', 'bearing cones'),
('despondence', 'sadness'),
('drowse', 'doze'),
('malevolent', 'hateful'),
('hooky', 'truancy'),
('sumptuous', 'lavish'),
('riffraff', 'rabble'),
('penal', 'punitive'),
('snooty', 'elitist'),
('southpaw', 'left-hander'),
('indigenous', 'native'),
('innocuous', 'harmless'),
('cataclysm', 'disaster'),
('brooch', 'pin'),
('insatiable', 'voracious'),
('gainful', 'profitable'),
('reprehensible', 'blameworthy'),
('navel', 'bellybutton'),
('frivolous', 'trivial'),
('adjoin', 'border'),
('gazpacho', 'soup'),
('mortify', 'chagrin'),
('gestation', 'pregnancy'),
('bestial', 'animal-like'),
('moray', 'eel'),
('knoll', 'mound'),
('insurgent', 'rebellious'),
('courtly', 'elegant'),
('pandemic', 'widespread'),
('aperture', 'opening'),
('inert', 'inactive'),
('adulation', 'worship'),
('ditty', 'song'),
('harlot', 'prostitute'),
('parameter', 'boundary'),
('jowl', 'jaw'),
('fresco', 'painting on plaster'),
('inebriate', 'intoxicate'),
('invocation', 'prayer'),
('aboriginal', 'native'),
('exemplar', 'model'),
('pomp', 'splendor'),
('utilitarian', 'useful'),
('serendipity', 'luck finding things'),
('dapper', 'stylishly dressed'),
('muslin', 'plain-woven cotton'),
('multilateral', 'many-sided'),
('aqueous', 'watery'),
('conjunctivitis', 'pinkeye'),
('amulet', 'magic charm'),
('finery', 'clothes'),
('newsmonger', 'gossip'),
('pensive', 'thoughtful'),
('piddling', 'trivial'),
('procrastinate', 'postpone'),
('orthodox', 'conventional'),
('clangor', 'ringing'),
('inglorious', 'shameful'),
('determinate', 'fixed'),
('chipper', 'lively'),
('bovine', 'cow-like'),
('oscillate', 'swing'),
('troglodyte', 'cave-dweller'),
('mercenary', 'greedy for money'),
('liege', 'sovereign'),
('prissy', 'prim'),
('assertion', 'statement'),
('superfluous', 'unnecessary'),
('truism', 'axiom'),
('opulence', 'wealth'),
('renounce', 'give up'),
('disposition', 'temperament'),
('listless', 'lethargic'),
('specter', 'apparition'),
('collusion', 'secret agreement'),
('barefaced', 'audacious'),
('subcutaneous', 'under the skin'),
('numerate', 'count'),
('inference', 'deduction'),
('jurisprudence', 'law'),
('beguile', 'deceive'),
('squalor', 'filthiness'),
('tawdry', 'gaudy'),
('exonerate', 'acquit'),
('sequester', 'seclude'),
('resolute', 'firm'),
('raspy', 'grating'),
('exultant', 'joyous'),
('carping', 'fault-finding'),
('malady', 'illness'),
('predestinate', 'foreordain'),
('lustrous', 'shining'),
('paunch', 'belly'),
('apocalyptic', 'portending doom'),
('unilateral', 'one-sided'),
('proverbial', 'well-known'),
('aesthetic', 'artistically beautiful'),
('odoriferous', 'scented'),
('rapscallion', 'rascal'),
('surly', 'bad-tempered'),
('denounce', 'criticize'),
('mirth', 'merriment'),
('tyrannous', 'despotic'),
('omnipotent', 'all-powerful'),
('putrefaction', 'rotting'),
('effeminacy', 'womanishness'),
('cognition', 'knowledge'),
('veneer', 'gloss'),
('soothsayer', 'foreteller'),
('moony', 'dreamy'),
('periphery', 'fringe'),
('myriad', 'innumerable'),
('bisque', 'soup'),
('harmonic', 'musically pleasing'),
('derivation', 'source'),
('bawdy', 'obscene'),
('primal', 'original'),
('impeccable', 'faultless'),
('anarchic', 'lawless'),
('spritz', 'quick spray'),
('ratify', 'approve'),
('subvert', 'undermine'),
('insurgence', 'uprising'),
('briny', 'salty'),
('impunity', 'freedom from punishment'),
('flay', 'strip the skin off'),
('degeneration', 'decline'),
('abide', 'tolerate'),
('cravat', 'scarf necktie'),
('bastion', 'stronghold'),
('remission', 'temporary lessening'),
('shorn', 'clipped'),
('herald', 'proclaim'),
('footfall', 'step'),
('dermatosis', 'skin disease'),
('nuance', 'subtlety'),
('minuet', 'dance'),
('caper', 'prank'),
('foreboding', 'premonition'),
('anemometer', 'wind gauge'),
('insobriety', 'drunkenness'),
('rangy', 'gangling'),
('burly', 'husky'),
('calamity', 'disaster'),
('repudiate', 'reject'),
('equine', 'horse-like'),
('ingrate', 'thankless person'),
('wayward', 'perverse'),
('entomology', 'study of insects'),
('arduous', 'difficult'),
('subaqueous', 'underwater'),
('exult', 'rejoice'),
('penance', 'atonement'),
('percolate', 'filter'),
('implore', 'beseech'),
('placate', 'appease'),
('furrow', 'groove'),
('repository', 'storehouse'),
('autonomous', 'self-governing'),
('palate', 'roof of the mouth'),
('amalgamation', 'merger'),
('amble', 'stroll'),
('zealot', 'fanatic'),
('subjoin', 'append'),
('grandiloquent', 'pompous'),
('jenny', 'female donkey'),
('heliocentric', 'sun-centered'),
('salutatory', 'welcoming address'),
('anomaly', 'irregularity'),
('rhetorician', 'orator'),
('stupefaction', 'bewilderment'),
('abhor', 'detest'),
('constable', 'lawman'),
('emulate', 'imitate'),
('disgorge', 'vomit'),
('inefficacious', 'useless'),
('obdurate', 'stubborn'),
('fortnightly', 'biweekly'),
('profusion', 'abundance'),
('rapier', 'sword'),
('prerogative', 'privilege'),
('pirouette', 'whirl'),
('abrasion', 'grinding'),
('replicate', 'copy'),
('latency', 'inactivity'),
('mar', 'spoil'),
('myopia', 'nearsightedness'),
('homage', 'respect'),
('mosey', 'amble'),
('phonate', 'vocalize'),
('jaunty', 'lively'),
('tetanus', 'lockjaw'),
('complaisance', 'agreeableness'),
('rancid', 'rank'),
('superfluity', 'excess'),
('dowdy', 'frumpy'),
('impotent', 'weak'),
('garner', 'collect'),
('procreate', 'reproduce'),
('racy', 'indecently suggestive'),
('injunction', 'order'),
('invariable', 'constant'),
('palpability', 'tangibleness'),
('pianissimo', 'very softly'),
('enact', 'decree'),
('distaste', 'aversion'),
('heresy', 'unorthodoxy'),
('cracksman', 'burglar'),
('provisional', 'temporary'),
('prowess', 'skill'),
('decouple', 'separate'),
('duodecimal', 'twelfth'),
('behemoth', 'something huge'),
('hotheaded', 'impetuous'),
('mystic', 'occult'),
('xenophobia', 'fear of foreigners'),
('cessation', 'stop'),
('incognito', 'disguised'),
('deem', 'judge'),
('guile', 'cunning'),
('omnipotence', 'unlimited power'),
('avidity', 'eagerness'),
('attest', 'certify'),
('abysmal', 'wretched'),
('recant', 'retract'),
('neonatal', 'newborn'),
('dissent', 'disagree'),
('vaulted', 'arched'),
('doleful', 'sad'),
('subjective', 'personal'),
('aeronaut', 'balloonist'),
('throng', 'crowd'),
('chronometer', 'clock'),
('puritanical', 'strait-laced'),
('beneficence', 'kindness'),
('patronage', 'support'),
('iterate', 'repeat'),
('defoliate', 'take leaves off'),
('fiscal', 'financial'),
('catholicity', 'universality'),
('alleviation', 'relief'),
('coerce', 'compel'),
('frenetic', 'highly agitated'),
('impasse', 'deadlock'),
('metaphysics', 'philosophy'),
('patrician', 'aristocratic'),
('centesimal', 'hundredth'),
('disjunctive', 'separating'),
('leatherback', 'sea turtle'),
('zenith', 'summit'),
('accolade', 'honor'),
('aftermath', 'consequence'),
('roguery', 'mischievousness'),
('rift', 'breach'),
('temperate', 'moderate'),
('immutable', 'unchanging'),
('empathetic', 'understanding'),
('dingo', 'wild dog'),
('prudish', 'priggish'),
('dodgy', 'tricky'),
('aforethought', 'premeditated'),
('podiatrist', 'foot doctor'),
('rousing', 'vigorous'),
('halitosis', 'bad breath'),
('angst', 'anxiety'),
('nullity', 'nothingness'),
('adversity', 'misfortune'),
('commonwealth', 'state'),
('ethereal', 'airy'),
('peevish', 'irritable'),
('chi', 'vital energy'),
('axiom', 'self-evident truth'),
('salutation', 'greeting'),
('congenial', 'agreeable'),
('absolution', 'forgiveness'),
('highfalutin', 'grandiose'),
('bohemian', 'unconventional'),
('imperative', 'obligatory'),
('admeasure', 'apportion'),
('facet', 'aspect'),
('libretto', 'text of an opera'),
('guff', 'nonsense'),
('fibrous', 'sinewy'),
('nullification', 'voiding'),
('truncate', 'shorten'),
('convene', 'assemble'),
('indubitable', 'unquestionable'),
('discerning', 'perceptive'),
('dynamism', 'vigor'),
('croon', 'sing'),
('sinewy', 'muscular'),
('stopgap', 'makeshift'),
('doting', 'excessively fond'),
('meticulous', 'precise'),
('accredit', 'recognize'),
('glazier', 'glass-cutter'),
('tawny', 'yellowish-brown'),
('hedonistic', 'pleasure-seeking'),
('lollygag', 'dawdle'),
('sonogram', 'ultrasound image'),
('ebb', 'recede'),
('cusp', 'tip'),
('estrangement', 'alienation'),
('vaporous', 'ethereal'),
('hapless', 'unfortunate'),
('datum', 'fact'),
('nonpartisan', 'unbiased'),
('mojo', 'charm'),
('volition', 'free will'),
('profound', 'deep'),
('deplete', 'use up'),
('garbanzo', 'chickpea'),
('vintner', 'wine dealer'),
('agglomeration', 'cluster'),
('skullduggery', 'trickery'),
('reprisal', 'retaliation'),
('dichromatic', 'two-colored'),
('caustic', 'corrosive'),
('respire', 'breathe'),
('ambient', 'surrounding'),
('intermediary', 'go-between'),
('cognizance', 'awareness'),
('satiety', 'fullness'),
('stymie', 'obstruct'),
('stipulation', 'condition'),
('misanthropy', 'hatred of humankind'),
('narcissistic', 'self-obsessed'),
('greenhorn', 'novice'),
('terminus', 'endpoint'),
('hyperbolize', 'exaggerate'),
('malaise', 'weary uneasiness'),
('overt', 'unconcealed'),
('convex', 'bulging outward'),
('baroque', 'ornate'),
('cumulonimbus', 'thundercloud'),
('implode', 'burst inward'),
('replication', 'copy'),
('explicate', 'explain fully'),
('ford', 'cross'),
('lieu', 'stead'),
('belligerently', 'hostilely'),
('mundane', 'ordinary'),
('behest', 'command'),
('stead', 'place'),
('laxity', 'looseness'),
('shiitake', 'mushroom'),
('genteel', 'polite'),
('dacha', 'Russian country house'),
('insurrection', 'uprising'),
('debase', 'lower'),
('culmination', 'climax'),
('defamation', 'slander'),
('impart', 'give'),
('renal', 'kidney-related'),
('defame', 'slander'),
('chaste', 'pure'),
('transmogrify', 'metamorphose'),
('biped', 'two-footed'),
('parity', 'equality'),
('numismatist', 'coin collector'),
('ocular', 'visual'),
('maverick', 'rebel'),
('sheaf', 'bundle'),
('covenant', 'agreement'),
('fatuousness', 'absurdity'),
('amenable', 'willing'),
('mooring', 'anchorage'),
('hedonic', 'pleasure-seeking'),
('bombardier', 'artilleryman'),
('crossbreed', 'hybrid'),
('ladyfinger', 'small sponge cake'),
('demure', 'modest'),
('arbiter', 'judge'),
('spoliation', 'plundering'),
('spurn', 'reject'),
('eulogize', 'praise'),
('abjection', 'degradation'),
('loco', 'crazy'),
('dissuade', 'deter'),
('armada', 'fleet'),
('reprieve', 'respite'),
('despotic', 'dictatorial'),
('wane', 'decrease'),
('epistemology', 'theory of knowledge'),
('wanderlust', 'urge to travel'),
('trifling', 'insignificant'),
('proxy', 'substitute'),
('winsome', 'charming'),
('afflict', 'trouble'),
('longshoreman', 'dock worker'),
('erratum', 'mistake'),
('fervency', 'ardor'),
('excrescence', 'outgrowth'),
('banality', 'trite remark'),
('miscue', 'slip-up'),
('sprite', 'elf'),
('antagonist', 'opponent'),
('wiry', 'sinewy'),
('mercantile', 'commercial'),
('pare', 'trim'),
('nondescript', 'ordinary'),
('ream', 'block of paper'),
('workaday', 'ordinary'),
('vehement', 'passionate'),
('talisman', 'magic charm'),
('gratis', 'free'),
('putrescence', 'rottenness'),
('insipid', 'dull'),
('hominid', 'man-like'),
('headsman', 'executioner'),
('expunge', 'erase'),
('guttural', 'rasping'),
('somnambulist', 'sleepwalker'),
('enigma', 'riddle'),
('deltoid', 'shoulder muscle'),
('philistine', 'uncultured person'),
('hulk', 'loom'),
('adherent', 'supporter'),
('cistern', 'water tank'),
('bangle', 'bracelet'),
('scission', 'splitting'),
('osteoid', 'bonelike'),
('plushy', 'lavish'),
('rectory', 'parsonage'),
('starchy', 'stiff'),
('coup', 'takeover'),
('doily', 'small napkin'),
('incognizant', 'unaware'),
('ductile', 'pliable'),
('extraneous', 'non-essential'),
('ascertain', 'determine'),
('quintessential', 'definitive'),
('necromancer', 'sorcerer'),
('pretentious', 'showy'),
('dextral', 'right-handed'),
('hallowed', 'sacred'),
('vermilion', 'bright red'),
('ostracize', 'banish'),
('delectation', 'enjoyment'),
('emendation', 'correction'),
('feral', 'wild'),
('blanch', 'pale'),
('rotundity', 'roundness'),
('hydrophyte', 'aquatic plant'),
('multifold', 'numerous'),
('altercation', 'dispute'),
('condescending', 'patronizing'),
('swathe', 'wrap'),
('interim', 'meantime'),
('pronghorn', 'antelope'),
('cronyism', 'favoritism to friends'),
('deprecate', 'belittle'),
('flotilla', 'small fleet'),
('exhume', 'dig up from a grave'),
('jimmy', 'pry'),
('corollary', 'logical consequence'),
('oculist', 'eye doctor'),
('debacle', 'fiasco'),
('splay', 'spread apart'),
('parapet', 'low wall'),
('euphonious', 'sweet-sounding'),
('mousy', 'drab'),
('postprandial', 'after dinner'),
('malfeasance', 'wrongdoing'),
('fetid', 'stinking'),
('circumfuse', 'spread around'),
('despotism', 'tyranny'),
('antecede', 'go before'),
('medial', 'middle'),
('tableland', 'plateau'),
('sanctimonious', 'self-righteous'),
('aloof', 'unsociable'),
('temerity', 'boldness'),
('lingua', 'tongue'),
('fountainhead', 'wellspring'),
('bibliopole', 'rare book seller'),
('wile', 'trick'),
('purview', 'scope'),
('clavicle', 'collarbone'),
('adjudicate', 'judge'),
('drover', 'herdsman'),
('docket', 'agenda'),
('perchance', 'possibly'),
('tenderfoot', 'novice'),
('antithesis', 'opposite'),
('abruption', 'breaking off'),
('jell', 'congeal'),
('oligarchy', 'government by a few'),
('debunk', 'discredit'),
('inexorable', 'relentless'),
('retrograde', 'backward'),
('profess', 'affirm'),
('warble', 'trill'),
('tripartite', 'three-way'),
('advent', 'coming'),
('unabridged', 'complete'),
('patricide', 'father murder'),
('disaffect', 'alienate'),
('voluminous', 'large'),
('primp', 'groom'),
('hobnob', 'socialize'),
('rubeola', 'measles'),
('imperishable', 'enduring'),
('unpalatable', 'distasteful'),
('cognizant', 'aware'),
('nefarious', 'wicked'),
('defalcation', 'embezzlement'),
('terse', 'concise'),
('allay', 'calm'),
('gritty', 'spirited'),
('exorbitance', 'excess'),
('puritan', 'prude'),
('effectuate', 'bring about'),
('nethermost', 'lowest'),
('amour', 'love affair'),
('antiquated', 'obsolete'),
('ergo', 'therefore'),
('glib', 'smooth-tongued'),
('aggrandize', 'make greater'),
('pauperize', 'impoverish'),
('impetuosity', 'rashness'),
('disparity', 'inequality'),
('amorphous', 'shapeless'),
('quell', 'subdue'),
('magnanimity', 'generosity'),
('iconoclast', 'non-conformist'),
('cajole', 'coax'),
('sidle', 'move sideways'),
('flagellation', 'whipping'),
('smutty', 'obscene'),
('balmy', 'mild'),
('glut', 'oversupply'),
('ramification', 'consequence'),
('sacrilegious', 'profane'),
('absolve', 'pardon'),
('chicanery', 'trickery'),
('emporium', 'store'),
('dogma', 'official doctrine'),
('couth', 'refined'),
('reparation', 'amends'),
('ossification', 'hardening into bone'),
('regale', 'entertain'),
('myalgia', 'muscle pain'),
('incogitant', 'thoughtless'),
('prognosticate', 'predict'),
('culpable', 'blameworthy'),
('forepart', 'front'),
('cursory', 'superficial'),
('consternate', 'dismay'),
('sodden', 'saturated'),
('hokum', 'nonsense'),
('avarice', 'greed'),
('enmity', 'hatred'),
('bridle', 'restrain'),
('verity', 'truth'),
('opulent', 'wealthy'),
('usurer', 'money-lender'),
('callous', 'hardened'),
('troubadour', 'minstrel'),
('indolent', 'lazy'),
('anomalous', 'irregular'),
('obtuse', 'dull-witted'),
('regatta', 'boat race'),
('beleaguer', 'harass'),
('catcall', 'boo'),
('infallible', 'unerring'),
('chorizo', 'spicy sausage'),
('admonition', 'warning'),
('necropolis', 'cemetery'),
('subjugate', 'conquer'),
('putrefy', 'rot'),
('harlotry', 'prostitution'),
('indelicate', 'rude'),
('muster', 'assemble'),
('perdition', 'infernal doom'),
('fastidious', 'very particular'),
('albeit', 'even though'),
('schism', 'split'),
('petulance', 'grouchiness'),
('flippant', 'smart-alecky'),
('bibliotheca', 'library'),
('homely', 'plain'),
('avian', 'birdlike'),
('acidulous', 'sour'),
('mussy', 'disheveled'),
('vacuity', 'emptiness'),
('confluence', 'flowing together'),
('aberration', 'irregularity'),
('decadence', 'moral decay'),
('especial', 'particular'),
('impinge', 'encroach'),
('dappled', 'spotted'),
('melioration', 'improvement'),
('stasis', 'equilibrium'),
('sanctimony', 'self-righteousness'),
('augment', 'increase'),
('monochromatic', 'single-colored'),
('imbue', 'permeate'),
('imbue', 'permeate'),
('hypnagogic', 'sleep-inducing'),
('affective', 'emotional'),
('curio', 'oddity'),
('forestall', 'prevent'),
('modish', 'fashionable'),
('antemeridian', 'before noon'),
('repudiation', 'rejecting'),
('proctor', 'supervisor'),
('pacifistic', 'anti-war'),
('spangle', 'glitter'),
('homogeneous', 'similar'),
('debrief', 'interrogate'),
('genial', 'friendly'),
('evoke', 'summon'),
('sextant', 'navigational tool'),
('jaunt', 'outing'),
('bombastic', 'pompous'),
('belfry', 'bell tower'),
('savant', 'knowledgeable scholar'),
('filament', 'strand'),
('rue', 'regret'),
('procure', 'obtain'),
('fervent', 'zealous'),
('pontiff', 'pope'),
('expedite', 'hasten'),
('licit', 'lawful'),
('primo', 'first'),
('bravado', 'bluster'),
('variegated', 'multi-colored'),
('envisage', 'imagine'),
('coquettish', 'flirtatious'),
('gimp', 'hobble'),
('rabble', 'mob'),
('ribaldry', 'lewdness'),
('raze', 'demolish'),
('cuneiform', 'wedge-shaped'),
('fracas', 'brawl'),
('revelation', 'disclosure'),
('tempest', 'storm'),
('entreat', 'beseech'),
('fauna', 'animals'),
('hamlet', 'small village'),
('denigrate', 'belittle'),
('amity', 'friendship'),
('minion', 'underling'),
('propagation', 'spreading'),
('servitor', 'attendant'),
('bane', 'ruin'),
('magniloquence', 'pompous speech'),
('scarab', 'beetle'),
('saucy', 'impudent'),
('protuberance', 'bulge'),
('laud', 'praise'),
('myopic', 'nearsighted'),
('millesimal', 'thousandth'),
('complacent', 'self-satisfied'),
('mercurial', 'volatile'),
('prospectus', 'plan'),
('mandible', 'jaw'),
('billow', 'surge'),
('prodigious', 'immense'),
('deluge', 'flood'),
('nervy', 'brash'),
('borscht', 'beet soup'),
('flounce', 'ruffle'),
('rappel', 'descend by rope'),
('integrate', 'unite'),
('levee', 'embankment'),
('harry', 'pester'),
('forte', 'strength'),
('rhapsodic', 'ecstatic'),
('facilitate', 'ease'),
('atonement', 'amends'),
('raptor', 'bird of prey'),
('symposium', 'discussion'),
('affront', 'insult'),
('supple', 'flexible'),
('malignant', 'virulently injurious'),
('calamitous', 'disastrous'),
('neophyte', 'beginner'),
('sallow', 'sickly'),
('effigy', 'image'),
('fortitude', 'courage'),
('cacophony', 'clamor'),
('bracing', 'invigorating'),
('cadre', 'small group'),
('allude', 'refer'),
('dereliction', 'negligence'),
('deprivation', 'want'),
('deciduous', 'leaf-shedding'),
('primacy', 'preeminence'),
('willowy', 'graceful'),
('paraphrase', 'restate'),
('condescension', 'disdain'),
('loquacity', 'talkativeness'),
('nomenclature', 'terminology'),
('lancet', 'surgical knife'),
('mogul', 'tycoon'),
('lechery', 'lustfulness'),
('lectern', 'reading desk'),
('ovoid', 'egg-shaped'),
('comeliness', 'attractiveness'),
('indefatigable', 'untiring'),
('virulence', 'poisonousness'),
('abate', 'subside'),
('cauterize', 'sear'),
('lien', 'legal claim'),
('indigene', 'native'),
('pendulous', 'hanging'),
('adulate', 'admire excessively'),
('lionize', 'glorify'),
('complacency', 'self-satisfaction'),
('vincible', 'conquerable'),
('sultry', 'hot'),
('redaction', 'editing'),
('undue', 'excessive'),
('pip', 'seed'),
('dote', 'indulge'),
('succinct', 'concise'),
('epigraph', 'quotation'),
('inharmonic', 'discordant'),
('minutia', 'detail'),
('spectral', 'ghostly'),
('commode', 'toilet'),
('monomania', 'obsession'),
('unlade', 'offload'),
('squalid', 'filthy'),
('burro', 'donkey'),
('regalia', 'royal finery'),
('galvanize', 'stimulate'),
('juxtapose', 'put side by side'),
('finis', 'end'),
('antipyretic', 'fever-reducer'),
('sommelier', 'wine steward'),
('shiftless', 'lazy'),
('cognizable', 'knowable'),
('posy', 'bouquet'),
('lassitude', 'weariness'),
('garble', 'distort'),
('vertex', 'top'),
('expediency', 'suitableness'),
('tout', 'promote'),
('fitful', 'spasmodic'),
('blandishment', 'flattery'),
('duplicitous', 'deceitful'),
('simian', 'apelike'),
('heyday', 'prime'),
('jocular', 'jesting'),
('analogue', 'parallel'),
('pusillanimity', 'cowardice'),
('tangent', 'touching'),
('chiffon', 'sheer fabric'),
('abominable', 'loathsome'),
('coadjutor', 'assistant'),
('befog', 'confuse'),
('margarine', 'oleo'),
('speechify', 'harangue'),
('impalpable', 'intangible'),
('gauntlet', 'glove'),
('muss', 'disarrange'),
('stoke', 'fuel'),
('ado', 'fuss'),
('felicity', 'happiness'),
('awry', 'off course'),
('sonority', 'resonance'),
('haberdasher', 'seller of men’s clothes'),
('careen', 'lurch'),
('averse', 'reluctant'),
('symbiosis', 'mutualism'),
('maharaja', 'prince'),
('acerbity', 'bitterness'),
('peerless', 'incomparable'),
('ouster', 'expulsion'),
('incitement', 'stimulus'),
('perpetrate', 'commit'),
('bosh', 'nonsense'),
('aria', 'song'),
('lacteal', 'milky'),
('hyperbolic', 'exaggerated'),
('prognosis', 'forecast'),
('ringlet', 'curl'),
('smarm', 'excessive flattery'),
('temperance', 'moderation'),
('hibernal', 'wintry'),
('omniscience', 'infinite knowledge'),
('demobilize', 'disband'),
('proliferate', 'multiply'),
('sonorous', 'resonant'),
('gadfly', 'pest'),
('dauntless', 'bold'),
('palpitate', 'throb'),
('ambrosial', 'delicious'),
('pustule', 'pimple'),
('innuendo', 'insinuation'),
('travesty', 'parody'),
('proclivity', 'inclination'),
('incarnate', 'embodied'),
('avatar', 'incarnation'),
('resplendence', 'glory'),
('aggrieve', 'distress'),
('rife', 'abundant'),
('mire', 'bog'),
('larcenist', 'burglar'),
('diviner', 'soothsayer'),
('pariah', 'outcast'),
('effluence', 'outflow'),
('implicit', 'understood'),
('chromaticity', 'hue'),
('somnambulate', 'sleepwalk'),
('propensity', 'inclination'),
('mycosis', 'fungal disease'),
('condole', 'express sympathy'),
('mirthful', 'jolly'),
('privation', 'need'),
('sordid', 'vile'),
('libel', 'defame'),
('prefigure', 'suggest'),
('profanation', 'blasphemy'),
('broody', 'pensive'),
('penchant', 'inclination'),
('timpani', 'kettledrums'),
('umbilicus', 'navel'),
('insubstantial', 'flimsy'),
('auricular', 'hearing-related'),
('spermaceti', 'sperm whale oil'),
('cogitate', 'think'),
('laudation', 'praise'),
('mentation', 'thought'),
('rigmarole', 'nonsense'),
('intermittent', 'periodic'),
('rapture', 'ecstasy'),
('baronial', 'stately'),
('howitzer', 'short cannon'),
('singly', 'individually'),
('communion', 'fellowship'),
('adamantine', 'unyielding'),
('opus', 'creative work'),
('somnolence', 'drowsiness'),
('integral', 'essential'),
('luminary', 'famous person'),
('abdicate', 'renounce'),
('olfactory', 'related to smelling'),
('pax', 'peace'),
('mantra', 'invocation'),
('gentility', 'refinement'),
('farcical', 'ludicrous'),
('encumbrance', 'burden'),
('concordat', 'agreement'),
('dugout', 'log canoe'),
('laudable', 'praiseworthy'),
('divan', 'backless sofa'),
('disquietude', 'anxiety'),
('burlesque', 'mockery'),
('misgiving', 'doubt'),
('stipend', 'payment'),
('effrontery', 'impudence'),
('borzoi', 'Russian wolfhound'),
('atrophy', 'wither away'),
('amply', 'fully'),
('gaga', 'crazy'),
('unabashed', 'brazen'),
('codex', 'manuscript'),
('enamor', 'captivate'),
('wangle', 'manipulate'),
('vacuous', 'empty'),
('substantive', 'solid'),
('machination', 'scheme'),
('primeval', 'ancient'),
('propagate', 'spread'),
('spelunker', 'caver'),
('sportive', 'frolicsome'),
('hacienda', 'plantation'),
('pertinacity', 'doggedness'),
('infamy', 'disgrace'),
('lei', 'wreath'),
('transcendent', 'supreme'),
('upshot', 'result'),
('gustatory', 'related to tasting'),
('modicum', 'small amount'),
('usurp', 'seize'),
('leach', 'seep'),
('rhizome', 'rootstalk'),
('alms', 'charity'),
('strife', 'discord'),
('begrime', 'dirty'),
('castigate', 'chastise'),
('engender', 'produce'),
('teamster', 'trucker'),
('piffling', 'trivial'),
('latent', 'hidden'),
('kleptomania', 'compulsion to steal'),
('debauchery', 'dissipation'),
('protract', 'extend'),
('cilantro', 'coriander'),
('ossify', 'harden into bone'),
('obeisance', 'submission'),
('pathogenic', 'infective'),
('acerbate', 'irritate'),
('condone', 'tolerate'),
('tremulous', 'quavering'),
('annals', 'history'),
('criminate', 'accuse'),
('mitigate', 'make less severe'),
('wraith', 'ghost'),
('palatable', 'savory'),
('monolithic', 'massive'),
('dubitable', 'uncertain'),
('remit', 'send'),
('platitude', 'trite expression'),
('pathos', 'pity'),
('recidivism', 'relapse into crime'),
('elicit', 'evoke'),
('spume', 'foam'),
('tumult', 'commotion'),
('tutelage', 'guardianship'),
('foreordain', 'predetermine'),
('browbeat', 'intimidate'),
('fealty', 'allegiance'),
('litigious', 'fond of lawsuits'),
('philanthropic', 'benevolent'),
('direful', 'terrible'),
('unwitting', 'ignorant'),
('discomfiture', 'frustration'),
('beneficent', 'kindly'),
('crux', 'gist'),
('countermand', 'revoke'),
('intrinsic', 'essential'),
('prophetic', 'predictive'),
('edifice', 'building'),
('timbre', 'tone'),
('tenable', 'defensible'),
('progeny', 'offspring'),
('culminate', 'climax'),
('abase', 'degrade'),
('palpable', 'tangible'),
('thaumaturgist', 'magician'),
('beatitude', 'bliss'),
('stratum', 'layer'),
('bard', 'poet'),
('eddy', 'whirlpool'),
('tubercle', 'nodule'),
('potable', 'fit to drink'),
('impedance', 'resistance'),
('churl', 'boor'),
('desiccate', 'dry up'),
('domicile', 'home'),
('plucky', 'spirited'),
('altercate', 'dispute'),
('bolero', 'Spanish dance'),
('perspicuity', 'clarity'),
('perforce', 'by necessity'),
('mantle', 'cloak'),
('aphorism', 'saying'),
('wanton', 'unrestrained'),
('consecrate', 'sanctify'),
('vernacular', 'language'),
('fortuitous', 'lucky'),
('gumshoe', 'detective'),
('brevity', 'conciseness'),
('denizen', 'inhabitant'),
('estimable', 'worthy'),
('reposit', 'store'),
('dissipate', 'scatter'),
('lettered', 'learned'),
('expedient', 'practical'),
('sepulchre', 'tomb'),
('demarcation', 'boundary'),
('coiffure', 'hairdo'),
('ubiquity', 'omnipresence'),
('conducive', 'helpful'),
('rescind', 'cancel'),
('quiescence', 'stillness'),
('peerage', 'nobility'),
('olfaction', 'smell'),
('consummate', 'complete'),
('incisive', 'acute'),
('lamentable', 'distressing'),
('helical', 'spiral'),
('menial', 'servile'),
('quay', 'wharf'),
('buttress', 'support'),
('interminable', 'endless'),
('remunerative', 'profitable'),
('exemplary', 'model'),
('suffrage', 'vote'),
('lampoon', 'satirize'),
('benevolent', 'kind'),
('surfeit', 'excess'),
('ruly', 'controlled'),
('sentience', 'awareness'),
('relict', 'surviving remnant'),
('megalith', 'stone monument'),
('libidinous', 'lustful'),
('aggregation', 'collection'),
('diminutive', 'tiny'),
('disputatious', 'argumentative'),
('geniality', 'afffableness'),
('affable', 'friendly'),
('frivolity', 'non-seriousness'),
('vehemence', 'intensity'),
('visage', 'face'),
('nettle', 'irritate'),
('gourmand', 'glutton'),
('foundry', 'metalworks'),
('jilt', 'reject'),
('disservice', 'harm'),
('brusque', 'curt'),
('expletive', 'curse'),
('whelp', 'pup'),
('recapitulate', 'summarize'),
('putrescent', 'rotting'),
('acerbic', 'bitter'),
('engrossment', 'preoccupation'),
('tizzy', 'dither'),
('leitmotif', 'recurring theme'),
('lowbrow', 'uncultivated'),
('braggadocio', 'boasting'),
('canon', 'law'),
('panhandle', 'beg'),
('underwrite', 'insure'),
('pendent', 'hanging'),
('maelstrom', 'whirlpool'),
('dubiety', 'uncertainty'),
('debar', 'preclude'),
('prestidigitation', 'sleight of hand'),
('altruistic', 'unselfish'),
('cloister', 'monastery'),
('fraught', 'laden'),
('rebuff', 'snub'),
('condonation', 'forgiveness'),
('conduit', 'channel'),
('antithetical', 'opposite'),
('rancor', 'bitterness'),
('enumerate', 'list'),
('preeminence', 'superiority'),
('obduracy', 'persistence'),
('hearken', 'listen'),
('veneration', 'reverence'),
('artlessness', 'innocence'),
('suavity', 'urbanity'),
('disencumber', 'extricate'),
('levy', 'impose'),
('corporal', 'bodily'),
('subsist', 'live'),
('poultice', 'moist medical dressing'),
('remiss', 'negligent'),
('finagle', 'maneuver'),
('fervor', 'ardor'),
('reproach', 'blame'),
('paradigm', 'model'),
('macabre', 'ghastly'),
('seraphic', 'angelic'),
('manifest', 'apparent'),
('disciple', 'adherent'),
('mottled', 'spotted'),
('distend', 'expand'),
('partisan', 'biased'),
('illustrious', 'eminent'),
('afeard', 'scared'),
('perusal', 'reading'),
('masticate', 'chew'),
('flagellate', 'whip'),
('proviso', 'stipulation'),
('surreptitious', 'clandestine'),
('tenacious', 'persistent'),
('discursive', 'rambling'),
('oblique', 'indirect'),
('piscine', 'fish-like'),
('starveling', 'hungry person'),
('congenital', 'inborn'),
('aery', 'ethereal'),
('nepotism', 'favoritism to relatives'),
('posterity', 'future generations'),
('cogitative', 'thoughtful'),
('dais', 'podium'),
('expatriate', 'banish'),
('grog', 'rum and water'),
('impala', 'antelope'),
('pallid', 'wan'),
('tine', 'prong'),
('fritter', 'squander'),
('ardor', 'zeal'),
('mange', 'skin disease'),
('misbegotten', 'illegitimate'),
('effusion', 'gush'),
('lexicon', 'dictionary'),
('predilection', 'preference'),
('veracity', 'truthfulness'),
('rapport', 'accord'),
('senescence', 'aging'),
('incontrovertible', 'certain'),
('waif', 'homeless child'),
('indiscriminate', 'haphazard'),
('restorative', 'tonic'),
('verisimilitude', 'appearing true'),
('ostentatious', 'showy'),
('effusive', 'gushing'),
('scintillating', 'brilliant'),
('exculpate', 'free from blame'),
('malign', 'slander'),
('tempestuous', 'stormy'),
('mayhap', 'perhaps'),
('disinterment', 'digging up'),
('bootlick', 'toady'),
('anathema', 'something hated'),
('festoon', 'decorate with flowers'),
('trappings', 'paraphernalia'),
('squarely', 'precisely'),
('disparaging', 'derogatory'),
('misanthropic', 'hating humankind'),
('dour', 'grim'),
('zealous', 'ardent'),
('tryst', 'rendezvous'),
('rampart', 'fortified embankment'),
('fortuity', 'chance event'),
('mores', 'ethical values'),
('panoptic', 'visually all-inclusive'),
('mortification', 'chagrin'),
('stilted', 'stiffly formal'),
('extol', 'praise'),
('tureen', 'soup bowl'),
('jingoism', 'belligerent patriotism'),
('culvert', 'drain'),
('indecorous', 'unseemly'),
('epee', 'fencing sword'),
('substratum', 'foundation'),
('puffery', 'hype'),
('amenity', 'pleasantness'),
('lariat', 'lasso'),
('malodorous', 'smelly'),
('protuberate', 'bulge out'),
('drudge', 'toil'),
('malleable', 'pliant'),
('bombast', 'pompous speech'),
('infra', 'below'),
('disaffected', 'rebellious'),
('revel', 'carouse'),
('prow', 'front part'),
('benign', 'kind'),
('poseur', 'phony'),
('inundate', 'flood'),
('oviparous', 'egg-laying'),
('coiffeuse', 'hairdresser'),
('bishopric', 'diocese'),
('expeditious', 'quick'),
('virulent', 'deadly'),
('manacle', 'handcuff'),
('foreclose', 'preclude'),
('coffer', 'strongbox'),
('supposititious', 'hypothetical'),
('derisive', 'jeering'),
('thespian', 'actor'),
('molder', 'decay'),
('abet', 'aid'),
('hector', 'bully'),
('ebullience', 'enthusiasm'),
('smithy', 'forge'),
('precept', 'principle'),
('asceticism', 'self-denial'),
('mollify', 'appease'),
('discern', 'perceive'),
('gauche', 'crude'),
('accretion', 'increase'),
('cryogen', 'refrigerant'),
('deposition', 'testimony'),
('stodgy', 'dull'),
('rapacity', 'voraciousness'),
('draconian', 'harsh'),
('poignant', 'touching'),
('onerous', 'burdensome'),
('planar', 'two-dimensional'),
('toxicant', 'poison'),
('alchemize', 'transmute'),
('bursar', 'treasurer'),
('hubris', 'arrogance'),
('defile', 'sully'),
('abiogenesis', 'spontaneous generation'),
('natter', 'chat'),
('felicitation', 'congratulation'),
('supplicant', 'petitioner'),
('carrion', 'rotting flesh'),
('pachyderm', 'elephant'),
('cooper', 'barrel maker'),
('stoic', 'impassive'),
('bonny', 'pretty'),
('bode', 'portend'),
('guileless', 'innocent'),
('caucus', 'meeting'),
('plaudit', 'acclaim'),
('sundries', 'miscellany'),
('asunder', 'into pieces'),
('glutinous', 'sticky'),
('belie', 'misrepresent'),
('perversity', 'contrariness'),
('actuary', 'insurance statistician'),
('collude', 'conspire'),
('libelous', 'defamatory'),
('laudatory', 'praising'),
('noisome', 'offensive'),
('whet', 'stimulate'),
('pock', 'pit'),
('misappropriate', 'embezzle'),
('gabble', 'jabber'),
('churlish', 'rude'),
('subversive', 'traitorous'),
('patina', 'coating'),
('discombobulated', 'bewildered'),
('trey', 'three'),
('tactile', 'related to touching'),
('maraud', 'raid'),
('inscrutable', 'mysterious'),
('corporeal', 'bodily'),
('antic', 'caper'),
('tantamount', 'equivalent'),
('remuneration', 'pay'),
('disapprobation', 'condemnation'),
('bulwark', 'defensive wall'),
('protocol', 'convention'),
('ruminate', 'ponder'),
('stringent', 'severe'),
('phlebotomy', 'bloodletting'),
('syndicate', 'cartel'),
('capacious', 'roomy'),
('tableau', 'scene'),
('comprise', 'consist of'),
('contingent', 'conditional'),
('forthwith', 'immediately'),
('florescence', 'blossoming'),
('souse', 'drench'),
('travail', 'labor'),
('humus', 'soil'),
('errant', 'straying'),
('heretic', 'dissenter'),
('bemuse', 'bewilder'),
('vim', 'energy'),
('gaffe', 'social error'),
('conveyance', 'transfer'),
('compendium', 'summary'),
('cerebral', 'intellectual'),
('accoutrement', 'accessory'),
('lummox', 'oaf'),
('elucidate', 'clarify'),
('maleficent', 'harmful'),
('instancy', 'urgency'),
('paramour', 'lover'),
('vilify', 'malign'),
('octant', 'navigational instrument'),
('ribald', 'vulgar'),
('schlep', 'haul'),
('incumbency', 'tenure'),
('drudgery', 'labor'),
('accede', 'agree'),
('undulation', 'waviness'),
('rankle', 'fester'),
('rennin', 'cheese-making enzyme'),
('sycophant', 'groveling flatterer'),
('harbinger', 'precursor'),
('disconsolate', 'sad'),
('disbursement', 'outlay'),
('fungous', 'spongy'),
('bunkum', 'nonsense'),
('macropterous', 'large-winged'),
('anthracite', 'coal'),
('vellum', 'parchment'),
('septic', 'infected'),
('palliate', 'make less severe'),
('rejoinder', 'clever reply'),
('thwart', 'frustrate'),
('indignation', 'anger'),
('plebeian', 'common'),
('disseminate', 'spread'),
('coltish', 'frisky'),
('imputation', 'attribution'),
('confluent', 'flowing together'),
('garrulity', 'talkativeness'),
('wistful', 'pensive'),
('ingratiate', 'gain favor'),
('recapitulation', 'summary'),
('conciliatory', 'compromising'),
('gilt', 'gold'),
('amalgamate', 'mix'),
('vanguard', 'forefront'),
('trivet', 'three-legged stand'),
('sojourn', 'visit'),
('supplant', 'replace'),
('negligible', 'trifling'),
('ingenuous', 'innocently sincere'),
('arrears', 'overdue debt'),
('deprave', 'corrupt'),
('impel', 'urge'),
('immotile', 'unable to move'),
('extrinsic', 'outside'),
('intemperate', 'unrestrained'),
('duvet', 'quilt'),
('loquacious', 'talkative'),
('barrister', 'lawyer'),
('ingurgitate', 'guzzle'),
('eventide', 'nightfall'),
('rubric', 'directions'),
('anhydrous', 'dry'),
('hemidemisemiquaver', 'sixty-fourth note'),
('colloquial', 'conversational'),
('aplomb', 'poise'),
('codswallop', 'nonsense'),
('dystopia', 'worst possible world'),
('warren', 'rabbit home'),
('tome', 'book'),
('scabrous', 'rough'),
('bambino', 'toddler'),
('primogenitor', 'ancestor'),
('facile', 'easy'),
('gird', 'encircle'),
('revile', 'malign'),
('respite', 'brief rest'),
('tinny', 'cheap'),
('glean', 'gather'),
('concentric', 'with a common center'),
('abiding', 'lasting'),
('annunciate', 'proclaim'),
('dauphin', 'prince'),
('autocrat', 'despot'),
('fractious', 'irritable'),
('intrepid', 'brave'),
('serigraph', 'silk-screen print'),
('derisory', 'mocking'),
('expeditiously', 'efficiently'),
('lilliputian', 'small'),
('nosh', 'snack'),
('deft', 'dexterous'),
('retrogress', 'become worse'),
('enactment', 'law'),
('deferential', 'respectful'),
('cerebration', 'thought'),
('hauteur', 'arrogance'),
('filch', 'steal'),
('venerable', 'highly respected'),
('manger', 'trough'),
('contiguous', 'adjacent'),
('tatty', 'shabby'),
('pedagogy', 'teaching'),
('affectation', 'artificial mannerism'),
('chrysalis', 'cocoon'),
('bourgeois', 'middle-class'),
('apnea', 'breathing difficulty'),
('necromancy', 'sorcery'),
('harangue', 'rant'),
('ambivalent', 'undecided'),
('dreadnought', 'battleship'),
('arable', 'cultivatable'),
('pervasive', 'widespread'),
('acquiesce', 'comply'),
('pugnacity', 'aggressiveness'),
('jetsam', 'abandoned cargo'),
('vicissitude', 'change in fortune'),
('connubial', 'relating to marriage'),
('intercede', 'mediate'),
('blithe', 'carefree'),
('gratuitous', 'unwarranted'),
('hypermetropia', 'farsightedness'),
('drollery', 'jest'),
('cession', 'yielding'),
('pugilism', 'boxing'),
('sleight', 'dexterity'),
('palatial', 'magnificent'),
('lascivious', 'lewd'),
('philatelist', 'stamp collector'),
('vole', 'field mouse'),
('misology', 'hatred of reason'),
('nonplus', 'perplex'),
('cavort', 'romp'),
('glyph', 'symbol'),
('contrivance', 'scheme'),
('valediction', 'farewell'),
('dulcet', 'sweet'),
('libertine', 'dissolute person'),
('balladeer', 'crooner'),
('quag', 'bog'),
('astringent', 'caustic'),
('stellate', 'star-shaped'),
('tertiary', 'third'),
('farrier', 'blacksmith'),
('untoward', 'adverse'),
('nit', 'louse egg'),
('duffer', 'bungler'),
('verily', 'truly'),
('detritus', 'debris'),
('admonish', 'warn'),
('finespun', 'delicate'),
('exothermic', 'heat-releasing'),
('evanescent', 'fleeting'),
('decrepitude', 'feebleness'),
('acrimony', 'bitterness'),
('rivulet', 'small stream'),
('trundle', 'roll'),
('diatribe', 'tirade'),
('partible', 'separable'),
('wheedle', 'sweet-talk'),
('parlance', 'speech'),
('undulate', 'wave'),
('malversation', 'corruption'),
('blight', 'disease'),
('teetotalism', 'temperance'),
('dowager', 'widow'),
('prophylactic', 'preventive'),
('withering', 'devastating'),
('dramaturge', 'playwright'),
('harrow', 'distress'),
('languid', 'sluggish'),
('anodize', 'coat metal with oxide'),
('doublet', 'jacket'),
('reflux', 'ebb'),
('soiree', 'evening party'),
('insular', 'narrow-minded'),
('conjectural', 'hypothetic'),
('deify', 'idolize'),
('derringer', 'short pistol'),
('flinders', 'fragments'),
('indelible', 'lasting'),
('bender', 'spree'),
('lunate', 'crescent-shaped'),
('albacore', 'tuna'),
('taupe', 'brownish'),
('tympanic', 'drum-like'),
('vacillation', 'wavering'),
('unscrupulous', 'conscienceless'),
('gastronome', 'epicurean'),
('dowser', 'divining rod'),
('sot', 'drunkard'),
('agog', 'excited'),
('dynamic', 'active'),
('myocardium', 'heart muscle'),
('vexatious', 'annoying'),
('sagacity', 'wisdom'),
('venerate', 'revere'),
('ovum', 'egg cell'),
('undulating', 'wavy'),
('equity', 'fairness'),
('syncretize', 'unite'),
('verdant', 'green'),
('palsy', 'paralysis'),
('occlude', 'obstruct'),
('haunch', 'hip'),
('temporal', 'of this world'),
('mettle', 'courage'),
('paltry', 'trifling'),
('vestibule', 'lobby'),
('bonhomie', 'good-fellowship'),
('monolith', 'large block of stone'),
('lucent', 'bright'),
('arthralgia', 'joint pain'),
('prolific', 'highly productive'),
('ivorybill', 'woodpecker'),
('cerebrate', 'think'),
('cruciform', 'cross-shaped'),
('inhumation', 'burial'),
('banal', 'trite'),
('interloper', 'intruder'),
('enigmatic', 'puzzling'),
('repartee', 'banter'),
('coquette', 'flirt'),
('caveat', 'warning'),
('outlay', 'expenditure'),
('tenet', 'principle'),
('ebon', 'black'),
('jingoist', 'militaristic patriot'),
('apiarist', 'beekeeper'),
('convocation', 'gathering'),
('inundation', 'flood'),
('remonstrate', 'protest'),
('epaulet', 'shoulder ornament'),
('abeyance', 'suspension'),
('unduly', 'excessively'),
('aggregate', 'total'),
('avaricious', 'greedy'),
('cadaverous', 'gaunt'),
('acumen', 'insight'),
('inflorescence', 'flowering'),
('animalism', 'physicality'),
('signet', 'seal'),
('itinerate', 'travel'),
('catholic', 'universal'),
('abridge', 'condense'),
('feint', 'pretense'),
('pipkin', 'small pot'),
('gaucheness', 'crudity'),
('desiccant', 'drying agent'),
('riposte', 'retort'),
('duplicity', 'deceitfulness'),
('dryad', 'wood nymph'),
('incumbent', 'obligatory'),
('kilter', 'order'),
('horde', 'multitude'),
('prefatory', 'introductory'),
('vie', 'contend'),
('discernment', 'insight'),
('ingress', 'entrance'),
('complicity', 'participation'),
('horologist', 'watchmaker'),
('concavity', 'incurvature'),
('toady', 'flatterer'),
('lanyard', 'short rope'),
('prefect', 'magistrate'),
('venule', 'tiny vein'),
('nova', 'bright star'),
('fervid', 'impassioned'),
('circumlocution', 'roundabout language'),
('truss', 'bind'),
('hostelry', 'inn'),
('varlet', 'knave'),
('lambaste', 'beat severely'),
('efflorescence', 'blossoming'),
('porcine', 'piggish'),
('putrescible', 'spoilable'),
('sinuous', 'winding'),
('magnanimous', 'generous'),
('edify', 'enlighten'),
('firedrake', 'dragon'),
('dirge', 'funeral song'),
('libation', 'drink'),
('vermiform', 'worm-shaped'),
('itinerant', 'traveling'),
('haberdashery', 'men’s clothing store'),
('homologous', 'corresponding'),
('foreknow', 'anticipate'),
('idyll', 'pastoral scene'),
('erstwhile', 'former'),
('oakum', 'hemp fiber'),
('dalliance', 'flirtation'),
('amygdaloid', 'almond-shaped'),
('commensurate', 'proportionate'),
('bereft', 'deprived'),
('undergird', 'strengthen'),
('pommel', 'front part of a saddle'),
('plainsong', 'Gregorian chant'),
('ovine', 'sheep-like'),
('viridescent', 'greenish'),
('scruple', 'misgiving'),
('bestiary', 'animal fables'),
('gustation', 'taste'),
('preclude', 'make impossible'),
('exhort', 'urge'),
('penultimate', 'next-to-last'),
('conflux', 'merging'),
('extrapolate', 'infer'),
('autogenous', 'self-generated'),
('bifurcate', 'forked'),
('censurable', 'blameworthy'),
('rhinal', 'nasal'),
('ardent', 'passionate'),
('torsion', 'twisting'),
('viscous', 'syrupy'),
('leviathan', 'whale'),
('tetchy', 'irritable'),
('baseborn', 'lowly'),
('acquisitive', 'covetous'),
('aphonia', 'voicelessness'),
('dearth', 'scarcity'),
('chutzpah', 'audacity'),
('tuffet', 'footstool'),
('harlequinade', 'buffoonery'),
('myope', 'nearsighted person'),
('antipode', 'opposite'),
('autocratic', 'despotic'),
('complaisant', 'obliging'),
('escritoire', 'writing table'),
('shoal', 'shallow'),
('grange', 'farm'),
('cacophonous', 'discordant'),
('haphazard', 'random'),
('apotheosis', 'deification'),
('grist', 'grain'),
('sedulity', 'diligence'),
('foundling', 'orphan');
INSERT INTO `words` (`word1`, `word2`) VALUES
('abnegation', 'denial'),
('homeostasis', 'equilibrium'),
('sublime', 'exalted'),
('dissentious', 'quarrelsome'),
('anorak', 'parka'),
('aft', 'rearward'),
('redux', 'brought back'),
('repose', 'rest'),
('tarry', 'linger'),
('prepotency', 'dominance'),
('enounce', 'articulate'),
('hireling', 'mercenary'),
('capricious', 'whimsical'),
('whit', 'iota'),
('abscission', 'cutting off'),
('evocation', 'summoning'),
('maleficence', 'mischief'),
('stripling', 'youth'),
('neonate', 'infant'),
('auricle', 'heart chamber'),
('freehanded', 'generous'),
('grit', 'fortitude'),
('vociferate', 'shout'),
('avouch', 'affirm'),
('procurator', 'agent'),
('acidulate', 'make sour'),
('ascetic', 'austere'),
('gynandromorph', 'hermaphrodite'),
('alight', 'dismount'),
('metastasize', 'spread'),
('petulant', 'crabby'),
('scullion', 'kitchen servant'),
('curmudgeon', 'grouch'),
('purveyor', 'supplier'),
('dyspeptic', 'bad-tempered'),
('derogate', 'belittle'),
('illimitable', 'boundless'),
('apace', 'speedily'),
('incursion', 'raid'),
('etymon', 'word root'),
('discrepant', 'inconsistent'),
('exanimate', 'lifeless'),
('prehensile', 'adapted for grasping'),
('utile', 'useful'),
('functionary', 'official'),
('sully', 'stain'),
('mimetic', 'imitative'),
('lenity', 'clemency'),
('axiomatic', 'self-evident'),
('ideate', 'imagine'),
('bilk', 'swindle'),
('imperturbability', 'coolness'),
('sycophancy', 'fawning'),
('miosis', 'eye pupil contraction'),
('ichthyic', 'fish-like'),
('deride', 'ridicule'),
('mellifluous', 'flowing sweetly'),
('forecastle', 'front deck'),
('piton', 'spike'),
('probative', 'proof-giving'),
('polydipsia', 'excessive thirst'),
('mesencephalon', 'midbrain'),
('apprise', 'inform'),
('butte', 'hill'),
('cloistral', 'monastic'),
('consummation', 'fruition'),
('lavation', 'cleansing'),
('derelict', 'abandoned'),
('punctilious', 'precise'),
('extrapolation', 'inference'),
('reprobation', 'disapproval'),
('serviette', 'napkin'),
('tabernacle', 'temple'),
('neologism', 'new word'),
('lithe', 'supple'),
('coalesce', 'fuse'),
('orthogonal', 'right-angled'),
('arcane', 'secret'),
('divaricate', 'branch off'),
('patrimony', 'inheritance'),
('pollinosis', 'hay fever'),
('cerulean', 'sky-blue'),
('lank', 'slim'),
('chiropodist', 'foot doctor'),
('assent', 'agree'),
('conjunct', 'united'),
('heliolatry', 'sun-worship'),
('prescript', 'rule'),
('nub', 'gist'),
('affray', 'brawl'),
('apiarian', 'bee-related'),
('genuflect', 'kneel and bow'),
('asepsis', 'sterileness'),
('hew', 'chop'),
('noddy', 'dunce'),
('meridian', 'noon'),
('rumbustious', 'boisterous'),
('intercessor', 'mediator'),
('caterwaul', 'yowl'),
('phlegmatic', 'sluggish'),
('changeling', 'simpleton'),
('flighty', 'volatile'),
('coquet', 'flirt'),
('despoil', 'pillage'),
('sate', 'glut'),
('operant', 'effective'),
('stint', 'limit'),
('exchequer', 'treasury'),
('adroit', 'skillful'),
('jocose', 'merry'),
('arborescent', 'treelike'),
('replete', 'full'),
('torpor', 'lethargy'),
('espy', 'catch sight of'),
('august', 'grand'),
('languish', 'weaken'),
('antiquate', 'make obsolete'),
('vitriolic', 'scathing'),
('lineation', 'outline'),
('porringer', 'bowl with handle'),
('prig', 'goody-goody'),
('sapience', 'wisdom'),
('lothario', 'womanizer'),
('conscript', 'draftee'),
('sheepshank', 'knot'),
('napery', 'table linen'),
('watershed', 'turning point'),
('discourse', 'speech'),
('efflux', 'outflow'),
('lupine', 'wolfish'),
('davenport', 'writing desk'),
('reticence', 'quietness'),
('reticence', 'quietness'),
('vignette', 'sketch'),
('inordinate', 'excessive'),
('malefactor', 'criminal'),
('provincial', 'unsophisticated'),
('hermetic', 'airtight'),
('allocution', 'formal speech'),
('animalcule', 'tiny organism'),
('avulsion', 'forcible separation'),
('deprecatory', 'belittling'),
('espouse', 'advocate'),
('moribund', 'dying'),
('connivance', 'collusion'),
('unbosom', 'confide'),
('ancillary', 'subordinate'),
('abominate', 'loathe'),
('ancillary', 'subordinate'),
('reveille', 'bugle call'),
('embolism', 'artery blockage'),
('brimstone', 'sulfur'),
('conversant', 'familiar'),
('largesse', 'generosity'),
('provisory', 'conditional'),
('gregarious', 'sociable'),
('gregarious', 'sociable'),
('hardihood', 'boldness'),
('motile', 'capable of movement'),
('relegate', 'banish'),
('verdure', 'greenness'),
('munificence', 'generosity'),
('taciturn', 'silent'),
('pundit', 'expert'),
('tumbrel', 'two-wheeled cart'),
('zephyr', 'breeze'),
('meme', 'idea'),
('ellipsis', 'word omission'),
('melange', 'hodgepodge'),
('sepulchral', 'funereal'),
('burl', 'tree outgrowth'),
('flummox', 'confuse'),
('thrombus', 'blood clot'),
('camelopard', 'giraffe'),
('stabile', 'unmoving'),
('gossamer', 'sheer'),
('satiate', 'glut'),
('univocal', 'unambiguous'),
('milliner', 'hatmaker'),
('presentiment', 'foreboding'),
('hyperopia', 'farsightedness'),
('jural', 'law-related'),
('resplendent', 'glorious'),
('rectitude', 'integrity'),
('dandy', 'fop'),
('luxe', 'sumptuous'),
('bunting', 'flag cloth'),
('dotage', 'senility'),
('premonitory', 'warning'),
('desecrate', 'profane'),
('brigand', 'robber'),
('panache', 'verve'),
('reniform', 'kidney-shaped'),
('defalcator', 'embezzler'),
('alacrity', 'eagerness'),
('robustious', 'unruly'),
('halite', 'rock salt'),
('pyrosis', 'heartburn'),
('demagogue', 'rabble-rouser'),
('moxie', 'courage'),
('burg', 'town'),
('burg', 'town'),
('pottage', 'stew'),
('cowl', 'hood'),
('somniferous', 'sleep-inducing'),
('hygroscopic', 'moisture-absorbing'),
('assiduity', 'diligence'),
('chimerical', 'imaginary'),
('ruction', 'uproar'),
('headland', 'promontory'),
('sputum', 'phlegm'),
('impenitent', 'not sorry'),
('freebooter', 'pirate'),
('vaunted', 'greatly praised'),
('hansom', 'horse-drawn cab'),
('parley', 'confer'),
('gambit', 'ploy'),
('proboscis', 'snout'),
('imbibe', 'drink'),
('contrariety', 'opposition'),
('brachypterous', 'short-winged'),
('moppet', 'child'),
('bullock', 'ox'),
('tithe', 'tenth'),
('reposeful', 'relaxing'),
('piecemeal', 'gradually'),
('achromatic', 'colorless'),
('fandango', 'dance'),
('poikilotherm', 'cold-blooded'),
('depilatory', 'hair-remover'),
('coronet', 'small crown'),
('wastrel', 'squanderer'),
('equivocal', 'ambiguous'),
('vamoose', 'skedaddle'),
('nebulous', 'vague'),
('torero', 'matador'),
('recalcitrant', 'noncompliant'),
('supplication', 'plea'),
('glister', 'sparkle'),
('enfetter', 'put in chains'),
('intransigent', 'uncompromising'),
('eminently', 'notably'),
('bedaub', 'smear on'),
('quaggy', 'swampy'),
('grotty', 'wretched'),
('pervious', 'penetrable'),
('entomophagous', 'insect-eating'),
('cinnabar', 'red'),
('evenfall', 'dusk'),
('lave', 'wash'),
('diurnal', 'daily'),
('elan', 'flair'),
('puerile', 'immature'),
('menagerie', 'zoo'),
('assuage', 'ease'),
('languorous', 'lackadaisical'),
('logorrhea', 'talkativeness'),
('cornice', 'molding'),
('panacea', 'cure-all'),
('burry', 'prickly'),
('serigraphy', 'silk-screening'),
('missal', 'prayer book'),
('purloin', 'steal'),
('dendriform', 'tree-shaped'),
('effloresce', 'bloom'),
('malodor', 'stench'),
('preternatural', 'extraordinary'),
('hallow', 'consecrate'),
('conniption', 'tantrum'),
('moratorium', 'suspension'),
('benignancy', 'kindliness'),
('staunch', 'loyal'),
('satyr', 'lecher'),
('skeet', 'trapshooting'),
('payola', 'bribe'),
('strumpet', 'prostitute'),
('grommet', 'eyelet'),
('conscription', 'military draft'),
('mamba', 'snake'),
('indigence', 'poverty'),
('homily', 'sermon'),
('bequest', 'legacy'),
('specious', 'plausible but wrong'),
('sortie', 'military attack'),
('asperity', 'harshness'),
('calcimine', 'whitewash'),
('emir', 'chieftain'),
('apiary', 'bee house'),
('rollick', 'cavort'),
('punctilio', 'point of etiquette'),
('diablerie', 'sorcery'),
('doyenne', 'senior woman'),
('contentious', 'quarrelsome'),
('bevy', 'group'),
('ligature', 'binding'),
('abstemious', 'self-denying'),
('patella', 'kneecap'),
('chiromancy', 'palm-reading'),
('polypnea', 'rapid breathing'),
('remonstrance', 'protest'),
('pullet', 'young hen'),
('thimblerig', 'shell game'),
('quittance', 'release from debt'),
('kraken', 'sea monster'),
('choleric', 'hot-tempered'),
('perlite', 'volcanic glass'),
('turgid', 'swollen'),
('potage', 'thick soup'),
('abstentious', 'self-restraining'),
('epicurean', 'luxury-loving'),
('commissary', 'food store'),
('albumen', 'egg white'),
('dielectric', 'nonconductor'),
('gamut', 'range'),
('bouffant', 'puffy'),
('onus', 'burden'),
('atoll', 'coral island'),
('gumption', 'common sense'),
('terrapin', 'turtle'),
('tabard', 'knight’s cape'),
('cupola', 'dome'),
('blazon', 'coat of arms'),
('cumbrous', 'unwieldy'),
('rumination', 'musing'),
('deference', 'respect'),
('verve', 'vitality'),
('canticle', 'hymn'),
('dipsomania', 'alcoholism'),
('plaintive', 'sad'),
('tenuous', 'thin'),
('circumspect', 'cautious'),
('firebrand', 'agitator'),
('marimba', 'xylophone'),
('forgather', 'assemble'),
('tympan', 'drum'),
('temporize', 'delay'),
('derrick', 'crane'),
('sunder', 'split'),
('rhapsodize', 'enthuse'),
('apiculture', 'beekeeping'),
('antitussive', 'cough reliever'),
('igneous', 'fiery'),
('reprehension', 'blame'),
('euphony', 'pleasing sound'),
('epochal', 'momentous'),
('agnomen', 'additional name'),
('sedition', 'rebellion'),
('sedition', 'rebellion'),
('fantast', 'visionary'),
('reprehend', 'criticize'),
('eupnea', 'normal breathing'),
('boreal', 'northern'),
('nosegay', 'bouquet'),
('cajolery', 'wheedling'),
('preempt', 'displace'),
('haft', 'handle'),
('impervious', 'impenetrable'),
('patency', 'obviousness'),
('paragon', 'ideal'),
('stolid', 'impassive'),
('tintinnabulation', 'ringing'),
('lope', 'jog'),
('runnel', 'small stream'),
('fugleman', 'leader'),
('ventral', 'abdominal'),
('sacrosanct', 'inviolable'),
('ferrous', 'containing iron'),
('cogitation', 'thought'),
('sluice', 'channel'),
('neoteric', 'modern'),
('contravene', 'oppose'),
('apt', 'appropriate'),
('japery', 'clowning'),
('aslant', 'obliquely'),
('grouse', 'complain'),
('victuals', 'food'),
('centrist', 'moderate'),
('refulgence', 'brilliance'),
('basilisk', 'legendary serpent'),
('beatific', 'blissful'),
('coccoid', 'spherical'),
('ampoule', 'vial'),
('lavage', 'washing'),
('seditious', 'rebellious'),
('connote', 'imply'),
('circumlocutory', 'wordy'),
('cannular', 'tube-shaped'),
('hummock', 'mound'),
('lurid', 'sensational'),
('inclement', 'severe'),
('censorious', 'critical'),
('compote', 'stewed fruit'),
('adumbration', 'foreshadowing'),
('bestir', 'rouse'),
('hussar', 'cavalryman'),
('seminal', 'originative'),
('vassal', 'feudal subordinate'),
('muckrake', 'expose misconduct'),
('imperturbable', 'calm'),
('acquiescence', 'consent'),
('assuasive', 'soothing'),
('concubine', 'paramour'),
('umbra', 'shadow'),
('yahoo', 'bumpkin'),
('heliacal', 'sun-related'),
('piscivorous', 'fish-eating'),
('blarney', 'flattery'),
('perambulate', 'walk'),
('aphasia', 'speechlessness'),
('autolysis', 'self-digestion'),
('scruff', 'nape'),
('howdah', 'seat on elephant'),
('carousal', 'revelry'),
('unavailing', 'futile'),
('lucre', 'profit'),
('chock', 'wedge'),
('avifauna', 'birds'),
('valise', 'suitcase'),
('moorage', 'berth'),
('grapnel', 'anchor'),
('abjure', 'renounce'),
('mackinaw', 'wool coat'),
('eminent', 'distinguished'),
('baleful', 'ominous'),
('winch', 'windlass'),
('paucity', 'scarce amount'),
('vaquero', 'cowboy'),
('portico', 'colonnade'),
('aurora', 'dawn'),
('miasma', 'unhealthy air'),
('inflect', 'modulate'),
('trebuchet', 'catapult'),
('unseemly', 'indecent'),
('alfresco', 'outdoors'),
('cruet', 'small bottle'),
('avocation', 'hobby'),
('carbonado', 'black diamond'),
('sesquipedalian', 'using long words'),
('tessera', 'mosaic square'),
('bung', 'stopper'),
('exhortation', 'urging'),
('carpus', 'wrist'),
('rhizoid', 'rootlike'),
('locution', 'expression'),
('doyen', 'senior member'),
('epistle', 'letter'),
('ingenue', 'naive girl'),
('festal', 'joyous'),
('scintillant', 'sparkly'),
('portend', 'foretell'),
('potation', 'drink'),
('pyrogenic', 'igneous'),
('antebellum', 'before the war'),
('lubricious', 'slippery'),
('garrulous', 'talkative'),
('encephalon', 'brain'),
('diplopia', 'double vision'),
('roustabout', 'laborer'),
('dormer', 'window'),
('fortissimo', 'very loudly'),
('succor', 'relief'),
('cotillion', 'dance'),
('countervail', 'offset'),
('gestate', 'conceive'),
('trite', 'hackneyed'),
('soporific', 'sleep-inducing'),
('flagging', 'weak'),
('maxim', 'pithy saying'),
('preceptor', 'teacher'),
('cloying', 'excessively sweet'),
('twee', 'dainty'),
('dispassionate', 'calm'),
('ibex', 'wild goat'),
('umbrage', 'resentment'),
('fey', 'whimsical'),
('corpulence', 'obesity'),
('prate', 'chatter'),
('potentate', 'ruler'),
('caboodle', 'lot'),
('harlequin', 'buffoon'),
('sepulture', 'burial'),
('percuss', 'tap'),
('insouciance', 'lightheartedness'),
('concordant', 'agreeing'),
('joinery', 'woodworking'),
('histrionic', 'dramatic'),
('effuse', 'pour forth'),
('funambulism', 'tightrope walking'),
('viscera', 'entrails'),
('jocund', 'merry'),
('orbiculate', 'circular'),
('corpulency', 'obesity'),
('disoblige', 'inconvenience'),
('dicker', 'barter'),
('goober', 'peanut'),
('collywobbles', 'bellyache'),
('disinter', 'dig up from a grave'),
('cupidity', 'greed'),
('sentient', 'aware'),
('osseous', 'bony'),
('scion', 'descendant'),
('supernumerary', 'extra'),
('gyre', 'spiral'),
('pilosity', 'hairiness'),
('acme', 'highest point'),
('navicular', 'boat-shaped'),
('frijole', 'bean'),
('junto', 'secret council'),
('abrade', 'erode'),
('caprice', 'whim'),
('dhoti', 'loincloth'),
('striation', 'banding'),
('vapidity', 'blandness'),
('disingenuous', 'false'),
('bilious', 'unpleasant'),
('cull', 'select'),
('artifice', 'trickery'),
('natatorium', 'swimming pool'),
('halberd', 'battle-ax'),
('hauberk', 'chain mail tunic'),
('cordovan', 'soft leather'),
('sororal', 'sisterly'),
('vulpine', 'fox-like'),
('tomography', 'imaging'),
('maudlin', 'overly sentimental'),
('recumbent', 'reclining'),
('unctuous', 'slickly insincere'),
('repugn', 'oppose'),
('tatterdemalion', 'ragamuffin'),
('offal', 'inedible waste'),
('heterogeneous', 'dissimilar'),
('epicurism', 'luxury'),
('proscription', 'ban'),
('homiletics', 'art of preaching'),
('ursine', 'bear-like'),
('vestry', 'church room'),
('reproof', 'criticism'),
('bluestocking', 'scholarly woman'),
('improbity', 'dishonesty'),
('ratiocination', 'reasoning'),
('aseptic', 'sterile'),
('imperforate', 'lacking an opening'),
('eiderdown', 'comforter'),
('aileron', 'airplane wing flap'),
('celerity', 'quickness'),
('cuirass', 'upper-body armor'),
('garrote', 'strangle'),
('broach', 'mention'),
('capuchin', 'monkey'),
('morass', 'swamp'),
('vapid', 'bland'),
('abscise', 'remove'),
('conciliate', 'appease'),
('nimbus', 'halo'),
('clement', 'mild'),
('dulcinea', 'sweetheart'),
('sagacious', 'wise'),
('repast', 'meal'),
('unstinting', 'generous'),
('calcareous', 'chalky'),
('pedagogue', 'teacher'),
('concord', 'harmony'),
('vinous', 'wine-related'),
('precipitancy', 'suddenness'),
('veld', 'grassland'),
('sibyl', 'prophetess'),
('ebullition', 'outburst'),
('redress', 'compensation'),
('trine', 'threefold'),
('ballyhoo', 'hype'),
('perquisite', 'fringe benefit'),
('impugn', 'assail'),
('deportment', 'behavior'),
('muscat', 'grape'),
('craven', 'cowardly'),
('globose', 'spherical'),
('tandoor', 'clay oven'),
('ensanguine', 'bloody'),
('vivify', 'animate'),
('chirography', 'penmanship'),
('brochette', 'skewer'),
('cur', 'mongrel'),
('pertinacious', 'stubborn'),
('bacchanal', 'drunken revelry'),
('argent', 'silver'),
('comestible', 'eatable'),
('vacillate', 'waver'),
('expurgate', 'censor'),
('mete', 'apportion'),
('millinery', 'hat shop'),
('geomancy', 'divination'),
('mandrill', 'baboon'),
('levity', 'frivolity'),
('suffuse', 'overspread'),
('ostensible', 'apparent'),
('lea', 'meadow'),
('dugong', 'sea-cow'),
('extemporaneous', 'impromptu'),
('auspicious', 'favorable'),
('dirigible', 'airship'),
('danseuse', 'ballerina'),
('akimbo', 'with hands on hips'),
('tarmacadam', 'pavement'),
('budgie', 'parakeet'),
('roundelay', 'song with refrain'),
('ferine', 'savage'),
('edification', 'enlightenment'),
('spurious', 'false'),
('parsimony', 'stinginess'),
('deleterious', 'harmful'),
('tessellated', 'checkered'),
('tumefaction', 'swelling'),
('construe', 'interpret'),
('victual', 'food'),
('presage', 'foretell'),
('epistemic', 'knowledge-related'),
('flange', 'rim'),
('uptick', 'rise'),
('hegemony', 'dominance'),
('credulous', 'gullible'),
('coda', 'finale'),
('fatuity', 'foolishness'),
('diffidence', 'timidity'),
('ken', 'understanding'),
('sarcoid', 'fleshy'),
('expectorate', 'spit'),
('nescience', 'ignorance'),
('appellative', 'name'),
('querulous', 'complaining'),
('tumid', 'swollen'),
('verdigris', 'green copper coating'),
('lissom', 'supple'),
('lancinating', 'knifelike'),
('aberrant', 'not normal'),
('magniloquent', 'bombastic'),
('praenomen', 'first name'),
('providential', 'fortunate'),
('locus', 'place'),
('pettish', 'irritable'),
('scree', 'slope of loose rock'),
('grandee', 'nobleman'),
('filigree', 'ornamentation'),
('pecuniary', 'money-related'),
('licentious', 'wanton'),
('cervine', 'deer-like'),
('cerise', 'red'),
('bruin', 'bear'),
('infelicitous', 'unfortunate'),
('excursus', 'digression'),
('geld', 'castrate'),
('dray', 'cart'),
('dolor', 'grief'),
('convolve', 'roll together'),
('brackish', 'salty'),
('emollient', 'lotion'),
('convalesce', 'recover'),
('debauchee', 'libertine'),
('mote', 'speck'),
('abut', 'border'),
('pugilist', 'boxer'),
('manifold', 'many different'),
('tipple', 'imbibe'),
('disparate', 'various'),
('matriculate', 'enroll'),
('aflutter', 'agitated'),
('lignite', 'coal'),
('depilate', 'remove hair'),
('tangential', 'digressive'),
('abaft', 'toward the stern'),
('alameda', 'tree-shaded walkway'),
('capitulate', 'surrender'),
('wassail', 'toast to health'),
('camise', 'tunic'),
('staccato', 'disconnected'),
('sebaceous', 'fatty'),
('munificent', 'generous'),
('contrition', 'penitence'),
('ebonite', 'hard rubber'),
('anastrophe', 'word order inversion'),
('blithesome', 'cheery'),
('sundry', 'various'),
('slake', 'quench'),
('surmise', 'conjecture'),
('spiracle', 'blowhole'),
('lachrymose', 'tearful'),
('nexus', 'connection'),
('sooth', 'truth'),
('tortuosity', 'crookedness'),
('mooch', 'cadge'),
('commodious', 'roomy'),
('ennui', 'boredom'),
('galling', 'irritating'),
('apogee', 'highest point'),
('kibosh', 'stop'),
('oculus', 'round window'),
('catharsis', 'purgation'),
('antedate', 'precede'),
('epicure', 'gourmet'),
('faun', 'satyr'),
('remunerate', 'pay'),
('winnow', 'sift'),
('covey', 'group'),
('doggerel', 'comic verse'),
('potlatch', 'feast'),
('upbraid', 'reproach'),
('decollete', 'low-necked'),
('sylvan', 'wooded'),
('helicoid', 'spiral'),
('dorsum', 'back'),
('dromedary', 'camel'),
('signally', 'notably'),
('penury', 'poverty'),
('expiation', 'atonement'),
('esoteric', 'arcane'),
('canvass', 'solicit'),
('natty', 'stylishly dressed'),
('evanesce', 'vanish'),
('discombobulate', 'confuse'),
('mountebank', 'charlatan'),
('waggery', 'jesting'),
('malleus', 'hammer'),
('matins', 'morning prayer'),
('ablution', 'washing'),
('decumbent', 'lying down'),
('knell', 'toll'),
('invective', 'verbal abuse'),
('denumerable', 'countable'),
('continence', 'self-restraint'),
('missive', 'letter'),
('truculence', 'aggressiveness'),
('gewgaw', 'trinket'),
('mendacity', 'lie'),
('aureole', 'corona'),
('allusion', 'indirect reference'),
('flunky', 'yes-man'),
('manus', 'hand'),
('tacit', 'understood'),
('expropriate', 'seize'),
('stent', 'tube'),
('firmament', 'heavens'),
('boodle', 'money'),
('currish', 'snarling'),
('eminence', 'distinction'),
('intractable', 'stubborn'),
('hircine', 'goat-like'),
('fecund', 'fertile'),
('viscid', 'sticky'),
('veritable', 'authentic'),
('besmirch', 'sully'),
('staid', 'sedate'),
('fete', 'festival'),
('hornswoggle', 'con'),
('torpid', 'sluggish'),
('beamish', 'smiling'),
('clarion', 'shrill trumpet'),
('amah', 'wet nurse'),
('emanate', 'emerge'),
('malefic', 'evil'),
('priggish', 'prim'),
('mien', 'demeanor'),
('dissever', 'separate'),
('ameliorate', 'improve'),
('rococo', 'ornate'),
('dispel', 'scatter'),
('adjutant', 'assistant'),
('lubber', 'lout'),
('omphaloskepsis', 'navel-contemplation'),
('longanimity', 'patience'),
('capitulation', 'surrender'),
('addlepated', 'confused'),
('condescend', 'deign'),
('decamp', 'leave'),
('mufti', 'civilian dress'),
('frigorific', 'chilling'),
('obovate', 'egg-shaped'),
('platyhelminth', 'flatworm'),
('rend', 'tear'),
('incipience', 'beginning'),
('hostler', 'stableman'),
('hokey', 'sentimental'),
('beget', 'sire'),
('dory', 'rowboat'),
('infract', 'violate'),
('dendroid', 'tree-like'),
('quince', 'fruit'),
('vituperation', 'verbal abuse'),
('hie', 'hasten'),
('homburg', 'man’s hat'),
('schmaltz', 'sentimentality'),
('mahout', 'elephant driver'),
('gravitas', 'seriousness'),
('monition', 'warning'),
('connatural', 'inborn'),
('impetuous', 'rash'),
('somatic', 'bodily'),
('wizen', 'shriveled'),
('malapropos', 'inappropriate'),
('stanchion', 'support'),
('bivouac', 'camp'),
('confute', 'disprove'),
('hale', 'healthy'),
('feckless', 'ineffective'),
('synod', 'council'),
('ubiquitous', 'being everywhere'),
('preponderant', 'overriding'),
('austerity', 'self-denial'),
('troika', 'threesome'),
('dissension', 'strife'),
('brisling', 'young herring'),
('anemic', 'feeble'),
('liverish', 'bilious'),
('propitiatory', 'appeasing'),
('fusty', 'moldy'),
('ziggurat', 'ancient temple'),
('inamorata', 'sweetheart'),
('categorically', 'unconditionally'),
('biramous', 'forked'),
('declaim', 'harangue'),
('timorous', 'fearful'),
('forswear', 'renounce'),
('prevarication', 'lie'),
('cyclopean', 'huge'),
('acidulent', 'sour'),
('obsequious', 'fawning'),
('befoul', 'sully'),
('exigency', 'urgent situation'),
('vociferous', 'strident'),
('halyard', 'rope'),
('dovecote', 'pigeon house'),
('roily', 'turbid'),
('eschew', 'shun'),
('erudite', 'learned'),
('actuate', 'incite'),
('hardtack', 'biscuit'),
('raillery', 'banter'),
('multifarious', 'varied'),
('forbidding', 'grim'),
('fallow', 'dormant'),
('gamin', 'urchin'),
('acolyte', 'assistant'),
('cumulous', 'heaped'),
('bower', 'arbor'),
('escarpment', 'steep slope'),
('caprine', 'goat-like'),
('prosencephalon', 'forebrain'),
('laity', 'laymen'),
('ingratiating', 'servile'),
('postulate', 'axiom'),
('foppish', 'dandified'),
('flume', 'gulch'),
('filiation', 'lineage'),
('treadle', 'pedal'),
('byre', 'cow-shed'),
('sprat', 'small herring'),
('expound', 'set forth'),
('supercilious', 'haughty'),
('abstinent', 'temperate'),
('magnum', 'large wine bottle'),
('zebu', 'ox'),
('abstruse', 'obscure'),
('erudition', 'learning'),
('copse', 'thicket'),
('tussock', 'tuft'),
('detraction', 'belittlement'),
('doff', 'remove'),
('raiment', 'clothing'),
('iniquity', 'wickedness'),
('pyriform', 'pear-shaped'),
('corpulent', 'obese'),
('lithesome', 'limber'),
('hawser', 'large rope'),
('felicitate', 'congratulate'),
('clavier', 'keyboard'),
('maw', 'stomach'),
('imposture', 'fraud'),
('decedent', 'dead person'),
('diluent', 'thinner'),
('retinue', 'entourage'),
('echidna', 'anteater'),
('albescent', 'white'),
('animus', 'hatred'),
('augur', 'foretell'),
('bangtail', 'racehorse'),
('cavalier', 'offhand'),
('oblation', 'offering'),
('rancorous', 'spiteful'),
('infrangible', 'unbreakable'),
('peignoir', 'negligee'),
('flout', 'scorn'),
('wizened', 'shriveled up'),
('bole', 'tree trunk'),
('nicker', 'whinny'),
('pert', 'saucy'),
('milquetoast', 'timid person'),
('ferity', 'wildness'),
('dynamo', 'generator'),
('bracer', 'restorative'),
('greensward', 'turf'),
('antipodal', 'opposite'),
('meridional', 'southern'),
('precipitous', 'steep'),
('milieu', 'surroundings'),
('odium', 'hatred'),
('manse', 'residence'),
('purgative', 'cathartic'),
('truncheon', 'club'),
('pellucid', 'transparent'),
('convoke', 'call together'),
('bloviate', 'speak pompously'),
('sanguinary', 'bloodthirsty'),
('piquant', 'spicy'),
('scofflaw', 'repeat offender'),
('silage', 'fodder'),
('scuttle', 'sink'),
('treacle', 'molasses'),
('efficacious', 'effective'),
('stoat', 'ermine'),
('salient', 'prominent'),
('constellate', 'cluster'),
('immolate', 'destroy in sacrifice'),
('egress', 'exit'),
('germane', 'relevant'),
('drub', 'thrash'),
('rakish', 'jaunty'),
('lithic', 'stone'),
('pejorative', 'disparaging'),
('heterodox', 'unconventional'),
('ebullient', 'excited'),
('lugubrious', 'mournful'),
('troth', 'faithfulness'),
('excoriate', 'scold harshly'),
('waspish', 'petulant'),
('begird', 'encompass'),
('interment', 'burial'),
('indigent', 'poor'),
('abjuration', 'retraction'),
('nocuous', 'hurtful'),
('exegesis', 'explanation'),
('prestidigitator', 'magician'),
('aubergine', 'eggplant'),
('confidant', 'intimate'),
('vesture', 'clothing'),
('approbation', 'approval'),
('exhortative', 'encouraging'),
('enjoin', 'command'),
('evert', 'turn inside out'),
('diadem', 'crown'),
('droll', 'comical'),
('chimera', 'illusion'),
('oleaginous', 'oily'),
('smirch', 'sully'),
('egression', 'emergence'),
('scintillation', 'sparkling'),
('tilth', 'cultivated land'),
('preferment', 'promotion'),
('taurine', 'bull-like'),
('adjuration', 'appeal'),
('facetious', 'jocular'),
('seminiferous', 'seed-bearing'),
('panada', 'bread paste'),
('assiduous', 'diligent'),
('lunker', 'big fish'),
('inculpate', 'blame'),
('declivitous', 'downward-sloping'),
('posit', 'assume'),
('carp', 'find fault'),
('waggish', 'humorous'),
('ambuscade', 'waylay'),
('gloam', 'twilight'),
('intumescence', 'swelling'),
('speculum', 'mirror'),
('portent', 'omen'),
('prone', 'prostrate'),
('swain', 'boyfriend'),
('denouement', 'outcome'),
('abject', 'miserable'),
('eider', 'duck'),
('morel', 'mushroom'),
('nascent', 'emerging'),
('renascent', 'born again'),
('solicitous', 'concerned'),
('garret', 'attic'),
('gambol', 'frolic'),
('coronal', 'garland'),
('nadir', 'lowest point'),
('carapace', 'animal shell'),
('suppliant', 'petitioner'),
('voluble', 'talkative'),
('tumefy', 'swell'),
('hirsute', 'hairy'),
('didactic', 'instructive'),
('dreck', 'junk'),
('minify', 'lessen'),
('minify', 'lessen'),
('froward', 'headstrong'),
('valance', 'short drapery'),
('excursive', 'rambling'),
('pinnate', 'feather-like'),
('insuperable', 'unbeatable'),
('cabal', 'conspiratorial group'),
('sniffy', 'disdainful'),
('torrid', 'hot'),
('pyrexia', 'fever'),
('rapacious', 'predatory'),
('gainsay', 'contradict'),
('prevenient', 'anticipatory'),
('apologue', 'fable'),
('paladin', 'champion'),
('flense', 'strip blubber from'),
('usurious', 'extortionate'),
('expostulate', 'discuss'),
('reprobate', 'depraved'),
('bacillary', 'rod-shaped'),
('cacography', 'bad handwriting'),
('amatory', 'romantic'),
('ostensibly', 'apparently'),
('fecundate', 'fertilize'),
('pith', 'gist'),
('fulsome', 'sickeningly excessive'),
('treacly', 'cloying'),
('asana', 'yoga posture'),
('prurience', 'lasciviousness'),
('scissile', 'easily split'),
('ghee', 'clarified butter'),
('patently', 'plainly'),
('convivial', 'festive'),
('vaunt', 'boast'),
('chariness', 'caution'),
('cognomen', 'name'),
('insolvent', 'bankrupt'),
('wend', 'proceed'),
('vituperate', 'scold'),
('sinistral', 'left-handed'),
('alveolate', 'honeycombed'),
('damascene', 'wavy patterns'),
('carmine', 'red'),
('wheal', 'welt'),
('ruth', 'pity'),
('proem', 'preface'),
('compulsion', 'coercion'),
('vestigial', 'rudimentary'),
('restive', 'fidgety'),
('corneous', 'horn-like'),
('detrition', 'wearing away'),
('homunculus', 'little man'),
('contravention', 'violation'),
('unguent', 'ointment'),
('benignant', 'kind'),
('portmanteau', 'suitcase'),
('ephemeral', 'fleeting'),
('incipient', 'beginning'),
('escarole', 'endive'),
('petcock', 'valve'),
('chanson', 'song'),
('siamang', 'gibbon'),
('sirocco', 'hot wind'),
('pernicious', 'deadly'),
('bantam', 'small'),
('vestige', 'trace'),
('bailiwick', 'domain'),
('penurious', 'stingy'),
('embrangle', 'confuse'),
('repletion', 'surfeit'),
('vermicular', 'worm-like'),
('discomfit', 'perturb'),
('conclave', 'secret meeting'),
('philately', 'stamp collecting'),
('vernal', 'spring-like'),
('inimitable', 'matchless'),
('execrable', 'extremely bad'),
('madrigal', 'polyphonic song'),
('badinage', 'playful teasing'),
('pedantic', 'bookish'),
('gingiva', 'gum'),
('perdurable', 'lasting'),
('vicarious', 'substituted'),
('antediluvian', 'ancient'),
('scrivener', 'writer'),
('scintilla', 'trace'),
('gimcrack', 'cheap'),
('laconic', 'terse'),
('admonitory', 'cautionary'),
('maladroit', 'clumsy'),
('acrimonious', 'caustic'),
('patois', 'jargon'),
('osteal', 'bony'),
('pettifogger', 'unscrupulous lawyer'),
('nebbish', 'timid person'),
('prodigality', 'extravagance'),
('amyloid', 'starchy'),
('kith', 'friends'),
('appellation', 'title'),
('ecru', 'beige'),
('swash', 'bluster'),
('lachrymal', 'tearful'),
('maven', 'expert'),
('pedant', 'scholar'),
('scurrilous', 'vulgarly abusive'),
('puckish', 'mischievous'),
('colloquy', 'conversation'),
('coppice', 'thicket'),
('pogrom', 'massacre'),
('sibilance', 'hissing sound'),
('capsicum', 'pepper'),
('lade', 'burden'),
('factious', 'divisive'),
('interlope', 'intrude'),
('taiga', 'subarctic forest'),
('enormity', 'wickedness'),
('corsair', 'pirate'),
('reactionary', 'ultraconservative'),
('fiat', 'decree'),
('supplicate', 'beg'),
('kvetch', 'complain'),
('sacerdotal', 'priestly'),
('abrogate', 'abolish'),
('halcyon', 'peaceful'),
('strident', 'shrill'),
('notional', 'fanciful'),
('fallacious', 'illogical'),
('sanguineous', 'bloody'),
('decorum', 'propriety'),
('codicil', 'will'),
('cordiform', 'heart-shaped'),
('interlocutor', 'talker'),
('paradisiacal', 'utopian'),
('compunction', 'remorse'),
('impuissance', 'weakness'),
('ocellus', 'primitive eye'),
('amative', 'loving'),
('overwrought', 'agitated'),
('nephritic', 'kidney-related'),
('palpate', 'feel'),
('jape', 'jest'),
('ponderous', 'weighty'),
('isinglass', 'mica'),
('bucolic', 'pastoral'),
('alluvion', 'flood'),
('pied', 'multi-colored'),
('trephine', 'surgical saw'),
('assimilate', 'absorb'),
('parturition', 'childbirth'),
('plaint', 'lamentation'),
('proselyte', 'convert'),
('impetus', 'stimulus'),
('prevaricate', 'lie'),
('effulgence', 'splendor'),
('grippe', 'influenza'),
('dolorous', 'sorrowful'),
('sophistry', 'faulty reasoning'),
('flinty', 'unyielding'),
('gaur', 'wild ox'),
('stevedore', 'longshoreman'),
('donnish', 'academic'),
('claptrap', 'humbug'),
('intransigence', 'stubbornness'),
('provenance', 'place of origin'),
('venesection', 'phlebotomy'),
('roil', 'agitate'),
('callow', 'immature'),
('impresario', 'promoter'),
('propitious', 'favorable'),
('burgeon', 'flourish'),
('salubrious', 'healthful'),
('writhen', 'contorted'),
('besot', 'stupefy'),
('contrite', 'apologetic'),
('falciform', 'sickle-shaped'),
('tautology', 'redundancy'),
('alimentary', 'nourishing'),
('cuspidor', 'spittoon'),
('fissile', 'splittable'),
('extant', 'existing'),
('beset', 'harass'),
('pudency', 'modesty'),
('incommodious', 'uncomfortable'),
('quietus', 'death'),
('rime', 'hoarfrost'),
('sobriquet', 'nickname'),
('filiform', 'thread-shaped'),
('aquiline', 'hooked'),
('chanterelle', 'mushroom'),
('artless', 'innocently sincere'),
('sapiential', 'wise'),
('expiate', 'make amends for'),
('aspersion', 'slander'),
('enervate', 'weaken'),
('fellah', 'peasant'),
('inveterate', 'habitual'),
('gracile', 'slender'),
('duly', 'properly'),
('emesis', 'vomiting'),
('pate', 'head'),
('dobbin', 'workhorse'),
('affined', 'connected'),
('tun', 'large cask'),
('prognostication', 'omen'),
('bathos', 'triteness'),
('laird', 'landholder'),
('arcuate', 'curved'),
('credenza', 'sideboard'),
('variegate', 'dapple'),
('claymore', 'broadsword'),
('emend', 'correct'),
('fen', 'marsh'),
('caries', 'tooth decay'),
('sapient', 'wise'),
('gemsbok', 'oryx'),
('imbroglio', 'confused situation'),
('dross', 'leavings'),
('tortuous', 'winding'),
('consumptive', 'tubercular'),
('redoubtable', 'formidable'),
('colloquium', 'seminar'),
('paean', 'song of praise'),
('kohl', 'eye-shadow'),
('saponaceous', 'soapy'),
('debenture', 'unsecured bond'),
('viviparous', 'producing live offspring'),
('apocryphal', 'false'),
('machiavellian', 'crafty'),
('amortize', 'pay gradually'),
('dissolute', 'debauched'),
('whelk', 'snail'),
('caravel', 'sailing ship'),
('periphrasis', 'circumlocution'),
('ligation', 'binding'),
('pharisaic', 'self-righteous'),
('rive', 'tear apart'),
('popinjay', 'fop'),
('agitprop', 'political propaganda'),
('budgerigar', 'parakeet'),
('prelate', 'bishop'),
('chelonian', 'turtle-like'),
('retrenchment', 'reduction'),
('specular', 'mirror-like'),
('edentate', 'toothless'),
('imprecate', 'curse'),
('overweening', 'arrogant'),
('unequivocal', 'evident'),
('bellicose', 'warlike'),
('habergeon', 'chain mail coat'),
('argillaceous', 'clay-like'),
('trumpery', 'rubbish'),
('redoubt', 'fortification'),
('diffident', 'shy'),
('mendicancy', 'begging'),
('lapidary', 'gem-cutter'),
('verso', 'left-hand page'),
('bibulous', 'fond of alcohol'),
('anodyne', 'painkiller'),
('sibilant', 'hissing'),
('effete', 'decadent'),
('turbid', 'muddy'),
('flexuous', 'winding'),
('adventitious', 'accidental'),
('horologe', 'timepiece'),
('degustation', 'tasting'),
('voltaic', 'galvanic'),
('precipitant', 'hasty'),
('candent', 'white-hot'),
('gaucherie', 'gaffe'),
('nacre', 'mother-of-pearl'),
('planarian', 'flatworm'),
('ensconce', 'settle'),
('eland', 'antelope'),
('quiescent', 'dormant'),
('seine', 'fishing net'),
('brae', 'hillside'),
('fusillade', 'salvo'),
('jink', 'evasive turn'),
('vermiculate', 'wormy'),
('abattoir', 'slaughterhouse'),
('requite', 'pay back'),
('pestiferous', 'contaminated'),
('forsooth', 'indeed'),
('cincture', 'girdle'),
('tog', 'clothe'),
('arroyo', 'gully'),
('dysphagia', 'trouble swallowing'),
('penitent', 'contrite'),
('mettlesome', 'spirited'),
('propinquity', 'nearness'),
('impolitic', 'unwise'),
('sybarite', 'sensualist'),
('waylay', 'ambush'),
('attenuate', 'weaken'),
('visceral', 'abdominal'),
('peccadillo', 'indiscretion'),
('veridical', 'truthful'),
('physic', 'purgative'),
('felicitous', 'well-chosen'),
('gens', 'clan'),
('anthropophagus', 'cannibal'),
('cerumen', 'earwax'),
('mandamus', 'superior court directive'),
('ague', 'fever'),
('anneal', 'temper glass or metal'),
('foment', 'instigate'),
('legerdemain', 'sleight of hand'),
('impendent', 'approaching'),
('copacetic', 'satisfactory'),
('quahog', 'round clam'),
('augury', 'omen'),
('involute', 'rolled inward'),
('decoct', 'boil down'),
('urbane', 'suave'),
('diaphanous', 'transparent'),
('straiten', 'confine'),
('fecundity', 'fertility'),
('cockloft', 'garret'),
('pinnace', 'small boat'),
('postern', 'back door'),
('abridgment', 'condensation'),
('bifid', 'cleft'),
('portentous', 'foreboding'),
('droit', 'legal right'),
('pique', 'resentment'),
('bailey', 'castle wall'),
('simulacrum', 'image'),
('chamfron', 'horse’s head armor'),
('transubstantiate', 'change'),
('vitrify', 'make into glass'),
('lamina', 'layer'),
('controvert', 'dispute'),
('celiac', 'abdominal'),
('summarily', 'promptly'),
('motley', 'variegated'),
('collier', 'coal miner'),
('byzantine', 'complex'),
('gloaming', 'dusk'),
('diametric', 'completely opposed'),
('huff', 'resentment'),
('solus', 'alone'),
('glacis', 'gentle slope'),
('incommensurate', 'disproportionate'),
('plebiscite', 'referendum'),
('stentor', 'loud-voiced person'),
('rubicund', 'ruddy'),
('shellback', 'worldly sailor'),
('sempiternity', 'forever'),
('chassepot', 'breechloading rifle'),
('extirpate', 'destroy'),
('allogamy', 'cross-fertilization'),
('curtal', 'short'),
('baneful', 'injurious'),
('protractile', 'extensible'),
('sycophantic', 'servile'),
('exacting', 'rigorous'),
('disabuse', 'undeceive'),
('proscribe', 'forbid'),
('parsimonious', 'stingy'),
('abnegate', 'renounce'),
('plumb', 'vertical'),
('viand', 'food'),
('laconism', 'terseness'),
('cosset', 'pamper'),
('diaspora', 'dispersion'),
('acanthoid', 'thorny'),
('palaver', 'chatter'),
('macerate', 'soften'),
('athwart', 'across'),
('discommode', 'trouble'),
('agonal', 'painful'),
('reconnoiter', 'scout'),
('sophistical', 'plausible but false'),
('dhole', 'wild dog'),
('tinea', 'ringworm'),
('luculent', 'clear'),
('constancy', 'fidelity'),
('opprobrium', 'disgrace'),
('equivocation', 'evasiveness'),
('shaitan', 'demon'),
('benighted', 'unenlightened'),
('comport', 'behave'),
('platitudinous', 'trite'),
('anathematize', 'curse'),
('wont', 'custom'),
('affiance', 'betroth'),
('hoary', 'ancient'),
('inceptive', 'beginning'),
('elegiac', 'mournful'),
('defrayal', 'payment'),
('filbert', 'hazelnut'),
('foist', 'palm off'),
('contretemps', 'mishap'),
('titular', 'nominal'),
('footling', 'trivial'),
('courser', 'horse'),
('regnant', 'reigning'),
('subsume', 'include'),
('meliorate', 'improve'),
('seriatim', 'in sequence'),
('sargasso', 'gulfweed'),
('politic', 'prudent'),
('arcanum', 'secret'),
('apostate', 'deserter'),
('plausive', 'approving'),
('baksheesh', 'gratuity'),
('picaroon', 'pirate'),
('peon', 'drudge'),
('menage', 'household'),
('gorgonize', 'petrify'),
('vagary', 'whim'),
('innervate', 'energize'),
('rostrum', 'dais'),
('vitalize', 'invigorate'),
('concision', 'terseness'),
('dissimulation', 'deceit'),
('bounden', 'obliged'),
('liquescent', 'melting'),
('expunction', 'erasure'),
('enation', 'outgrowth'),
('dander', 'anger'),
('dander', 'anger'),
('fettle', 'condition'),
('calabash', 'gourd'),
('alary', 'wing-shaped'),
('terpsichorean', 'dancer'),
('coriaceous', 'leathery'),
('barcarole', 'gondolier’s song'),
('mincing', 'dainty'),
('officious', 'meddlesome'),
('relucent', 'gleaming'),
('supernal', 'celestial'),
('carabao', 'water buffalo'),
('galvanism', 'electricity'),
('granger', 'farmer'),
('educe', 'elicit'),
('decorous', 'proper'),
('throe', 'pang'),
('coterie', 'clique'),
('scarp', 'steep slope'),
('germinal', 'creative'),
('debridement', 'wound cleaning'),
('mendicant', 'beggar'),
('scourge', 'whip'),
('ineluctable', 'unavoidable'),
('ineffable', 'indescribable'),
('divest', 'strip'),
('artificer', 'inventor'),
('plastron', 'breastplate'),
('sibilate', 'hiss'),
('nephrite', 'jade'),
('bodega', 'wineshop'),
('mastaba', 'Egyptian tomb'),
('perspicuous', 'lucid'),
('swale', 'valley'),
('conversance', 'familiarity'),
('auspices', 'patronage'),
('concrescence', 'growing together'),
('interdiction', 'ban'),
('interdiction', 'ban'),
('inutile', 'useless'),
('declamatory', 'bombastic'),
('weir', 'dam'),
('malinger', 'skulk'),
('forbear', 'refrain'),
('probity', 'integrity'),
('vitreous', 'glassy'),
('equivocate', 'mislead'),
('arbalest', 'crossbow'),
('cadge', 'beg'),
('depredation', 'plundering'),
('esprit', 'liveliness'),
('stickle', 'argue stubbornly'),
('saturnalia', 'debauchery'),
('dilatory', 'delaying'),
('reticent', 'uncommunicative'),
('sempiternal', 'endless'),
('vervet', 'monkey'),
('ignominious', 'shameful'),
('machinate', 'conspire'),
('lissome', 'lithe'),
('malediction', 'curse'),
('stemma', 'lineage'),
('recto', 'right-hand page'),
('stygian', 'gloomy'),
('atonic', 'unaccented'),
('defeasible', 'voidable'),
('perorate', 'harangue'),
('bumbershoot', 'umbrella'),
('purvey', 'supply'),
('appreciable', 'perceptible'),
('ascesis', 'self-discipline'),
('springe', 'snare'),
('chary', 'cautious'),
('calumny', 'slander'),
('conventual', 'monastic'),
('dolichocephalic', 'long-headed'),
('wonted', 'usual'),
('impecunious', 'penniless'),
('poteen', 'bootleg whiskey'),
('palfrey', 'saddle horse'),
('brindled', 'streaked'),
('capstone', 'culmination'),
('splenetic', 'ill-humored'),
('exuberate', 'rejoice'),
('philology', 'linguistics'),
('mouflon', 'wild sheep'),
('albedo', 'whiteness'),
('verisimilar', 'probable'),
('stentorian', 'loud'),
('perfunctory', 'half-hearted'),
('larboard', 'port'),
('ergot', 'grain fungus'),
('carronade', 'warship cannon'),
('autarky', 'self-sufficiency'),
('indurate', 'harden'),
('manikin', 'dwarf'),
('provident', 'thrifty'),
('escutcheon', 'shield'),
('hoosegow', 'jail'),
('cognate', 'related'),
('tellurian', 'earth-related'),
('egregious', 'really bad'),
('hypogeum', 'underground chamber'),
('efface', 'obliterate'),
('inter', 'bury'),
('putative', 'supposed'),
('spanner', 'wrench'),
('apiculate', 'pointed'),
('mawkish', 'sentimental'),
('prodigal', 'extravagant'),
('presidio', 'garrison'),
('depute', 'appoint'),
('desquamate', 'peel off'),
('coarctation', 'narrowing'),
('prosaic', 'ordinary'),
('donjon', 'castle main tower'),
('bunco', 'swindle'),
('requital', 'compensation'),
('imprecation', 'curse'),
('parvenu', 'newly wealthy upstart'),
('varicella', 'chicken pox'),
('decollate', 'behead'),
('peculation', 'embezzlement'),
('screed', 'lengthy tirade'),
('obstreperous', 'noisy'),
('chiropteran', 'bat'),
('vouchsafe', 'bestow'),
('comity', 'civility'),
('glissade', 'sliding step'),
('roister', 'carouse'),
('tabor', 'small drum'),
('alopecia', 'baldness'),
('ululate', 'howl'),
('gobbet', 'portion'),
('aphotic', 'lightless'),
('desuetude', 'disuse'),
('solicitude', 'anxiety'),
('dissembler', 'phony'),
('alimentation', 'sustenance'),
('espial', 'sighting'),
('disciform', 'oval'),
('mesomorphic', 'muscular'),
('buss', 'kiss'),
('baobab', 'fruit tree'),
('cogent', 'convincing'),
('intifada', 'uprising'),
('denticulate', 'serrated'),
('pithy', 'concise'),
('palliation', 'easing'),
('taboret', 'low stool'),
('defray', 'pay'),
('ecchymosis', 'black-and-blue bruise'),
('opprobrious', 'abusive'),
('cestode', 'tapeworm'),
('bedizen', 'adorn'),
('endomorphic', 'stocky'),
('petrous', 'hard'),
('dragoon', 'cavalryman'),
('navvy', 'laborer'),
('tautological', 'redundant'),
('looper', 'inchworm'),
('pomade', 'hair ointment'),
('epigrammatic', 'pithy'),
('ternary', 'triple'),
('argosy', 'large ship'),
('carom', 'rebound'),
('ensiform', 'sword-shaped'),
('cutis', 'skin'),
('argentiferous', 'containing silver'),
('extenuate', 'make less serious'),
('complot', 'conspire'),
('declivity', 'downward slope'),
('bacciferous', 'berry-producing'),
('pilus', 'hair'),
('sundowner', 'hobo'),
('systole', 'heart contraction'),
('carrageen', 'Irish moss'),
('spoor', 'trail'),
('transude', 'ooze'),
('clerisy', 'intelligentsia'),
('tractable', 'docile'),
('interpolate', 'insert'),
('chanticleer', 'rooster'),
('inveigle', 'sweet-talk'),
('weald', 'woodland'),
('smoothbore', 'unrifled'),
('macadamize', 'pave with gravel'),
('venal', 'corruptible'),
('contrail', 'aircraft vapor'),
('seraglio', 'harem'),
('pestilent', 'pernicious'),
('menhir', 'upright stone monument'),
('purblind', 'obtuse'),
('sinecure', 'job with no duties'),
('pettifog', 'quibble'),
('accrete', 'grow'),
('salutary', 'beneficial'),
('acetic', 'vinegar-like'),
('prolixity', 'verbosity'),
('votary', 'worshipper'),
('bollix', 'bungle'),
('iniquitous', 'wicked'),
('atelier', 'studio'),
('rill', 'streamlet'),
('eructation', 'belch'),
('cavil', 'quibble'),
('dudgeon', 'resentment'),
('coleoptera', 'beetles'),
('grappa', 'brandy'),
('basinet', 'medieval helmet'),
('vicinal', 'local'),
('turpitude', 'depravity'),
('harquebus', 'matchlock gun'),
('tulle', 'netting'),
('febrile', 'feverish'),
('fusil', 'musket'),
('beshrew', 'curse'),
('gnathic', 'pertaining to the jaw'),
('docent', 'teacher'),
('cocotte', 'prostitute'),
('exculpation', 'alibi'),
('urbanity', 'smooth courtesy'),
('aegis', 'protection'),
('ephemerid', 'mayfly'),
('evince', 'show'),
('averment', 'assertion'),
('ungulate', 'hoofed'),
('insouciant', 'carefree'),
('cloy', 'surfeit'),
('descry', 'discover'),
('brogue', 'shoe'),
('corpus', 'collection'),
('firth', 'estuary'),
('lenitive', 'soothing'),
('artiodactyl', 'even-toed'),
('monograph', 'treatise'),
('obloquy', 'slander'),
('witting', 'intentional'),
('lobscouse', 'sailor’s stew'),
('sylvatic', 'relating to wild animals'),
('execration', 'abomination'),
('incipiency', 'beginning'),
('fibril', 'strand'),
('forfend', 'avert'),
('appetency', 'craving'),
('occlusion', 'closure'),
('frowzy', 'slovenly'),
('montane', 'mountainous'),
('habiliment', 'clothing'),
('hidebound', 'bigoted'),
('betoken', 'indicate'),
('adenitis', 'gland inflammation'),
('pulchritude', 'beauty'),
('spindrift', 'sea-spray'),
('gemma', 'bud'),
('bluepoint', 'small oyster'),
('importune', 'beg'),
('epigram', 'quip'),
('benison', 'blessing'),
('concomitant', 'accompanying'),
('casque', 'helmet'),
('footpad', 'robber'),
('adjuvant', 'supplementary'),
('peregrination', 'journey'),
('kismet', 'fate'),
('pennoncel', 'lance streamer'),
('odeum', 'theater'),
('colobus', 'monkey'),
('antipathetic', 'opposed'),
('cabretta', 'sheepskin leather'),
('curette', 'surgical scoop'),
('tatting', 'lace'),
('radix', 'root'),
('trice', 'instant'),
('aliment', 'food'),
('steatite', 'soapstone'),
('poltroon', 'coward'),
('analeptic', 'restorative'),
('peckish', 'hungry'),
('natation', 'swimming'),
('confiture', 'jam'),
('impute', 'ascribe'),
('armiger', 'squire'),
('hoyden', 'tomboy'),
('aver', 'declare'),
('wyvern', 'dragon'),
('ecumenical', 'worldwide'),
('tyro', 'beginner'),
('sibylline', 'prophetic'),
('bolus', 'round mass'),
('pusillanimous', 'cowardly'),
('pilose', 'hairy'),
('funicular', 'cable railway'),
('sophism', 'fallacy'),
('contuse', 'bruise'),
('foliose', 'leafy'),
('pinafore', 'apron'),
('monitory', 'warning'),
('cachet', 'prestige'),
('knap', 'strike abruptly'),
('balky', 'contrary'),
('charnel', 'sepulchral'),
('vertiginous', 'dizzy'),
('mizzle', 'light rain'),
('skerry', 'rocky small island'),
('sastruga', 'wind-formed snow ridge'),
('pomelo', 'grapefruit'),
('refectory', 'dining hall'),
('toothsome', 'delicious'),
('emolument', 'compensation'),
('trammel', 'restrain'),
('reave', 'plunder'),
('rinderpest', 'cattle disease'),
('tittle', 'iota'),
('gelt', 'money'),
('encomium', 'praise'),
('raddled', 'worn-out'),
('variorum', 'edition with notes'),
('interdict', 'forbid'),
('spelt', 'wheat'),
('fatuous', 'silly'),
('betimes', 'speedily'),
('gibbet', 'gallows'),
('tenuity', 'slenderness'),
('redact', 'edit'),
('fulminate', 'explode'),
('tendentious', 'biased'),
('burin', 'engraving tool'),
('veracious', 'truthful'),
('induration', 'hardening'),
('distrait', 'preoccupied'),
('grimalkin', 'elderly female cat'),
('thalassic', 'relating to the sea'),
('cygnet', 'young swan'),
('friable', 'easily crumbled'),
('risible', 'funny'),
('calumniate', 'slander'),
('scintillate', 'sparkle'),
('couturier', 'clothes designer'),
('cordate', 'heart-shaped'),
('koumiss', 'fermented milk'),
('scrim', 'curtain fabric'),
('carillon', 'bells'),
('acephalous', 'headless'),
('llano', 'grassy plain'),
('blandish', 'flatter'),
('mattock', 'pickax for digging'),
('senescent', 'aging'),
('eructate', 'belch'),
('arenaceous', 'sandy'),
('frangible', 'brittle'),
('blain', 'blister'),
('cantle', 'rear part of saddle'),
('pastiche', 'hodgepodge'),
('flack', 'press agent'),
('jennet', 'small horse'),
('dipsomaniac', 'alcoholic'),
('houri', 'maiden'),
('conformation', 'structure'),
('pluton', 'igneous rock'),
('capitation', 'poll tax'),
('edentulous', 'toothless'),
('concatenate', 'join'),
('prepossessing', 'attractive'),
('sudorific', 'causing perspiration'),
('panjandrum', 'self-important dignitary'),
('auriferous', 'gold-bearing'),
('attaint', 'disgrace'),
('sanguine', 'optimistic'),
('internecine', 'mutually destructive'),
('picayune', 'paltry'),
('appetence', 'craving'),
('penetralia', 'recesses'),
('inunction', 'anointing'),
('demulcent', 'soothing'),
('bromide', 'trite expression'),
('erumpent', 'bursting out'),
('latitudinarian', 'tolerant'),
('apprize', 'value'),
('secern', 'distinguish'),
('saturnine', 'sullen'),
('malison', 'curse'),
('sabot', 'wooden shoe'),
('quotidian', 'everyday'),
('cataract', 'waterfall'),
('trefoil', 'clover'),
('sodality', 'fellowship'),
('antecedence', 'priority'),
('aril', 'seed cover'),
('jambeau', 'leg armor'),
('despiteful', 'malicious'),
('duenna', 'governess'),
('couture', 'fashion designing'),
('rapprochement', 'reconciliation'),
('bathetic', 'overly sentimental'),
('bellwether', 'leader'),
('pluvial', 'rainy'),
('spate', 'flood'),
('incubus', 'nightmare'),
('bourse', 'stock exchange'),
('quintal', 'hundredweight'),
('intestate', 'leaving no will'),
('trilby', 'felt hat'),
('assurgent', 'rising'),
('preponderate', 'outweigh'),
('diacritical', 'distinguishing'),
('serval', 'African wildcat'),
('captious', 'hypercritical'),
('limpid', 'clear'),
('pretermit', 'disregard'),
('ret', 'soak until soft'),
('profligate', 'dissolute'),
('inimical', 'hostile'),
('delict', 'misdemeanor'),
('perspicacity', 'insight'),
('littleneck', 'quahog'),
('assignation', 'tryst'),
('imprimis', 'firstly'),
('younker', 'young person'),
('provender', 'feed'),
('crenate', 'scalloped'),
('recusant', 'nonconformist'),
('tympanum', 'middle ear'),
('suspire', 'sigh'),
('obtrusive', 'forward'),
('improvident', 'short-sighted'),
('prink', 'dress showily'),
('rathskeller', 'tavern'),
('gerenuk', 'gazelle'),
('collogue', 'conspire'),
('sward', 'turf'),
('caber', 'pole'),
('sartorial', 'clothing-related'),
('atavism', 'reversion'),
('blench', 'flinch'),
('colorable', 'plausible'),
('besprent', 'sprinkled over'),
('janissary', 'loyal supporter'),
('bollard', 'mooring post'),
('tarantism', 'urge to dance'),
('apotheosize', 'deify'),
('keloid', 'scar tissue'),
('corrigendum', 'printer’s error'),
('rarefied', 'lofty'),
('plectrum', 'guitar pick'),
('poniard', 'dagger'),
('saponify', 'make into soap'),
('sedulous', 'diligent'),
('lickerish', 'greedy'),
('paregoric', 'medicine'),
('dinkey', 'small locomotive'),
('bannock', 'flat bread'),
('aliform', 'wing-shaped'),
('inanition', 'emptiness'),
('martinet', 'disciplinarian'),
('pediculosis', 'lice infestation'),
('donnybrook', 'brawl'),
('exigent', 'urgent'),
('pastille', 'lozenge'),
('legerity', 'lightness'),
('milo', 'sorghum'),
('oppugn', 'assail'),
('newel', 'banister post'),
('colliery', 'coal mine'),
('apostasy', 'renunciation'),
('cicatrix', 'scar'),
('greave', 'shin armor'),
('satori', 'enlightenment'),
('meshuga', 'crazy'),
('inure', 'habituate'),
('fisc', 'treasury'),
('lyophilization', 'freeze-drying'),
('disembogue', 'pour out'),
('jejune', 'insubstantial'),
('farinaceous', 'mealy'),
('pannier', 'basket'),
('ophidian', 'snake-like'),
('nudibranch', 'sea slug'),
('oracular', 'prophetic'),
('predicate', 'base'),
('styptic', 'acting to stop bleeding'),
('ametropia', 'eye irregularity'),
('heptad', 'group of seven'),
('roughcast', 'plaster'),
('stertorous', 'snoring'),
('entomophilous', 'pollinated by insects'),
('concinnity', 'elegant harmony'),
('picaresque', 'roguish'),
('conflate', 'blend'),
('equable', 'unvarying'),
('fabaceous', 'bean-like'),
('breviary', 'prayers'),
('horary', 'hourly'),
('semibreve', 'whole note'),
('nobby', 'stylish'),
('unwonted', 'rare'),
('diaeresis', 'umlaut'),
('behoof', 'advantage'),
('midden', 'trash heap'),
('peruke', 'wig'),
('alate', 'winged'),
('nonesuch', 'paragon'),
('cuneate', 'wedge-shaped'),
('bedight', 'adorn'),
('kine', 'cows'),
('ewer', 'jug'),
('lapidate', 'throw stones at'),
('ort', 'tiny scrap'),
('perspicacious', 'astute'),
('axilla', 'armpit'),
('appurtenance', 'accessory'),
('adipose', 'fatty'),
('paraph', 'flourish after signature'),
('gnar', 'growl'),
('hyaloid', 'transparent'),
('anserine', 'goose-like'),
('conspectus', 'synopsis'),
('mulct', 'swindle'),
('sambar', 'deer'),
('periphrastic', 'wordy'),
('kedge', 'small anchor'),
('scaphoid', 'boat-shaped'),
('testaceous', 'hard-shelled'),
('ersatz', 'imitation'),
('fain', 'willingly'),
('invidious', 'offensive'),
('soutache', 'narrow braid'),
('tetrad', 'quartet'),
('lazar', 'leper'),
('grok', 'comprehend'),
('felucca', 'sailing ship'),
('formicary', 'anthill'),
('nonpareil', 'ideal'),
('variola', 'smallpox'),
('phytophagous', 'plant-eating'),
('sybaritic', 'luxurious'),
('pippin', 'apple'),
('gallimaufry', 'hodgepodge'),
('puissance', 'power'),
('effulgent', 'radiant'),
('mantelet', 'short cape'),
('eldritch', 'eerie'),
('quirt', 'whip'),
('redolent', 'odorous'),
('rorqual', 'whale'),
('extempore', 'impromptu'),
('decorticate', 'peel'),
('argufy', 'dispute'),
('alcazar', 'fortress'),
('fistulous', 'tubular'),
('doughty', 'valiant'),
('diaphoresis', 'perspiration'),
('jobbery', 'corruption'),
('phaeton', 'touring car'),
('mummer', 'pantomimist'),
('ostiole', 'pore'),
('viscus', 'internal organ'),
('argali', 'wild sheep'),
('eremite', 'hermit'),
('parturient', 'giving birth'),
('lorgnette', 'eyeglasses with handle'),
('cordite', 'explosive'),
('magus', 'sorcerer'),
('duiker', 'antelope'),
('trenchant', 'sharply incisive'),
('viridity', 'greenness'),
('bulbul', 'songbird'),
('subvention', 'aid'),
('vibrissa', 'whisker'),
('reata', 'lariat'),
('deglutition', 'swallowing'),
('sidereal', 'astral'),
('bonzer', 'great'),
('susurration', 'whisper'),
('parhelion', 'sundog'),
('plumbism', 'lead poisoning'),
('aventurine', 'sunstone'),
('philter', 'love-potion'),
('devolve', 'delegate'),
('superannuated', 'retired'),
('commutation', 'exchange'),
('impassible', 'unfeeling'),
('intermit', 'pause'),
('dolce', 'gently'),
('argot', 'lingo'),
('nutation', 'nodding'),
('paseo', 'stroll'),
('setaceous', 'bristly'),
('ecdysis', 'molting'),
('factotum', 'handyman'),
('dissipated', 'morally unrestrained'),
('claudication', 'lameness'),
('cracknel', 'biscuit'),
('foin', 'sword thrust'),
('eidolon', 'apparition'),
('exiguity', 'scantiness'),
('inculcate', 'teach'),
('lento', 'slowly'),
('degust', 'savor'),
('flaneur', 'aimless loafer'),
('concerted', 'mutual'),
('inveigh', 'protest'),
('bongo', 'antelope'),
('pomace', 'pulp'),
('fruticose', 'shrubby'),
('temerarious', 'reckless'),
('courgette', 'zucchini'),
('retrorse', 'backwards'),
('thaumaturge', 'magician'),
('anemophilous', 'wind-pollinated'),
('proglottid', 'tapeworm segment'),
('calix', 'cup'),
('majuscule', 'oversized capital letter'),
('pulchritudinous', 'beautiful'),
('clabber', 'curdle'),
('bedim', 'obscure'),
('bairn', 'child'),
('chacma', 'baboon'),
('petiole', 'leafstalk'),
('obsequy', 'funeral rite'),
('prang', 'crash'),
('recondite', 'hard to understand');
INSERT INTO `words` (`word1`, `word2`) VALUES
('caravansary', 'large inn'),
('hortative', 'encouraging'),
('grabble', 'grope'),
('voile', 'sheer fabric'),
('conduce', 'contribute'),
('gelid', 'frigid'),
('ruthful', 'tender'),
('depredate', 'plunder'),
('pruritus', 'itching'),
('assegai', 'spear'),
('amaurosis', 'blindness'),
('prolix', 'verbose'),
('counterpane', 'bedspread'),
('plummy', 'desirable'),
('somite', 'body segment'),
('frisson', 'thrill'),
('bodacious', 'remarkable'),
('redolence', 'fragrance'),
('risibility', 'laughter'),
('ogham', 'ancient Irish alphabet'),
('acicular', 'needle-shaped'),
('jabot', 'lace ruffle'),
('babirusa', 'wild pig'),
('nictitate', 'wink'),
('sachem', 'chief'),
('allium', 'onion'),
('pannikin', 'cup'),
('vitiate', 'spoil'),
('prodrome', 'early symptom'),
('epode', 'lyric poem'),
('crinoline', 'hoopskirt'),
('turbot', 'flatfish'),
('helve', 'tool handle'),
('brogan', 'shoe'),
('majolica', 'earthenware'),
('stupa', 'Buddhist shrine'),
('insolation', 'sunstroke'),
('scaup', 'diving duck'),
('abaca', 'manila hemp'),
('monotreme', 'egg-laying mammal'),
('modiste', 'hatmaker'),
('exsert', 'protrude'),
('exsert', 'protrude'),
('manumission', 'emancipation'),
('barbate', 'bearded'),
('lacuna', 'gap'),
('lowbred', 'rude'),
('plaguy', 'troublesome'),
('mingy', 'mean'),
('canard', 'hoax'),
('wapiti', 'elk'),
('zax', 'roofing hatchet'),
('bowdlerize', 'expurgate'),
('deuteranopia', 'green-blindness'),
('imbrue', 'stain'),
('anatropous', 'inverted'),
('diaphoretic', 'causing perspiration'),
('wainscot', 'wood paneling'),
('corium', 'skin layer'),
('jactitation', 'false boasting'),
('execrate', 'detest'),
('hypophysis', 'pituitary gland'),
('gravure', 'printing process'),
('cembalo', 'harpsichord'),
('adduce', 'cite'),
('superannuate', 'retire'),
('perfervid', 'ardent'),
('tocsin', 'alarm bell'),
('avuncular', 'uncle-like'),
('trave', 'crossbeam'),
('pibroch', 'bagpipe music'),
('consuetude', 'custom'),
('annulet', 'small ring'),
('hachure', 'map shading line'),
('gigot', 'leg of lamb'),
('equitation', 'horseback riding'),
('panegyric', 'praise'),
('acuminate', 'pointed'),
('comfit', 'candy'),
('volant', 'flying'),
('revetment', 'retaining wall'),
('rampike', 'standing dead tree'),
('misoneism', 'hatred of change'),
('triste', 'sad'),
('mordant', 'biting'),
('tonsure', 'shaved head'),
('arras', 'tapestry'),
('cantonment', 'bivouac'),
('welter', 'wallow'),
('tercel', 'male hawk'),
('fustian', 'bombast'),
('demur', 'take exception'),
('toque', 'hat'),
('demimonde', 'mistress'),
('mendacious', 'lying'),
('ostium', 'small opening'),
('clamant', 'vociferous'),
('carrefour', 'crossroads'),
('bespeak', 'foretell'),
('riant', 'laughing'),
('fetor', 'stench'),
('nudnik', 'pest'),
('pelagic', 'oceanic'),
('stilly', 'quiet'),
('prolusion', 'preface'),
('asperse', 'slander'),
('fulminant', 'suddenly severe'),
('freshet', 'spate'),
('osculate', 'kiss'),
('nidus', 'nest'),
('erythrism', 'excessive redness'),
('shamus', 'detective'),
('antinomy', 'contradiction'),
('arrogate', 'seize'),
('campestral', 'rural'),
('accouchement', 'childbirth'),
('austral', 'southern'),
('umbrageous', 'shaded'),
('spillikin', 'jackstraw'),
('anacoluthon', 'abrupt grammatical shift'),
('gigue', 'lively dance'),
('pother', 'commotion'),
('wain', 'farm wagon'),
('fulmination', 'tirade'),
('milliard', 'billion'),
('tutelar', 'protective'),
('importunate', 'persistent'),
('orison', 'prayer'),
('carrack', 'galleon'),
('ventricose', 'distended'),
('farrago', 'hodgepodge'),
('nidicolous', 'nesting'),
('prosy', 'dull'),
('immanent', 'inherent'),
('caseous', 'cheese-like'),
('anchorite', 'hermit'),
('cachinnation', 'laughter'),
('doxy', 'mistress'),
('piccalilli', 'relish'),
('claver', 'gossip'),
('rodomontade', 'bluster'),
('prehension', 'seizing'),
('rogatory', 'seeking information'),
('enceinte', 'pregnant'),
('peripatetic', 'itinerant'),
('uxorial', 'wifely'),
('pavis', 'large shield'),
('intercostal', 'between the ribs'),
('gammon', 'ham'),
('timbrel', 'tambourine'),
('amanuensis', 'dictation-taker'),
('caudate', 'with a tail'),
('surtout', 'overcoat'),
('spline', 'slat'),
('hortatory', 'urging'),
('plage', 'beach'),
('kris', 'dagger'),
('lineament', 'distinctive feature'),
('recreant', 'craven'),
('contumely', 'insolence'),
('falchion', 'broadsword'),
('maculation', 'spots'),
('stager', 'veteran'),
('fossa', 'pit'),
('colloid', 'gelatinous'),
('lacustrine', 'lake-related'),
('syndetic', 'connecting'),
('touchstone', 'criterion'),
('ligneous', 'woody'),
('plenary', 'full'),
('contiguity', 'proximity'),
('putsch', 'takeover'),
('shoat', 'piglet'),
('anechoic', 'sound-absorbent'),
('rataplan', 'drumbeat'),
('atomic', 'nuclear'),
('thaumaturgy', 'magic'),
('vitrine', 'glass showcase'),
('tenebrous', 'dark'),
('contemn', 'despise'),
('gimlet', 'auger'),
('stridulate', 'chirp'),
('brumal', 'wintry'),
('delineate', 'portray'),
('consanguine', 'akin'),
('cairngorm', 'smoky quartz'),
('nous', 'mind'),
('belike', 'probably'),
('guidon', 'military pennant'),
('macaronic', 'mixing languages'),
('natant', 'swimming'),
('fosse', 'moat'),
('aeonian', 'everlasting'),
('mazy', 'intricate'),
('surd', 'voiceless'),
('margay', 'wildcat'),
('anthesis', 'flowering'),
('wadi', 'gully'),
('deckle', 'ragged paper edge'),
('estivation', 'summer dormancy'),
('chaffer', 'haggle'),
('fascicle', 'bundle'),
('puissant', 'powerful'),
('foolscap', 'writing paper'),
('refulgent', 'brilliant'),
('exegetical', 'explanatory'),
('hebdomadal', 'weekly'),
('aleatory', 'subject to chance'),
('acclivity', 'ascent'),
('cuisse', 'thigh armor'),
('bemire', 'soil'),
('cachexia', 'physical wasting away'),
('appurtenant', 'accessory'),
('supererogatory', 'excess'),
('sutler', 'provisioner'),
('shillelagh', 'cudgel'),
('sparge', 'sprinkle'),
('laciniate', 'fringed'),
('laches', 'negligent delay'),
('uxorious', 'wife-loving'),
('catamount', 'wildcat'),
('celadon', 'pale green'),
('bantling', 'young child'),
('dudeen', 'pipe'),
('mesial', 'middle'),
('disport', 'frolic'),
('erythrocyte', 'red blood cell'),
('matutinal', 'early'),
('claque', 'hired applauders'),
('merle', 'blackbird'),
('trickle', 'dribble'),
('swindle', 'cheat'),
('divagation', 'digression'),
('desultory', 'haphazard'),
('exsiccate', 'dry'),
('cozenage', 'fraud'),
('stertor', 'snoring'),
('gunite', 'concrete mixture'),
('atheling', 'prince'),
('diaphysis', 'bone shaft'),
('oast', 'kiln'),
('colligation', 'binding together'),
('whin', 'gorse'),
('clerihew', 'humorous verse'),
('vair', 'squirrel fur'),
('exenterate', 'disembowel'),
('peregrinate', 'travel'),
('mandrel', 'spindle'),
('obturate', 'block up'),
('graupel', 'snow pellets'),
('guyot', 'underwater mountain'),
('kobold', 'gnome'),
('annulate', 'ringed'),
('altazimuth', 'telescope'),
('fimbriate', 'fringed'),
('brio', 'vigor'),
('lapin', 'rabbit'),
('ontogeny', 'maturation'),
('chigoe', 'sand flea'),
('nacreous', 'iridescent'),
('dissimulate', 'feign'),
('lahar', 'volcanic mudflow'),
('capote', 'hooded coat'),
('archimandrite', 'abbot'),
('dottle', 'pipe tobacco residue'),
('immure', 'imprison'),
('imprimatur', 'approval to publish'),
('lief', 'gladly'),
('teredo', 'shipworm'),
('acarus', 'mite'),
('duff', 'pudding'),
('campanile', 'bell tower'),
('juju', 'fetish'),
('ilex', 'holly'),
('propitiation', 'appeasement'),
('testa', 'seed coating'),
('premorse', 'broken off'),
('cordillera', 'mountain range'),
('specie', 'coins'),
('aubade', 'sunrise music'),
('congeries', 'aggregation'),
('bight', 'bay'),
('spelter', 'zinc'),
('trencherman', 'gourmand'),
('spavined', 'decrepit'),
('praxis', 'common practice'),
('fuliginous', 'sooty'),
('inapposite', 'extraneous'),
('toper', 'drunkard'),
('tabescent', 'wasting away'),
('susurrus', 'whispering'),
('peremptory', 'dictatorial'),
('caryatid', 'woman-shaped pillar'),
('chiton', 'tunic'),
('deliquesce', 'dissolve'),
('maquillage', 'makeup'),
('interpellate', 'question'),
('farci', 'stuffed with meat'),
('faience', 'earthenware'),
('peculate', 'embezzle'),
('ennead', 'group of nine'),
('anent', 'concerning'),
('numinous', 'supernatural'),
('odalisque', 'female slave'),
('propaedeutic', 'preparatory'),
('macula', 'spot'),
('ecdysiast', 'stripteaser'),
('thurible', 'incense container'),
('acequia', 'irrigation ditch'),
('trismus', 'lockjaw'),
('protean', 'variable'),
('solecism', 'impropriety'),
('cloaca', 'sewer'),
('martingale', 'horse harness strap'),
('rebozo', 'long scarf'),
('eft', 'newt'),
('ambeer', 'tobacco juice'),
('objurgation', 'scolding'),
('chinch', 'bedbug'),
('ludic', 'playful'),
('traduce', 'slander'),
('elute', 'extract'),
('habile', 'adept'),
('pollex', 'thumb'),
('rabbet', 'groove'),
('malar', 'cheekbone'),
('snickersnee', 'knife'),
('ambit', 'scope'),
('battue', 'slaughter'),
('drogue', 'sea anchor'),
('coeval', 'contemporary'),
('pleasance', 'secluded garden'),
('wight', 'creature'),
('baldric', 'sword belt'),
('asperate', 'roughen'),
('defeasance', 'contract annulment'),
('marmoreal', 'like marble'),
('tache', 'buckle'),
('acaulescent', 'stemless'),
('plumose', 'feathered'),
('pelf', 'money'),
('shindy', 'uproar'),
('stenosis', 'stricture'),
('quern', 'hand mill'),
('huckaback', 'cotton for towels'),
('manumit', 'free'),
('boscage', 'thicket'),
('teetotum', 'four-sided top'),
('tortious', 'wrongful'),
('durance', 'imprisonment'),
('shieling', 'shepherd’s hut'),
('oubliette', 'dungeon'),
('futhark', 'runic alphabet'),
('lekvar', 'sweet prune filling'),
('kirtle', 'tunic'),
('coir', 'coconut fiber'),
('commove', 'disturb'),
('aperient', 'laxative'),
('croft', 'small farm'),
('adumbrate', 'foreshadow'),
('sporran', 'pouch'),
('saccadic', 'twitchy'),
('anamnesis', 'recollection'),
('depone', 'testify'),
('glom', 'seize'),
('advert', 'refer'),
('hastate', 'spear-shaped'),
('vallecula', 'groove'),
('flagitious', 'wicked'),
('hyperborean', 'frigid'),
('chivy', 'harass'),
('remuda', 'herd of horses'),
('rood', 'crucifix'),
('bleb', 'bubble'),
('mithridate', 'poison antidote'),
('brumous', 'foggy'),
('scandent', 'climbing'),
('tabanid', 'horsefly'),
('apothegm', 'aphorism'),
('glair', 'egg white'),
('georgic', 'pastoral'),
('hebdomadally', 'weekly'),
('neb', 'snout'),
('alkahest', 'universal solvent'),
('importunity', 'appeal'),
('severally', 'independently'),
('madrepore', 'coral'),
('coruscation', 'sparkle'),
('peccant', 'sinning'),
('clapperclaw', 'verbally abuse'),
('mazzard', 'sweet cherry'),
('nevus', 'birthmark'),
('retiary', 'net-like'),
('advertent', 'attentive'),
('bagatelle', 'trifle'),
('provenience', 'source'),
('factitious', 'artificial'),
('barbette', 'gun platform'),
('tantara', 'trumpet blast'),
('hecatomb', 'slaughter'),
('abreaction', 'catharsis'),
('plangent', 'resounding'),
('fatidic', 'prophetic'),
('palpebra', 'eyelid'),
('gibbous', 'convex'),
('ratiocinative', 'logical'),
('theca', 'sheath'),
('patten', 'clog'),
('chatoyant', 'iridescent'),
('morion', 'helmet'),
('glabrous', 'smooth'),
('lam', 'thrash'),
('hebetude', 'stupidity'),
('meed', 'reward'),
('ridley', 'sea turtle'),
('parlous', 'dangerous'),
('beatify', 'make happy'),
('gnomon', 'sundial shaft'),
('koan', 'paradox'),
('promulgate', 'proclaim'),
('wimble', 'hole-borer'),
('anguine', 'snake-like'),
('crepitation', 'crackling'),
('cauline', 'stemmed'),
('hyaline', 'transparent'),
('autoclave', 'steam sterilizer'),
('attar', 'flower fragrance'),
('grama', 'pasture grass'),
('catholicon', 'cure-all'),
('copal', 'resin'),
('niveous', 'snowy'),
('glossa', 'tongue'),
('fardel', 'burden'),
('penuche', 'fudge'),
('canorous', 'melodious'),
('hallux', 'big toe'),
('lagniappe', 'small gift'),
('consanguineous', 'akin'),
('bezant', 'gold coin'),
('planchet', 'coin blank'),
('pharisaical', 'hypocritical'),
('lucerne', 'alfalfa'),
('stithy', 'anvil'),
('shibboleth', 'watchword'),
('charlock', 'wild mustard'),
('coronach', 'dirge'),
('edacious', 'devouring'),
('threnody', 'dirge'),
('mesne', 'intermediate'),
('langouste', 'spiny lobster'),
('escharotic', 'caustic'),
('pleach', 'plait'),
('asterism', 'small constellation'),
('chela', 'pincerlike claw'),
('phellem', 'cork'),
('claro', 'cigar'),
('azygous', 'single'),
('axenic', 'germ-free'),
('postiche', 'hairpiece'),
('illation', 'inference'),
('lignify', 'make woody'),
('harmattan', 'African wind'),
('diseuse', 'female speaker'),
('elide', 'suppress'),
('geoduck', 'large clam'),
('paralogism', 'fallacy'),
('resile', 'recoil'),
('mordacious', 'biting'),
('colubrine', 'snake-like'),
('entresol', 'mezzanine'),
('cabotage', 'coastal navigation'),
('maillot', 'tights'),
('autarkic', 'self-sufficient'),
('cote', 'shed'),
('foramen', 'orifice'),
('refractory', 'stubborn'),
('douceur', 'gratuity'),
('cuddy', 'galley'),
('verrucose', 'warty'),
('taenia', 'narrow band'),
('mammon', 'riches'),
('venial', 'forgivable'),
('penstock', 'sluice'),
('vituperative', 'abusive'),
('truculent', 'savage'),
('bouleversement', 'uproar'),
('imaret', 'inn'),
('falcate', 'sickle-shaped'),
('cenacle', 'small dining room'),
('foulard', 'silk'),
('cruse', 'jar'),
('flitch', 'side of bacon'),
('culverin', 'musket'),
('inchoative', 'beginning'),
('clepsydra', 'water clock'),
('carcajou', 'wolverine'),
('cozen', 'cheat'),
('porbeagle', 'mackerel shark'),
('bosk', 'thicket'),
('dolmen', 'prehistoric tomb'),
('plangency', 'resonance'),
('raddle', 'interweave'),
('ingle', 'log fire'),
('incunabulum', 'medieval book'),
('fulgurous', 'dazzling'),
('entremets', 'side dish'),
('levigate', 'grind into powder'),
('farthingale', 'hoop skirt'),
('deaccession', 'sell museum artwork'),
('contumacious', 'obstinate'),
('pinchbeck', 'imitation'),
('catenate', 'link'),
('trope', 'figure of speech'),
('moiety', 'half'),
('persiflage', 'banter'),
('ictus', 'seizure'),
('philomel', 'nightingale'),
('biltong', 'sun-dried meat'),
('boniface', 'innkeeper'),
('cogon', 'thatching grass'),
('habilitate', 'clothe'),
('habilitate', 'clothe'),
('immortelle', 'dried flowers'),
('hegira', 'exodus'),
('helot', 'serf'),
('pukka', 'genuine'),
('lucarne', 'dormer window'),
('occultation', 'eclipse'),
('demesne', 'land'),
('orthoepy', 'pronunciation'),
('ablation', 'excision'),
('osculation', 'kiss'),
('roborant', 'fortifying'),
('gegenschein', 'counterglow'),
('gravid', 'pregnant'),
('campanulate', 'bell-shaped'),
('eschar', 'scab'),
('conterminous', 'adjacent'),
('objurgate', 'chastise'),
('fauteuil', 'armchair'),
('labialize', 'round'),
('philippic', 'tirade'),
('sennit', 'braided rope'),
('quidnunc', 'busybody'),
('cacoethes', 'mania'),
('oscitancy', 'yawning'),
('hiemal', 'wintry'),
('quiddity', 'essence'),
('sternutation', 'sneeze'),
('luteous', 'yellowish'),
('cataplasm', 'poultice'),
('jitney', 'bus'),
('fulgurate', 'flash with lightning'),
('muliebrity', 'womanhood'),
('caparison', 'war-horse covering'),
('tiffin', 'luncheon'),
('recrudesce', 'happen again'),
('louche', 'disreputable'),
('gavage', 'tube-feeding'),
('obtund', 'blunt'),
('trepang', 'sea cucumber'),
('baldachin', 'canopy'),
('hoy', 'flatboat'),
('gramarye', 'necromancy'),
('sabulous', 'sandy'),
('anagogic', 'mystical'),
('bromidic', 'corny'),
('oneiric', 'dreamy'),
('furze', 'gorse'),
('helicon', 'tuba'),
('boffin', 'scientist'),
('pelerine', 'woman’s cape'),
('lethe', 'oblivion'),
('torsade', 'hat ribbon'),
('tarn', 'mountain lake'),
('copula', 'linking verb'),
('lamia', 'vampire'),
('refection', 'light meal'),
('icteric', 'jaundiced'),
('accoucheur', 'obstetrician'),
('griot', 'African storyteller'),
('corvette', 'warship'),
('rede', 'advise'),
('squib', 'lampoon'),
('crepitate', 'crackle'),
('lustrate', 'purify'),
('furcula', 'wishbone'),
('dehiscent', 'opening'),
('cringle', 'grommet'),
('ceruse', 'white lead'),
('petard', 'explosive'),
('capuche', 'hood'),
('gasconade', 'bravado'),
('caespitose', 'tufted'),
('expatiate', 'discuss at length'),
('piacular', 'atoning'),
('fuscous', 'brown'),
('patulous', 'spreading'),
('bewray', 'reveal'),
('chouse', 'trick'),
('leman', 'sweetheart'),
('virid', 'green'),
('fanion', 'small flag'),
('cicerone', 'guide'),
('fulgent', 'shining'),
('casaba', 'winter melon'),
('abseil', 'rappel'),
('spile', 'plug'),
('pelage', 'fur'),
('outrider', 'forerunner'),
('alidade', 'surveying instrument'),
('metier', 'specialty'),
('pleonasm', 'redundancy'),
('trig', 'neat'),
('deracinate', 'uproot'),
('mazer', 'drinking bowl'),
('operose', 'laborious'),
('damson', 'plum'),
('apposite', 'apt'),
('bruit', 'report'),
('anfractuous', 'winding'),
('nugatory', 'trifling'),
('firkin', 'cask'),
('carambola', 'star fruit'),
('hyson', 'green tea'),
('bibelot', 'trinket'),
('chuckwalla', 'lizard'),
('otiose', 'idle'),
('gonfalon', 'banner'),
('mucronate', 'sharply pointed'),
('barranca', 'ravine'),
('defalcate', 'embezzle'),
('imprest', 'government loan advance'),
('hispid', 'bristly'),
('crepuscular', 'dim'),
('groyne', 'breakwater'),
('costrel', 'flask'),
('catena', 'series'),
('enchiridion', 'handbook'),
('knout', 'whip'),
('paillette', 'spangle'),
('lentigo', 'freckle'),
('contumacy', 'disobedience'),
('enteric', 'intestinal'),
('dyslogistic', 'disapproving'),
('geminate', 'double'),
('estival', 'summery'),
('collyrium', 'eyewash'),
('saxicolous', 'growing on rocks'),
('vendue', 'auction'),
('agon', 'conflict'),
('causerie', 'chat'),
('tumulus', 'burial mound'),
('comstockery', 'censorship'),
('nociceptive', 'painful'),
('calvarium', 'top part of skull'),
('mephitis', 'stench'),
('besom', 'broom'),
('metheglin', 'mead'),
('cerement', 'shroud'),
('belvedere', 'gazebo'),
('sortilege', 'divination'),
('sulcate', 'grooved'),
('malapert', 'impudent'),
('abulia', 'lack of will'),
('lyddite', 'explosive'),
('scurf', 'dandruff'),
('guerdon', 'reward'),
('scrofulous', 'morally corrupt'),
('asthenic', 'weak'),
('ait', 'small island'),
('bascule', 'counterbalanced structure'),
('repine', 'complain'),
('telamon', 'man-shaped pillar'),
('capriole', 'leap'),
('bosky', 'woody'),
('droshky', 'carriage'),
('cachalot', 'sperm whale'),
('ramose', 'branching'),
('girandole', 'candlestick'),
('pediment', 'gable'),
('bolide', 'fireball'),
('chine', 'backbone'),
('adit', 'mine entrance'),
('fillip', 'stimulus'),
('etesian', 'annual'),
('serried', 'compact'),
('festinate', 'hasten'),
('tomalley', 'lobster liver'),
('chersonese', 'peninsula'),
('irenic', 'conciliatory'),
('jeroboam', 'large wine bottle'),
('exiguous', 'scanty'),
('bagnio', 'brothel'),
('ramate', 'branched'),
('leveret', 'young hare'),
('rumen', 'paunch'),
('melilot', 'sweet clover'),
('epicene', 'sexless'),
('amercement', 'fine'),
('meretricious', 'tawdry'),
('caducous', 'shedding'),
('verticil', 'whorl'),
('argil', 'clay'),
('fleer', 'mock'),
('maculate', 'impure'),
('labile', 'unstable'),
('serous', 'watery'),
('mantic', 'prophetic'),
('asthenia', 'weakness'),
('apterous', 'wingless'),
('canescent', 'hoary'),
('barouche', 'carriage'),
('furbelow', 'ruffle'),
('caribe', 'piranha'),
('embonpoint', 'plumpness'),
('confabulate', 'chat'),
('ambagious', 'roundabout'),
('kerf', 'notch'),
('rachis', 'backbone'),
('faineant', 'lazy'),
('amphisbaena', 'two-headed serpent'),
('empressement', 'excessive cordiality'),
('doggo', 'in hiding'),
('supercilium', 'eyebrow'),
('collop', 'small slice'),
('fulgurant', 'dazzling'),
('samite', 'heavy silk'),
('panoply', 'armor'),
('banausic', 'utilitarian'),
('exoteric', 'suitable for the public'),
('balmacaan', 'overcoat'),
('hyetal', 'rainy'),
('telluric', 'terrestrial'),
('casern', 'barracks'),
('yare', 'agile'),
('intenerate', 'soften'),
('passible', 'sensitive'),
('limbus', 'border'),
('curtilage', 'yard'),
('lambent', 'flickering'),
('empyreal', 'heavenly'),
('esurient', 'hungry'),
('montero', 'hunter’s cap'),
('seidel', 'beer mug'),
('spica', 'bandage'),
('abrosia', 'not eating'),
('callithump', 'parade'),
('impetrate', 'get by request'),
('corf', 'mining basket'),
('skive', 'pare'),
('susurrant', 'whispering'),
('nervure', 'vein'),
('hamartia', 'tragic flaw'),
('scilicet', 'namely'),
('logy', 'sluggish'),
('tsuris', 'trouble'),
('saltatory', 'leaping'),
('animadversion', 'criticism'),
('epergne', 'centerpiece'),
('salmagundi', 'potpourri'),
('acervate', 'heaped'),
('famulus', 'attendant'),
('caitiff', 'cowardly'),
('aoudad', 'wild sheep'),
('tontine', 'annuity'),
('condign', 'appropriate'),
('cachinnate', 'laugh'),
('culex', 'mosquito'),
('haptic', 'tactile'),
('dehisce', 'burst'),
('parol', 'oral declaration'),
('panatela', 'cigar'),
('integument', 'covering'),
('adscititious', 'supplemental'),
('welkin', 'firmament'),
('tenebrific', 'gloomy'),
('oroide', 'pseudo gold'),
('asseverate', 'declare'),
('epigone', 'inferior imitator'),
('supervene', 'ensue'),
('purlieu', 'environs'),
('corybantic', 'frenzied'),
('cortege', 'procession'),
('bowse', 'haul'),
('mugwump', 'independent'),
('dasheen', 'taro'),
('cumshaw', 'gratuity'),
('bumptious', 'self-assertive'),
('truckle', 'submit'),
('limnetic', 'freshwater'),
('unco', 'remarkably'),
('allantoid', 'sausage-shaped'),
('lanceolate', 'tapering'),
('jakes', 'outhouse'),
('adminicular', 'auxiliary'),
('venire', 'prospective jurors'),
('lambrequin', 'drapery'),
('autochthonous', 'native'),
('vilipend', 'belittle'),
('swarf', 'metal filings'),
('lustrum', 'period of five years'),
('afflatus', 'inspiration'),
('gallus', 'suspender'),
('chopine', 'platform shoe'),
('katzenjammer', 'hangover'),
('rebato', 'lace collar'),
('sericeous', 'silky'),
('gyve', 'shackle'),
('volute', 'spiral'),
('jeremiad', 'long complaint'),
('emmet', 'ant'),
('carious', 'decayed'),
('seiche', 'oscillating water wave'),
('apodictic', 'incontestable'),
('demotic', 'popular'),
('ephemeris', 'astronomical table'),
('exordium', 'introduction'),
('rappee', 'snuff'),
('jalousie', 'slatted window blind'),
('cahier', 'policy report'),
('lavaliere', 'pendant'),
('esculent', 'edible'),
('jorum', 'drinking bowl'),
('mavis', 'song thrush'),
('pavid', 'fearful'),
('fugacious', 'fleeting'),
('mangonel', 'catapult'),
('ambsace', 'bad luck'),
('ambry', 'cupboard'),
('commination', 'denunciation'),
('antre', 'cavern'),
('soleus', 'calf muscle'),
('augean', 'filthy'),
('inosculate', 'unite'),
('caducity', 'senility'),
('ablate', 'remove'),
('emmer', 'wheat'),
('incult', 'coarse'),
('fictile', 'pliable'),
('estaminet', 'cafe'),
('moil', 'drudge'),
('sessile', 'attached'),
('chukka', 'boot'),
('amylum', 'starch'),
('sere', 'withered'),
('parr', 'young salmon'),
('hebetate', 'blunt'),
('propylaeum', 'vestibule'),
('pyknic', 'stocky'),
('davit', 'crane'),
('noetic', 'intellectual'),
('orotund', 'sonorous'),
('yegg', 'safecracker'),
('hypocorism', 'term of endearment'),
('lustral', 'purifying'),
('mansuetude', 'mildness'),
('sordino', 'mute'),
('goliard', 'wandering student'),
('camarilla', 'secret advisers'),
('calash', 'carriage'),
('cantabile', 'smoothly flowing'),
('debouch', 'emerge'),
('capias', 'arrest warrant'),
('etiolate', 'whiten'),
('caracole', 'half turn'),
('videlicet', 'namely'),
('discalced', 'barefoot'),
('thole', 'endure'),
('portiere', 'curtain'),
('terreplein', 'gun platform'),
('erethism', 'irritability'),
('lanai', 'veranda'),
('insipience', 'folly'),
('palmy', 'flourishing'),
('tabes', 'emaciation'),
('manciple', 'steward'),
('bistoury', 'surgical knife'),
('aulic', 'courtly'),
('imbricate', 'overlap'),
('amain', 'exceedingly'),
('crinite', 'hairy'),
('adust', 'scorched'),
('flocculent', 'woolly'),
('jaggery', 'sugar'),
('megrim', 'migraine'),
('morello', 'cherry'),
('benne', 'sesame'),
('fitch', 'polecat'),
('birl', 'spin'),
('caoutchouc', 'rubber'),
('inspissate', 'thicken'),
('inchoate', 'just begun'),
('bruxism', 'teeth-grinding'),
('titivate', 'spruce up'),
('eristic', 'disputatious'),
('bort', 'diamond fragments'),
('incondite', 'crude'),
('sumpter', 'pack animal'),
('daedal', 'artistic'),
('olio', 'assortment'),
('virgule', 'slash'),
('alforja', 'saddlebag'),
('sallet', 'medieval helmet'),
('clochard', 'vagrant'),
('corrade', 'erode'),
('geometrid', 'moth'),
('entelechy', 'actuality'),
('colligate', 'connect'),
('ramus', 'branch'),
('fustigate', 'cudgel'),
('orogeny', 'mountain formation'),
('homologate', 'approve'),
('metic', 'sojourner'),
('gyrus', 'convolution'),
('luxate', 'dislocate'),
('anacreontic', 'amatory'),
('xanthous', 'yellow'),
('conation', 'impulse'),
('ragi', 'cereal grass'),
('cantillate', 'chant'),
('hypothecate', 'mortgage'),
('pullulate', 'swarm'),
('jaconet', 'gauze'),
('grig', 'peppy person'),
('minatory', 'threatening'),
('palliasse', 'mattress'),
('coruscate', 'sparkle'),
('hermeneutic', 'interpretive'),
('struma', 'goiter'),
('paludal', 'marshy'),
('argol', 'crude tartar'),
('limn', 'delineate'),
('vatic', 'prophetic'),
('crepuscule', 'twilight'),
('demantoid', 'green garnet'),
('balata', 'golf-ball latex'),
('peripeteia', 'change in fortune'),
('fescennine', 'vulgar'),
('chirk', 'cheer'),
('zori', 'sandal'),
('duende', 'charisma'),
('chiliad', 'thousand'),
('annular', 'ring-shaped'),
('paronomasia', 'pun'),
('weasand', 'throat'),
('indite', 'compose'),
('saleratus', 'baking soda'),
('sulcus', 'furrow'),
('menstruum', 'solvent'),
('cunctation', 'delay'),
('geniculate', 'bent'),
('sapid', 'flavorful'),
('prorogue', 'postpone'),
('exedra', 'curved bench'),
('palter', 'equivocate'),
('burke', 'suppress'),
('parget', 'plaster'),
('acedia', 'sloth'),
('scoria', 'slag'),
('bombardon', 'tuba'),
('vaticinate', 'prophesy'),
('maunder', 'mutter'),
('litotes', 'double negative'),
('hippocras', 'spiced wine'),
('fantoccini', 'puppets'),
('gosport', 'speaking tube'),
('illative', 'inferential'),
('kermis', 'festival'),
('leister', 'trident'),
('lyophilize', 'freeze-dry'),
('perpend', 'ponder'),
('puisne', 'lower ranking'),
('monoecious', 'hermaphroditic'),
('girasol', 'fire opal'),
('pawky', 'cunning'),
('gynoecium', 'pistils'),
('stover', 'fodder'),
('troche', 'lozenge'),
('hawkshaw', 'detective'),
('avulse', 'pluck'),
('calenture', 'tropical fever'),
('valetudinarian', 'hypochondriac'),
('atrabilious', 'melancholy'),
('surah', 'soft twilled silk'),
('xeric', 'dry'),
('dizen', 'overdress'),
('nimiety', 'excess'),
('hypogeal', 'underground'),
('acatalectic', 'complete'),
('florilegium', 'anthology'),
('quondam', 'former'),
('caryopsis', 'grain'),
('thrasonical', 'bragging'),
('cachou', 'breath-freshener'),
('azoth', 'mercury'),
('muley', 'hornless'),
('verruca', 'wart'),
('skep', 'beehive'),
('versant', 'slope of a mountain'),
('cocker', 'indulge'),
('slumgullion', 'stew'),
('espalier', 'trellis'),
('shrive', 'confess'),
('anlage', 'foundation'),
('burgee', 'yacht flag'),
('garboil', 'confusion'),
('brocket', 'deer'),
('palladium', 'safeguard'),
('berceuse', 'lullaby'),
('lumpen', 'dispossessed'),
('togue', 'lake trout'),
('amaranthine', 'undying'),
('aliquot', 'factorable'),
('manege', 'horsemanship'),
('adventive', 'non-native'),
('compendious', 'succinct'),
('triturate', 'pulverize'),
('hamulus', 'small hook'),
('duroc', 'red hog'),
('larrup', 'flog'),
('omphalos', 'navel'),
('murrain', 'plague'),
('marasmus', 'emaciation'),
('erose', 'jagged'),
('lucubration', 'study'),
('aculeate', 'stinging'),
('empennage', 'airplane tail'),
('nim', 'steal'),
('barm', 'yeast'),
('splanchnic', 'visceral'),
('autochthon', 'aborigine'),
('parlay', 'increase'),
('renitent', 'resisting'),
('sententious', 'pithy'),
('divagate', 'ramble'),
('curvet', 'leap'),
('fabian', 'cautious'),
('vaticination', 'prophecy'),
('nisus', 'striving'),
('saltation', 'leaping'),
('hypaethral', 'roofless'),
('nitid', 'gleaming'),
('nullah', 'gully'),
('cenote', 'watery sinkhole'),
('clinquant', 'glittering'),
('pung', 'one-horse sleigh'),
('collembolan', 'springtail'),
('limen', 'threshold'),
('eclogue', 'pastoral poem'),
('farouche', 'fiercely wild'),
('lanugo', 'soft hair'),
('bastinado', 'cudgel'),
('pasquinade', 'satirize'),
('scunner', 'loathing'),
('apolaustic', 'pleasure-seeking'),
('tucket', 'fanfare'),
('dido', 'antic'),
('anlace', 'dagger'),
('spang', 'exactly'),
('algid', 'cold'),
('topos', 'motif'),
('psalterium', 'third stomach'),
('couloir', 'deep gorge'),
('betise', 'folly'),
('helminth', 'worm'),
('helminth', 'worm'),
('mephitic', 'foul-smelling'),
('amerce', 'fine'),
('costa', 'rib bone'),
('anabasis', 'military expedition'),
('sinciput', 'forehead'),
('nocent', 'harmful'),
('comminute', 'pulverize'),
('ravin', 'prey upon'),
('animadvert', 'censure'),
('caliginous', 'dark'),
('cavalla', 'king mackerel'),
('periapt', 'protective charm'),
('hamal', 'porter'),
('velleity', 'wish'),
('epitasis', 'middle part of a play'),
('eleemosynary', 'charitable'),
('nodus', 'complication'),
('monad', 'atom'),
('compere', 'emcee'),
('affusion', 'baptism'),
('tartuffe', 'hypocrite'),
('boeotian', 'ignorant'),
('catoptric', 'mirror-related'),
('coxa', 'hip joint'),
('clowder', 'group of cats'),
('feracious', 'fertile'),
('calumet', 'peace pipe'),
('dosser', 'basket'),
('pangolin', 'ant-eater'),
('canty', 'sprightly'),
('indaba', 'conference'),
('epistaxis', 'nosebleed'),
('statice', 'sea lavender'),
('camion', 'truck'),
('muzzy', 'confused'),
('hamate', 'hooked'),
('verecund', 'bashful'),
('burgoo', 'oatmeal'),
('lanuginous', 'downy'),
('muricate', 'spiny'),
('catalectic', 'incomplete'),
('decussate', 'intersect'),
('cynosure', 'center of attention'),
('fungible', 'interchangeable'),
('arrant', 'complete'),
('vestal', 'chaste'),
('arriviste', 'upstart'),
('nostrum', 'cure-all'),
('assess', 'valuate'),
('dispersion', 'scattering'),
('detest', 'hate'),
('protuberant', 'bulging'),
('ferocity', 'fierceness'),
('circinate', 'ring-shaped'),
('disregard', 'ignore'),
('jester', 'fool'),
('foretoken', 'sign'),
('atavistic', 'primitive'),
('stein', 'beer mug'),
('footle', 'waste time'),
('assure', 'guarantee'),
('voluptuary', 'sensualist'),
('turban', 'headdress'),
('veteran', 'old-timer'),
('confirmatory', 'corroborative'),
('hyperbole', 'exaggeration'),
('keepsake', 'memento'),
('haze', 'fog'),
('mentor', 'wise counselor'),
('ratiocinate', 'reason'),
('outdo', 'surpass'),
('bathe', 'wash'),
('heartrending', 'sorrowful'),
('furl', 'wrap'),
('surrealistic', 'dreamlike'),
('polemic', 'controversy'),
('tarantella', 'fast dance'),
('characterize', 'describe'),
('gratify', 'satisfy'),
('perspective', 'view'),
('discrimination', 'prejudice'),
('chivalry', 'gallantry'),
('spirited', 'lively'),
('catnap', 'snooze'),
('arouse', 'excite'),
('pergola', 'trellis'),
('passim', 'everywhere'),
('origami', 'paper-folding'),
('lug', 'haul'),
('gnash', 'grind'),
('dissemble', 'feign'),
('undergo', 'experience'),
('meager', 'scanty'),
('depress', 'sadden'),
('desolate', 'barren'),
('transgress', 'violate'),
('dissenter', 'objector'),
('muggy', 'steamy'),
('touchwood', 'tinder'),
('atomic', 'nuclear'),
('dissonant', 'inharmonious'),
('groundbreaking', 'innovative'),
('frippery', 'ostentation'),
('chute', 'slide'),
('hoist', 'lift'),
('gratify', 'satisfy'),
('overdue', 'late'),
('dramatist', 'playwright'),
('shanty', 'hut'),
('corpse', 'dead body'),
('pharmacist', 'druggist'),
('gob', 'lump'),
('nightstick', 'truncheon'),
('wary', 'cautious'),
('macho', 'manly'),
('beefeater', 'yeoman'),
('slime', 'ooze'),
('emblem', 'symbol'),
('salver', 'tray'),
('strew', 'scatter'),
('deficient', 'lacking'),
('prolegomenon', 'introduction'),
('muggy', 'steamy'),
('omission', 'exclusion'),
('caliber', 'quality'),
('tenacity', 'persistence'),
('extricate', 'disentangle'),
('cluster', 'bunch'),
('stray', 'wander'),
('muddle', 'confuse'),
('cascade', 'waterfall'),
('invert', 'reverse'),
('horrid', 'dreadful'),
('luminous', 'shining'),
('teensy', 'minuscule'),
('consensus', 'agreement'),
('keepsake', 'memento'),
('disconcert', 'confuse'),
('enfranchise', 'give the right to vote'),
('absolute', 'pure'),
('craftsman', 'artisan'),
('snoop', 'spy'),
('rattle', 'clatter'),
('plenteous', 'abundant'),
('alliance', 'coalition'),
('colossus', 'giant'),
('downfall', 'ruin'),
('faucet', 'spigot'),
('dysphoria', 'depression'),
('longing', 'yearning'),
('oddball', 'eccentric'),
('appraise', 'evaluate'),
('contusion', 'bruise'),
('supplement', 'add-on'),
('solitude', 'seclusion'),
('specify', 'designate'),
('radiant', 'beaming'),
('maze', 'labyrinth'),
('composure', 'calmness'),
('den', 'lair'),
('perspective', 'view'),
('joist', 'supporting crossbeam'),
('spotless', 'immaculate'),
('squad', 'team'),
('scrape', 'grate'),
('physician', 'doctor'),
('disputation', 'controversy'),
('advocate', 'recommend'),
('propound', 'set forth'),
('countenance', 'face'),
('intermediate', 'in between'),
('wrecker', 'tow truck'),
('dreary', 'gloomy'),
('purport', 'intend'),
('nabob', 'prominent person'),
('fitting', 'suitable'),
('undertaking', 'project'),
('traumatic', 'distressing'),
('originate', 'start'),
('dishearten', 'demoralize'),
('overcast', 'cloudy'),
('motto', 'slogan'),
('rinse', 'wash'),
('hilarious', 'extremely funny'),
('detersive', 'cleansing'),
('indifferent', 'not caring'),
('forlorn', 'miserable'),
('bypass', 'avoid'),
('carefree', 'unworried'),
('tyranny', 'dictatorship'),
('entrails', 'intestines'),
('haze', 'fog'),
('ruckus', 'commotion'),
('purify', 'cleanse'),
('particularize', 'specify'),
('tergiversate', 'equivocate'),
('submersed', 'underwater'),
('outdo', 'surpass'),
('cranny', 'crevice'),
('hamper', 'impede'),
('benignity', 'kindness'),
('endorse', 'support'),
('indulge', 'gratify'),
('debris', 'rubbish'),
('gutless', 'cowardly'),
('amputate', 'cut off'),
('masculine', 'male'),
('trusty', 'reliable'),
('evermore', 'forever'),
('miniscule', 'tiny'),
('concede', 'yield'),
('leery', 'wary'),
('perplex', 'bewilder'),
('bypass', 'avoid'),
('skillet', 'frying pan'),
('fetch', 'get'),
('clownish', 'zany'),
('software', 'computer programs'),
('pliable', 'flexible'),
('miserable', 'wretched'),
('chick', 'young bird'),
('disable', 'incapacitate'),
('vaccinate', 'inoculate'),
('conceited', 'vain'),
('faucet', 'spigot'),
('solitude', 'seclusion'),
('convey', 'impart'),
('notify', 'inform'),
('propitiate', 'appease'),
('violin', 'fiddle'),
('improvise', 'invent'),
('freelance', 'independent'),
('rapt', 'engrossed'),
('treaty', 'agreement'),
('inappropriate', 'unsuitable'),
('infantry', 'foot soldiers'),
('administer', 'manage'),
('finite', 'limited'),
('exile', 'banish'),
('tranquility', 'calmness'),
('abnormality', 'irregularity'),
('distribution', 'arrangement'),
('debauch', 'corrupt'),
('infirmary', 'hospital'),
('venom', 'poison'),
('recuperate', 'convalesce'),
('sac', 'small pouch'),
('damsel', 'maiden'),
('hazardous', 'dangerous'),
('economize', 'conserve money'),
('extemporize', 'improvise'),
('thorough', 'complete'),
('likelihood', 'probability'),
('surplus', 'excess'),
('stash', 'cache'),
('woeful', 'miserable'),
('colonist', 'settler'),
('downfall', 'ruin'),
('obsession', 'fixation'),
('saliva', 'spit'),
('inappropriate', 'unsuitable'),
('sustain', 'support'),
('acclimate', 'adapt to'),
('deprived', 'needy'),
('pennate', 'winged'),
('knightly', 'chivalrous'),
('beckon', 'summon'),
('fad', 'craze'),
('transient', 'fleeting'),
('unconscious', 'insensible'),
('bombardment', 'barrage'),
('bluster', 'swagger'),
('morality', 'ethics'),
('wail', 'lament'),
('grind', 'grate'),
('girth', 'circumference'),
('approximate', 'near'),
('outskirt', 'border'),
('masculine', 'male'),
('unambiguous', 'clear'),
('wrath', 'anger'),
('disability', 'handicap'),
('clathrate', 'lattice-like'),
('permissible', 'allowable'),
('hoodlum', 'thug'),
('absolute', 'pure'),
('reprove', 'admonish'),
('bypass', 'avoid'),
('purposeful', 'intentional'),
('perimeter', 'border'),
('villainous', 'wicked'),
('validation', 'proof'),
('atomic', 'nuclear'),
('dramatist', 'playwright'),
('loafer', 'idler'),
('permanence', 'durability'),
('licking', 'thrashing'),
('habitat', 'natural environment'),
('farewell', 'good-bye'),
('blush', 'redden'),
('overdue', 'late'),
('stabilize', 'steady'),
('lumpy', 'chunky'),
('perspire', 'sweat'),
('horrid', 'dreadful'),
('insomnia', 'sleeplessness'),
('venom', 'poison'),
('anaconda', 'boa'),
('software', 'computer programs'),
('grim', 'stern'),
('dutiful', 'obedient'),
('submission', 'meek compliance'),
('yearning', 'longing'),
('fictitious', 'imaginary'),
('vicinity', 'proximity'),
('overview', 'summary'),
('grim', 'stern'),
('likelihood', 'probability'),
('howl', 'wail'),
('perspective', 'view'),
('composite', 'made of different parts'),
('glimmer', 'faint light'),
('ajar', 'slightly open'),
('villainous', 'wicked'),
('backbreaking', 'laborious'),
('distrustful', 'suspicious'),
('booze', 'liquor'),
('enhance', 'heighten'),
('concupiscence', 'passionate desire'),
('copra', 'dried coconut meat'),
('gush', 'spurt'),
('jealous', 'envious'),
('vivid', 'intense'),
('practicable', 'feasible'),
('pulverize', 'crush'),
('fiend', 'demon'),
('unflappable', 'imperturbable'),
('antipathy', 'dislike'),
('downhearted', 'dejected'),
('drunk', 'intoxicated'),
('prickly', 'thorny'),
('adolescent', 'teenager'),
('brochure', 'pamphlet'),
('perfidious', 'treacherous'),
('grouch', 'ill-tempered person'),
('deadlock', 'standstill'),
('glee', 'merriment'),
('choppy', 'jerky'),
('handicap', 'disability'),
('commodore', 'naval captain'),
('elegance', 'grace'),
('finite', 'limited'),
('slit', 'incision'),
('massacre', 'slaughter'),
('recede', 'withdraw'),
('lug', 'haul'),
('drifter', 'vagabond'),
('likelihood', 'probability'),
('solitary', 'lone'),
('incoherent', 'unintelligible'),
('emblem', 'symbol'),
('celestial', 'heavenly'),
('tumescent', 'swollen'),
('haze', 'fog'),
('howl', 'wail'),
('craftsman', 'artisan'),
('famished', 'starving'),
('foresee', 'predict'),
('bulk', 'mass'),
('externally', 'outwardly'),
('lottery', 'sweepstake'),
('validation', 'proof'),
('slouch', 'droop'),
('saloon', 'barroom'),
('streamer', 'pennant'),
('lug', 'haul'),
('enchant', 'bewitch'),
('proclaim', 'announce'),
('ingest', 'consume'),
('authoritative', 'official'),
('proselytize', 'convert to a religion'),
('prophecy', 'foretelling'),
('sinful', 'wicked'),
('sophisticated', 'worldly-wise'),
('compress', 'squeeze'),
('dilettante', 'amateur'),
('classy', 'elegant'),
('extrication', 'disentanglement'),
('overdue', 'late'),
('woeful', 'miserable'),
('presto', 'suddenly'),
('sinful', 'wicked');